.wow {
    visibility: hidden;
  }
        
        /*popup flag css*/
        .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 0.3s ease-in-out;
            backdrop-filter: blur(5px)!important;
            display:none;
           
        }
        
        /* Popup Container */
        .popup-content {
            background:#fff3fd;
            padding: 30px;
            text-align: center;
            box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.3);
            width: 100%;
            max-width: 420px;
            position: relative;
            
          
        }
        
        .popup-content h2 {
            font-size: 22px;
            color:#993366;
            margin-bottom: 20px;
            font-weight: bold;
            font-family: "Kepler Std";
        }
        
        /* Flag Options Container */
        .flag-options {
            display: flex;
            gap: 80px;
            align-items: center;
            justify-content: center;
            margin-top: 15px;
            gap: 120px;
        }
        
        /* Individual Flag Button */
        .flag-btn {
            width: 65px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;  
        }

        .flag-btn-usa{
            padding-top:5px;
        }
        
        .flag-btn-usa p{
            margin-top: 35px !important;
        }
        .flag-btn img {
            height: 90%;
            border-radius: 3px;
        }
        .flag-btn img:hover {
            cursor: pointer;
        }
        
        .flag-btn p{
            margin-top: 42px;
            padding: 15px;
            font-weight: bold;
            font-family: "Kepler Std";
            color:#993366;
            font-size: 20px;
            cursor: pointer;
        }



/*         
        .flag-btn:hover {
            transform: translateY(-5px) scale(1.05);
            background: rgba(255, 105, 180, 0.1);
            box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
        }
        
        /* Selected Flag Styling */
        .selected-flag {
            font-size: 14px;
            color: #8C4877;
            cursor: pointer;
            display: flow;
            transition: color 0.3s ease-in-out;
            text-transform: uppercase;
            margin-top: 30px;
            
        }

    

  
        #current-flag{
            padding-right: 10px;
            vertical-align: text-top;
            width: 40px;
        }
        /*end popup flag css*/



/* all ingredents css */
/* Popup Overlay */
.popup-overlay-allingredients {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 0.3s ease-in-out;
            backdrop-filter: blur(5px)!important;
            display:none;
}

/* Popup Content */
.popup-allingredients {
    background: white;
    padding:40px 20px;
    width: 500px;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}


.popup-content-allingredients p{
    font-size: 16px;
    color:#4f4f4f;
    margin-top: 20px;
    font-family: "Montserrat, sans-serif";
    line-height: 24px;
    
}

/* Close Button */
#close-popup {
    padding: 8px 30px;
    color: #8C4877;
    display: inline-block;
    font-size: 14px;
    border: 1px solid;
    border-image-source: linear-gradient(108deg, #8C4877, #c4469a);
    border-image-slice: 1;
    border-radius: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    line-height: 1.5;
}

#close-popup:hover{
    transition: all .2s ease-in-out;
    background-color: #8C4877;
    color: #fff3fd;
}



/* View Ingredients Button */
#view-ingredients-btn {
    color: #8c4877;
    margin-top: 2em;
    margin-bottom: 4.5em;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    cursor: pointer;
}





/* end of all ingredents */



.wpcf7-response-output {
    font-size: 12px;
    border: navajowhite;
    padding: 0;
    margin: 0
}

.form-group{
    position: relative;
    margin: 0;
}

.form-group p{
    margin: 0;
}

.aligncenter{
    margin-top: 22px;
}



.copyright{
    width:425px;
    flex-direction: row;
    align-items: center;
    justify-content:start;

}

.copyright p{
    font-size:12px;
    margin-top:0 !important;
}

.copyright p a img{
    margin-left: -10px;
}


/* product page css */
.product-filter{
    width:30%;
    float:right;
    gap:10px}

.clearright{
    clear:right;
}

.aligncenter{
    text-align: center;
}

.product-filter .form-control:focus{
    box-shadow:none;
}

.product-heading{
    font-size:50px;
    color: #8C4877;
    text-align: center;
}

.product-filter .select2 .select2-selection {
    border-color: #8C4877;
    background-color:transparent;
    border-radius: 0;
    display: flex;
    height: 38px;
    align-items: center;
    width: 200px;
    max-width: 100%;
}
.select2 .select2-selection #select2-category-container {
    color: #8C4877;
}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #8C4877 transparent transparent transparent;
}
.product-filter select option{
    background-color:black;
}
.product-filter .form-control{
    border-color: #8C4877;
    border-radius: 0;
    background-color: transparent;
    color:#8C4877;
}

.product-filter .form-control::placeholder {
    color: #8C4877 !important;
}

.product-filter .form-control::-webkit-input-placeholder { /* Chrome, Safari */
    color: #8C4877 !important;
}

.product-filter .form-control:-moz-placeholder { /* Firefox 18- */
    color: #8C4877 !important;
}

.product-filter .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #8C4877 !important;
}

.product-filter .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #8C4877 !important;
}
.product-filter .btn{
    padding: 0 20px;
}

.wpsp-page-nav{
    text-align: center;
}

.wpsp-page-nav a {
    padding:5px 8px;
    border:1px solid #8C4877;
}

.wpsp-page-nav a:hover{
    background-color: purple;
    color:#fff;

}

