@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//lumie.com.ua/wp-content/themes/woodmart/fonts/woodmart-font-2-400.woff2?v=8.1.2") format("woff2");
	font-display:swap;
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Wix Madefor Display", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(2,2,2);
	--wd-text-font-size: 15px;
	--wd-title-font: "Wix Madefor Display", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: rgb(56,38,28);
	--wd-entities-title-font: "Wix Madefor Display", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Wix Madefor Display", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Wix Madefor Display", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Wix Madefor Display", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(111,116,74);
	--wd-alternative-color: rgb(237,224,212);
	--wd-link-color: rgb(0,0,0);
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(111,116,74);
	--btn-default-bgcolor-hover: rgb(111,116,74);
	--btn-default-color: rgb(255,255,255);
	--btn-default-color-hover: rgb(255,255,255);
	--btn-accented-bgcolor: rgb(111,116,74);
	--btn-accented-bgcolor-hover: rgb(111,116,74);
	--btn-accented-color: rgb(255,255,255);
	--btn-accented-color-hover: rgb(255,255,255);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(111,116,74);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(205,138,83);
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://lumie.com.ua/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(255,255,255);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(129,215,66);
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(0,0,0);
	--wd-form-brd-color: rgb(232,232,232);
	--wd-form-brd-color-focus: rgb(186,186,186);
	--wd-form-bg: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 5px;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 8px;
}

@media (min-width: 1600px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


#tab-title-description {
    order: 1;
}
#tab-title-additional_information {
    order: 2;
}
#tab-title-reviews {
    order: 4;
}
#tab-title-wd_additional_tab{
	 order: 3;
}


#edit-password {
    margin-top: 40px;
}

#send-verification-code {
    padding: 7px 9px;
    min-height: unset;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 8px;
}

#edit-password fieldset {
    display: none;
}

.change-password-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
transition: all .3s;
	cursor:pointer;
}

.change-password-btn svg {
    padding: 6px;
    background-color: #f6f6f6;
    box-sizing: content-box;
border-radius:4px;
}

.change-password-btn:hover {
    background-color: #f6f6f6;
    border-radius: 4px;
 		padding-right:6px;
}

.acc-form-wrapper-fileds {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
}

.page-title-default {
    padding: 40px 0px !important;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


.custom-user-data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}



.user-small-info {
    display: flex;
    flex-direction: column;
}

.custom-bonuses-info strong {
    color: #ee583f;
    font-size: 17px;
    font-weight: 700;
}

.custom-bonuses-info span {
    font-size: 14px;
}

.custom-bonuses-info small {
    margin-top: 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    text-decoration: underline;
}

.custom-bonuses-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
}

.custom-account-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
/*     padding: 0px 0px 24px 16px; */
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.custom-bonuses-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 17px;
		padding: 16px;
    padding-right: 0px;
    border-top: 1px solid #ddd;
}

.custom-user-header {
    display: flex;
padding-left: 16px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 20px;
    position: relative;
}
.custom-avatar {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    background-color: var(--wd-primary-color);
    color: #fff;
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    border-radius: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-edit-link a {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius:100px;
}

.custom-edit-link a:hover {
    background-color:#f8f8f8;
}


.wd-checkout-prod-total.product-total {
    min-width: fit-content;
}

.woocommerce-checkout>.customer-details .woocommerce-billing-fields {
        margin-top: 0px !important;
    }

#customer_details {
    display: flex;
    flex-direction: column;
}

.woocommerce-shipping-fields {
    width: 100%;
}

.woocommerce-billing-fields__field-wrapper {
    width: 100%;
background-color: #fff;
}

button.coupon-type-btn.active {
    background-color: var(--wd-primary-color);
    color: #fff;
}

.custom-code-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.coupon-type-btn {
    padding: 6px 8px;
    min-height: unset;
    font-size: 12px;
    border-radius: 5px;
}

.coupon-type-switcher {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.coupon-form-wrapper {
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

input#custom_coupon_code {
    max-width: 200px;
}

.wd-tabs-title {
    display: flex;
    align-items: center;
}

.popular-queries-btns button {
    padding: 4px 8px;
    height: auto;
    min-height: unset;
    font-size: 12px;
    border-radius: 5px;
    text-transform: lowercase;
}
.popular-queries-btns {
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
}
.popular-queries {
    padding: 6px 12px 12px 12px;
    display: flex
;
    flex-direction: column;
    gap: 6px;
    border-top: 1px solid #eee;
}

.footer-container.color-scheme-light {
    position: relative;
    overflow: hidden;
}

footer div {
    z-index: 2;
}

#pattern {
    bottom: -300px !important;
    opacity: 0.5;
    pointer-events: none;
z-index: 1;
}

.whb-sticked .whb-main-header {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#billing_country_field {
    display: none;
}

#menu-categories .nav-link-text{
    font-size: 13px;
}

.wd-header-search .wd-tools-text {
    width: 150px;
    border-bottom: 1px solid #eee;
    padding-block: 5px;
    font-size: 12px;
}

