#main {
    margin-top: 30px;
}

.woocommerce div.product .product_title {
    font-size: 26px;
    margin-bottom: 15px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}

.woocommerce div.product p.price > del {
    margin-right: 10px;
    font-size: 30px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    max-height: calc(100% - 2px);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder img {
    max-height: 100%;
    min-width: 0;
    min-height: 0;
    margin: 0 auto;
}

.woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper,
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 2px solid #BFC0C2;
    border-radius: 5px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    width: 64px;
    height: 64px;
    top: auto;
    right: 30px;
    bottom: 30px;
    left: auto;
}

.woocommerce-product-gallery__image a {
    cursor: pointer;
}

.flex-viewport .woocommerce-product-gallery__image a {
    cursor: default;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:focus {
    opacity: 0.6;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    background: url("../img/zoom-ico.svg") no-repeat;
    background-size: 100% auto;
    width: 26px;
    height: 26px;
    border: none;
    border-radius: 0;
    top: 20px;
    left: 20px;
    z-index: 10;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    width: 100%;
    height: 100%;
    background-color: #D0152A;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 1;
}

.woocommerce div.product p.price ins {
    text-decoration: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: visible;
    position: relative;
}

.slick-list {
    max-height: 100%;
}

.woocommerce div.product div.images .flex-control-thumbs .slick-prev {
    left: calc(50% - 25px);
    top: -10px;
}

.woocommerce div.product div.images .flex-control-thumbs .slick-next {
    right: auto;
    top: calc(100% + 10px);
    left: calc(50% - 25px);
}

.woocommerce div.product div.images .flex-control-thumbs .slick-prev:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-bottom-color: #000000;
    margin: 0 auto;
}

.woocommerce div.product div.images .flex-control-thumbs .slick-next:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #000000;
    margin: 0 auto;
}

.woocommerce-product-details__short-description,
.woocommerce-product-details__short-description * {
    font: 400 16px/1.5 'IBM Plex Sans', sans-serif;
}

.entry-summary .single_add_to_wishlist span {
    margin-left: 12px;
    vertical-align: middle;
    transition: all 0.3s ease-out;
}

.entry-summary .single_add_to_wishlist span::after {
    content: 'Add to wishlist';
}

.entry-summary .yith-wcwl-add-button .single_add_to_wishlist,
.entry-summary .yith-wcwl-add-button .delete_item {
    font-weight: 600;
    white-space: nowrap;
}

.entry-summary .yith-wcwl-add-button .delete_item::after {
    content: 'From wishlist';
    vertical-align: middle;
}

.entry-summary .yith-wcwl-add-button .separator,
.entry-summary .yith-wcwl-add-button .view-wishlist {
    vertical-align: middle;
}

.entry-summary .single_add_to_wishlist:hover,
.entry-summary .single_add_to_wishlist:focus,
.entry-summary .single_add_to_wishlist *:hover,
.entry-summary .single_add_to_wishlist *:focus {
    color: #D0152A;
}

.entry-summary .yith-wcwl-add-to-wishlist a.delete_item > img {
    margin-right: 12px;
}

.entry-summary .product_meta > div {
    margin-bottom: 8px;
}

.woocommerce-page div.product div.woocommerce-product-gallery {
    float: none;
    min-width: 100%;
}

.product-content-wrap {
    display: flex;
    align-items: center;
}

.gallery-wrap {
    width: 48%;
    height: 645px;
    position: relative;
    display: flex;
}

.woocommerce-page div.product div.summary {
    width: 48%;
    margin: 0 0 3em 4%;
}

.woocommerce .woocommerce-product-rating {
    display: none;
}

.embed-button {
    margin-left: 30px;
}

