*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', arial, sans-serif;
}

.logo_img{
    display: flex;
    margin: 0 auto;
}

.nav_lists{
    margin: 0 auto;
}

.navbar{
    font-size: 16px;
}

.nav_lists li{
    padding: 0 10px;
}
.nav_lists li a{
    color: #000 !important;
    opacity: 0.8;
    letter-spacing: 0.180em;
    font-size: 14px;
}

.main_img{
    width:100%;
    min-height: 400px;
}
.nav-item a{
    border-bottom: 1px solid #fff;
}

.nav-item .active{
    border-bottom: 1px solid #b87d00;
}


.nav-item a:hover{
    color: #966803 !important;
    /* border-bottom: 1px solid #b87d00; */
}

.bg_change{
    background-color: #fff1e6;
}

.home{
    min-height: 750px;
    padding: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brands_btn{
    background-color: rgb(255, 176, 6);
    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(252, 193, 122);
}



.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: 40px;
}

.bottle_img{
    width: 100%;
    padding: 20px;
}

.bottle_cards{
    margin-bottom: 40px;
}

.footer{
    background-color: rgb(255, 176, 6);
    padding: 40px;
    margin-bottom: 40px;
}

.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: 50px;
}

.footer_address_content h2{
    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;
    text-align: center;
    margin-bottom: 25px;
}


.footer_address_content address{
    font-size: 17px;
    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: 400;
    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;
}

.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(158, 109, 3);
    line-height: 1.4;
    letter-spacing: 0.125em;
    font-weight: 400;
    font-family: 'Open Sans', arial, sans-serif;
    /* margin-bottom: 40px; */
    text-align: center;
    padding-top: 3px;    
}

.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: 40px;
}

.footer_nav ul{
    display: flex;
    justify-content: space-around;
    list-style: none;
}
.footer_nav ul li a{
    text-decoration: none;
    color: rgb(158, 109, 3);
    font-size: 18px;
    font-family: 'Open Sans', arial, sans-serif;
}

/* 
.footer_nav ul li{
    padding: 15px;
} */
/* 
.footer_nav{
   padding: 30px 0px;
} */

.menu_list_iteam{
    padding-top: 3px;
}

.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: 30px;
}

.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;
}

.bakers_log{
    width: 80px !important;
    margin: 0 auto;
    display: flex;

}

.brand_imgs img{
    width: 100%;
}

.brand_img{
    margin-bottom: 8rem;
}

.brands h2{
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 32px;
    font-weight: 300;
}

.foo_logo img{
    width: 200px !important;
    display: flex;
    margin: 0 auto;
}

.brand_imgs img{
    padding: 5px;
}

.kitchenaid_logo img{
    width: 500px;
}   


.products_content h1{
    font-size: 16px;
    color: #9e6d03;
    line-height: 1.4;
    letter-spacing: 0.125em;
    font-weight: 400;
    margin-bottom: 35px;
}
/* 
.cake_img{
    width:530px;
    height: 265px;
} */
.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: 60px;
}

.bulk_enquiries_header h1{
    font-size: 16px;
    color: #9e6d03;
    line-height: 1.4;
    letter-spacing: 0.125em;
    font-weight: 400;
    margin-bottom: 35px;
}

.bulk_enquiries_header p{
    font-size: 14px;
    text-align: center;
    color: #9e6d03;
    line-height: 1.25;
    letter-spacing: 0.125em;
    font-weight: 400;
}

.about_content h1{
    font-size: 16px;
    color: #9e6d03;
    line-height: 1.4;
    letter-spacing: 0.125em;
    font-weight: 400;
    margin-bottom: 35px;
}

.about_card{
    background-color: #fff1e6;
    padding: 20px 10px;
}

.about_card p{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.7;
}

.about{
    margin-bottom: 6rem;
}
.about_card .img-fluid{
    border-radius: 20px;
    }


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: #966803;
  /* 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;
}

/* 
.message_box{
    border: 1px solid #ced4da !important;

} */

.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;
}

.send_btn:hover{
    box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 10px -10px;
    background-color: rgb(254, 203, 148);
}


.contact_head{
    background-color: rgb(255, 241, 230);
    padding: 50px;
}

.contact_head h1{
    font-size: 16px;
    color: #9e6d03;
    line-height: 1.4;
    letter-spacing: 0.125em;
    font-weight: 400;
    margin-bottom: 40px;
}

.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: #9e6d03;
    text-decoration: none;
}

.contact_head a:hover{
    color: #614000;
}


.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: #ffb006;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 18px;
}

.menu_bar i{
    font-size: 25px;
    color: rgb(184, 125, 0);
}

.modal-backdrop{
    display: none;
}

.show{
    display: none;
}

.btn-check:focus+.btn, .btn:focus{
    box-shadow:none;
}

.offcanvas.show{
    width: 100%;
    background-color: #fff1e6;
}

/* .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: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: 5px;
    }
   

}


@media(min-width:350px) and (max-width: 776px){
    .home{
        min-height: 350px;
    }
    .home_content h1{
        font-size: 32px !important;
        letter-spacing: 0.023em;
    }

    .cake_img{
        margin-bottom: 3rem;
    }

    .bulk_enquiries .contact-column{
        width: 100%;
        max-width: 100%;
    }

    .brand_img{
        margin-bottom: 0rem;
    } 
    .kitchenaid_logo img{
        width: 100% !important;
    }   
    
    .contact_head{
        margin-bottom: 3rem;
    }

    .footer_nav ul{
        display: block;
        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){
    .footer_nav ul li{
        padding: 5px;
    }

    .home{
        min-height: 45px;
    }
    .home_content h1{
        font-size: 38px;
    }

    .brands_btn{
        padding:16px 28px;
    }

    .index_contact{
        display: none;
    }

   
}


@media(min-width:350px) and (max-width: 991px){
    .navbar-brand{
        display: flex;
    }

    .nav-item a{
        border: none;
    }

    .menu_bar{
        display: block !important;
        position: absolute;
        top: 40px;
    }

    .modal-backdrop{
        display: block;
    }

    .nav_lists li a{
        font-size: 25px;
    }
        
    .show{
        display: block;
    }

    .dropdown .nav-item .active{
        border: 0;
        font-weight: 900;
    }
}



.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 .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: #efc977;
    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: #ffb006;
  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;
}

.send_btn{
    background-color: #ffb006;
}

.form_shadow{
    box-shadow: #00000040 0px 3px 18px;
}
.error{
    border-bottom: 1px solid #FF0202 !important;
}