@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Italiana';
    src: url('../fonts/Italiana-Regular.eot');
    src: url('../fonts/Italiana-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Italiana-Regular.woff2') format('woff2'),
    url('../fonts/Italiana-Regular.woff') format('woff'),
    url('../fonts/Italiana-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Thin.woff2') format('woff2'),
    url('../fonts/Geologica-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-ExtraLight.woff2') format('woff2'),
    url('../fonts/Geologica-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Regular.woff2') format('woff2'),
    url('../fonts/Geologica-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Medium.woff2') format('woff2'),
    url('../fonts/Geologica-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InstrumentSerif';
    src: url('../fonts/InstrumentSerif-Regular.woff2') format('woff2'),
    url('../fonts/InstrumentSerif-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body *:not(.fa, .vc_btn3-icon, .ab-icon, .aio-icon i) {
    font-family: 'Geologica', sans-serif !important;
}

body, p, a, div, li, a, i {
    font-weight: 200;
}

button {
    font-weight: 400;
}

h2, h3, h4, h5, h6, strong, g {
    font-weight: 400;
}

body.woocommerce div.product .product_title {
    font-size: 24px;
    margin-bottom: 8px;
}

body.woocommerce div.product .price {
    font-size: 24px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    margin-bottom: 25px;
    margin-top: 25px;
}

body.woocommerce .tawcvs-swatches .swatch-label {
    font-size: 18px;
    font-weight: 500;
}

body.woocommerce .tawcvs-swatches .swatch:after {
    border-bottom-width: 3px;
}

body.woocommerce div.product.layout-v6 .swatches-support .variations .label {
    font-size: 14px;
}

.page .page .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
}

.error-404 {
    padding: 80px 0 60px;
}

.woocommerce .sku_wrapper {
    color: #838889;
}

.white-popup#warehouses_availability_content {
    max-width: 640px;
}

.warehouses-list {
    padding: 0 30px 0 0;
    margin: 0 -44px;
}

.warehouses-list .disclaimer {
    font-size: .8em;
    line-height: 1;
    color: #838889;
}

.warehous {
    position: relative;
    padding-bottom: 33px;
    padding-left: 44px;
    margin-bottom: 33px;
    border-bottom: 1px solid #f4f4f4;
}

.warehouse-row.top {
    margin-bottom: 26px;
    padding-right: 44px;
}

.warehouse-row .city {
    margin-bottom: 9px;
    font-size: 18px;
    font-weight: 400;
    line-height: 14px;
    color: #000;
}

.warehouse-row .title {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    color: #000;
}

.warehouse-row .phone {
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    color: #000;
}

.warehouse-row .find {
    width: 145px;
    text-align: center;
    margin-top: 6px;
}

.warehouse-row .find a {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.warehouse-row .sizes {
    display: flex;
}

.warehouse-row .sizes .size {
    position: relative;
    height: 40px;
    min-width: 40px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    text-align: center;
    color: #939292;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
    border-radius: 20px;
}

.warehouse-row .sizes .size:last-child {
    margin-right: 0;
}

.warehouse-row .sizes .size.available {
    color: #000;
    background: #fff;
    border: 1px solid #e8e8e8;
}

.warehouse-row .sizes .size.not-available:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    height: 1px;
    background: #d8d8d8;
}

.out-of-stock:not(ul.products li.product .display-sizes .out-of-stock) {
    display: none;
    position: absolute;
    top: calc(100% + 3px);
    left: 50%;
    transform: translateX(-50%);
    padding: 0 8px;

    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    white-space: nowrap;
    text-transform: none;

    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.10);
}

.warehouse-row .sizes .size.not-available:hover .out-of-stock {
    display: block;
}

.woocommerce-variation #variation_availability {
    display: none;
}

.woocommerce-variation-availability {
    display: inline-block;
}

.product .woocommerce-variation-availability .stock {
    margin: 0;
    color: #838889;
    font-weight: 400;
}

.product .woocommerce-variation-availability .stock.in-stock {
    color: #59a35c;
}

.product .woocommerce-variation-availability .stock.in-stock:not(.text-red) {
    display: none;
}

.product .woocommerce-variation-availability .stock:after {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #838889;
    opacity: 0.5;
    border-radius: 2px;
    margin: 0 12px 3px;
}

.product .woocommerce-variation-availability .stock.available-on-backorder {
    font-weight: 600;
    color: #b8a08d;
}

.product.outofstock .stock {
    background: unset;
    text-transform: unset;
    line-height: 0px;
}

.product .woocommerce-variation-availability .stock.text-red {
    color: red;
}

.date_of_delivery_info {
    position: absolute;
    margin-top: 5px;
    font-size: 13px;
    color: #a98f7b;
}

.sku_wrapper + .woocommerce-product-rating {
    display: none;
}

.quantity-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

body.woocommerce div.product .size-guide-button {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    position: relative;
    white-space: nowrap;
}

body.woocommerce div.product .size-guide-button:before {
    content: '';
    width: 41px;
    height: 41px;
    margin-left: 15px;
    margin-right: 0;
    background: url("../img/size-table.svg") center no-repeat;
}

table.shop_attributes {
    font-family: Roboto, sans-serif;
    margin-bottom: 25px;
}

body table.shop_attributes th {
    width: 40%;
    padding: 8px 10px 8px 0;
    text-transform: none;
    font-weight: 500;
    vertical-align: top;
}

body table.shop_attributes td {
    width: 60%;
    padding: 8px 0;
    font-size: 12px;
    color: #838889;
}

body.woocommerce div.product .product_meta {
    margin-top: 50px;
    font-size: 14px;
    text-transform: none;
}

.tagged_as {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    margin-bottom: 8px !important;
}

body.woocommerce div.product .product_meta .label {
    min-width: 0;
    width: 40%;
    color: #161619;
}

.soo-wishlist a.button {
    color: #fff;
}

.tagged_as a {
    color: #838889;
    font-weight: 400;
    font-size: 12px;
}

.product-payment_delivery,
.product-fitting,
.warehouses_avalibility_container,
.product-measurements_and_description,
.warehouses_availability {
    text-align: left;
    display: inline-block;
    margin-right: 25px;
}

.product-payment_delivery a,
.product-fitting a,
.warehouses_avalibility_container a,
.product-measurements_and_description a,
.warehouses_availability a {
    color: #000;
    display: block;
    position: relative;
    padding-right: 10px;

    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.2px;
}

.product-payment_delivery a:after,
.warehouses_avalibility_container a:after,
.product-measurements_and_description a:after,
.warehouses_availability a:after {
    content: "";
    width: 0;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}

.product-payment_delivery a:hover:after,
.warehouses_avalibility_container a:hover:after,
.product-measurements_and_description a:hover:after,
.warehouses_availability a:hover:after {
    width: 100%;
}

.product-payment_delivery a:before,
.warehouses_avalibility_container a:before,
.product-measurements_and_description a:before,
.warehouses_availability a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 6px;
    height: 6px;
    border: 1px solid #000;
    border-left: 0;
    border-top: 0;
}

.product-measurements_and_description {
    margin-top: 25px;
}

.eco-icons-row {
    display: flex;
    margin-bottom: 25px;
}

.rating-reveiws-block {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.rating-reveiws-block .star-rating .rating-stars {
    height: 16.5px;
    color: #d0d0d1;
}

.rating-reveiws-block .star-rating .svg-icon {
    font-size: 16px;
}

.rating-reveiws-block .star-rating .svg-icon.active {
    color: #b8a08d;
}

.woocommerce div.product .rating-reveiws-block .woocommerce-review-link {
    font-size: 12px;
    font-family: Roboto, sans-serif;
    color: #b8a08d;
    font-weight: 400;
    vertical-align: 4px;
}

.add-to-wishlist-container {
    margin-top: -6px;
}

body.woocommerce div.product.layout-v6 .add-to-wishlist-button {
    margin: 0;
}

body.woocommerce div.product.layout-v6 .add-to-wishlist-button svg {
    font-size: 24px;
}

body.woocommerce div.product.layout-v6 .add-to-wishlist-button .button-text {
    font-size: 12px;
    font-family: Roboto, sans-serif;
    vertical-align: middle;
    display: none;
}

.single-product .variations .reset_variations {
    display: none !important;
}

body.woocommerce div.product.layout-v6 .product-toolbar {
    padding: 20px 0px;
}

.woocommerce div.product.layout-v6 .variations select {
    text-align-last: center;
}

.size-guide-panel .offscreen-panel .panel-header,
.size-guide-panel .offscreen-panel .panel-content {
    padding: 0px 40px;
}

.konte-size-guide__table th,
.konte-size-guide__table td {
    padding: 10px 5px;
}

.woocommerce-tabs.panels-offscreen .woocommerce-Tabs-panel--payment_and_return .panel-content {
    padding-top: 32px;
}

/* ------------------------------------------------ start ------------------------------------------------------------*/

.theme-konte.woocommerce-checkout label.woocommerce-form__label-for-checkbox span:before,
.theme-konte.woocommerce-checkout label.woocommerce-form__label-for-checkbox span:after,
.theme-konte.woocommerce-checkout .wc_payment_methods li > label:before,
.theme-konte.woocommerce-checkout .wc_payment_methods li > label:after {
    top: 50%;
    transform: translateY(-50%);
}

.theme-konte.woocommerce-checkout #customer_details .wc-urk-shipping-form-group label.wc-ukr-shipping-checkbox,
.theme-konte.woocommerce-checkout #customer_details #need_recall_field label.checkbox {
    padding-left: 30px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #161619;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 500;
    position: relative;
}

.theme-konte.woocommerce-checkout #customer_details .wc-urk-shipping-form-group #wcus_np_billing_custom_address_active,
.theme-konte.woocommerce-checkout #customer_details #need_recall_field #need_recall {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.theme-konte.woocommerce-checkout #customer_details .wc-urk-shipping-form-group #wcus_np_billing_custom_address_active::before,
.theme-konte.woocommerce-checkout #customer_details .wc-urk-shipping-form-group #wcus_np_billing_custom_address_active::after,
.theme-konte.woocommerce-checkout #customer_details #need_recall_field #need_recall::before,
.theme-konte.woocommerce-checkout #customer_details #need_recall_field #need_recall::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #e3e7e8;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
    visibility: visible;
}

.theme-konte.woocommerce-checkout #customer_details .wc-urk-shipping-form-group #wcus_np_billing_custom_address_active::before,
.theme-konte.woocommerce-checkout #customer_details #need_recall_field #need_recall::before {
    border: 1px solid #cdcfd0;
    background: #f8f9fa;
}

.theme-konte.woocommerce-checkout #customer_details .wc-urk-shipping-form-group #wcus_np_billing_custom_address_active::after,
.theme-konte.woocommerce-checkout #customer_details #need_recall_field #need_recall::after {
    opacity: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwb2x5Z29uIHBvaW50cz0iNC4xNzcsMTAuNTQzIDAuNDM0LDYuOCAxLjU2Niw1LjY2OCA0LjE3Nyw4LjI3OSAxMC40MzUsMi4wMjMgMTEuNTY1LDMuMTU1ICIvPjwvZz48L2c+PC9zdmc+) no-repeat center center;
}

