*{
    margin: 0;
    padding: 0;
    font-family: 'Spartan',sans-serif;
    box-sizing: border-box;
}

h1{
    font-size: 50px;
    line-height: 64px;
    color: #222;

}

 h2{
     font-size: 46px;
    line-height: 54px;
    color: #222;

 }


 h4{
    font-size: 20px;
    color: #222;
    
 }



 h6{
     font-size: 12px;
    color: #222;

 }

 p{
     font-size: 16px;
   margin: 15px 0 20px 0;
    color: #222;
    font-weight: 300;
 }

 .section-p1{
    padding: 40px 80px;

 }

 .section-m1{
    margin: 40px 0;
 }
 
 button.normal{
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    color: #000;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.2s;
}
button.white{
    font-size: 13px;
    font-weight: 600;
    padding: 11px 18px;
    color: #fff;
    background-color: transparent;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #fff;
    outline: none;
    transition: 0.2s;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}



 
 body{
    width: 100%;

 }
 /* Index page is start from here */
  /* NavBar*/
 #header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    background-color: #cccccc;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3) ;
    z-index: 999;
    position: sticky;
    top:0 ;
    left: 0;
 }
 
#header img{
    height: 4rem;
    width: 5rem;
    /* left:0rem; */
    
}
#navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#close {
    display: none;
    
}
 #mobile {
    display: none;
    
}

#navbar li{
    list-style: none;
    padding: 0 20px;
    position: relative;

}
#navbar  a{
text-decoration: none;
font-size: 16px;
font-weight: 550;
color: #1a1a1a;
transition:  0.1s ease-in;
}
#navbar  a:hover,
#navbar  a.active
{
color:rgb(10, 155, 145);


}

#navbar  a.active::after,#navbar  a:hover::after{
    content: "";
    width: 30%;
    height: 2px;
    background-color:rgb(10, 155, 145) ;
    position: absolute;
    bottom: -4px;
    left: 20px;
}

/* Hero Section */
#hero{
    background-image: url("IMAGE/hero4.png");
height: 90vh;
width: 100%;
background-size: cover;
background-position: right 0 top 25%;
padding: 0 80px;
display: flex;
flex-direction: column;
align-items: flex-start;

justify-content: center;


}

#hero h4{
    padding-bottom: 15px;
}

#hero h1{
    color: rgb(10, 155, 145);
}
#hero button{
    background-image:url(IMAGE/button.png) ;
    background-color: transparent;
    color:rgb(10, 155, 145) ;
    padding: 14px 80px 14px 65px;
    border: 0;
    background-repeat: no-repeat;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
}

/* Feature section  */

#feature .fe-box{
    width: 180px;
    text-align: center;
    padding: 25px 15px;
    box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.1);
    border: 2px solid #cce7d0;
    border-radius: 4px;
    margin: 15px 0;
}
#feature .fe-box:hover{
    box-shadow:10px 10px 54px rgba(70, 62, 221, 0.2);
}
#feature .fe-box img{
    width: 100%;
    margin-bottom: 10px;
}
#feature .fe-box h6{
    padding: 9px 8px 6px 8px  ;
    line-height:1 ;
    border-radius: 4px;
    color:rgb(10, 155, 145) ;
    background-color: #fddde4;
    display: inline-block;
}
#feature{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#feature .fe-box:nth-child(2) h6{
    background-color: #cdebbc;
}
#feature .fe-box:nth-child(3) h6{
    background-color: #d1e8f2;
}
#feature .fe-box:nth-child(4) h6{
    background-color: #cdd4f8;
}
#feature .fe-box:nth-child(5) h6{
    background-color: #f6dbf6;
}
#feature .fe-box:nth-child(6) h6{
    background-color: #fff2e5;
}
/* Product Section */

#product1{
    text-align: center;
}
#product1 .pro-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#product1 .pro{
    width: 20%;
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid #cce7d0;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.3);
    margin: 2rem;
    transition: 0.2s ease-in;
    position: relative;
}
#product1 .pro:hover{
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.4);  
}
#product1 .pro .div-img{
    width: 100% ;
    height: 17rem;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
}
#product1 .pro .des{
    text-align: start;
    padding: 10px 0;
}
#product1 .pro .des span{
   color: #606063; 
   font-size: 12px;
}
#product1 .pro .des h5{
    padding-top: 7px;
    color: #1a1a1a;
    font-size: 14px;
}
/* #product1 .h2-product{
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
#product1 p{
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
} */
.star{
font-size: 12px;
color: rgb(243,181,25);
padding-top: 5px;
}
#product1 .pro .des h4{
    padding-top: 7px;
    font-size: 15px;
    font-weight: 700;
    color: #088178;
}
#product1 .pro .cart{
    width: 40px;
    height: 40px;
    /* padding-top: 13px; */
    line-height:40px ;
    border-radius: 50%;
    background-color: #e8f6ea;
    /* font-weight: 500; */
    color: #088178;
    border: 1px solid #cce7d0;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
