/*
 * Custom code goes here.
 */

/* hide firstname and lastname alerts in checkout form */
#customer-form input[name="firstname"]+span.form-control-comment, #customer-form input[name="lastname"]+span.form-control-comment {
    display: none;
}
/* fix for Chrome image rendering */
img {
 image-rendering: -webkit-optimize-contrast;
}


/* CLS */
@media (max-width: 1199px) {
  #header .header-nav {border-bottom: 1px solid #e5e5e5;}
}

@media (max-width: 1199px) {
    .header-nav {height: 80px; }
    #_desktop_cart, #_desktop_user_info, .wp-nav {display: none;}
}

#wpimageslider-wrap {
  aspect-ratio: 834 / 420;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

#wpimageslider-wrap .bx-wrapper,
#wpimageslider-wrap .bx-viewport {
  height: 100% !important;
}


.wp-gallery {
  max-height: 116px;
  overflow: hidden;
}
 


/* CLS end */