.theme-konte.woocommerce-checkout #customer_details .wc-urk-shipping-form-group #wcus_np_billing_custom_address_active:checked::before,
.theme-konte.woocommerce-checkout #customer_details #need_recall_field #need_recall:checked::before {
    border-color: #161619;
    background: transparent;
}

.theme-konte.woocommerce-checkout #customer_details .wc-urk-shipping-form-group #wcus_np_billing_custom_address_active:checked::after,
.theme-konte.woocommerce-checkout #customer_details #need_recall_field #need_recall:checked::after {
    opacity: 1;
}

.theme-konte.woocommerce-checkout .woocommerce-additional-fields {
    border-bottom: 1px solid transparent;
}

.theme-konte.woocommerce-checkout .woocommerce-account-fields .form-row.create-account {
    margin-top: 0;
}

.theme-konte.woocommerce-checkout .woocommerce-additional-fields {
    padding-bottom: 0;
}

.theme-konte.woocommerce-checkout .woocommerce-checkout-review-order-table th:first-child {
    width: 100px;
    white-space: nowrap;
}

.theme-konte.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-discount th,
.theme-konte.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-discount td {
    width: 50%;
    white-space: inherit;
}

.theme-konte.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-gift-card td {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    min-height: 52px;
    gap: 12px;
    font-weight: 300;
}

.cart-gift-card {
    padding-top: 8px;
    margin-top: 20px;
    border-top: 1px solid #d8d8d8;
}

.cart-gift-card a:hover {
    color: #950b0b;
}

.cart-gift-card strong {
    font-weight: 400;
}

.theme-konte.woocommerce-checkout .woocommerce-checkout-review-order-table .fee {
    justify-content: space-between;
    flex-wrap: wrap;
}

.theme-konte.woocommerce-checkout .woocommerce-checkout-review-order-table .fee th,
.theme-konte.woocommerce-checkout .woocommerce-checkout-review-order-table .fee td {
    width: auto;
}

.theme-konte.woocommerce-checkout .woocommerce-checkout-review-order-table .fee th {
    white-space: normal;
}

table.woocommerce-orders-table tr th,
table.woocommerce-orders-table tbody tr td {
    padding: 10px;
    text-align: center;
}

.woocommerce-orders-table__cell-order-actions .woocommerce-button {
    padding: unset;
    min-width: 140px;
    margin: 0px 5px 5px;
}

.woocommerce-table--order-details .wc-item-meta li {
    display: flex;
}

.woocommerce-table--order-details .wc-item-meta li p {
    margin: 0;
}

@media all and (min-width: 1200px) {
    .theme-konte.woocommerce-checkout .woocommerce-checkout-review-order-table th:first-child {
        flex: none;
    }
}

/* ------------------------------------------------ end --------------------------------------------------------------*/

@media all and (max-width: 991px) {

    body.woocommerce div.product.layout-v6 .add-to-wishlist-button .button-text {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .warehous {
        margin-bottom: 18px;
        padding-bottom: 18px;
        padding-left: 20px;
    }

    .warehouses-list {
        padding: 0;
        margin: 0 -20px;
    }

    .warehouse-row.top {
        padding-right: 20px;
    }

    .warehouse-row .find {
        width: auto;
        text-align: left;
        margin-top: 0;
    }

    .theme-konte.woocommerce-checkout .woocommerce-checkout-review-order-table th:first-child {
        flex: none;
    }

    .woocommerce-orders-table__cell-order-actions .woocommerce-button {
        min-width: unset;
    }

    table.woocommerce-orders-table tr th,
    table.woocommerce-orders-table tbody tr td {
        text-align: right;
    }
}

/*new contact page styles*/
.contact-page,
.vc_tta-panel-body {
    overflow: visible !important;
}

.contact-page .wpb_gmaps_widget {
    margin-bottom: 0;
}

.contact-page > .wpb_column > .vc_column-inner {
    padding: 0;
}

.contact-page .with-container {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    border: 3px solid #e3e7e8;
    box-sizing: border-box;
}

.contact-page .vc_tta-tabs-list {
    text-align: center;
}

.contact-page .vc_tta-tab {
    position: relative;
}

.contact-page .vc_tta-tab {
    position: relative;
}

.contact-page .address-item {
    position: relative;
}

.contact-page .vc_tta-tab {
    position: relative;
    padding-top: 16px !important;
}

.contact-page .vc_tta-tab:after {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    color: #838889;
    font-size: 12px;
    font-weight: 500;
    transition: 0.2s ease;
}

.contact-page .vc_tta-tab.vc_active:after {
    color: #b8a08d;
}

.contact-page .vc_tta-tab:first-child:after {
    content: 'Офіс' !important;
}

.contact-page .vc_tta-tab:nth-child(2):after {
    content: 'Київ';
}

.contact-page .vc_tta-tab:nth-child(3):after {
    content: 'Київ';
}

.contact-page .vc_tta-tab:nth-child(4):after {
    content: 'Київ';
}

.contact-page .vc_tta-tab:last-child:after {
    content: 'Львів';
    right: -32px;
}

html[lang="en-GB"] .contact-page .vc_tta-tab:first-child:after {
    content: 'Office' !important;
}

html[lang="en-GB"] .contact-page .vc_tta-tab:nth-child(2):after {
    content: 'Kyiv';
}

html[lang="en-GB"] .contact-page .vc_tta-tab:nth-child(3):after {
    content: 'Kyiv';
}

html[lang="en-GB"] .contact-page .vc_tta-tab:nth-child(4):after {
    content: 'Kyiv';
}

html[lang="en-GB"] .contact-page .vc_tta-tab:last-child:after {
    content: 'Lviv';
    right: -32px;
}

.contact-page .shop-info {
    padding: 48px 64px !important;
    color: #161619;
}

.contact-page .shop-social-item {
    display: inline-block;
    margin-bottom: 12px !important;
    margin-right: 5px;
}

.contact-page .contact-shop {
    margin-bottom: 136px;
}

.contact-page .contact-carousel {
    margin-bottom: 260px;
}

.contact-page .contact-carousel-item {
    margin: 0 50px;
    padding: 20px 0;
    transition: 0.2s ease;
    opacity: 0.2;
}

.contact-page .contact-carousel-item.slick-active {
    transform: scale(1.2);
    padding: 0;
    opacity: 1;
}

.contact-page .shop-description {
    margin-bottom: 100px !important;
}

.contact-page .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab {
    margin-bottom: 10px;
}

.shop-description-video {
    text-align: right;
    margin-top: -106px;
    margin-bottom: -106px;
}

.shop-description-video > .vc_column-inner {
    padding: 0;
}

.shop-description-video .video-item {
    margin-left: 200px;
}

.shop-description-video .video-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-description-text {
    padding: 64px !important;
    font-size: 18px;
    font-weight: 500;
    color: #838889;
    line-height: 1.44;
}

.shop-description-text h2 {
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 24px;
    color: #161619;
}

.shop-description-text .wpb_text_column {
    margin-bottom: 0;
}

.site-footer .mc4wp-form {
    margin: 0 auto;
}

.single-product.woocommerce div.product.layout-v6 .woocommerce-tabs {
    margin-top: 0;
    padding-top: 0;
}

.login-panel .panel {
    overflow-y: auto;
}

.login-panel .panel-content {
    overflow-y: unset;
}

.login-panel .panel-content .woocommerce-error {
    margin: 20px 0;
}

.single-product .products.related,
.single-product .products.upsells {
    padding-top: 0;
}

.personal-discount-container {
    margin-bottom: 30px;
    color: #161619;
    padding: 10px;
    border: 1px solid #b8a08d;
    border-radius: 10px;
    text-align: center;
    line-height: 22px;
}

.personal-discount-container span {
    font-size: 16px;
    color: #b8a08d;
    font-weight: 600;
}

.woocommerce-mini-cart__total.total strong,
.woocommerce-mini-cart__total.total .fee-amount {
    display: block;
}

.backorder.woocommerce-badge {
    background-color: #fff;
    color: #b8a08d;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image img {
    width: 100%;
}

.woocommerce-checkout .hidden-field {
    display: none !important;
}

.language.list-dropdown a img {
    margin-right: 5px;
}

.language.list-dropdown ul {
    bottom: auto;
}

.site {
    overflow: hidden;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

.running-line ~ .site {
    min-height: calc(100dvh - 73px);
}

.list-dropdown ul li a {
    min-width: max-content;
}

.swiper-pagination {
    margin-bottom: 20px;
}

body.single-product .swiper-wrapper + .swiper-pagination {
    display: none;
}

.iti {
    width: 100%;
}

#billing_phone {
    padding-left: 45px;
}

.header-account .account-links {
    left: auto;
    right: 0;
}

.new-sub-title {
    line-height: 1.17;
}

.new-title {
    line-height: 1.3;
}

/* new page */

.error404 .container.site-content-container,
.container.front-page-container,
.page-template-1612-container .site-content-container,
.page-template-lookbook-main .site-content-container {
    width: 1612px;
    max-width: 100%;
}

.home-banner {
    margin-bottom: 4px;
}

.home-banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.13);
}

.home-banner video {
    width: 100%;
    height: auto;
}

.home-banner .konte-banner__content {
    margin-bottom: 6vw;
}

.home-banner .konte-banner__tagline {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 1.3;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.home-banner .konte-button {
    margin-top: 0 !important;
    padding: 0 103px;
    font-family: 'Geologica', sans-serif !important;
    color: #fff;
    border-width: 2px;
    line-height: 92px !important;
    font-weight: 200 !important;
    font-size: 24px;
}

.konte-banner .konte-button.button-underline {
    line-height: 52px !important;
    background: transparent;
}

.konte-banner .konte-button.button-underline:after {
    left: 50%;
    transform: translateX(-50%);
}

.konte-banner.color-scheme-light .konte-button.button-normal {
    color: #161619;
    background: #fff;
    text-shadow: none;
}

.konte-banner.color-scheme-light .konte-button.button-normal:hover {
    color: #fff;
    background: #7f8487;
}

.konte-banner.color-scheme-dark .konte-button.button-normal {
    color: #fff;
    background: #161619;
    text-shadow: none;
}

.konte-banner.color-scheme-dark .konte-button.button-normal:hover {
    background: #7f8487;
    color: #fff;
}

.konte-banner.color-scheme-dark .konte-button.button-underline:hover {
    color: #161619;
}

.konte-banner.color-scheme-dark .konte-button {
    color: #161619;
}

.konte-banner.color-scheme-dark .konte-button:hover {
    color: #7f8487;
}


.see-all-link .vc_btn3.vc_general {
    padding: 0 25px 0 0 !important;
    color: #795943;
    font-size: 28px;
    line-height: 38px;
    transition: all 0s;
}

.see-all-link .vc_btn3.vc_general:hover {
    background: none;
    color: #101011;
}

.see-all-link .vc_btn3.vc_general .vc_btn3-icon {
    content: "";
    right: 0 !important;
    width: 19px;
    height: 20px;
    background: url("../img/arrow.svg") center no-repeat;
}

.see-all-link .vc_btn3.vc_general .vc_btn3-icon:before {
    content: "";
    background: url("../img/arrow-black.svg") center no-repeat;
    width: 0;
    height: 0;
}

body :where(.home-seo-text, .home-page-products, .delivery-content, .site-footer, .lace-look.all) *:not(.fa, .vc_btn3-icon, .ab-icon, .aio-icon i) {
    font-family: 'Geologica', sans-serif !important;
}

.home-page-products ul.products .product-inner:hover {
    box-shadow: none;
}

.see-all-link .vc_btn3.vc_general:hover .vc_btn3-icon {
    background: url("../img/arrow-black.svg") center no-repeat;
}

.home-page-products ul.products li.product .product-summary {
    padding: 16px 0;
    background-color: #fff;
}

.home-page-products ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: 6px;
}

