.hello-bar{
	background-color:#fff;
}
.checkout-btn{
	Background-color:#51af53 !important;
}
.drawer input, .drawer textarea {
  
    border: 1px solid;
}
.badges-half {
    display: flex;
    width: 50%;
    align-items: flex-start;
    justify-content: flex-end;
}
.badges {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    top: -45px;
}
.badges-half span {
    width: 115px;
    height: 115px;
    display: inline-flex;
    margin-left: 30px;
}
.badges-half span img {
  object-fit:cover;
  object-position:center;
  width:100%;
}
img.batch-big {
    max-width: 170px;
}
.badges-half.badges-half-2 {
    align-items: flex-end;
    justify-content: space-evenly;
}
.badges-half-1 p.text-center {
    width: 100%;
}
.badges-half-1 {
    flex-wrap: wrap;
}
#CartContainer input.ajaxcart__qty-num {
    border: 0;
}
.drawer--right #CartContainer .btn:after, .drawer--right #CartContainer .btn--secondary:after, .product-submit:after{
      
  display:none;
}
.drawer--right #CartContainer .btn:hover, .drawer--right #CartContainer .btn--secondary:hover, .drawer--right #CartContainer .btn:active, 
.drawer--right #CartContainer .btn--secondary:active, button#AddToCart.product-submit:hover,  button#AddToCart.product-submit:active{
background: #50af53;
}
.grid.z-grid {
    position: relative;
    z-index: 1;
}
#order-summary .order-summary__sections {
    height: auto;
}

.images-grid-cart {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.images-grid-cart div {
    width: 82px!important;
}

.why-us .grid__item.one-quarter {
    padding-left: 15px;
}
.why-us:after {
    content: "";
    display: block;
    clear: both;
}
.why-us {
    margin-bottom: 30px;
}
.product-layout .why-buy p {
    text-align: center;
    font-weight: bold;
}
@media(max-width:1249px){
    .badges-half span {
      margin-left: 10px;
      width: 100px;
      height: 100px;
  }
  .badges-half-1{
    justify-content:center;
  }
}

@media(max-width:1025px){
  .badges-half{
  	width:100%;
  }
  .badges{
    flex-wrap:wrap;
    top:0;
    margin-top:20px;
  }
  .badges-half-1 > div {
    margin: auto;
}
  .badges-half {
    flex-wrap: wrap;
    margin: auto;
}
  .badges-half.badges-half-2 {
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    margin-top: 20px;
}
  img.batch-big {
    margin-top: 20px;
}
  .secure-check img {
    max-width: 100%;
}
}
@media(max-width:580px){
  .badges-half span{
    margin:auto;
    margin-bottom:10px;
  }
  .badges{
    padding-left:30px;
  }
  .badges-half span {
    margin: 0 5px;
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
}
  .badges-half.badges-half-2 div img {
    max-width: 100%;
}
}
@media(max-width:370px){
  .badges-half span {
    width: 55px;
    height: 55px;
}
}