.actions-cart {
    position: relative;
}
.actions-cart .count {
    font-size: 13px;
    position: absolute;
    right: -13px;
    top: -15px;
    color: #000;
    font-weight: 500;
    width: 15px;
}
.single-page {
    padding: 80px 0;
}
.post-thumbnail img{
    max-width: 100%;
    max-height: 300px;
    object-fit: cover;
}
.single-page__inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 15px;
    justify-items: center;
    padding: 50px 0;
}
.nav-links {
    margin: 50px 0 56px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    gap: 4px;
}
ul.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.page-numbers li,
a.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: rgba(0, 0, 0, .7);
}
.page-numbers.current {
    color: #000;
    font-weight: 400;
}
.page-content {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 500px;
    font-size: 18px;
    font-weight: 400px;
    line-height: 25px;
    text-align: center;
}
.single-product__inner {
    flex-direction: row;
    max-width: 100%;
}
.single-product__variations {
    display: flex;
    gap: 12px;
}
.single-product__price bdi{
    display: flex;
    /* flex-direction: row-reverse; */
}

.single_add_to_cart_button {
    margin-left: 0 !important;
    margin-top: 22px;
}
.single-product__color {
    text-align-last: left;
}
.variation-label {
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: flex-start;
}
.thwvsf-wrapper-ul {
    gap: 10px ;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li {
    width: 30px !important;
    height: 16px !important;
    padding: 0 !important;
    margin: 0 !important;
}
form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id), form.cart .qib-container + div:not(#qib_id):not(#qib_id):not(_) {
    margin-left: 0 !important;
}
.reset_variations {
    display: none;
}
.woocommerce-variation-add-to-cart {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    text-align: left;
    align-items: start;
}
.woocommerce-product-gallery__trigger {
    display: none;
}
.flex-viewport {
    height: 100%;
    max-height: 580px;
}
.flex-control-nav.flex-control-thumbs {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    list-style: none;
}
.tabs-button {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    opacity: .3;
}
.tabs.wc-tabs li.active .tabs-button{
    opacity: 1;
    border-bottom: 1px solid #000;
}
.tabs.wc-tabs {
    padding: 0 0 4px;
    display: flex;
    gap: 10px;
    margin-bottom: 45px !important;
    flex-wrap: wrap;
    justify-content: center;
}
.woocommerce-product-attributes {
    text-align: left;
}
.details__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
._none {
    display: none;
}
.woocommerce-product-attributes-item__label {
    display: block;
    margin-right: 16px;
    color: #030303;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.woocommerce-product-attributes-item__value {
    font-weight: 400;
    color: #030303;
    font-size: 12px;
    font-style: normal;
    line-height: 140%;
}
.single__comment {
    list-style: none;
}
.comment-respond {
    margin-top: 20px;
}
.single__comment {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
}
.single__comment .avatar {
    border-radius: 50%;
}
.comment-form-comment {
    display: flex;
    flex-direction: column;
}
.comment_text-area {
    border: none;
    outline: none;
    resize: none;
    width: 100%;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
}
.comment_text-area:focus {
    outline: none;
}
.form-submit {
    margin-top: 20px;
}
.form-submit .submit {
    width: 100%;
    padding: 0;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: -0.14px;
    max-width: 200px;
    height: 35px;
    margin: 20px auto 0;
    display: block;
}
.no_rewiews-notice {
    max-width: fit-content;
    font-size: 18px;
    font-weight: 400;
}
.single-product__tabs {
    padding: 24px;
    max-width: 420px;
}
.simple-btn {
    margin-top: 20px !important;
}
.woocommerce-message {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    gap: 20px;
    color: #fff;
}
.woocommerce-error li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    gap: 20px;
    color: #fff;
}
.woocommerce-message .button.wc-forward,
.woocommerce-error li .button.wc-forward{
    width: 100%;
    padding: 5px;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: -0.14px;
    max-width: 200px;
    text-align: center;
}
.woocommerce-notices-wrapper {
    padding-bottom: 20px;
}
.woocommerce-product-gallery__image a img {
    height: 100%;
    max-width: 820px;
    width: 100%;
}
.flex-control-nav.flex-control-thumbs li img{
    height: 100%;
    width: 100%;
}
.single-product__body {
    width: 100%;
}
.log-out {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    padding: 10px;
    gap: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: rgba(0,0,0,0.7);
}
.log-out__link {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    border: 1px solid rgba(0,0,0,0.5);
    color: #000;
    padding: 2px 10px;
}
@media (max-width: 768px) {
    .single-product__inner {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .single-product__body {
        width: 100%;
    }
    .flex-control-nav.flex-control-thumbs {
        display: none;
    }
    .single-product__tabs {
        background-color: #fafafa;
    }
    .woocommerce-message,
    .woocommerce-error li {
        flex-direction: column-reverse;
        align-items: start;
        gap: 10px;
        font-size: 14px;
    }
}

.product__image .woocommerce-LoopProduct-link.woocommerce-loop-product__link img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form.cart button[type='submit']:not(#qib_id):not(#qib_id), form.cart .qib-container + div:not(#qib_id):not(#qib_id) {
    display: flex !important;
    gap: 20px;
    margin-top: 20px !important;
}
.product__price del,
.price.single-product__price del {
    /*color: red;*/
    opacity: .7;
}
.product__price ins,
.price.single-product__price ins {
    color: red;
}
.price.single-product__price del {
    font-size: 18px;
}
/* .page-numbers {
    margin: 0 auto;
} */
.orderby {
    border: none;
    max-width: 200px;
}
.orderby:focus {
    outline: none;
}
.сoupon-btn {
    color: #0000ff;
    padding: 3px;
    border: 1px solid #0000ff;
    border-radius: 3px;
}
.glasses-cart-form {
    flex-grow: 1;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents,
.cart-section__items {
    width: 100%;
}
.cart-section__inner {
    gap: 20px;
}
.resault-cart__item {
    gap: 10px;
    width: 100%;
}
.resault-cart__name {
    white-space: nowrap;
}
.cart-section__resault {
    min-width: 370px;
}
.cart-delivery {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.delivery-title {
    text-decoration: underline;
}
.woocommerce-shipping-methods {
    text-align: left;
    font-weight: 500;
}
.woocommerce-shipping-destination {
    font-size: 14px;
}
.reload-btn {
    padding: 5px;
    margin-top: 10px;
}
.cart-calculate-link {
    background-color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 16px;
    color: #0000ff;
    border: 1px solid #0000ff;
}
.cart-section__btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.order-total {
    margin-top: 10px;
    flex-grow: 1;
    align-items: flex-end;
}
.shipping-calculator-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.empty-cart {
    margin-top: 50px;
}
.empty-cart__message {
    text-align: center;
    font-size: 18px;
}
.empty-cart__btn {
    padding: 5px;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 220px;
    height: 45px;
}
.glasses-coupon-toggle .woocommerce-info{
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.glasses-coupon-toggle .showcoupon{
    color: #fff;
}
.flex__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 44px 0 98px 0;
    gap: 50px;
}
.flex-inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    flex: 1 1 50%;
}
.flex-inner:nth-child(1){
    background: #FAFAFA;
    padding: 30px 48px 42px 30px;
}
.glasses-billing-wrapper,
.glasses-shipping-wrapper,
.glasses-order-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.checkout-form__items {
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
    /* justify-items: start; */
    align-items: start;
    gap: 10px;
}
.form-row {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.form-control {
    padding: 11px 17px;
    background-color: #fff;
    border-radius: 3px;
    max-width: 100%;
    width: 100%;
    border: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    opacity: 1;
    color: #282828;
}
.form-control:focus {
    outline: none;
}
.form-control::placeholder {
    color: rgba(40,40,40,0.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.flex-input__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-label {
    color: rgba(40,40,40,0.5);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
}
.woocommerce-additional-fields__field-wrapper.checkout-form__items {
    display: flex;
}
.woocommerce-additional-fields__field-wrapper.checkout-form__items .form-control {
    max-width: 100%;
}
.form-row.notes {
    width: 100%;
}
.glasses-chechout__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.checkout_coupon {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #FAFAFA;
    padding: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    opacity: 1;
    color: #282828;
}
.flex-coupon__wrapper {
    display: flex;
    gap: 20px;
}
.coupon-btn {
    max-width: 240px;
}
.product-name {
    width: 100%;
    max-width: 215px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
}
.product-model {
    white-space: nowrap;
    color: #676767;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.flex-th {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.order_title {
    text-align: left;
}
.product-footer__order {
    color: #000;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* H3_Input */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.flex-th span ,
.order_title {
    font-weight: 400;
}
.payment_method_label {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    position: relative;
}
.payment_method_label::before {
    content: '';
    width: 15px;
    height: 1px;
    display: block;
    position: absolute;
    background-color: #000;
    left: 0;
    top: 50%;
    transform: translate(-300%,-50%);
}
.glasses_payment_method {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.glasses_order_submit {
    max-width: 227px;
    margin-right: auto;
}
#custom_checkbox_field .form-control{
    width: auto;
    padding: 0;
}
.policy_link {
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}
.glasses_flex_wrapper_thanks {
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.glasses-order_thanks {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.thanks-massages {
    color: #282828;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.68px;
    text-transform: uppercase;
}
.glasses_flex_wrapper_thanks_inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 auto;
    max-width: 480px;
    margin-top: 30px;
    padding: 40px;
    border-radius: 4px;
    background: #F6F6F6;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
}
.glasses_flex_wrapper_thanks_inner ul{
    padding: 0;
}
.order_mod {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.woocommerce-table--order-details .wc-item-meta li {
    display: flex;
    gap: 10px;
}
.woocommerce-table--order-details .wc-item-meta-label {
    font-weight: 400;
}
.woocommerce-table__product-name.product-name {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}

.woocommerce-column__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px; /* 157.143% */
}
.thanks-details__address {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.form-login_tabs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    padding: 40px 60px;
    background-color: #FAFAFA;
    margin: 70px auto;
}
.form-login_tabs .tabs-content {
    display: none;
}
.form-login_tabs .tabs-content._active {
    display: block;
}
.form-login__buttons {
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: center;
}
.form-login__buttons .tabs-btn{
    color: #060326;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    opacity: .4;
    padding: 5px;
    transition: all .3s ease-in-out;
}
.form-login__buttons .tabs-btn._active{
    border-bottom: 1px solid #060326;
    opacity: 1;
}
.woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    gap: 5px;
}
.woocommerce-form.woocommerce-form-login.login,
.woocommerce-form.woocommerce-form-register.register {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.woocommerce-form.woocommerce-form-login.login .form-control,
.woocommerce-form.woocommerce-form-register.register .form-control {
    max-width: 400px;
    width: 100%;
}
.login-form .form-login__btn {
    margin-top: 10px;
}
.form-login__btn {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-login__info {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: rgba(40,40,40,0.5);
}
.login-form__content {
    width: 100%;
}
.form-row__passward {
    position: relative;
}
.show-password {
    bottom: 12px;
}
.lost-password__message {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lost-password__message span {
    font-size: 20px;
    font-weight: 500;
}
.lost-password__wrapper {
    margin-top: 20px;
    display: flex;
    width: 100%;
    align-items: flex-end;
    gap: 20px;
}
.lost-password__wrapper .form-control{
    width: 300px;
}
.lost-password_btn {
    height: 45px;
    width: 250px;
}
.tabs-cabinet__content .tabs-btn {
    display: none;
}
.tabs-cabinet__content .order-total {
    width: auto;
}
.tabs-cabinet__content td {
    padding: 37px 0 23px;
    border-bottom: 1px solid #ebebeb;
}
.account-form__p {
    color: rgba(40, 40, 40, 0.5);
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}
.form-button__wrapper {
    display: flex;
    justify-content: flex-end;
}
.wishhlist__item-image {
    max-width: 100% !important;
    margin-right: 0 !important;

}
.wishlist_table.mobile {
    padding: 0;
}
.wishlist_table.mobile .item-wrapper{
    display: flex !important;
    justify-content: space-between;
}
.wishlist_table.mobile .item-wrapper .item-details{
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    max-width: 200px;
    justify-content: center;
}
.wishhlist__item-name {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
.glasses-remove {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* flex: 1 1 100%; */
}
@media (max-width: 550px) {
    .glasses-remove {
        max-width: 140px;
    }
}
.catalog .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.catalog {
    padding: 20px 0px 50px;
}
/* .cart-section__title {
    white-space: nowrap;
} */
.product-name.cart-section__descr {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
    gap: 0;
    justify-content: center;
}
.product-thumbnail::before {
    display: none;
}
.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    object-fit: cover;
    width: 150px;
    height: 100%;
    display: block;
    /*margin: 0 auto;*/
    max-height: 110px;
}
.cart-section__subtitle,
.cart-section__color {
    margin-top: 5px;
}
.product {
    margin: 0 auto;
}
.cart_totals {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-grow: 1;
}
.quantity {
    display: flex;
    max-width: 106px;
    /* width: 100%; */
    height: 24px;
    justify-content: space-between;
    align-items: center;
}
.wp-element-button {
    min-height: 24px;
    min-width: 24px;
    border: 1px solid #BDBDBD;
    color: #BDBDBD;
    font-size: 25px;
    font-weight: 400;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    line-height: 22px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.input-text.qty.text {
    border: none;
    background-color: transparent;
    min-height: 24px;
    min-width: 24px;
    text-align: center;
}
.input-text.qty.text:focus {
    outline: none;
}
.single-product__price {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.search-resault {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    right: 0;
    max-height: 200px;
    overflow: auto;
}
.search-resault._active {
    padding: 20px;
}
.header {
    z-index: 99;
    transition: none !important;
}
.title-search {
    display: block;
}
.product__content {
    width: 100%;
    height: 100%;
    gap: 5px;
}
.product__footer {
    flex-grow: 1;
}
.product__price {
    margin-left: auto;

}
table.wishlist_table {
    width: 100%;
}
.interests__title {
    margin-bottom: 44px;
}
.product__descr {
    text-transform: capitalize;
}
.product__image {
    width: 100%;
    height: 100%;
}
.special__slider-wrapper {
    margin-top: 40px;
    width: 100%;
    padding: 0 15px;
}
.special__image-slider {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.main._special .special {
    padding: 40px 0 0;
}
.about-item__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-item__wrapper .about-item {
    width: 100%;
}
.single-product__slider {
    max-width: 820px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0 35px;
}
.single-product__slider .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: 20;
    padding: 10px;
    cursor: pointer;
}
.single-product__slider .slider__prev-btn {
    left: 10px;
}
.single-product__slider .slider__next-btn {
    right: 10px;
}
.single-product__slide img {
    width: 100%;
    height: 100%;
    max-height: 580px;
    object-fit: contain;
}
.glasses-mini__slide img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    height: 134px;
    cursor: pointer;
}
.glasses-mini__slide {
    padding: 5px;
}
.single-product__image {
    max-width: 820px;
    max-height: 580px;
}
.single-product__image img{
    max-width: 820px;
    max-height: 580px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.yith-wcwl-add-button>a i,
.yith-wcwl-add-to-wishlist {
    margin: 0;
}
.cart-form {
    width: 100%;
}
.cart-section__param {
    color: #676767;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.resault-cart__title {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    text-transform: uppercase;
}
.cart-table__item {
    padding: 24px 0;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-section__subtitle a{
    white-space: nowrap;
}
.cart-update__btn {
    padding: 5px 10px;
    border: 1px dashed #000;
    border-radius: 5px;
    margin-top: 10px;
}
.cart-subtotal {
    /*display: flex;*/
    /*justify-content: space-between;*/
    padding: 10px 0;
    border-bottom: 1px solid #d6d6d6;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}
.woocommerce-shipping-methods {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px; /* 200% */
}
.woocommerce-shipping-methods li {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.woocommerce-shipping-methods li input{
    margin: 0;
    margin-top: 5px;
}
.shipping-calculator-button {
    margin: 10px 0;
    display: block;
    width: fit-content;
    border: 1px solid rgba(0,0,0, 0.8);
    margin-left: auto;
    padding: 3px 10px;
    border-radius: 3px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
}
.cart__delivery-text {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px; /* 200% */
}
.cart-destination__btn {
    padding: 3px 10px;
    border: 1px solid rgb(6, 67, 6);
    border-radius: 3px;
    color: rgb(6, 67, 6);
    cursor: pointer;
}
.ordering-item {
    position: relative;
    min-width: 178px;
}
.ordering-item__btn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    gap: 8px;
    align-items: center;
    position: absolute;
    right: 0;
    z-index: 2;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.14px;
    text-transform: uppercase;
    width: 100%;
    max-width: 178px;
    height: 100%;
    background: rgb(237, 237, 237);
    text-align: center;
}
.ordering-item__btn::before {
    display: block;
    transform: rotate(0);
    transition: all .2s ease-in-out;
}
.ordering-item__btn._active::before {
    transform: rotate(180deg);
}
.ordering-item .choices__inner {
    padding: 0;
    border: none;
    background-color: transparent;
}
.ordering-item .choices {
    margin: 0;
}
.ordering-item .choices__item--selectable {
    color: transparent;
}
.ordering-item .choices__list--dropdown .choices__item--selectable {
    color: #000;
}
.ordering-item .choices__list--single {
    padding: 12px;
}
.ordering-item .choices__item {
    padding: 2px 5px !important;
}
.ordering-item .choices__list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 200%;
}
.ordering-item .choices__list--dropdown {
    right: 0;
    padding: 21px 17px;
    background-color: #fff;
    border: none;
    width: max-content;
}
.container__check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.16px;
    color: #1C1F20;
}
.container__check input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.container__check span {
    margin-top: 4px;
    padding-left: 12px;
    color: #9e9e9e;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background: rgba(198,185,185,0);
    border: 0.5px solid #000;
}
.checkmark:hover {
    border: 1.5px solid #000;
}
.container__check input:checked~.checkmark {
    background-color: #000;
    border: none;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container__check .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
input:checked~.checkmark:after {
    display: block;
}
.filters-dropdown .filters-form {
    gap: 0;
}
.filters-dropdown {
    border: none !important;
}
.single-product__inner.product{
    max-width: 100%;
    flex-direction: row;
}
.product-content__del-info {
    color: #030303;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 41px 0 32px;
}
.product-content__del-info p:nth-child(1) {
    margin-bottom: 10px;
}
.product-content__del-info p {
    max-width: 350px;
}
.product__actions .view-wishlist{
    display: none;
}
.product__actions .separator{
    display: none;
}
.fa-heart-o:before,
.fa-heart:before {
    font-size: 24px;
}
.product__image .product__actions {
    top: 10px;
    right: 10px;
}





@media (any-hover: hover){
    .fa-heart-o{
        opacity: 0.5;
        transition: all .2s ease-in-out;
    }
    .fa-heart-o:hover{
        opacity: 1;
    }
}
@media (max-width: 1040px) {
    .flex__wrapper {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .single_add_to_cart_button {
        margin-top: 5px;
    }
    .about-item__wrapper {
        flex-direction: column;
    }
    .glasses-remove {
        flex: 1 0 auto;
    }
    .tabs-cabinet__content .tabs-btn {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        color: #000;
        font-family: Inter;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px; /* 157.143% */
        text-transform: uppercase;
        position: relative;
        padding: 5px 10px;
    }
    .woocommerce.yith-wcwl-form.wishlist-fragment,
    .shop_table.shop_table_responsive.my_account_orders {
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        transition: all .3s ease-in-out;
    }
    .woocommerce.yith-wcwl-form.wishlist-fragment._active,
    .shop_table.shop_table_responsive.my_account_orders._active{
        opacity: 1;
        visibility: visible;
        max-height: 100%;
    }
}
.contacts-section__inner {
    background: #FAFAFA;
}
.body-contacts {
    padding: 46px 30px 34px;
}
.top-menu__list,
.footer__menu {
    padding: 0 !important;
}
.footer__menu {
    font-size: 16px;
    font-weight: 400;
    line-height: 117.523%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-row-gap: 14px;
    justify-items: start;
    align-items: center;
}
.top-menu__list a{
    color: #FFF;
    font-size: 11px;
    font-weight: 400;
    line-height: 140%; /* 15.4px */
    letter-spacing: 0.22px;
    text-transform: uppercase;
}
.header._active .header__mobile-menu .top-menu__list a {
    color: #000;
}
/* .site-main {
    padding: 50px 0;
} */
.main-menu__link {
    text-transform: uppercase;
}
.special-item__link img{
    width: 100%;
    height: 100%;
}
.special-item__link{
    width: 100%;
}
.special-item__image {
    width: 100%;
}
.glasses-pagination {
    margin-top: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.glasses-pagination .page-numbers {
    width: 50px;
    height: 50px;
}
.pagination_icon {
    width: 22px;
    height: 22px;
}
.glasses-pagination a.page-numbers,
.glasses-pagination span.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-product__dopinfo {
    margin-top: 22px;
}
.woocommerce-tabs ul.tabs li a {
    padding: 0 !important;
}
.details__tr+.details__tr {
    margin-top: 12px;
}
.product__content-table {
    padding: 41px 0 32px;
}
.single-product__pagination {
    display: none;
}
.single-product__pagination .swiper-pagination-bullet{
    width: 4px;
    height: 4px;
    background-color: #848484;
    transition: all .3s ease-in-out;
    opacity: 1;
}
.single-product__pagination .swiper-pagination-bullet-active{
    background-color: #000;
}
.single-product__slider .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}
/* .product__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product__image {
    max-width: 405px;
    max-height: 216px;
} */
.single-product__dopinfo_mob {
    display: none;
}
.form-row.validate-email input{
    max-width: 100%;
}
.section-title.billing-title {
    text-align: left;
    margin-bottom: 27px;
    font-weight: 500;
}
.shipping-title {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #282828;
    opacity: 0.5;
}
select.wc_payment_methods,
.shipping-select {
    width: 100%;
    border: none;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px 14px;
    outline: none;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: rgba(40, 40, 40, 0.5);
}
select.wc_payment_methods:focus,
.shipping-select:focus {
    outline: none;
}
.cart-update__btn {
    display: none;
}
.woocommerce-pagination ul.page-numbers{
    margin: 0 auto;
    margin-top: 18px;
    padding: 0;
    width: 100%;
}
.wishlist-title-container {
    display: none;
}
.shop_table thead{
    display: none;
}
.wishlist-product__image {
    max-width: 180px !important;
    max-height: 110px;
}
.history__card_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 37px 0 23px;
    border-bottom: 1px solid #ebebeb;
}
.no-orders__message {
    padding: 75px 0 75px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.no-orders__btn {
    display: block;
    max-width: 227px;
}
.wishlist-empty {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.history-dropdown__name {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.history-dropdown__descr {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.history-dropdown__price {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.history-dropdown {
    max-height: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}
.history-dropdown._active {
    padding: 15px;
    visibility: visible;
    opacity: 1;
}
.number-param::before {
    transform: rotate(0);
    transition: all .2s ease-in-out;
}
.number-param._active::before {
    transform: rotate(180deg);
}
.glasses_gallery_mini {
    overflow: hidden;
    max-width: 820px;
}
.slider-btn.swiper-button-disabled {
    opacity: 0.5;
}
/* .contact-information {
    margin-bottom: 190px;
} */

@media (max-width: 768px) {
    .woocommerce-variation-add-to-cart {
        margin-top: 5px;
        gap: 5px;
    }
    .single-page {
        padding: 18px 0;
    }
    .single-product__dopinfo_mob {
        display: block;
    }
    .single-product__dopinfo {
        display: none;
    }
    .single-product__descr,
    .variation-label {
        gap: 5px;
    }
    .single-product__pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 9px;
        position: absolute;
        bottom: 20px;
        z-index: 20;
    }
    .glasses_gallery_wrapper {
        display: none;
    }
    .footer__menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
    .special__image-slider {
        padding: 0 0 20px;
    }
    .history-box {
        max-height: 0;
        opacity: 0;
        pointer-events: none;
        transition: all .3s ease-in-out;
        /* background-color: #fafafa; */
    }
    .history-box._active {
        opacity: 1;
        max-height: 100%;
        pointer-events: all;
    }
}
@media (max-width: 650px) {
    .checkout-form__items{
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    .shop_table.woocommerce-checkout-review-order-table .cart_item {
        flex-wrap: wrap;
    }
    .shop_table.woocommerce-checkout-review-order-table .product-image {
        flex:1 1 100% ;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.product__image img{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 550px) {
    .item-wrapper {
        flex-wrap: wrap;
    }
    .wishhlist__item-image {
        flex: 0 1 100%;
    }

}
@media (max-width: 500px) {
    .footer__menu {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        width: 100%;
    }
    .footer__body-nav div{
        width: 100%;
    }
    .single-product__slider .slider-btn {
        display: none;
    }
}
@media (max-width: 450px) {
    .qib-container:not(#qib_id):not(#qib_id) {
        margin: 0 auto;
    }
    table.shop_table_responsive tr td::before {
        float: unset !important;
    }
    .coupon {
        display: flex;
        flex-direction: column;
    }
}
.item-delivery__body p {
    margin-top: 10px;
}
.item-delivery__body p:first-child{
    margin-top: 0;
}
.contacts-section__image {
    width: 50%;
}
.contacts-section__image img{
    width: 100%;
    height: 100%;
}
@media (max-width: 1200px) {
    .contacts-section__inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        background-color: transparent;
    }
    .body-contacts__time {
        justify-content: center;
    }
    .body-contacts__numbers {
        justify-content: center;
        flex-wrap: wrap;
    }
    .body-contacts__footer {
        justify-content: center;
    }
    .contacts-section__image {
        width: 100%;
    }
    .contacts-section__image iframe{
        height: 400px;
    }
}
.contacts-section__image iframe{
    border: none;
}
@media (max-width: 575px) {
    .contacts-section__image iframe{
        height: 300px;
    }
}
@media (max-width: 450px) {
    .contacts-section__image iframe{
        height: 250px;
    }
}
.policy__inner-item p{
    color: #1C1F20;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}
.policy__inner-item a{
    font: inherit;
    text-decoration-line: underline;
}
.billing-title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.form-label .required {
    display: none;
}
.checkout-buttons {
    margin-top: 27px;
    margin-bottom: 32px;
}
.checkout_show-btn {
    padding: 12px;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;

}
.checkout_show-btn._active {
    background-color: #78906C;
    color: #fff;
}
.checkout_show-btn._active,.btn {
    border-radius: 20px;
}
.thanks-list__resault {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 500px) {
    .item-thanks__title {
        font-size: 16px !important;
    }
    .item-thanks__descr {
        font-size: 12px !important;
    }
    .resault__title {
        font-size: 16px !important;
    }
    .resault__summ {
        font-size: 16px !important;
    }
}
.modal_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0, .8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in;
}

.modal_overlay._active {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.contacts__modal-body {
    padding: 64px 72px;
    background: #FAFAFA;
    position: relative;
    max-width: 445px;
}
.checkout__modal-body {
    padding: 64px 72px;
    background: #FAFAFA;
    position: relative;
    max-width: 543px;
    width: 100%;
}
.contacts__modal-body .wpcf7-form label{
    margin-top: 24px;
    display: inline-block;
    color: rgba(0,0,0, .5);
    font-size: 12px;
    font-weight: 400;
    line-height: 210%; /* 25.2px */
}
.contacts__modal-body .wpcf7-form label:first-child{
    margin-top: 0;
}
.contacts__modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    cursor: pointer;
}
.contact_modal-name,
.contact_modal-suname {
    margin-top: 8px;
    border: none;
    padding: 15px 17px;
    max-width: 399px;
    width: 100%;
    height: 50px;
}
.contacts__modal-textarea {
    margin-top: 8px;
    border: none;
    padding: 15px 17px;
    max-width: 399px;
    width: 100%;
    max-height: 179px;
    height: 100%;
}
.wpcf7-form-control:focus {
    outline: none;
}
.contacts-modal__submit {
    margin-top: 24px;
    width: 100%;
}
.contacts__modal-title {
    margin-bottom: 36px;
    color: #060326;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}
.wpcf7-spinner {
    display: none;
}
@media (max-height: 800px) {
    .contacts__modal-body {
        padding: 32px 36px;
    }
    .contacts__modal-close {
        right: 10px;
        top: 10px;
    }
}
@media (max-width: 500px) {
    .contacts__modal-body {
        width: 100vw;
        height: 100vh;
    }
    .contacts__modal-body label {
        width: 100%;
    }
    .contact_modal-suname {
        max-width: 100%;
    }
}
.registration__title {
    color: #060326;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 36px;
}
.woocommerce-form-register.register .woocommerce-form-row {
    max-width: 399px;
    width: 100%;
}
.woocommerce-form-register.register {
    color: rgba(0,0,0, .5);
    font-size: 12px;
    font-weight: 400;
    line-height: 210%;
}
.woocommerce-form-register.register .woocommerce-form-row input {
    border: none;
    padding: 15px 17px;
    width: 100%;
    height: 50px;
}
#checkout-registation .checkout__modal-body {
    max-width: 1000px;
}
.registration-form__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 10px;
}
@media (max-width: 768px) {
    .registration-form__grid {
        grid-template-columns: repeat(1, 1fr);
    }
    #checkout-registation .checkout__modal-body {
        height: 100vh;
        width: 100vw;
        overflow: auto;
    }
}
@media (max-width: 500px) {
    .checkout__modal-form .checkout__modal-body {
        padding: 32px;
    }
    .form-login_tabs {
        margin: 40px auto;
        padding: 20px;
    }
    .form-login__buttons .tabs-btn {
        font-size: 18px;
    }
    .form-login__buttons {
        gap: 20px;
    }
    .form-login_tabs {
        max-width: 100%;
    }
}
.registration-form__grid p:nth-child(1){
    order: 1;
}
.registration-form__grid p:nth-child(2){
    order: 2;
}
.registration-form__grid p:nth-child(3){
    order: 5;
}
.registration-form__grid p:nth-child(4){
    order: 3;
}
.registration-form__grid p:nth-child(5){
    order: 6;
}
.registration-form__grid p:nth-child(6){
    order: 4;
}
.woocommerce-form-register.register .woocommerce-privacy-policy-text{
    order:6 ;
}
.woocommerce-form-register.register .registration-button{
    order:7 ;
}
.registration__modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 22px;
}
.checkout-btn {
    display: block;
    max-width: 399px;
    margin: 0 auto;
}
.tabs__content-item.login-form {
    max-width: 500px;
}
.tabs__content-item.login-registration {
    max-width: 1000px;
}
/*
Cart mini
*/
.modal__cabinet {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(115,115,109,.5);
}
.modal__cabinet._active {
    display: block;
}
.modal__cabinet-dialog {
    max-width: 1358px;
    margin: 32px auto;
}
.modal__cabinet-content {
    padding: 24px;
    position: relative;
    width: 100%;
    background-color: #fff;
    overflow-y: auto;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.25);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,.25);
}
.basket__top {
    margin-bottom: 36px;
    padding-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #ebebeb;
}
.basket__title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.basket__photo {
    max-width: 24px;
}
.basket__body {
    display: flex;
    justify-content: space-between;
    gap: 33px;
}
.buscket__body-item.busket-products {
    flex-grow: 1;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}
.product-quantity {
    max-width: 106px;
    width: 100%;
}
.cart-form.woocommerce-cart-form .product-quantity {
    margin: 0 20px 0 10px;
}
.cart-form.woocommerce-cart-form .product-price {
    color: #454545;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}
.cart-form.woocommerce-cart-form .product-price::before,
.cart-form.woocommerce-cart-form .product-quantity::before {
    display: none;
}
@media (max-width: 1100px) {
    .cart-form.woocommerce-cart-form .product-name {
        max-width: 120px;
        text-align: left;
    }
    .cart-section__title {
        white-space: normal;
    }
    .basket__body {
        gap: 10px;
    }
    .cart-section__resault {
        min-width: 220px;
        padding: 10px;
    }
    .wc-proceed-to-checkout {
        flex-grow: 1;
        display: flex;
        align-items: flex-end;
    }
}
.cart__price-mob {
    display: none;
}
.product-name.product-name_mob {
    display: none;
}
@media (max-width: 768px) {
    .modal__cabinet-dialog {
        margin: 0;
    }
    .modal__cabinet-content {
        height: 100vh;
        width: 100%;
        padding: 15px;
    }
    .basket__body {
        flex-direction: column;
    }
    .cart-section__resault {
        width: 100% !important;
    }
}
@media (max-width: 575px) {
    .cart__price-mob {
        display: block;
        position: absolute;
        font-size: 12px !important;
        right: 0;
        bottom: 0;
    }
    .buscket__body-item.busket-products {
        max-height: 250px;
    }
    .price-desctop {
        display: none !important;
    }
    .product-name.product-name_mob {
        display: block;
    }
    .product-name.product-name_desc {
        display: none !important;
    }
    .cart-table__item {
        gap: 0px;
    }
    .cart-section__image {
        flex-grow: 1;
    }
    .cart-form.woocommerce-cart-form .product-name {
        max-width: 100%;
    }
}
@media (max-width: 360px) {
    .product-thumbnail.cart-section__image {
        min-width: 155px;
    }
    .cart-table__item {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .product-thumbnail.cart-section__image {
        grid-row: 1 / 3;
        grid-column: 1 / 2;
    }
    .product-remove .delete-img {
        margin: 0 auto;
    }
    .cart-form.woocommerce-cart-form .product-quantity {
        margin: 0 5px;
    }
}
@media (max-height: 540px) {
    .basket__top {
        margin-bottom: 0;
    }
    .cart-table__item {
        padding: 10px 0;
    }
}
.cart-empty {
    margin: 0 auto;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.8px;
}
@media (max-width: 540px) {
    .cart-empty  {
        font-size: 17px;
    }
}
ul.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
@media (max-width: 768px) {
    ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    ul.products .fa-heart-o:before,
    ul.products .fa-heart:before{
        font-size: 12px;
    }
    ul.products .product__image img{
        height: 100%;
        object-fit: contain;
    }
    .product__content {
        padding-bottom: 0 !important;
    }
    .ordering-item .choices__list--dropdown {
        right: -20px;
    }
    .single-product__inner.product {
        flex-direction: column;
    }
    .single-product__body {
        align-items: center !important;
    }
    .related.products.interests .products.columns-3{
        display: flex;
        flex-direction: column;
        gap: 23px;
        align-items: center;
        justify-content: flex-start;
    }
    .glasses_gallery_wrapper {
        display: none !important;
    }
    .product__content-table,
    .product-content__del-info {
        padding: 0;
    }
    .interests {
        padding: 58px 0 66px !important;
    }
    .interests__title {
        margin-bottom: 27px !important;
    }
}
.product-wishlist__price {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cabinet {
    padding-bottom: 85px;
}
ul.products li.product img {
    max-height: 216px;
}
@media (max-width: 550px) {
    .wishlist_table.mobile .item-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        position: relative;
        gap: 10px;
    }
    .wishhlist__item .product-name a {
        font-size: 14px;
    }
    .item-wrapper .product-thumbnail{
        grid-row: 1 / 3;
    }
    .wishlist-mobile-price-wrapper .screen-reader-text,
    .wishlist-mobile-price-wrapper .woocommerce-Price-amount {
        font-size: 14px;
    }
    .glasses-remove {
        position: absolute;
        right: 0;
        top: 0;
    }
    .product-wishlist__price {
        justify-content: start;
    }
    .wishlist_table.mobile li .item-wrapper .item-details {
        width: 100% !important;
    }
    .cabinet {
        padding-bottom: 34px;
    }
}

@media (max-width: 1200px) {
    .glasses-mini__slide img{
        height: 130px;
    }
}
@media (max-width: 1000px) {
    .glasses-mini__slide img{
        height: 110px;
    }
}
.interests__inner .product__image {
    max-height: 216px;
}
.woocommerce-message .button.wc-forward {
    display: none;
}
.woocommerce-error .button.wc-forward {
    display: none;
}
.single-product__wrapper {
    align-items: center;
}
.wishhlist__item-image .wishhlist__item-link{
    max-width: 150px !important;
}
@media (min-width: 500px) {
    .wishhlist__item-image img{
        width: 150px !important;
        height: 150px !important;
    }
}
.product-image__link {
    position: relative;
    display: block;
}
.single-product__gallery {
    max-width: 64%;
}
.single-product__body {
    max-width: 420px;
}
.single-product__body .product_title {
    max-width: 80%;
    text-align: left;
}
.single-product__inner .single-product__image {
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .catalog__filters-types {
        height: 40px !important;
    }
    .ordering-item__btn {
        padding: 0 12px;
        border: 1px solid #000;
        height: 40px;
        top: 13px;
        width: fit-content;
        box-sizing: content-box;
    }
    .product__image .product__actions {
        top: 0;
        right: 5px;
    }
    .single-product__gallery {
        max-width: 100% !important;
    }
    .single-product__body {
        max-width: 100%;
    }
}
@media (max-width: 325px) {
    .catalog__filters {
        gap: 0 !important;
    }
}
.filters-dropdown {
    transition: none !important;
}
.product-damage__text {
    max-width: 377px;
    color: #F00;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}
#yith-wcwl-popup-message {
    display: none !important;
}
@media (max-width: 550px) {
    .item-wrapper {
        width: 100% !important;
        padding-right: 25px;
    }
}
.tabs-product__buttons .tabs-btn {
    color: #000;
}
@media only screen and (max-width: 768px) and (pointer: fine) {
    .tabs-product__buttons .tabs-btn {
        color: #000; /* Цвет только для Safari на iPhone */
    }
}
@media (max-width: 450px) {
    .single-page__inner {
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
    }
}
.contacts__modal-textarea {
    resize: none;
}
.btn.button.alt,
.tabs-product__buttons .tabs-btn{
    cursor: pointer;
}
.footer__comment a,
.footer__comment-mob a {
    font: inherit;
    color: inherit;
}
.btn.submit-btn.cabinet-form__btn {
    text-transform: uppercase;
}
.woocommerce-no-products-found .woocommerce-info {
    background-color: #000 !important;
    color: #fff;
    text-align: center;
    padding: 0 5px;
}
.section-title.about__title {
    max-width: 657px;
    margin: 0 auto;
    text-align: left;
}
.about-item__title {
    max-width: 420px;
    width: 100%;
    text-align: left;
}
.about-item__content {
    justify-content: center;
    align-items: center;
}
.about-item__content-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    gap: 13px;
    max-width: 420px;
    width: 100%;
    text-align: left;
}
.about__footer {
    padding : 25px 0 75px;
}
.about__bottom-mobile {
    display: none;
}
.btn.about-btn {
    text-transform: uppercase;
    font-size: 12px;
}
.single-product__inner {
    gap: 60px;
    justify-content: space-between;
}
.single-product__body {
    justify-content: space-between;
}
.single-product__slide {
    opacity: 0;
    transition: all .3s ease-in-out;
}.single-product__slide.swiper-slide-active {
     opacity: 1;
 }
.single-page__inner
.product__image img {
    max-height: 216px;
}
.filters-dropdown {
    right: 0;
}
.product__content-table tbody {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: start;
}
.product__content-table .details__tr {
    display: flex;
    gap: 13px;
    align-items: center;
}.product__content-table .details__list-item {
     min-width: 115px;
 }
.filter-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn.reset-btn {
    line-height: 45px;
    border: 1px solid #000;
    box-sizing: content-box;
    background-color: transparent;
    color: #000;
}
.filters-dropdown {
    width: 360px;
}
.submit-btn {
    cursor: pointer;
}
.return__inner-item p {
    font-size: 12px;
    line-height: 30px;
}
table.shop_table_responsive tr td::before {
    display: none;
}
.glasses-pagination .page-numbers {
    font-size: 18px;
}

.cart-table-resault-title {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.product-image-mob-info {
    display: none;
}
.cart_item td {
    padding: 0 10px;
}
.cart_item td.product-image {
    padding: 0;
}

.order-total-title {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.cart-subtotal {
    position: relative;
}

.cart-subtotal::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 1px;
    background-color: #D6D6D6;
}

.shop_table tfoot td {
    padding-top: 15px;
}

.shop_table tfoot td.cart-table-resault-title {
    padding: 0;
}

@media (max-width: 360px) {
    .filters-dropdown {
        width: 100%;
    }
}
@media (max-width: 600px) {
    td.mob-none {
        display: none;
    }
}
@media (max-width: 600px) {
    .product-image-mob-info {
        display: block;
        text-align: left;
        width: 100%;
    }

    .product-name {
        display: none;
    }

    .product-image {
        display: flex;
        flex-direction: column;
        gap: 6px;
        align-items: start;
        position: relative;
    }

    .product-image-img {
        display: inline-block;
        margin-right: auto;
    }

    .product-quantity {
        width: auto;
    }

    .product-total {
        display: none;
    }

    .product-image-mob-price {
        position: absolute;
        z-index: 1;
        right: 0;
        bottom: 0;
        color: #000;
        text-align: right;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .cart-section__param {
        padding-right: 40px;
    }

    .checkout-buttons {
        display: flex;
        flex-direction: column-reverse;
        gap: 12px;
        align-items: center;
        margin: 21px 0 16px;
    }

    .checkout-buttons a {
        max-width: 220px;
        width: 100%;
        display: inline-block;
    }

    .checkout-title.glasses-chechout__title {
        text-align: center;
    }

    .checkout.woocommerce-checkout .form-row {
        width: 100%;
    }

    .checkout.woocommerce-checkout .flex__wrapper {
        padding: 22px 0 58px 0;
    }

    .checkout.woocommerce-checkout .glasses_order_submit {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
    }

    .shop_table tfoot td.cart-table-resault-title {
        padding-top: 27px;
    }

}
@media (max-width: 1040px) {
    .flex-inner {
        flex: 1 1 100%;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .main-menu__list {
        padding: 0;
    }

    .woocommerce.yith-wcwl-form.wishlist-fragment {
        margin-top: 14px;
    }

    .wishhlist__item {
        border-bottom: 1px solid #EBEBEB;
    }
}
@media (max-width: 575px) {
    .about-item__wrapper {
        display: none;
    }

    .about-item {
        display: none;
        margin-bottom: 60px;
    }

    .about-item._normal,
    .about-item._reverse {
        display: flex;
        flex-direction: column-reverse;
        gap: 18px;
        padding: 0 16px;
    }

    .about__descr {
        margin-bottom: 0;
    }

    .about {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .about-item__content {
        padding: 0;
    }

    .about-item__content-wrapper,
    .about-item__title,
    .about-item__text {
        max-width: 100%;
    }

    .about__footer .btn {
        max-width: 100%;
    }

    .about__bottom-mobile {
        display: block;
    }

    .about__bottom-mobile_img {
        width: 100%;
        max-height: 100%;
        display: block;
        margin: 0 auto;
        object-fit: cover;
    }

    .about__footer {
        padding: 0 0 18px;
    }

    .section-title.about__title {
        font-weight: 500;
        text-align: center;
        padding: 0 30px;
    }

    .about__descr {
        margin-top: 31px;
    }

    .glasses-pagination .page-numbers {
        font-size: 14px;
    }

    .pagination_icon {
        width: 4px;
        height: 9px;
    }
}
@media (max-width: 768px) {
    .single-product__inner {
        gap: 10px;
    }

    .main-menu__sublist {
        display: flex;
        flex-direction: column;
        gap: 22px;
        align-items: start;
    }

    .main-menu__item .sub-menu {
        overflow: hidden;
    }

    .main-menu__item._hover .sub-menu {
        overflow: visible;
    }

    .header._active .header__mobile-menu .main-menu {
        overflow-y: auto;
    }

    .footer__menu {
        flex-direction: column;
        align-items: start;
    }

    .footer__menu .main-menu__item {
        width: fit-content;
    }

    .footer__menu .main-menu__item:nth-child(1) {
        order: 1;
    }

    .footer__menu .main-menu__item:nth-child(2) {
        order: 3;
    }

    .footer__menu .main-menu__item:nth-child(3) {
        order: 5;
    }

    .footer__menu .main-menu__item:nth-child(4) {
        order: 2;
    }

    .footer__menu .main-menu__item:nth-child(5) {
        order: 4;
    }

    .footer__menu .main-menu__item:nth-child(6) {
        order: 6;
    }

    .single-product__tabs {
        background-color: transparent;
        padding: 0;
    }

    .tabs-product__buttons {
        gap: 12px;
    }

    .tabs-product__content {
        margin-top: 15px;
    }

    .catalog__filters-types {
        flex-direction: row;
        width: 156px;
        justify-content: center;
    }

    .ordering-item {
        min-width: 156px;
    }

    .ordering-item__btn {
        width: 156px;
        box-sizing: border-box;
        left: 0;
    }

    .modal__cabinet {
        top: 68px;
        height: calc(100vh - 68px);
        position: absolute;
    }

    main._lock {
        height: calc(100vh - 68px);
        overflow-y: hidden;
    }
}
@media (max-width: 400px) {
    .choices__list.choices__list--single {
        max-height: 59px;
    }

}
@media (max-width: 340px) {
    .catalog__filters-types,
    .ordering-item__btn {
        width: auto;
    }
}

.btn,
.tabs-btn {
    cursor: pointer;
}

.btn.glasses_order_submit.button {
    height: 39px;
}

@media (max-width: 900px) and (min-width: 768px) {
    .basket__body {
        flex-direction: column;
    }

    .cart-section__resault {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .form-button__wrapper {
        justify-content: flex-start;
    }

    .cabinet-content.tabs-content .no-orders__message {
        display: none;
    }

    .cabinet-content.tabs-content .no-orders__message._active {
        display: flex;
    }

    .xoo-el-lostpw-success p {
        text-align: center;
    }
}

.contacts__modal-body {
    max-height: 100vh;
    overflow: auto;
}

.return__inner-name {
    text-transform: none;
}

.xoo-el-notice-error .xoo-el-lostpw-tgr {
    display: none;
}

.xoo-el-notice {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    transform: translateY(-50%);
}

@media (max-width: 700px) {
    .xoo-el-form-container.xoo-el-form-inline {
        margin: 60px auto;
    }
}

.main-menu__list {
    padding-left: 0;
}

@media (max-width: 1000px) and (min-width: 768px) {
    .single-product__gallery {
        max-width: 60%;
    }

    .single-product__inner {
        gap: 20px;
    }
}

.fa-heart-o:before {
    background-image: url('../images/icons/heart-mod.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 24px;
    width: 24px;
}

@media (max-width: 768px) {
    .fa-heart-o:before {
        height: 12px;
        width: 12px;
    }
}

.woocommerce-message,
.woocommerce-error,
.xoo-el-notice-error {
    background-color: #000 !important;
    color: #fff;
}

.xoo-el-notice-success {
    background-color: #000 !important;
    color: #fff;
}

.xoo-el-section.lostpw .xoo-el-notice {
    position: static;
    transform: none;
}

.xoo-el-notice-success .xoo-el-login-tgr {
    transform: none;
    color: #fff !important;
    font-size: 16px;
    position: static;
}

.xoo-el-lostpw-success {
    text-align: center;
}

.xoo-el-lostpw-success .woocommerce-message {
    justify-content: center;
}

.glasses_gallery_wrapper {
    max-width: fit-content;
    margin: 0 auto;
}

@media (min-width: 769px) {
    .sublist-menu {
        width: 100vw;
        transform: translateY(-100%);
        padding: 30px 0 20px;
        transition: none;
    }

    .sublist-menu div {
        display: flex;
        gap: 60px;
        justify-content: center;
        align-items: center;
    }

    .sublist-menu div.submenu-logo-wrapper {
        gap: 40px;
        overflow-x: hidden;
        overflow-y: visible;
        justify-content: center;
        max-width: 90%;
        margin: 0 auto;
        padding: 30px 0;
    }

    .sublist-menu div.swiper-wrapper {
        justify-content: stretch;
        gap: 0;
    }

    .logo-link {
        overflow: visible;
    }

    .logo-link img {
        max-width: 150px;
    }

    .sublist-menu.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .logo-link img {
        opacity: .7;
        transition: all .3s ease-in-out;
    }

    .logo-link:hover img {
        transform: scale(1.3);
        opacity: 1;
    }
}
@media (min-width: 769px) and (max-width: 1000px) {
    .logo-link img {
        max-width: 100px;
    }
}
@media (max-width: 768px) {
    .submenu-logo-wrapper {
        display: none;
    }
}
@media (min-width: 768px) {
    .main-menu__arrow {
        display: none;
    }
}

a.single-product__image {
    display: block;
}

.product-full-description {
    max-width: 65%;
    padding: 50px 0 0 0;
    color: #030303;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 768px) {
    .product-full-description {
        max-width: 100%;
    }
}

.product-full-description ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.submenu-logo-wrapper .swiper-wrapper {
    transition-timing-function: linear;
}

.about-item__image img {
    object-fit: cover;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
}

/* Checkout payment styles */

.chechout-payment-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(40, 40, 40, 0.5);;
}

.glasses-payment-wrapper {
    width: 100%;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: rgba(40, 40, 40, 0.5);;
}

.glasses-payment-wrapper ul {
    padding: 0 !important;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.glasses-payment-wrapper label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    color: rgba(40, 40, 40, 0.5);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */

.glasses-payment-wrapper label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */

.radio-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.glasses-payment-wrapper label:hover input ~ .radio-mark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.glasses-payment-wrapper label input:checked ~ .radio-mark {
    background-color: #000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.radio-mark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.glasses-payment-wrapper label input:checked ~ .radio-mark:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.glasses-payment-wrapper label .radio-mark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.checkout-details-title.billing-title {
    margin-bottom: 20px;
}

/*card*/

.wc-credit-card-form.wc-payment-form {
    border: none;
    padding: 0;
}

.wc-credit-card-form.wc-payment-form label {
    padding-left: 0;
    margin-top: 10px;
}

.wc-credit-card-form.wc-payment-form input {
    box-shadow: none !important;
    border: none;
    outline: none;
    padding: 11px 17px;
    background-color: #fff;
    border-radius: 3px;
    max-width: 100%;
    width: 100%;
    border: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    opacity: 1;
    color: #282828;
}

.payment_box payment_method_cod,
.desc-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: rgba(40, 40, 40, 0.5);;
}

@media (min-width: 768px) {
    .single-product__tabs {
        flex-grow: 1;
    }
}
@media (max-width: 1077px) {
    .form-button__wrapper {
        justify-content: center;
    }
}

.btn.main-link.thanks-btn {
    height: 55px;
    line-height: 55px;
}

.about__descr {
    text-align: left;
    align-items: start;
    margin-bottom: 0;
    max-width: 100%;
    font-size: 16px;
}

.section-title.about__title {
    text-align: center;
    max-width: 100%;
}

/*breadcrumbs*/

.breadcrumbs-wrapper {
    margin: 40px auto 0;
    max-width: 1314px;
    width: 100%;
    padding: 0 15px;

}

.breadcrumbs__list {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding: 0;
    flex-wrap: wrap;
}

.breadcrumbs__list li {
    position: relative;
    padding-right: 20px;
}

.breadcrumbs-wrapper .breadcrumb__link {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: rgba(40, 40, 40, 0.5);;
    text-transform: capitalize;

}

.breadcrumb__link._icon-arrow-down::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}

.breadcrumbs-wrapper .breadcrumb__text {
    color: rgba(40, 40, 40, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.catalog__actions {
    margin-top: 0;
}

.wg-li.weglot-lang a,
.wglanguage-name {
    font-size: 12px;
    line-height: 140%;
    color: #fff;
}

.wg-li + .wg-li {
    margin-left: 16px;
}

.header-top-switchers {
    display: flex;
    gap: 20px;
    align-items: center;
}

.currency-swither {
    height: 36px;
}

.selectron23-container .selectron23-option {
    padding: 11px 20px 9px 9px !important;
}

.no-product-message {
    text-align: right;
    color: #e2401c;
}

.quantity.hidden {
    display: none;
}

.loop-product-add-to-cart-wrapper button {
    margin-top: 0;
}

.loop-product-add-to-cart,
.loop-product-add-to-cart form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.loop-product-add-to-cart-wrapper {
    margin-top: 20px;
}

@media (max-width: 560px) {
    .loop-product-add-to-cart,
    .loop-product-add-to-cart form {
        margin-top: 10px;
        flex-direction: column-reverse;
        gap: 10px;
    }

    .loop-product-add-to-cart button {
        max-width: 100%;
    }

    .no-product-message {
        font-size: 12px;
    }

    .loop-product-add-to-cart-wrapper {
        margin-top: 0;
    }
}
@media (max-width: 768px) {
    .header-top-switchers,
    .header__top-item.language-change {
        width: 100%;
    }

    .header-top-switchers {
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .wg-li.weglot-lang a, .wglanguage-name,
    .wg-li.weglot-lang a, .wglanguage-name {
        font-size: 14px;
        color: #000;
    }

    .selectron23-option {
        background: transparent !important;
    }

    .selectron23-container {
        border: none !important;
        display: flex;
        gap: 20px;
        align-items: start;
    }

    .selectron23-container span {
        display: none;
    }

    .selectron23-option-title {
        font-size: 14px !important;
        color: #000 !important;
    }

    .selectron23-container .selectron23-option {
        padding: 10px 0 5px !important;
    }

    .selectron23-option[data-selected="1"] {
        border-bottom: 1px solid #000;
    }

    .xoo-el-lostpw-success .woocommerce-message {
        align-items: center;
    }
}

.woocommerce-message,
.woocommerce-error {
    animation: hideMessages;
    animation-delay: 3s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes hideMessages {
    0% {
        display: flex;
    }
    100% {
        display: none;
    }
}
@media (max-width: 575px) {
    .filters-dropdown {
        width: 100%;
    }

    .product-name.product-name_mob .cart-section__title {
        padding-bottom: 20px;
    }

    .choices__list.choices__list--dropdown {
        right: 0;
        left: -17px;
        width: 100vw;
    }
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

.header._active {
    z-index: 101;
}

@media (max-width: 768px) {
    .modal__cabinet {
        overflow: visible;
    }
}

.choices[data-type*=select-one]:after {
    display: none !important;
}

.lg-backdrop,
.lg-outer .lg-thumb-outer {
    background-color: #fff !important;
}

.lg-next,
.lg-prev {
    background-color: transparent !important;
    color: #000 !important;
    opacity: 0.7;
}

.lg-next:hover,
.lg-prev:hover {
    opacity: 1;
}

.lg-zoom-in:hover,
.lg-download:hover,
.lg-close:hover {
    color: #000 !important;
}

.woocommerce-info {
    background-color: #000 !important;
    color: #fff;
}

.wishhlist__item .product-name {
    display: block !important;
}

.select2.select2-container.select2-container--default,
.select2-selection.select2-selection--single {
    height: 44px;
}

.select2-selection__rendered {
    height: 44px;
    line-height: 44px !important;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    opacity: 0.6;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
}

.select2-container--default .select2-selection--single {
    border: none;
}

.select2-dropdown.select2-dropdown--below {
    border: none !important;
}

@media (max-width: 650px) {
    .checkout-form__items .form-row {
        width: 100%;
    }
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #000 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none !important;
}

.select2-results {
    padding: 0 5px;
}

ul.products.columns-4 li.product {
    width: 100% !important;
}

.wg-li.weglot-lang a, .wglanguage-name {
    padding: 5px;
}

html._lock,
html._lock body {
    overflow-y: hidden;
    height: 100vh;
}

.modal__cabinet-content {
    overflow-y: hidden;
}

.modal__cabinet-content {
    overflow-y: hidden !important;
}

@media (max-width: 768px) {
    .modal__cabinet {
        position: fixed !important;
        top: 92px !important;
    }

    html._lock .header {
        position: fixed;
        top: 0;
        z-index: 100;
        background: #ffffff;
        width: 100%;
    }

}
@media (max-width: 768px) and (max-height: 750px) {
    .modal__cabinet {
        position: fixed !important;
        top: 68px !important;
    }

    .basket__top {
        margin-bottom: 0;
    }
}

.cart-table__item.hold {
    opacity: 0.3;
    pointer-events: none;
}

.disable {
    opacity: 0.3;
    pointer-events: none;
}

.promo-photoes__link {
    max-width: fit-content;
    left: 50% !important;
    min-width: 92px;
    text-align: center;
}

.xoo-el-lostpw-tgr {
    white-space: nowrap;
}


/*Kohen update*/
@media (max-width: 575px) {
    .logo {
        gap: 15px;
    }

    .custom-logo-link,
    .custom-logo-link img {
        max-width: 100px;
        max-height: 40px;
    }
}

.body-contacts__links img {
    max-height: 40px;
    max-width: 40px;
    height: 100%;
    width: 100%;
}

.promo-slider__slide::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.product-content__del-info h2,
.product-content__del-info h3 {
    margin-bottom: 10px;
}

.promo-slider__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slide-promo__text {
    color: #ffffff;
    font-size: clamp(0.875rem, 0.529rem + 1.54vw, 1.875rem);
    line-height: clamp(0.875rem, 0.529rem + 1.54vw, 1.875rem);
    margin-top: 20px;
}

.slide-promo__title {
    font-size: clamp(1.625rem, 1.106rem + 2.31vw, 3.125rem);
    line-height: clamp(1.625rem, 1.106rem + 2.31vw, 3.125rem);
    text-align: center;
}

.slide-promo__link {
    display: block;
    max-width: fit-content;
    padding: 20px 30px;
    background-color: #fff;
    margin: 20px auto 0;
    color: #000000;
    font-size: clamp(0.875rem, 0.745rem + 0.58vw, 1.25rem);
    line-height: clamp(0.875rem, 0.745rem + 0.58vw, 1.25rem);
    transition: all .2s ease-in-out;
}

.slide-promo__link:hover {
    color: #ffffff;
    background-color: #000;
}

@media (max-width: 768px) {
    .slide-promo__text {
        margin-top: 10px;
        text-align: center;
    }

    .slide-promo__link {
        padding: 10px;
        margin: 10px auto 0;
    }
}
@media (max-width: 500px) {
    table.wishlist_table tbody td {
        padding: 0 !important;
    }

    table.wishlist_table tr {
        padding: 5px 0;
    }
}

.custom-logo-link img {
    width: 150px;
    height: 50px;
}

.promo-photoes__item {
    flex: 1 1 50%;
}

.promo-photoes {
    align-items: stretch;
    gap: 0;
}

.promo-photoes__item-content {
    padding: 40px 20px;
    font-size: 18px;
    color: rgb(119, 119, 119);
}

.promo-photoes__item {
    background-color: rgba(0, 0, 0, 0.1);
}

.promo-photoes__item-content h2 {
    color: #222;
    font-size: 33px;
}

.promo-photoes__item-content p {
    margin-top: 20px;
}

.promo-photo__link {
    display: inline-block;
    max-width: fit-content;
    margin: 20px 0 0 20px;
    color: #fff;
    background-color: #5e2f0d;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 30px;
}

.promo-photoes__image {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

@media (max-width: 1100px) {
    .promo-photoes {
        flex-direction: column;
    }
}

.promo-photoes {
    padding: 80px 0 0 0;
}

body {
    background-color: rgb(237, 237, 237);
}

.bottom-text {
    padding: 10px 0;
    color: rgb(119, 119, 119);
    font-size: 18px;
    line-height: 32px;
}

.bottom-text h2 {
    color: #222;
    font-size: 33px;
    line-height: 50px;
}

.bottom-text p {
    margin-top: 20px;
}

.bottom-text ul {
    list-style: none;
    padding: 0;
}

@media (max-width: 575px) {
    .bottom-text h2,
    .promo-photoes__item-content h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .promo-photoes__item-content, .bottom-text {
        font-size: 14px;
        line-height: 18px;
    }
}

.home-category {
    padding: 20px 0;
}

.home-title {
    font-size: clamp(1.125rem, 0.75rem + 1.67vw, 2rem);
    line-height: clamp(1.563rem, 0.893rem + 2.98vw, 3.125rem);
    text-align: center;
}

.home-category__slider {
    margin-top: 40px;
}

.home-category__slider-image {
    width: 170px;
    height: 170px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}

.home-category__slider-box {
    text-align: center;
}

.home-category__slider-title {
    margin: 20px auto 0;
    max-width: fit-content;
    position: relative;
    font-size: clamp(1rem, 0.786rem + 0.95vw, 1.5rem);
    line-height: clamp(1rem, 0.786rem + 0.95vw, 1.5rem);
}

.home-category__slider-title::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #000;
    height: 2px;
    width: 0%;
    transition: width .3s ease-in-out;
}

.home-category__slider-box:hover .home-category__slider-title::after {
    width: 100%;
}

.stock-section__slider-pagination,
.home-category__slider-pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.stock-section__slider-pagination span.swiper-pagination-bullet,
.home-category__slider-pagination span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #000;
    transition: all .3s ease-in-out;
}

.stock-section__slider-pagination span.swiper-pagination-bullet-active,
.home-category__slider-pagination span.swiper-pagination-bullet-active {
    background-color: #000;
}

.stock-section__slider {
    margin-top: 50px;
}

.stock-section {
    padding: 50px 0;
}

.stock-slide-link {
    position: relative;
}

.stock-slide-link img {
    background: #fff;
    width: 100%;
    height: clamp(14.063rem, 8.366rem + 11.87vw, 18.75rem);
    object-fit: contain;
    margin: 0 auto;
}

@media (max-width: 500px) {
    .stock-slide-link img {
        height: clamp(9.375rem, -2.679rem + 53.57vw, 14.063rem);
    }
}

.product_sale_percents {
    font-size: 12px;
    line-height: 12px;
    padding: 3px 5px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ffa965;
    color: #ffffff;
}

.stock-slide__actions .stock-slide__price {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.stock-slide__actions .stock-slide__price del bdi {
    opacity: 0.6;
    text-decoration: line-through;
}

.stock-slide__title {
    text-align: center;
    font-size: clamp(0.75rem, 0.643rem + 0.48vw, 1rem);
    line-height: 20px;
}

.stock-slide__categories {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.stock-slide__categories span {
    color: #777;
    font-size: 12px;
    text-transform: uppercase;
}

.stock-section__slider,
.home-category__slider {
    overflow-x: hidden;
}

.stock-slide__category {
    color: #777;
    font-size: clamp(0.75rem, 0.696rem + 0.24vw, 0.875rem);
    line-height: clamp(0.75rem, 0.696rem + 0.24vw, 0.875rem);
}

.stock-slide__categories {
    margin-top: 20px;
}

.stock-slide__price ins {
    text-decoration: none !important;
}

.stock-slide__price del {
    text-decoration: none;
}

.stock-slide__price span {
    font-size: clamp(0.75rem, 0.696rem + 0.24vw, 0.875rem);
    line-height: clamp(0.75rem, 0.696rem + 0.24vw, 0.875rem);
}

.special__image-item {
    flex-grow: 1;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.special-page {
    padding: 50px 0;
}

.stock-slide__button .single_add_to_cart_button {
    margin: 0 auto !important;
}

@media (any-hover: hover) {
    .stock-slide__price {
        transition: all .3s ease-in-out;
    }

    .stock-slide__button {
        transform: translateY(10px);
        opacity: 0;
        transition: all .3s ease-in-out;
    }

    .stock-section__slider-slide:hover .stock-slide__price {
        transform: translateY(-20px);
        opacity: 0;
    }

    .stock-section__slider-slide:hover .stock-slide__button {
        transform: translateY(-20px);
        opacity: 1;
    }
}

.footer__body-wrapper {
    display: flex;
    gap: 20px;
    align-items: start;
    justify-content: space-between;
}

.menu-footer__list {
    padding-left: 0;
}

.menu-footer__title {
    color: rgba(255, 255, 255, .8);
}

.footer__body {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width: 1000px) {
    .footer__body-nav {
        flex-direction: column;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .footer__body-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        width: 100%;
    }
}

.menu-footer__title::before {
    display: none;
}

@media (max-width: 550px) {
    .footer__body-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .menu-footer__title::before {
        display: block;
        transform: rotate(0);
    }

    .menu-footer__title {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .menu-footer__title.active::before {
        transform: rotate(180deg);
    }

    .menu-footer__submenu {
        max-height: 0;
        opacity: 0;
        pointer-events: none;
        transition: all .2s ease-in-out;
    }

    .menu-footer__submenu.active {
        pointer-events: auto;
        opacity: 1;
    }
}

.footer__social-links {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: start;
}

.header-aside {
    width: 240px;
    position: relative;
}

.header-aside__action {
    width: 100%;
    display: flex;
    justify-content: start;
    flex-direction: row-reverse;
    gap: 10px;
    align-items: center;
    padding: 10px 20px;
}

.header-aside ul {
    padding: 0;
}

.header-aside nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(105%);
    opacity: 0;
    pointer-events: none;
    background: rgb(237, 237, 237);
    transition: transform .2s ease-in-out;
}

.header-aside li {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #CCCCCC;
}

.header-aside .sub-menu li {
    border: none;
    padding: 0;
}

.header-aside li.menu-item-has-children {
    position: relative;
    transition: all .2s ease-in-out;
}

.header-aside li.menu-item-has-children::before {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%) rotate(-90deg);
}

.header-aside ul.sub-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    padding: 25px 20px;
    background: #ededed;
    transform: translate(100%, 0%);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 15px;
    transition: all .2s ease-in-out;
    border: 1px solid #CCCCCC;
}

.header-aside li.menu-item-has-children:hover {
    background: #CCCCCC;
}

.header-aside li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
}

.header__menu-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-aside__action::before {
    transition: all .2s ease-in-out;
}

.header__main-item.main-navbar {
    flex: 1 1 100%;
}

.main-menu__link {
    position: relative;
}

.main-menu__link::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    height: 1px;
    width: 0%;
    transition: width .3s ease-in-out;
}

.main-menu__link:hover::after {
    width: 100%;
}

@media (min-width: 768px) {
    .header-aside__action {
        transition: all .2s ease-in-out;
        color: #000000;
        background-color: rgb(237, 237, 237);
    }

    .header-aside:hover .header-aside__action {
        background-color: #000000;
        color: #ffffff;
    }

    .header-aside:hover nav {
        transform: translateY(100%);
        opacity: 1;
        pointer-events: auto;
    }

    .header-aside:hover .header-aside__action::before {
        transform: rotate(180deg);
    }
}
@media (min-width: 768px) and (max-width: 1100px) {
    .main-menu__link,
    .header-aside__action,
    .header-aside nav a {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .header__menu-wrapper {
        display: none;
    }

    .header__top {
        display: none;
    }
}

.mobile-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.mobile-overlay.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 100;
}

.header__mobile-menu-wrapper {
    transform: translateX(-100%);
    transition: all .3s ease-in-out;
    width: 300px;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.header__mobile-menu-wrapper.active {
    transform: translateX(0);
}

.mobile-wrapper_top {
    display: flex;
    padding: 10px;
    height: 71px;
    align-items: center;
    justify-content: space-between;
    background-color: #f5f5f5;
}

.burger-close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 30px;
}

.mobile-tabs__actions {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    padding: 0 10px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}

.mobile-tabs__btn {
    opacity: 0.7;
    height: 100%;
    position: relative;
}

.mobile-tabs__btn::after {
    content: '';
    background-color: #000000;
    height: 2px;
    width: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    transform: translate(-50%, 50%);
    transition: all .4s ease-in-out;
}

.mobile-tabs__btn.active {
    opacity: 1;
}

.mobile-tabs__btn.active::after {
    width: 100%;
}

.mobile-tabs__content-item {
    display: none;
    padding: 20px;
}

.mobile-tabs__content-item.active {
    display: block;
}

@media (max-width: 768px) {
    .header-aside-menu, .main-menu__list a {
        text-transform: none;
        font-weight: 400;
    }

    .header-aside-menu, .main-menu__list {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: start;
        justify-content: start;

    }
}
@media (max-width: 575px) {
    .home-category__slider-image {
        width: 140px;
        height: 140px;
    }

    .mobile-wrapper_top {
        height: 61px;
    }
}

.details__list-item {
    text-transform: capitalize;
}

.filter-wrapper h4 {
    text-transform: capitalize;
}

.catalog__filters-item._active .filters-dropdown {
    z-index: 2;
}

.filter-form__title {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.filter-form__title::before {
    transition: all .2s ease-in-out;
}

.filter-form__title.active::before {
    transform: rotate(180deg);
}

.filter-labels {
    max-height: 0;
    box-sizing: content-box;
    padding: 15px 0 0 15px;
    pointer-events: none;
    opacity: 0;
    transition: all .2s ease-in-out;
}

.filter-labels.active {
    pointer-events: auto;
    opacity: 1;
}

.container__check {
    box-sizing: border-box;
}

/*Range slider*/

.range_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
}

.form_control_container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sliders_control {
    position: relative;
    min-height: 20px;
}

.filter_control {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #635a5a;
    padding: 0 10px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
}

input[type=range]::-webkit-slider-thumb:hover {
    background: #f7f7f7;
}

input[type=range]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
    -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

input[type="number"] {
    color: #8a8383;
    min-width: 50px;
    height: 30px;
    font-size: 20px;
    border: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #C6C6C6;
    pointer-events: none;
}

#fromSlider {
    height: 0;
    z-index: 1;
}

/*Continue*/

.choices__item.choices__item--choice.is-selected {
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
}

.filters-form h4 {
    font-size: clamp(1rem, 0.77rem + 0.64vw, 1.25rem);
    font-weight: 400;
}

.wcus-checkout-fields {
    margin-top: 20px;
}

.wcus-checkout-fields h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(40, 40, 40, 0.5);
    margin-bottom: 20px;
}

#billing_country_field {
    display: none;
}

.wpml-ls-link {
    text-transform: uppercase;
}

.wpml-ls-legacy-list-horizontal a {
    padding: 5px !important;
}

html, body {
    overflow-x: hidden;
}

.header__top-links {
    display: flex;
    gap: 15px;
    align-items: center;
}

.header__top-links__item {
    display: flex;
    gap: 5px;
    align-items: center;
}

.header__top-links__item img {
    max-width: 20px;
    max-height: 20px;
}

.mobile-wrapper__main {
    flex: 1 1 100%;
    height: auto;
}

.mobile-language-switcher a {
    color: #000000 !important;
}

.mobile-language-switcher ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

@media (max-width: 400px) {
    .stock-slide__title {
        overflow-x: hidden;
    }
}

.catalog {
    min-height: 100vh;
    height: 100%;
}

.product__image {
    background: #ffffff;
}

.product-thumbnail.cart-section__image img {
    width: 200px;
    height: 150px;
    object-fit: contain;
}

.otgs-development-site-front-end {
    display: none !important;
}

.product__descr {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.shop_table.woocommerce-checkout-review-order-table .cart_item .product-image-mob-price {
    right: -30px;
}

@media (max-width: 450px) {
    .shop_table.woocommerce-checkout-review-order-table .cart_item .product-image-mob-price {
        bottom: -20px;
        right: 0px;
    }

    .shop_table.woocommerce-checkout-review-order-table .cart_item {
        display: flex;
        width: calc(100vw - 32px);
    }

    .shop_table.woocommerce-checkout-review-order-table .cart_item {
        padding: 10px 0;
    }

    .product-image-mob-info {
        margin: 10px 0;
    }

    .shop_table.woocommerce-checkout-review-order-table tfoot tr {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: space-between;
    }
}

#order_comments {
    min-height: 100px;
}

.entry-content {
    padding: 20px 0;
}

.mobile-tabs__content-item .menu-item-has-children .sub-menu {
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 0;
    transition: all .2s ease-in-out;
    box-sizing: content-box;
}

.mobile-tabs__content-item .menu-item-has-children {
    flex-direction: column;
    width: 100%;
}

.mobile-tabs__content-item .menu-item-has-children a {
    max-width: fit-content;
}

.mobile-tabs__content-item .menu-item-has-children::before {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 10;
    transition: all .2s ease-in-out;
}

.mobile-tabs__content-item .menu-item-has-children.active::before {
    transform: rotate(180deg);
}

.mobile-product-wishlist__price {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

td.product-add-to-cart .add_to_cart_button {
    padding: 5px 10px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.wishlist-add-to-cart-mobile .add_to_cart_button {
    padding: 10px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: -0.14px;
}

.product-remove.glasses-remove {
    font-size: 20px;
}

.wishlist_table.mobile li {
    margin-bottom: 20px;
}

.wishlist_table.mobile li:last-child {
    margin-bottom: 0px;
}

.wishlist-add-to-cart-mobile .single_add_to_cart_button,
td.product-add-to-cart .single_add_to_cart_button {
    margin-top: 0;
}

ul.products li.product img {
    height: clamp(10.625rem, 7.75rem + 7.67vw, 13.5rem);
}

.site-main {
    min-height: 100vh;
}

.filters-form__btn {
    text-transform: uppercase;
}

.filter-btn-wrapper {
    flex-direction: column;
}

.stock-section__slider-slide {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.stock-slide__footer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: auto;
    flex-grow: 1;
}

.stock-slide__title {
    flex-grow: 1;
}

.checkout-message {
    padding: 20px;
    margin: 0 auto;
    max-width: fit-content;
    text-align: center;
    border: 1px solid #000;
    font-size: 20px;
    line-height: 26px;
}
/* Reviews */
.comment-reply-title {
    font-size: 14px;
    font-weight: 700;
}
.review_form .comment-respond {
    margin-top: 0;
}
.comment-form-comment, .comment-form-author, .comment-form-email {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}
#commentform p {
    margin-top: 10px;
}
#commentform input[type=text],
#commentform input[type=email]
 {
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
    max-width: 399px;
    width: 100%;
}
#commentform input[type=text]:focus,
#commentform input[type=email]:focus {
    outline: rgb(3, 3, 3);
}
.review-wrapper {
    padding-left: 10px;
}
.review-wrapper li {
    padding-left: 10px;
}
.review-wrapper li + li {
    margin-top: 10px;
}
.single__comment .avatar {
    display: none;
}
