 .product-details {
            width: 100%;
            margin: 0 auto;
        }
      .product-details dt {
    font-weight: bold;
    float: left;
    clear: left;
    width: 218px;
}
        .product-details dd {
    padding: 0px;
    margin: 5px;
}
        .product-details .show-all {
            text-align: right;
            margin-top: 10px;
            display: block;
            font-weight: 600;
        }
        
    
        /*cross sell product start*/
        
        .cross-sell-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.cross-sell-products {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex: 3;
}
.checkbox-wrapper-16 {
    flex: 1 1 calc(33.333% - 10px);
	display:flex;
}
button.plus.qib-button {
    margin: 0px;
}
a.buy-now-button {
    width: 100%;
    display: flex
;
    text-align: center;
    justify-content: center;
    margin-top: 6px;
    font-size: 16px;
    color: #2f4f6f;
    font-weight: 500;
    border: 1px solid #2f4f6f;
    padding: 9px;
}
.qib-button-wrapper.qib-button-wrapper-2995 {
    gap: 8px !important;
}
.checkbox-wrapper-16 *,
.checkbox-wrapper-16 *:after,
.checkbox-wrapper-16 *:before {
    box-sizing: border-box;
}

.checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile {
    border-color: #0071DC;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #0071DC;
}


.checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile {
    border-color: #0071DC;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #0071DC;
    padding-left: 20px;
    padding-right: 20px;
}
.checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
	
}


a.buy-now-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 6px;
    border: 1px solid #2f4f6f;
    color: #2f4f6f;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 500;
    padding: 9px 0px;
}

.checkbox-wrapper-16 .checkbox-tile:hover {
    border-color: var(--wd-primary-color);
}
.checkbox-wrapper-16 .checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
}
.checkbox-wrapper-16 .checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
}
.checkbox-wrapper-16 .checkbox-icon svg {
    width: 3rem;
    height: 3rem;
}
.checkbox-wrapper-16 .checkbox-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
}
.product-price {
    font-size: 1.2em;
    color: #000;
    width: 100%;
}
#buy-all-3 {
    flex: 1;
    padding: 8px 20px;
    border-radius: 0.5rem;
    display: flex
;
    border-top: solid 1px #E3E4E5;
    border-radius: 0 !important;
    margin-top: 5px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0px;
    justify-content: space-between;
}
 
#buy-all-3 p {
    margin-bottom: 10px;
    font-size: 1.2em;
}
#total-price {
    font-size: 28px;
    font-weight: bold;
    margin-right: 10px;
    font-family: var(--wd-text-font);
    margin-left: 10px;
    color: var(--wd-alternative-color);
    font-weight: bold;
}
#discount-percentage {
    color: red;
    font-weight: bold;
}

h3.product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    text-align: left;
    max-width: 100%;
    width: 100%;
}
span.woocommerce-Price-amount.amount {
    font-size: 19px;
}
span.product-price {
	margin-top: 7px;
    padding: 0 10px;
}
button#add-selected-to-cart {
    background: #fff !important;
    padding: 11px 10% !important;
    width: auto !important;
    color: #007bff !important;
    border: solid 2px #007bff !important;
    font-size: 16px;
    font-weight: bold;
    border-radius: 25px;
    text-transform: none !important;
    font-family: 'Noto Sans';
}
button#add-selected-to-cart:hover{
    background-color: var(--wd-primary-color) !important;
    color: #fff !important;
    border: solid 1px var(--wd-primary-color) !important;
}	
	  /*cross sell product End*/
	  
	  
	 /*Comparisan Table start*/
	  .comparison-table th:nth-child(3) {
    width: 19%;
}
.comparison-table th:nth-child(4) {
    width: 19%;
}	  
.comparison-table {
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #75757530;
    border-radius: 11px;
    overflow: hidden;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    zoom: 0.78;
}
.comparison-table table {
    margin-bottom: 0px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    line-height: 1.4;
}

@media only screen and (min-width: 768px) and (max-width: 1180px)  {
.comparison-table {
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    zoom: 0.9;
    overflow: scroll;
	
	}
.comparison-table tbody tr:first-child td {
    width: 100%;
    min-width: 15vh;
}



}
@media only screen and (min-width: 768px) and (max-width: 1032px) {
    .swiper-containerysssss .swiper-slide {
        flex: 0 0 26% !important;
    }
.gallery-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 90%;
        margin: 43px auto;
    }
}
	
@media screen and (min-width: 125px) and (max-width: 767px){
.comparison-table {
    overflow: scroll;
	background:#e8f1fc;
}
.comparison-table tbody tr:nth-child(even) td {
    background-color: #e6f1fc;
    text-align: left;
    border-right: solid 1.7px #E3E4E5;
    border-bottom: solid 1.7px #E3E4E5;
    padding: 15px;
    color: black;
}
.product-attributes .attribute-__row .attribute-__col b {
    width: 80%;
    display: block;
    font-size: 14 px;
    color: #191919;
    font-family: "Inter", Sans-serif;
    font-weight: 700;
    padding-left: 8px;
}
.product-header {
   margin-left: 45%;
}
.comparison-table table {
    width: 91vh;
}
.comparison-table th:nth-child(1) {
    width: 25%;
}
.comparison-table th:nth-child(2) {
    width: 17%;
}
.comparison-table th:nth-child(3) {
    width: 22%;
}
.comparison-table th:nth-child(4) {
    width: 20%;
}
.product-column.cusotm-jgg img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
           aspect-ratio: 5 / 5;
        object-fit: contain;
    }
    
