/**
Theme Name: astra-child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap');

body{
	font-family:sora;
}

a{
    text-decoration:none !important;
    }
.d-flex{
	display:flex;
}
    .coupon-error-notice {
        padding: 10px !important;
    margin-top:30px !important;
    }
    .single_add_to_cart_button.clicked {
        opacity: 0.5;
        cursor: not-allowed;
    }
    .custom-loader {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 4px solid rgba(255, 255, 255, 0.3);
        border-top: 4px solid #333;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        animation: spin 1s linear infinite;
        z-index: 9999; /* Ensure the loader is on top of other content */
        display: none; /* Hidden by default */
    }
    
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    
    /* sticky header css */
    .darkHeader{
        background:#004643 !important;
        padding-bottom: 20px !important;
    }
    /* price css */
    .offer-box-main{
                padding: 20px;
                border: 4px solid #004643;
                border-radius: 60px;
                margin: auto;
            }
            .offer-box {
                background-color: #004643;
                padding: 24px;
                color: #fff;
                text-align: center;
                border-radius: 40px;
                height: auto;
            }
            .offer-box h1 {
                font-size: 32px;
                margin-bottom: 10px;
                color: #fff;
            }
            .dotted-line {
                border-bottom: 2px dotted #fff;
                margin: 20px 0;
            }
            .prices {
                font-size: 18px;
                font-weight: bold;
                display: flex;
               flex-direction: column;
            }
            .was-price {
                text-decoration: line-through;
                color: #fff;
            }
            .now-price {
                color: yellow;
            }
    
    /* cart button */
    .cart-button {
        position: relative;
        display: inline-flex;
        align-items: center;
        padding: 16px 30px;
        background-color: #004643;
        color: white;
        border-radius: 32px;
        font-size: 18px;
    }
    
    .cart-button .cart-count {
        position: absolute;
        top: -5px;
        right: -5px;
        background-color: #000;
        color: white;
        font-size: 14px;
        padding: 4px 12px;
        border-radius: 50%;
    }
    
    .cart-button:hover {
        background-color: #004643;
        color:#fff
    }
    
    .cart-button .fa-shopping-cart {
        margin-right: 8px;
    }
