#checkbox_maillist{
  width: auto;
  float: left;
  transform: scale(1.5);
  margin-right: 20px;
  margin-left: 5px;
}

#checkbox_maillist_label{
  width: auto;
  float: left;
}

.store_btns {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  margin-top: 20px;
}

.down_btns{
  width: 150px;
  cursor: pointer;
}

.modal-dialog-centered {
    position: relative;
    top: 50%;
    transform: translateY(-50%) !important;
}

.free_delivery{
  padding-left:37px;
  margin-top: 2px;
}

.zip_sec{
  /* padding-left: 0px; */
}

.fixed_menu {
    z-index: 2 !important;
}

.itm_imgsw {
    cursor: pointer;
    /* max-height: 159px; */
    height: 17vh;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed !important;
    background-color: gray !important;
}

.disabled:hover{
  cursor: not-allowed !important;
}

.sldw{
    min-height: 434px;
}

.pointer{
    cursor: pointer;
}

.add_order_btn{
    display: inline-block;
    width: 80%;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    background: #BEAC39;
    border-color: #BEAC39;
}

.modal-confirm {		
    color: #434e65;
    width: 525px;
}
.modal-confirm .modal-content {
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    background-color: black;
    color: white;
}
.modal-confirm .modal-header {
    background: #47c9a2;
    border-bottom: none;   
    position: relative;
    text-align: center;
    margin: -20px -20px 0;
    border-radius: 5px 5px 0 0;
    padding: 35px;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px; 
}
.modal-confirm .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
}
.modal-confirm .close:hover {
    opacity: 0.8;
}
.modal-confirm .icon-box {
    color: #fff;		
    width: 95px;
    height: 95px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
}
.modal-confirm .icon-box i {
    font-size: 64px;
    margin: -4px 0 0 -4px;
}
.modal-confirm.modal-dialog {
    margin-top: 80px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #BEAC39 !important;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border-radius: 30px;
    margin-top: 10px;
    padding: 6px 20px;
    border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
    background: #eda645 !important;
    outline: none;
}
.modal-confirm .btn span {
    margin: 1px 3px 0;
    float: left;
}
.modal-confirm .btn i {
    margin-left: 1px;
    font-size: 20px;
    float: right;
}


.siz_or>div {
    width: 50% !important;
}

.item_l button {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    background: #BEAC39;
    border-color: #BEAC39;
}

#loading {
    display: none;
    position: fixed;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ccc;
      opacity: 0.5;
    border-radius: 3px;
    z-index: 111111;
  }
  #loading img{
    position: fixed;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  /*  width: 50px;
    height: 50px;*/
    border-radius: 3px;
    z-index: 1111111;
  }

  .cancel_editing{
    float: left;
    padding: 10px 0px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    text-align: center;
    max-width: 100%;
    margin-bottom: 15px;
    background-color: #c70b0b !important;
    width: 100px !important;
    margin-left: 20px !important;
  }

  .cancel_editing:hover{
    color: #fff;
  }

  .profile_actions{
    margin-top: 40px;
  }

  .user_orders{
    border-bottom: solid 1px;
  }

  .pagination{
      width: auto !important;
      float: left !important;
      min-width: 220px;
  }

  .login-form{
      margin-top:30px;
  }
/* 
  .header-logo{
    max-width: 200px;
    padding-top: 8px;
  } */

  .slid_main{
    height: 76vh;
    /* margin-top: 7vh; */
  }

  @media(max-width:1200px){
    .slid_main{
      display: table;
    }
    .itm_imgsw{
      height: 20vh;
    }
    .owl-carousel .owl-item img{
      height: 100%;
      max-width: 100%;
      width: auto;
    }
  }
  @media(max-width:776px){
    
    .partners_head{
      font-size: 35px !important;
    }
    .store_btns {
      display: flex;
      align-items: center;
      margin-top: 0px;
    }
    .owl-controls {
      top: -70;
    }
    .free_delivery{
      padding-left:0px;
    }
    .zip_sec{
      padding-left: 15px;
    }

    .sldw{
      min-height: 120px;
    }
    .menu_item_img{
      height: 350px !important;
    }
    .itmsw>div {
      min-width: 0px !important;
    }

    .for_con table{
      width: 100% !important;
    }
    .modal-confirm{
      width: auto !important;
    }
  }

  @media(min-width:1200px){
    .big-slider-img{
      height: 100%;
    }
  }

  .con_as{
      height: 83vh !important;
  }
  
  .con_a .owl-prev {
    background: none;
    color: white;
    font-size: 50px;
  }

  .con_a .owl-next {
    background: none;
    color: white;
    font-size: 50px;
  }


  .second_slid_main{
    height: 400px !important;
    display: flex;
    align-items: center;
    word-wrap: break-word;
  }
  

  #master{
    overflow: auto;
  }

  #login-header-btn{
    color:rgb(77, 208, 225);
    /* color:#ee917f; */
  }

  #register-header-btn{
    color:#BEAC39;
  }

  .pp_social{
    display: none;
  }

  .openG{
    background: none !important;
  }
  
  .owl-nav.disabled{
      display: none !important;
  }

  .order_preview_p{
    font-size: 22px !important;
    font-weight: bold;
    color: #BEAC39 !important;
    margin-bottom: 20px !important;
  }

  .order_preview_box{
    margin-bottom: 30px;
  }

  .bold{
    font-weight: 500;
  }

  .menu_prod{
    min-height: 80px;
  }

  .tabs ul li{
    margin-bottom: 10px;
  }

  .item_l h3{
    display: table;
  }

  .modal-content{
    background: #121212;
  }

  .payment-disabled{
    cursor: not-allowed !important;
    background-color: grey !important;
  }

  .menu-order-limits{
    font-size: 20px;
    color: #BEAC39;
  }

  .delivery_time_cost{
    margin-bottom: 10px;
  }
  
  
  .header_cont{
    position: fixed;
    width: 100%;
    z-index: 99999;
    background-color: black;
    padding-left:0px !important;
  }

  .menu:not(.new-header-menu){
    padding-left: 0px !important;
  }