.home-page-products ul.products li.product .woocommerce-loop-product__title a {
    line-height: 1.2;
    color: #000;
    font-weight: 400;
}

ul.products li.product .price,
ul.products li.product .woocommerce-loop-product__title a {
    font-weight: 400 !important;
}

.home-page-products ul.products li.product .price {
    line-height: 1.2;
    color: #795943;
    margin-bottom: 12px;
}

.home-page-products .display-sizes {
    line-height: 1.3;
    color: #000;
}

.home-page-products .display-sizes .size-value {
    color: #795943;
}

.home-page-products ul.products li.product .buttons {
    left: 0;
    right: 0;
}

.home-tabs.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
    position: relative;
}

.home-tabs.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 24px;
    background: #fdf6ed;
}

.home-tabs.vc_tta.vc_general .vc_tta-tab > a {
    min-width: 216px;
    padding: 37px 20px;
    color: #000 !important;
    background: transparent !important;
    font-size: 36px;
    text-align: center;
    line-height: 24px;
}

.home-tabs.vc_tta.vc_general .vc_tta-tab.vc_active > a,
.home-tabs.vc_tta.vc_general .vc_tta-tab:hover > a {
    color: #795943 !important;
    background: #fdf6ed !important;
}

.home-tabs.vc_tta.vc_general .vc_tta-tab.vc_active > a {
    font-weight: 500;
    font-size: 38px;
}

.home-tabs.vc_tta.vc_general .vc_tta-panel-body {
    padding: 0;
}

.home-tabs .wpb_single_image .vc_figure,
.home-tabs .wpb_single_image .vc_single_image-wrapper {
    display: block;
}

.home-tabs.vc_tta.vc_general .vc_tta-panel-body img {
    width: 100%;
}

.home-new-icon .vc_column-inner,
.home-new-icon .wpb_wrapper {
    height: 100%;
}


.home-new-icon-box {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 24px 74px 31px 46px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.home-new-icon-box.center {
    border: 1px solid #dcdcdc;
}

.home-new-icon-box .konte-icon-box__icon {
    margin-bottom: 0;
    margin-right: 20px;
    flex: 1 0 auto;
}

.home-new-icon-box .konte-icon-box__icon img {
    width: 30px;
    height: auto;
}

.home-new-icon-box .konte-icon-box__title {
    display: none;
}

.home-new-icon-box .konte-icon-box__content {
    width: 100%;
    color: #2e2e35;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5;
}

.follow-us-button a.vc_btn3 {
    min-width: 457px;
    margin-top: -23px;
    padding: 31px 50px 32px;

    background-color: #fff !important;
    border: 2px solid #795943 !important;

    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #795943 !important;
}

.follow-us-button a.vc_btn3:hover {
    color: #fff !important;
    background: #795943 !important;
}

.insta-feed .wpb_wrapper {
    margin-right: -10px;
    margin-left: -10px;
}

.insta-title {
    position: relative;
    z-index: 2;
    height: 76px;
    padding: 0 15px;
    background: #795943;
    display: flex;
    align-items: center;
    justify-content: center;
}

.insta-title:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: calc(50% - 26px);
    width: 52px;
    height: 52px;
    background: #795943;
    transform: rotate(45deg);
}

.insta-title:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 24px;
    height: 24px;
    left: calc(50% - 12px);
    transform: rotate(45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.insta-title-text {
    position: relative;
    z-index: 1;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.insta-title-text i {
    font-size: 39px;
    margin-right: 8px;
}

.delivery-content {
}

.footer-container {
    max-width: 100%;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: auto;
    margin-right: auto;
}

.footer-main {
    background: #4e4544;
    padding-top: 7px !important;
    padding-bottom: 8px !important;
}

.site-footer {
    margin-top: auto;
}

.site-footer .copyright {
    font-size: 16px;
    line-height: 27px;
    color: #fff;
}

.site-footer .currency.list-dropdown ul,
.site-footer .language.list-dropdown ul {
    bottom: 100%;
    left: 0;
    text-align: left;
    min-width: 100%;
}

.site-footer .currency.list-dropdown .label,
.site-footer .language.list-dropdown .label {
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    margin-right: 14px;
    font-weight: 100;
}

.site-footer .currency.list-dropdown .dropdown .current,
.site-footer .language.list-dropdown .dropdown .current {
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    padding-bottom: 0;
    font-weight: 500;
}

.site-footer .currency.list-dropdown .dropdown .current:before,
.site-footer .language.list-dropdown .dropdown .current:before {
    content: none;
}

.footer-main.items-horizontal .footer-right > * {
    margin-left: 53px;
}

.site-footer .widget-title {
    margin-bottom: 21px;
}

.site-footer .footer-widgets .widget li {
    padding: 0;
}

.site-footer .footer-widgets .widget a {
    font-size: 16px;
    line-height: 27px;
    color: #2e2e35;
    font-weight: 400;
}

.site-footer .footer-widgets .widget a:after {
    bottom: 2px;
}

.footer-loga-and-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-footer .site-logo a:after {
    content: none;
}

.site-footer .social_icons {
    display: flex;
    align-items: center;
}

.site-footer .social_icons a:not(:last-child) {
    margin-right: 23px;
}

.site-footer .social_icons a:after {
    content: none;
}

.site-footer .mc4wp-form-fields {
    position: relative;
}

.site-footer .mc4wp-form-fields input[type="email"] {
    flex: auto;
    width: 100%;
    height: 40px;
    padding: 8px 7px;
    border-bottom: 1px solid #2e2e35;
    font-size: 16px;
}

.site-footer .mc4wp-form-fields input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 7px;
    height: 40px;
    font-weight: 500;
    font-size: 16px;
    color: #b0753c;
    line-height: 40px;
    text-transform: uppercase;
    border-bottom: none;
}

.site-footer .mc4wp-form-fields p {
    margin-top: 6px;
    font-weight: 100;
    font-size: 14px;
    line-height: 1.2;
    color: #848484;
}

.site-footer .mc4wp-form-fields p a:after {
    content: none;
}

.site-footer .mc4wp-form-fields p input[type="checkbox"] {
    display: none;
}

.site-footer .mc4wp-response .mc4wp-alert.mc4wp-error,
.site-footer .mc4wp-response .mc4wp-alert.mc4wp-notice {
    color: red;
}

.site-footer .mc4wp-response .mc4wp-alert.mc4wp-success {
    color: green;
}

.site-footer .footer-widgets {
    padding-top: 10px;
    padding-bottom: 50px;
}

.footer-widgets .widget-title {
    margin-bottom: 17px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 2.25;
}

.site-footer .footer-widgets .widget li {
    margin-bottom: 6px;
}

.site-footer .footer-widgets .widget a {
    color: #2e2e35;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.67;
}

body .site-content {
    padding-bottom: 30px !important;
}

.summary.entry-summary .woocommerce-variation.single_variation {
    display: none !important;
}

/*cookie*/
.cookie {
    background: #fafafa;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    position: fixed;
    bottom: 0;
    max-width: 1394px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*table with sizes*/
.table-sizes tr {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #e4e4e4;
    background-color: #f8f8f8;
}

.table-sizes tr:first-child {
    background-color: #000;
    color: #fff;
}

.table-sizes tr:nth-child(2n) {
    background-color: #fff;
}

.table-sizes td {
    padding: 12px 4px;
    width: 120px;
    border: 0;
}

/*related products
up-sells upsells products*/
.product-template-default .products.related,
.product-template-default .products.upsells,
.product-template-default .products-from-set {
    padding-left: 60px;
    padding-right: 60px;
}


/*faq accordion */
.wpb-js-composer .accordion-section .vc_tta-accordion.vc_tta-style-classic.icon-left .vc_tta-panel .vc_tta-panel-title {
    padding-left: 0;
    line-height: 1.2;
    position: relative;
}

.wpb-js-composer .accordion-section .vc_tta-accordion.vc_tta-style-classic.icon-left .vc_tta-panel .vc_tta-panel-title:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    width: 16px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M0 8.5H8M16 8.5H12M8 8.5V0.5M8 8.5V16.5' stroke='%23795943' stroke-width='3'/%3E%3C/svg%3E");
    transition: 0.2s ease;
    pointer-events: none;
}

.wpb-js-composer .accordion-section .vc_tta-accordion.vc_tta-style-classic.icon-left .vc_tta-panel.vc_active .vc_tta-panel-title:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='21' viewBox='0 0 16 21' fill='none'%3E%3Cpath d='M0 10.5H10.5H13.25H16' stroke='%23795943' stroke-width='4'/%3E%3C/svg%3E");
    width: 16px;
    height: 21px;
    transition: 0.2s ease;
}

.wpb-js-composer .accordion-section .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-title > a,
.wpb-js-composer .accordion-section .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-title > a {
    font-size: 14px;
    text-transform: uppercase;
    color: #161619;
    line-height: 1.2;
    padding: 15px 0 15px 48px;
    border: 0;
}

.accordion-section .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    display: none;
}

.accordion-section .vc_tta.vc_general .vc_tta-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e4e4e4;
    padding: 1px;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.icon-left .vc_tta-panel .vc_tta-panel-body {
    padding: 0 0 0 18px;
    margin: 16px 0 28px 90px;
    border: 0;
    border-left: 1px solid #795943;
    line-height: 1.9;
    font-size: 14px;
    font-weight: 100;
    color: #2e2e35;
    border-radius: 0;
}

/*lookbook main page*/
.lookbook-main-row .wpb_wrapper {
    position: relative;
}

.lookbook-main-row .wpb_single_image {
    margin-bottom: 120px;
}