.wd-header-search .wd-tools-text::after {
    content: '|';
    animation: blink 0.7s infinite;
    margin-left: 2px;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.woocommerce-breadcrumb a:after {
    margin-inline: 5px;
    content: ''; 
	display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('https://lumie.com.ua/wp-content/uploads/2025/05/vector.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.breadcrumb-link-last:after{
display:none !important;
}

.wd-sub-menu li > a .menu-label {
    position: relative;
    align-self: flex-start;
    margin: 0px;
    margin-left: 10px;
    border-radius: 4px;
	font-size: 9px !important;
}

.menu-label:before{
	display:none;
}

ul.sub-sub-menu li {
    position: relative;
/*     padding-left: 24px; /* місце для іконки */ */
    transition: transform 0.4s ease; /* плавний рух вправо */
transition: padding 0.5s ease; /* плавний рух вправо */
}

ul.sub-sub-menu li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url('https://lumie.com.ua/wp-content/uploads/2025/05/vector.svg');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.6s ease;
}

/* Ефект при наведенні */
ul.sub-sub-menu li:hover {
		padding-left: 20px;
/*     transform: translateX(20px); зсувається вправо */
}

ul.sub-sub-menu li:hover::before {
    opacity: 1; /* зʼявляється іконка */
}

#menu-categories .wd-dropdown-menu.wd-dropdown {
    border-radius: 0px 0px 16px 16px;
    box-shadow: 0 15px 23px -5px rgba(0, 0, 0, 0.15);
    margin-top: 0px;
}

.wd-close-side {
    background-color: rgba(0, 0, 0, 0.3);

}

.tel-link-nav {
    margin-right: 0px;
    flex: none;
    text-transform: uppercase;
    font-size: 13px;
}
.wd-header-nav {
    text-align: center;
}

.header-dop-nav {
    display: flex;
    gap: 19px;
    font-size: 13px;
}

.telegram-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}

.header-banner {
    background-color: #EE583F;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.brand-products .wd-product {
    text-align: center;
}

.same-brand-section {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
    margin-block: 30px;
}



.brand-sidebar {
    width: 30%;
    display: flex;
    flex-direction: column;
		align-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.brand-sidebar a {
    padding: 12px;
    background-color: var(--wd-primary-color);
    color: #fff;
}

.brand-description {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.brand-products {
    width: 70%;
}

.custom-badge span {
    position: absolute;
    font-size: 13px;
    margin-inline: auto;
    width: fit-content;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 11px;
}
.custom-badge {
    display: flex
;
    justify-content: center;
    align-items: center;
    position: relative;
}

.header-banner-display .website-wrapper {
    transition: margin-top .6s ease .25s;
}

.header-banner-enabled .website-wrapper {
    margin-top: var(--wd-header-banner-mt);
    transition: margin-top .6s ease;
}

/* .whb-sticky-prepared {
    padding-top: var(--wd-header-h);
} */

.whb-header {
/*     margin-bottom: 40px; */
		position: relative;
}

.swiper.related-products-swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding-top: 26px;
}

.related-products-swiper .swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    bottom: 0px;
}

.related-products-swiper .swiper-button-next:after, .related-products-swiper .swiper-button-prev:after {

    font-size: 18px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
    top: 22px;
    width: 18px;
    height: 18px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    right: 38px;
    left: auto;
    top: 22px;
    width: 18px;
    height: 18px;
}

.swiper-pagination-bullet {
    background-color: #e5e4e4;
    border: none !important;
    width: 22px;
    height: 4px;
    border-radius: 3px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: var(--wd-primary-color);
}

video.product-video {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background-color: #fff;
}

.has-video img {
    display: none !important;
    opacity: 0;
}

.related-products-by-brand h3 {
    text-align: center;
    margin-bottom: 60px;
}

.related-products-by-brand {
    margin-block: 50px;
}

.woocommerce-product-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.shipping_method_selector label {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
		width: 100%;
    cursor: pointer;
}

.shipping_method_selector label p {
    margin: 0;
}

.shipping_method_selector .check {
    margin-right: 10px;
}

.sale-btn a {
    color: rgb(161, 3, 2) !important;
}


.wd-checkout-prod-img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.wd-term-desc a {
    text-decoration: underline;
    color: var(--wd-primary-color);
}

.wd-tools-element .wd-tools-icon {
    width: 26px;
    height: 26px;
}

.tax-product_cat .term-description {
    display: none;
}

.relative-brand-list {
    margin-top: 70px;
    padding-block: 20px;
    border-top: 1px solid #ddd;
}

.relative-brand-list ul {
list-style:none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14px;
}

.relative-brand-list a {
    padding: 10px 16px;
font-size:15px;
    background-color: #eee;
    border-radius: 100px;
    color: #000;
    transition: all .3s;
}

.relative-brand-list a:hover {
    color: var(--wd-primary-color);
}

