.woocommerce-message{display:none}
.wc-block-components-form .wc-block-components-checkout-step{margin:0}
button,
button:focus,
button:active {
    -webkit-appearance: none !important;
    appearance: none !important;
}

button i,
button .fa-solid {
    color: #000 !important; /* Your black color */
}
button,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}
.nav-link:focus-visible{box-shadow:none !important}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item){border-radius: 25px;margin-bottom: 15px;margin-right: 10px;}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover{background-color: #121212;color: #fff;}
.accordion-button:focus{box-shadow: none;background-color: #fff;}
.quantity{display: none !important;}
.single_add_to_cart_button{width: 100%;background-color: #121212;color: #fff;padding:0.5rem 3rem;margin-bottom: 1rem;}
.single_add_to_cart_button:hover{background-color:#121212ba}
.variations{margin-bottom: 1rem;}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{height: 150px;width: 150px !important;margin-right:10px}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img{height: 100%;width: 100%;}
.single-product div.product .woocommerce-product-gallery .flex-viewport{height:550px !important}

.wc-block-components-product-name{color: #000;}
.wc-block-components-button__text{width: 100%;background-color: #121212;color: #fff;padding:0.5rem 3rem;}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{box-shadow:none;outline:0}

.wc-block-cart__submit-button.contained.wc-block-cart__submit-button--loading,
.wc-block-cart__submit-button.contained.is-loading {
    opacity: 1 !important;
    background: #000 !important;
    color: #fff !important;
}




.header-wishlist {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.wishlist-icon {
    font-size: 22px;
    cursor: pointer;
}

.wishlist-count {
    background: #a1a12d;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    right: -10px;
    height: 20px;
    width: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* header Search button */
/* Wrapper base */

.search-toggle{border: none;background-color: #fff;}
.header-search-wrapper,.mobile-header-search-wrapper {
    position: relative;
}

/* Hide search box by default */
.header-search-form,.mobile-header-search-form {
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    top: 100%;
}

/* When open */
.header-search-wrapper.open .header-search-form,.header-search-wrapper.open .mobile-header-search-form {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    top:35px;
}

/* Input basic reset */
.header-search-form .search-field {
    padding: 5px 10px;
}


.header-cart {
    position: relative;
    display: inline-flex;
    align-items: center;
}
.cart-count {
    background: #a1a12d;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    right: -10px;
    height: 20px;
    width: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Overlay - initially hidden */
#login-popup-overlay {
    display: none;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

/* Popup centered */
#login-popup {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    background:#fff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    max-width: 350px;
    width: 90%;
    text-align: center;
    position: relative;
}

/* Close button */
#close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}

/* Input & Button styling */
#login-popup input[type="text"] {
    width: 100%;
    padding: 8px;
    margin: 10px 0;
    box-sizing: border-box;
}
#login-popup button {
    width: 100%;
    padding:10px;
    background:#0073aa;
    color:#fff;
    border:none;
    border-radius:5px;
    cursor:pointer;
}
#form-message {
    margin-top:10px;
    color:red;
}




.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single{right: 0;position: absolute;}
.yith-wcwl-add-to-wishlist-button__label{display: none;}

.woocommerce-product-gallery__trigger{display: none !important;}
.woocommerce-breadcrumb{display: none;}

.wishlist_table tr td.product-thumbnail a img{height: 100%;}
.product-name a{color: #000;}
.product_type_variable, .remove_from_wishlist, .product_type_variation{color: #000;}
.wishlist-title-container{display: none;}
.shop_table{margin-top:1rem;margin-bottom: 1rem;}

.woocommerce-MyAccount-navigation{border:1px solid;}
.woocommerce-MyAccount-navigation ul{list-style: none;padding-left: 0;margin-bottom: 0;}
.woocommerce-MyAccount-navigation ul li{padding: 10px;margin-bottom: 1px solid;}
.woocommerce-MyAccount-navigation ul li a{color: #000;}
.woocommerce-Address-title a{color: #a1a12d !important;}

.woocommerce-EditAccountForm, .woocommerce-address-fields__field-wrapper{padding:30px;box-shadow: 0 0 8px #d6d6d6;border-radius: 10px;}
p button.woocommerce-Button{background-color: #121212;color: #fff;padding:0.5rem 3rem;margin-bottom: 1rem;}
.woocommerce-MyAccount-navigation-link--downloads{display: none;}
.woocommerce-info, .woocommerce-noreviews, p.no-comments{background-color: #fff !important;}


.woocommerce-address-fields p button{background-color: #121212;color: #fff;padding:0.5rem 3rem;margin-bottom: 1rem;}
.woocommerce-Price-currencySymbol{display: none;}

.yith-add-to-wishlist-button-block{margin-left: 0;}
.accordion-button:not(.collapsed){background-color: #fff;}
.dropdown-item.active, .dropdown-item:active{background: #fff;color: #000;}

#header-icons li:hover i{transform:scale(1.2)}
#header .navbar-nav .nav-item .nav-link:hover {transform:scale(1.1);color:#a1a12d}
.dropdown-menu li.dropdown-item{margin:0 !important;}
.dropdown-item:focus, .dropdown-item:hover{color:#fff;background:#a1a12d}
.dropdown-item:focus, .dropdown-item:hover a{color:#fff;}
.entry-title{display:none}
.entry-header{padding-top:4rem}
.woocommerce-notices-wrapper{display: none;}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--top-left{left:-20px;top:-35px;}
.yith-wcwl-feedback-messages-container{display: none;}




/* === MOBILE LOGIN POPUP OVERLAY === */
#mobile-login-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    padding: 15px;
}

/* === POPUP BOX === */
#mobile-login-popup {
    background: #fff;
    border-radius: 12px;
    padding: 20px 18px;
    width: 100%;
    max-width: 380px;
    box-shadow: 0px 5px 30px rgba(0,0,0,0.25);
    position: relative;
    animation: popupFadeIn 0.25s ease;
}

/* === CLOSE BUTTON (X) === */
#mobile-close-popup {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 22px;
    color: #333;
    cursor: pointer;
    line-height: 1;
    font-weight: 600;
}

/* === FORM INPUT === */
#mobile-phone-register-form input[type="text"] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    margin-bottom: 12px;
    outline: none;
    transition: 0.2s;
}

#mobile-phone-register-form input[type="text"]:focus {
    border-color: #000;
}

/* === SUBMIT BUTTON === */
#mobile-phone-register-form button {
    width: 100%;
    padding: 12px 14px;
    border: none;
    border-radius: 8px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.25s;
}

#mobile-phone-register-form button:hover {
    background: #333;
}

/* Message below input */
#mobile-form-message {
    margin-top: 10px;
    font-size: 14px;
}

/* === ANIMATION === */
@keyframes popupFadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }}


.products--section{margin-top:60px}
.wc-block-components-checkout-place-order-button__text{display:inline-flex !important}
.wc-block-components-checkout-place-order-button{justify-content: center;background:transparent;border:0}


.woocommerce-products-header , .woocommerce-result-count , .woocommerce-ordering{display:none}


@media screen and (min-device-width: 320px) and (max-device-width: 768px) { 
	
	
    .products--section ul{flex-wrap: wrap;}
    .products--section ul li{width: 45%;margin-bottom: 20px;}
    .products--section ul li img{height: 200px;}
    .product-info{flex-direction: column;align-items: center;text-align: center;}
    .products-main{border-radius: 1000px;padding-top: 7rem;}
    .content{width: 100%;}
    video{width: 100%;}
    .choose-section{flex-direction: column;}
    footer img{width: 100%;}
    .title{font-size: 32px;}
    .carousel-inner{height: 250px;border-radius:0}
    footer div.col-lg-3{margin-bottom: 25px;}
    .products--section-arrival ul li{width: 48%;}
    .woocommerce-product-gallery__image img {width: 100% !important;height: 100% !important;object-fit: cover !important;}
    .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single{right:15px;}
    .wc-block-components-button__text{margin-bottom: 0;}
    .single-product div.product .woocommerce-product-gallery .flex-viewport{height:350px !important;}
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{height:100px !important;width:100px !important;margin-bottom:10px}
    .product-thumbnail a img{height:100%;width:100%}
    body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{box-shadow:none;}
    .wc-block-components-button:not(.is-link){background:#000;}
    .navbar-toggler{border:0;}
    
    .offcanvas-header{border-bottom: 1px solid #d4d1d1;}
    .offcanvas.offcanvas-start{width:300px !important}
    .offcanvas-header .btn-close{margin-right:10px}
    
    .products--section-arrival ul li img{height:250px;}
    .mb-user{position: fixed;bottom: 15px;left: 15px;height: auto;display: flex;align-items: start;justify-content: start;background: #fff;z-index: 9999;}
    .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text{justify-content: center;background:transparent;border:0}
    .wc-block-components-button__text{padding:0;}
    .footer h3{font-size:14px;letter-spacing:-0.5px}
    .footer a{font-size:14px;}
    .products--section{margin-top:35px;}
    .product-title{font-size: 13px;letter-spacing:-1px}
    .product-price{font-size:16px;}
    .choose-section li{margin-bottom: 30px;}
    .choose-section li img{width:150px;}
     .features li{width: 100%;margin-bottom:40px}
    .features li h3{font-size:20px}
    .features li p{width:75%;font-size:16px}
    .features li img{width:100px ;}
    .wvs-style-squared{display:none !important;}
    .woo-variation-swatches .woo-variation-raw-select{display:block !important;padding:0.375rem 2.25rem 0.375rem 0.75rem;font-size:1rem;margin-top:10px}
    .content{font-size:16px}
    .navbar-brand{margin-right:0;}
    #carouselExampleAutoplaying{padding-right:0;padding-left:0}
    .sub-title{font-size:26px;}
    .entry-header{padding-top:1rem}
    .product-info-column h1{margin-top: 20px;font-size:22px}
    .fa-magnifying-glass{color:#000}
    .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img, .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button) svg.yith-wcwl-add-to-wishlist-button-icon{height:20px;width:20px}
    .dropdown-menu{border:0}
    #mobile-header-search-input{ height: 42px !important;line-height: 42px !important;padding: 0 12px !important;font-size: 16px !important; border: 1px solid #d8b46a !important;border-radius: 6px !important;background: #fff !important;box-shadow: none !important;}
	
	.mobile-nav a.nav-link {
    -webkit-tap-highlight-color: transparent;
  }

.nav-link.new-arrivals-tap {
  background: rgb(161,161,45);
  color: #fff;
}


}