.lookbook-main-row .vc_custom_heading {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    font-size: 80px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.lookbook-main-row .vc_btn3-container {
    position: absolute;
    top: calc(50% + 180px);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.lookbook-main-row .vc_btn3-container .vc_btn3 {
    background: transparent;
    border-radius: 0;
    border: 2px solid #fff;
    color: #fff;
    font-size: 24px;
    padding: 33px 161px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 400;
}

.lookbook-previous-headline h2 {
    text-transform: uppercase;
    margin-bottom: 36px !important;
}

.lookbook-item-row + .lookbook-item-row {
    margin-top: 60px;
}

.lookbook-item-row .ubtn-img-container {
    margin-bottom: 0 !important;
}

.lookbook-item-row .uvc-main-heading h2,
.lookbook-item-row .uvc-sub-heading {
    text-transform: uppercase;
}

.lookbook-item-row .uvc-main-heading h2 {
    margin-bottom: 8px !important;
}

.lookbook-item-row .uvc-sub-heading {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.lookbook-item-row .wpb_text_column p {
    font-size: 32px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 38px;
}

.lookbook-item-row .vc_btn3-container .vc_btn3 {
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 38px 0 0;
    border: 0;
    background: transparent;
    color: #795943;
    position: relative;
}

.lookbook-item-row .vc_btn3-container .vc_btn3:hover {
    text-decoration: underline;
    background: transparent;
}

.lookbook-item-row .vc_btn3-container .vc_btn3:after {
    content: '';
    position: absolute;
    top: calc(50% + 2px);
    right: 0;
    transform: translateY(-50%);
    width: 19px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' viewBox='0 0 19 20' fill='none'%3E%3Cpath d='M0 10H10V17L17 10L10 3V7' stroke='%23795943' stroke-width='2'/%3E%3C/svg%3E") no-repeat center/contain;
}

.seo-text__category a {
    color: #795943;
}

.seo-text__category a:hover {
    text-decoration: underline;
}

.category-404-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 27px;
}

.category-404-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 1.2;
    color: #101011;
    text-transform: uppercase;
}

a.category-404-link {
    position: relative;
    font-weight: 400;
    padding-right: 25px;
    font-size: 32px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #795943;
    transition: all 0s;
}

.category-404-link:hover {
    color: #101011;
}

.category-404-link:before,
.category-404-link:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0 !important;
    width: 19px;
    height: 20px;
    background: url(../img/arrow.svg) center no-repeat;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.category-404-link:after {
    opacity: 0;
    background: url(../img/arrow-black.svg) center no-repeat;
}

.category-404-link:hover:after {
    opacity: 1;
    background: url(../img/arrow-black.svg) center no-repeat;
}

.category-404-body {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.category-404-item {
    width: calc((100% - 90px) / 3);
}

.category-404-item-image {
    margin-bottom: 13px;
    vertical-align: top;
    width: 100%;
    height: auto;
}

.category-404-item-text {
    padding-right: 25px;
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
}

.category-404-item-text:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0 !important;
    width: 17px;
    height: 18px;
    background: url(../img/arrow-black.svg) center no-repeat;
    background-size: contain;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

body.home .site-header {
    background: rgba(255, 255, 255, 0.0);
}

.tooltip {
    display: inline-block;
    align-items: center;
    margin-top: 17px;
    position: relative;
    background: #f7f7f7;
    border-radius: 2px;
    padding: 1px 24px 1px 10px;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #000;
}

.tooltip:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 12px;
    height: 6px;
    border-bottom: 2px solid #36d23c;
    border-left: 2px solid #36d23c;
    transform: rotate(-45deg);
}

.tooltip:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 7px;
    right: 6px;
    background: url("../img/what.svg");
}

.tooltip .tooltiptext {
    display: none;
    width: 275px;
    background: #fff;
    border: 1px solid #f8f8f8;
    font-weight: 200;
    font-size: 14px;
    line-height: 20px;
    padding: 19px 24px 16px 25px;
    left: 0;
    top: calc(100% + 4px);
    position: absolute;
    z-index: 1;
}

.tooltip .tooltiptext:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    top: -4px;
    left: 0;
}

.tooltip:hover .tooltiptext {
    display: block;
}

.custom-badges-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 12px;
    top: 13px;
    z-index: 1;
    gap: 5px;
}

.konte-product-badge {
    display: block;
    height: 20px;
    min-width: 40px;
    padding: 0 9px;

    color: #303133;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.24px;
    text-transform: uppercase;

    background: rgba(255, 255, 255, 0.34);
}

.konte-product-badge.new-collection {
    background-color: #4e4544;
    color: #fff;
}


ul.products .custom-badges-block {
    top: auto;
    right: 15px;
    bottom: calc(100% + 18px);
}

.eco-icons-row img {
    height: 56px;
    margin-right: 8px;
}

.eco-icons-row img:last-child {
    margin-right: 0;
}

.menu-video-wrapper {
    position: relative;
    width: 100%;
    height: calc(100% - 40px);
}

.menu-video-wrapper .menu-video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-navigation ul.mega-menu-main {
    min-height: 380px;
}

ul.products .product-inner .slick-track {
    display: flex !important;
}

ul.products .product-inner .slick-slide {
    height: inherit !important;
}

ul.products .product-inner .woocommerce-loop-product__link {
    position: relative;
}

ul.products .product-inner .card-video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

body .notifyjs-konte-success,
body .woocommerce-message {
    display: inline-flex;
    min-height: 40px;
    max-width: 314px;
    padding: 8px 16px 8px 9px;
    border: 1px solid #f3f3f3;
    margin-bottom: 0;
    background: #fff;
    box-shadow: 0 6px 15.9px 0 rgba(0, 0, 0, 0.05);

    color: #161619;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    z-index: 1501;
}

body .woocommerce-message a {
    font-weight: 500;
}

body .notifyjs-konte-success .icon-success,
body .woocommerce-message .icon-success {
    position: static !important;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-right: 11px;
    transform: none !important;
    background: url(../img/icon-confirm.svg) center no-repeat;
}

body .woocommerce-message .icon-close {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 11px 0 2px 15px;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}

body .woocommerce-message .icon-close:before,
body .woocommerce-message .icon-close:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 1px;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

body .woocommerce-message .icon-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

body .notifyjs-konte-success .icon-success svg,
.woocommerce-message .icon-close svg,
.woocommerce-message .icon-success svg {
    display: none;
}

body.single-product .woocommerce-message {
    position: fixed;
    top: 112px;
    right: 12px;
}

body.single-product .woocommerce-message .icon-close {
    display: none;
}

body.woocommerce-cart .woocommerce-message {
    margin-bottom: 25px;
    max-width: none;
}

body.woocommerce-cart .woocommerce-message a {
    margin-left: 45px;
}

body .notifyjs-corner .notifyjs-wrapper,
body .notifyjs-corner .notifyjs-container {
    margin: 0;
}

body .notifyjs-corner {
    margin: 0;
    top: 112px !important;
    right: 47px !important;
}

body.cart-panel-opened .notifyjs-corner {
    top: 57px !important;
    right: 18px !important;
}


@media screen and (min-width: 992px) {
    .home-page-products ul.products li.product {
        padding: 0 22px;
    }

    .home-page-products ul.products li.product .woocommerce-loop-product__title a {
        font-size: 16px;
    }

    .home-page-products ul.products li.product .price {
        font-size: 16px;
    }

    .home-page-products .display-sizes {
        font-size: 16px;
    }

    .home-page-products ul.products li.product .buttons {
        font-size: 16px;
    }
}

@media screen and (max-width: 1750px) {
    .error404 .container.site-content-container,
    .container.front-page-container,
    .page-template-1612-container .site-content-container,
    .page-template-lookbook-main .site-content-container {
        max-width: 1440px;
    }
}

@media screen and (max-width: 1600px) {
    .error404 .container.site-content-container,
    .container.front-page-container,
    .page-template-1612-container .site-content-container,
    .page-template-lookbook-main .site-content-container {
        max-width: 1440px;
    }

    .delivery-content {
        width: 100% !important;
    }

    .delivery-space {
        display: none !important;
    }

    .contact-page .contact-carousel-item.slick-active {
        transform: scale(1.4);
    }

}

@media screen and (max-width: 1440px) {
    .error404 .container.site-content-container,
    .container.front-page-container,
    .page-template-1612-container .site-content-container,
    .page-template-lookbook-main .site-content-container {
        max-width: 1280px;
    }

    .contact-page .with-container {
        border-left: 0;
        border-right: 0;
    }
}

@media screen and (max-width: 1366px) {
    .error404 .container.site-content-container,
    .container.front-page-container,
    .page-template-1612-container .site-content-container,
    .page-template-lookbook-main .site-content-container {
        max-width: 1200px;
    }

    .new-sub-title {
        font-size: 32px !important;
    }

    .new-title {
        font-size: 42px !important;
    }

    .home-banner .konte-banner__text {
        font-size: 76px !important;
    }

    .home-banner .konte-button {
        line-height: 72px !important;
        padding: 0 50px;
    }

    .home-tabs.vc_tta.vc_general .vc_tta-tab > a {
        min-width: 186px;
        padding: 27px 20px;
        font-size: 30px;
    }

    .home-tabs.vc_tta.vc_general .vc_tta-tab.vc_active > a {
        font-size: 32px;
    }

    .home-tabs.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list:before {
        height: 20px;
    }

    .follow-us-button a.vc_btn3 {
        min-width: 357px;
        padding: 21px 50px 22px;
    }
}

@media screen and (max-width: 1366px) and (min-width: 1200px) {
    .see-all-spacing {
        height: 52px !important;
    }
}

@media screen and (max-width: 1280px) {
    .error404 .container.site-content-container,
    .container.front-page-container,
    .page-template-1612-container .site-content-container,
    .page-template-lookbook-main .site-content-container {
        max-width: 1000px;
    }

    .shop-description-video,
    .shop-description-video .video-item {
        margin: 0;
    }

    .contact-page .contact-shop {
        margin-bottom: 80px;
    }

    .contact-page .contact-carousel {
        margin-bottom: 150px;
    }

    .contact-page .shop-description {
        margin-bottom: 0 !important;
    }

    .shop-description-video .video-item {
        max-height: 500px;
        overflow: hidden;
    }

    .shop-description-video .video-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-template-default .products.related,
    .product-template-default .products.upsells,
    .product-template-default .products-from-set {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 1279px) {
    .error404 .container.site-content-container,
    .container.front-page-container,
    .page-template-1612-container .site-content-container,
    .page-template-lookbook-main .site-content-container {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }

    .lookbook-main-row .vc_custom_heading {
        font-size: 64px;
    }

    .lookbook-main-row .vc_btn3-container {
        top: calc(50% + 140px);
    }

    .lookbook-main-row .vc_btn3-container .vc_btn3 {
        font-size: 20px;
        padding: 20px 50px;
    }

    .lookbook-item-row .uvc-sub-heading {
        font-size: 42px !important;
    }

    .category-404-item {
        width: calc((100% - 40px) / 3);
    }
}

@media screen and (max-width: 1199px) {
    .home-banner .konte-banner__text {
        font-size: 64px !important;
    }

    .home-banner .konte-button {
        line-height: 62px !important;
        padding: 0 40px;
    }

    .new-sub-title {
        font-size: 26px !important;
    }

    .new-title {
        font-size: 36px !important;
    }

    .see-all-link .vc_btn3.vc_general {
        font-size: 24px;
        line-height: 30px;
    }

    .home-tabs.vc_tta.vc_general .vc_tta-tab > a {
        min-width: 126px;
        padding: 17px 20px;
        font-size: 24px;
    }

    .home-tabs.vc_tta.vc_general .vc_tta-tab.vc_active > a {
        font-size: 26px;
    }

    .home-tabs.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list:before {
        height: 16px;
    }

    .follow-us-button a.vc_btn3 {
        min-width: 257px;
        padding: 16px 30px 17px;
    }
}

@media screen and (max-width: 991px) {
    .contact-page .vc_tta-tabs-list {
        white-space: nowrap;
        overflow: auto !important;
        padding: 0 20px !important;
    }

    .contact-page .vc_tta-tabs-container {
        position: relative;
    }

    .contact-page .vc_tta-tabs-container:before,
    .contact-page .vc_tta-tabs-container:after {
        content: '';
        position: absolute;
        width: 24px;
        height: 100%;
        top: 0;
        z-index: 2;
    }

    .contact-page .vc_tta-tabs-container:before {
        left: 0;
        background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.2));
    }

    .contact-page .vc_tta-tabs-container:after {
        right: 0;
        background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0.2));
    }


    .contact-page .contact-carousel-item.slick-active {
        transform: none;
    }

    .contact-page .contact-carousel-item {
        padding: 0;
        margin: 0 10px;
    }

    .wpb-js-composer .contact-page .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:last-child {
        padding-right: 35px;
    }

    .contact-page .vc_tta-tab:last-child:after,
    html[lang="en-GB"] .contact-page .vc_tta-tab:last-child:after {
        right: 5px;
    }

    .contact-page .shop-info,
    .shop-description-text {
        padding: 32px !important;
    }

    .error404 .container.site-content-container,
    .container.front-page-container,
    .page-template-1612-container .site-content-container {
        max-width: 720px;
    }

    .page-template-lookbook-main .site-content-container {
        max-width: 100%;
    }

    .new-sub-title {
        font-size: 20px !important;
        /*text-align: center !important;*/
    }

    .new-title {
        font-size: 23px !important;
        /*text-align: center !important;*/
    }

    .see-all-link-wrap .vc_btn3-container {
        /*text-align: center !important;*/
    }

    .see-all-spacing {
        display: none !important;
    }

    .see-all-link .vc_btn3.vc_general {
        font-size: 17px;
        padding: 0 24px 0 0 !important;
    }

    .see-all-link .vc_btn3.vc_general .vc_btn3-icon {
        font-size: 15px;
        background-size: contain;
        width: 16px;
        height: 17px;
    }

    .insta-title {
        height: 60px;
    }

    .insta-title-text {
        font-size: 32px;
    }

    .insta-title-text i {
        font-size: 31px;
    }

    .front-page-container ul.products {
        display: block;
    }

    .front-page-container ul.products li.product.first {
        clear: none;
    }

    .front-page-container ul.products .slick-dots {
        text-align: center;
    }

    .table-sizes td {
        width: auto;
        flex: 1;
    }


}