/* Banner */
#banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url(IMAGE/banner/b2.jpg);
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center;
}
#banner h4{
    color: #fff;
    font-size: 16px;

}
#banner h2{
    color: #fff;
    font-size: 30px;
    padding: 10px 0;
}
#banner h2 span{
    color: #ef3636;
}
#banner button:hover{
    background-color: #088178;
    color:#fff;
}
/* Banner Box */
#sm-banner .banner-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-image: url(IMAGE/banner/b17.jpg);
    min-width: 620px;
    height: 50vh;
    background-size: cover;
    background-position: center;
    padding: 30px;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
}
#sm-banner .banner-box2{
    background-image: url(IMAGE/banner/b10.jpg); 
}
#sm-banner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#sm-banner h4{
color: #fff;
font-size: 20px;
font-weight: 500;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
#sm-banner h2{
color: #fff;
font-size: 35px;
font-weight: 800;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
#sm-banner p{
color: #fff;
font-size: 15px;
font-weight: 500;
padding-bottom: 15px;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
#sm-banner .banner-box:hover button{
background-color: #088178;
border: 1px solid #088178;

}
/* Banner 3 */
#banner3{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 80px;
}
#banner3 .banner-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-image: url(IMAGE/banner/b7.jpg);
    min-width: 30%;
    height: 27vh;
    background-size: cover;
    background-position: center;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
}
#banner3 h2{
    color: #fff;
    font-weight: 900;
    font-size: 22px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
#banner3 h3{
    color: #FAF7F3;
    font-weight: 900;
    font-size: 18px;
     text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#banner3 .banner-box2{
    background-image: url(IMAGE/banner/b4.jpg);
}
#banner3 .banner-box3{
    background-image: url(IMAGE/banner/b18.jpg);
}

/* footer form */
#newLetter{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-image: url(IMAGE/banner/b14.png);
    background-repeat: no-repeat;
    background-position: 20% 30%;
    background-color: #041e42;
    background-size: cover;
    position: relative;
}
#newLetter h4{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
#newLetter p{
    font-size: 14px;
    font-weight: 600;
    color: #818ea0;
}
#newLetter p span{
    
    color: #ffbd27;
}
#newLetter .form{
    display: flex;
    flex-direction: column;
    align-items: flex;
    width: 40%;
}
#newLetter .form div{
    display: flex;
    justify-content: center;
}
#newLetter input{
    height: 3.125rem;
    padding: 0 1.25rem;
    font-size: 18px;
    width: 100%; 
    border: 1px solid transparent ;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    outline: none;

}
#newLetter button{
     height: 3.125rem;
    background-color: #088178;
    color: #fff;
    white-space: nowrap;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.form #email-output{
    line-height: 20px;
    font-size: 12px;
    margin: 0;
    padding-left: 10px;
    color: #FE0100;
}
/* Main Footer */

#footer{
   display: flex;  
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.9) ;
  z-index: 999;
}
#footer .col{
   display: flex; 
flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 50px;
  /* padding-right: 100px; */
}
#footer h4{
    font-size: 14px;
    padding-bottom: 20px;

}
#footer p{
    font-size: 13px;
    margin: 0 0 8px 0;
    
}
#footer a{
    font-size: 13px;
    text-decoration: none;
    color: #222;
    margin-bottom:10px ;
    cursor: pointer;
    
}
#footer .follow{
    margin-top: 20px;
}
#footer .follow i{
    color:#465b52 ;
    padding-right: 4px;
    cursor: pointer;
}
#footer .install .row img{
    border: 1px solid #088178;
    border-radius: 6px;
}
#footer .install img{
    margin: 10px 0 15px 0;
}
#footer .follow i:hover,
#footer a:hover{
color: #088178;
font-weight: 400;
}
#footer .copyright{
    width: 100%;
    text-align: center;
}
.copyright .fa-heart{
    color:red;
    font-size: 16px;
}



/* Shop page is start from here */
/* header page */
#page-header{
    background-image: url(IMAGE/banner/b1.jpg);
    width: 100%;
    height: 35vh;
    background-position: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 14px;
   

}

#page-header h2,
#page-header p{
    color: #fff;
}
#pagination{
    text-align: center;
}
#pagination button{
    text-decoration: none;
    background-color: #088178;
    padding: 15px 20px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
}
/* Shopping page - sproduct */
#prodetails{
    display: flex;
    margin-top: 20px;
} 
#prodetails .single-pro-image{
    width: 40%;
    margin-right: 50px;
}
.single-pro-image #big-img{
    width: 100%;
    height: 20rem;
    background-size: cover;
    border: 1px solid #cce7d0;
    margin-bottom: 0.5rem;
   background-position: center;
}
.small-img-group{
    display: flex;
    justify-content: space-between;
}
.small-img-col{
    flex-basis: 24%;
    width: 25%;
    height: 5rem;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    border: 1px solid #cce7d0;
    
}
.small-img-col:hover{
    border: 2px solid #088178;
    border-radius: 2px;
}
#prodetails .single-pro-deatils{
    width: 50%;
    padding-top: 30px;
}
#prodetails .single-pro-deatils h4{
    padding: 40px 0 20px 0;
}
#prodetails .single-pro-deatils h2{
   font-size: 26px;
}
#prodetails .single-pro-deatils select {
    display: block;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #088178;
    padding: 5px 10p;
    margin-bottom: 10px;
    outline: none;

} 
#prodetails .single-pro-deatils input{
    width: 50px;
    height: 47px;
    padding-left: 10px;
    font-size: 16px;
    margin-right: 10px;
     border-radius: 4px;
    border: 1px solid #088178;
    outline: none;
}
#prodetails .single-pro-deatils button{
   background-color: #088178;
   color: #fff;
}

