@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100;200;300;400;700&display=swap');


*{
    /* outline: 1px solid limegreen !important; */
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.body2{
min-height: 100vh;
background-color: white;
}
.order_price{
  font-size: 20px;
}
html{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    height: 100vh;
    width: 100vw;
    scroll-behavior: smooth;
}
body{
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    background-color:rgb(255, 255, 255);
    font-family: 'Poppins', sans-serif;
}
.logo{
  text-decoration: none;
  color: black;
}
.nav_bar{
    height: 45px;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    z-index: 1000;
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(251, 251, 253, .8);
    position: fixed;
    /* padding-top: 14px; */
}
.nav_back{
    height: 45px;
    position: relative;
    width: 100%;
    background: white;
}
.link_item ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}
.link_item ul li a {
    color: rgba(0, 0,0,0.8);
    text-decoration: none;
    font-size: 12.3px;
    white-space: nowrap;
    font-weight: 400;
}
.link_item ul li{
    margin-right: 30px;
}
.link_item_1 ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  flex-direction: row;
}
.link_item_1{
margin-top: 5px;
}
.link_item_1 ul li{
margin-right: 30px;
}
.search_res_heading{
  text-align: center;
}
.dropbtn{
    height: 45px;
    background: none;
    border: none;
    font-size: 12.3px;
    font-weight: 400;
}
.search_btn{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    margin-top: 3px;
    margin-bottom: 0;
}
.link_group{
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_field{
    width: 30vw;
    height: 30px;
    border: 0.9px solid rgb(205, 205, 205);
    border-radius: 5px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.636);
    display: none;
    font-size: 11px;
}
.search_result_con{
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  height: auto;
}
.search_field:focus{
    outline: none;
    border: 0.4px solid rgb(0, 0, 0);
}
.search_active{
    display: block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 5px;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-radius: 5px;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .drop_active {
    display: block;
}

/* login style ========================================================*/

.login_container{
  min-height: 100vh;
  background-color: white;
  align-items: center;
  justify-content: center;
  display: flex;
}
.login_box{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  height:auto;
  width: auto;
  padding:30px 30px 30px 30px ;
  margin-bottom: 100px;
}

.input_field{
  width:350px;
  height: 50px;
  margin-bottom: 30px;
  background-color: transparent;
  border:1px solid rgb(206, 206, 206);
  border-radius: 5px;
  font-size: 15px;
  padding-left: 20px;
}
.image_input_field{
  align-items: center;
  justify-content: center;
  display: flex;
}
.signup_submit{
  background-color: rgb(0, 110, 255);
  border: none;
  outline: none;
  height: 35px;
  width: 80px;
  border-radius: 5px;
  margin-bottom: 30px;
  color: white;
  font-size: 13px;
}
.login_box_title{
  margin-bottom: 60px;
}

/* footer----------------------------- */

.contact{
    height: auto;
    width: 100%;
    background-color: #000000fa;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    position: absolute;
    padding: 20px;
  
  }
  .contact_details{
    height: 100%;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact_det{
    /* height: 40%; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    display: none;
  }
  .address p{
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 3;
  }
  address{
    display: flex;
    align-items: start;
    justify-content: start;
  }
  .links_footer{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: rgb(255, 255, 255);
  }
  .links_footer a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 3;
  }
  .social_media_footer{
    display: flex;
    align-items: end;
    flex-direction: column;
    color: rgb(255, 255, 255);
    justify-content: end;
  }
  .social_media_footer a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 3;
  }
  .copyright{
    text-decoration: none;
    font-size: 12px;
    margin-top: 11%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .copyright a{
    color:rgb(205, 198, 198) ;
    margin-left:20px ;
    text-decoration: none;
  }
  .free_space{
    height: 70vh;
    width: 100%;
    background-color: #ded7d7;
  }
  
  /* carousel section ======================================*/

  .carousel {
    position: relative;
    width: 100%;
    min-height: 600px;
    /* max-height: 300px; 
    min-height: 600px;  */
    overflow: hidden;
  }
  .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
  }
  
  .carousel-item.active {
    display: block;
    opacity: 1;
  }
  
  .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .carousel-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
  }
  
  .carousel-caption h3 {
    font-size: 24px;
    margin-bottom: 10px;
    display: none;
  }
  
  .carousel-caption p {
    font-size: 16px;
  }
  .carousel-caption a{
    color: rgb(0, 0, 0);
    text-decoration: none;
  }
.price_total{
  color: rgb(5, 113, 14);
}
/* footer/----------------------------------------------------------------- */


@media screen and (max-width:1200px) {
  .carousel {
    position: relative;
    width: 100%;
    min-height: 400px;
    /* max-height: 300px; 
    min-height: 600px;  */
    overflow: hidden;
  }
}
@media screen and (max-width:850px) {
  
#menu{
  position: fixed;
  right: 15px;
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: .5s;
  z-index: 10000;
  color: black;
}
.menu-line1{
  width: 100%;
  height: 1.5px;
  background: #000000;
  transition: .6s;
}
.search_res_heading{
  text-align: center;
  font-size: 20px;
}
.menu-line2{
  width: 100%;
  height: 1.5px;
  margin-top:8px;
  background: #000000;
  transition: .6s;
}

.rotate{
  transform: rotateZ(180deg)
}
.rotate1{
  background: #212121;
  transform: rotateZ(45deg);
}
.rotate2{
  background: #212121;
  width: 100%;
  transform:  translate(0,-0.8rem) rotateZ(-45deg);
}
.nav-page1{
  position: fixed ;
  top:0 ;
  left: 0;
  background: rgb(255, 255, 255);
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-top: 90px;
  align-items: start;
  color: #212121;
  transform: translate(0,-100%);
  transition: .5s;
  padding-left: 30px;
}
.nav-page1 span{
  padding: 1rem;
}
.nav-page2{
  position: fixed;
}

.transform{
  transform: translate(0,0);
}
.link_item ul{
  display: flex;
  align-items: start;
  justify-content: space-evenly;
  list-style: none;
  flex-direction: column;
}
.link_item_1 ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  flex-direction: row;
}
.link_item_1{
  display: flex;
  align-items: center;
}
.link_item_1 ul li{
margin-right: 30px;
}
.link_item ul li a {
  color: rgba(0, 0,0,0.8);
  text-decoration: none;
  font-size: 20px;
  white-space: nowrap;
  font-weight: 700;
}
.link_item ul li{
  margin-bottom: 30px;
}
.dropbtn{
  font-size: 20px;
  margin-left: 0;
  font-weight: 700
}
/* contact section */

