.cg_form_div [type=checkbox]:not(:checked), .cg_form_div [type=checkbox]:checked {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.woocommerce-cart .woocommerce table.cart img {
  max-width: 400px;
}

.woocommerce.archive ul.products li.product.product-category a img {
  object-fit: cover;
}
.woocommerce.archive ul.products li.product.product-category a {
  position: relative;
}

.woocommerce.archive.woocommerce-page .woocommerce-loop-category__title, .woocommerce-page .cross-sells .woocommerce-loop-category__title {
  bottom: 5px;
}
@media screen and (max-width: 600px) {
  .woocommerce.archive.woocommerce-page .woocommerce-loop-category__title, .woocommerce-page .cross-sells .woocommerce-loop-category__title {
    bottom: -5px;
  }
}
.aligncenter {
  text-align: center;
}

#order_review_heading, #order_payment_heading {
  margin-top: 30px;
}

.admin-bar:not(.body_type_print) .byd-configurator-design-interface {
  bottom: 32px;
}
.admin-bar:not(.body_type_print) .byd-configurator-options {
  height: calc(100% - 32px);
}
@media screen and (max-width: 782px) {
  .admin-bar:not(.body_type_print) .byd-configurator-design-interface {
    bottom: 46px;
  }
  .admin-bar:not(.body_type_print) .byd-configurator-options {
    height: calc(100% - 46px);
  }
  /*.byd-configurator-wrap {*/
  /*  overflow: scroll !important;*/
  /*}*/
}
@media screen and (max-width: 460px) {
  .byd-configurator-design-interface {
    bottom: auto !important;
    top: calc(100% - 395px);
    z-index: 0;
  }
}
@media screen and (max-width: 1000px) {
  .byd-configurator-canvas {
    flex-wrap: initial !important;
  }
}

#order_comments_field label span {
  display: none;
}

#order_comments_field label {
  order: 0 !important;
}
#order_comments_field textarea::placeholder {
  color: transparent;
}