form.cart {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

form.cart .plus,
form.cart .minus {
    min-width: 56px;
    min-height: 56px;
    background: rgba(208, 21, 42, 0.1);
    border-radius: 50%;
    color: #D0152A;
    border: none;
    transition: opacity 0.3s ease-out;
}

form.cart .minus {
    background: rgba(208, 21, 42, 0.1) no-repeat url(../img/minus.svg) center center / 50% auto;
}

form.cart .plus {
    background: rgba(208, 21, 42, 0.1) no-repeat url(../img/plus.svg) center center / 50% auto;
}

form.cart .plus:hover,
form.cart .minus:hover,
form.cart .plus:focus,
form.cart .minus:focus {
    opacity: 0.6;
}

form.cart .quantity,
.woocommerce div.product form.cart div.quantity {
    margin: 0 10px;
}

form.cart .product-quantity * {
    font: 600 16px/1.3em 'IBM Plex Sans', sans-serif;
}

form.cart .quantity .qty {
    border: 2px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 5px;
    width: 108px;
    height: 56px;
    background: transparent;
}

.woocommerce .single_add_to_cart_button.button.alt {
    background-color: #D0152A;
    font: 500 18px/1.3em 'IBM Plex Sans', sans-serif;
    white-space: nowrap;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #D0152A;
    border-radius: 5px;
    margin: 0 0 0 30px;
    padding: 16px 28px;
    display: inline-block;
    transition: all 0.3s ease-out;
}

.woocommerce .single_add_to_cart_button.button.alt:hover,
.woocommerce .single_add_to_cart_button.button.alt:focus {
    color: #D0152A;
    background: #FFFFFF;
    opacity: 1;
}

.woocommerce-product-gallery {
    display: flex;
}

.woocommerce div.product div.images .flex-control-thumbs {
    order: 1;
    min-width: 135px;
    max-width: 135px;
    padding-right: 30px;
    box-sizing: border-box;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top-color: #D0152A;
}

.woocommerce-message::before {
    color: #D0152A;
}

.flex-viewport {
    order: 2;
    min-height: 100%;
    max-height: 100%;
    border: 2px solid #BFC0C2;
    border-radius: 5px;
}

.gallery-wrap .label-wrap {
    height: 28px;
    position: absolute;
    margin-top: 0;
    top: 30px;
    right: 30px;
    z-index: 1;
}

.woocommerce-loop-product__link .label-wrap {
    height: 28px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    border: 2px solid #BFC0C2;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 22px;
    max-width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}

.woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
    justify-content: center;
    width: 100%;
}

.woocommerce div.product div.images img {
    width: auto;
    min-width: 100%;
}

.panel {
    border: none;
    box-shadow: none;
}

#reviews #comments {
    display: block;
}

section.sellers .slick-prev,
section.sellers .slick-next,
section.arrivals .slick-prev,
section.arrivals .slick-next {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #D0152A;
}

section.sellers .slick-prev::before,
section.sellers .slick-next::before,
section.arrivals .slick-prev::before,
section.arrivals .slick-next::before {
    width: inherit;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -8px;
}

section.sellers .slick-prev,
section.arrivals .slick-prev {
    left: auto;
    right: 92px;
    top: -62px;
    z-index: 10;
}

section.sellers .slick-next,
section.arrivals .slick-next {
    right: 15px;
    top: -62px;
    z-index: 10;
}

section.sellers .slick-prev::before,
section.arrivals .slick-prev::before {
    content: url('data:image/svg+xml; charset=UTF-8, <svg width="16" height="11" viewBox="0 0 16 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.20914 11L6.50534 9.69771L3.50096 6.70735L16 6.69478L15.9982 4.85736L3.53335 4.86991L6.48713 1.90227L5.18485 0.606065L4.53271e-07 5.81518L5.20914 11Z" fill="white"/></svg>');
}

section.sellers .slick-next::before,
section.arrivals .slick-next::before {
    content: url('data:image/svg+xml; charset=UTF-8, <svg width="16" height="11" viewBox="0 0 16 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.7909 0L9.49466 1.30229L12.499 4.29265L0 4.30522L0.00184914 6.14264L12.4666 6.13009L9.51287 9.09773L10.8152 10.3939L16 5.18482L10.7909 0Z" fill="white"/></svg>');
}

section.sellers .slick-prev:hover,
section.sellers .slick-next:hover,
section.arrivals .slick-prev:focus,
section.arrivals .slick-next:focus,
section.sellers .slick-prev:hover,
section.sellers .slick-next:hover,
section.arrivals .slick-prev:focus,
section.arrivals .slick-next:focus {
    background: #D0152A;
}

.title-wrap {
    position: relative;
}

.title-wrap h2 {
    font-size: 46px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    background: #FFFFFF;
    margin: 0;
    padding-right: 42px;
    position: relative;
    z-index: 10;
}

.title-wrap::before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 1px;
    top: 26px;
    left: 0;
    z-index: 1;
}

.title-wrap.slider-buttons::after {
    content: '';
    position: absolute;
    background: #FFFFFF;
    width: 196px;
    height: 56px;
    top: 0;
    right: 0;
    z-index: 1;
}

.sellers-slider,
.arrivals-slider {
    margin-top: 40px;
}

.more-wrap {
    display: none;
}

.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
    display: none;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: transparent;
    padding: 0;
}