.contact{
  height: auto;
  width: 100%;
  background-color: #e3e8fffa;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
  padding: 0px;

}
footer{
  padding: 0px;
}
.contact_details{
  height: 100%;
  background-color: #000000;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  flex-direction: column;
}
.contact_det{
  height: 1%;
}
.address p{
  color: white;
  font-size: 10px;
  line-height: 3;
}
address{
  display: flex;
  align-items: start;
  justify-content: start;
}
.links_footer{
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  display: none;
}
.links_footer a{
  text-decoration: none;
  color: white;
  font-size: 10px;
  line-height: 3;
}
.social_media_footer{
  display: none;
  align-items: start;
  flex-direction: column;
  color: white;
  justify-content: end;
}
.social_media_footer a{
  text-decoration: none;
  color: white;
  font-size: 10px;
  line-height: 3;
}

.copyright p{
  margin-top: 0%;
}
.copyright{
  font-size: 10px;
  text-decoration: none;
  margin-top: 0;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  margin-left: 0;
  margin-bottom: 20px;
}
.copyright div{
  color:rgb(159, 159, 159) ;
  margin-left:0 ;
  text-decoration: none;
  margin-top: 20px;
}
.copyright a{
  color:rgb(159, 159, 159) ;
  margin-left:0 ;
  text-decoration: none;
}

/* login box ssection ============================================= */

.login_container{
  min-height: 85vh;
  width: 100vw;
  background-color: white;
  align-items: center;
  justify-content: center;
  display: flex;
  overflow: hidden;
}
.login_box{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  height:auto;
  width: 95%;
  padding:30px 30px 30px 30px ;
  margin-bottom: 100px;
}

.input_field{
  width:85vw;
  height: 50px;
  margin-bottom: 30px;
  background-color: transparent;
  border:1px solid rgb(206, 206, 206);
  border-radius: 5px;
  font-size: 15px;
  padding-left: 20px;
}
.input_field:focus{
  outline: 2px solid rgb(0, 136, 255);
  border-radius: 5px;
}
.signup_submit{
  background-color: rgb(0, 110, 255);
  border: none;
  outline: none;
  height: 35px;
  width: 80px;
  border-radius: 5px;
  margin-bottom: 30px;
  color: white;
  font-size: 13px;
}
.login_box_title{
  margin-bottom: 60px;
}
.carousel {
  position: relative;
  width: 100%;
  min-height: 150px; /* Adjust height as needed */
  overflow: hidden;
}
.carousel-caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
}

.carousel-caption h3 {
  font-size: 12px;
  margin-bottom: 1px;
}