#prodetails .single-pro-deatils span{
    line-height: 25px;
}

/* Blog page */

#page-header.blog-header{
    background-image: url("IMAGE/banner/b19.jpg");
   
}

#blog{
    padding: 100px;
}
#blog .blog-box{
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding-bottom: 90px;

}
#blog .blog-box .blog-img{
    width: 40%;
    height: 500px;
    margin-right: 40px;
}
#blog img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
#blog .blog-details{
    width: 50%;
}
#blog .blog-details a{
    text-decoration: none;
    font-size: 11px;
    color: #000;
    font-weight: 700;
    position: relative;
    transition: 0.3s;
}
#blog .blog-details a::after{
content: "";
width: 50px;
height: 2px;
background-color: #000;
position: absolute;
top: 6px;
right: -60px;
}
#blog .blog-details a:hover{
    color: #088178;
}
#blog .blog-details a:hover::after{
  background-color: #088178;
} 
#blog .blog-box h1{
    position: absolute;
    top: -40px;
    left: 0;
    font-size: 70px;
    font-weight: 700;
    color:#c9cbce;
    /* z-index: -1; */
}

/* Aboout Page */
#page-header.about-header{
background-image: url("IMAGE/about/banner.png");
}
#about-head{
    display: flex;
    align-items: center;
    padding: 80px ;

}

#about-head img{
    width: 50%;
    height: auto;
}
#about-head div{

    padding-left: 30px;
}
#about-head div p{
    line-height:20px ;
    text-align: justify;
}
#about-head #abbr{
    line-height: 25px;
    text-align: justify;
}
#about-head marquee{
    margin-top: 20px;
    padding-top: 5px;
}
#about-app{
    text-align: center;
}
#about-app .video{
    width: 70%;
    height: 100%;
    margin: 30px auto 0 auto;

}
#about-app .video video{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

/* Contact page */

#contact-details{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#contact-details .details{
    width: 40%;
}
#contact-details .details span,
#form-details #contact-div span{
   font-size: 12px;
}
#contact-details .details h2,
#form-details #contact-div h2
{
   font-size: 26px;
   line-height: 35px;
   padding: 20px 0;

}
#contact-details .details h3{
    font-size: 16px;
    padding-bottom: 15px;
}
#contact-details .details li{
    list-style: none;
    display: flex;
    padding: 10px 0;
}
#contact-details .details li i{
    font-size: 14px;
    padding-right: 22px;
}
#contact-details .details li p{
    margin: 0;
    font-size: 14px;
}

#contact-details .map{
    width: 50%;
    height: 400px;
      box-shadow: 0px 1px 20px 2px rgba(0, 0, 0, 0.5);
       border-radius: 4px;

}
#contact-details .map iframe{
    width: 100%;
    height: 100%;
    border-radius: 4px;
   
}
#form-details{
    display: flex;
    justify-content: space-between;
    margin: 30px;
    padding: 80px;
    border:1px solid #e1e1e1 ;
}
#form-details #contact-div{
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#form-details #contact-div input, textarea{
    width: 100%;
    padding: 12px 15px ;
    outline: none;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
}

#form-details #contact-div button{
     background-color: #088178;
    color: #fff;
}
#form-details .people div{
    padding-bottom: 25px;
    display: flex;
    align-items: flex-start;
}
#form-details .people div img{
    width: 65px;
    height: 65px;
    object-fit: cover;
    margin-right: 15px;
}
#form-details .people div p{
    margin: 0;
    font-size: 13px;
    line-height: 25px;
}
#form-details .people div p span{
    display: block;
    font-size: 16px;
   font-weight: 600;
   color: #000; 
}

/* Cart Page */
#cart{
    overflow-x: auto ;
}
#cart table{
    width: 100%;
    border-collapse:collapse ;
    table-layout: fixed;
    white-space: nowrap;
}
.cart-row-img{
    background-image: url(IMAGE/products/f1.jpg);
    width: 100%;
    height: 10rem;
    background-size:cover;
    background-position: center;
    border: #034641;
}
#cart table td:nth-child(1){
    width: 100px;
    text-align: center;
}
#cart table td:nth-child(2){
    width: 120px;
    text-align: center;
    /* display: flex;
    justify-content: center; */
}
#cart table td:nth-child(3){
    width: 250px;
    text-align: center;
}
#cart table td:nth-child(4),
#cart table td:nth-child(5),
#cart table td:nth-child(6){
    width: 150px;
    text-align: center;
}
#cart table td:nth-child(5) input{
width: 70px;
padding: 10px 5px 10px 15px;
}
#cart table thead{
    border: 1px solid #e2e9e1;
    border-left: none;
    border-right: none;
}
#cart table thead td{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    padding: 18px 0;
}
#cart table tbody tr td{
    padding-top: 15px;
}
#cart table tbody  td{
font-size:13px ;
}
#cart-add{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#cart-add #coupon{
    width: 50%;
    margin-bottom: 30px;

}
#cart-add #coupon h3,
#subtotal h3{
    padding-bottom: 15px;
}
#cart-add #coupon input{
    padding: 10px 20px;
    outline: none;
    width: 60%;
    margin-right:10px ;
    border: 1px solid #e2e9e1;
    border-radius: 4px;
}
#cart-add #coupon button{
    background-color: #088178;
    color:#fff;
    padding: 11px 20px;
}
#proceed-check-out{
    background-color: #034641;
     color: #9b9696;
    cursor:not-allowed;
}
#proceed-check-out.active{
    background-color: #088178;
    color:#fff;
    padding: 11px 20px;
    cursor: pointer;
}
#subtotal{
    width: 50%;
    margin-bottom: 30px;
    border: 1px solid #e2e9e1;
    padding: 30px ;
    border-radius: 4px;
}
#subtotal table{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
#subtotal table td{
    width: 50%;
    border: 1px solid #e2e9e1;
    padding: 10px;
    font-size: 13px;
}