.nav1_style nav{
	width:unset !important;
}
    /* home page css */
    .top-banner{
        margin: 15px 15px 0px 15px !important;
    }
    /* footer section */
    .footer-section{
        margin: 0 15px 15px 15px !important;
    }
    .main-banner-content {
        max-width: 921px;
            margin: auto;
            }
    
    /* Age pop up */
    .age-gate {
        width: 621px;
        height: 355px;
    }
    
    h1.age-gate__heading-title {
        font-family: sora;
        font-weight: 700;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 17.64px;
    }
    
    p.age-gate__challenge {
        font-family: sora;
        font-weight: 600;
        font-size: 28px;
        line-height: 7px;
    }
    
    button.age-gate__submit.age-gate__submit--yes {
        background: #fff;
        color: #000;
        border-radius: 100px;
        padding: 18px 36px;
        font-family: sora;
        font-weight: 700;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.22px;
    }
    .age-gate__buttons {
        display: inline-grid;
    }
    
    button.age-gate__submit.age-gate__submit--no {
        background: none;
        font-family: sora;
        font-weight: 400;
        font-size: 12px;
        line-height: 13px;
        text-decoration: underline;
    }
    
    /* add cart button */
    .add_cart{
        text-align:center;
    }
    
    /* woocommerce single product */
    .woocommerce-product-gallery ul.flex-direction-nav {
        display: none !important;
    }
    /* Make image 75% width to make room to its right */
     
    .single-product div.product .woocommerce-product-gallery .flex-viewport {
        width: 75% !important;
        float: right !important;
    }
     
    /* Make Gallery 25% width and place it beside the image */
     
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
        width: 25% !important;
        float: left !important;
        margin-left: -25px !important;
    }
     
    /* Style each Thumbnail with width and margins */
     
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
        width: 90% !important;
        float: none !important;
        margin: 0 0 10% 10% !important;
    }
    
    .woocommerce-js div.product div.images .flex-control-thumbs li {
        width: 90% !important;
        float: none !important;
    }
    
    .woocommerce-js div.product div.images .flex-control-thumbs li img {
        border-radius: 10px !important;
    }
    .woocommerce-js div.product div.images img {
        border-radius: 26px;
    }
    
    .woocommerce-js div.product div.summary {
        margin-bottom: 2em;
        background-color: #DFDFDF;
        height: 510px;
        border-radius: 10px;
          padding: 20px;
    }
    /* sale tag position */
    span.ast-on-card-button.ast-onsale-card {
        left: 11.5em;
    }
    
    /* Hide the Add to Cart button on single product pages */
    .single_product_section .single_add_to_cart_button {
        display: none !important;
    }
    /*  single product*/
    .grid-container {
          display: flex;
          column-gap: 26px;
        margin-top:18px;
        }
    /* category section */
    
    * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            font-family: sora;
        }
    
    
        .container {
            width: 100%;
            max-width: 1210px;
            margin-right: auto;
            margin-left: auto;
        }
        
        .card:hover img {
            transform: scale(1.1); /* Zoom effect */
            opacity: 0.8; 
            transition:0.5s ease;
        }
    
        .vibes {
            display: flex;
            justify-content: space-between;
            align-items: start;
        }
    
        .card {
            position: relative;
            border-radius: 26px;
            overflow: hidden;
            background-color: #fff;
            color: #333;
             transition:0.5s ease;
        }
    
    
    /* Initially hide the playful card content */
    #playfull-card .card-content.playful-card {
        
        opacity: 0;  /* Hide the content */
        pointer-events: none;  /* Disable interaction with the hidden content */
        transition: opacity 0.3s ease, transform 0.3s ease;  /* Smooth animation */
        transform: translateY(20px);  /* Slightly move it down for animation effect */
    }
    
    /* Show the playful card content when hovering over small-cards */
    #playfull-card:hover .card-content.playful-card {
        opacity: 1;  /* Show the content */
        pointer-events: auto;  /* Enable interaction */
        transform: translateY(0);  /* Reset the position */
    }
    .small-cards {
        cursor:pointer;
    }
    
        .large-card {
            flex: 2 1 60%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            margin-right: 24px;
        }
    @media(max-width:576px){
        .large-card{
            margin-right:0;
        }
    }
        .large-card-image {
            width: 100%;
            display: block;
            border-radius: 26px !important;
            height: 650px !important;
            object-fit: cover;
        }
    
    
        .small-cards {
            flex: 1 1 40%;
            display: flex;
            flex-direction: column;
            gap: 3rem;
            margin-left: 24px;
    
        }
    @media(max-width:576px){
        .small-cards{
            margin-left:0;
            gap:20px;
        }
    }
        .small-card {
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }
    
        .small-card-image {
            height: 300px !important;
            border-radius: 26px !important;
        }
    
        .card-content {
            padding: 1rem !important;
            /* background: rgba(0, 0, 0, 0.5); */
            color: #fff;
            position: absolute;
            bottom: 5px !important;
            background: transparent !important;
            left: 10px !important;
        }
    
        .card-content .card-content-heading {
            font-size: 46px;
            cursor: pointer;
            color: #fff;
            text-decoration: none !important;
        }
    
        .card-content p {
            font-size: 0.9rem;
        }
    
        .arrow-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            background: none;
            border: none;
    
            cursor: pointer;
        }
    
        .playful-card {
            background: #fff !important;
            backdrop-filter: blur(12px);
            background-color: rgba(255, 255, 255, 0.3) !important;
            border-radius: 20px;
            bottom: 20px !important;
            right: 20px;
            left: 20px !important;
            padding: 20px 22px !important;
    
        }
    
        .playful-card h3 {
            color: #fff;
            font-size: 28px;
            line-height: 24px;
            margin-bottom: 15px;
        }
    
        .playful-card-para {
            color: #fff;
            font-size: 13px;
            line-height: 20px;
        }
    
        .arrow-img {
            height: 60px;
            width: 60px;
            cursor: pointer;
        }
    
        @media (max-width: 768px) {
            /* .container {
                flex-direction: column;
            } */
    
            .large-card,
            .small-cards {
                flex: 1 1 100%;
            }
        }
    
    .weight-selector {
        background: #E8E8E8;
        border-radius: 10px;
        padding: 18px 15px;
    }    
    .dummy-label {
            color: #0D0C0C;
        font-size: 14px;
        margin-bottom: 15px;
        font-family:sora;
    }
    .select-quantity {
         margin-top: 8px;
        border: 1px solid #D5D5D5;
        background-color: #E8E8E8 !important;
        padding: 15px 15px !important;
        color: #0D0C0C !important;
        font-size: 14px;
        border-radius: 6px !important;
        height: unset !important;
      
    }
    /* label container */
    .radio-button-container {
      color: rgba(0,0,0,0.75);
      display: block;
      position: relative;
         padding-left: 30px;
        line-height: 20px;
        margin-bottom: 12px;
        margin-left: 5px;
        cursor: pointer;
        font-size: 14px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    
    /* Hide the browser's default radio button */
    .radio-button-container input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
    }
    
    /* Create a custom radio button */
    .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 18px;
      width: 18px;
      background-color: rgba(0,0,0,0);
      border-radius: 50%;
      border: 2px solid rgba(0,0,0,0.25);
      transition: all 0.3s;
    }
    
    /* On mouse-over, add a grey background color */
    .radio-button-container:hover input ~ .checkmark {
      border-color: rgba(0,0,0,0.5);
    }
    
    /* When the radio button is checked */
    .radio-button-container input:checked ~ .checkmark {
      background-color: rgba(0,0,0,0);
      border-color: #2AA242;
    }
    
    
    /* Create the indicator (the dot/circle - hidden when not checked) */
    .checkmark:after {
      content: "";
      position: absolute;
      display: none;
    }
    
    /* Show the indicator (dot/circle) when checked */
    .radio-button-container input:checked ~ .checkmark:after {
      display: block;
    }
    
    /* Style the indicator (dot/circle) */
    .radio-button-container .checkmark:after {
    top: 3px;
        left: 3px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #2AA242;
    }
       
    /* Basic Grid Layout for Contact Form 7 */
    .pum-theme-1257 .pum-container, .pum-theme-default-theme .pum-container {
        background-color: #000 !important;
    }
    .pum-theme-1257 .pum-container, .pum-theme-default-theme .pum-container {
        padding-right: 54px !important;
        padding-left: 54px !important;
    }
    .cf7-grid-item label {
        color: #fff;
    }
    .cf7-grid-item label span {
        color: #FF4E4E;
    }
    .btnupload {
        border: 2px solid;
        border-style: dashed;
        width: 280px !important;
        display: flex;
        align-items: center;
        height: 150px;
        margin-top: 10px;
        flex-direction: column;
        justify-content: center;
        border-color: #6C6C6D;
    }
    .btnupload span.btnup {
        background-color: #fff !important;
      border-radius: 100px !important;
      color: #000 !important;
      font-weight: 600 !important;
      padding: 8px 16px;
      font-size: 12px;
      margin-top: 9px;
      cursor: pointer;
    }
    .wpcf7-submit {
        font-family: sora !important;
        font-weight: 700 !important;
        background-color: #fff !important;
        border-radius: 100px !important;
        color: #000 !important;
        padding: 18px 36px !important;
       font-size: 16px !important;
    }
    .cf7-grid-item input {
        background-color: #000 !important;
        border: none !important;
        color: #fff !important;
        padding: 0 !important;
        padding-bottom: 5px !important;
        border-bottom: 1px solid #fff !important;
        height: auto !important;
    }
    .cf7-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); /* Responsive grid with flexible columns */
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .cf7-grid-item {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }
    
    .cf7-grid-item label {
        margin-bottom: 5px;
        font-weight: bold;
    }
    .cf7-grid-item p {
        margin-bottom: 0;
    }
    .cf7-grid-item input,
    .cf7-grid-item select,
    .cf7-grid-item textarea,
    .cf7-grid-item .wpcf7-file {
        padding: 10px;
        font-size: 16px;
        border-radius: 4px;
        border: 1px solid #ccc;
    }
    
    .cf7-grid-item-submit {
        grid-column: span 2; /* Makes the submit button span across multiple columns */
        text-align: center;
    }
    
    /* Style for the file upload button */
    .wpcf7-file input[type="file"] {
        padding: 5px;
        font-size: 16px;
    }
    
    #driver-license {
        display: none;
      }
      
      #image-preview-container img {
        max-width: 100%;
        height: auto;
      }
      .codedropz-upload-handler {
        border: 2px dashed #6C6C6D !important;
      }
      .dnd-upload-counter {
        display: none;
      }
      .codedropz-upload-inner h3 {
        font-size: 16px !important;
        color: #fff !important;
      }
      .codedropz-upload-wrapper {
        padding-top: 20px;
      }
      .cd-upload-btn {
        color: #000;
        background-color: #fff;
        padding: 18px 32px;
        border-radius: 30px;
        font-size: 12px;
        font-family: sora;
        font-weight: 700;
      }
      .codedropz-btn-wrap {
        padding: 20px;
    }
    .pum-close.popmake-close{
        display: none;
    }
    
    /* user-details form */
    div#pum-1266 {
        background-image: url(https://flowerhaushouston.com/wp-content/uploads/2024/11/image.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    
    /* product element re-order */
    .summary.entry-summary{
     display: flex; 
     flex-direction: column;
    }
    .summary.entry-summary p.price{
        order: 2 !important;
    }
    .summary.entry-summary.woocommerce-product-details__short-description {
        order: 1 !important;
    }
    .summary.entry-summary form.cart{
        order: 3 !important;
    }
    .summary.entry-summary form.weight-selector{
        order: 4 !important;
    }
    
    .single_product_section .cart {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 145px;
        border: 1px solid #D5D5D5;
        background: #E8E8E8;
        border-radius: 8px;
    
        position: absolute;
        right: 30px;
        top: 150px;
    
    }
    
    .single_product_section .minus,.plus {
        background: transparent;
        color: #000;
        font-size: 20px;
        padding: 15px 15px;
        
    }
    .single_product_section .minus:hover , .plus:hover {
        background: transparent !important;
        color: #000 !important;
        font-size: 20px !important;
    }
    .woocommerce-js .quantity .qty {
        appearance: none !important;
        border: 0px !important;
        background: transparent !important;
    }
    .woocommerce-js div.product form.cart div.quantity {
        margin:0px !important
    }
    .single_product_section .woocommerce-product-details__short-description {
        font-size: 24px !important;
        font-family: sora !important;
        font-weight: 600;
    }
    .single_product_section div.product p.price {
        margin-bottom: 35px !important;
        margin-top: 15px !important;
    }
    .woocommerce_loop_add_to_cart_link_describedby_406 {
        position: absolute;
        bottom: -40px;
    }
    
    .subscription_box {
        position: relative;
    }
    .flower_content {
        margin-bottom: 64px;
    }
    .planter_content {
        margin-bottom: 128px;
    }
    
    /* bottom upward arrow */
    div#ast-scroll-top {
        background-color: #000;
    }
    
    .single_product_section .woocommerce-product-gallery__image.flex-active-slide {
    width: 446.2px !important;
    }
    
    /* cart and checkout page */
    .added_to_cart {
        display:block !important;
    }
    .shop_table button.button {
        background: #000;
    }
    .checkout-button,#place_order {
        background: #000 !important;
    }
    
    @media (max-width: 600px) {
    .pum-theme-1257 .pum-container, .pum-theme-default-theme .pum-container {
            padding-right: 25px !important;
            padding-left: 25px !important;
    }
        .pum-container {
            width: 100%!important;
            left: unset !important;
        }
        /* .cf7-grid { */
            /* grid-template-columns: 1fr;  */
        /* } */
    }
    
    @media(max-width:576px){
    .vibes{
    flex-direction:column;
    }
    .cart-button{
            padding: 10px 18px;
        font-size: 14px;
        }
        .cart-button .cart-count{
            top: -10px;
            font-size: 12px;
        }
    .vibes{
    flex-direction:column;
    }
        .vibes .large-card img{
            margin-bottom:20px;
            height:auto !important;
        }
        .vibes .card-content .card-content-heading{
            font-size:25px;
        }
    }
    .sale-price {
    margin-bottom:7px !important;
    font-size:1.2rem !important;
    }
    .regular-price {
    margin-bottom:7px !important;
    font-size:1.2rem !important;
    }
    
    .product-content {
        min-height: 310px;
        display:flex;
    }
    @media(max-width:767px){
    .ast-container{
    margin-bottom:20px;
    }
    .subscribe_form button{
    width:100%;
    }
    .subscribe_form .e-form__buttons{
    width:100%;
    }
    }
    @media(max-width:576px){
    
    .product-content .elementor-image-box-wrapper {
            gap: 5px;
    }
    #popmake-1266 .cf7-grid-item-submit p{
    display:flex;
    justify-content:center;
    flex-direction:column;
    }
    #popmake-1266 input{
    width:100%;
    }
    .driver-license .dnd-upload-status{
            flex-direction: column;
    }
        a.hfe-menu-item{
            padding-top:0 !important;
               padding-bottom:0 !important;
        }
    }
    @media(max-width:480px){
    a.hfe-menu-item{
        font-size:14px !important;
        background:transparent !important;
        padding-top:0 !important;
        padding-bottom:0 !important;
    }
    #menu-item-809{
    margin-right:8px;
    }
    }
    @media(max-width:360px){
    a.hfe-menu-item{
        font-size:13px !important;
    }
    #menu-item-809{
    margin-right:10px;
    }
    }


    /* // Ensure the payment icons stay in a single line / */
