/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.combo__main {
  margin-top: 0px;
}

.combo__main .component-item .wrap figure img {
  cursor: pointer;
  max-height: 130px;
  object-fit: contain;
}

.woocommerce-form-coupon-toggle {
  margin-top: 66px;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.hide_section {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.show_section {
  opacity: 1;
  visibility: visible;
  height: auto;
}

pre.xdebug-var-dump {
 
    display: block;
    font-size: 14px;
    color: #212529;
    width: 100%;
 
}