/* Profile starts from here */

.profile-logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}
.profile-logo #logo{ 
   margin-top: 20px;
   background-image: url("IMAGE/profile-photo .jpg");
   background-size: cover;
   background-position: center;
   border:2px solid #e1e1e1;
   border-radius: 50%;
   height: 12vh;
   width: 12vh;
   box-shadow: 0px 1px 20px 2px rgba(0, 0, 0, 0.2);
   
}

.profile-logo p{
   padding:0;
   margin: 0;
}
.profile-logo h2{
    font-size: 30px;
    line-height:30px ;
}
.profile-details{
    margin-top:15vh ;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding:0 20px 0 40px;
    margin-bottom: 40px;
}
.profile-details h5{
    padding:2rem 0 0.9rem 0;
    font-size: 16px;
}
.profile-details h3{
    font-size: 16px;
    font-weight: 500;
}
.profile-details{
    position: relative;
}
.button{
    width: 100%;
display: flex;
justify-content: center;
margin-top: 2rem;
}
.profile-details button{
    background-color: #088178;
     color: #fff;
     margin-left: 1rem;
    
}
#logout{
    padding: 15px 54px;
}
#edit{
    padding: 15px 68px;
    margin-left: 0;
}
.profile-section{
    border:2px solid #e1e1e1 ;
    box-shadow: 0px 1px 20px 2px rgba(0, 0, 0, 0.2);

}


/* Popup starts from here */
/* profile popup */
main{
    position: relative;
}

#profile-popup{
    display: flex;
    flex-direction: column;
    align-items: center;
    border:1px solid #e1e1e1 ;
    width: 40%;
    height: auto;
    position: fixed;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 13px 20px 5px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    z-index: 1000;
    border-radius: 3px;
    opacity: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease;
    
    
    
}
#profile-popup.active{
    visibility: visible;
    opacity: 1;
}
#profile-popup .photo-popup{
   display: flex;

   flex-direction: column;
   width: 20vw;
   height: 25vh;
   /* border:1px solid #e1e1e1 ; */
   align-items: center;
  

}
.photo-popup-img{
    height: 12vh;
    width: 12vh;
    border: 2px solid #e1e1e1  ;
    border-radius:50%;
    background-image: url("IMAGE/profile-photo .jpg");
    background-size:cover;
    background-position: center;
    box-shadow: 0px 1px 20px 2px rgba(0, 0, 0, 0.2);
}

#photo-taker{
    padding-left: 4rem;
    padding-top: 1rem;
    /* margin-bottom: 1rem; */
}
#photo-taker h5{
    padding-left: 2rem;
    margin-bottom: 10px;
}
.details-popup{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    
    
}
.details-popup input{
    margin-top: 5px;
    margin-bottom: 20px;
    width: 20vw;
    height: 2rem;
    padding-left: 5px;
    font-size: 14px;
    border: none;
    outline: none;
    border-bottom: 2px solid #e1e1e1  ;
}
.details-popup h5{
    font-size: 15px;
    font-weight: 500;
}
.gender-pop{
    display: flex;
    gap: 2rem;
    margin-top: 10px;
    margin-bottom: 15px;
}
.gender-pop label{
    display: flex;
       
}
.gender-pop input{
    width: 3vw;
    height: 3vh;
    text-align: center;   
    margin: 0;   
}

#okay-popup{
    margin-top: 0.5rem;
    margin-bottom:2rem ;
    background-color: #088178;
    color: #fff;
}
#cross-edit-pop{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.fa-xmark{
    margin-top: 1rem;
    margin-right: 1rem;
}
/* cart place order popUp */
#check-out-section{
    position: fixed;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0,0.6);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
     visibility: hidden; 
    opacity: 0; 
    transition: visibility 0.3s ease, opacity 0.3s ease;
}
.check-out-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border:1px solid #e1e1e1 ;
    width: 40%;
    height: auto;
    position: fixed;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 6px 8px 20px 20px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    
    
}
.check-out-box #parment-header{
    width: 100%;
    text-align: center;
}
.check-out-box h2{
    text-align: center;
    margin: 2rem 0rem;

    font-size: 2rem;
    color: #088178;
    text-transform: uppercase;
}
.check-out{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content:flex-start;
    margin-left: 2rem;
}
.check-out p{
    font-size: 1.5rem;
    font-weight: 500;
    color: #2e7d32;
}
#payment-box{
    margin: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}