.comparison-table tbody td:first-child {
        position: -webkit-sticky;
        position: absolute;
        left: 0;
        z-index: 5;
        width: auto;
        min-width: 0vh;
        --wd-top-bar-sticky-h: 0px;
        padding: 0px;
        padding-left: 12px;
        border: none !important;
        background: none;
        font-size: 16px;
        font-family: inherit;
        font-weight: 800;
        background: #00ffff00 !important;
    }
    
}
.comparison-table tbody td:first-child {
    position: -webkit-sticky;
    /* position: absolute; */
    left: 0;
    z-index: 5;
    width: auto;
    min-width: 0vh;
    --wd-top-bar-sticky-h: 0px;
    padding: 0px;
    padding-left: 12px;
    border: 1px solid #e3e4e5 !important;
    font-size: 17px;
    font-family: 'Noto Sans';
    font-weight: 600;
    background: #E6F1FC !important;
    text-align: center !important;
    text-transform: capitalize;
}


.comparison-table tbody td:first-child {
   
    padding: 20px 0px !important;
}
.checkbox-wrapper span.product-title {
   
    font-size: 13px;
    line-height: 1.3;
}
}
.product-specifications {
    width: 100%;
    overflow: scroll;
    scrollbar-width: initial;
}
button#add-selected-to-cart {
    padding-left: 20px;
    padding-right: 20px;
}
p#retutr {
    display: flex
;
    gap: 15px;
    align-items: center;
    padding: 8px 7px;
}
caption, th, td {
    vertical-align: bottom !important;
    text-align: left !important;
}

}
.comparison-table .star-rating {

color: rgba(235, 190, 18, 0);

}
@media screen and (min-width: 1025px) and (max-width: 9500px){
.product-header {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    margin-left: 22.5%;
}
}
.product-header {
    display: flex;
     justify-content: space-evenly; 
   padding: 10px 15px 12px 15px;
    border-bottom: 1px solid #ddd;
    
}
.product-column {
    text-align: left;
}

.product-column h3 {
    margin: 0 0 10px;
    font-size: 18px;
}
.product-image img {
    max-width: 100%;
    height: auto;
    margin: 0px;
    /* mix-blend-mode: multiply; */
    aspect-ratio: 4 / 3;
    object-fit: contain;
    padding: 13px;
    width:100%;
}

.product-column p {
    font-size: 14px;
    color: #555;
    margin: 0px;
}

.product-column .button {
    padding: 12px 12px;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    background: #0071DC;
    border-color: #0071DC;
    border-radius: 22px;
    text-transform: math-auto;
    width: 100%;
    margin-top: 1ch;
    color: white;
    display: flex
;
    gap: 10px;
}
.product-column .button:hover {
    background-color: var(--wd-primary-color);
    border-color: var(--wd-primary-color-color);
    color: #fff;
}

table {
    width: 100%;
    border-collapse: collapse;
}

thead {
    background-color: #f7f7f7;
}

th, td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
}

th {
    background-color: #f0f0f0;
    font-weight: bold;
}

td {
    background-color: #fff;
}

tbody tr:nth-child(even) td {
    background-color: #f0f0f0;
}



unique-custom-attributes-table tbody tr:nth-child(odd) td {
    background-color: #f1f1f1;
}
td:first-child {
    text-align: left;
}
.comparison-table th {
    text-align: justify;
    border: solid 0px;
    max-width: max-content;
}
.comparison-table .product-image {
    margin-right: 0px;
    width: 100%;
/*     background-color: #f0f0f0; */
    margin-bottom: 10px;
}
h3.title-itemdsff {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 15px;
    color: #7B7B7B;
    font-weight: 500;
    
    
}
.comparison-table tbody tr:nth-child(odd) td {
    text-align: left;
    border: solid 0px;
}

.comparison-table tbody tr:nth-child(even) td {
    background-color: #e6f1fc;
    border: solid 0px;
text-align: left;
}

.product-column.cusotm-jgg {
    width:100%;
     margin-right: 6px;
}
.title-itemsdsff {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
}
.inlince-blockers {
    display: inline-grid;
}
.comparison-table th:nth-child(2) {
    width: 19%;
}
.comparison-table th:nth-child(1) {
    width: 23%;
}

	  /*Comparisan Table End*/
	  

	  
	  
	  /****** faisal Attribute *****/
.product-attributes
{
	width:100%;
	display:flex;
	    background: #F8F8F8;
    border-radius: 10px;
    padding: 7px 5px;
    margin-top: 6px;
	flex-wrap:wrap;
}

.attribute-__row
{
	width:50%;
	display:block;
}
.product-attributes .attribute-__row .attribute-__col {
    width: 100%;
    display: flex;
	padding-bottom:0;
	align-content:center;
}
.product-attributes .attribute-__row .attribute-__col b
{
	width:50%;
	display:block;
	font-size:14    px;
	color:#191919;
	font-family:"Inter", Sans-serif;
	font-weight:700;
	padding-left:8px;
}

.product-attributes .attribute-__row .attribute-__col span
{
    font-size: 12px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #000;
    width: 50%;
    display: flex;
    line-height: 23px; 
}

	 /****** End faisal Attribute *****/
	 
	 /*checkbox plus css start*/
	 .checkbox-wrapper-16 b.plus__three {
    margin: 0 13px;
    font-size: 27px;
    font-weight: 300;
    align-self: center;
}
.checkbox-wrapper-16:last-child b.plus__three {
    color: #fff0;
}
	 /****** End plus checkbox *****/
	 