@media screen and (max-width: 767px) {
    .contact-page .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
        display: block;
    }

    .contact-page .vc_tta-panel-heading {
        display: none;
    }

    .contact-page .vc_tta-panel-body {
        background-color: #fff !important;
        padding-bottom: 0 !important;
    }

    .contact-page .with-container {
        padding: 0 24px;
        border: none;
    }

    .contact-page .shop-info,
    .shop-description-text {
        padding: 24px 0 !important;
    }

    .shop-description-video .video-item {
        max-height: 300px;
    }

    .contact-page .contact-shop {
        margin-bottom: 20px;
    }

    .contact-page .contact-carousel {
        margin-bottom: 60px;
    }

    .shop-description-text {
        font-size: 16px;
    }

    .shop-description-text h2 {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .error404 .container.site-content-container,
    .container.front-page-container,
    .page-template-1612-container .site-content-container,
    .page-template-lookbook-main .site-content-container {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .follow-us-button a.vc_btn3 {
        min-width: 180px;
        padding: 11px 30px 12px;
        font-size: 18px;
    }

    .telegram-banner-image {
        height: 240px;
    }

    .konte-banner.home-banner {
        height: 100vh;
        margin-bottom: 2px;
    }

    .konte-banner.home-banner > a {
        height: 100%;
    }

    .konte-banner.home-banner > a > img,
    .konte-banner.home-banner > a > video {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .home-banner .konte-banner__content {
        margin-bottom: 15vh;
    }

    .home-banner .konte-banner__tagline {
        font-size: 30px;
    }

    .home-banner .konte-button {
        font-size: 20px;
    }

    .insta-title {
        min-height: 40px;
        height: auto;
        padding: 10px 15px;
    }

    .insta-title-text {
        font-size: 16px;
    }

    .insta-title-text i {
        font-size: 15px;
    }

    .insta-title:before {
        bottom: -12px;
        left: calc(50% - 13px);
        width: 26px;
        height: 26px;
    }

    .insta-title:after {
        bottom: -10px;
        width: 12px;
        height: 12px;
        left: calc(50% - 6px);
        transform: rotate(45deg);
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .woocommerce div.product.layout-v6 .variations_form .variations tr {
        display: flex;
        flex-direction: column;
    }

    .page .page .entry-header {
        margin-bottom: 20px;
    }

    .mobile-hide {
        display: none;
    }

    .entry-content {
        margin-top: 20px;
    }

    .wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.icon-left .vc_tta-panel .vc_tta-panel-body {
        margin: 16px 0 28px 30px;
    }

    .lookbook-main-row .vc_btn3-container {
        top: calc(50% + 100px);
    }

    .lookbook-main-row .wpb_single_image {
        margin-bottom: 70px;
    }

    .lookbook-previous-headline h2 {
        text-align: center;
        font-size: 24px !important;
    }

    .category-404-body {
        flex-wrap: wrap;
    }

    .category-404-item {
        width: 100%;
        margin-bottom: 24px;
    }

    .category-404-item-image {
        margin-bottom: 11px;
    }

    .category-404-item-text {
        font-size: 16px;
    }

    .category-404-head {
        margin-bottom: 22px;
    }

    a.category-404-link {
        font-size: 16px;
        line-height: 30px;
        white-space: nowrap;
    }

    .category-404-link:before,
    .category-404-link:after {
        width: 16px;
        height: 18px;
        background-size: contain;
    }

    .error-404 {
        padding: 30px 0;
    }

    .category-404-title {
        font-size: 24px;
        line-height: 33px;
        margin-right: 20px;
    }

    .tooltip {
        margin-bottom: 20px;
    }

    .tooltip .tooltiptext {
        width: 263px;
        font-weight: 200;
        line-height: 21px;
        padding: 12px 17px 10px 20px;
        right: -0;
    }

    body.single-product .woocommerce-message {
        top: 61px;
    }

    body.cart-panel-opened .notifyjs-corner {
        top: 45px !important;
    }

    body.woocommerce-cart .woocommerce-message a {
        margin-left: 12px;
    }
}

@media screen and (max-width: 575px) {
    .contact-page .with-container {
        padding: 0 12px;
    }

    .contact-page .contact-shop iframe {
        height: 240px;
    }

    .shop-description-video .video-item {
        height: 240px;
    }

    .home-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
        /*background: #fff;*/
    }

    .home-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
        background: #fdf6ed;
    }

    .home-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
        color: #000;
    }

    .home-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
        color: #795943;
        font-weight: 500;
    }

    .lookbook-main-row {
        margin-left: -40px !important;
        margin-right: -40px !important;
    }

    .lookbook-main-row .vc_custom_heading {
        top: 74px;
        transform: none;
        font-size: 24px;
    }

    .lookbook-main-row .vc_btn3-container {
        top: 126px;
        transform: none;
    }

    .lookbook-main-row .vc_btn3-container .vc_btn3 {
        font-size: 14px;
        padding: 10px 22px;
        border-width: 1px;
    }

    .lookbook-item-row .ubtn-img-container {
        margin-bottom: 12px !important;
        font-size: 14px;
    }

    .lookbook-item-row .uvc-sub-heading {
        font-size: 18px !important;
        line-height: 1.3;
        margin-bottom: 9px;
    }

    .lookbook-item-row .wpb_text_column p {
        font-size: 14px;
        line-height: 1.2;
    }

    .lookbook-item-row .vc_btn3-container .vc_btn3 {
        font-size: 16px;
        padding-right: 16px;
    }

    .lookbook-item-row .vc_btn3-container .vc_btn3:after {
        background-size: 10px;
        top: calc(50% + 1px);
    }

    .lookbook-item-row .wpb_text_column {
        margin-bottom: 17px;
    }

    .lookbook-item-row + .lookbook-item-row {
        margin-top: 30px;
    }

    .lookbook-main-row .wpb_single_image {
        margin-bottom: 30px;
    }

    .lookbook-previous-headline h2 {
        font-size: 18px !important;
        margin-bottom: 26px !important;
    }
}

.display-sizes {
    margin-top: 10px;
    word-spacing: 10px;
    text-transform: uppercase;
    font-size: 0.8em;
}

.display-sizes .size-value > *:not(.out-of-stock) {
    font-weight: 500;
}

.main-navigation .mega-menu li.image-column,
.main-navigation .mega-menu .col-1_4:last-child {
    position: absolute;
    left: calc(50% + (1150px / 4));
    width: calc(50vw - (1150px / 4));
    height: 100%;
}

@media screen and (max-width: 767px) {
    .page .page .entry-title,
    .single-page-header .entry-title {
        font-size: 1.5rem;
        font-weight: 500;
        text-align: center;
        margin-top: 20px;
    }
}


/* read more-text start */
.seo-text__category {
    margin-top: 30px;
}

.more-text {
    max-height: calc(24px * 10);
    margin-bottom: 12px;
    line-height: 24px;

    transition: 1s ease-in-out;
    font-family: 'Jost', Montserrat, sans-serif;
    overflow: hidden;
}

.more-text__inner {
    font-weight: 200;
    color: #161619;
    font-size: 14px;
    padding-right: 12px;
}

.more-text__inner p span {
    font-weight: 200 !important;
}

.more-text__inner :where(h1, h2, h3, h4, h5, h6, strong, b) {
    font-weight: 400;
}

.more-text.short .more-text__inner {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

*.more-text.active {
    max-height: 60vh;
    overflow-y: auto;
    scrollbar-color: #e4e4e4 #c4c4c4;
    scrollbar-width: thin !important;
}

*.more-text.active .more-text__inner {
    -webkit-line-clamp: unset;
}

@media only screen and (min-width: 768px) {
    *.more-text.active {
        /*max-height: calc(24px * 15);*/
        line-height: 24px;
    }
}

*.more-text.active::-webkit-scrollbar {
    width: 6px;
    background-color: #e4e4e4;
    border-radius: 3px;
}

*.more-text.active::-webkit-scrollbar-track {
    background-color: transparent;
}

*.more-text.active::-webkit-scrollbar-thumb {
    width: 6px;
    min-height: 30px;
    background-color: #c4c4c4;
    border-radius: 3px;
    cursor: pointer;
}

.read-more {
    width: max-content;
    font-family: 'Jost', Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: 0.3s ease-in-out;
}

.more-text__inner p:empty:before {
    content: none;
}

.error-404 a.button:visited {
    color: #fff;
}

@media only screen and (hover: hover) {
    .read-more:hover {
        border-bottom-color: #161619;
    }
}
/* read more-text end */

.header-language-and-currency {
    position: relative;
}

.header-language-and-currency .current-selected {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 36px;
    border: 1px solid #b1b1b1;
    cursor: pointer;
}

.header-language-and-currency.open .current-selected {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.22);
}

.header-language-and-currency .current-selected .flag {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}

.header-language-and-currency .current-selected .flag img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.header-language-and-currency .current-selected .currency {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.header-language-and-currency .tab-content {
    display: none;
    position: absolute;
    top: calc(100% + 13px);
    left: 0;
    width: 182px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.12);
}

.header-language-and-currency.open .tab-content {
    display: block;
}

.header-language-and-currency .languages-list {
    padding: 15px 12px 11px;
    border-bottom: 1px solid #f5f5f5;
}