#payment-box label{
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 300;
}
#payment-box label input{
    height: 1rem;
    width: 1rem;
}

#card-details{
    display: flex; 
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;                
    max-height: 0;                  
    opacity: 0;                      
    transition: max-height 0.5s ease-in, opacity 0.5s ease; 
   
}
#card-details.active{
   max-height: 300px;            
    opacity: 1;
    
}
#card-details input{
    margin-bottom: 1rem;
    height: 2.5rem;
    width: 15rem;
    outline: none;
    padding-left: 0.5rem;
    border-radius: 5px;
    border: 2px solid #e1e1e1 ;
    font-size: 1rem;
}
#upi-details{
   overflow: hidden;
   max-height: 0;                   
   opacity: 0;                      
   transition: max-height 0.5s ease-in, opacity 0.5s ease;
}
#upi-details.active{
    max-height: 3rem;              
    opacity: 1;
}
#upi-details input{
     margin-bottom: 1rem;
    height: 2.5rem;
    width: 15rem;
    outline: none;
    padding-left: 0.5rem;
    border-radius: 5px;
    border: 2px solid #e1e1e1 ;
    font-size: 1rem;
}
.button-check-out{
    
     width: 100%;
     display: flex;
     justify-content: space-evenly;
     margin-top: 2rem;
     margin-bottom: 2rem;
     
}
#place-check-out{
     background-color: #034641;
     color: #9b9696;
     cursor: not-allowed;
}
#cencel-check-out{
    
    background-color: #e5e5e5;
    padding-left: 3rem;
    padding-right: 3rem;
}
#cencel-check-out:hover{
   background-color: #f5f3f3;
   opacity: 1; 
}
#place-check-out.active{
    background-color: #088178;
    color: #fff;
    cursor: pointer;
}
#check-out-section.active{
 visibility: visible;
  opacity: 1;
}
/* congratulations popup */

.congratulations{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border:1px solid #e1e1e1 ;
    width: 30%;
    height: 20%;
    position: fixed;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 14px 20px 8px 1px rgba(0, 0, 0, 0.2);
    border-radius: 40px;
    visibility: hidden; 
    opacity: 0; 
    

}
.congratulations.active{
    visibility: visible;
    opacity: 1;
}

.congratulations p{
    font-size: 5rem;
    margin-bottom: 0;
    margin-top: 0;
}
.congratulations h3{
    color: #2e7d32;
    font-family: serif;
}
/* add to cart pop up */
#add-in-cart{
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #e1e1e1 ;
    width: 20%;
    height: 8%;
    position: fixed;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 6px 7px 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    visibility: hidden;
    opacity: 0;
}
#add-in-cart p{
    padding-right: 0.5rem;
    margin: 0;
    font-size: 2rem;
}
#add-in-cart h3{
    font-size: 1.5rem;
     color: #2e7d32;
    font-family: serif;
}
#add-in-cart.active{
 visibility: visible;
 opacity: 1;
}
/* New Adds  */
/* add product */
#add-div{
    width: 100%;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    box-shadow: 0px 1px 20px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    
}
#add-div-start{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4rem;
    width: 100%;
    padding: 0 1.25rem 0 2.5rem;
    
}
#add-div-start i{
    transition: transform 0.3s ease;
}
.rotate{
    transform: rotate(180deg);
}
#add-div-product{
    max-height: 0;
    overflow: hidden;
    padding: 0 1rem;
    transition: max-height 0.5s ease;
    box-sizing:content-box;
}
#add-div-product-inner{
   overflow-x: auto; 
   margin-bottom: 2rem;
}
#add-div-product.open{
   padding: 1rem; 
}

#product-table td,th{
    text-align: center;
    vertical-align: middle;
    padding: 0.7rem;
}
#product-table th{
    border: 1px solid #e2e9e1;
    border-left: none;
    border-right:none;
    font-size: 0.88rem;
    font-weight: 575;
    text-transform: uppercase;
}

#product-table{
width: 100%;
table-layout: fixed;
border-collapse: collapse;
margin-bottom: 1rem;
border: 1px solid #e2e9e1;
border-left: none;
border-right:none;
}

#product-table input{
    width: 100%;
    padding: 0.4rem;
    box-sizing: border-box;
    border:1px solid #ccc ;
    border-radius: 5px;
    outline: none;
    font-size:0.9rem ;
    
}
#product-table th:nth-child(1),
#product-table td:nth-child(1){
    width: 5rem;
}
#product-table th:nth-child(2),
#product-table td:nth-child(2){
   width: 11rem;
}
#product-table th:nth-child(3),
#product-table td:nth-child(3),
#product-table th:nth-child(4),
#product-table td:nth-child(4),
#product-table th:nth-child(5),
#product-table td:nth-child(5),
#product-table th:nth-child(6),
#product-table td:nth-child(6){
    width: 10rem;
}
#product-table th:nth-child(7),
#product-table td:nth-child(7){
    width: 8rem;
}