/* ============ Main product Gallery ==== */
 .gallery-container {
        display: flex;
        align-items: start;
        flex-direction: row;
        max-width: 100%;
        margin: 0 auto;
        min-width:100%;
    }

    .thumbnail-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    .thumbnail-images {
        display: flex;
        flex-direction: column;
        margin: 10px 0;
        max-height: 410px;
        overflow: hidden;
        align-items: center;
        position: relative;
    }


.thumbnail {
    width: 90px;
    height: auto;
    margin: 5px 0;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 0.3s;
    aspect-ratio: 3 / 3;
    object-fit: contain;
    box-shadow: 0px 1px 3px 0px #00000040 !important;
    margin: 5px;
    border-radius: 4px !important;
    height: 100% !important;
    min-height: 105px;
}
    .thumbnail:hover {
        transform: scale(1.1);
    }

    .thumbnail-active {
        border: 2px solid #007bff;
    }

.main-image {
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    margin-bottom: 0;
    aspect-ratio: 3 / 3;
    width: 100%;
    object-fit: contain;
    height: auto;
    max-width: 100%;
	border:1px solid #f0f0f0;
   
}

    .main-image img {
        width: 100%;
    max-width: 100%;
    object-fit: contain;
	aspect-ratio: 3 / 3;
    height: auto;
     transition: transform 0.5s ease;
    }

    .magnify {
        position: absolute;
        pointer-events: none;
        border: 1px solid #000;
        border-radius: 50%;
        box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
        width: 150px;
        height: 150px;
        transform: scale(2);
        overflow: hidden;
        display: none;
    }

    .magnify img {
        position: absolute;
        transform: scale(2);
    }

    .nav-buttons {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .nav-button {
        background: none;
        border: none;
        cursor: pointer;
        padding: 6px;
        width: 49px;
        height: 49px;
        margin: 0 5px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

 

    @media (max-width: 600px) {
        .thumbnail {
            width: 60px;
        }
    }

    button#downButton {
        color: var(--btn-color-hover, #3E3E3E);
        background-color: #e0e0e000;
    }

    button#downButton:focus {
        outline: 0px auto -webkit-focus-ring-color;
    }

    button#upButton {
        color: var(--btn-color-hover, #3E3E3E);
        background-color: #e0e0e000;
    }

    button#upButton:focus {
        outline: 0px auto -webkit-focus-ring-color;
    }

    .nav-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        position: relative;
        margin-bottom: 20px;
    }

.nav-dots button {
    border: none;
    background-color: #cccccc00;
    width: 47px;
    height: 47px;
    margin: 0 8px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #2f4f6f;
}

    .nav-dots button.active {
        background-color:#2f4f6f;
    }

    @media only screen and (max-width: 768px) {
    .thumbnail-container {
        
        justify-content: flex-start;
        width: 26%;
        display: none;
    }

       .nav-dots {
        display: block;
        justify-content: center;
        gap: 20px;
        zoom: 0.5;
    }

        .main-image {
            margin-bottom: 0px;
        }
.gallery-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
}
    .thumbnail-images {
        display: flex;
        flex-direction: column;

        max-height: 284px;
        overflow: hidden;
        align-items: center;
        position: relative;
}
    .main-image {
        position: relative;
        overflow: hidden;
        
        margin-left: 0;
        margin-bottom: 0;
        aspect-ratio: 3 / 3;
        width: 100%;
        object-fit: contain;
        height: auto;
        min-width: fit-content;
}
}

    @media only screen and (min-width: 768px) {
        .nav-dots {
            display: none;
        }
    }
/* ======= Main Product Gallery end =========*/


/* ======= Loop Product SLider Start ========= */

 .swiper-containerysssss {
            width: 100%;
            overflow: hidden;
        }

   .swiper-containerysssss .swiper-slide {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 15px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #0000001a;
}



.swiper-containerysssss .product-title {
    font-size: 14px;
    /* margin: 10px 0 0; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    font-weight: 500;
    padding: 0 10px;
}
.swiper-containerysssss .product-price {
           font-size: 16px;
    font-weight: bold;
    text-align: left;
	margin-top:7px;
    padding: 0px 10px;
    
        }
div.rating-container {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #828282;
    margin-bottom: -3px;
    padding: 0px 10px ;
	width:100%
}

.rating-number {
    margin-right: 5px;
    color: #212529;
    font-weight: 700;
    font-family: 'Noto Sans';
}

        .rating-count {
            margin-left: 5px;
            color: #828282;
        }

.rating-container span.rating-count {
    font-size: 14px;
    font-family: 'Noto Sans';
    color: #212529;
    font-weight: 600;
}
.star-rating.custm-saffd {
    position: relative;
    font-size: 1.2em; /* Adjust size as needed */
    display: inline-block;
    color: #e3e3e3; /* Gray for unfilled stars */
}.star-rating.custm-saffd::before {
    content: '★★★★★'; /* Display 5 empty stars */
    font-family: Arial, sans-serif;
    color: #e3e3e3 !important; /* Unfilled stars in gray */
}


    .star-rating.custm-saffd span {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    color: #000; /* Color for filled stars */
}
span.woocommerce-Price-amount.amount {
    font-size: 19px;
    color: #000;
}

    .star-rating.custm-saffd span {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    color: #000 !important; /* Color for filled stars */
}
.star-rating.custm-saffd span::before {
    content: '★★★★★'; /* Display 5 filled stars */
    font-family: Arial, sans-serif;
    color: #000 !important; /* Filled stars in gold */
    background-size: 20%; /* Ensures each star occupies 20% of the total width */
}

        .swiper-button-next.saeed-br, .swiper-button-prev.saeed-br {
            background-color: #333;
            color: #fff;
            padding: 10px;
            border-radius: 50%;
        }

        @media (max-width: 766px) {
            .swiper-containerysssss .swiper-slide {
                flex: 0 0 50%; /* Show 2 slides per view in mobile */
            }
        }