.woocommerce .star-rating {
    width: 130px;
    height: 18px;
    margin: 20px 0 0;
    font-size: .857em;
    display: block;
    float: none;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: transparent;
    color: #000000;
    opacity: 0.6;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 3px solid #D0152A;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    margin-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3em;
    padding: 25px 0;
    color: #999999;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab a span {
    color: #D0152A;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000000;
}

.woocommerce-Tabs-panel h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 20px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 55px;
}

.woocommerce .additional-information-wrap table.shop_attributes {
    margin: 0;
}

.woocommerce .additional-information-wrap table.shop_attributes tr {
    height: 40px;
}

.woocommerce .additional-information-wrap table.shop_attributes th {
    padding: 0 10px 0 30px;
    width: 168px;
    background: transparent !important;
}

.woocommerce .additional-information-wrap table.shop_attributes td {
    padding: 0 30px 0 10px;
    background: transparent !important;
}

.woocommerce table.shop_attributes,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    border: none;
}

.woocommerce-Tabs-panel p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: transparent;
}

.woocommerce table.shop_attributes tr:nth-child(odd) td,
.woocommerce table.shop_attributes tr:nth-child(odd) th {
    background: #F8F8F8;
    border-radius: 5px;
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    font-style: normal;
}

.woocommerce table.shop_attributes th {
    font-weight: 600;
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    padding: 30px;
    border: none;
    border-radius: 5px;
    background: #F8F8F8;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p,
.comment-text .product-rating {
    margin: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    color: #000000;
    margin-top: 15px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
    font-size: 12px;
    color: #888888;
    font-weight: 400;
}

.description {
    margin-top: 8px;
}

.description,
.description * {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
}

.woocommerce #reviews #comments ol.commentlist li:last-child {
    margin-bottom: 0;
}

#review_form_wrapper {
    margin: 50px 0 0 0;
    padding: 45px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.review-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
}

.review-subtitle {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    margin-top: 10px;
}

.woocommerce #review_form #respond {
    margin-top: 20px;
}

.comment-form-rating {
    margin-top: 5px;
}

.comment-form label {
    font-size: 16px;
    font-weight: 500;
}

.woocommerce #respond input#submit {
    background-color: #D0152A;
    font: 500 18px/1.3em 'IBM Plex Sans', sans-serif;
    white-space: nowrap;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #D0152A;
    border-radius: 5px;
    margin: 0 0 0 auto;
    padding: 16px 40px;
    display: inline-block;
    transition: all 0.3s ease-out;
}

.woocommerce #review_form #respond p.form-submit {
    margin-top: 50px;
    text-align: right;
}

.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus {
    color: #D0152A;
    background: #FFFFFF;
    opacity: 1;
}

.woocommerce #review_form #respond textarea {
    padding: 17px 20px;
    font-size: 16px;
    line-height: 1.3em;
    height: 210px;
    border: 2px solid #EEEEEE;
    border-radius: 5px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 60px;
}

.entry-summary .yith-wcwl-add-button .separator,
.entry-summary .yith-wcwl-add-button .view-wishlist {
    font-weight: 600;
}

.woocommerce #review_form #respond p {
    margin-bottom: 25px;
}

.comment-form-email,
.comment-form-author {
    width: calc(50% - 15px);
}

.comment-form-author {
    float: left;
}

.woocommerce #review_form #respond p.comment-form-email {
    margin-left: auto;
}

.comment-form-email label,
.comment-form-author label {
    display: block;
}

.comment-form-email input,
.comment-form-author input {
    width: 100%;
    padding: 14px 20px;
    background: #FFFFFF;
    border: 2px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 5px;
}

.comment-form label.rating-label {
    font-weight: 700;
    margin-bottom: 10px;
}

.comment-form-cookies-consent input {
    margin-right: 10px;
}

.woocommerce form [type=checkbox] {
    position: relative;
    cursor: pointer;
}

.woocommerce form [type=checkbox]:checked::before {
    content: '';
    position: absolute;
    background: url('../img/CheckboxActive.svg');
    background-size: contain;
    top: -1px;
    right: 0;
    bottom: -1px;
    left: -2px;
}

/* MEDIA */

@media only screen and (max-width: 1600px) {
    .woocommerce div.product div.images .flex-control-thumbs {
        min-width: 120px;
        padding-right: 20px;
    }

    .gallery-wrap {
        height: 560px;
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        margin-bottom: 15px;
        max-height: 93px;
    }

    .product-content-wrap .yith-wcwl-add-button a.delete_item,
    .product-content-wrap .yith-wcwl-add-button a.add_to_wishlist {
        width: auto;
    }
}

