*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', arial, sans-serif;
}
body{
    min-height: 100vh;
  }
  .logo_img{
    display: flex;
    margin: 0 auto;
  }
  .navbar{
    margin: 0 auto;
  }
  nav{
    left: 0;
    width: 100%;
    height: 100%;
    height: 70px;
    z-index: 99;
  }

  .my-menu .parent {
    display: block;
    position: relative;
    float: left;
    line-height: 30px;
}
.menu-one{
  position: relative;
    top: 30px;
}
.my-menu .parent:hover > ul {
    display:block;
    position:absolute;
}

.my-menu .child {
    display: none;
    z-index: 99;
    border: 1px solid #CCC;
    background-color: #ffffff;
}

.my-menu .child li {
    line-height: 30px;
    border-bottom:#CCC 1px solid;
    /* border-right:#CCC 1px solid; */
    width:100%;
}
.menu-one{
  position: relative;
}

/* .dropdown1{
  left: 215px;
} */
.child .menu-one li{
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
}

.my-menu .child li a{
    color: #000000;
}
.my-menu ul{
    list-style: none;
    margin: 0;
    padding: 0px;
    min-width:10em;
    display: flex;
    justify-content: center;
}

.my-menu ul ul ul{
    left: 100%;
    top: 0;
    margin-left:1px;
}
.parent li:hover {
    background-color: #ffffff;
}
.expand{
    font-size:12px;
    /* float:right; */
    margin-right:5px;
}
  nav .navbar{
    height: 100%;
    max-width: fit-content;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    /* background: red; */
    padding: 0 50px;
    /* flex-direction: column; */
  }
  .navbar .logo a{
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }
  nav .navbar .nav-links{
    line-height: 70px;
    height: 100%;
  }
  nav .navbar .links{
    display: flex;
    padding: 0;
  }
  nav .navbar .links li{
    /* position: relative; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 20px;
    /* width: max-content; */
  }
  nav .navbar .links li a{
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
  }
  .nav-links a:hover{
    color: #0180c8 !important;
    /* border-bottom: 1px solid #b87d00; */
  }
  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow{
    transform: rotate(180deg);
    }

  nav .navbar .links li .arrow{
    /* background: red; */
    height: 100%;
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: #000000;
    transition: all 0.3s ease;
  }
  nav .navbar .links li .sub-menu{
    position: absolute;
    top: 70px;
    /* left: 0; */
    line-height: 33px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    /* border-radius: 0 0 4px 4px; */
    display: none;
    z-index: 2;
    padding: 0;
    width: max-content;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: block;
  }
  .navbar .links li .sub-menu li{
    /* padding: 0 10px; */
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .navbar .links li .sub-menu .more-arrow{
    line-height: 40px;
  }

  .navbar .links li .sub-menu .more-sub-menu{
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
    margin: 0 2px;
  }
  .links li .sub-menu .more:hover .more-sub-menu{
    display: block;
  }

  .navbar .nav-links .sidebar-logo{
    display: none;
  }
  .vinkap_menu_item .bx-menu{
    display: none;
  }
  .more-sub-menu a{
    font-size: 13px !important;
  }


  @media (max-width:991px) {
    nav{
        height: 30px;
      }
    nav .navbar{
      max-width: 100%;
      padding: 0 25px;
    }

    nav .navbar .logo a{
      font-size: 27px;
    }
    nav .navbar .links li{
      padding: 0 0px;
      white-space: nowrap;
    }
    nav .navbar .links li a{
        font-size:13.6px;
        padding: 10px 20px;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 1.5rem;
    }
    .navbar .links li .sub-menu a{
        color: #000000;
        font-size: 0.83rem;
        font-weight: bold;
      }
      nav .navbar .links li{
        /* position: relative; */
        display: flex;
        align-items: start;
        justify-content: space-between;
        list-style: none;
        flex-direction: column;
        /* padding: 0 20px; */
        /* width: max-content; */
      }
      .my-menu .parent:hover > ul {
        display:block;
        /* position:absolute; */
    }
    .my-menu .child {
      display: none;
      /* z-index: 99; */
  }
  .my-menu ul{
    display: unset;
  }
  .my-menu .parent:hover > ul {
    position: unset;
    width: 100%;
}
.menu-one .parent a{
  padding-left: 30px !important;
}
.child li .product-sub-menu{
  padding-left: 40px !important;
}

.my-menu .child {
    display: none;
    z-index: 0;
}
  nav .navbar{
    align-items: start;
    flex-direction: column;
  }
  }
  @media (max-width:450px){
    nav .navbar .nav-links{
        max-width: 100% !important;
    }
  }
  @media (max-width:991px){

    .vinkap_menu_item .bx-menu{
      display: block;
    }

    nav .navbar .nav-links{
      position: fixed;
      top: 0;
      left: -100%;
      display: block;
      max-width: 60%;
      width: 100%;
      background:  #fff;
      line-height: 60px;
      padding: 0px 0px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      transition: all 0.5s ease-in-out;
      z-index: 1000;
      overflow-y: scroll
    }
    .navbar .nav-links .sidebar-logo{
      display: flex;
      align-items: center;
      justify-content: right;
      border-bottom: 1px solid #cfcece57;
    }
    .sidebar-logo .logo-name{
      font-size: 25px;
      color: #fff;
    }
      .sidebar-logo  i,
      .vinkap_menu_item .bx-menu{
        font-size: 35px;
        color: #000000;
        margin-top: 25px;
        margin-left: 10px;
        cursor: pointer;
      }

      .sidebar-logo  i{
        border: 2px solid #000000;
        border-radius: 50%;
        font-size: 20px;
        margin: 20px;
      }
    nav .navbar .links{
      display: block;
      /* margin-top: 20px; */
    }
    nav .navbar .links li .arrow{
      line-height: 11px;
      float: right;
      margin: 5px 10px 0;
    }
  nav .navbar .links li{
      /* display: block; */
      border-bottom: 1px solid #cfcece57;
    }
  nav .navbar .links li .sub-menu{
    position: relative;
    top: 0;
    box-shadow: none;
    display: none;
    width: 100%;
  }
  nav .navbar .links li .sub-menu li{
    border-bottom: 1px solid rgba(255,255,255,0.1);
    background-color: #ffffff;

  }
  .more-sub-menu a{
    font-size: 14px ;
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
    position: relative;
    left: 0;
    margin: 0px ;
  }
  .navbar .links li .sub-menu a{
    color: #000000;
    font-size: 0.83rem;
    font-weight: bold;
  }
  .navbar .links li .sub-menu .more-sub-menu li{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow{
    transform: rotate(0deg);
    }
    .navbar .links li .sub-menu .more-sub-menu{
      display: none;
    }
    .navbar .links li .sub-menu .more span{
      display: flex;
      align-items: center;
    }


  .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu{
        display: block;
      }
      .navbar .nav-links.show1 .links .htmlcss-arrow,
      .navbar .nav-links.show3 .links .js-arrow{
          transform: rotate(180deg);
  }
      .navbar .nav-links.show2 .links .more-arrow{
        transform: rotate(90deg);
      }
  }
  @media (max-width:370px){
    nav .navbar .nav-links{
    max-width: 100%;
    max-width: 100%;
  }
  }
  .main_img{
    width:100%;
    min-height: 400px;
}

.bg_change{
    background-color: #ecf5fa;
}

.home{
    min-height: 750px;
    padding: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brands_btn{
    background-color: rgb(160, 208, 231);
    border: none;
    padding: 16px 40px;
    font-weight: 700;
    transition: all 0.3s;
}

.brands_btn:hover{
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    background-color: rgb(170, 210, 230);
}



.home_content h1{
    letter-spacing: 0.023em;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 45px;
}

.home_content h6{
    font-family:'Open Sans', arial, sans-serif;
    line-height: 1.5;
    margin-bottom: 30px;
}


.home_content h1, .home_content button{
    margin-bottom: 16px;
}

.home_content button{
    letter-spacing: 0.2em;
    font-size: 14px;
}

.home_page{
    margin-bottom: 30px;
}

.bottle_img{
    width: 100%;
    padding: 20px;
}

.bottle_cards{
    margin-bottom: 40px;
}

.footer{
    background-color: #a0d0e7;
    padding: 40px;
    margin-bottom: 30px;
}

.contact_header{
    font-size: 16px;
    font-weight: 400;
    color: rgb(22, 22, 22);
    line-height: 1.4;
    letter-spacing: 0.125em;
    font-family: 'Open Sans', arial, sans-serif;
    padding-bottom: 20px;
}

.footer_address_content h2{
    font-size: 16px;
    font-weight: 700;
    color: rgb(22, 22, 22);
    line-height: 1.4;
    letter-spacing: 0.125em;
    font-family: 'Open Sans', arial, sans-serif;
    text-align: center;
    margin-bottom: 25px;
}


.footer_address_content address{
    font-size: 16px;
    line-height: 1.25;
    color: rgb(22, 22, 22);
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px;
}

.footer_address_content .email{
    text-decoration: none;
    color: rgb(22, 22, 22);
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.shopping_time h2{
    font-size: 16px;
    font-weight: 600;
    color: rgb(22, 22, 22);
    line-height: 1.4;
    letter-spacing: 0.125em;
    font-family: 'Open Sans', arial, sans-serif;
    text-align: center;
    margin-bottom: 25px;
}

.shopping_time ul{
    padding: 0;
}


.shopping_time ul li{
    list-style: none;
    font-size: 16px;
    display: flex;
    margin: 0 auto;
    /* letter-spacing: 2px; */
}
/* table {
    width: 100%;

  } */
.timing{
    display: flex;
    justify-content: space-evenly;
}

.shopping_time p{
    font-size: 16px;
    color: rgb(48, 42, 36);
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
}

.social_media h4{
    font-size: 18px;
    color: rgb(87, 123, 140);
    line-height: 1.4;
    letter-spacing: 0.125em;
    font-weight: 400;
    font-family: 'Open Sans', arial, sans-serif;
    /* margin-bottom: 40px; */
    text-align: center;
    /* display: flex; */
}
.social_media_heading{
    display: flex;
}
.social_media_links{
    text-align: center;
    /* margin-bottom: 80px; */
    display: flex;
    justify-content: space-around;
}

.social_media_links .fa-facebook-square{
    font-size: 30px;
    color: #3b5998;
    padding: 0px 10px;
}

.social_media_links .fa-instagram{
    font-size: 30px;
    color: #e1306c;
    padding: 0px 10px;
}

.social_media_links .fa-linkedin{
    font-size: 30px;
    color: #0072b1;
    padding: 0px 10px;
}

.social_media{
    margin-bottom: 10px;
}
.footer_nav ul{
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0;
}
.footer_nav ul li a{
    text-decoration: none;
    color: rgb(87, 123, 140);
    font-size: 18px;
    font-family: 'Open Sans', arial, sans-serif;
    padding-left: 20px;
}


.location{
    font-size: 12px;
    letter-spacing: 0.083em;
    font-weight: 700;
    color: rgb(27, 27, 27);
    line-height: 1.5;
    text-transform: uppercase;
    font-family: 'Open Sans', arial, sans-serif;
    text-align: center;
    margin-bottom: 10px;
}

.copy_right{
    font-size: 12px;
    text-align: center;
    color: rgb(89, 89, 89);
    letter-spacing: 0.083em;
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Open Sans', arial, sans-serif;
    /* margin-bottom: 30px; */
}



.brands h2{
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 32px;
    font-weight: 300;
}

.brand_img_one img{
    margin: 0 2px;
}

.brand_img_one, .brand_img_two{
    margin-bottom: 1.5rem;
}

.brand_img_two img{
    margin: 0 10px;
}


.cake_img{
    width: 100%;
    height: auto;
}
.products_para {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.products_para p{
    text-align: center;
    line-height: 1.5;
    color: #5e5e5e;
    font-weight: 400;
    letter-spacing: normal;
    margin: 0;
    opacity: 0.9;
}

.products{
    margin-bottom: 30px;
}

.bulk_enquiries_header h1{
    font-size: 16px;
    color: #577b8c;
    line-height: 1.4;
    letter-spacing: 0.125em;
    font-weight: 400;
    margin-bottom: 35px;
    justify-content: center;
    display: flex;
}

.bulk_enquiries_header p{
    font-size: 14px;
    text-align: center;
    color: #577b8c ;
    line-height: 1.25;
    letter-spacing: 0.125em;
    font-weight: 400;
}

.about_content h1{
    font-size: 16px;
    color: #577b8c;
    line-height: 1.4;
    letter-spacing: 0.125em;
    font-weight: 400;
    margin-bottom: 35px;
    justify-content: center;
    display: flex;
}

.about_card{
    background-color: #ecf5fa;
    padding: 20px 0px;
}
.about_card .img-fluid{
   border-radius: 20px;
   }

.about_card p{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.7;
    text-align: justify;
}

.about{
    margin-bottom: 2rem;
}


main {
  overflow: hidden;
}

.bulk_enquiries a, button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
  text-decoration: none;
}

.bulk_enquiries .section {
  margin: 0 auto;
  padding:0 0 2rem;
}

.bulk_enquiries .container {
  max-width: 75rem;
  height: auto;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.bulk_enquiries .centered {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1rem;
}

.bulk_enquiries .heading {
  font-family: inherit;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  color: #000;
  text-transform: uppercase;
}


.bulk_enquiries .form-control {
  position: relative;
  height: 3rem;
  margin-bottom: 2rem;
  border: none;
  border-bottom: 1px solid #ced4da !important;
}
.bulk_enquiries .form-label {
  position: absolute;
  font-family: inherit;
  font-size: 0.93rem;
  font-weight: 400;
  line-height: 1.5;
  top: 0.5rem;
  width: 100%;
  color: #8d8c8c;
  transition: all 0.2s ease;
}
.bulk_enquiries .form-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 1rem 1rem 1rem 0;
  resize: none;
  border: none;
  outline: none;
  color: black;
  background: transparent;
  transition: all 0.2s ease;
}
.bulk_enquiries .form-input::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.bulk_enquiries .form-input:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.bulk_enquiries .form-input::placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.bulk_enquiries .form-input:not(:-moz-placeholder-shown).form-input:not(:focus) ~ .form-label {
  top: -0.75rem;
  left: 0;
  font-size: 0.875rem;
  z-index: 9;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bulk_enquiries .form-input:not(:-ms-input-placeholder).form-input:not(:focus) ~ .form-label {
  top: -0.75rem;
  left: 0;
  font-size: 0.875rem;
  z-index: 9;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bulk_enquiries .form-input:focus ~ .form-label, .form-input:not(:placeholder-shown).form-input:not(:focus) ~ .form-label {
  top: -0.75rem;
  left: 0;
  font-size: 0.875rem;
  z-index: 9;
  transition: all 0.2s ease;
  color: #577b8c;
  /* padding-top: 20px; */
}
.bulk_enquiries .form-areas {
  resize: none;
  max-width: 100%;
  min-height: 7rem;
  max-height: 16rem;
}

.bulk_enquiries .contact-column {
  max-width: 80%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.bulk_enquiries .contact-inform {
  padding: 0 2rem 2rem;
  border-radius: 0.25rem;
  color: #000;
  background: #fff;
}


.send_btn{
    padding: 15px 40px;
    display: flex;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
    min-height: 56px;
    transition: all 0.3s ease 0s;
    letter-spacing: 0.214em;
    background-color: #a0d0e7;
}

.send_btn:hover{
    box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 10px -10px;
    background-color: #b8d9ea;
}


.contact_head{
    background-color: #ecf5fa;
    padding: 50px;
}

.contact_head h1{
    font-size: 16px;
    color: #577b8c;
    line-height: 1.4;
    letter-spacing: 0.125em;
    font-weight: 400;
    margin-bottom: 40px;
    justify-content: center;
    display: flex;
}

.contact_head h5{
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: 0.045em;
    margin-bottom: 25px;
    color: rgb(27, 27, 27);
    font-weight: 400;
}

.contact_head p{
    font-size: 16px;
    line-height: 1.5;
    color: #5e5e5e;
    font-weight: 400;
    margin-bottom: 30px;
}

.contact_head h4{
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: 0.045em;
    margin-bottom: 30px;
    color: #1b1b1b;
    font-weight: 400;
}

.contact_head a{
    font-size: 16px;
    color: #577b8c;
    text-decoration: none;
}

.contact_head a:hover{
    color: #314a56;
}


.contact_head ul{
    padding: 0;
    margin-bottom: 30px;
}


.contact_head li{
    list-style: none;
}

.contact{
    margin-bottom: 30px;
}



.icon-bar {
  position: fixed;
  bottom:25px;
  right:25px;
  z-index: 10;

}

.icon-bar i{
    padding: 21px;
}

.icon-bar a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 25px;
    border-radius: 50%;
    width: 70px;
}


.comment {
  background: #a0d0e7;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 18px;
}


.menu_bar i{
    font-size: 25px;
    color: #628fa3;
}

.modal-backdrop{
    display: none;
}

.show{
    display: none;
}

.btn-check:focus+.btn, .btn:focus{
    box-shadow:none;
}

.offcanvas.show{
    width: 100%;
    background-color: #ecf5fa;
}

/* .offcanvas-body{
    padding: 1rem 5rem;
} */

.offcanvas-header .btn-close{
    font-size: 28px;
    float: right;
    display: flex;
    margin: 0 0 0 auto;
}

.maps iframe{
    height: -webkit-fill-available;
}

.privacy h5{
    color: rgb(94, 94, 94);
}
.privacy h3{
    font-size: 22px;
}
.privacy p{
    text-align: justify;
}

@media(min-width:350px) and (max-width: 776px){
    .logo_img img{
        width: 75px;
        margin-top: 10px;
    }
    .home{
        min-height: 350px;
    }
    .home_content h1{
        font-size: 30px !important;
        letter-spacing: 0.023em;
    }

    .cake_img{
        margin-bottom: 30px;
    }

    .bulk_enquiries .contact-column{
        width: 100%;
        max-width: 100%;
    }

    .brand_img{
        margin-bottom: 0rem;
    }
    .kitchenaid_logo img{
        width: 100% !important;
    }

    .contact_head{
        margin-bottom: 1rem;
    }

    .footer_nav ul{
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        padding: 0;
    }

    .send_btn{
        width: 100%;
        display: block;
    }
    .about_card .img-fluid{
        margin: 0 0 15px 0;

        }

    .social_media_heading{
        display: block;
    }

    .social_media_links{
        text-align: center;
        margin-bottom: 20px;
        justify-content: center;
    }

    .footer_nav ul li{
        padding: 5px;
    }


}

@media(min-width:777px) and (max-width: 991px){

    .bulk_enquiries .contact-column{
        max-width: 100%;
    }
    .footer_nav ul li{
        padding: 5px;
    }
    .footer_nav ul{
        display: flex;
        flex-wrap: wrap;
    }

    .home{
        min-height: 45px;
        padding: 75px 40px 40px;
    }
    .home_content h1{
        font-size: 38px;
    }

    .footer_address_content address{
        font-size: 16px;
        max-width: 80%;
        display: flex;
        justify-content: center;
        text-align: center;
        margin: 0 auto 25px auto;
    }

    .brands_btn{
        padding:16px 28px;
    }

    .index_contact{
        display: none;
    }


}
@media(min-width:768px) and (max-width: 991px){
    .social_media_heading{
        display: block;
    }

    .social_media_links{
        text-align: center;
        margin-bottom: 20px;
        justify-content: center;
    }

    .footer_nav ul li{
        padding: 0px;
    }


}

.modal-dialog{
    margin: 0 0 0 auto;
}

.modal-content{
    max-width: 70%;
    display: flex;
    justify-content: end;
    margin: 0 0 0 auto;
}

.message_popup .form-popup {
  display: none;
  position: fixed;
  bottom: 85px;
  right: 15px;
}

.message_popup  .form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

.message_popup  .form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

.message_popup  .form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

.message_popup  .form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

.message_popup  .form-container .cancel {
  background-color: #000;
}

.message_popup  .form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
.message_popup .cancel{
    float: right;
    padding: 7px;
}

/* .message_popup  a, */
.message_popup   button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  /* background: none; */
}

.message_popup  .container {
  max-width: 75rem;
  height: auto;
  margin: 0 auto;
  padding:0rem 0 ;
}

.message_popup p{
    background-color: #c5e6f6;
    display: flex;
    width: 80%;
    justify-content: center;
    margin: 0 auto;
    margin-top: -35px;
    padding: 13px 17px;
    border-radius: 5px;
    box-shadow: 0px 1px 3px #888888;
}

.message_popup  .title {
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  color: #000;
  text-transform: unset;
  background-color: #a0d0e7;
  padding: 35px;
}

.message_popup  .btn-darken {
  width: 100%;
  height: auto;
  padding: 0.75rem 1.25rem;
  color: #fff;
  background: #000;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
  0 4px 6px -2px rgba(0, 0, 0, 0.05);;
}

.message_popup  .wrapper-column {
  max-width: 90%;
  height: auto;
  border-radius: 0.25rem;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
  0 4px 6px -2px rgba(0, 0, 0, 0.05);;
}
@media only screen and (min-width: 425px) {
    .message_popup  .wrapper-column {
        max-width: 26rem;
        height: auto;
        background-color: #ffffff;
    }
}
.message_popup  .wrapper-header {
  text-align: center;
  vertical-align: middle;
}

.message_popup  .form {
  display: block;
  margin: 1rem;
  padding: 2rem;
}
.message_popup  .form-control {
  position: relative;
  width: 100%;
  height: 3rem;
  margin: 0 auto;
  border: none;
}

.message_popup  .form-label {
  position: absolute;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  left: 0.75rem;
  top: 0.75rem;
  padding: 0 0.35rem;
  color: var(--color-light-500);
  background: #fff;
  transition: all 0.35s ease;
}
.message_popup  .form-input {
  position: absolute;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.75rem 1rem;
  z-index: 1;
  outline: none;
  border-radius: 0.25rem;
  border-width: 1.75px;
  border-style: solid;
  border-color: #0f0f0f;
  color: #000;
  background-clip: padding-box;
  background-color: transparent;
  transition: all 0.35s ease-in-out;
}
.message_popup  .form-input::-moz-placeholder {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.message_popup  .form-input:-ms-input-placeholder {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.message_popup  .form-input::placeholder {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.message_popup  .form-input:focus + .form-label {
  font-size: 0.875rem;
  font-weight: 400;
  top: -0.65rem;
  left: 0.75rem;
  z-index: 5;
}
.message_popup  .form-input:not(:-moz-placeholder-shown).form-input:not(:focus) + .form-label {
  font-size: 0.875rem;
  font-weight: 400;
  top: -0.65rem;
  left: 0.75rem;
  z-index: 5;
}
.message_popup  .form-input:not(:-ms-input-placeholder).form-input:not(:focus) + .form-label {
  font-size: 0.875rem;
  font-weight: 400;
  top: -0.65rem;
  left: 0.75rem;
  z-index: 5;
}
.message_popup  .form-input:not(:placeholder-shown).form-input:not(:focus) + .form-label {
  font-size: 0.875rem;
  font-weight: 400;
  top: -0.65rem;
  left: 0.75rem;
  z-index: 5;
}


.days_time{
    font-weight: 700;
}


.form_shadow{
    box-shadow: #00000040 0px 3px 18px;
}
.error{
    border-bottom: 1px solid #FF0202 !important;
}


/* breadcrumbs */

.breadcrumb a{
    text-decoration: none;
    color: #000;
}

.mcocoa{
    margin-bottom: 30px;
}
.card-img, .card-img-bottom, .card-img-top {
    border-top-right-radius: 6px 6px;
    border-top-left-radius: 6px 6px;
}
.card-img-top{
    height:auto;
    padding:20px;
}
.card{
    border-radius: 7px;

}
.card-title{
    text-align: center;
}



.main-wrapper {
    position: relative;

}
.main-wrapper > ul {
    list-style: none;
    padding: 0;
    width: 278px;
    max-height: 140px;
    overflow-x: hidden;
    overflow-y: auto;
    /* background: #333; */
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.main-wrapper > ul > li {
    position: static;
    padding: 5px;
    /* background: #333; */
}
.dropdown {
    position:absolute;
    background: #fff;
    left: 150px;
    display: none;
    list-style: none;
    box-shadow: 0px 0px 2px 0px #c5c5c5;
    /* width: 100%; */
}
.dropdown a{
  font-size: 1px;
}
.main-wrapper > ul li:hover .dropdown { display: block }

@media (max-width:991px) {
  .main-wrapper > ul{
    font-size: 12px;
    margin-left: 25px;
    font-weight: bold;
  }
}

.main-wrapper ul::-webkit-scrollbar{
    width: 5px;
    height:5px;
    background-color: #F5F5F5;
  }
  .main-wrapper ul::-webkit-scrollbar-thumb{
    background-color: #D8D8D8;
  }
  .main-wrapper ul::-webkit-scrollbar-track{
    background-color: #F5F5F5;
  }

.product-sub-menu img {
    transition: transform 0.3s ease-in-out;
}
.product-sub-menu img:hover {
    transform: scale(1.1);
}
.brands{
    padding: 50px 0px;
}

.submenu {
    position: absolute;
    width: 140px;
    display: none;
    padding: 0;
    margin: 0;
    max-height: 150px;
    overflow-y: auto;
    list-style-type: none !important;
    margin-top: -20px;
}
.submenu-two {
    position: relative;
    width: 140px;
    display: none;
    padding: 0;
    margin: 0;
    max-height: 150px;
    overflow-y: auto;
    list-style-type: disc !important;
}
.menu .has-children:hover .submenu {
    display: block;
    background-color: #ECF5FA;
}
.has-children{
    display: block !important;
}
.menu .submenu .has-children:hover .submenu-two {
    display: block !important;
    margin-left: 20px;
}
.sub-products{
    display: inline-flex;
    padding:0;
}

.custom-image {
    max-width: 80% !important;
}
.brandimg{
display:flex;
align-items: center;
}
.carousel-inner img.imglists{
    width: 500px !important;
    height: auto;
    margin: 0 auto;
}
/* CSS for iPhone 12 Pro or screens with similar width */
@media (max-width: 576px){
  .carousel-inner img.imglists {
    width: 250px !important;
    height: auto;
    margin: 0 auto;
}
.carousel-img-mbl{
    padding-bottom: 25px;
}
}

@media (min-width: 760px){
.carousel-slide{
    margin-top: 5.4rem!important;
    margin-bottom: 5.4rem!important;
}
}
.product-sub-menu{
    display: flex;
   justify-content: center;
}