.swiper-button-next.saeed-br, .swiper-button-prev.saeed-br {
    color: #000000;
    background-color: azure;
    padding: 14px;
    border-radius: 25px;
    height: 0;
    border: solid 1px #e7e7e7;
	display:flex;
}

.swiper-button-next.saeed-br:after, .swiper-button-prev.saeed-br:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 17px;
}

/* ======= Loop Product SLider End ========= */

/* ======= mobile_swiper SLider Start ========= */

   @media screen and (min-width: 168px) and (max-width: 767px){
            /* Swiper styles for mobile and up to iPad Mini */
            .swiper-container.dw-review-images-slider-mobile {
                width: 100%;
                height: 171px;
                display: block;
            }

            .dw-review-images-slider-mobile .swiper-slide {
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .dw-review-images-slider-mobile .swiper-slide img {
                width: 100%;
                height: 165px;
                aspect-ratio: 4 / 3;
                object-fit: cover;
                background-color: #e9e9e9;
                border-radius: 18px;
            }

            .swiper-button-next, .swiper-button-prev {
                background-color: rgba(255, 255, 255, 0.8);
                padding: 10px;
                border-radius: 25px;
                /* Adjust positioning if necessary */
            }

            .swiper-button-next:after, .swiper-button-prev:after {
                font-size: 15px;
                color: #000; /* Ensure arrows are visible */
            }

            /* Hide desktop slider on mobile */
            .dw-review-images-slider-desktop {
                display: none !important;
            }

.swiper-button-next {
    right: 5px;
}
        }

@media (max-width: 640px) {
    .swiper-button-next, .swiper-button-prev {
      
        display: none !important;
    }
}
        @media screen and (min-width: 768px){
            /* Hide mobile slider on larger screens */
            .swiper-container.dw-review-images-slider-mobile {
                display: none !important;
            }
        }

/* ======= mobile_swiper SLider End ========= */

/* ======= Desktop_swiper SLider Start ========= */
	.dw-review-image-slide-desktop img {
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 3.5 / 2.5;
        border-radius: 12px !important;
        border: 1px solid transparent;
        box-shadow: 1px 3px 5px 0px #00000026;
    }	
        /* Hide the vertical slider on screens smaller than 768px */
        @media (min-width: 768px) {
           .dw-review-images-slider-desktop {
        width: 100%;
        height:660px;
        overflow: hidden;
        margin: 0 auto;
        display: block;
    }
		}

            /* Specific styles for different screen sizes */
            @media  screen and (min-width: 768px) and (max-width: 1180px) 
             {
.dw-review-image-slide-desktop img {
 width: 100%;
 height: auto;
 object-fit: cover;
 aspect-ratio:  3/ 2 !important;
 border-radius: 12px !important;
 border: 1px solid transparent;
 box-shadow: 1px 3px 5px 0px #00000026;
    }

}
			@media screen and (min-width: 1024px) and (max-width: 1180px){
.jjhasgbhsabhj.e-flex.e-con.e-child {
        width: 75% !important;
    }
.seo__content__img.elementor-hidden-mobile.e-flex.e-con.e-child {
        width: 15% !important;
        display: block;
    }
}
/* ======= Desktop_swiper SLider End ========= */

/* ======= Product Description Start ========= */

     .product-details h4 {
            font-size: 19px;
            font-weight: bold;
        }
.product-description {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 1.5;
    /* max-height: 80px; */
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
    font-family: var(--wd-alternative-font);
    font-weight: 300;
    padding: 0px 2px;
}
        .product-description.expanded {
           max-height: min-content; /* Set a large enough value to accommodate full content */
        }
        .product-description::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 50px;
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255 255 255 / 0%));
            pointer-events: none;
            transition: opacity 0.3s ease;
        }
        .product-description.expanded::after {
            opacity: 0;
        }
.toggle-button {
    font-size: 14px;
    font-weight: bold;
    border: none;
    background: none;
    color: var(--wd-primary-color);
    cursor: pointer;
    text-decoration: underline;
}
/* ======= Product Description End ========= */


/* ======= Mix CSS Start========= */
div#productDescription h2 {
    margin-bottom: 8px !important;
    font-size: 24px !important;
}
.cart__buy__btns {
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    /* margin: 0px 10px; */
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    gap: 11px;
    margin-top: 14px;
}
    .product-description.short-desc h2 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.1;
}
			@media only screen and (min-width: 160px) and (max-width: 767px)  {

    

.cart__buy__btns {
        display: flex;
        flex-direction: column;
        margin: 0px;
        justify-content: space-between;
        text-transform: capitalize ;
    }

.product-description {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 1.5;
    /* max-height: 80px; */
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
    font-family: 'Poppins';
    font-weight: 300;
}
div#productDescription p {
    margin-bottom: 7px;
	font-size:15px;
}
.sold-by .label {
    color: #777777;
    font-size: 13px;
    font-family: Poppins, sans-serif;
    font-weight: 600 !important;
    line-height: 22.40px;
    padding: 0px;
}
    div#productDescription h2 {
    margin-bottom:4px !important;
    font-size: 20px !important;
    font-weight:600;
    font-family: 'Poppins';
}
.product-description.short-desc p {
    font-size: 15px;
    line-height: 1.3rem;
    margin-bottom: 10px;
}
.product-description.short-desc h2 {
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 1.1;
    margin-top: 7px;
    font-weight:600;
    font-family: 'Poppins';
    }