/* ( < 1600 ) */


@media only screen and (max-width: 1400px) {
    .woocommerce div.product div.images .flex-control-thumbs {
        min-width: 100px;
        padding-right: 20px;
    }

    .gallery-wrap {
        height: 500px;
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        max-height: 80px;
        margin-bottom: 17px;
    }

    .woocommerce div.product div.images .flex-control-thumbs .slick-prev,
    .woocommerce div.product div.images .flex-control-thumbs .slick-next {
        left: calc(50% - 20px);
    }

    .woocommerce div.product .product_title,
    .woocommerce div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce-Tabs-panel h2 {
        font-size: 20px;
    }

    .woocommerce div.product p.price > del {
        font-size: 25px;
    }

    .woocommerce div.product p.price, .woocommerce div.product span.price {
        font-size: 27px;
    }

    .woocommerce-product-details__short-description,
    .woocommerce-product-details__short-description *,
    .yith-wcwl-add-button a.delete_item,
    .yith-wcwl-add-button a.add_to_wishlist,
    .woocommerce-Tabs-panel p,
    .woocommerce table.shop_attributes td,
    .woocommerce table.shop_attributes th,
    form.cart .quantity .qty,
    .woocommerce #review_form #respond textarea,
    .comment-form label,
    .entry-summary .yith-wcwl-add-button .separator,
    .entry-summary .yith-wcwl-add-button .view-wishlist {
        font-size: 12px;
    }

    form.cart .plus,
    form.cart .minus {
        min-width: 42px;
        min-height: 42px;
    }

    form.cart .quantity .qty {
        border: 1px solid #EEEEEE;
        width: 80px;
        height: 42px;
    }

    .woocommerce .single_add_to_cart_button.button.alt,
    .woocommerce #respond input#submit {
        font-size: 14px;
        padding: 11px 24px;
        text-transform: none;
    }

    .woocommerce #review_form #respond p.form-submit {
        margin-top: 25px;
        text-align: right;
    }

    section.sellers .slick-prev,
    section.arrivals .slick-prev,
    section.sellers .slick-next,
    section.arrivals .slick-next {
        top: -55px;
        width: 42px;
        height: 42px;
    }

    section.sellers .slick-prev,
    section.arrivals .slick-prev {
        right: 75px;
    }

    .title-wrap h2 {
        font-size: 34px;
    }

    .title-wrap::before, .more-wrap::after {
        top: 20px;
    }

    .title-wrap.slider-buttons::after {
        width: 160px;
    }

    .woocommerce .star-rating {
        transform: scale(0.75);
        transform-origin: left;
        margin-top: 0;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
        margin-top: 10px;
    }

    .woocommerce #review_form #respond textarea {
        height: 160px;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
        width: 48px;
        height: 48px;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
        width: 22px;
        height: 22px;
        top: 15px;
        left: 15px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 15px 0;
    }

    .woocommerce #review_form #respond p {
        margin-bottom: 18px;
    }

    .comment-form label.rating-label {
        margin-bottom: 7px;
    }

    .comment-form-email input,
    .comment-form-author input {
        padding: 10px 15px;
    }

    .woocommerce #review_form #respond textarea {
        padding: 15px;
    }

    .comment-form-cookies-consent input {
        float: left;
    }

    .comment-form-cookies-consent label {
        display: block;
    }
}

/* ( < 1400 ) */