.header-language-and-currency .languages-list-wrap,
.inline-currency-switcher .languages-list-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 40px;
    background: #f5f5f5;
}

.header-language-and-currency .languages-list .lang-item,
.inline-currency-switcher .lang-item {
    width: calc(50%);
    display: flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 44px;
    border: 1px solid transparent;
    background: transparent;
    cursor: pointer;
}

.header-language-and-currency .languages-list .lang-item.active,
.inline-currency-switcher .lang-item.active {
    border-color: #e8e8e8;
    background: #fff;
}

.header-language-and-currency .languages-list .lang-item:hover,
.inline-currency-switcher .lang-item:hover {
    border-color: #e8e8e8;
}

.header-language-and-currency .languages-list .lang-item .flag,
.inline-currency-switcher .lang-item .flag {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    border-radius: 50%;
    overflow: hidden;
}

.header-language-and-currency .languages-list .lang-item .flag img,
.inline-currency-switcher .lang-item .flag img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.header-language-and-currency .languages-list .lang-item .code,
.inline-currency-switcher .lang-item .code {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.header-language-and-currency .currency-list {
    padding: 6px 0 12px;
}

.header-language-and-currency .currency-list .currency-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 32px;
    margin-bottom: 2px;
    margin-right: 0;
    padding: 6px 12px 6px 17px;

    color: #000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

.header-language-and-currency .currency-list .currency-item:hover,
.header-language-and-currency .currency-list .currency-item.woocs_flag_view_item_current {
    background: #f5f5f5;
    opacity: 1;
}

.header-language-and-currency .currency-list .currency-item.woocs_flag_view_item_current:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../img/check-lang.svg") center no-repeat;
}

.header-search .search-field {
    padding: 8px 0 8px 25px;
}

.header-right-items .header-search.icon .search-field {
    top: -4px;
}

.transparent .header-search.icon .search-field:focus,
.transparent .header-search.icon .search-field.focused {
    border-radius: 20px;
}


.lace-look {
    background: #d9d9d6;
    border-bottom: 1px solid rgba(0, 0, 0, 0.69);
    padding-bottom: 43px;
    overflow: hidden;
}

.lace-look-heading {
    padding: 48px 56px 40px;
    margin-bottom: 31px;
    border-top: 1px solid rgba(0, 0, 0, 0.69);
    border-bottom: 1px solid rgba(0, 0, 0, 0.69);
}

.lace-look.all .lace-look-heading {
    text-align: center;
}

.lace-look.single .lace-look-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lace-look.single .lace-look-heading-text {
    margin-right: 40px;
}

.lace-look-title {
    margin-bottom: -5px;
    color: #161619;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2;
}

.lace-look-content {
    color: #161619;
    font-size: 16px;
    font-weight: 200;
    line-height: 2.4;
}

.lace-look-footer {
    display: flex;
    justify-content: center;
    padding-top: 43px;
}

.all-lace-look {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 222px;
    padding: 10px 15px;
    color: #fff !important;
    text-align: center;
    font-size: 12px;
    font-weight: 200;
    line-height: 20px;
    text-transform: uppercase;
    border: 1px solid #4e4544;
    background: #4e4544;
}

.all-lace-look:after {
    content: '';
    width: 19px;
    height: 18px;
    margin-left: 6px;
    background: url("../img/lace-look-arrow.svg") center no-repeat;
}

.all-lace-look:hover {
    opacity: 0.8;
}

.lace-look.all .lace-look-heading .all-lace-look {
    display: none;
}

.lace-look.single .lace-look-footer {
    display: none;
}

.lace-look-slider {
    padding: 0 56px;
}

.lace-look-slider > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lace-look-slider-item {
    position: relative;
    margin: 0 4px;
}

.lace-look-slider-item:after,
.lace-look-slider-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.10) 100%);
    transition: all 0.3s;
}

.lace-look-slider-item:after {
    background: linear-gradient(179deg, rgba(0, 0, 0, 0.20) 33.2%, rgba(0, 0, 0, 0.20) 98.91%);
    opacity: 0;
}

.lace-look-slider-item:hover:after {
    opacity: 1;
}

.lace-look-slider-item:hover:before {
    opacity: 0;
}

.lace-look-slider-image {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.lace-look-slider-name {
    max-width: calc(100% - 150px - 32px);
    position: absolute;
    z-index: 1;
    left: 16px;
    bottom: 14px;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    line-height: 2.4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lace-look.single .lace-look-slider-name {
    max-width: calc(100% - 32px);
}

.lace-look-slider-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 16px;
    bottom: 14px;
    z-index: 1;
    padding: 7px 13px 6px 25px;

    color: #fff !important;
    text-align: center;
    font-size: 14px;
    font-weight: 200;
    line-height: 13px;

    border: 1px solid rgba(255, 255, 255, 0.44);
}

.lace-look-slider-link:after {
    content: "";
    width: 24px;
    height: 24px;
    margin-left: 5px;
    background: url("../img/product-page-cart.svg") center no-repeat;
}

.lace-look-slider-link:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: #fff;
}

.lace-look-slider .slick-list {
    overflow: visible;
}

.lace-look-slider .slick-track {
    margin-left: 0;
    margin-right: 0;
}

.lace-look-page-heading {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 20px;
}

.lace-look-page-heading .title {
    color: #161619;
    font-size: 44px;
    font-weight: 500;
    line-height: 1;
}

.lace-look-page-heading .content {
    color: #161619;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.4;
}

.lace-look-page-body {
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.lace-look-page-body .lace-look-slider-item {
    width: calc(33.33333% - 8px);
    margin-bottom: 8px;
}

@media all and (max-width: 1280px) {
    .lace-look-heading {
        padding-left: 36px;
        padding-right: 36px;
    }

    .lace-look-slider {
        padding: 0 36px;
    }
}

@media all and (max-width: 1024px) {
    ul.products .custom-badges-block {
        bottom: calc(100% - ((50vw - 42px) * 1.5) + 15px);
    }

    .konte-child-product-gallery .custom-badges-block {
        top: auto;
        bottom: 10px;
    }

    .lace-look-page-body .lace-look-slider-item {
        width: calc(50% - 8px);
        margin-bottom: 8px;
    }
}

@media all and (max-width: 1023px) {
    .product-payment_delivery,
    .warehouses_avalibility_container,
    .product-measurements_and_description,
    .warehouses_availability {
        display: block;
        padding: 12px 0;
        margin: 0 0 4px;
        border-bottom: 1px solid #f3f3f3;
    }

    .product-payment_delivery a,
    .warehouses_avalibility_container a,
    .product-measurements_and_description a,
    .warehouses_availability a {
        display: inline-block;
    }

    .lace-look {
        margin-top: 26px;
        padding-bottom: 27px;
    }

    .lace-look-heading {
        margin-bottom: 45px;
    }

    .lace-look.single .lace-look-heading {
        flex-wrap: wrap;
        text-align: center;
    }

    .lace-look.single .lace-look-heading-text {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .lace-look-title {
        margin-bottom: 0;
    }

    .lace-look-content {
        font-size: 14px;
        line-height: 1.6;
    }

    .lace-look-footer {
        padding: 22px 16px 0;
    }

    .all-lace-look {
        width: 100%;
    }
}

@media all and (max-width: 991px) {
    .product-template-default .products.related,
    .product-template-default .products.upsells,
    .product-template-default .products-from-set {
        padding-left: 0;
        padding-right: 0;
    }

    body.single-product .swiper-wrapper + .swiper-pagination {
        display: flex;
        margin: 16px;
    }

    body.single-product .swiper-wrapper + .swiper-pagination.swiper-pagination-lock {
        display: none;
    }

    body.single-product .swiper-pagination-bullet {
        width: 100%;
        height: 5px;
        border: none;
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
        margin: 0;
        border-radius: 0;
    }

    body.single-product .swiper-pagination-bullet span {
        display: block;
        height: 1px;
        background: #f3f3f3;
        border-radius: 0;
    }

    body.single-product .swiper-pagination-bullet-active span {
        background: #161619;
    }

    .lace-look-heading {
        padding: 28px 16px 32px;
    }

    body.woocommerce div.product .size-guide-button:before {
        margin-right: -3px;
    }
}

@media all and (max-width: 767px) {
    .lace-look-slider {
        padding: 0;
    }

    .lace-look-slider-item {
        margin: 0 2px;
    }

    .lace-look-slider-item:before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.01) 47.03%, rgba(0, 0, 0, 0.30) 100%);
    }

    .lace-look-slider-name {
        max-width: calc(100% - 12px - 50px);
        font-size: 13px;
        bottom: 6px;
        left: 6px;
    }

    .lace-look.single .lace-look-slider-name {
        max-width: calc(100% - 12px);
    }

    .lace-look-slider-link {
        text-indent: -9999px;
        width: 40px;
        right: 6px;
        bottom: 6px;
        font-size: 0;
        color: transparent !important;
        padding: 7px;
        border-radius: 50%;
    }

    .lace-look-slider-link:after {
        margin-left: 0;
    }

    .lace-look-page-heading .title {
        margin-bottom: 5px;
        font-size: 24px;
        line-height: 1.6;
    }

    .lace-look-page-heading .content {
        font-size: 14px;
        line-height: 1.6;
    }

    .lace-look-page-body {
        justify-content: space-between;
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }

    .lace-look-page-body .lace-look-slider-item {
        width: calc(50% - 2px);
        margin: 0 0 4px;
    }

    body.woocommerce div.product .size-guide-button:before {
        margin-left: 0;
    }

    ul.products .custom-badges-block {
        bottom: calc(100% - (50vw * 1.5) + 17px);
    }

    body.archive ul.products.columns-3 li.product:nth-child(5) .custom-badges-block,
    body.archive ul.products.columns-3 li.product:nth-child(12) .custom-badges-block {
        bottom: calc(100% - 150vw + 17px);
    }
}


/* Home Page */


.konte-banner.text-position-bottom-center .konte-banner__content {
    margin-bottom: 0;
    top: 50%;
    z-index: 2;
    bottom: auto;
    transform: translateY(-50%);
}

.home-banner .konte-banner__text {
    margin-bottom: 0;
    font-size: 120px !important;
    font-family: 'InstrumentSerif', sans-serif !important;
    font-weight: 400;
    line-height: 1.13;
}

.home-banner .konte-button {
    font-size: 15px;
    border: none !important;
    background: none !important;
    line-height: 24px !important;
    padding: 0 !important;
    text-decoration: underline;
    text-transform: uppercase;
}

.home-banner .konte-button:hover {
    text-decoration: none;
}

.home-subscribe {
    margin-bottom: 0;
}

.home-subscribe .widget {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin-bottom: 0;
    border: none;
    text-align: center;
}


.home-subscribe .footer-subscribe-form-title {
    margin: 0 0 6px;
    font-weight: 300;
    line-height: 1.25;
    text-transform: none;
}

.home-subscribe .footer-subscribe-form {
    display: flex;
    flex-direction: column;
}

.home-subscribe .footer-subscribe-form-content {
    order: 1;
}

.home-subscribe .subscribe-error {
    order: 2;
}

.home-subscribe .footer-subscribe-form-privacy {
    width: 100%;
    margin-top: 0;
    margin-bottom: 23px;
    font-weight: 200;
}