.unique-custom-attributes-table td:first-child {
    text-align: left;
    font-size: 14px !important;
    font-family: var(--wd-text-font) !important;
    color: #000 !important;
}
	.unique-custom-attributes-table tbody tr td:last-child {
    font-size: 13px;
    font-family: var(--wd-alternative-font);
}
			}
button#atc_active__sumr {
    width: 100%;
    height: 40px;
    padding-top: 10.60px;
    padding-bottom: 11px;
    justify-content: center;
    align-items: center;
    display: inline-flex
;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    background: #fcc605;
    max-width: 100%;
    min-width: 100%;
    font-family: poppins;
    border-radius: 0;
}
button#wd-add-to-cart {
    width: 100%;
    height: 40px;
    padding-top: 10.60px;
    padding-bottom: 11px;
    background: #ffffff00;
    border-radius: 0px;
    justify-content: center;
    align-items: center;
    display: inline-flex
;
    border: 2px solid #2f4f6f;
    color: #2f4f6f;
    font-size: 16px;
    text-transform: capitalize;
    font-family: poppins;
    font-weight: 600;
    max-width: 100%;
    min-width: 100%;
}

b.qaunt__read__text {
    display: block;
    font-size: 15px;
    color: black;
    place-content: center;
    padding-right: 15px;
 font-family: var(--wd-text-font);
}


.product-description.short-desc h5 {
    font-family: var(--wd-text-font);
    font-size: 24;
    font-size: 24px;
    margin-bottom: 5px;
}
div#productDescription h5 {
    font-family: var(--wd-text-font);
    margin-bottom: 10px;
    font-size: 24px;
}
			@media only screen and (min-width: 767px) and (max-width: 1180px){
div#productDescription h5 {
    margin-bottom: 10px;
    font-size: 22px;
}
div#productDescription p {
    margin-bottom: 7px;
    font-size: 16px;
}

.product-description.short-desc h5 {
    font-family: var(--wd-text-font);
    font-size: 22px;
    font-size: 24px;
    margin-bottom: 5px;
}
.product-description.short-desc p {
    font-size: 16px;
    line-height: 1.3rem;
    margin-bottom: 5px;
}

}
/* ======= Mix CSS End ========= */

/* ======= Custom product tags start========= */
        .product-containerrteea {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 8px;
    border-radius: 10px;
   background-color: #f0f4ff00;
}

.productings {
    padding: 4px 15px 4px 15px;
    border: 1.8px solid #0F1F3A;
    border-radius: 16px;
    background-color: #ffffff00;
    color: #0F1F3A;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600;
    font-family: var(--wd-alternative-font);
}
.title-sjffdsf {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
    display: none;
}
        .productings a {
    color: #0F1F3A;
}
.product-griderss .product-itemerssf {
    padding: 8px;
}

@media only screen and (min-width: 160px) and (max-width: 767px)  {
 
 .product-containerrteea {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 8px 0;
    border-radius: 10px;
    background-color: #f0f4ff00;
    overflow-x: scroll;
}


.productings {
    font-size: 13px;
}
.product-griderss {
        display: grid;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 0px;
        text-align: center;
        overflow: scroll;
    }
.product-griderss h3.hdhfg {
 overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    font-weight: 400 !important;
    text-align: start;
    margin-bottom: 0px;
    font-family: var(--wd-text-font) !important;
}

.checkbox-wrapper-16 .checkbox-tile {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 8rem;
    border-radius: 0.5rem;
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
    border: solid 1px #007bff;
    padding: 0px;
}
}
span.chec-box {
    width: 100%;
    padding-left: 14px;
    padding-bottom: 15px;
}
/* ======= Custom product tags End ========= */

/* ======= Buy All 3 Start ========= */

.checkbox-wrapper-16 .checkbox-input {
    width: 20px;
    height: 20px;

    accent-color: #2E2F32;
}
@media only screen and (min-width: 1024px) and (max-width: 1292px){
.checkbox-wrapper-16 .checkbox-input{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    right: 0;
     bottom: 19% !important;
     accent-color: var(--wd-primary-color);
}

}

	@media only screen and (min-width: 768px) and (max-width: 1180px) {
.cross-sell-products {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    flex: 3;
	padding-right: 0% !important;
}

.product-griderss {
        display: grid;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 0px;
        text-align: center;
        align-items: end;
    }
   .thumbnail-images {
        display: flex;
        flex-direction: column;
        margin: 10px 0;
        max-height: 250px; /* Adjusted for 4 thumbnails */
        overflow: hidden;
        align-items: center;
        position: relative;
    }
    }


@media only screen and (min-width: 160px) and (max-width: 767px)  {
 .product-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    overflow: scroll;
}
td .star-rating {
    font-size: 16px;
}
.checkbox-wrapper-16 .checkbox-input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    right: 0;
    bottom: 22% !important;
}
.cross-sell-products {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0px !important;
    flex: 3;
    overflow: scroll;
    padding-right: 0px !important;
}
.checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile {
    border: solid 1px #2260ff;
    color: #2260ff;
    padding-bottom: 5px;
    width: 100%;
    min-width: 22vh;
    padding-top: 1px;
}