@media only screen and (max-width: 1200px) {
    .woocommerce div.product div.images .flex-control-thumbs {
        min-width: 80px;
    }

    .gallery-wrap {
        height: 420px;
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        max-height: 80px;
        margin-bottom: 17px;
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        padding-right: 16px;
    }

    .woocommerce div.product div.images .flex-control-thumbs .slick-prev,
    .woocommerce div.product div.images .flex-control-thumbs .slick-next {
        left: calc(50% - 17px);
    }

    .woocommerce div.product .product_title,
    .woocommerce div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce-Tabs-panel h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .woocommerce div.product p.price,
    .woocommerce div.product span.price {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .woocommerce div.product p.price > del {
        font-size: 22px;
    }

    form.cart {
        margin: 15px 0;
    }
}

/* ( < 1200 ) */


@media only screen and (max-width: 991px) {
    .woocommerce-product-gallery {
        display: block;
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery {
        max-width: 346px;
        width: 346px;
        height: 346px;
        margin: 0;
    }

    .flex-viewport {
        width: 100%;
        max-width: 346px;
        max-height: 346px;
        min-height: 346px;
    }

    .woocommerce-product-gallery .slick-track {
        display: flex;
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        margin-top: 12px;
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        margin: 0 6px;
    }

    .woocommerce div.product div.images .flex-control-thumbs .slick-prev,
    .woocommerce div.product div.images .flex-control-thumbs .slick-next {
        top: 48%;
    }

    .woocommerce div.product div.images .flex-control-thumbs .slick-prev {
        left: -18px;
    }

    .woocommerce div.product div.images .flex-control-thumbs .slick-next {
        left: auto;
        right: -18px;
    }

    .slick-slider .slick-list {
        margin-left: -2px;
    }

    .woocommerce div.product div.images .flex-control-thumbs .slick-prev:before {
        border-bottom-color: transparent;
        border-right-color: #000000;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .woocommerce div.product div.images .flex-control-thumbs .slick-next:before {
        border-top-color: transparent;
        border-left-color: #000000;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
        width: 64px;
        height: 64px;
        top: 252px;
        bottom: auto;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
        width: 28px;
        height: 28px;
        top: 20px;
        left: 20px;
    }

    .product-content-wrap {
        display: block;
    }

    .woocommerce-page div.product div.summary {
        width: 100%;
        margin: 30px 0 0 0;
    }

    form.cart {
        flex-wrap: wrap;
    }

    .gallery-wrap {
        width: 100%;
        max-width: 346px;
        margin: 0 auto;
    }

    .embed-button {
        margin: 15px;
    }

    .woocommerce div.product form.cart .button {
        margin: 15px 0 15px 20px;
    }

    form.cart .quantity .qty {
        margin: 15px 0;
    }

    .yith-wcwl-add-button {
        text-align: center;
    }

    .woocommerce div.product form.cart {
        margin-bottom: 15px;
    }

    .title-wrap h2 {
        font-size: 26px;
        padding-right: 20px;
    }

    .title-wrap::before, .more-wrap::after {
        top: 14px;
    }

    .title-wrap.slider-buttons::after {
        width: 130px;
    }

    .woocommerce div.product p.price,
    .woocommerce div.product span.price {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .woocommerce div.product p.price > del {
        font-size: 32px;
    }

    .woocommerce-product-details__short-description,
    .woocommerce-product-details__short-description *,
    .yith-wcwl-add-button a.delete_item,
    .yith-wcwl-add-button a.add_to_wishlist,
    .woocommerce-Tabs-panel p,
    .woocommerce table.shop_attributes td,
    .woocommerce table.shop_attributes th,
    form.cart .quantity .qty,
    .woocommerce #review_form #respond textarea,
    .comment-form label,
    .woocommerce div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce-Tabs-panel h2,
    .entry-summary .yith-wcwl-add-button .separator,
    .entry-summary .yith-wcwl-add-button .view-wishlist {
        font-size: 16px;
    }

    .woocommerce div.product .product_title {
        font-size: 26px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        margin-bottom: 10px;
    }

    .woocommerce-page div.product .woocommerce-tabs {
        margin-top: 15px;
    }

    .woocommerce-Tabs-panel h2 {
        margin-top: 30px;
    }

    .woocommerce #reviews #comments ol.commentlist {
        margin-top: 40px;
    }

    .woocommerce div.product .entry-mobile .product_title {
        margin-bottom: 25px;
    }

    .breadcrumbs, .breadcrumbs *, .breadcrumbs a, .breadcrumbs a span {
        font-size: 14px;
    }

    .comment-form-email, .comment-form-author {
        width: 100%;
        float: none;
    }

    .woocommerce #review_form #respond p.form-submit {
        text-align: center;
    }

    .woocommerce #respond input#submit {
        font-size: 16px;
    }
}

/* ( < 991 ) */


@media only screen and (max-width: 576px) {
    .woocommerce div.product form.cart .button {
        margin-left: auto;
        width: 156px;
        height: 48px;
        font-size: 16px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .woocommerce div.product form.cart .button::before {
        content: '';
        display: inline-block;
        margin-right: 10px;
        width: 23px;
        height: 22px;
        background: url("../img/add-to-cart-btn-ico.svg") no-repeat;
    }

    form.cart .quantity .qty {
        width: 70px;
        height: 36px;
    }

    form.cart .quantity,
    .woocommerce div.product form.cart div.quantity {
        margin: 0 6px;
    }

    form.cart .plus, form.cart .minus {
        min-width: 36px;
        min-height: 36px;
    }
}

/* ( < 576 ) */