.home-subscribe .footer-subscribe-form-privacy a {
    color: #636363 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.home-subscribe .subscriber-footer-inputs {
    width: 100%;
}

.home-subscribe .footer-subscribe-form button {
    max-width: none;
    width: 134px;
    height: 35px;

    padding: 10px 15px;
    background-color: #4e4544;

    font-weight: 200;
    font-size: 12px;
    line-height: 15px;
    flex: 1 0 134px;

}

.home-subscribe .footer-subscribe-form button:hover {
    background-color: #161619;
}

.home-subscribe .footer-subscribe-form label {
    width: calc(50% - 7px);
    margin-right: 7px;
}

.home-subscribe .footer-subscribe-form input[type="email"],
.home-subscribe .footer-subscribe-form input[type="text"] {
    border-radius: 2px;
    border: 1px solid #ebebeb;
    height: 35px;
    padding: 0 10px;
    font-weight: 400;
    font-size: 12px;
}

.home-subscribe .footer-subscribe-form input[type="email"]::placeholder,
.home-subscribe .footer-subscribe-form input[type="text"]::placeholder {
    color: #838889;
    opacity: 1;
}

.home-seo-text {
    padding: 0 60px;
}

.offscreen-panel .panel {
    width: 618px;
    max-width: 100%;
}

.lang-popup {
    padding: 16px 0;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100000000;
    background: #fff;
    border: 1px solid #4f4645;
}

.lang-popup__row {
    display: flex;
    align-items: center;
    gap: 36px;
    max-width: 100%;
}

.lang-popup__text {
    flex: 1 1 auto;
    color: #161619;
    font-size: 14px;
    font-weight: 300;
}

.lang-popup__text p {
    margin: 0;
    font-weight: 300;
    line-height: 1.7;
}

p.lang-popup__caption {
    margin: 0 0 5px;
    color: #161619;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
}

.lang-popup__btn {
    align-self: flex-start;
}

.lang-popup__btn .button {
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 300px;
}

.close-lang-popup {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    box-shadow: none;
    padding: 23px;
    line-height: 1;
    transition: opacity 0.3s ease-in-out;
}

.close-lang-popup:hover {
    opacity: 0.7;
}

.hamburger-screen-content .ps__rail-y {
    left: auto !important;
    right: 0 !important;
}

.footer-payments {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 4px;
    max-width: 570px;
    margin: 0 0 0 auto;
    padding: 0;
    clear: both;
}

.footer-payments li {
    padding: 4px;
    width: 50px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #F3F3F3;
    background: #FFF;
}

.footer-payments .wide {
    width: 87px;
}

.footer-payments img {
    max-width: 100%;
    height: auto;
}