button#add-selected-to-cart {
    background: #fff !important;
    padding: 11px 8% !important;
    width: auto !important;
    color: #2E2F32 !important;
    border: solid 1px #2E2F32 !important;
    text-transform: math-auto;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Inter', Sans-Serif;
    border-radius: 25px;
    margin-top: 10px;
	
}
#buy-all-3 {
    flex: 1;
    padding: 8px 20px;
    border-radius: 0.5rem;
    display: flex;
    border-top: solid 1px #E3E4E5;
    border-radius: 0 !important;
    margin-top: 5px;
    flex-wrap: wrap;
}
}
.cross-sell-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.cross-sell-products {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    flex: 3;
	
}

.checkbox-wrapper-16 {
    flex: 1 1 calc(33.333% - 10px);
	display:flex;
	    align-items: center;
}
.checkbox-wrapper-16 b.plus__three {
    margin: 0 13px;
    font-size: 27px;
    font-weight: 300;
}
.checkbox-wrapper-16:last-child b.plus__three
{ 
	color:#fff;
}


.checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile { 
    color: #2260ff;
}
.checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #2E2F32;
    color: #fff;
    content: "✓";
    z-index: 99;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    width: 20px;
    border-radius: 3px;
    border: 0;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 8px;
    margin-right: 14px;
}
	.checkbox-wrapper-16 .checkbox-input + .checkbox-tile:before {
       transform: scale(1);
    opacity: 1;
    border: solid 1px #fff;
    color: #fff;
    content: "";
    z-index: 99;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    height:15px;
    width: 15px;
    border-radius: 20px;

}
.checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-icon,
.checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-label {
    color: #2260ff;
}
.checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile {
        border: solid 1px #2260ff;
    color: #2260ff;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
}
figure.no-back-image img {
    border-radius: 7px 7px 0px 0px;
    aspect-ratio: 3 / 3;
    object-fit: contain;
}
.checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
	
}
.checkbox-wrapper-16 .checkbox-tile {
    display: flex
;
    flex-direction: column;
    width: 100%;
    min-height: 8rem;
    border-radius: 0.5rem;
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
    border: solid 1px #007bff;
    padding: 0px;
}
.checkbox-wrapper-16 .checkbox-tile:before {
    content: "";
    font-size: 12px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #b5bfd9;
    border-radius: 50%;
    bottom: 20px;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
	display:none;
	
}
button.filter-button.pre:hover {
    background: var(--wd-alternative-color);
}
.checkbox-wrapper-16 .checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
}
.checkbox-wrapper-16 .checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
}
.checkbox-wrapper-16 .checkbox-icon svg {
    width: 3rem;
    height: 3rem;
}
.checkbox-wrapper-16 .checkbox-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
}
.product-price {
    font-size: 1.2em;
    color: #000;
    width: 100%;
}
#buy-all-3 {
    flex: 1;
    padding: 8px 20px;
    border-radius: 0.5rem;
    display: flex;
    border-top: solid 1px #E3E4E5;
    border-radius: 0 !important;
    margin-top: 5px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0px;
}
#buy-all-3 p {
    margin: 0 !important;
    display: flex;
    align-items: center;
    padding-top: 2px;
    font-size: 22px;
    color: #2E2F32;
    font-weight: 700;
    font-family: 'Noto Sans';
}
	}
#buy-all-3 p b { 
    font-size: 14px !important;
	color:#646464;
	font-weight:normal;
	font-family: 'Inter', sans-serif;
}
#total-price {
    font-size: 28px;
    font-weight: bold;
    margin-right: 10px;
    font-family: var(--wd-text-font);
    margin-left: 10px;
    color: var(--wd-alternative-color);
    font-weight: bold;
}
#discount-percentage {
    color: red;
    font-weight: bold;
	display:none;
}

span.product-title {
    font-size: 14px;
    padding-bottom: 0px;
    color: #2E2F32;
    font-weight:600;
    line-height: 20px;
    font-family: var(--wd-text-font);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    padding: 0px 10px;
}
span.woocommerce-Price-amount.amount {
    font-size: 20px;
}
/* ====== Buy All 3 End ========= */
/* Your existing CSS */
        .product-column.cusotm-jgg:hover div.title-itemdsff {
            text-decoration: none;
        }

.compare__table a.button {
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    background: var(--wd-primary-color);
    color: #fff;
    border-radius: 25px;
    font-weight: 600;
    width: max-content;
    display: flex
;
    padding: 0px 13px 0px 7px;
    margin-top: 7px;
    border: solid 1px var(--wd-primary-color);
    min-height: 32px;
    align-items: center;
    font-size: 18px;
    text-transform: capitalize;
}

.product-column bdi .small-decimal {
    font-size: 9px;
    vertical-align: top;
    /* position: relative; */
    line-height: 2;
}
.comparison-regular-price .woocommerce-Price-amount bdi {
    font-size: 17px;
    padding-right: 5px;
    font-weight: 500;
    color: var(--wd-primary-color);
    font-family: var(--wd-text-font);
}

.comparison-sale-price .woocommerce-Price-amount bdi {
    font-size: 24px;
    padding-right: 5px;
    color: var(--wd-alternative-color);
    font-family: var(--wd-text-font);
}



.comparison-sale-price bdi .woocommerce-Price-currencySymbol {
    vertical-align: top;
    font-size: 15px;
    line-height: 1.8;
}

.comparison-sale-price bdi .small-decimal {
    vertical-align: top;
    font-size: 15px;
    line-height: 1.8;
}
  
.table-regular-price .woocommerce-Price-amount bdi {
    font-size: 24px;
    color: var(--wd-primary-color);
    font-family: var(--wd-text-font);
}   
  
  .table-regular-price bdi .small-decimal {
    vertical-align: top;
    font-size: 15px;
    line-height: 1.8;
}