.payment_method_authnet img {
    display: inline-block;
    margin-left: 0.3em;
    max-width: 100%;
    height: auto;
}

/* / Flexbox container for the icons to stay in one line / */
.payment_method_authnet label {
    display: flex;
    align-items: center;
    flex-wrap: wrap; 
}
.payment_method_authnet img {
    width: 5vw;  
    max-width: 32px; 
}


@media (max-width: 600px) {
    .payment_method_authnet img {
        width: 8vw; 
    }
}
/*subcription pop up*/
.sbs-email {
  padding: 25px !important;
  width: 250px !important;
  border-radius: 28px !important;
  border: 1px solid #ccc !important;
  font-size: 1rem !important;
	margin-right: 10px !important;
}
.sbs-main {
  display: flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
  text-align: center;
	padding:30px !important;
	
}
@media(max-width:480px){
	.sbs-main{
		height:100vh;
	}
}
.sbs_div p{
  display: inline-flex;
  align-items: flex-start;
}
.pum-close{
	top:27px !important;
}
@media(max-width:360px){
	.sbs_div p{
	flex-direction:column;
}
}
.sbs-submit{
	background-color: #004643!important;
  color: #ffffff!important;
  padding: 10px 20px;
  font-size: 1rem;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.sbs-submit:hover {
  background-color: #004d33 !important;
}
.sbs-heading-title{
	color: #FFFFFF;
    font-family: "Sora", Sans-serif;
    font-size: 70px;
    font-weight: 800;
    letter-spacing: -3.04px;
}
@media(max-width:1400px){
	.sbs-heading-title{
		font-size:50px
	}
}
@media(max-width:480px){
	.sbs-heading-title{
		font-size:40px
	}
}
@media(max-width:480px){
	.sbs-submit-span{
		width:100%;
		flex-direction:column;
	}
	.sbs-submit-span .sbs-submit{
		width:100%;
	}
	.sbs_div p{
		flex-direction:column;
	}
	.sbs-email{
		margin-right:0px !important;
	}
}

.pum-theme-1257 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
  font-weight: 500 !important;
  font-size: 16px !important;
background-color: #004643 !important;
}