.description-area-after :is(.term-description,.page-description) {
    margin-top: 60px;
}

#custom-packaging-block {
    padding: 12px 18px;
    border-radius: 8px;
    background-color: #f7f7f7;
}

#custom-packaging-block label {
    display: flex;
    align-items: center;
}

#custom-packaging-block h3 {
    font-size: 19px;
}

#custom-packaging-block img {
    background-color: #fff;
    padding: 5px;
    width: 68px;
    height: 68px;
    border-radius: 8px;
    margin-right: 10px;
}

h3#ship-to-different-address label {
    display: flex;
    flex-direction: row;
    gap: 4px;
    background-color: #f3f3f3;
}
#ship-to-different-address {
    padding: 12px;
    border: 1px solid #f3f3f3;
    border-radius: 8px;
    max-height: 46px;
    background-color: #f3f3f3;
}

input[type="checkbox"],
input[type="radio"] {
    accent-color: var(--wd-primary-color) !important; /* Задає колір заливки */
}

.woocommerce-shipping-fields {
    display: block !important;
}

#shipping_company_field {
    display: none;
}

#shipping_country_field {
    display: none;
}


    form.woocommerce-checkout {
        display: flex;
        align-items: flex-start;
        column-gap: 40px;
        flex-direction: row;
        flex-wrap: wrap;
    }

li.free_shipping:4.shipping-selector {
    display: none;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.spin-svg {
margin-left:10px;
display:none;
    animation: spin 1s linear infinite;
}

.sending{
pointer-events:none;
}

.sending .spin-svg {
display:block;
    animation: spin 1s linear infinite;
}

.custom.product-label {
    background-color: #ddd;
    color: #000;
}

.review-tab-icon-counter {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    padding: 4px;
    background-color: #eee;
    border-radius: 4px;
    color: #000 !important;
    margin-left: 6px;
}

.review-icon {
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-icon img {
    width: 17px;
    height: 17px !important;
}

.wc-tabs-wrapper .woocommerce-Tabs-panel {
    margin-top: 30px;
}

.cart-item-image img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.stock-variation-info.stock_hidden {
    display: none;
}



.wd-attr-term {
    font-size: 15px;
}

@media (max-width: 1024px) {
    .wd-nav-tabs {
        flex-wrap: wrap !important;
        white-space: wrap !important;
        margin-bottom: 20px;
    }
}

p.price {
    display: flex;
}

.construct-btn a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--wd-primary-color);
    color: #fff !important;
    margin: 16px;
    border-radius: 100px;
}

.wrap-price .price {
    gap: 10px;
    display: flex;
    align-items: center;
}

.sound-toggle-btn {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    right: 14px;
    width: 20px;
    height: 20px;
    background-color: var(--wd-primary-color);
    border: 16px solid var(--wd-primary-color);
    cursor: pointer;
    z-index: 1000;
    box-sizing: content-box;
    padding: 0px;
    border-radius: 100px;
    min-height: 20px;
}


@keyframes pulse-shadow {
    0% {
        box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.5); /* Пульсуюча тінь */
    }
    100% {
        box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
    }
}


.sound-off {
    background-image: url('/wp-content/uploads/2024/09/speaker-high.svg'); /* Іконка вимкненого звуку */
	box-shadow: 0 0 0 rgba(255, 255, 255, 0.2); /* Ініціалізація для тіні */
   animation: pulse-shadow 1.8s infinite; /* Додаємо анімацію тіні */
}

.sound-on {
    background-image: url('/wp-content/uploads/2024/09/speaker-slash.svg'); /* Іконка увімкненого звуку */
}


p.price {
    gap: 12px;
}

/* .outofstock .elementor-widget-wd_single_product_add_to_cart {
    display: none;
}
 */
span.wd-swatch-bg {
    height: 40px;
    width: 80px;
}

.wd-swatches-brands .wd-swatch :is(img,picture) {
    object-fit: cover;
    width: 80px;
    height: 40px;
}

.custom-related-products span {
    font-size: 18px;
    color: #000;
}

.custom-related-products .price span {
    font-size: 14px !important;;
    color: #000;
}


.wd-nav-pagin-item {
    background-color: #e5e4e4;
    border: none !important;
		width: 22px;
    height: 4px;
    border-radius: 3px;
}

.wd-nav-pagin-item.wd-active {
    background-color: var(--wd-primary-color);
}

.wd-nav-pagin-item span {
    display: none !important;
}


.wd-swatches-product .wd-disabled {
    display: none;
}

@media (max-width: 768.98px) {
    .shop-content-area .shop-loop-head {
        margin-top: 14px;
    }
}
.shop-loop-head .wd-breadcrumbs {
    display: none;
}

.custom-category-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    gap: 14px;
}

.custom-category-tabs a {
    font-size: 15px;
    padding: 8px 10px;
    background-color: #f3f3f3;
    border-radius: 20px;
    color: #000;
    transition: background-color .2s, color .2s;
}

