@-webkit-keyframes spinner {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spinner {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.archive.woocommerce .shop_container,
.single-product.woocommerce .shop_container {
    max-width: 1050px;
    margin: 0 auto;
    padding: 50px 0;
}
.archive.woocommerce .shop_container .products.grid-cols,
.single-product.woocommerce .shop_container .products.grid-cols {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
}

.archive.woocommerce .shop_filters_section h2 {
    font-family: 'Ever Enigmatic';
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
    font-weight: normal;
}
.archive.woocommerce .shop_filters {
    display: flex;
    gap: 10px;
    margin-top: 40px;
    margin-bottom: 50px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.archive.woocommerce .shop_filters .filter {
    display: flex;
    align-items: center;
    border: 2px solid #F2F2F2;
    background-color: #fff;
    padding: 15px 20px;
    text-decoration: none;
    border-radius: 4px;
    color: #000;
    flex: 1;
}
.archive.woocommerce .shop_filters .filter:hover {
  border-color: #FA0029;
}
.archive.woocommerce .shop_filters .filter.active {
    background-color: #FA0029;
    border-color: #FA0029;
    color: #fff;
}
.archive.woocommerce .shop_filters .filter::before {
    content: '';
    display: inline-block;
    background-color: #FA0029;
    margin-right: 10px;
    width: 23px;
    height: 23px;
    flex-shrink: 0;
}
.archive.woocommerce .shop_filters .filter.active::before {
    background-color: white;
}
.archive.woocommerce .shop_filters .filter.wszystko::before {
    mask-image: url('../svg/shop_filter_all.svg');
    -webkit-mask-image: url('../svg/shop_filter_all.svg');
    width: 24px;
    height: 24px;
}
.archive.woocommerce .shop_filters .filter.programy-pakiety::before {
    mask-image: url('../svg/shop_filter_programs.svg');
    -webkit-mask-image: url('../svg/shop_filter_programs.svg');
}
.archive.woocommerce .shop_filters .filter.spotkania-konferencje::before {
    mask-image: url('../svg/shop_filter_meetings.svg');
    -webkit-mask-image: url('../svg/shop_filter_meetings.svg');
}
.archive.woocommerce .shop_filters .filter.ksiazki-ebooki::before {
    mask-image: url('../svg/shop_filter_books.svg');
    -webkit-mask-image: url('../svg/shop_filter_books.svg');
}
.archive.woocommerce .shop_filters .filter.inspirujaca-kawa::before {
    mask-image: url('../svg/shop_filter_coffee.svg');
    -webkit-mask-image: url('../svg/shop_filter_coffee.svg');
}
.archive.woocommerce .shop_filters .filter.od-ekspertow::before {
    mask-image: url('../svg/shop_filter_experts.svg');
    -webkit-mask-image: url('../svg/shop_filter_experts.svg');
}

.archive.woocommerce .shop_ajax_container.loading:before {
    position: relative;
    content: '';
    display: block;
    border: 3px solid #fff;
    border-radius: 50%;
    border-top: 3px solid #ff0029;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    -webkit-animation: spinner 1s linear infinite;
    animation: spinner 1s linear infinite;
}
.archive.woocommerce .shop_ajax_container.loading .products,
.archive.woocommerce .shop_ajax_container.loading .woocommerce-pagination {
    display: none;
}

.single-product.woocommerce .related.products .slick-list,
.single-product.woocommerce .upsell.products .slick-list {
    margin: 0px -15px;
}
.single-product.woocommerce .related.products .slick-track,
.single-product.woocommerce .upsell.products .slick-track {
    display: flex;
}
.archive.woocommerce .product,
.single-product.woocommerce .upsells.products .product {
    display: flex;
    flex-direction: column;
    background-color: #ECECEF;
}
.single-product.woocommerce .related.products .product {
    background-color: #dedede;
}
.single-product.woocommerce .related.products .product,
.single-product.woocommerce .upsell.products .product {
    display: flex;
    flex-direction: column;
    height: inherit;
    margin: 0 15px;
}
.archive.woocommerce .product_details_wrapper,
.single-product.woocommerce .product_details_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    margin: 0 !important;
    padding: 30px !important;
    flex-grow: 1;
}
.archive.woocommerce .product_details_wrapper .product_categories a:hover,
.archive.woocommerce .product_details_wrapper .single_product_title a:hover,
.single-product.woocommerce .product_details_wrapper .product_categories a:hover,
.single-product.woocommerce .product_details_wrapper .single_product_title a:hover {
    color: #fa0029;
}
.archive.woocommerce .product_details_wrapper .product_categories,
.single-product.woocommerce .product_details_wrapper .product_categories {
    margin-bottom: 15px;
    color: #696969;
    text-align: center;
}
.archive.woocommerce .product_details_wrapper .woocommerce-loop-product__title,
.single-product.woocommerce .product_details_wrapper .woocommerce-loop-product__title {
    padding: 0 !important;
    margin-bottom: 15px !important;
    text-align: center;
}
.archive.woocommerce .single_product_price_and_button_wrapper,
.single-product.woocommerce .single_product_price_and_button_wrapper {
    margin-top: auto;
}
.archive.woocommerce .single_product_price_and_button_wrapper .price,
.single-product.woocommerce .single_product_price_and_button_wrapper .price {
    text-align: center;
    margin-bottom: 15px !important;
}
.archive.woocommerce .woocommerce-loop-image-link,
.single-product.woocommerce .upsells.products .woocommerce-loop-image-link {
    background-color: #fff;
    border: 4px solid #ececef;
}
.single-product.woocommerce .related.products .woocommerce-loop-image-link {
    background-color: #fff;
    border: 4px solid #dedede;
}
.archive.woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin-bottom: 0;
}
.archive.woocommerce nav.woocommerce-pagination .page-numbers {
    border: 1px solid #DFE3E8;
    color: #C7C7C9;
    background-color: #fff;
    min-width: 32px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    margin: 0 2px;
}
.archive.woocommerce nav.woocommerce-pagination .page-numbers.current {
    color: #fa0029;
}
.archive.woocommerce nav.woocommerce-pagination .page-numbers:not(.current):hover {
    background-color: #fa0029;
    color: #fff;
    border-color: #fa0029;
}
.archive.woocommerce nav.woocommerce-pagination .page-numbers.prev,
.archive.woocommerce nav.woocommerce-pagination .page-numbers.next {
    padding: 7px 10px 8px;
    line-height: 1;
}
.archive.woocommerce nav.woocommerce-pagination .page-numbers.prev span,
.archive.woocommerce nav.woocommerce-pagination .page-numbers.next span {
    display: none;
}
.archive.woocommerce nav.woocommerce-pagination .page-numbers.prev::before,
.archive.woocommerce nav.woocommerce-pagination .page-numbers.next::before {
    mask-image: url('../svg/prevnext.svg');
    -webkit-mask-image: url('../svg/prevnext.svg');
    display: inline-block;
    margin-top: 1px;
    width: 9px;
    height: 12px;
    content: '';
    background-color: #C7C7C9;
}
.archive.woocommerce nav.woocommerce-pagination .page-numbers.prev::before {
    transform: rotate(180deg);
}
.archive.woocommerce nav.woocommerce-pagination .page-numbers.prev:hover::before,
.archive.woocommerce nav.woocommerce-pagination .page-numbers.next:hover::before {
    background-color: #fff;
}
.woocommerce .up-sells.products {
    background-color: #f7f7fa;
}
.woocommerce .related.products {
  background-color: #ececef;
}
.single_product_reviews_section {
    padding: 50px 0;
    background-color: #fff;
}
.single_product_reviews_container .single_product_heading {
    text-align: center;
}
.single_product_title {
    text-transform: none;
}
.single-product.woocommerce .opinion_avatar img {
    border-radius: 100%;
    margin: 0 auto;
}
.single-product.woocommerce .opinion_content .star-rating {
    float: none;
    margin: 0 auto !important;
}
.single-product.woocommerce .opinion_content .meta .woocommerce-review__author,
.single-product.woocommerce .opinion_content .meta .woocommerce-review__published-date {
    display: block;
    text-align: center;
}
.single-product.woocommerce .opinion_content .meta .woocommerce-review__author {
    font-size: 24px;
    margin: 20px 0;
    color: #5C5C5C;
    font-weight: normal;
}
.single-product.woocommerce .opinion_content .meta .woocommerce-review__dash,
.single-product.woocommerce .opinion_content .meta .woocommerce-review__published-date {
    display: none;
}
.single-product.woocommerce .opinion_content .description {
    text-align: center;
}
.single_product_reviews .slick-list {
    height: 100% !important;
    margin: 0 -15px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.single_product_reviews .slick-track {
    display: flex;
}
.single_product_reviews .opinion {
    background-color: #F7F7FA;
    border-radius: 8px;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    text-align: center;
    padding: 30px;
    margin: 0 15px;
    height: inherit;
}
.single_product_reviews_full {
    display: none;
}
.single_product_review_form_wrapper {
    max-width: 1400px;
    background-color: #f7f7fa;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 50px 30px;
}
.single_product_review_form {
    max-width: 1050px;
    margin: 0 auto;
}
.single_product_review_form .single_product_heading,
.single_product_review_form .woocommerce-verification-required {
    text-align: center;
}
.single_product_review_form input:not(.submit),
.single_product_review_form textarea {
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    border: 0;
}
.single-product.woocommerce .single_product_review_form p.stars {
    margin: 0;
}
.single-product.woocommerce .single_product_review_form p.stars a {
    height: 23px;
    width: 24px;
}
.single-product.woocommerce .single_product_review_form p.stars a::before {
    content: '';
    mask-image: url('../svg/rating_star.svg');
    -webkit-mask-image: url('../svg/rating_star.svg');
    background-color: #dcdcdc;
    width: 24px;
    height: 23px;
}
.single-product.woocommerce .single_product_review_form p.stars a:hover::before,
.single-product.woocommerce .single_product_review_form p.stars:hover a::before,
.single-product.woocommerce .single_product_review_form p.stars.selected a.active::before,
.single-product.woocommerce .single_product_review_form p.stars.selected a:not(.active)::before {
    content: '';
    background-color: #F7B320;
}
.single-product.woocommerce .single_product_review_form p.stars a:hover ~ a::before,
.single-product.woocommerce .single_product_review_form p.stars.selected a.active ~ a::before {
    content: '';
    background-color: #dcdcdc;
}
.single_product_review_form label {
    margin-bottom: 15px;
    padding: 0;
}
.single_product_review_form,
.single_product_reviews_container {
    text-align: center;
}
.single_product_review_form .comment-form .form-submit {
    margin-bottom: 0;
}
.single_product_review_form textarea {
    min-height: 200px;
    padding: 25px 30px;
}
.single-product.woocommerce .upsells.products .single_product_heading,
.single-product.woocommerce .related.products .single_product_heading {
    text-align: center;
}
.single-product.woocommerce .upsells.products,
.single-product.woocommerce .related.products {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 899px) {
    .shop_filters_section h2 {
        font-size: 45px;
        padding: 0 30px;
    }
}
@media (min-width: 900px) {
    .shop_filters_section h2 {
        font-size: 60px;
    }
}
@media (max-width: 1110px) {
    .shop_filters a:first-child {
        margin-left: 30px;
    }
    .shop_filters a:last-child {
        margin-right: 30px;
    }
    .archive.woocommerce .products,
    .archive.woocommerce nav.woocommerce-pagination {
        padding: 0 30px;
    }
    .archive.woocommerce .woocommerce-no-products-found,
    .archive.woocommerce .woocommerce-notices-wrapper {
        margin: 0 30px;
    }
}
@media (max-width: 1460px) {
    .single_product_review_form_wrapper {
        margin: 50px 30px 0;
    }
}
@media (min-width: 1461px) {
    .single_product_review_form_wrapper {
        margin: 50px auto 0;
    }
}