.cstm-add-cart-btn{
	display: flex;
  justify-content: center;
}
.woocommerce-button.button.woocommerce-form-login__submit {
  background-color: #000 !important;
}

.single_add_to_cart_button {
    padding: 20px 40px !important;
    font-size: 18px !important;
}
/*#add-cart393{
    margin-top: 187px;
}
#add-cart406{
    margin-top: 132px;

}
#add-cart408{
    margin-top:77px
}*/
.cstm-add-cart-btn{
	margin-top:100px;
}
@media(max-width:480px){
.woocommerce-shipping-totals ul#shipping_method li{
	text-indent:-4px !important;
}
}
@media(max-width:360px){
.woocommerce-shipping-totals ul#shipping_method li{
	text-indent:1px !important;
}
	.cart_totals table .shop_table td{
		padding: .7em 0.2em !important;
	}
}
#order_review .variation {
	margin-left:20px;
}
.wc_payment_method label{
	display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
li[data-id="additional_wooccm0"],#additional_wooccm0_description {
    display: none;
  }
  
#attribute-pa_product-options {
    border-radius: 30px;
    padding: 0px 20px;
  }

.custom-product-options form.cart{
	padding:0 20px;
}

.elementor-form-fields-wrapper {
	-webkit-flex-wrap: wrap;
}
.woocommerce-account .woocommerce-customer-details .woocommerce-column__title{
    border-width: 1px;
}
.woocommerce-cart .actions .button[name="update_cart"] {
    display: none !important;
}
.woocommerce-table__product-name.product-name .wc-item-meta {
    display: none !important;
  }
  .wooccm-additional-fields span.optional {
    display: none;
}
.subscribe_form .elementor-form-fields-wrapper{align-items:flex-start !important;}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{top:auto !important;}