.custom-category-tabs a:hover, .custom-category-tabs .active-tab {
    background-color: #000;
    color: #fff;
}

.suggestion-thumb img {
    width: 100%;
    object-fit: contain;
    padding: 7px;
    aspect-ratio: 1 / 1;
}

#buy-all-stock, #out-of-stock-open {
  margin-top: 20px;
  display: inline-flex;
  border-radius: 20px;
}

#displayml {
    display: none;
}

#out-of-stock-volume-options input {
    display: none;
}

#out-of-stock-volume-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
}
/* #out-of-stock-volume-options label {
    line-height: 15px;
    padding: 10px 8px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 15px;
} */

/* Застосування стилю до label, якщо радіокнопка вибрана */
/* input[type="radio"]:checked + label {
    
    border: 1px solid var(--btn-accented-color);
    color: var(--btn-accented-color);
}
 */
#out-of-stock-volume-options input[type="radio"]:checked + label {
    background-color: #fff;
		border: 1px solid #a10302 !important;
    color: #a10302 !important;
}

/* Стиль для label */
#out-of-stock-volume-options label {
    padding: 5px 10px;
    margin: 0px;
		color: #000;
    border: 1px solid #ccc;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
}

/* Приховуємо радіокнопку, щоб показувався тільки label */
#out-of-stock-volume-options input[type="radio"] {
    display: none;
}

/* Start pop-up style */

#buy-all-stock-popup, #out-of-stock-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 99999;
  overflow-y: scroll;
}

.popup-content {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  max-width: 600px;
  width: 100%;
  position: relative;
	margin: 30px 0;
}

.product-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.product-details img {
  aspect-ratio: 1 / 1;
  width: 180px;
  object-fit: contain;
}

.product-details {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

.form-wrapper {
  margin-top: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.all-stock-ttl, .out-of-stock-ttl {
  font-size: 20px;
  color: #000;
  margin-top: 20px;
  font-weight: 500;
}
.all-stock-span, .out-of-span {
  color: #434343;
  margin-bottom: 20px;
}

#buy-all-stock-form, #out-of-stock-form {
  width: 100%;
}

.form-lable {
  margin-bottom: 4px;
  font-size: 13px;
  color: #000;
}

.form-input {
  margin-bottom: 10px;
}
#all-stock-submit, #out-of-stock-submit {
  border-radius: var(--btn-accented-brd-radius);
  color: var(--btn-accented-color);
  box-shadow: var(--btn-accented-box-shadow);
  background-color: var(--btn-accented-bgcolor);
  text-transform: var(--btn-accented-transform, var(--btn-transform));
  font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
  font-family: var(--btn-accented-font-family, var(--btn-font-family));
  font-style: var(--btn-accented-font-style, var(--btn-font-style));
  width: 100%;
  margin-top: 20px;
}
.succes-msg, .out-of-stock-succes-msg {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  color: #000;
  font-size: 18px;
  margin: 30px 0;
}
.close-popup {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 720px) {
  .product-details img {
    aspect-ratio: 1 / 1 !important;
    width: 80px;
    height: fit-content;
    object-fit: contain;
  }
  .product-details {
    gap: 20px;
  }
  .product-info p {
    margin-bottom: 2px;
  }
  #prd-name {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 6px;
  }
  .popup-content {
    margin: 24px 16px;
 padding: 20px;
  }
  .form-wrapper {
    margin-top: 14px;
  }
  .all-stock-ttl {
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .all-stock-span {
    line-height: 1.4;
  }
}

/* End pop-up style */

footer {
  background-color: var(--wd-primary-color) !important;
/*   border-radius: 30px 30px 0 0; */
}
.copyrights-wrapper.copyrights-two-columns {
  display: none;
}

p.wd-product-stock.stock.wd-style-default.in-stock {
  display: none;
}

.custom-related-products {
  padding-top: 20px;
  margin-top: 0px;
  border-top: 1px solid #f3f3f3;
}

ul.related-products-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 0px;
  padding: 0px;
  flex-wrap: wrap;
 }
.custom-related-products h2 {
  color: var(--wd-primary-color);
}

.related-product .price {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.wd-nav[class*="wd-style-"]
  > li:is(.current-menu-item, .wd-active, .active)
  > a {
  color: var(--wd-primary-color);
}

span.out-of-stock {
  font-size: 12px;
}

.related-product {
  margin: 0px;
  width: 100%;
  max-width: 120px;
  background-color: #fff;
  border-radius: 10px;
	text-align: center;
/*   text-align: left !important; */
}

.rel-product-title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
	text-align: center;
}

li.related-product img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 6px;
  margin-bottom: 8px;
  border-radius: 6px;
}

p.stock.out-of-stock {
  color: #b50808;
  font-size: 13px;
  font-weight: 500;
}

img.attachment-28x28.size-28x28 {
  width: 22px;
}

.woocommerce-terms-and-conditions-wrapper {
  display: none;
}