#product-table i{
    font-size: 1rem;
    color: rgba(255, 0, 0, 0.6);
    cursor: pointer;
}
#add-row{
    
    background-color: #088178;
    color: #fff;
}
#add-product{
    margin-left: 1rem;
    background-color: #088178;
    color: #fff;

}
/* add admin */

#add-admin{
    margin-top: 2rem ;
    display: flex;
    justify-content: flex-start;
    box-sizing:content-box;
    align-items: center;
}
#add-admin input{
    height: 2.9rem;
    width: 14rem;
    outline: none;
    border:1px solid #ccc ;
    border-radius: 4px;
    margin-right: 4rem;
    padding-left: 0.5rem;
    font-size: 0.9rem;
}
#user-role{
    height: 2.9rem;
    width: 9rem;
    outline: none;
    border:1px solid #ccc ;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 500;
    padding-left:  10px;
    margin-right: 4rem;

}
#add-new-admin{
    background-color: #088178;
    color: #fff;
}
/* profile order page for users */
.order-div-product-inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    /* font-style: italic; */
}
#product-progress{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;

}
#product-progress span{
    width: 0.7rem;
    height: 0.7rem;
    border: 1px solid #32d032;
    border-radius: 50%;
    background-color: #32d032;
    box-shadow: 0 0 5px 2px #85de17e3;
}
#product-progress p{
    margin: 0;
    padding-left: 0.5rem;
    font-size: 0.9rem;

}
.inner-orders{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.inner-orders h3{
    padding-left: 0.7rem;
    font-size: 1rem;
    font-weight: 500;
}
#order-date{
    margin-top: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
}
#add-div-product hr{
   background-color:#ccc ;
}
/* order page start */
.order-section{
    width: 100%;
    height: auto;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    box-shadow: 0px 1px 20px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    font-style: italic;
}
#order-page{
margin: 1rem;

}
#progess-date{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.order{
    margin-bottom: 1rem;
}
.order-image{
width: 10rem;
height: 13rem;
background-position: center;
background-size: cover;
object-fit: cover;
border-radius: 5px;
border: 2px solid #e1e1e1;
box-shadow: 10px 11px 8px 2px rgba(0, 0, 0, 0.2);
margin-bottom: 1rem;
}

.order h3{
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: 0.5rem;
}
.order h3:nth-child(6){
    line-height: 1.5rem;
}
#invoice{
   margin: 1rem;
   font-style: normal;
}
#invoice h4{
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 400;
}
#customer-details h3{
    text-align: end;
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: 0.2rem;
}
#invoice table  {
     text-align:center;
    width: 100%; 
   
}
#invoice table th,td{
    text-align: center;
    vertical-align: middle;
    padding: 0.7rem;
}
#invoice table thead th {
    border: 1px solid #e2e9e1;
    border-left: none;
    border-right:none;
    font-size: 0.88rem;
    font-weight: 575;
    text-transform: uppercase;
}
#invoice table{
    border: 1px solid #e2e9e1;
    border-left: none;
    border-right:none;
    border-top: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
    
}
#total-value{
    text-align: end;
    font-style: italic;
    font-size: 1.5rem;
    font-weight: 700;
}
/* Loader */
.loader-overlay{
    position: fixed;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0,0.6);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items:center;
    z-index: 1100;
    visibility: hidden;
}
.loader{
    height: 4rem;
    width: 4rem;
    border: 8px solid #f3f3f3 ;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    animation: loader 1s linear  infinite ;
}
@keyframes loader {
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
    
}
/* privacy page */
#privacy-section{
    display: flex;
    justify-content: center;
    align-items: center;
}
#privacy-div{
    width: 50%;
    height: auto; 
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align:start;

}
#privacy-div h1{
    font-size: 2rem;

}
#privacy-div p{
    line-height: 2rem;
    font-weight: 500;
}
/* success popup */
.success-popUp {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 1rem;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 6px 7px 8px 1px rgba(0, 0, 0, 0.25);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 9999;
    min-width: 250px;
    max-width: 90vw;
}

.success-popUp.active {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}



.success-popUp h2 {
    font-size: 1rem;
    font-weight: 600;
    color: #2e7d32; /* nice green color */
    margin: 0;
    line-height: 1.2;
}


.success-popUp img {
    width: 2.5rem;height: 1.5rem; background-color: #ffffff;
    animation: popIn 0.5s ease forwards;
}

@keyframes popIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    70% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}

/* Start Media Query */

 @media(max-width: 1024px){
    .section-p1{
    padding: 40px 40px;

 }

  #navbar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    top: 0;
    right: -3000px;
    height: 100vh;
    width: 10rem;
    background-color: #E3E6F3;
    box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
    padding: 80px 0 0 10px;
    transition: 0.3s;
}
#navbar.active{
    right: 0px;
}
#navbar li{
    margin-bottom: 25px;
}
 #mobile {
    display:flex;
    
}
 #mobile i{
  color: #1a1a1a;
  font-size: 14px;

    
}
#close{
    display: initial;
    position: absolute;
    top: 30px;
    left: 30px;
    color: #222;
    font-size: 20px;
}
#hero {
    
    height: 60vh;
    background-position: right 40% top 30%;
    padding: 0 80px;
   
}
#hero h4{
    font-size: 15px;
}
#hero h2{
    font-size: 35px;
}
#hero h1{
    font-size: 45px;
}