.table-regular-price .woocommerce-Price-currencySymbol {
    vertical-align: top;
    font-size: 15px;
    line-height: 2;
}

      .compare__table a.button:hoverprod {
            background: #fff;
            color: #0071DC;
            border: solid 1px #0071DC;
        }
      
        
.title-itemdsff {
    font-family: 'Inter', sans-serif;
    margin-bottom: 0;
    color: #46474A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4em;
    line-height: 1.1em;
    padding-top: 3px;
    text-transform: capitalize;
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
}


        .comparison-table th {
            background-color: #E6F1FC;
        }
        div#compare__low__price_alt_section {
            padding: 0px;
        }
        .comparison-table th {
            background-color: #ffffff;
            
            border-bottom: solid 1.7px #E3E4E5;
        }
.comparison-table tbody tr:nth-child(odd) td {
    border-right: solid 1.7px #e7f1fc;
    border-bottom: solid 1.7px #E3E4E5 !important;
    padding: 15px;
    color: black;
    background: #e6f1fc;
}
.comparison-table tbody tr:nth-child(even) td {
    background-color: #e6f1fc;
    text-align: left;
    border-right: solid 1.7px #E3E4E5;
    border-bottom: solid 1.7px #E3E4E5;
    padding: 15px;
    color: black;
}
  

.crossedddddregular-price bdi {
    color: #212529;
    font-size: 24px;
    font-family:var(--wd-text-font);
}




.crossed-sale-price bdi {
    color: #2E2F32;
    font-size: 22px;
    font-family: var(--wd-text-font);
}


.crossed-regular-price bdi {
    color: var(--wd-primary-color);
    font-size: 13px;
}

  @media screen and (min-width: 125px) and (max-width: 768px) {
    .comparison-table th:nth-child(1) {
        position: relative;
        background: transparent;
        font-weight: 700;
        font-family: inherit;
        margin-top: 4.2vh;
    }

    .comparison-table tbody tr {
        display: flow-root;
        width: auto;
        background: #f1f1f1;
    }
    .comparison-table tbody tr:nth-child(odd) td {
        padding-top: 24px;
        padding-bottom: 5px;
        width: 270px;
        font-size: 18px;
        pointer-events: none;
    }
.comparison-table tbody tr:nth-child(even) td {
        padding-top: 25px;
        padding-bottom: 5px;
        width: 240px;
        font-size: 18px;
	pointer-events:none;
    }   
 .comparison-table tbody td {
    padding-top: 20px;
    margin-top: -24px;
    font-size: 16px;
    text-transform: capitalize;
}
    .comparison-table thead :nth-child(1) {
        padding-left: 20px;
        display: inline-table;
    }
    
    .comparison-table th {
    width: auto;
    min-width: 0px;
}
.comparison-table th {
    text-align: justify;
    border: solid 0px;
    max-width: max-content;
}
     .comparison-table tbody tr {
      
        display: flow-root;
        width: auto;
    }
    
  td.in-mobile {
    display: none;
}


}


/*=====loop slider =====*/

.loop-regular-price bdi {
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 500;
    color: #74767C !important;
}
.price-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
    font-size: 20px;
    font-weight: 700;
}

    .loop_product-carousel {
      display: flex;
      justify-content: center;
      align-items: center;
    
      position: relative;
      width: 100%;
    }

    .loop_product-carousel-item {
     
      border-radius: 10px;
      padding-bottom:10px;
      margin: 6px;
      
    }

    .loop_product-carousel-item img {
      width: 100%;
      border-radius: 10px;
      aspect-ratio: 4/3;
      object-fit: contain;
      padding:10px;
    }

    .loop_product-carousel-item .loop_product-rating {
       color: #000;
    margin:2px 0;
    padding: 0 12px;
    }

    .loop_product-carousel-item .loop_product-rating i {
      color: #EABE12;
    }

    .loop_product-carousel-item .loop_product-rating span {
      color: #666;
    }

.loop_product-carousel-item .loop_product-description {
    font-size: 16px;
    margin: 0px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 12px;
    line-height: 1.3;
    color: #565656;
    font-family: var(--wd-text-font);
}
    .loop_product-carousel-item .loop_product-price {
      color: #000;
      font-size: 22px;
      font-weight: bold;
      padding:0 12px;
    }

.custom-prev, .custom-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50px;
    padding: 3px;
    display: flex;
    box-shadow: 0px 1px 6px -2px #151515;
}
    .custom-prev {
      left:-5px; /* Position the left arrow */
    }

    .custom-next {
      right: -5px; /* Position the right arrow */
    }
  .custom-next svg{
      width:30px;
      height: 30px;
      
    }
    .custom-prev svg{
      width:30px;
      height: 30px;
    }
    
     /* Adjust the height of the slick container */
    .slick-slide {
      display: flex;
      justify-content: center;
    }

.loop-sale-price bdi {
    font-size: 22px;
    color: var(--wd-alternative-color);
}
.regular-price bdi {
    font-size: 20px;
    color: var(--wd-primary-color);
}



  

  
  


 
.main_product_price .woocommerce-Price-amount bdi {
   color:var(--wd-primary-color);
    font-weight: 700;
    font-size: 34px
}
.main_product_price bdi .woocommerce-Price-currencySymbol {
    vertical-align: top;
    font-size: 15px;
    color:var(--wd-primary-color);
    line-height: 3;
}

	@media screen and (min-width: 1024px) and (max-width: 1180px){
.jjhasgbhsabhj.e-flex.e-con.e-child {
        width: 75% ;
    }
	}