.wd-toolbar {
  display: none !important;
}

body {
  font-weight: 400 !important;
}
table.variations label {
  margin-bottom: 0;
  white-space: nowrap;
  font-weight: 400;
}

.wd-product-header .star-rating.wd-style-simple {
  display: none;
}

.wd-swatch {
  font-weight: 500;
}

.widget {
  margin-bottom: 16px;
  padding-bottom: 16px;
}

p.volume {
  margin: 0px;
  padding: 8px;
  border-radius: 4px;
  background-color: #f3f3f3;
  gap: 4px;
  display: inline-flex;
  font-size: 13px;
  color: #000;
  font-weight: 600;
}

.suffix {
  display: inline-block !important;
  width: auto;
	margin-left: -10px;
}

.wd-product .price {
  display: flex !important;
}

.wd-single-price .price {
  display: inline-flex !important;
}

.wd-product-brands img {
  width: 100%;
  aspect-ratio: 2 / 1;
  border-radius: 6px;
  border: 1px solid #f3f3f3;
}

.amount {
  font-weight: 500;
}

[class*="single-breadcrumbs"]
  :is(.woocommerce-breadcrumb, .yoast-breadcrumb)
  .breadcrumb-link-last {
  margin-right: 0;

  font-weight: 400;
}

.wd-products[class*="wd-stretch-cont"] .product-element-bottom {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  text-align: center;
}

.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
  top: 116%;
  left: 0;
  width: 0;
  height: 1px;
}

.tabs .active a {
  color: var(--nav-color-active);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.product-element-bottom .wd-star-rating {
  display: none;
}

.wd-nav[class*="wd-style-"] > li > a {
  color: #000;
}

.title-shop.title-design-centered > .container {
  justify-content: flex-start;
}
.title-shop > .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.title-design-centered .wd-back-btn,
.without-title.with-back-btn .wd-back-btn {
  display: none;
}

/* .page-title-default {

  padding: 60px 0px !important;
} */

select.orderby {
  padding: 12px 18px !important;
  border: 1px solid #929292 !important;
  border-radius: 100px !important;
  max-width: 280px !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  background-position: right 14px top 50% !important;
}

.wd-product.wd-hover-buttons-on-hover .wd-action-buttons {
  display: none !important;
  gap: var(--wd-prod-gap);
}

tr.cart-discount.coupon-firstorder a {
  display: none;
}

#paymentMethodCodText {
  width: 100%;
  opacity: 1 !important;
  color: #000;
  background-color: #fff;
  padding: 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
}
#paymentMethodCodText svg {
  width: 14px;
  height: 14px;
}

/* Застосовуємо напівпрозорість до label, коли відповідний input має атрибут disabled */
input[disabled] + label {
  opacity: 0.5; /* Наприклад, встановлюємо прозорість 50% */
  pointer-events: none; /* Забороняємо взаємодію з label */
}

.no-border-radius img {
  border-radius: 0px !important;
}

strong {
  color: #000;
}

.home .main-page-wrapper {
  margin-top: -40px;
  padding-top: 0px;
  min-height: 50vh;
  background-color: var(--wd-main-bgcolor);
}

.wd-action-btn.wd-style-text > a {
  font-weight: 400;
}

.wd-nav > li > a {
  font-weight: 400;
}

.woocommerce-breadcrumb .breadcrumb-last,
.yoast-breadcrumb .breadcrumb_last {
  font-weight: 400;
}

.wd-burger-icon > a:before {
  content: "\f118";
}

.woocommerce-form-coupon-toggle {
  display: none;
}

/* #billing_country_field {
  display: none !important;
} */

#billing_company_field,
#billing_postcode_field,
#billing_address_1_field,
#billing_address_2_field,
#billing_city_field,
#billing_state_field {
  display: none;
}

#shipping_method {
  display: flex;
}
/* shipping selectors*/

ul#shipping_method li {
  /*     min-width: 320px; */
  width: 48%;
  flex-grow: 1;
}

#shipping_method .shipping_method_selector {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  gap: 12px;
  width: 100%;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.shipping_method_selector input {
  display: none;
}

.shipping_method_selector input[type="radio"]:checked + label {
  color: var(--wd-primary-color);
}

.check {
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 100%;
}

.shipping_method_selector input[type="radio"]:checked + label > .check {
  background-color: var(--wd-primary-color);
}

.shipping_method_selector input[type="radio"]:checked + label > .check:after {
  content: "";
  color: white;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 14px;
  height: 14px;
  background-color: var(--wd-primary-color);
  border-radius: 100%;
  border: 2px solid #fff;
}

ul#shipping_method {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 18px;
width:100%;
}

p.delivery-ttl {
  width: 100%;
  font-size: 18px;
  margin: 12px 0;
  border-top: 1px solid #ddd;
  padding-top: 25px;
  font-weight: 400;
  color: var(--wd-title-color);
  text-transform: uppercase;
  font-style: var(--wd-title-font-style);
  font-family: var(--wd-title-font);
  line-height: 1.4;
}