.woocommerce .password-input button.show-password-input{
	background:transparent !important;
}
.woocommerce-info a{
	/*background:none !important;*/
	color:#fff !important;
}
.woocommerce-info a:hover{
	background:#004643 !important;
}
/*pankaj css*/
.product-name .was-price, .product-name .now-price{
	display:none;
}
/*woocommerce login button */
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button{
	padding:15px 25px !important;
}

.woocommerce .woocommerce-error{color:red; display:block !important;}

/* Fullscreen loader */
#site-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff; /* white background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* Loader container */
.loader-content {
  text-align: center;
}

/* Logo at the top */
.loader-logo {
  width: 150px; /* adjust size */
  margin-bottom: 20px;
  animation: bounce 1.5s infinite;
}

/* Spinner below logo */
.loader-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #cccccc; /* light gray */
  border-top: 5px solid #003366; /* dark blue, OMG Steel Doors color */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Spin animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Bounce animation for logo */
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

/* Hide loader after page load */
#site-loader.hidden {
  opacity: 0;
  visibility: hidden;
}

/*coa */
/*coa */
.coa-list {
    display: flex;
    gap: 10px;
    justify-content: space-around;
}
.coa-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.coa-item h4 {
    margin: 0 0 5px 0;
}




/* COA Grid Styling */
.coa-wrapper {
  text-align: center;
  margin-top: 20px;
}

.coa-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
  justify-items: center;
  margin-bottom: 30px;
}

.coa-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding: 20px 10px;
  text-align: center;
  transition: all 0.3s ease;
  width: 180px;
}

.coa-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.coa-icon {
  font-size: 40px;
  color: #004d40;
  margin-bottom: 10px;
}

.coa-card h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #222;
}

.coa-btn {
  display: inline-block;
  background-color: #004d40;
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.coa-btn:hover {
  background-color: #00796b;
}

.coa-viewall {
  text-align: center;
}

.viewall-btn {
  background-color: #000;
  color: #fff;
  padding: 8px 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.viewall-btn:hover {
  background-color: #333;
}

/*#popmake-1266{
	z-index:999;
}*/
.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}
/*cart +- icon */
/* Hide default number input arrows */
input.qty::-webkit-inner-spin-button,
input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input.qty {
    -moz-appearance: textfield; /* For Firefox */
}
.qty-container {
    display: inline-flex;
    align-items: center;
}
.qty-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
    margin: 0 5px;
	color:#004643;
}

.qty-btn:hover {
    background: #ddd;
}
.qty-container input.qty {
    width: 50px;
    text-align: center;
    padding: 5px;
    font-size: 16px;
}