/* 
  html::-webkit-scrollbar {
    width: 12px;
  }
  
  html::-webkit-scrollbar-track {
    background: black;
  }
  
  html::-webkit-scrollbar-thumb {
    background-color:  #BEAC39;
    border: 1px solid #BEAC39;
  }
   */

   .modal{
     z-index: 99999;
   }

   #pick_up_error, #delivery_up_error{
      cursor: pointer;
   }

   #page{
      /* padding-top: 7vh; */
   }

   .logo{
      padding-top: 0.6vh !important;
   }
   
   .voucher_labels{
     color: white !important;
     font-size: small !important;
   }

   #apply_voucher, #apply_promotion{
     padding: 8px 1px;
   }

   .cancel_promotion{
     cursor: pointer;
   }

   .profile_items{
      margin-right: 50px;
   }

   .img_item_l_profile{
     height: 250px !important;
   }

   .promotion_title{
    font-weight: 900 !important; 
    margin-bottom: 10px;
    margin-top: 10px;
   }

   .dtp-btn-ok{
     margin-left: 10px;
   }

   .font_hund{
    font-weight: 100 !important;
    margin-bottom: 5px !important;
    font-size: 18px !important;
   }

   .free_deliver{
    font-size: 15px !important;
   }

   .cont_c h2 {
      font-size: 18px !important;
  }

  .deliver_span{
      font-size: 18px !important;
      padding: 0px 0 !important;
  }

  .info h2 span {
    float: right;
    font-weight: bold;
    font-size: 18px;
    padding: 0px 0;
}

.cont_tabs{
  margin: 20px 0 !important;
}

#credit_div{
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}

.dash-logo{
  position: absolute;
  left: 110px;
  top: 50%;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.delivery_times{
  margin-bottom: 20px !important;
}

.menu_list ul li a:hover{
  border-bottom: 5px solid #BEAC39;
}

.your_cart{
  color:#BEAC39 !important;
}

.cart_radios{
  display: none !important;
}

.cart_rad_label{
  padding: 8 45;
  background-color: #BEAC39;
  border-color: #BEAC39;
}

.cart_rad_label:hover{
  background-color: #736811 !important;
  color: white !important;
  border-color: #736811 !important;
}

.btn_active{
  background-color: #fff !important;
  color: black !important;
  border-color: #fff !important;
}

.check_zip_btn{
    display: inline-block;
    width: auto;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    background: #BEAC39;
    border-color: #BEAC39;
    padding: 9 8;
    border: 0;
}

.primary_color{
  color: #BEAC39 !important;
}

.delivery_dates{
  font-weight: 600;
}

.multiselect:hover{
  background-color: #736811 !important;
}

.multiselect:focus{
  background-color: #736811 !important;
}

.open>.dropdown-toggle.btn-default {
  /* color: #333; */
  background-color: #736811 !important;
  border-color: #adadad;
}

.sizess > .btn-group{
  border: 1px solid transparent;
  border-radius: 4px;
}

#smartbanner{
  /* top:50px !important; */
}

.add_order{
  border:0px;
}

#check_price:hover, #check_price_again:hover, #check_price2:hover, .check_zip_btn:hover, .add-to-cart:hover:enabled, .add_order:hover, #open_payment_modal:hover, .loading_show:hover, .register_btn:hover, .login_btn:hover, #apply_voucher:hover, #apply_promotion:hover, #submit-button:hover{
  background-color: #736811 !important;
}

#pay_with_proteins:hover{
  background-color: rgb(24, 114, 125) !important;
}


.merc .img_item_l {
  height: 180px !important;
  width: 180px !important;
}

.stripe_div{
  margin-bottom: 20px;
  margin-top:10px;
}

.for_con{
  color: white;
}

.partners_head{
  float: right;
  width: 100%;
  padding: 30px 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: rgb(76, 208, 225);
  font-size: 80px;
  font-weight: bolder;
}

.partners_text{
  color: rgb(255, 255, 255);
  font-feature-settings: "liga" 0;
  font-size: 16px;
}

.partners_text_dots li:before {
  content: '\2022';
  display: inline-block;
  width: 1.5em;
  text-align: left!important;
}


.partners_text_dots_numbers li::before {
  content: '';
  display: inline-block;
  /* width: 1.5em; */
  text-align: left!important;
}


.partners_text_dots_numbers li {
  margin-bottom: 20px;
  padding-left: 15px;
}

.partners_text_dots_numbers{
  list-style: decimal;
  margin-left: 15px;
  margin-top: 30px;
  color: white;
  margin-bottom: 50px;
}

.partners_text_dots li{
  display: flex;
  /* margin-bottom: 10px; */

}

.partners_text_dots p{
  font-size: 16px !important;
}

.partners_text_dots{
  margin-top: 30px;
  margin-bottom: 50px;
}

.partners_text_head{
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: bolder;
}

.partners_text_sub_head{
  color: rgb(255, 255, 255);
  margin-top: 20px;
  line-height: 25px;
}

@font-face {
	font-family: 'RalewayBlack';
	src:  url('/assets/fonts/Raleway-Black.ttf');
  }



  .partners_head{
    font-family: 'RalewayBlack';
    text-shadow: 2px 2px 10px black;
  }