.wd-side-hidden {
  width: 100%;
  max-width: 460px;
}

span.nav-link-text {
  font-weight: 400;
}

.address-check {
  width: 100%;
  padding: 12px;
  background-color: #f7f3f0;
  align-items: center;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  gap: 12px;
  border-radius: 5px;
  color: #303030;
  font-weight: 400;
  font-family: var(--wd-text-font);
  display: none;
}

.cart-total-over-2500 + label:before {
  content: "безкоштовно";
  padding: 3px 6px 5px 6px;
  border-radius: 4px;
  position: absolute;
  z-index: 99;
  color: var(--wd-primary-color);
  background-color: aliceblue;
  line-height: 1;
  right: 8px;
  top: -12px;
  border: 1px solid #2247ca0f;
}

.checkout-coupon-toggle {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: var(--wd-primary-color);
  margin-bottom: 10px;
  cursor: pointer;
}

p.add-promo {
  margin: 0px;
}

.coupone-blue {
  color: #fff;
  background-color: var(--wd-primary-color);
  border-radius: 5px;
}

#payment {
  border-top: 1px solid var(--brdcolor-gray-300);
  padding-top: 14px;
  margin-top: 20px;
}

.cart-discounts {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mini-cart-coupons {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mini-cart-totals {
  gap: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

p.woocommerce-mini-cart__total.total {
  display: none;
}

.shopping-cart-widget-footer {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid var(--brdcolor-gray-300);
}

.mini-cart-coupons {
  border-bottom: 1px solid var(--brdcolor-gray-300);
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.mini-cart-totals-value {
  font-size: 17px;
}

#coupon_form {
  display: none;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}

#apply_coupon_button {
  min-width: 42px;
  height: 42px;
  padding: 0px;
  border-radius: 5px;
}

.mini-cart-coupons a {
  display: none;
}

.labels-rounded-sm .product-label {
  border-radius: 6px;
}

.product-label {
  padding: 6px;
  font-size: 10px !important;
  text-transform: uppercase;
}

.wd-product :where(.product-wrapper, .product-element-bottom) {
  align-items: center;
}


.wd-product :is(.product-image-link, .hover-img) img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background-color: #fff;
}

tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--dimensions {
  display: none;
}


hr {
  max-width: 100%;
}

.wd-nav > li > a {
  font-size: 15px !important;
}

a.btn.btn-style-link.btn-color-primary.create-account-button {
  padding: 12px 20px;
  border-radius: 5px;
  border: none;
  background-color: var(--wd-primary-color) !important;
  color: #fff;
}

.create-account-question {
  padding: 34px 20px !important;
  border-bottom: 1px solid var(--brdcolor-gray-300);
  text-align: center;
  --wd-tags-mb: 15px;
  background-color: #f7f3f0;
}

.create-account-question:before {
  display: block;
  margin-bottom: 20px;
  color: var(--wd-primary-color) !important;
}

.product-labels {
  max-width: 70% !important;
}

#review_form_wrapper {
  order: 3 !important;
}

#comments {
  order: 0;
  flex-basis: 100%;
}

.wd-rating-summary-wrap {
  order: 2 !important;
}

.noreviews-block svg path {
  fill: #000 !important;
}

.noreviews-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  background-color: #f1f1f1;
  text-align: center;
  gap: 14px;
  margin-bottom: 20px;
  color: #000;
}

.add-product-review {
  padding: 12px 20px;
  background-color: var(--wd-primary-color);
  color: #fff;
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.add-product-review:hover {
  color: #fff;
}

a.add-product-review svg path {
  fill: #fff !important;
}

.must-log-in {
  color: #000;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px 20px;
  border-radius: 10px;
  border: 1px solid #eee;
  gap: 16px;
}
.must-log-in a {
  margin-top: 6px;
  padding: 12px 20px;
  background-color: #2249cc;
  color: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

tr.woocommerce-shipping-totals.shipping {
  display: none;
}

tr.wallet-pay-partial p {
  margin: 0px;
}

p.wallet-pay-partial-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-size: 18px;
}

p#partial_wallet_payment_tooltip span {
  border-radius: 4px;
  background-color: aliceblue;
  border: 1px solid #2145c529;
  color: #2145c5;
  padding: 2px 6px;
}

p#partial_wallet_payment_tooltip {
  font-size: 15px;
  color: #484848;
  margin-top: 8px;
}

tr.wallet-pay-partial {
  border-bottom: none;
}

input[type="checkbox"],
input[type="radio"] {
  accent-color: #2145c5;
}

@media screen and (max-width: 1000px) {
  #menu-item-4499 {
    display: none !important;
  }
  #menu-main-navigation {
    gap: 20px !important;
  }
}

@media screen and (max-width: 1270px) {
  #menu-item-4497,
  #menu-item-4498 {
    display: none !important;
  }
  #menu-main-navigation {
    gap: 20px !important;
  }
}

