:root{
    --backgrnd_color:rgb(255, 255, 255);
    --dot1_color:#2BC4E3;
    --dot2_color:#f18e55;
    --outline_color:#f5b692;
    --dot3_color:#2BC4E3;
    --btn_color:#2BC4E3;
    --boxes_coloring:#F5F5F5;
    --highlighted_zones:#ecebeb;
    --gray_zones:gray;
    --modern_font_color:#595557;
    --modern_font_color2:#666;
    /*--modern_font_color:#434444;*/
    --font_fam:Roboto, Helvetica, Arial, sans-serif;
    --new_font_fam2: Helvetica Neue, Helvetica, Arial, sans-serif;
    --system_font:'Poppins', sans-serif;
    --new_font_fam: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


body {
    width: 100vw;
    height: 100vh; /* Ensures full viewport height #f18e55 f1b999 */
    margin: 0;
    padding: 0;
    padding-top: 150px;
    box-sizing: border-box;
    font-family: var(--new_font_fam);
    overflow-x: hidden !important; /* Prevent horizontal scrolling */
    overflow-y: auto; /* Enables vertical scrolling only when necessary */
    background-color: var(--backgrnd_color);
    
    /* Center content */
    display: flex;
    flex-direction: column;
    align-items: center;
}



.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: var(--backgrnd_color);
    box-shadow: 0px 2px 2px -1px var(--btn_color);
    
    
    
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.info_div{
    width: 100%;
    height: 35px;
    background-color: var(--boxes_coloring);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.info_p{
    font-size: 14px;
    color: var(--modern_font_color);
    margin-left: 10px;
    margin-right: 20px;
}
.info_icon{
    width: 16px;
    height: 16px;
}
.header_div{
    width: 100%;
    height:auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.logo{
    width: 15%;
    height: auto;
}
.header_search_div{
    width: 60%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.search_input{
    width: 80%;
    height: 31px;
    border: solid 1.4px var(--btn_color);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    
    color: var(--modern_font_color);
    padding-left: 5px;
}
.search_input:focus {
    outline: none;
    
}
.search_btn{
    width: 10%;
    background-color: var(--btn_color);
    border: solid 1.3px var(--btn_color);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search_btn:hover{
    background-color: var(--dot2_color);
    
}

.search_icon{
    width: 15px;
    height: 15px;
}
.header_mobile_search_div{
    padding: 7px 7px;
    display: none;
    cursor: pointer;
}

.header_mobile_search_icon{
    width: 19px;
    height: 19px;
}
.header_mobile_menu_div{
    padding: 7px 7px;
    display: none;
    cursor: pointer;
}

.header_mobile_menu_icon{
    width: 19px;
    height: 19px;
}

.header_mobile_search_div:hover{
    background-color: var(--boxes_coloring);
    border-radius: 5px;
}
.header_mobile_menu_div:hover{
    background-color: var(--boxes_coloring);
    border-radius: 5px;
}

.header_cart_a{
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: center;
    text-decoration: none;
    color: var(--modern_font_color);
    cursor: pointer;
    padding: 7px 7px;
    border-radius: 5px;
    text-align: center;
}
.header_cart_a:hover{
    background-color: var(--boxes_coloring); 
}
.header_cart_p{
    margin: 0;
}
.header_account_a{
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: center;
    margin-right: 20px;
    text-decoration: none;
    color: var(--modern_font_color);
    cursor: pointer;
    padding: 7px 7px;
    border-radius: 5px;
}
.header_account_a:hover{
    background-color: var(--boxes_coloring);
    
}
.header_icon{
    width: 25px;
    margin-right: 5px;
}
.header_cart_number{
    margin: 0;
    margin-left: 5px;
    background-color: var(--btn_color);
    color: white;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 12px;
}

.header_menu_wrapper{
    width: 94%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}
.header_menu_scroll_div{
    width: 90%;
    height:50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-x: scroll; 
    scrollbar-width: none; 
    -ms-overflow-style: none;
    scroll-behavior: smooth; 
    flex: 1;
}
.header_menu_scroll_div::-webkit-scrollbar {
    display: none; 
}
.scroll_arrow{
    height: 16px;
    cursor: pointer;
    margin-left: 5px;
}
.scroll_arrow:hover{
    background-color: var(--boxes_coloring);
    border-radius: 5px;
}
.scroll_menu_a{
    text-decoration: none;
    color: var(--modern_font_color);
    padding: 7px 7px;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 0 0 auto;
    

}
.scroll_menu_a:hover{
    background-color: var(--boxes_coloring);
}
.scroll_menu_icon{
    width: 16px;
    margin-right: 5px;
}

/*MOBILE MENU*/
.mobile_menu_body{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    align-items:center;
    justify-content:top;
    overflow: hidden;
    background-color: var(--backgrnd_color);
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 1000;
}


.mobile_menu_top_div{
    width: 100%;
    height: 7vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 10px;
    border-bottom: solid 1px var(--modern_font_color);
}
.mobile_menu_logo{
    width: 30%;
    height: auto;
    margin-left: 20px;
}
.mobile_menu_close{
    width: 5%;
    height: auto;
    margin-right: 30px;
    background-color: var(--highlighted_zones);
    padding: 7px 7px;
    border-radius: 5px;
    cursor: pointer;
}
.mobile_menu_close:hover{
    background-color: var(--boxes_coloring);
}

.mobile_menu_middle_div{
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: top;
    overflow-y: auto;
}

.mobile_menu_a_cont{
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    border-bottom: solid 1px var(--highlighted_zones);
}
.mobile_menu_a_cont a{
    text-decoration: none;
    font-family: var(--new_font_fam);
    font-size: 14px;
    color: var(--modern_font_color);
}
.mobile_menu_a_cont a:hover{
    color: var(--btn_color);
}
.mobile_menu_bottom_div{
    width: 100%;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--highlighted_zones);
}
.mobile_menu_footer_p{
    font-size: 12px;
    font-family: var(--new_font_fam);
    color: var(--modern_font_color2);

}


@media(max-width:768px){
    .info_p{
        font-size: 1.8vw;
    }
   
    .header_cart_p{
        display: none;
    }
    .logo{
        width: 17%;
    }
    .scroll_menu_a{
        font-size: 2.2vw;
    }
    .scroll_menu_icon{
        width: 3vw;
    }
   
    
}
@media(max-width:568px){
    .header_mobile_search_div{
        display: flex;
        align-items: center;
        justify-content: center;   
    }
    .header_mobile_menu_div{
        display: flex;
        align-items: center;
        justify-content: center;   
    }
    .header_search_div{
        display: none;
    }
    .logo{
        width: 30%;
    }
    
    
}


/*NEW HEADER SCROLL SECTION*/


.new_header_menu_wrapper{
    position: relative;
    width: 98%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}
.new_scroll_arrow{
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.new_scroll_arrow:hover{
    background-color: var(--highlighted_zones);
}

.new_header_scroll_menu{
    width: 94%;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-x: scroll; 
    scrollbar-width: none; 
    -ms-overflow-style: none;
    scroll-behavior: smooth; 
    flex: 1;
    margin: 0;
    padding: 0;
}
.new_header_scroll_menu::-webkit-scrollbar {
    display: none; 
    }
.new_category{
    padding: 7px 15px;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    flex: 0 0 auto;
    font-family: var(--new_font_fam);
    color: var(--modern_font_color2);
    font-size: 16px;
}

.new_scroll_menu_icon{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.new_header_scroll_submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 96vw; /* Fixed width */
    height: 300px; /* Fixed height */
    background-color: var(--backgrnd_color);
    box-shadow: 1px 1px 3px var(--gray_zones);
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    flex-wrap: wrap;
    flex-direction: column; /* Fill downward first */
    overflow-y: auto; /* Allows scrolling if needed */
}

.new_category:hover{
    background-color: var(--highlighted_zones);
    .new_header_scroll_submenu{
        display: flex;
    }
}
.new_header_scroll_submenu span{
    font-size: 18px;
    color: var(--dot2_color);
}
.new_header_scroll_submenu a {
    font-family: var(--new_font_fam);
    font-size: 14px;
    color: black;
    line-height: 2.5;
    text-decoration: none;
    display: block;
    width: 90% !important; 
    white-space: normal; /* Allows text to wrap naturally */
    overflow: visible; /* Ensures text is not hidden */
    text-overflow: unset;
    
}

.new_header_scroll_submenu a:hover{
    background-color: var(--boxes_coloring);
    border-radius: 3px;
    width: 90%;
    
}

@media screen and (max-width: 768px) {
    .new_header_scroll_submenu {
        grid-template-columns: repeat(2, 1fr); /* Two equal columns */
        column-gap: 10px; /* Adjust spacing between columns */
        row-gap: 5px; /* Space between rows */
        align-items: start;
    }
    .new_category:hover{
        background-color: var(--highlighted_zones);
    }
    .new_category:hover .new_header_scroll_submenu {
        display: grid;
        height: 50vh;
    }
    
    .new_category{
        font-size: 14px;
    }
    .new_header_scroll_submenu span{
        font-size: 14px;
    }
    
    .new_header_scroll_submenu a {
        width: 100%; /* Ensures links take full column width */
        font-size: 12px;
    }
}




/*HOME BODY CSS*/
/* HOME TOP DIV*/
.home_top_div{
    width: 98%;
    height: 250px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.home_top_div_left{
    width: 20%;
    height: 100%;
    overflow-y: auto;
    background-color: var(--boxes_coloring);

}
.home_top_div_right{
    width: 79%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: orange;  
}
.home_sidebar_a{
    width: 80%;
    height: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    padding-left: 10px;
    margin-top: 5px;
}
.home_sidebar_a:hover{
    background-color: var(--highlighted_zones);
    border-radius: 5px;
}
.home_sidebar_icon{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.home_slider_p{
    font-size: 14px;
    color: var(--modern_font_color);
}
.home_top_div_child1{
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: background-image 1s ease-in-out;
}
.home_top_div_child2{
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: background-image 1s ease-in-out;
}


@media (max-width: 868px) and (min-width: 669px) {
    .home_top_div_child2 {
        display: none;
    }
    .home_top_div_child1 {
        width: 100%;
    }
    .home_top_div_left {
        width: 30%; 
    }
    .home_top_div_right {
        width: 69%;
    }
}


@media (max-width: 668px) {
    .home_top_div_left {
        display: none;
    }
    .home_top_div_right {
        width: 100%;
        border-radius: 5px;
        min-height: 200px; 
        display: flex; 
        justify-content: center; 
        align-items: center;
    }
    .home_top_div_child2 {
        display: none;
    }
    .home_top_div_child1 {
        width: 100%;
    }
}




/*HOME DIV 2*/
.home_div2_wrapper{
    width: 97%;
    background-color: var(--boxes_coloring);
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.home_div_2{
    width: 98%;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    padding: 5px;
    overflow-x: scroll; 
    scrollbar-width: none; 
    -ms-overflow-style: none;
    scroll-behavior: smooth; 
    flex: 1;
}
.header_menu_scroll_div::-webkit-scrollbar {
    display: none; 
}
.home_div2_wrapper_left_arrow{
    width: 20px;
    height: auto;
    cursor: pointer;
}
.home_div2_wrapper_right_arrow{
    width: 20px;
    height: auto;
    cursor: pointer;
}

.home_div_2_a{
    padding: 7px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    color: var(--modern_font_color);
    margin-right: 20px;
    border-radius: 5px;
    flex: 0 0 auto;
}
.home_div_2_a:hover{
    background-color: var(--highlighted_zones);
}
.home_div_2_icon{
    width: 55px;
    height: 55px;
}
/*PRODUCTS CONTAINER CSS*/
.product_div{
    margin-top: 10px;
    width: 97%;
    height: auto;
    background-color: var(--boxes_coloring);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product_div_top{
    width: 100%;
    height: 50px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 10px;
}
.product_div_top_cont{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.product_div_top_icon{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.product_div_top_p{
    font-size: 15px;
    color: var(--modern_font_color);
}


.product_container{
    width: 95%;
    margin: 10px;
    display: flex;
    flex-direction: row;
    display: grid; 
    gap: 10px; 
    padding: 10px;
}



@media (min-width: 1069px) {
    .product_container {
        grid-template-columns: repeat(5, 1fr); 
    }
}

@media (min-width: 769px) and (max-width: 1068px) {
    .product_container {
        grid-template-columns: repeat(4, 1fr); 
    }
}


@media (min-width: 569px) and (max-width: 768px) {
    .product_container {
        grid-template-columns: repeat(3, 1fr); 
    }
}


@media (max-width: 568px) {
    .product_container {
        grid-template-columns: repeat(2, 1fr); 
    }
}


.product_card{
    position: relative;
    width: 95%;
    aspect-ratio: 1/1.5;
    background-color: var(--backgrnd_color);
    border: solid 1px var(--highlighted_zones);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    margin-right: 10px;
}
.product_discount_p{
    position: absolute;
    padding: 7px 7px;
    background-color: var(--btn_color);
    border-radius: 5px;
    color: white;
    font-size: 10px;
    z-index: 500;
    top: 5px;
    right: 5px;
}


.product_card:hover{
    box-shadow: 1px 1px 3px var(--gray_zones);
}
.product_img_div{
    width: 100%;
    height: 60%;
    overflow: hidden; 
}

.product_img{
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    object-fit:scale-down;
}

.product_info_div{
    width: 100%;
    height: 40%; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product_title{
    font-size: 14px;
    color: var(--modern_font_color);
    font-family: inherit;
    width: 98%;
    margin: 0;
    text-align: center;
}
.product_pricing_div{
    width: 90%;
    height: 30%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
    margin: 0;
}
.product_price_before{
    font-size: 16px;
    color: var(--dot2_color);
    font-family: inherit;
    text-decoration: line-through;
    margin-left: 5px;
}
.product_price_after{
    font-size: 16px;
    color: green;
    font-family: inherit;
    margin-right: 5px;
}
.product_stock_div{
    width: 95%;
    height: 30%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.product_stock_p{
    font-size: 12px;
    color: var(--modern_font_color);
    font-family: inherit;
}
.product_socials_div{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.product_socials_icon{
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.no_product_p{
    font-family: var(--new_font_fam);
    color: var(--modern_font_color2);
    font-size: 12px;

}

@media (min-width: 769px) and (max-width: 1268px){
    .product_card{
        width: 95%;

    }
   
    .product_price_before{
        font-size: 14px;
    }
    .product_price_after{
        font-size: 14px;
    }
    .product_stock_p{
        font-size: 12px;
    }
    .product_title{
        font-size: 12px;
    }
}

@media (min-width: 569px) and (max-width: 768px){
    .product_card{
        width: 95%;

    }
    .product_price_before{
        font-size: 1.8vw;
    }
    .product_price_after{
        font-size: 1.8vw;
    }
    .product_stock_p{
        font-size: 1.6vw;
    }
    .product_title{
        font-size: 2vw;
    }
    .product_discount_p{
        font-size: 1.8vw;
    }
}

@media(max-width:568px){
    .product_card{
        width: 95%;

    }
    .product_price_before{
        font-size: 10px;
    }
    .product_price_after{
        font-size: 10px;
    }
    .product_stock_p{
        font-size: 2.1vw;
    }
    .product_title{
        font-size: 9px;
    }
    .product_discount_p{
        font-size: 2vw;
    }
}



/*PRODUCT_DETAIL_PAGES*/
.product_div_return_a{
    margin-left: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 7px;
}
.product_div_return_a p{
    font-family: var(--new_font_fam);
    color: var(--modern_font_color);
    margin: 0;
}
.product_div_return_a:hover{
    background-color: var(--highlighted_zones);
    border-radius: 5px;
}

.product_detail_main_div{
    width: 98%;
    height: auto;
    background-color: var(--boxes_coloring);
    border-radius: 5px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.product_detail_main_div_left{
    position: relative;
    overflow: hidden;
    display:flex;
    width: 46%;
   /* aspect-ratio: 1/0.8;
    display: flex;*/
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border: solid 1px var(--highlighted_zones);
    border-radius: 5px;
}
.product_detail_image-container{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_detail_main_div_right{
    width: 46%;
    aspect-ratio: 1/0.8;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--backgrnd_color);
    margin-bottom: 10px;
    margin-left: 10px;
    border: solid 1px var(--highlighted_zones);
    border-radius: 5px;
}
.product_detail_feature{
    /*width: 70%;
    height: auto;
    object-fit: contain;*/
    transition: transform 0.1s ease-in-out;
    object-fit: cover;
    width: 80%;
    height: 80%;
}

.product_detail_main_div_left:hover .product_detail_feature {
    cursor: zoom-in; 
}

.product_detail_title_div{
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product_detail_like_div{
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product_detail_like_p{
    font-size: 12px;
    font-family: var(--new_font_fam);
    color: green;
}

.product_detail_like_submit{
    padding: 7px 7px;
    font-size: 12px;
    font-family: var(--new_font_fam);
    color: white;
    background-color: var(--btn_color);
    border: solid 1px var(--btn_color);
    border-radius: 5px;
    cursor: pointer;
    margin-left: 5px;
}

.product_detail_price_div{
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.product_detail_title{
    font-family: var(--new_font_fam);
    color: var(--modern_font_color);
    font-size: 20px;

}
.product_detail_price{
    font-family: var(--new_font_fam);
    font-size: 30px;
    color: var(--modern_font_color);
    font-weight: 700;
    margin: 0;
}
.product_detail_price_additives{
    font-family: var(--new_font_fam);
    font-size: 14px;
    color: var(--modern_font_color);
    margin-left: 5px;
}
.product_detail_price_before{
    font-family: var(--new_font_fam);
    font-size: 15px;
    color: var(--modern_font_color);
    margin: 0;
    text-decoration: line-through;
    margin-right: 10px;
}
.product_detail_discount{
    font-family: var(--new_font_fam);
    font-size: 15px;
    color: var(--btn_color);
    margin: 0;
}

.product_detail_stock{
    font-size: 12px;
    font-family: var(--new_font_fam);
    color: var(--modern_font_color);
    margin-left: 20px;
  }
.product_detail_discount_icon{
    width: 17px;
    height: auto;
}

.product_detail_form{
    margin-top: 20px;
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_detail_color-options {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .product_detail_color-options input[type="radio"] {
    display: none;
  }
  
  .product_detail_color-options label {
    font-size: 14px;
    padding: 7px 7px;
    border: 1px solid var(--modern_font_color);
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
    color: var(--modern_font_color);
  }
  
  .product_detail_color-options input[type="radio"]:checked + label {
    background-color: var(--btn_color);
    color: white;
    border-color: var(--btn_color);
  }

  .product_detail_action{
    width: 97%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
  }
  .product_detail_quantity{
    width: 10%;
    height: 25px;
    border: solid 1px var(--modern_font_color);
    border-radius: 5px;
  }
  .product_detail_main_submit{
    padding: 7px 7px;
    background-color: var(--btn_color);
    border: solid 1px var(--btn_color);
    border-radius: 5px;
    color: white;
    cursor: pointer;
    margin-left: 10px;
  }
  .product_detail_main_submit:hover{
    background-color: var(--dot2_color);
    border: solid 1px var(--dot2_color);
  }

  .product_detail_order_by_w{
    padding: 7px 7px;
    background-color: green;
    border: solid 1px green;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .product_detail_order_by_w_icon{
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
  .product_detail_summary{
    width: 98%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
    border-top: solid 1px var(--modern_font_color);
  }
  .product_detail_summary_data{
    font-size: 12px;
    font-family: var(--new_font_fam);
    color: var(--modern_font_color);
    margin-right: 20px;
  }

  .product_detail_description_div{
    width: 90%;
  }
  .product_detail_description_title{
    font-family: var(--new_font_fam);
    font-size: 20px;
    color: var(--gray_zones);
    line-height: 1.5;

  }

  .product_detail_description{
    font-family: var(--new_font_fam);
    font-size: 14px;
    color: var(--modern_font_color);
    line-height: 1.5;
  }


@media(max-width:768px){
    .product_detail_main_div{
        flex-direction: column;
    }
    .product_detail_main_div_left{
        width: 95%;
    }
    .product_detail_main_div_right{
        width: 95%;
        margin-top: 10px;
        margin-left: 0;
    }
    .product_detail_order_by_w{
        font-size:2.1vw;
    }

}
/*PRODUCT DETAILS SECTION*/
/*Product details*/
#product-details-display-container {
    width: 97%;
    margin-top: 20px;
}

#product-details-display-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    font-family: var(--new_font_fam);
}

.product-details-display-tab {
    width: 50%;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    color: var(--modern_font_color2);
    margin-left: 5px;
    background-color: var(--boxes_coloring);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;  
}


.product-details-display-tab.active {
    background-color:var(--gray_zones) ;
    color: white;
}

#product-details-display-content {
    padding: 20px;
    background-color: var(--boxes_coloring);
    color:var(--modern_font_color);
    border-radius: 10px;
    line-height: 25px;
}

.product-details-display-content {
    display: none;
}

.product-details-display-content.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.product_details_description_div{
    width: 97%;
    background-color: var(--backgrnd_color);
    margin: 0;
    padding: 20px;
    border: solid 1px var(--highlighted_zones);
    border-radius: 5px;
}

.product_details_desc_specs_div{
    width: 100%;
}
.product_details_desc_specs_p{
    font-family: var(--new_font_fam);
    font-size: 10px;
    color: var(--modern_font_color);

}

.product_details_description_div2{
    width:100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.product_details_description_p1{
    width: 5%;
    font-family: var(--new_font_fam);
    color: var(--modern_font_color);
    display: flex;
    align-items: top;
    justify-content: center;
}
.product_desc_numbering{
    font-size: 16px;
    width: 20px;
    height: 20px;
    background-color: var(--btn_color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--backgrnd_color);
    border-radius: 50%;
}

.product_details_description_p{
    width: 94%;
    font-family: var(--new_font_fam);
    font-size: 14px;
    color: var(--modern_font_color);

}









@media(max-width:568px){
    #product-details-bodydiv{
        flex-direction: column;
    }
    #product-details-bodyleft{
        width: 97%;
        padding-right:10px;
    }
    #product-details-bodyright{
        width: 100%; 
    }
    #product-details-display-container{
        padding-right:10px;
    }
    #product-details-display-content{
        font-size: 2.2vw;
    }
    .product_details_description_p1{
        width: 9%;
        margin-right: 5px;
        font-size: 2vw;
    }
    .product_details_description_p{
        width: 90%;
    }
    .product_details_description_p{
        font-size: 3vw;
        line-height: 1.5;
    }
    .product_detail_main_submit,.product_detail_quantity{
        font-size: 2.5vw;
    }
    .product_detail_summary_data{
        font-size: 1.8vw;
    }
    
}
@media(min-width:569px) and (max-width:1068px){
    #product-details-display-content{
        font-size: 2vw;
    }
    #product-details-bodyleft{
        width: 60%;
    }
    #product-details-bodyright{
        width: 38%; 
    }
    #product-details-display-tabs{
        font-size: 1.5vw;
    }


}
/*END OF PRODUCT DETAILS SECTION*/
/*PRODUCT REVIEWS SECTION*/
#product-review-container {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    background-color:var(--backgrnd_color);
    border: 1px solid var(--highlighted_zones);
    border-radius: 5px;
}

#product-review-container h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

#product-review-container p {
    font-size: 14px;
    color: var(--modern_font_color2);
    margin-bottom: 20px;
}

#product-review-form {
    display: flex;
    flex-direction: column;
}

#product-review-form label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

#product-review-form input[type="text"],
#product-review-form input[type="email"],
#product-review-form textarea {
    width: 97%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
}

#product-review-form textarea {
    height: 100px;
    resize: none;
}

#review-options {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#review-options input {
    margin-right: 10px;
}

#review-rating {
    display: flex;
    margin-bottom: 20px;
}

#review-rating .star {
    font-size: 24px;
    color: var(--btn_color);
    margin-right: 5px;
    cursor: pointer;
}

#product-review-form button{
    background-color: var(--btn_color);
    color: white;
    padding: 7px 7px;
    border: solid 1px var(--btn_color);
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    width: auto; 
    display: inline-block;
    max-width: max-content; 
    box-sizing: border-box;
}

#product-review-form button:hover {
    background-color: var(--dot2_color);
}

/*END OF PRODUCT REVIEWS SECTION*/

/* CART CSS*/
.cart_main_div{
    width: 99%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 30px;

}
.my_cart_form{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.cart_main_div_left{
    width: 60%;
    height: auto;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: solid 1px var(--highlighted_zones);
    background-color: var(--backgrnd_color);
    border-radius: 5px;
}
.cart_main_div_right{
    width: 35%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--highlighted_zones);
    background-color: var(--backgrnd_color);
    border-radius: 5px;
}
.cart_main_table{
    width: 100%;
}
.cart_main_table th{
    color: var(--modern_font_color);
    line-height: 1.5;
    font-family: var(--new_font_fam);
    font-weight: 400;
}

.cart_main_table td{
    text-align: center; 
    border-bottom: solid 2px var(--boxes_coloring);

}
.cart_main_table td p{
    color: var(--gray_zones);
    font-size: 14px;
    font-family: var(--new_font_fam);
}

.cart_main_table_image{
    width: 40px;
    height: 40px;
}
.cart_main_table_quantity_input{
    width: 30px;
    padding: 2px 7px;
    margin-top: 10px;
    color: var(--gray_zones);
    border: solid 1px var(--gray_zones);
    border-radius: 5px;
}
.cart_update_quantity{
    padding: 7px 7px;
    background-color:transparent;
    border: none;
    color: green;
    cursor: pointer;
    margin: 0;
    width: 60px;
    margin-top: 10px;

}
.cart_main_table_remove{
    padding: 7px 7px;
    background-color:transparent;
    border: none;
    color: var(--btn_color);
    cursor: pointer;
    margin: 0;
    width: 60px;
    margin-top: 10px;
}

.cart_main_div_right_title{
   width: 80%;
   color: var(--modern_font_color2);
   font-family: var(--new_font_fam);
   font-size: 16px;
   font-weight: 500;  
}
.cart_main_div_right_div{
    width: 97%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.cart_main_div_right_inner_div{
    width: 48%;
}
.cart_main_div_right_inner_div_p{
    color: var(--modern_font_color);
    font-family: var(--new_font_fam);
}
.cart_main_div_right_inner_div_h{
    font-weight: 500;
    color: var(--modern_font_color2);
    font-family: var(--new_font_fam);
}
.cart_main_div_right_total_div_p{
    font-weight: 500;
    color: var(--modern_font_color2);
    font-family: var(--new_font_fam);

}

.cart_main_div_right_total_div{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: solid 2px var(--boxes_coloring);
    margin-top: 10px;
    padding-left: 10px;
}
.cart_main_proceed_form{
    width: 97%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart_proceed_submit{
    width: 70%;
    padding: 7px 15px;
    background-color: var(--btn_color);
    color: white;
    border: solid 1px var(--btn_color);
    border-radius: 10px;
    cursor: pointer;
    margin: 20px;
}
.cart_proceed_submit:hover{
    background-color: var(--dot2_color);

}

.empty_cart_div{
    width: 99%;
    height: 40vh;
    background-color: var(--backgrnd_color);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.empty_cart_div p{
    color: var(--modern_font_color);
    font-family: var(--new_font_fam);
    font-size: 3vw;
}
.empty_cart_icon{
    width: 10vw;
    height: auto;
    margin-right: 20px;
}
.cart_select_county{
    border: solid 1px green;
    font-family: var(--new_font_fam);
    color: green;
    font-size: 12px;
    margin-right: 10px;
    padding: 5px 5px;
    border-radius: 5px;
}
.selected_rates{
    font-weight: 500;
    color: var(--modern_font_color2);
    font-family: var(--new_font_fam);
}




@media(max-width:768px){

    .cart_main_div{
        width: 97%;
        flex-direction: column;
    }
    .my_cart_form{
        width: 100%;
        flex-direction: column;
    }
    .cart_main_div_left{
        width: 100%;
    }
    .cart_main_div_right{
        width: 100%;
        margin-top: 30px;
    }
    .cart_main_table td p{
        font-size: 2vw;
    }
    .empty_cart_icon{
        width: 20%;
    }
    .cart_update_quantity{
        font-size: 2.5vw;
    }
}


/*CHECKOUT CSS*/
.checkout_body{
    width: 99vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--boxes_coloring);
}
.checkout_head_div{
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--backgrnd_color);
    border-radius: 5px;
    border: solid 1px var(--highlighted_zones);
}
.checkout_logo{
    width: 40%;
    height: auto;
}
.checkout_p{
    font-family: var(--new_font_fam);
    font-size: 2vw;
    font-weight: 500;
    color: var(--modern_font_color2);
}
.checkout_body_div{
    margin-top: 30px;
    width: 98%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}
.checkout_body_div_left{
    width: 48%;
    padding: 10px;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: var(--backgrnd_color);
    border-radius: 5px;
    border: solid 1px var(--highlighted_zones);

}
.checkout_body_div_right{
    width: 46%;
    padding: 10px;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: var(--backgrnd_color);
    border-radius: 5px;
    border: solid 1px var(--highlighted_zones);

}
.checkout_body_h{
    font-family: var(--new_font_fam);
    font-size: 18px;
    font-weight: 400;
    color: var(--btn_color);
}
.checkout_body_subh{
    font-family: var(--new_font_fam);
    font-size: 14px;
    font-weight: 400;
    color: var(--btn_color);
}
.checkout_form-group{
    width: 93%;
    display: flex;
    flex-direction: column;
    height: auto;
    border-radius: 5px;
    padding: 5px;
    margin-top: 20px;
}

.checkout_form-group_row{
    width: 97%;
    display: flex;
    flex-direction: row;

}

.checkout_form-group_mini{
    width: 47%;
    display: flex;
    flex-direction: column;
    height: auto;
    border-radius: 5px;
    padding: 5px;
    margin-top: 20px;
}


.checkout_form-input{
    border: none;
    border-radius: 5px;
    font-family: var(--new_font_fam);
    font-size: 13px;
    color: var(--modern_font_color);
    padding: 7px 7px;
    margin-top: 5px;
    border: solid 1px var(--highlighted_zones);
    background-color: var(--boxes_coloring);
}
.checkout_form-input:focus{
    outline: 0;
}
.checkout_form-group:focus{
    border: solid 1px var(--modern_font_color2);
}
.checkout_label{
    font-family: var(--new_font_fam);
    font-size: 14px;
    color: var(--modern_font_color2);

}
.checkout_required{
    color: var(--btn_color);
}

.checkout_payment_options_div{
    width: 93%;
    display: flex;
    flex-direction: column;
    height: auto;
    border-radius: 5px;
    padding: 5px;
    margin-top: 20px;

}
.checkout_payment_option{
    width: 100%;
    background-color: var(--boxes_coloring);
    padding: 5px;
}
.checkout_payment_icon{
    width: 14px;
    height: 14px;
    margin-right: 5px;
}


.checkout_order_details_1{
    width: 95%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px var(--highlighted_zones);
}

.checkout_order_details_body{
    width: 95%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    border-bottom: solid 1px var(--highlighted_zones);
}
.checkout_product_p1{
    font-family: var(--new_font_fam);
    font-size: 14px;
    color: var(--modern_font_color2);
    width: 55%;
}
.checkout_product_p2{
    font-family: var(--new_font_fam);
    font-size: 14px;
    color: var(--modern_font_color2);
    width: 15%;
}

.checkout_product_img{
    width: 10%;
    height: auto;
}

.chockout_place_order_btn{
    width: 97%;
    padding: 15px 7px;
    background-color: var(--btn_color);
    border: solid 1px var(--btn_color);
    border-radius: 5px;
    color: white;
    cursor: pointer;
    margin-top: 10px;
}
.chockout_place_order_btn:hover{
    background-color: var(--dot2_color);
    border: solid 1px var(--dot2_color);
}

.checkout_footer{
    width: 97%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkout_footer{
    font-family: var(--new_font_fam);
    font-size: 14px;
    color: var(--modern_font_color2);
}






@media(max-width:768px){
    .checkout_body_div{
        flex-direction: column;
    }
    .checkout_body_div_left{
        width: 97%;
        margin-top: 20px;
    }
    .checkout_body_div_right{
        width: 97%;
        order: -1;
    }
    .checkout_product_p1{
        font-size: 2.2vw;
    }
    .checkout_product_p2{
        font-size: 2.2vw;
    }
    .checkout_label{
        font-size: 2.2vw;

    }
    .checkout_footer{
        font-size: 2.2vw;
    }

}

/*FOOTER CSS */
.footer{
    width: 100vw;
    height: auto;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--backgrnd_color);
    border-top: solid 1px var(--highlighted_zones);
}
.footer_top{
    width: 60%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.footer_top_card{
    width: 20%;
    aspect-ratio: 1/0.5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.footer_top_card_icon{
    width: 60%;
    height: auto;
}
.footer_top_card_p{
    font-family: var(--new_font_fam);
    font-size: 10px;
}

.footer_middle_div{
    width: 100%;
    height: auto;
    background-color: var(--btn_color);
    display: flex;
    flex-direction: row;
    align-items: top;
    justify-content: space-between;
    border-top-left-radius: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer_middle_div_inner{
    width: 20%;
    max-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: top;
    justify-content: left;
    margin-left: 10px;
    overflow-y: auto;
}
.footer_logo{
    width: 60%;
    height: auto;
    margin: 10px;
}
.footer_description{
    font-size: 16px;
    color: white;
    font-family: var(--new_font_fam);
    line-height: 1.5; 
}
.footer_location_on_map{
    width: 80%;
    padding: 7px 7px;
    text-decoration: none;
    background-color: var(--backgrnd_color);
    border: solid 1px var(--backgrnd_color);
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_location_on_map p{
    font-family: var(--new_font_fam);
    color: var(--modern_font_color2);
    margin: 0;
}
.footer_location_on_map:hover{
    background-color: var(--modern_font_color);
    border: solid 1px var(--modern_font_color);
}
.footer_location_on_map:hover p {
    color: white;
}
.footer_middle_div_headers{
    font-family: var(--new_font_fam);
    color: var(--modern_font_color2);
}
.footer_site_email{
    width: 80%;
    padding: 7px 7px;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.footer_site_email img{
    width: 16px;
    height: auto;
    margin-right: 5px;
}
.footer_site_email p{
    color: var(--backgrnd_color);
    margin: 0;
}
.footer_site_email:hover p {
    color: var(--modern_font_color2);
}
.footer_link_a{
    text-decoration: none;
    color: var(--backgrnd_color);
    font-family: var(--new_font_fam);
    font-size: 16px;
    margin-bottom: 5px;
}
.footer_link_a:hover{
    color: var(--modern_font_color2);
}
.footer_newsletter_form{
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1.5px var(--backgrnd_color);
}
.footer_newsletter_form img{
    width: 18px;
    height: auto;
    margin-right: 5px;
}
.footer_newsletter_input{
    background-color: transparent;
    border: none;
    color: var(--backgrnd_color);
}
.footer_newsletter_input:focus {
    border: none;
    outline: none;
}
.footer_newsletter_input::placeholder {
    color: var(--backgrnd_color); 
    opacity: 1; 
}
.footer_newsletter_submit{
    background-color: transparent;
    color: var(--backgrnd_color);
    border: none;
    cursor: pointer;
    font-size: 20px;
}
.footer_socials_div{
    width: 97%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
}
.footer_socials_a{
    text-decoration: none;
    margin-right: 10px;
}
.footer_socials_a img{
    width: 30px;
    height: 30px;
}
.footer_div_bottom{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: var(--btn_color);
    border-top: solid 1px var(--modern_font_color2);
}
.footer_copyright_p{
    font-size: 12px;
    font-family: var(--new_font_fam);
    color: var(--backgrnd_color);
    margin-left: 20px;
    margin-right: 20px;

}


@media(max-width:768px){
    .footer_top{
        width: 98%;
    }
    .footer_top_card_p{
        font-size: 1.6vw;
    }
    .footer_middle_div{
        flex-direction: column;
    }
    .footer_middle_div_inner{
        width: 97%;
        margin-left: 0;
        margin-bottom: 10px;
        align-items: center;
    }
    .footer_description{
        width: 90%;
        text-align: center;
    }
    .footer_site_email{
        justify-content: center;
    }
    .footer_newsletter_form{
        width: 50%;
    }
    .footer_socials_div{
        width: 60%;
        justify-content: center;
    }
    .footer_div_bottom{
        flex-direction: column;
        
    }
}




/*SUCCESS ALERT CSS*/
.success_status_div{
    position: absolute;
    padding: 10px;
    top: 20px;
    left: 10%;
    width: 80%;
    height: auto;
    background-color: rgb(176, 242, 176);
    border: solid 1px rgb(176, 242, 176);
    border-radius: 5px;
    z-index: 1000;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.status_icon{
    width: 3vw;
    height: 3vw;
}
.status_btn{
    background-color: transparent;
    padding:0;
    color: gray;
    font-family: inherit;
    border: none;
    cursor: pointer;
}
.status_p{
    color: gray;
    font-family: inherit;
    padding: 0;
    margin: 0;

}

@media (max-width:768px){
    .success_status_div{
        left: 5%;
    }
    .status_p{
        font-size: 2vw;
    }

}


/*ERROR ALERT CSS*/
.error_status_div, .exist_status_div{
    position: absolute;
    padding: 10px;
    top: 20px;
    left: 10%;
    width: 80%;
    height: auto;
    background-color: var(--dot2_color);
    border: solid 1px var(--dot2_color);
    border-radius: 5px;
    z-index: 1000;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.status_icon{
    width: 3vw;
    height: 3vw;
}
.error_status_btn, .exist_status_btn{
    background-color: transparent;
    padding:0;
    color: white;
    font-family: inherit;
    border: none;
    cursor: pointer;
}
.status_p{
    color: white;
    font-family: inherit;
    padding: 0;
    margin: 0;

}

@media (max-width:768px){
    .error_status_div{
        left: 5%;
    }
    .status_p{
        font-size: 2vw;
    }

}



/*LANDING PAGE CSS*/

.landing_body{
    width: 100vw;
    height: 100vh; 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--new_font_fam);
    overflow-x: hidden; 
    overflow-y: auto; 
    background-color: var(--highlighted_zones);
    
    /* Center content */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.landing_head_div{
    width: 96%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--backgrnd_color);
    border-radius: 5px;
    border: solid 1px var(--highlighted_zones);
    padding-bottom: 10px;
}
.landing_logo{
    width: 35%;
    height: auto;
}

.landing_product_title {
    width: 80%;
    font-family: var(--new_font_fam);
    font-size: 30px;
    text-align: center;
    background: linear-gradient(to right, var(--btn_color), var(--modern_font_color2));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}


.checkout_p{
    font-family: var(--new_font_fam);
    font-size: 2vw;
    font-weight: 500;
    color: var(--modern_font_color2);
}


.landing_body_div{
    margin-top: 20px;
    width: 98%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landing_body_div_left{
    width: 48%;
    padding: 10px;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: var(--backgrnd_color);
    border-radius: 5px;
    border: solid 1px var(--highlighted_zones);

}
.landing_body_div_content{
    width: 96%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    
    
    
    
}

.landing_body_div_client_feedback{
    width: 96%;
    padding: 10px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--highlighted_zones);
    border-radius: 5px;
    border: solid 1px var(--highlighted_zones);
    margin-bottom: 10px;
}

.landing_body_div_content_feature{
    position: relative;
    max-width: 70%;
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--backgrnd_color);
    border-radius: 5px;
    border: solid 1px var(--highlighted_zones);
    overflow-x: hidden;
}
.landing_body_div_content_feature img{
    min-width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.landing_feature_shade{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    align-items: flex-end;      
    justify-content: flex-start;
    /*background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));-->*/
    background-color: transparent;
}
.landing_feature_shade div{
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 20px;
}
.landing_new_header{
    font-family: "Gentium Basic", serif;
    font-weight: 400;
    font-size: 35px;
    color: var(--btn_color);
    text-transform: lowercase;
}
.landing_new_header::first-letter {
    text-transform: uppercase;
}

.landing_new_header_min{
    font-family: "Gentium Basic", serif;
    font-weight: 200;
    font-size: 18px;
    color: white;
    text-transform: lowercase;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.landing_new_header_min::first-letter {
    text-transform: uppercase;
}
.landing_like_btn{
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    margin-left: 10px;
}

.landing_like_btn img{
    width: 25px;
    height: 25px;
    margin: 2px;
    cursor: pointer;
}

#landing_like_icon {
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}


@media(max-width:769px){
    .landing_new_header{
        font-size: 25px;
    }
    .landing_logo{
        width: 50%;
        height: auto;
    }
    .landing_body_div_content_feature{
        width: 98%;
    }
    
    .landing_new_header_min{
        font-size: 14px;
    }
    .landing_new_header_min_icon{
        width: 18px;
        height: 18px;
        margin-left: 10px;
    }
    
    
}




.landing_body_div_content_description{
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: var(--backgrnd_color);
    border-radius: 5px;
    border: solid 1px var(--highlighted_zones);
    padding: 20px;
    box-sizing: border-box;

}

.landing_new_content_title{
  font-family: var(--new_font_fam);
  font-weight: 200;
  font-size: 18px;
  color: var(--btn_color);
  /*color: #46414b;*/
  line-height: 2;
    
}
.landing_new_content_text{
  font-family: var(--new_font_fam);
  font-weight: 200;
  font-size: 16px;
  color: #46414b;
  line-height: 2;
    
}




.landing_body_div_client_feedback_inner{
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: top;
    background-color: var(--backgrnd_color);
    border-radius: 5px;
    border: solid 1px var(--highlighted_zones);
    padding-left: 10px;
}

.landing_feature_img{
    width: 98%;
    aspect-ratio: 1/1;
    border-radius: 5px;
}

.landing_client_response_img{
    width: 95%;
    height: auto;
    object-fit: contain;
    margin: 0;
}


.landing_p{
    font-family: var(--new_font_fam);
    font-size: 14px;
    color: var(--modern_font_color);
    margin: 10px;
}
.landing_span{
    font-family: var(--new_font_fam);
    font-size: 10px;
    color: green;
    margin: 10px;

}

.landing_body_div_gallery{
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--backgrnd_color);
    border-radius: 5px;
    border: solid 1px var(--highlighted_zones);
    margin-bottom: 10px;
}

.landing_gallery_img{
    width: 80%;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .landing_body_div_gallery {
        width: 98%;
    }
    .landing_gallery_img{
        width: 98%;
    }
}

.landing_body_h{
    font-family: var(--new_font_fam);
    font-size: 18px;
    font-weight: 400;
    color: var(--btn_color);
}
.landing_body_subh{
    font-family: var(--new_font_fam);
    font-size: 14px;
    font-weight: 400;
    color: var(--btn_color);
}
.landing_form-group{
    width: 93%;
    display: flex;
    flex-direction: column;
    height: auto;
    border-radius: 5px;
    padding: 5px;
    margin-top: 20px;
}

.landing_form-group_row{
    width: 97%;
    display: flex;
    flex-direction: row;

}

.landing_form-group_mini{
    width: 47%;
    display: flex;
    flex-direction: column;
    height: auto;
    border-radius: 5px;
    padding: 5px;
    margin-top: 20px;
}


.landing_form-input{
    border: none;
    border-radius: 5px;
    font-family: var(--new_font_fam);
    font-size: 13px;
    color: var(--modern_font_color);
    padding: 7px 7px;
    margin-top: 5px;
    border: solid 1px var(--highlighted_zones);
    background-color: var(--boxes_coloring);
}
.landing_form-input:focus{
    outline: 0;
}
.landing_form-group:focus{
    border: solid 1px var(--modern_font_color2);
}
.landing_label{
    font-family: var(--new_font_fam);
    font-size: 14px;
    color: var(--modern_font_color2);

}
.landing_required{
    color: var(--btn_color);
}

.landing_payment_options_div{
    width: 93%;
    display: flex;
    flex-direction: column;
    height: auto;
    border-radius: 5px;
    padding: 5px;
    margin-top: 20px;

}
.landing_payment_option{
    width: 100%;
    background-color: var(--boxes_coloring);
    padding: 5px;
}
.landing_payment_icon{
    width: 14px;
    height: 14px;
    margin-right: 5px;
}


.landing_order_details_1{
    width: 95%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px var(--highlighted_zones);
}

.landing_order_details_body{
    width: 95%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    border-bottom: solid 1px var(--highlighted_zones);
}
.landing_product_p1{
    font-family: var(--new_font_fam);
    font-size: 14px;
    color: var(--modern_font_color2);
    width: 55%;
}
.landing_product_p2{
    font-family: var(--new_font_fam);
    font-size: 14px;
    color: var(--modern_font_color2);
    width: 15%;
}

.landing_product_img{
    width: 10%;
    height: auto;
}

.landing_place_order_btn{
    width: 97%;
    padding: 15px 7px;
    background-color: var(--btn_color);
    border: solid 1px var(--btn_color);
    border-radius: 5px;
    color: white;
    cursor: pointer;
    margin-top: 10px;
}
.landing_place_order_btn:hover{
    background-color: var(--dot2_color);
    border: solid 1px var(--dot2_color);
}

.landing_footer{
    width: 97%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.landing_footer_p{
    font-family: var(--new_font_fam);
    font-size: 14px;
    color: var(--modern_font_color2);
}

.landing_till_icon{
    width: 50%;
    height: auto;
}

.landing_options_div{
    width: 99%;
    height: auto;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    background-color: var(--backgrnd_color);
    margin-bottom: 10px;
}

@media (max-width: 200px) {
    .landing_options_div {
        grid-template-columns: 1fr; 
    }
}





.landing_option_label{
    display: block;
    width: 90%;
    height: 200px;
    background-color: var(--boxes_coloring);
    display: flex;
    flex-direction: column;
    align-items: top;
    cursor: pointer;
    border-radius: 5px;
    border: solid 1px var(--highlighted_zones);
}
.landing_option_label_top{
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.landing_option_label_bottom{
    width: 100%;
    height: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.landing_option_label_image{
    width: 40%;
    height: auto;
    margin-right: 5px;
}

.landing_option_label_p{
    width: 90%;
    font-family: var(--new_font_fam);
    font-size: 10px;
    color: var(--gray_zones);
}

.landing_compatibility_div{
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
}
.landing_compatibility_label{
    width: 80%;
    display: flex;
    flex-direction: row; 
    cursor: pointer;
}
.landing_compatibility_label:hover{
    background-color: var(--highlighted_zones);
    border-radius: 5px;
}

.landing_summary_div{
    width: 98%;
    height: auto;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    background-color: var(--boxes_coloring);
    border-radius: 5px;
}
.landing_summary_div_inner{
    width: 95%;
    height: auto;
    display: flex;
    flex-direction:row;
    justify-content: space-between;
}
.landing_input{
    width: 30%;
    padding: 7px 7px;
    background-color: var(--highlighted_zones);
    border: solid 1px var(--gray_zones);
    border-radius: 5px;
}
.landing_support_icons_div{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-top: solid 1px var(--highlighted_zones);
}
.landing_support_icons{
    width: 45%;
    height: auto;
    margin: 10px;
}

.lp_select_county{
    padding: 10px 10px;
    background-color: var(--highlighted_zones);
    border: solid 1px gray;
    border-radius: 5px;
}






@media(max-width:768px){
    .landing_body_div_left{
        width: 97%;
        margin-top: 20px;
    }
    .landing_body_div_content{
        width: 97%;
        order: -1;
        flex-direction: column;
    }
    .landing_body_div_content_feature, .landing_body_div_content_description{
        width: 96%;
        margin-bottom: 10px;
    }

    .landing_body_div_client_feedback{
        width: 97%;
        flex-direction: column;
    }
    
    .landing_body_div_client_feedback_inner{
        width: 96%;
        margin-bottom: 10px;
    }


    .landing_product_p1{
        font-size: 2.2vw;
    }
    .landing_product_p2{
        font-size: 2.2vw;
    }
    .landing_label{
        font-size: 2.2vw;

    }
    .landing_footer{
        font-size: 2.2vw;
    }
    .landing_p{
        font-size: 2.3vw;
    }
    .landing_span{
        font-size: 1.8vw;

    }
    .product_desc_numbering{
        font-size: 2vw;
    }

}

/*END OF LANDING PAGE CSS*/


/*THANKYOU PAGE CSS*/
.thankyou_body{
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    
}
.thankyou_data_div{
    width: 90%;
    height: 50vh;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow-y: auto;
    background-color: var(--highlighted_zones);
    border-radius: 5px;
    display: flex;
    justify-content: center;
   
}
.thankyou_container{
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.thankyou_container_inner{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: solid 1px var(--backgrnd_color);
}

.thankyou_container_inner_head{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: solid 1px var(--modern_font_color);
}
.thankyou_container_inner_foot{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: solid 1px var(--modern_font_color);
}
.thankyou_column1{
    width: 70%;
    font-size: 14px;
    font-family: var(--new_font_fam);
    color: var(--modern_font_color);
    margin: 0;
    line-height: 2;
}
.thankyou_column2{
    width: 14%;
    font-size: 14px;
    font-family: var(--new_font_fam);
    color: var(--modern_font_color);
    margin: 0;
    line-height: 2;
}
.thankyou_column3{
    width: 14%;
    font-size: 14px;
    font-family: var(--new_font_fam);
    color: var(--modern_font_color);
    margin: 0;
    line-height: 2;
}
.thankyou_h{
    font-size: 25px;
    font-family: var(--new_font_fam);
    color: var(--btn_color);
}

@media(max-width:768px){
    .thankyou_data_div{
        height: 80vh;
    }
    .thankyou_container{
        width: 95%;
    }
    .thankyou_column1, .thankyou_column2, .thankyou_column3{
        font-size: 2vw;
    }
    .thankyou_h{
        font-size: 2.5vw;
    }
}




/*PRODUCT VARIATIONS SECTION*/
.product_detail_variations {
    width: 95%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }

  .product_detail_variations_inner{
    width: 98%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    margin: 0;

  }
  
 /* .product_detail_variations input[type="radio"] {
    display: none;
  }       */
  
  .product_detail_variations label {
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    color: var(--modern_font_color);
  }  
  
  /*.product_detail_variations input[type="radio"]:checked + label {
    background-color: var(--btn_color);
    color: white;
    border-color: var(--btn_color);
  }    */

  @media(max-width:768px){
    .product_detail_variations label, .product_detail_color-options label{
        font-size: 8px;
    }

  }


  /*END OF PRODUCT VARIATIONS*/
  
  
  /*MOBILE SEARCH POPUP*/

.mobile_search_popup{
    position: absolute;
    display: none;
    top: 2;
    margin-left: 10px;
    width: 90vw;
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: var(--backgrnd_color);
    box-shadow: 1px 1px 3px var(--gray_zones);
    border: solid 1px var(--backgrnd_color);
    border-radius: 5px;
    z-index: 1000;
    padding: 5px;
}
.mobile_search_popup input{
    width: 80%;
    padding: 7px 7px;
    background-color: var(--highlighted_zones);
    border: solid 1px var(--highlighted_zones);
    border-radius: 5px;
    color: var(--modern_font_color2);
    font-size: 12px;

}
.mobile_search_popup input:focus {
    outline: none;
    box-shadow: 1px 1px 3px var(--gray_zones); 
    border-radius: 5px;
}
.mobile_search_popup img{
    width: 5%;
    height: auto;
    cursor: pointer;
}




/*MAP DISPLAY CSS*/
 #map-container {
    display: none; 
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: white;
    border: 2px solid black;
    z-index: 1000;
    padding: 10px;
}

#map {
    width: 100%;
    height: 100%;
}

.mapclose-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 1000;
}


/*SUBCATEGORY PART*/

.header_scroll_menu {
    list-style: none;
    padding: 0;
    width: 99%;
    height:auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-x: scroll;
    scrollbar-width: none; 
    -ms-overflow-style: none;
    scroll-behavior: smooth; 
    flex: 1;
    position: relative; 
}

.header_scroll_menu > li {
    
    padding: 7px 7px;
    cursor: pointer;
    margin-right: 10px;
    color: var(--modern_font_color);
    font-family: var(--new_font_fam2);
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 0 0 auto;
    text-decoration: none;
}
#header_scroll_menu_a{
    padding: 7px 7px;
    cursor: pointer;
    margin-right: 10px;
    color: var(--modern_font_color);
    font-family: var(--new_font_fam2);
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 0 0 auto;
    text-decoration: none;
}

.header_scroll_menu > li:hover {
    background-color: var(--highlighted_zones);
    border-radius: 5px;
}

.header_scroll_submenu {
    list-style: none;
    display: none;
    position: fixed;  
    background: var(--backgrnd_color);
    border: 1px solid var(--highlighted_zones);
    box-shadow: 1px 1px 3px var(--gray_zones);
    border-radius: 5px;
    padding: 10px;
    width: 50vw;
    height: auto;
    z-index: 1000;
    flex-direction: column;
}

.header_scroll_submenu li {
    width: 45%;
    padding: 10px;
    color: var(--modern_font_color2);
    font-size: 12px;
}

.header_scroll_submenu a {
   text-decoration: none;
   color: #355b4d;
}

.header_scroll_submenu li:hover {
    background: var(--boxes_coloring);
    color: var(--btn_color);
    border-radius: 5px;
}

@media(max-width:768px){
    .header_scroll_submenu li{
        width: 90%;
    }
    
}


/*WHATSAPP*/
.whatsapp-iconlink {
    position: fixed;
    bottom: 40px;
    right: 105px;
    padding:5px;
    font-family: var(--new_font_fam2);
    font-size: 14px;
    color:gray;
    background-color:white;
    border-radius:5px;
    z-index: 1000;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.whatsapp-icon {
    position: fixed;
    bottom: 40px;
    right: 40px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: 1000;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
/*END OF WHATSAPP*/

/*product review*/
.review_product_id{
    width: 97%;
    background-color:var(--boxes_coloring);
    margin-top: 20px;
    border-radius: 5px;
}

#review-summary{
    font-family: var(--new_font_fam2);
    font-size: 14px;
    color: var(--modern_font_color2);
    margin-left: 10px;
}

#reviews-list{
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
}

.review{
    padding: 10px 10px;
    box-shadow: 1px 1px 3px var(--gray_zones);
    border-radius: 5px;
    background-color: var(--backgrnd_color);
    margin: 10px;
}
.review h3{
    font-family: var(--new_font_fam2);
    font-size: 18px;
    color: var(--modern_font_color2);
}
.review p{
    font-family: var(--new_font_fam2);
    font-size: 10px;
    color: var(--modern_font_color2);
}
.star{
    color:var(--btn_color);
}


/*end of product review*/


/*START OF LOADING EFFECT*/

.loading-shield {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999; 
    color: var(--grayzones);
}

/*
.spinner {
    position: relative;
    width: 50px;
    height: 50px;
    border: 5px solid #ccc; 
    border-top: 5px solid var(--btn_color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.spinner img{
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-0deg);
    animation: counter-spin 2s linear infinite;
}   */


.spinner {
    position: relative;
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top: 5px solid var(--btn_color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.spinner-img-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: counter-spin 1s linear infinite;
}

.spinner-img-wrapper img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}



@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes counter-spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(-360deg); }
}




.loading_text{
    margin-top: 5px;
    font-family: var(--new_font_fam2);
    font-size: 14px;
    color: var(--modern_font_color2);
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



/*CLIENT ACCOUNT CSS*/
.client_account_main_div{
    min-width: 98%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client_account_tab_icon{
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.client_account_h{
    font-family: var(--new_font_fam2);
    font-size: 16px;
    color: var(--modern_font_color);
    border-bottom: solid 1px var(--highlighted_zones);
    padding: 10px;
    width: 100%;
}

.client_account_ph{
    font-family: var(--new_font_fam2);
    font-size: 16px;
    color: var(--modern_font_color);
    margin: 0;
    line-height: 2;
    width: 100%;
    padding-left: 10px;
}
.client_account_info_container{
    width: 100%;
    height: auto;
    background-color: var(--backgrnd_color);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    
}



.client_acc_order_card{
    width: 50%;
    height: auto;
    border: solid 1px var(--highlighted_zones);
    border-radius: 5px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color:var(--backgrnd_color);
    box-shadow: 1px 1px 3px var(--gray_zones);
}
.client_acc_order_card p{
    font-size: 12px;
}
.client_acc_order_card_action_div{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;

}
.client_acc_order_card_cont{
    width: 100%;
    height: auto;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-top: solid 1px var(--highlighted_zones);
}
.client_acc_order_card_img_div{
    width: 15%;
    height: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client_acc_order_card_img{
    width: 50%;
    height: auto;
}
.client_acc_order_card_info_div{
    width: 79%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}

.client_account_p{
    font-family: var(--new_font_fam);
    font-size: 10px;
    color:var(--gray_zones);
    margin: 0;
    line-height: 1.5;
}
.client_acc_order_card_info_div span{
    margin-left: 10px;
    color: purple;
}
.client_acc_order_card_summary_div{
    width: 100%;
    background-color: var(--boxes_coloring);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.client_acc_order_card_status{
    padding: 1px 2px;
    color: white;
    font-family: var(--new_font_fam);
    font-size: 10px;
    background-color: green;
    border-radius: 5px;
    margin-left: 10px;
}
.client_acc_order_card_total{
    font-family: var(--new_font_fam);
    font-size: 12px;
    margin-right: 10px;

}

.client_acc_settings_cont{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: top;
    justify-content: space-between;
}
.client_acc_settings_card{
    width: 45%;
    height: auto;
    border: solid 1px var(--highlighted_zones);
    border-radius: 5px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: top;
    box-shadow: 1px 1px 3px var(--gray_zones);
    

}

.client_acc_settings_card_header{
    width: 100%;
    background-color: var(--boxes_coloring);
    border-bottom: solid 1px var(--gray_zones);
    margin: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    line-height:2;
    padding-left: 5px;
    box-sizing: border-box;
}

.client_acc_settings_card_p{
    font-family: var(--new_font_fam);
    font-size: 14px;
    color: var(--modern_font_color);
    margin: 0;
    line-height: 2;
    padding-left: 5px;
}
.client_acc_settings_card_icon{
    width: 16px;
    height: 16px;
    margin: 20px;
    cursor: pointer;
}


.client_account-input-container {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: 10px;
    box-sizing: border-box;
}

.client_account-input-label {
    font-size: 14px;
    color: #888;
    margin-bottom: 4px;
}

.client_account-styled-input {
    width: 90%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.3s ease;
}

.client_account-styled-input:focus {
    border-color: #007BFF;
}
.client_account-input-btn{
    padding: 7px 7px;
    background-color: var(--dot2_color);
    color: white;
    border: solid 1px var(--dot2_color);
    cursor:pointer;
    border-radius: 5px;
    margin: 10px;
}
.client_acc_logout{
    position: fixed;
    z-index: 1000;
    bottom: 10px;
    right: 10px;
    padding: 7px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--backgrnd_color);
    box-shadow: 1px 1px 3px var(--gray_zones);
    border-radius: 5px;
    text-decoration: none;
    
}
.client_acc_logout img{
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.client_acc_logout p{
    font-size: 14px;
    color: var(--btn_color);
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.client_account_error_status_span {
    background-color: var(--dot2_color);
    color: white;
    font-size: 12px;
    padding: 5px 5px;
    border: solid 1px var(--dot2_color);
    border-radius: 5px;
    margin-left: 10px;
    animation: blink 1s infinite; /* Makes it blink every second */
}



@media(max-width:768px){
    .product-details-display-tab{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 2.5vw;
    }
    .client_account_tab_icon{
        width: 3vw;
        height: 3vw;
    }
    .client_acc_order_card{
        width: 95%;
    }
    .client_account_p{
        font-size: 2.2vw;
    }
    .client_acc_order_card_info_div span{
        font-size: 2.2vw;

    }
    .client_acc_settings_cont{
        flex-direction: column;
    }
    .client_acc_settings_card{
        width: 95%;

    }
    
}





.product_edit_form_details{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:50vw;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1000;
    background-color: var(--highlighted_zones);
    border-radius: 5px;
    box-shadow: 1px 1px 3px gray;
}


.product_edit_form_h{
    margin-bottom: 10px;
    color: var(--modern_font_color);
    font-size: 16px;
    
}

.product_edit_form_input{
    width: 50%;
    padding: 7px 7px;
    background-color: var(--backgrnd_color);
    border: solid 1px var(--highlighted_zones);
    border-radius: 5px;
    color: var(--gray_zones);
    margin-bottom: 10px;
    font-family: var(--new_font_fam);
    color: var(--modern_font_color);
    font-size: 13px;

}

.product_edit_form_btn{
    padding: 7px 7px;
    background-color: var(--dot2_color);
    border: solid 1px var(--dot2_color);
    border-radius: 5px;
    color: white;
    font-family: inherit;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 10px;
    
}
.product_edit_form_close{
    margin-bottom: 10px;
    color: var(--dot2_color);
    font-size: 16px;
    cursor: pointer;
    
}

.product_edit_form_select{
    margin: 10px;
    background-color: var(--backgrnd_color);
    border-radius: 5px;
}

@media (max-width:768px){
    .p_details_icon{
        width: 3vw;
        height: 3vw;
    }
    .product_edit_form_details{
        width: 95vw;
    }

}




/*EMPTY RETURN CSS*/
.empty_return_div{
    width: 100%;
    min-height: 200px;
    height: auto;
    background-color: var(--backgrnd_color);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.empty_return_icon{
    width: 15%;
    height: auto;
}
.empty_return_title{
    font-size: 16px;
    margin: 0;
    line-height: 2;
}
.empty_return_desc{
    font-size: 12px;
    margin: 0;
    line-height: 2;
}

@media(max-width:768px){
    .empty_return_icon{
        width: 25%;
    }

}


/*CLIENT LOGIN CSS*/
.client_login_div{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    max-width: 100vw;
    max-height: 100vh;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.client_register_div{
    width: 98%;
    height: auto;
    background-color: var(--highlighted_zones);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.client_register_cont{
    width: 80%;
    height: auto;
    border-radius: 3px;
    background-color: var(--backgrnd_color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.client_login_close_div{
    width: 98%;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: right;
}
.client_login_close_icon{
    width: 25px;
    height: 25px;
    margin: 20px;
    cursor: pointer;
}
.client_login_cont{
    width: 80%;
    height: 80%;
    border-radius: 3px;
    background-color: var(--backgrnd_color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.client_login_header{
    font-size: 35px;
    color: var(--gray_zones);
}
.client_login_form{
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
}
.client_login_btn{
    width: 50%;
    padding: 10px;
    background-color: var(--dot2_color);
    border: solid 1px var(--dot2_color);
    color: white;
    cursor: pointer;
    border-radius: 5px;
    margin: 10px;
}
.client_login_btn:hover{
    background-color: var(--dot3_color);
    border: solid 1px var(--dot3_color);
}
.client_login_service_div{
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

@media(max-width:768px){
    .client_login_cont{
        width: 90%;
    }
    .client_login_form{
        width: 98%;
       
    }
    .client_login_btn{
        width: 90%;
    }
    .client_login_service_div{
        width: 90%;
    }
    .client_register_cont{
        width: 95%;
    }

}

/*STATUS DISPLAY CSS*/
.status_display_invalid, .status_display_duplicate, .status_display_error, .status_display_null{
    display: none;
    font-size: 12px;
    color: var(--btn_color);
}




@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.status_display_wrongpass {
    display: none;
    font-size: 12px;
    background-color: var(--btn_color);
    color: white;
    padding: 7px 7px;
    border-radius:3px;
    animation: blink 1s infinite;
}





/*ONLINE STATUS DOT*/

.user_icon_wrapper {
    position: relative;
    display: inline-block;
}

.user_status {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: green;
    border-radius: 50%;
    border: 2px solid white;
}

/*ONLINE STATUS DOT*/


/*NEW PAYMENT TERMS*/
.payment_notify_div{
        width: 95%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .payment_notify_div h2{
        font-family: 'Poppins', sans-serif;
        color: #606060;
        font-size: 20px;
    }
    .payment_notify_div h2 span{
        font-family: 'Poppins', sans-serif;
        color: #0099ff;
        font-size: 20px;
    }
    .payment_notify_card{
        width: 100%;
        height: auto;
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        background-color: rgb(208, 248, 248);
        padding: 20px;
        box-sizing: border-box;
        border: solid 1px gray;
        border-radius: 10px;
    }
    .payment_notify_card_inner{
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content:flex-start;
        margin-top: 10px;
    }
    .payment_notify_card_inner img{
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .payment_notify_card_inner span{
        font-family: 'Poppins', sans-serif;
        color: #606060;
        font-size: 20px;
    }
    .payment_notify_card_inner p{
        font-family: 'Poppins', sans-serif;
        color: #606060;
        font-size: 14px;
        margin: 0;
        line-height: 2;
    }

    .payment_notify_card_inner p span{
        font-family: 'Poppins', sans-serif;
        color: #0099ff;
        font-size: 14px;
        margin: 0;
        line-height: 2;
    }