.carousel-caption p {
  font-size: 10px;
}
.alert_container{
width:85vw;
height: 50px;
margin-bottom: 30px;
background-color: rgb(225, 252, 225);
display: flex;
align-items: center;
justify-content: space-between;
}

}
.alert_container{

  background-color: rgb(225, 252, 225);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.delete_mark{
  margin-right: 20px;
}
.delete_mark:hover{
  cursor: pointer;
}
.card_inactive{
  display: none;
}




/* products section=================================== */




.container_flex{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 150px;
  width: 100%;
  gap: 20px;
  padding-top: 50px;
  background-color: white;
  overflow: auto;
}
.category_item{
  height: 100px;
  width: 100px;
  background-color: #000000;
}
.products_section {
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: 'Noto Sans Mono', sans-serif;
}

.products_section .container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.products_section .grid {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-auto-rows: 1fr;
}

.products_section .product__spec,
.products_section .product {
    background-color: #F2F2F2;
    transition: all .2s ease-in-out;
}
.products_section .product__spec:hover,
.products_section .product:hover {
    transform: scale(.97);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* Styling Product Special */

.products_section .product__spec:first-child {
  background-image: url('/static/img/special_product.jpg');
}
/* .products_section .product__spec:last-child {
    background-image: url('https://images.unsplash.com/photo-1636614178501-e03f25a87516?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTg2fHxwcm9kdWN0fGVufDB8MnwwfHw%3D&auto=format&fit=crop&w=500&q=60');
} */
.products_section .product__spec {
    grid-column: span 2;
    position: relative;

    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%
}
.products_section .product__spec .product__spec__name {
    position: absolute;
    top: 25px;
    left: 0;
    min-width: 50%;
    padding: 8px 15px;
    background-color: lightblue;
    font-size: 18px;
    color: #FFF;
}
.add_to_bag{
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  max-height:30px;
  opacity: 50%;
}
.add_to_bag:hover{
  opacity: 100%;
}
.cart-image{
  margin-top: 4px;
}
.bag-badge-number{
  font-size: 8px;
  position: inherit;
  /* display: inline-block; */
  background-color: black;
  color: white;
  height: 11px;
  width: 11px;
  text-align: center;
  border-radius: 50%;
  margin-top: 10px;
  /* margin-right: 10px; */
}
.cart_logo_container{
  height: 40px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Styling Product */
.products_section .product {
    text-align: center;
    padding-bottom: 15px;
}
.products_section .product .product__img {
    width: 100%;
}
.products_section .product .product__name {
    margin: 20px 0 10px 0;
}
.products_section .product .product__link {
    text-decoration: none;
    background-color: #333;
    color: #FFF;
    padding: 10px 15px;
    display: inline-block;
    font-size: 15px;
    width: 90%;
    max-width: 250px;
}
.products_section .product .product__link:hover{
  background-color: #000000;
}
.product__decs{
  font-size: 13px;
  color: green;
  margin-bottom: 10px;
}
.cart_background{
  min-height: 80vh;
}
.product_image_hover:hover{
  cursor: default;
  }
.paytm_button_hidden{
  display: none;
}
/* view product section ================================*/

.product_body{
  height: 100vh;
  width: 100vw;
}
.product_background{
  height: 94vh;
  width: 100vw;
  background-color: rgb(245, 242, 242);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product_container{
  height: 85%;
  width: 90%;
  background-color: #ffffff;
  /* border-radius: 20px; */
  box-shadow: 0 0 15px 2px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}
.view_product_image{
  height: 80%;
  width: 40%;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
}
.view_product_details{
  background-color: #ffffff;
  width: 45%;
  height: 80%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.view_prod_img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.view_product_title{
  font-size: 35px;
  font-weight: 700;
  font-style: italic;
  color: #000;
}
.view_product_btn_group{
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 9%;
  width: 100%;
}
.view_product_under_btn a{
  text-decoration: none;
  color: white;
}
.view_product_under_btn{
  background-color: #000;
  height: 40px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details_view_prod{
  display: flex;
  align-items: start;
  justify-content: space-evenly;
  flex-direction: column;
  height: 80%;
  padding-right: 20px;
}
.view_product_desc{
  color: #323232;
}
.view_product_price{
  color: green;
}
.close_btn{
  position: absolute;
  background-color: rgb(206, 206, 206);
  height: 30px;
  width: 30px;
  right: 6.5%;
  top: 10%;
  color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* cart styles ========================================*/
.cart_view_redirect{
  color: black;
  text-decoration: none;
}
.cart_background{
  background-color: #FFF;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100vw;
  font-family: 'Noto Sans Mono', sans-serif;
}
.cart_title{
  text-align: center;
  font-weight: 500;
}
.cart_title_container{
  height: 30vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
.cart_container{
  background-color: rgb(255, 255, 255);
  width: 70%;

}
.cart_checkout_btn{
  background-color: rgb(0, 106, 255);
  border: none;
  outline: none;
  height: 35px;
  width: 250px;
  border-radius: 8px;
  color: white;
  font-size: 16px;
}
.cart_checkout_btn_last{
  background-color: rgb(0, 106, 255);
  border: none;
  outline: none;
  height: 50px;
  width: 290px;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form_btn_pay{
  display: block;
}
.cart_checkout_btn_last a{
 text-decoration: none;
 color: white;
}
.cart_product_specs{
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart_total_specs{
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart_details_container{
  height: 90%;
  width: 70%;
  background-color: #ffffff;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.cart_content_total_price_heading{
  font-size: 18px;
  font-weight: 600;
}
.cart_image_container{
  height: 90%;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart_image_container img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.cart_content_title{
  width: 45%;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content:space-evenly;
  flex-direction: column;
}
.cart_content_price{
  width: 20%;
  height: 100%;
  align-items: center;
  justify-content:center;
  display: flex;
}
.cart_product_details_containers{
  margin-bottom: 50px;
}

.cart_content_quantity{
  align-items: center;
  justify-content:center;
  display: flex;
  height: 100%;
  width: 30%;
}
.oreder_items{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
.cart_content_desc{
  font-size: 13px;
  color: #333;
  overflow: auto;
  height: 45%;
}
.transactionid{
  font-size: 13px;
  color: #333;
  overflow: auto;
  height: 45%;
}
.cart_total_container{
  height: 70%;
  width: 70%;
  background-color: #ffffff;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
}
.shipping_name{
  margin-top: 10px;
}
.shipping_fees{
  margin-top: 10px;
  color: green;
}
.cart__sub_total_container{
  height: 50%;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

/* contact form ===============================================*/

.contact_backround{
  width:100vw;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_container{
  height:80%;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact_input_text{
  width: 500px;
  height: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid black;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 15px;
  /* padding-left: 20px; */
  background:none;
}
.contact_input_text:focus{
  outline: none;
}
.cart_add_to_cart{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
}
.contact_input_textarea{
  width: 500px;
  border-bottom: 1px solid black;
  border-top: none;
  border-left: none;
  border-right: none;
  height: 120px;
  font-size: 15px;
  background:none;
}
.contact_input_textarea:focus{
  outline: none;
}
.contact_form_submit{
  border: none;
  outline: none;
  height: 35px;
  width: 150px;
  margin-top: 20px;
  font-size: 15px;
  background-color: #282828;
  color: white;
}
.close_btn_link{
  color: rgb(0, 0, 0);
  text-decoration: none;
  border: none;
  outline: none;
  background: none;
  font-size: 17px;
  height: 100%;
  width: 100%;
}
.qty_btn{
  height: 20px;
  width: 20px;
  border: none;
  outline: none;
  padding: 10px;
  display: flex;
  align-items: center;
  background-color: #e8e8e8;
  justify-content: center;
  font-size: 14px;
}
.product_quantity{
  margin-left: 10px;
  margin-right: 10px;
}
/* Media Queries */
@media screen and (max-width: 460px) {
  .products_section .grid {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    grid-auto-rows: 1fr;
}
  .product__decs{
    font-size: 10px;
    color: green;
  }
    .products_section .product__spec {
        grid-column: initial;
    }
    .products_section .product {
        margin-top: 15px;
    }
    .products_section .product .product__link {
      text-decoration: none;
      background-color: #333;
      color: #FFF;
      padding: 7px 10px;
      display: inline-block;
      font-size: 12px;
      width: 90%;
      max-width: 70%;
      margin-top: 6px;
  }
  .products_section .product__spec:first-child {
    display: none;
  }
  .products_section .product__spec:last-child {
    display: none;
  }
  .products_section .product .product__name {
    margin: 20px 0 10px 0;
    font-size: 13px;
  }
  .add_to_bag{
    position: absolute;
    margin-left: 9px;
    margin-top: 9px;
    max-height:22px;
  }
}

@media screen and (max-width:850px) {
  .view_product_details{
    background-color: #ffffff;
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .product_container{
    height: 90%;
    width: 90%;
    background-color: #ffffff;
    /* border-radius: 20px; */
    box-shadow: 0 0 15px 2px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }
  .products_section {
    padding-top: 30px;
  }
  .product_background{
    height: 100vh;
    width: 100vw;
    background-color: rgb(245, 242, 242);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
  }
  .details_view_prod{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    height: 100%;
    width: 80%;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  
  .view_product_image{
    height: 45%;
    width: 80%;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .view_product_desc{
    color: #323232;
    font-size: 11px;
    text-align: center;
  }
  .view_product_price{
    color: green;
    font-size: 20px;
  }
  .view_product_title{
    font-size: 25px;
    font-weight: 700;
    font-style: italic;
    color: #000;
  }
  .view_product_under_btn a{
    text-decoration: none;
    color: white;
    font-size: 12px;
  }
  .view_product_under_btn{
    background-color: #000;
    height: 30px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .view_prod_img{
    object-fit: contain;
    width: 100%;
    height: 100%;
    margin-top: 20px;
  }

  /* cart section mobile  =========================================== */

  .cart_background{
    background-color: #FFF;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100vw;
    font-family: 'Noto Sans Mono', sans-serif;
  }
  .cart_title{
    text-align: center;
    font-weight: 500;
  }
  .cart_title_container{
    height: 25vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
  }
  .cart_title_container h1{
    font-size: 26px;
  }
  .cart_container{
    background-color: rgb(255, 255, 255);
    width: 95%;
  }
  .cart_checkout_btn{
    background-color: rgb(0, 106, 255);
    border: none;
    outline: none;
    height: 35px;
    width: 250px;
    border-radius: 8px;
    color: white;
    font-size: 16px;
  }
  .cart_checkout_btn_last{
    background-color: rgb(0, 106, 255);
    border: none;
    outline: none;
    height: 40px;
    width: 150px;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cart_product_specs{
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cart_total_specs{
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cart_add_to_cart{
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    font-size: 12px;
  }

  .cart_details_container{
    height: 90%;
    width: 65%;
    background-color: #ffffff;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    padding-right: 10px;
  }
  .cart_content_total_price_heading{
    font-size: 18px;
    font-weight: 600;
  }
  .cart_image_container{
    height: 80%;
    width: 30%;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
  }
  .cart_image_container img{
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .cart_view_redirect{
    color: black;
    text-decoration: none;
  }
  .cart_content_title{
    width: 100%;
    height: 60%;
    display: flex;
    align-items: start;
    justify-content:space-evenly;
    flex-direction: column;
  }
  .cart_content_title h2{
    font-size: 15px;
  }
  .cart_content_price{
    width: 100%;
    height: 20%;
    align-items: end;
    justify-content:right;
    display: flex;
    font-size: 12px;
  }
  .cart_content_price h2{
    font-size: 13px;
  }
  .cart_content_quantity{
    align-items: end;
    justify-content:left;
    display: flex;
    height: 20%;
    width: 100%;
    font-size: 9px;
  }
  .cart_content_desc{
    font-size: 9px;
    color: #333;
    overflow: scroll;
    height: 50%;
    display: none;
  }
  .transactionid{
    font-size: 9px;
    color: #333;
    overflow: scroll;
    height: 50%;
  }
  .cart_total_container{
    height: 70%;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    font-size: 13px;
  }
  .shipping_name{
    margin-top: 10px;
    font-size: 13px;
  }
  .qty_btn{
    height: 15px;
    width: 15px;
    border: none;
    outline: none;
    padding: 8px;
    display: flex;
    align-items: center;
    background-color: #e8e8e8;
    justify-content: center;
    font-size: 10px;
  }
  .shipping_fees{
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: 20px;
    color: green;
  }
  .cart__sub_total_container{
    height: 50%;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding-right: 10px;
  }

  .contact_backround{
    width:100vw;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact_container{
    height:85%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .contact_input_text{
    width: 90%;
    height: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid black;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 13px;
    /* padding-left: 20px; */
    background:none;
  }
  .input_field_conainer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact_input_text:focus{
    outline: none;
  }
  .contact_input_textarea{
    width: 90%;
    border-bottom: 1px solid black;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 100px;
    font-size: 13px;
    background:none;
  }
  .contact_input_textarea:focus{
    outline: none;
  }
  .contact_form_submit{
    border: none;
    outline: none;
    height: 35px;
    width: 150px;
    margin-top: 20px;
    font-size: 15px;
    background-color: #282828;
    color: white;
  }
  .footer-section {
    flex: 1 1 300px;
    margin-bottom: 0px;
    font-size: 15px;
    padding: 20px;
  }
  .nav-page1{
    padding-left: 30px;
  }
  .search_field{
    width: 40vw;
    height: 30px;
    border: 0.9px solid rgb(205, 205, 205);
    border-radius: 5px;
    padding-left: 10px;
    background-color: rgba(255, 255, 255, 0.636);
    display: none;
    font-size: 11px;
}
.search_active{
  display: block;
}
.close_btn{
  position: absolute;
  height: 30px;
  width: 30px;
  right: 7.5%;
  top: 6%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;

}
}


/* ==================================================================== */


.page_404{ padding:40px 0; background:#fff; font-family: 'Arvo', serif;
}

.page_404  img{ width:100%;}

.four_zero_four_bg{
 margin-top: 50px;
 background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
    height: 400px;
    background-position: center;
 }
 
 
 .four_zero_four_bg h1{
 font-size:80px;
 display: none;
 }
 
  .four_zero_four_bg h3{
	  font-size:80px;
	}
			 
	.link_404{			 
	  color: #fff!important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;
    text-decoration: none;
  }
	.contant_box_404{ margin-top:-50px;}








:root {

  /**
   * Colors
   */

  --onyx:         hsl(0, 0%, 25%);
  --azure:        hsl(219, 77%, 60%);
  --white:        hsl(0, 0%, 100%);
  --platinum:     hsl(0, 0%, 91%);
  --gainsboro:    hsl(0, 0%, 90%);
  --red-salsa:    hsl(0, 77%, 60%);
  --dim-gray:     hsl(0, 0%, 39%);
  --davys-gray:   hsl(0, 0%, 30%);
  --spanish-gray: hsl(0, 0%, 62%);
  --quick-silver: hsl(0, 0%, 64%);

  /**
   * Typography
   */

  --fs-28: 28px;
  --fs-24: 24px;
  --fs-18: 18px;
  --fs-15: 15px;
  --fs-14: 14px;

  --fw-5: 500;
  --fw-6: 600;
  --fw-7: 700;

  /**
   * Others 
   */

  --px: 60px;
  --radius: 5px;

}





/*-----------------------------------*\
  #RESET
\*-----------------------------------*/

button {
  border: none;
  background: none;
  font: inherit;
  cursor: pointer;
}

ion-icon, span { display: inline-block; }

label, img { display: block; }

input {
  font: inherit;
  width: 100%;
  border: none;
}

input:focus { outline: 2px solid var(--azure); }

/**
 * Remove number input up & down button
 */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  appearance:         none;
  -webkit-appearance: none;
  margin: 0;
}

/*-----------------------------------*\
  #MAIN STYLE
\*-----------------------------------*/

/**
 * main container 
 */

.container {
  margin-top: 50px;
  max-width: 100vw;
  min-height: 100vh;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.heading {
  font-size: var(--fs-28);
  font-weight: var(--fw-6);
  color: var(--onyx);
  border-bottom: 1px solid var(--gainsboro);
  padding: 20px var(--px);
  display:     flex;
  align-items: center;
  gap: 20px;
}

.heading ion-icon { font-size: 40px; }

.item-flex {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
.phone_input{
  margin-top: 20px;
}
/**
 * checkout section style 
 */

.checkout {
  width: 50%;
  padding: 40px var(--px);
  background: var(--white);
  /* border-right: 1px solid var(--gainsboro); */
}

.section-heading {
  color: var(--onyx);
  margin-bottom: 30px;
  font-size: var(--fs-24);
  font-weight: var(--fw-5);
}
.state_selection{
  height: 100%;
  background: none;
  border: none;
  outline: none;
  height: 46px;
  width: 100%;
  font-size: 15px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 10px;
}
.payment-form { margin-bottom: 40px; }

.payment-method {
  display:     flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.payment-method .method {
  border: 1px solid var(--quick-silver);
  border-radius: var(--radius);
  width: 50%;
  display:     flex;
  align-items: center;
  padding: 15px 30px;
  gap: 20px;
  cursor: pointer;
}

.payment-method .selected { border-color: var(--azure); }

.payment-method .method ion-icon { font-size: 20px; }

.payment-method .method .checkmark {
  margin-left: auto;
  color: var(--quick-silver);
}

.payment-method .method .fill { color: var(--azure); }

.label-default {
  padding-left: 10px;
  margin-bottom: 5px;
  font-size: var(--fs-14);
  color: var(--spanish-gray);
}

.input-default {
  /* background: var(--platinum); */
  border-radius: var(--radius);
  color: var(--davys-gray);
  background-color: #efefef;
  
}

.payment-form input {
  padding: 10px 15px;
  font-size: var(--fs-18);
  font-weight: var(--fw-5);
}

.cardholder-name,
.card-number { margin-bottom: 20px; }

.card-number input,
/* .cvv input { letter-spacing: 3px; } */

.input-flex {
  display:     flex;
  align-items: center;
  gap: 30px;
}

.input-flex .expire-date,
.input-flex .cvv { width: 50%; }

.expire-date .input-flex {
  color: var(--spanish-gray);
  gap: 13px;
}

.expire-date .input-flex input { text-align: center; }

.btn { border-radius: var(--radius); }

.btn:active { transform: scale(0.99); }

.btn:focus {
  color: var(--white);
  background: var(--azure);
  outline: 2px solid var(--azure);
  outline-offset: 2px;
}

.btn-primary {
  background: var(--azure);
  font-weight: var(--fw-5);
  color: var(--white);
  padding: 13px 45px;
}

.btn-primary b { margin-right: 10px; }


/**
 * cart section style
 */

.cart {
  width: 40%;
  display:         flex;
  flex-direction:  column;
  justify-content: flex-end;
 
}

.cart-item-box {
  padding: 40px var(--px);
  margin-bottom: auto;
}

.product-card:not(:last-child) { margin-bottom: 20px; }

.product-card .card {
  position: relative;
  display:     flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 5%;
}
.checkout_total{
  color: #39ac31;
}
.card .product-img { border-radius: var(--radius); }

.card .detail .product-name {
  font-weight: var(--fw-6);
  font-size: var(--fs-15);
  color: var(--dim-gray);
  margin-bottom: 10px;
}

.card .detail .wrapper {
  display: flex;
  gap: 20px;
}

.product-qty {
  display:     flex;
  align-items: center;
  gap: 10px;
}

.product-qty button {
  background: var(--platinum);
  width:  20px;
  height: 20px;
  display:         flex;
  justify-content: center;
  align-items:     center;
}

.product-qty button:active,
.product-close-btn:active ion-icon { transform: scale(0.95); }

.product-qty button ion-icon {
  --ionicon-stroke-width: 60px;
  font-size: 10px;
}

.product-close-btn {
  position: absolute;
  top:   0;
  right: 0;
}

.product-close-btn ion-icon {
  font-size: 25px;
  color: var(--quick-silver);
}

.product-close-btn:hover ion-icon { color: var(--red-salsa); }

.discount-token {
  padding: 40px var(--px);
  border-top:    1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
}

.wrapper-flex {
  display:     flex;
  align-items: center;
  gap: 30px;
}

.wrapper-flex input {
  padding: 12px 15px;
  font-weight: var(--fw-6);
  letter-spacing: 2px;
}

.btn-outline {
  padding: 10px 25px;
  border: 1px solid var(--azure);
  color: var(--azure);
}

.btn-outline:hover {
  background: var(--azure);
  color: var(--white);
}

.amount { padding: 40px var(--px); }

.amount > div {
  display:         flex;
  justify-content: space-between;
}

.amount > div:not(:last-child) { margin-bottom: 10px; }

.amount .total {
  font-size: var(--fs-18);
  font-weight: var(--fw-7);
  color: var(--onyx);
}





/*-----------------------------------*\
  #RESPONSIVE
\*-----------------------------------*/

@media (max-width: 1400px) {
   .product-card .card {
}
  
}



@media (max-width: 1200px) {
  
  

  .item-flex { flex-direction: column-reverse; }

  /**
   * checkout section responsive 
   */

  .checkout {
    width: 100%;
    border-right: none;
  }

  .btn-primary { width: 100%; }

  /**
   * cart section responsive
   */

  .cart {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    border-bottom: 1px solid var(--gainsboro);
  }

  .cart .wrapper { margin-top: auto; }

  .cart .cart-item-box {
    border-right: 1px solid var(--gainsboro);
    margin-bottom: 0;
  }

  .discount-token { border-top: none; }

}

@media (max-width: 768px) {

  :root { --px: 40px; }

  .cart { grid-template-columns: 1fr; }

  .discount-token { border-top: 1px solid var(--gainsboro); }

  .wrapper-flex { gap: 20px; }
  .product-card .card {
}

}

@media (max-width: 567px) {

  :root { --px: 20px; }

  .payment-method,
  .input-flex {
    flex-direction: column;
    gap: 20px;
  }

  .payment-method .method { width: 100%; }

  .input-flex .expire-date,
  .input-flex .cvv { width: 100%; }

  .expire-date .input-flex { flex-direction: row; }

}

.spinner{
  position: fixed;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  height: 100vh;
  width: 100%;
}
.spinner_gif{
  width: 40px;
  height: 40px;
}

/* ============================================================ */

.profile_container{
  height: 94vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile_under_name{
  margin-top: 10px;
}
.my_profile{
  width:70%;
  height: 94%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #323232; */
  border: 1px solid #ccc;
}
.profile_image{
    width: 25%;
    height: 100%;
    /* background-color: #ddd; */
    border-right: 1px solid #ccc;
}
.details_form{
  width: 75%;
  height: 100%;
  background-color: #ffffff;
}
.profile_image_container{
  height: 30%;
  /* background-color: #39ac31; */
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  overflow: hidden;
}
.profile_image_container img{
  border-radius: 50%;
  object-fit: scale-down;
}
.profile_headers{
  height:9%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc;
}
.profile_input_form{
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  height: 60%;
  width: 100%;
}
.profile_input_form div{
  width: 100%;
  height: 70px;
  /* margin-top: 40px; */
  align-items: center;
  justify-content: center;
  display: flex;
}
.profile_input{
  height: 50px;
  width: 90%;
  margin-top: 20px;
  border: 1px solid #ccc;
  padding-left: 20px;
}
.profile_input_hidden{
  display: none;
}
.profile_input_image{
  display: flex;
  align-items: center;
  justify-content: left;
}
.fa_upload_image{
  margin-left: 10px;
}
.profile_submit{
  margin-top: 20px;
}


.results_heading{
  text-align: center;
}

@media (max-width: 1000px) {

.profile_container{
  min-height: 90vh;
  width: 100vw;
}
.my_profile{
  width:90%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* background-color: #323232; */
  border: 1px solid #ccc;
}
.profile_image{
    width: 100%;
    height: 25%;
    /* background-color: #ddd; */
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ffffff;
}
.details_form{
  width: 100%;
  height: 75%;
  background-color: #ffffff;
}
.profile_image_container{
  height: 80%;
  /* background-color: #39ac31; */
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  overflow: hidden;
}
.profile_image_container img{
  border-radius: 50%;
}
.profile_headers{
  height:9%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc;
}
.profile_input_form{
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.profile_input_form div{
  width: 100%;
  height: 70px;
  /* margin-top: 40px; */
  align-items: center;
  justify-content: center;
  display: flex;
}
.profile_input{
  height: 50px;
  width: 90%;
  margin-top: 20px;
  border: 1px solid #ccc;
  padding-left: 20px;
}
.profile_input_hidden{
  display: none;
}
.profile_input_image{
  display: flex;
  align-items: center;
  justify-content: left;
}
.fa_upload_image{
  margin-left: 10px;
}
}




footer {
  background-color: #000000;
  padding: 20px;
  padding-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  color: #8a8a8a;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-section {
  flex: 1 1 300px;
  margin-bottom: 20px;
  padding: 20px;
}
.footer_line{
  color: white;
  background-color: #ddd;
}
.logo_cont{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.footer-section h3 {
  margin-bottom: 10px;
  color: white;
}
.logo_back_icon{
  position: absolute;
  left: 10px;
  top: 12px;
  text-decoration: none;
  color: black;
}
.footer-section p {
  margin-bottom: 5px;
  font-size: 13px;
}
.footer-section p a {
text-decoration: none;  
color: rgb(216, 214, 214);
}

.footer-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 5px;
}

.footer-section ul li a {
  color: #8a8a8a;
  text-decoration: none;
  font-size: 13px;
}

.footer-section ul li a:hover {
  text-decoration: underline;
  color: white;
}

.footer-copyright {
  flex-basis: 100%;
  text-align: center;
  color: #888;
  font-size: 14px;
  margin-bottom: 10px;
}

@media screen and (max-width:850px) {
  .footer-copyright {
    flex-basis: 100%;
    text-align: center;
    color: #888;
    font-size: 11px;
    margin-bottom: 10px;
  }
  .footer-section p {
    margin-bottom: 5px;
    font-size: 10px;
  }
  .footer-section ul li a {
    color: #8a8a8a;
    text-decoration: none;
    font-size: 11px;
  }
  .footer-section {
    flex: 1 1 400px;
    margin-bottom: 10px;
    padding: 10px;
  }
  .footer-section h3 {
    margin-bottom: 10px;
    color: white;
    font-size: 16px;
  }
}
/* about page============================================ */


.about_container{
  width: 70%;
  text-align: justify;
  padding: 50px;
  background-color: #f1f1f1;
}
.about_container h1{
  text-align: center;
}
.about_back{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_container p{
  line-height: 2;
}

@media screen and (max-width:850px) {
  .about_container{
    width: 95%;
    text-align: justify;
    padding: 20px;
    background-color: #f1f1f1;
  }
  .about_container p{
    line-height: 2;
    font-size: 13px;
  }
  .about_container h1{
    text-align: center;
    font-size: 25px;
  }
}


/*cookie consent consent*/




.cookie-message {
  font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
  border-radius: 10px;
  padding: 15px 0;
  background: #f7f8fb;
  border: 1px solid rgba(0,0,0,.15);
  box-shadow: 0 0 16px 2px rgba(0,0,0,.05), 0 10px 10px 2px rgba(0,0,0,.05);
  font-size: 12px;
  line-height: 40px;
  border-top: 1px solid #e4e4e4;
  position: fixed;
  z-index: 100;
  bottom: 5%;
  right: 2%;
  margin: auto;
  max-width: 540px;
  display: -ms-flexbox;
  display: flex;
}
.cookie-message img {
  height: 50px;
  width: 50px;
  margin: 0 15px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.cookie-message span {
  display: inline-block;
  line-height: 1.5;
  padding-right: 16px;
  border-right: 1px solid rgba(0,0,0,.1);
}
.cookie-message a.close {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: none;
  font-size: 24px;
  padding: 0 20px 0 16px;
  position: relative;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #919191;
  transition: color 0.2s;
}
.cookie-message a.close:hover { color: #795548; }
.cookie-message a {
  display: inline-block;
  color: red;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.remove_cookie {
display: none;
}


@media screen and (max-width:850px) {
  .cookie-message img {
    height: 30px;
    width: 30px;
    margin: 0 15px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .cookie-message a.close {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border: none;
    font-size: 17px;
    padding: 0 10px 0 14px;
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #919191;
    transition: color 0.2s;
  }
  .cookie-message {
    font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
    border-radius: 10px;
    padding: 10px 0;
    background: #f7f8fb;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 0 16px 2px rgba(0,0,0,.05), 0 10px 10px 2px rgba(0,0,0,.05);
    font-size: 10px;
    line-height: 40px;
    border-top: 1px solid #e4e4e4;
    position: fixed;
    z-index: 100;
    bottom: 0%;
    right: 0%;
    margin: auto;
    max-width: 540px;
    display: -ms-flexbox;
    display: flex;
    transition: bottom 1.5s ease;
  }
  .remove_cookie {
    bottom: -20%;
    }    
}  