#feature{
    justify-content: center;
    
}

#feature .fe-box{
   
    margin: 15px 15px;
}
#product1 .pro-container {

    justify-content: center;
    
}
#product1 .pro{
    margin: 15px;
    width: 18%;
}
#banner{
    height: 20vh;
}
#sm-banner .banner-box {
    min-width: 100%;
    height: 33vh;
    margin-bottom: 2rem;
   
}
#banner3{
    padding:0 40px ;
}
/* #banner3 .banner-box{
    width: 28%;
    background-size: cover; 
} */
 #banner3 .banner-box {
    min-width: 48%;
    height: 18vh;
    background-size: cover; 
    background-position: 80%;
   
   }

   

#newLetter .form{
    width: 70%;
}
/* single product */
.single-pro-image #big-img {
    width: 100%;
    height: 47vw;
   
}
.small-img-col {
    width: 24%;
    height: 15vw;
    
}
/* Contact Page */
#form-details{
    padding: 40px;
}
#form-details form{
    width: 50%;
}
#form-details #contact-div {
    width: 50%;
}
/* about page */
#page-header {
    height: 25vh;
}
/* cart page  */
.check-out-box {
    width: 70%;
}
/* profile  page*/
#profile-popup {
    align-items: center;
    width: 60%;
}
.details-popup {
    width: 50%;
    align-items: flex-start;
}
.details-popup input{
    width: 100%;
}
.gender-pop {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 20px;
}
.gender-pop label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
    
}
.gender-pop input {
    width: 1rem;
    height: 1rem;  
   
}

} 

@media(max-width:1024px) and (max-height:600px){
    #hero {
    height: 90vh;  
    }
    #banner {
    width: 100%;
    height: 40vh;
   }
   #sm-banner .banner-box {
    min-width: 48%;
    height: 60vh;
   }

   #banner3 .banner-box {
    min-width: 30%;
    height: 30vh;
   
   }
   /* add to cart popup */
   #add-in-cart {
    width: 10rem;
    height: 5rem;
}
/* cart page */
.check-out-box {
    width: 50%;
}
.check-out-box h2 {
  
    margin: 2rem 0 0 0;
    font-size: 2rem;
    
}
.button-check-out {
   margin-top: 0;
    
}
.congratulations {
    width: 20%;
    height: 25%;  
}
/* profile page */
#profile-popup {
    width: 40%;
    
}
.gender-pop {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
    margin-top: 10px;
    margin-bottom: 15px;
}
.gender-pop label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
    
}
.gender-pop input {
    width: 1rem;
    height: 1rem;  
   
} 
   
}

@media(max-width: 600px){
    .section-p1{
        padding: 20px;
    }
    #header{
        padding: 10px 30px;

    }
    #hero h1{
        font-size: 1.5rem;
        line-height: 3rem;
    }
    #hero h2{
        font-size: 1.2rem;
    }
    #hero p{
        font-size: 0.5rem;
    }
    #hero{
        height: 50vh;
        width: 100%;
        padding: 0 20px ;
        background-position: 60% ;

    }
    #shopBtn{
        margin-top:1rem ;
       background-size: cover;
 

    }
     #feature {
        justify-content: space-evenly;
     }
    #feature .fe-box {
    width: 8rem;
    margin: 0 0 15px 0;
   
    }
     #feature .fe-box h6{
        font-size: 10px;
    }
#product1 h2{
    font-size: 2rem;
}
#banner{
    height: 28vh;
    background-position: 70% 60%;
    padding-top: 1rem ;
    padding-bottom: 1rem;
}
button.normal {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 20px;
   
   
}
#banner h2{
   font-size: 1.5rem;
   line-height: 2.6rem;
}
#sm-banner .banner-box{
    padding: 1rem;
    box-sizing: border-box;
    background-position: 45%  50%;
}
#sm-banner h4{
    padding-top: 1rem;  
    box-sizing: border-box; 
}
#sm-banner h2{
    font-size: 1.8rem;
    padding-top: 1rem;  
    box-sizing: border-box; 
    line-height: 2rem; 
}
#sm-banner p{
    font-size: 12px;
    margin: 0;
    padding-top: 0.3rem;
}

