.wd-nav-img {
    border-radius: 50% !important;
    overflow: hidden !important;
 
}
.wd-nav-img, .mega-menu-list img {
    display: inline-block;
    margin-right: 7px;
    max-height: 30px; /* Adjust the maximum height as needed */
    width: auto;
}
.woocommerce-variation-add-to-cart {
    display: flex;
    flex-direction: column;
}


 .thumbs-position-left .wd-thumb-nav {
        --wd-arrow-width: %;
        --wd-arrow-height: 0px;
        --wd-arrow-icon-size: 0px;
}
@media (max-width: 1024px)
.wd-nav-arrows {
    --wd-arrow-icon-size: 16px;
    --wd-arrow-size: 0;
}@media (min-width: 400px)
.wd-nav-arrows {
    --wd-arrow-icon-size: 0px;
    --wd-arrow-size: 0;
}

@media (max-width: 767px) {
    .woocommerce-product-gallery {
        display: flex;
        flex-wrap: nowrap;
        gap: var(--wd-gallery-gap, 10px);
    }
}
.woocommerce-product-gallery .wd-nav-pagin-wrap {
    position: absolute;
    inset-inline: 15px;
    bottom: -15px;
    z-index: 2;
}
.wd-arrow-inner {
	display: none;}
.wd-accordion {
    --wd-accordion-spacing: 10px;
}
code,kbd,pre,samp {
    -webkit-hyphens: none;
    hyphens: none;
}

.product-label.onsale {
    display: none;
}



@media only screen and (max-width: 767px) {
    [class*="wd-swatches"].wd-size-xxl {
        --wd-swatch-size: 50px;
        --wd-swatch-text-size: 34px;
    }
}
[class*="wd-swatches"].wd-size-large {
    --wd-swatch-size: 35px;
    --wd-swatch-text-size: 16px;
}


@media (max-width: 768px) {
    .elementor-16119 .elementor-element.elementor-element-2e431255 {
        --justify-content: left;
    }
	}
.wd-product .shop_attributes h2.woocommerce-product-attributes__title {
    display: none;
}

.wd-header-search .wd-tools-icon:after {
    position: relative;
	margin-inline-start: -30px;align-content}
@media (max-width: 768px) {
.yay-currency-custom-selected-option {
    display: flex;
    align-items:flex-start;
    padding: 0 8px !important;
    flex-direction: column;
    font-size: 8px
}
  
	.yay-currency-custom-option-row {
    display: flex !important;
    justify-content: flex-start;
		flex-direction: column;
}
}
.yay-currency-custom-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #3b3b3b;
    height: 430px;
    line-height: 14px;
    cursor: pointer;
    border: none; 
    background-color: transparent; 
    border-radius: 0;
}

.yay-currency-custom-arrow {
    position: relative;
    margin: 0 8px;
    height: 8px;
    width: 8px;
}

.yay-currency-custom-arrow {
    display: none;
}

/* CSS for mobile */
@media (max-width: 768px) {
    .yay-currency-custom-select__trigger {
        height: 30px; 
        line-height: 12px;
			
    }

.fsb_badge_view {
    font-size: 14px;
    display: inline-block;
    background-color: #0000ffff;
    color: #000000;
    border:none;    
    
}