.seo__content__img.elementor-hidden-mobile.e-flex.e-con.e-child {
        width: 25% ;
        display: block;
    }
.main_product_price bdi .small-decimal {
    font-size: 15px;
    vertical-align: top;
    line-height: 3;
}





.main_sale-price .woocommerce-Price-amount bdi {
    font-size: 34px;
    color: var(--wd-alternative-color);
    font-weight: bold;
    font-family: 'Noto Sans';
}


/*===================== Html version =====================================*/
.main_container{
   width:1580px; 
   margin:auto;
   padding:2% ;
}


div#product__title__desktop h1 {
    font-size: 26px;
    font-weight: 500;
    color: #000;
    font-family: var(--wd-text-font);
}

div#box-2 {
    width: 100%;
}

.faqs_main_box {
    display: flex;
    flex-direction: row-reverse;
    
}

.faqs_short {
    width: 75%;
    padding: 0px 14px;
}
.Revies-slider {
    width: 25%;
    max-width: 25%;
}
h2.box_title {
    font-size: 24px;
    font-family: var(--wd-text-font);
    font-weight: 600;
    padding: 12px;
    color:#565656;
}



  .custom_card {
        background-color: #f8f8f8;
        padding: 12px;
        border-radius: 8px;
        
      }
.custom_refund {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    /* padding: 8px 0px; */
    margin: 0px;
}
    
      .custom_dilvery_1 {
    display: flex; 
    flex-flow: column;
    justify-content: space-between;
    gap: 8px;
    padding-bottom: 5px;
}
     
  
     
.custom_text_blue {
    color: #000 !important;
    cursor: pointer;
    text-decoration: underline !important;
}
      .custom_button {
    margin-top: 16px;
    width: 100%;
    display: flex;
    gap: 20px;
}

      .custom_popup_button_btn {
        background-color: #6b21a8;
        color: white;
        padding: 8px 16px;
        border-radius: 8px;
        width: fit-content;
        text-align: center;
        text-decoration: none;
        transition: background-color 0.3s, color 0.3s;
      }
.custom_btn:hover {
    background-color: var(--wd-primary-color);
    color: #ffffff;
    text-decoration: none;
}
      .custom_popup_overlay {
            position: fixed;
            inset: 0;
            background-color: rgba(107, 114, 128, 0.75);
            display: none;
            align-items: center;
            justify-content: center;
        }
        .custom_popup_container {
    background-color: #ffffff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
    height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
        .custom_popup_close {
            display: flex;
            justify-content: flex-end;
            
        }
        .custom_popup_close button {
            background: none;
            border: none;
            color: #a2adbb;
            font-size: 16px;
            cursor: pointer;
            padding: 0px;

        }
        .close_icon{
          padding: 8px;
          background-color: #e5e9ef;
        }
        .custom_popup_content {
            padding: 1.5rem;
            text-align: center;
        }
        .custom_popup_content h2 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }
        .custom_popup_content p {
            color: #4b5563;
            margin-bottom: 1.5rem;
        }
        .custom_popup_button_container {
            background-color: #e5e9ef;
            padding:30px 12px;
            text-align: center;
        }
        .custom_popup_button_container button {
            background-color: #2563eb;
            color: #ffffff;
            padding: 0.5rem 1rem;
            border: none;
            border-radius: 0.25rem;
            cursor: pointer;
        }
        .custom_popup_button_container button:hover {
            background-color: #1d4ed8;
        }

        .custom_text_blue:hover {
            text-decoration: underline;
        }
        .horizontel_line{
          width: 100%;
          height: 1px;
          background-color: #d8d9dbb7;
        }
.custom_dilvery_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 7px;
    background: #0071DC26;
    border-radius: 8px;
}
.custom_font {
    margin: 0px;
    font-family: 'Noto Sans';
    font-size: 15px;
    font-weight: 800;
    color: #46474A;
}

.custom_dilvery-2 {
    display: flex
;
    align-items: center;
    gap: 15px;
    padding: 8px 7px;
}
.custom_btn {
    background-color: #F8F8F8;
    padding: 8px 16px;
    border-radius: 32px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    border: 1px solid #007bff;
    color: #565656;
    padding: 10px 0px;
    font-weight: 600;
    font-size: 17px;
}


.salasdae-price bdi {
    font-size: 24px;  /* Large font size for sale price */
    color: var(--wd-alternative-color);       /* Red color for the sale price (you can customize this) */
    font-weight: bold;
     font-family:'Noto sans';
}

/* Style for Regular Price */
.regularasd-price bdi {
    font-size: 18px;  /* Smaller font size for regular price */
    color:#151515 !important ;      /* Gray color for regular price (you can customize) */
    text-decoration: line-through;
      font-family:'Nato Sans';
    margin-left:6px;/* Strikethrough effect for regular price */
}

span.compare_with_similar_productssss a {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Noto Sans';
    text-decoration: underline;
    text-transform: capitalize;
}
.return-buttonsss a {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #004F9A;
    font-weight: 600;
    gap: 4px;
    background: #dae4f3;
    padding: 6px 6px;
    border-radius: 6px;
    font-family: 'Noto Sans';
}

.main_regular-price .woocommerce-Price-amount bdi {
    font-size: 18px;
    text-decoration: line-through;
    font-weight: 600;
    color: #495058;
    font-family: 'Noto Sans';
}

.rating-purchase {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}

.maindiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div#custom__quant__selector {
    width: 100%;
}