.wpsp-page-nav .prev:hover, .wpsp-page-nav .next:hover{
    background-color: transparent;
    color:#8C4877;

}

.wpsp-page-nav .prev,  .wpsp-page-nav .next {
    font-size:15px;
}

.wpsp-page-nav .current{
    font-weight: 700;
    color:#fff;
    background-color: purple;
    border:1px solid #8c4877;
    padding:5px 8px;
}

.footer-copyright{
    justify-content: center;
    border-top: 1px solid rgba(250, 128, 191, 0.3);
    padding:20px 0;
}

.footer-title1{
    font-size: 14px;
  text-transform: uppercase;
  color: #8c4877;
  margin-bottom: 30px;
  font-family: "montserratregular";
}
.grid-items.type-1 .item-wrap p {
    font-size: 16px;
    margin-top: 5px !important;
    text-align: justify;
}


.displaytop{display: none;;}

.coupon{
    margin:10px 0 !important;
}

:root .action .wp-element-button{
    padding:10px !important;
}

.woocommerce-billing-fields span.select2-selection.select2-selection--single {
    width:100%;
    height:40px;
}

.brand-promise-main-section input.text{
    border-bottom:none !important;
    border-right:1px solid;
}

.woocommerce-grouped-product-list tr{
    border: 1px solid #8C4877;
    
}


.woocommerce-grouped-product-list label{
    margin-bottom:0;

}

.button.single_add_to_cart_button.button.alt{
    margin-left: 0 !important;
}


.ins-cart-update{
width:200px !important;
margin: 20px auto !important;
background: transparent !important;
color: #8c4877 !important;
}

.ins-cart-update:hover{
    color:#fff !important;
}

.subscribe-form-wrap .form-group{
    justify-content: center !important;
}

.subscribe-form-wrap .form-group input, .subscribe-form-wrap .form-group input::placeholder{
    text-align: center;

}

.ins-container table.shop_table{
    padding: 20px;
}

/* end product page css */
/*(media query )*/
@media (max-width: 1600px){
    .product-filter{
        width:35%;
    }
}
@media (max-width: 1300px){
    .product-filter{
        width:50%;
        margin:0 auto;
        justify-content: center;
        float:none;
    }

    .selected-flag span{
        font-size:10px;
    }
}

@media (max-width: 1080px){
    .product-filter{
        float:none;
        width:100%;
    }
}

@media (max-width: 999px){
    .selected-flag{
        text-align: center;
     }
     
     .centerall, .centerall ul{
        text-align: center;
     }

     
}

/*(media query )*/

@media (max-width: 969px) {
    .instantio ul.products[class*="columns-"] li.product.has-post-thumbnail,
    .woocommerce ul.products[class*="columns-"] li.product.has-post-thumbnail,
    .woocommerce-page ul.products[class*="columns-"] li.product.has-post-thumbnail {
        padding-left: 0;
        width: auto;
    }

    .instantio ul.products[class*="columns-"] li.product.has-post-thumbnail a h2.woocommerce-loop-product__title,
    .woocommerce ul.products[class*="columns-"] li.product.has-post-thumbnail a h2.woocommerce-loop-product__title,
    .woocommerce-page ul.products[class*="columns-"] li.product.has-post-thumbnail a h2.woocommerce-loop-product__title {
        text-align: center !important;
    }
}

@media (max-width: 768px) {
    .elementor-18452 .elementor-element.elementor-element-ad1da90.elementor-wc-products ul.products {
        grid-column-gap: 20px;
        grid-row-gap: 40px;
        
}
.elementor-18452 .elementor-element.elementor-element-ad1da90.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{
    text-align: justify;
}
.select_adjle{
    margin-top: 30px;
}

.social-share{
    justify-content: center !important;
}

.displaybelow{
    display:none !important;
}

.displaytop{
    display:block;
    width: 250px;
    margin: 0 auto 30px auto;
    padding-bottom:40px;
}

.shop_table_responsive td, .shop_table_responsive th {
    padding:15px !important;
}
    }

@media(max-width: 576px){
    .woocommerce-grouped-product-list tr td a{
        font-size:13px;
    }
    
    .woocommerce-Price-amount bdi{
        font-size:12px;
        font-weight: bold;
    }
    .single-product .brand-promise-main-section{
        padding:0;
    }
}

@media (max-width: 1024px) {
    ul {
        margin: 3px;
        padding: 0;
        text-align: left;
        line-height: 26px;
    }
    #shipping_method {
        list-style: none;
        text-align: right;
    }
    #shipping_method label {
        padding-left: 5px;
    }
}
.instantio table.cart td.actions .coupon .input-text + .button {
    font-size: 14px !important;
}
.instantio .ins-container .woocommerce-cart-form .actions button[name="update_cart"] {
    padding: 10px 40px !important;
    color: #8C4877;
    display: inline-block;
    font-size: 14px;
    border: 1px solid;
    border-image-source: linear-gradient(108deg, #8C4877, #c4469a);
    border-image-slice: 1;
    border-radius: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    line-height: 1.5;
    margin-top: 20px;
    opacity: unset;
}
.ins-container .woocommerce-cart-form .actions a.ins-cart-update {
    color: #8C4877;
    float: right;
}
.instantio .ins-container table.shop_table {
    font-size: 14px;
}