@media all and (max-width: 1440px) {
    .footer-widgets .footer-widgets-area {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media all and (max-width: 1280px) {
    .home-new-icon-box {
        padding: 20px 30px 21px 24px;
    }
}

@media all and (max-width: 1200px) {
    .lang-popup__row {
        padding-right: 20px;
    }
}

@media all and (max-width: 1023px) {
    .delivery-content .vc_row {
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 8px;
    }

    .delivery-content .vc_row > .wpb_column {
        width: 45%;
    }

    .home-new-icon-box {
        width: 45vw;
    }

    .home-seo-text {
        padding: 0 30px;
    }

    .footer-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .widget_konte-subscribe-form-widget.widget {
        float: none;
    }

    .footer-widgets .footer-widgets-area {
        margin-bottom: 20px;
    }

    .footer-widgets-area-3 .widget-title {
        display: none;
    }

    .footer-widgets-area-3 ul {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-widgets-area-3 ul li {
        margin-right: 30px;
    }
}

@media all and (max-width: 991px) {
    .footer-main .footer-container {
        flex-direction: row;
    }

    .footer-main .footer-items {
        justify-content: flex-start;
        padding: 0;
    }

    .footer-main .footer-left {
        flex: auto;
        order: 0;
        text-align: left;
    }

    .footer-main .footer-right {
        display: flex;
    }

    .footer-main .footer-right .switchers {
        display: flex;
    }

    .footer-main .footer-items .list-dropdown {
        display: flex;
    }

    .footer-main .footer-items .list-dropdown .current {
        white-space: nowrap;
    }
}

@media all and (max-width: 767px) {
    .home-banner .konte-banner__text {
        font-size: 60px !important;
    }

    .home-banner:before {
        background: rgba(0, 0, 0, 0.3);
    }

    .delivery-content .vc_row > .wpb_column {
        width: 87%;
    }

    .home-new-icon-box {
        align-items: flex-start;
        padding: 13px 20px 14px 10px;
        width: 87vw;
    }

    .home-new-icon-box .konte-icon-box__icon {
        margin-right: 10px;
        font-size: 1px;
    }

    .home-new-icon-box .konte-icon-box__content {
        font-size: 13px;
    }

    .home-seo-text {
        padding: 0 15px;
    }

    .home-seo-text h1 {
        margin-bottom: 8px;
        font-size: 20px;
        font-weight: 500;
    }

    .home-seo-text h1 b {
        font-weight: 500;
    }

    .home-seo-text p {
        color: #838889;
        font-size: 14px;
        font-weight: 200;
        line-height: 24px;
    }

    .home-seo-text .more-text.short .more-text__inner {
        -webkit-line-clamp: 7;
    }

    @supports (-webkit-touch-callout: none) {
        .home-seo-text .more-text.short .more-text__inner {
            -webkit-line-clamp: 5;
        }
    }

    .home-seo-text .more-text.active .more-text__inner {
        -webkit-line-clamp: unset;
    }

    .home-subscribe .footer-subscribe-form-title {
        font-size: 24px;
        margin-bottom: 5px;
        line-height: 1.25;
    }

    .home-subscribe .footer-subscribe-form-privacy {
        margin-bottom: 32px;
    }

    .home-subscribe .footer-subscribe-form-content {
        width: 284px;
        margin-left: auto;
        margin-right: auto;
    }

    .home-subscribe .footer-subscribe-form label {
        width: 100%;
        margin-right: 0;
        margin-bottom: 7px;
    }

    .footer-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .site-footer .widget_konte-subscribe-form-widget.widget {
        float: none;
    }

    .footer-widgets .widget-title {
        margin-bottom: 7px;
        font-size: 18px;
        line-height: 2.5;
    }

    .footer-widgets-area-3 ul {
        padding: 20px 0;
        width: 100%;
        max-width: 470px;
    }

    .footer-widgets-area-3 ul li:last-child {
        margin-right: auto;
    }

    .footer-widgets-area-3 li {
        margin-right: 0;
    }

    .footer-widgets-area-3 li a {
        font-weight: 500 !important;
    }

    .footer-main .footer-items .list-dropdown {
        margin-left: 10px;
    }

    .site-footer .currency.list-dropdown .label,
    .site-footer .language.list-dropdown .label {
        margin-right: 5px;
    }

    .site-footer .list-dropdown .caret {
        margin-left: 5px;
    }

    .site-footer .currency.list-dropdown ul, .site-footer .language.list-dropdown ul {
        min-width: auto;
        right: 0;
    }

    .site-footer .list-dropdown .dropdown {
        position: static;
    }

    .lang-popup {
        padding: 24px 0;
    }

    .lang-popup__row {
        padding-right: 0;
        flex-direction: column;
        gap: 8px;
    }

    .lang-popup__text {
        padding-right: 30px;
    }

    .footer-payments {
        margin-left: 0;
    }
}

@media all and (max-width: 560px) {
    .lang-popup__btn {
        width: 100%;
    }

    .lang-popup__btn .button {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        min-width: 100%;
    }

    .footer-payments {
        margin-bottom: 36px;
    }
}

@media all and (max-width: 440px) {
    .site-footer .footer-subscribe-form-title {
        max-width: 256px;
    }
}

@media all and (max-width: 400px) {
    .footer-main .footer-container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .site-footer .list-dropdown .caret {
        margin-left: 0;
    }
}

/* new menu styles */

.site-header.transparent.transparent-hover.text-dark:hover {
    background: transparent;
}

.header-sticky--normal.sticky.transparent.text-dark {
    background: #fff !important;
}

.header-left-items {
    flex: 0;
}

.header-right-items > * {
    margin-left: 25px;
}

.header-right-items .header-search.icon {
    margin-right: -3px;
}

.header-cart > a,
.header-search .search-icon svg,
.header-wishlist > a svg,
.header-account > a {
    transition: color 0s;
}

.header-search .search-icon {
    top: 0;
}

.header-language-and-currency .current-selected {
    /*transition: border 0.4s;*/
}

body.home .site-header:not(.sticky) .header-cart > a,
body.home .site-header:not(.sticky) .header-search .search-icon,
body.home .site-header:not(.sticky) .header-wishlist > a,
body.home .site-header:not(.sticky) .header-account > a {
    color: #fff;
}

body.home .site-header:not(.sticky) .header-language-and-currency .current-selected {
    border: 1px solid rgba(243, 243, 243, 0.16);
}

body.home .site-header:not(.sticky) .header-language-and-currency .current-selected .currency {
    color: #fff;
}

.logo-center .header-center-items .site-branding {
    margin-left: 0;
}

.header-left-items .hamburger-menu:first-child {
    margin-right: 12px;
    width: 32px;
}

.site-header .hamburger-menu .hamburger-box {
    width: 32px;
    height: auto;
    opacity: 1;
    transition: all 0.42s;
}

.site-header .hamburger-menu.open .hamburger-box {
    opacity: 0;
    pointer-events: none;
}

.site-header .hamburger-menu .hamburger-box .hamburger-inner {
    position: static;
    margin-top: 0;
    display: flex;
    align-items: center;
    height: 32px;
    color: #000;
    background: transparent;
    transition: transform 0.2s ease;
}

body.home .site-header:not(.sticky) .header-main .hamburger-menu .hamburger-box .hamburger-inner {
    color: var(--konte--transparent-header-color-desktop);
}

.site-header .hamburger-menu .hamburger-box .hamburger-inner:before,
.site-header .hamburger-menu .hamburger-box .hamburger-inner:after {
    content: none;
}

.hamburger-fullscreen {
    top: 3px;
    left: 90px;
    width: 444px;
    max-height: 750px;
    height: calc(100vh - 50px);
    min-height: 400px;
    border: 1px solid #000;
}

body:has(.running-line) .hamburger-fullscreen {
    top: 44px;
}

.hamburger-fullscreen .hamburger-screen-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.hamburger-fullscreen .site-branding {
    position: static;
    width: 100%;
    flex: 0 0 auto;
    transform: none;
    padding: 6px 23px;
    border-bottom: 1px solid #000;
}

.hamburger-fullscreen .site-branding svg {
    width: 144px;
    height: auto;
}

body.home .site-header:not(.sticky) .header-main .site-branding .logo svg {
    color: var(--konte--transparent-header-color-desktop);
}

.hamburger-screen-content {
    position: static;
    width: 100%;
    flex: 1 1 auto;
    overflow-y: auto;
    height: auto;
    padding: 7px 28px 24px;
}

.hamburger-screen-content .hamburger-navigation {
    padding-top: 0;
    flex: 1 1 auto;
    width: 100%;
}

.hamburger-screen-background {
    display: none;
}

.hamburger-navigation .menu {
    display: flex;
    padding-bottom: 450px;
}

.hamburger-navigation .menu > li {
    padding: 0;
    align-self: flex-start;
    height: auto;
}

body .hamburger-navigation .menu > li > a {
    margin-right: 26px;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.91px;
    text-transform: uppercase;
    opacity: 0.5;
}

body .hamburger-navigation .menu > li.open > a {
    opacity: 1;
}

.hamburger-navigation .menu > li > a:before {
    left: 0;
    top: 40px;
}

body .hamburger-navigation.hover-open .menu > li.menu-item > ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 0;
    padding-left: 0;
    transform: none;
    left: 0;
    top: 50px;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
}

body .hamburger-navigation.hover-open .menu > li.menu-item.open > ul {
    pointer-events: initial;
    visibility: visible;
    opacity: 1;
}

.hamburger-navigation .menu > li > ul > li {
    padding: 0;
    width: 50%;
    margin-bottom: 8px;
}

.hamburger-navigation .menu > li > ul > li > a {
    padding-bottom: 0;
    color: #161619;
    font-size: 15px;
    font-weight: 200;
    line-height: 28px;
}

.hamburger-navigation .menu > li > ul > li > a:hover {
    color: #950b0b;
}

.hamburger-navigation .menu > li > ul > li > a:after {
    content: none;
}

.hamburger-fullscreen .button-close {
    left: -40px;
    top: 9px;
    width: 38px;
    height: 38px;
}

.hamburger-fullscreen .button-close .menu-text {
    display: none;
}

.hamburger-fullscreen .hamburger-menu .hamburger-box .hamburger-inner {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    background: transparent;
    color: #000;
    transform: none;
}

.hamburger-fullscreen .hamburger-menu .hamburger-box .hamburger-inner:before,
.hamburger-fullscreen .hamburger-menu .hamburger-box .hamburger-inner:after {
    content: none;
}

@media (min-width: 1200px) {
    body.home:not(:has(.site-header.sticky)) .hamburger-fullscreen .hamburger-menu .hamburger-box .hamburger-inner {
        color: var(--konte--transparent-header-color-desktop);
    }
}

.hamburger-fullscreen .social-icons {
    position: static;
    height: auto;
    padding: 10px 0 0;
    margin: 0 -16px -20px;
}

.hamburger-fullscreen .social-icons .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hamburger-fullscreen .social-icons .menu li {
    margin: 0;
}

.hamburger-fullscreen .social-icons .menu span,
.hamburger-fullscreen .social-icons .menu a {
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    width: auto;
    height: auto;
    border-radius: 0;
    border: none;
    margin: 0;
    display: inline-block;
    position: static !important;
    clip: unset !important;
    clip-path: unset !important;
}

.hamburger-fullscreen .social-icons .menu a {
    transition: 0.3s ease-in;
    padding: 10px 16px;
    line-height: 1;
    color: #161619;
}

@media (hover: hover) {
    .hamburger-fullscreen .social-icons .menu a:hover {
        color: #950b0b;
    }
}

.hamburger-fullscreen .social-icons .menu a:before {
    content: none;
}

@media all and (max-width: 1199px) {
    .site-header .header-mobile.logo-center .mobile-menu-hamburger,
    .site-header .header-mobile.logo-center .mobile-header-icons {
        flex: 0;
    }

    .site-header .site-branding {
        flex: 1;
    }

    .site-header .site-branding .logo {
        text-align: center;
    }

    .mobile-header-icons > * {
        margin-left: 18px;
        position: relative;
    }

    .header-cart svg {
        display: none;
    }

    .header-cart .svg-icon {
        width: 24px;
        height: 24px;
        background: url("../img/icon-new-cart.svg") 0 0 no-repeat;
        vertical-align: top;
    }

    .header-wishlist svg {
        display: none;
    }

    .header-wishlist .svg-icon {
        width: 24px;
        height: 24px;
        background: url("../img/icon-new-heart.svg") center no-repeat;
        vertical-align: top;
    }

    .header-cart .counter,
    .header-wishlist .counter {
        position: absolute;
        left: 15px;
        bottom: 11px;
    }

    body.home .site-header:not(.sticky) .header-mobile .logo-svg path {
        fill: var(--konte--transparent-header-color-mobile);
    }

    body.home .site-header:not(.sticky) .header-cart .svg-icon {
        background-position: 0 -24px;
    }

    body.home .site-header:not(.sticky) .hamburger-menu .hamburger-box .hamburger-inner {
        background-position: 0 -32px;
    }

    body.home .site-header:not(.sticky) .header-mobile .hamburger-menu .hamburger-box .hamburger-inner {
        color: var(--konte--transparent-header-color-mobile);
    }

    .site-header .header-wishlist {
        display: none;
    }

    .mobile-menu-panel .panel {
        display: flex;
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile-menu-panel .panel > div {
        flex: 0;
    }

    .mobile-menu-panel .panel > nav {
        flex: 1;
    }

    .mobile-menu-panel .panel > hr.divider {
        display: none;
    }

    .header-mobile.logo-center .mobile-menu-hamburger {
        flex: 0;
        margin-right: 12px;
    }

    .mobile-menu-panel .site-branding {
        flex: 1;
    }

    .mobile-menu-panel .panel .header-mobile {
        display: block;
        height: 71px;
        opacity: 1;
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px 15px !important;
        border-bottom: 1px solid #000;
    }

    .mobile-menu-panel .site-branding .logo svg {
        width: 120px;
        height: auto;
    }

    .mobile-menu-panel .panel .mobile-menu__search-form {
        padding-top: 18px !important;
    }

    .mobile-menu__search-form .search-field {
        height: 38px;
        border-radius: 2px;
        border: 1px solid #ebebeb;
        padding: 4px 10px 4px 36px;
        font-size: 12px;
    }

    .mobile-menu__search-form .search-icon {
        left: 10px;
    }

    .mobile-menu__search-form .search-icon svg {
        width: 16px;
        height: 16px;
    }

    .mobile-menu__socials {
        padding: 20px 0 !important;
        order: 4;
    }

    .mobile-menu__socials .menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-menu__socials .menu li {
        padding: 0;
    }

    .mobile-menu__socials .menu a {
        color: #161619;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }

    .mobile-menu__socials .menu a:hover {
        color: #950b0b;
    }

    .mobile-menu__socials .menu a:before {
        content: none !important;
    }

    .mobile-menu__socials .menu span {
        position: static !important;
        width: auto;
        height: auto;
        margin: 0;

        clip: auto;
        -webkit-clip-path: none;
        clip-path: none;
    }

    .mobile-menu__nav {
        position: relative;
    }

    .mobile-menu__nav .menu {
        display: flex;
        margin-bottom: 830px;
        top: 0;
    }

    .mobile-menu__nav .menu > li {
        padding: 0 !important;
        margin-right: 26px;
    }

    .mobile-menu__nav .menu > li > a {
        display: inline-block;
        color: #000;
        opacity: 0.5;
        font-size: 14px;
        font-weight: 500;
        line-height: 51px;
        letter-spacing: 0.91px;
        text-transform: uppercase;
    }

    .mobile-menu__nav .menu > li.open > a,
    .mobile-menu__nav .menu > li > a:hover {
        opacity: 1;
    }

    .mobile-menu__nav .sub-menu {
        width: 100%;
        position: absolute;
        left: 0;
        top: 65px;
        padding-left: 0;
        margin-top: 0;
        border-left: none;
    }

    .mobile-menu__nav .sub-menu > li {
        padding: 0 0 8px;
    }

    .mobile-menu__nav .sub-menu > li > a {
        color: #161619;
        font-size: 15px;
        font-weight: 200;
        line-height: 28px;
    }

    .mobile-menu__nav .sub-menu > li > a:hover {
        color: #950b0b;
    }

    .mobile-menu__nav + .mobile-menu__divider {
        display: none;
    }

    .mobile-menu__cart {
        display: none;
    }

    .mobile-menu__account-dashboard,
    .mobile-menu__account-login {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 !important;
    }

    .mobile-menu__account-dashboard a,
    .mobile-menu__account-login a {
        position: relative;
        display: flex;
        align-items: center;
        padding: 15px !important;
        margin-top: 15px;
        width: 100%;
        background: #f5f5f5;

        color: #161619;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }

    .mobile-menu__account-login a:after {
        content: "";
        position: absolute;
        top: calc(50% - 6px);
        right: 15px;
        width: 13px;
        height: 14px;
        background: url("../img/icon-new-arrow.svg") center no-repeat;
    }

    .mobile-menu__account-dashboard {

    }

    .mobile-menu__account-dashboard a:before,
    .mobile-menu__account-login a:before {
        content: "";
        width: 24px;
        height: 24px;
        background: url("../img/icon-new-user.svg") center no-repeat;
    }

    .mobile-menu__account-logout {
        position: relative;
        padding: 0 !important;
    }

    .mobile-menu__account-logout a {
        display: flex;
        align-items: center;
        position: absolute;
        right: 0;
        top: -34px;
        color: #000;
        font-size: 12px;
        font-weight: 200;
    }

    .mobile-menu__account-logout a:after {
        content: '';
        width: 13px;
        height: 14px;
        margin-left: 7px;
        background: url("../img/icon-new-log_out.svg") center no-repeat;
    }

    #mobile-menu .language.list-dropdown,
    .language.list-dropdown.down {
        display: flex !important;
    }

    #mobile-menu .list-dropdown {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 -15px;
        padding: 17px 15px !important;
        border-bottom: 1px solid #f3f3f3;
    }

    #mobile-menu .list-dropdown .label {
        color: #161619;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }

    .mobile-menu-panel .list-dropdown .dropdown {
        margin-top: 0;
    }

    .mobile-menu-panel .list-dropdown .dropdown .current {
        padding-bottom: 0;
        font-size: 12px;
        color: #000;
    }

    .mobile-menu-panel .list-dropdown.up ul {
        bottom: 100%;
    }

    .mobile-menu-panel .list-dropdown .caret {
        margin-left: 4px;
    }

    .mobile-menu-panel .list-dropdown .caret svg {
        width: 12px;
    }

    #mobile-menu .language.list-dropdown {
        display: none !important;
    }

    .inline-currency-switcher {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 -15px;
        padding: 11px 15px !important;
        border-bottom: 1px solid #f3f3f3;
    }

    .inline-currency-switcher .label {
        color: #161619;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }

    .inline-currency-switcher .languages-list-wrap {
        width: 150px;
    }

    .inline-currency-switcher .lang-item {
        padding: 6px 10px;
    }

    .header-contact-buttons {
        padding: 10px 0 6px !important;
    }

    .header-contact-buttons-title {
        margin-bottom: 7px;
        color: #838889;
        font-size: 14px;
        font-weight: 200;
        line-height: 21px;
    }

    .header-contact-buttons-content {
        display: flex;
        justify-content: space-between;
    }

    .header-contact-buttons-content a {
        width: calc(50% - 5px);
        height: 47px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #f3f3f3;
        background: rgba(0, 0, 0, 0);

        color: #161619;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;

        transition: all 0.3s;
    }

    .header-contact-buttons-content a:hover {
        background: rgba(0, 0, 0, 0.05);
    }

    .header-contact-buttons-content a svg {
        margin-right: 10px;
    }
}