.wallet-cashback-notice {
  background-color: #f7f7f7;
  color: #000 !important;
}

.wallet-cashback-notice a {
  color: #000 !important;
}

.wallet-cashback-notice .amount {
  border-radius: 4px;
  background-color: aliceblue;
  border: 1px solid #2145c529;
  color: #2145c5;
  padding: 2px 6px;
}

span.not-in-stock {
  color: #777;
}



.wd-grid-g {
  gap: 40px var(--wd-gap);
}

.reg-log-wrapper .new-client {
  color: var(--wd-primary-color);
  border-bottom: 2px solid var(--wd-primary-color);
  line-height: 30px;
  padding-bottom: 7px;
  margin-bottom: -9px;
}
.reg-log-wrapper .old-client {
  border-bottom: 2px solid transparent;
  line-height: 30px;
  padding-bottom: 7px;
  margin-bottom: -9px;
  transition: all 0.3s;
}
.reg-log-wrapper .old-client:hover {
  color: var(--wd-primary-color);
  border-bottom: 2px solid var(--wd-primary-color);
  line-height: 30px;
  padding-bottom: 7px;
  margin-bottom: -9px;
}

.reg-log-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 7px;
  border-bottom: 2px solid #ddd;
}

@media (min-width: 769px) {
  .cat-design-center .wrapp-category:before {
    opacity: 0.4 !important;
  }
}

@media (min-width: 769px) {
  .cat-design-center:not(.without-product-count) .hover-mask {
    transform: translateY(calc(-50% + 0px)) translateZ(0) !important;
  }
}

.more-products {
  display: none;
}

.order-info {
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}

.post-date.wd-post-date.wd-style-with-bg {
  display: none;
}

li.meta-author {
  display: none;
}

.wd-post .article-body-container {
  text-align: left;
}

h3.wd-entities-title.title.post-title {
  font-size: 20px;
  line-height: 1.3;
}



.wd-swatches-brands .wd-swatch.wd-bg {
  border-radius: 6px;
  border: 1px solid #eee;
}

.wd-nav-mobile > li > a,
.wd-nav-mobile > li > ul li > a {
  border-bottom: none !important;
}

.mobile-nav .wd-nav-opener {
  border-left: none !important;
  border-bottom: none !important;
}

.wd-swatches-brands .wd-swatch.wd-bg {
  max-width: 80px;
}

span.ucinka-lable {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  padding: 4px 6px;
  background-color: #434343;
  /*     border: 1px solid #000; */
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 3px;
}

span.ucinka-lable svg {
  fill: #fff;
}

.product-element-top.wd-quick-shop {
  width: 100%;
}

.wd-product .wd-entities-title a {
  font-size: 15px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 1025px) {
  form.woocommerce-checkout > :is(.customer-details, .checkout-order-review) {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

wc-order-attribution-inputs {
  display: none;
}

.wd-slide-container {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.wd-slide-inner {
  max-width: 100% !important;
}

span.breadcrumb-last {
  display: none;
}


.wpcf7 form.sent .wpcf7-response-output,
.mc4wp-success,
.woocommerce-message {
  background-color: #f7f7f7;
  color: #242424 !important;
}

.woocommerce-message a {
  color: #242424 !important;
}

.wd-notice,
div.wpcf7-response-output,
.mc4wp-alert,
:is(.woocommerce-error, .woocommerce-message, .woocommerce-info) {
  display: inline-flex;
  width: 100%;
}

/* a.button.wc-forward {
    display: none;
} */

.address-check svg {
  min-width: 20px;
  min-height: 20px;
}@media (min-width: 1025px) {
	.whb-sticky-prepared {
    padding-top: var(--wd-header-h);
}

.autocomplete-suggestions {
    display: flex !important;
    margin-top: -1px;
    margin-right: -1px;
    margin-bottom: -1px;
    flex-direction: column;
}

.wd-search-dropdown.wd-dropdown {
    width: 600px;
    border-radius: 16px;
}

.wd-dropdown-results {
    border-radius: 16px;
}

.view-all-results {
    position: sticky;
    bottom: -2px;
    background-color: var(--wd-primary-color);
    color: #ffffff !important;
    box-shadow: 0px -10px 20px #23282d30;
}
/* 
.wd-list {

    gap: 12px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}
.wd-list li {
    transition: all .25s ease;
    margin-bottom: 0px;
}

.wd-list li:hover {
    padding: 5px 8px;
    margin: -5px -8px;
    background-color: #8f0302;
    border-radius: 8px;
} */

.sidebar-container {
    position: sticky;
    top: 170px;
}

p#billing_nova_poshta_region_field {
    width: 48%;
    float: left;
}

#slider-233 .wd-slide-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 12 / 6;
}

#slider-233 .wd-autoheight .wd-carousel-item {
    height: auto;
    aspect-ratio: 12 / 6;
}

#slider-233 .wd-slide {
    aspect-ratio: 12 / 6 !important;
    height: auto;
    min-height: 400px;
}