#banner3{
    padding:0 20px ;
}
#banner3 .banner-box{
    width: 100%;
    height: 20vh;
   background-position: 70% 20%;
}
/* #banner3 .banner-box h2{
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  
}
#banner3 .banner-box h3{
   text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
} */
#newLetter{
    padding: 20px 20px;
    /* height: 30vh; */
    
}
#newLetter .form{
    width: 100%;
}
#footer .col {
   
    padding-left:0; 
   
}
#footer p {
    font-size: 12px;
    margin: 0 0 8px 0;
}
/* shop page */
#page-header {
    background-image: url(IMAGE/banner/b1.jpg);
    width: 100%;
    height: 20vh;
    background-position: 100%;
   
}
/* Single Product */
#prodetails{
    display: flex;
    flex-direction: column;
}
#prodetails .single-pro-image{
    width: 100%;
    margin-right: 0;
}
#prodetails .single-pro-deatils {
    width: 100%;
    padding-top: 30px;
}
.single-pro-image #big-img {
    width: 100%;
    height: 113vw;
}
.small-img-col {
    width: 24%;
    height: 30vw;
    
}
/* add to cart popup */
#add-in-cart{

    width: 7rem;
    height: 4rem; 
}
#add-in-cart p{
    padding-right: 0.5rem;
    margin: 0;
    font-size: 1.5rem;
}
#add-in-cart h3{
    font-size: 1rem;
     color: #2e7d32;
    font-family: serif;
}
/* Blog page */
#blog{
    padding: 100px 20px 0 20px;
}
#blog .blog-box{
    display:flex ;
    flex-direction: column;
    align-items: flex-start;

}

#blog .blog-box .blog-img{
    
     width: 100%;
     margin-left: 0;
     margin-bottom:30px ;
    
}
#blog img{
    width: 100%;
}
#blog .blog-details{
    width: 100%;
}
/* About page  */

#about-head{
    flex-direction: column;
    padding: 80px 20px; 
}
#about-head img{
    width: 100%;
    margin-bottom: 20px;
}
#about-head div{
padding-left: 0px;
font-size: 14px;
}
#about-head div p{
    font-size: 14px;
}
#about-app .video{
    width: 100%;
   

}
/* Contact Page */
#contact-details{
    flex-direction: column;
}
#contact-details .details{
width: 100%;
}
#contact-details .map{
    width: 100%;
    height: 200px;
    margin-top: 30px;
}
#form-details{
    margin: 10px;
    padding: 30px 20px;
    flex-wrap: wrap;
}
#form-details form{
    width: 100%;
    margin-bottom: 30px;
    /* padding: 0 10px; */
}
#form-details #contact-div {
    width: 100%;
    margin-bottom: 2rem;
}

/* Cart Page */
#cart-add{
   flex-direction: column;
   padding-top: 4rem;

}
#cart-add #coupon{
width: 100%;
}
#subtotal {
    width: 100%;   
}
 #page-header p {
    font-size: 14px;
}
#page-header h2{
    font-size: 36px;
}
.check-out-box {
    width: 95%;
}
.check-out-box h2 {
    font-size: 1.3rem;
    line-height: 2rem;
    margin: 2rem 0;
}
.congratulations {
    width: 50%;
    height: 20%;  
}
/* profile page */
.profile-logo h2 {
    font-size: 24px;
}
.profile-details {
 margin-top: 0;
 padding: 0 10px 0 20px;
 margin-bottom: 40px;
}

#edit {
    padding: 1rem;
    
}
#logout {
    padding: 1rem;
}

.profile-details button {
   padding: 1rem;
    margin-left: 1rem;
    font-size: 12px;
}
#profile-popup{
    width: 90%;
}
.details-popup{
     width: 70%;
}
.details-popup input{
    width: 100%;
}
.gender-pop {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 20px;
}
.gender-pop label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
    
}
.gender-pop input {
    width: 1rem;
    height: 1rem;  
   
}
#add-div-start {

    padding-left: 1rem;
}
.order-div-product-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#order-date {
    margin-top: 0;
    font-size: 0.9rem;
    font-weight: 500;
}
.inner-orders{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
/* order page */
.order-image {
    width: 100%;
    height: 100vw;
}
#progess-date {
    display: flex;
    flex-direction:column ;
    align-items: flex-start;
    margin-bottom: 1rem;
}
#total-value {
    text-align: end;
    margin-right: 0;
}
/* admin page */

#add-admin {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: content-box; 
}
#add-admin input {
    width:100%;
    margin-bottom: 0.5rem;
}
#user-role {
    width: 100%;
    margin-bottom: 0.5rem;
}
#add-new-admin {
    width: 100%;
}


}
@media(max-width:600px) and (max-height:721px){
    /* single product */
    .single-pro-image #big-img {
    width: 100%;
    height: 115vw;
    }
    .small-img-col {
   
    width: 25%;
    height: 32vw;
    
    } 
  
/* profile page */
 #profile-popup {
    width: 80%;
    
  }
/* order page */
.order-image {
    width: 100%;
    height: 100vw;
}
}

@media(max-width:344px){
    #sm-banner .banner-box{
    padding: 1rem;
    box-sizing: border-box;
    background-position: 55% ;
    }
    #hero {
    height: 45vh;
    width: 100%;
   }
   /* cart page  */
    #page-header p {
        font-size: 12px;
    }
    /* profile */
    .profile-logo #logo {
    margin-top: 20px;
    height: 11vh;
    width: 11vh;
    
   }
 

}
@media(min-width:1025px){
    #sm-banner .banner-box {

    min-width: 48%;
    height: 50vh;
    
    }
    /* single product */
    .single-pro-image #big-img {
    width: 100%;
    height: 45vw;
     
   }
   .small-img-col {
    width: 24%;
    height: 12vw;
    
   }
    /* add to cart popup */
   #add-in-cart {
    width: 13rem;
    height: 6rem;
   }
   /* cart page */
   .congratulations{
    width: 20%;
    height: 20%;
   }
}