p#billing_nova_poshta_city_field {
    width: 48%;
    float: right;
}

.wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    color: var(--nav-chevron-color);
}


ul#menu-main-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    min-width: max-content;
    justify-content: center;
} 

form.woocommerce-checkout {
    display: flex;
    align-items: flex-start;
    column-gap: 40px;
    flex-direction: row;
}

}

@media (min-width: 768px) and (max-width: 1024px) {
	.same-brand-section {
    flex-direction: column;
    gap: 30px;
}

.brand-sidebar, .brand-products {
    width: 100%;
}

ul#shipping_method li {
    width: 100%;
    flex-grow: 1;
}

#slider-233 .wd-slide-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 4 / 5;
}

#slider-233 .wd-autoheight .wd-carousel-item {
    height: auto;
    aspect-ratio: 4 / 5;
}

#slider-233 .wd-slide {
    aspect-ratio: 4 / 5 !important;
    height: auto;
    min-height: 400px;
}

/* .wd-header-nav.wd-header-main-nav.text-center.wd-design-1 {
    width: 100%;
    overflow: scroll;
} */

ul#menu-main-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    min-width: max-content;
    justify-content: center;
}

li.menu-item.menu-item-wishlist.wd-with-icon.item-level-0 {
    border-top: 1px solid #ddd;
}

li#menu-item-554 {
    border-top: 1px solid #ddd;
}

.wd-nav-mobile>li>a, .wd-nav-mobile>li>ul li>a {
    border-bottom: none !important; 
}

.mobile-nav .wd-nav-opener {
    border-left: 0px solid transparent;
    border-bottom: 0px solid transparent;
}

form.woocommerce-checkout>.customer-details {
    flex: 0 0 100%;
    max-width: 100%;
}

form.woocommerce-checkout>.checkout-order-review{
    flex: 0 0 100%;
    max-width: 100%;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	ul#shipping_method li {
    width: 100%;
    flex-grow: 1;
}
#slider-233 .wd-slide-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 4 / 5;
}

#slider-233 .wd-autoheight .wd-carousel-item {
    height: auto;
    aspect-ratio: 4 / 5;
}

.wd-slide {
    aspect-ratio: 4 / 5 !important;
    height: auto;
    min-height: 400px;
}

.wd-header-my-account .wd-tools-text {
    margin: 0px !important;
    font-size: 13px !important;
    position: absolute;
    top: 30px;
}

li.menu-item.menu-item-wishlist.wd-with-icon.item-level-0 {
    border-top: 1px solid #ddd;
}

li#menu-item-554 {
    border-top: 1px solid #ddd;
}

.wd-nav-mobile>li>a, .wd-nav-mobile>li>ul li>a {
    border-bottom: none !important; 
}

.mobile-nav .wd-nav-opener {
    border-left: 0px solid transparent;
    border-bottom: 0px solid transparent;
}
}

@media (max-width: 576px) {
	.wd-tools-text .wd-cart-subtotal, .wd-tools-text .subtotal-divider {
    display: none !important;
}

ul#shipping_method li {
    width: 100%;
    flex-grow: 1;
}

#custom-packaging-block {
    padding: 12px 12px;
}

#custom-packaging-block img {
    background-color: #fff;
    padding: 5px;
    width: 54px;
    height: 54px;
    border-radius: 6px;
    margin-right: 8px;
}

#slider-233 .wd-slide-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 4 / 5;
}

#slider-233 .wd-autoheight .wd-carousel-item {
    height: auto;
    aspect-ratio: 4 / 5;
}
#slider-233 .wd-slide {
    aspect-ratio: 4 / 5 !important;
    height: auto;
    min-height: 300px;
}

#slider-233 .wd-slide-bg.wd-fill {
    aspect-ratio: 4 / 5;
    height: 100%;
}

header .wd-tools-element>a {
    padding-inline: 6px;
}

.related-product {
    max-width: calc(33% - 6px);
    background-color: #fff;
    border-radius: 10px;
}

.wd-product :is(.product-image-link,.hover-img) img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
/*     padding: 6px; */
    background-color: #fff;
}

select.orderby {
    padding: 12px 12px !important;
    border: 0px solid #929292 !important;
    border-radius: 100px !important;
    max-width: 280px !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    background-position: right 14px top 50% !important;
}

.wd-header-my-account .wd-tools-text {
    margin: 0px!important;
    font-size: 13px!important;
    position: absolute;
    top: 30px;
}

li.menu-item.menu-item-wishlist.wd-with-icon.item-level-0 {
    border-top: 1px solid #ddd;
}

li#menu-item-554 {
    border-top: 1px solid #ddd;
}


form.woocommerce-checkout>.customer-details {
    flex: 0 0 100%;
    max-width: 100%;
}

form.woocommerce-checkout>.checkout-order-review{
    flex: 0 0 100%;
    max-width: 100%;
}

}

