



.woosb-wrap {
  padding: 20px 19px 23px;
  border: 1px solid #000;
  border-radius: 5px;
}

.woosb-wrap .woosb-text {
  margin: 10px 0 0;
  white-space: pre-line;
}

.woosb-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.woosb-total > * {
  margin: 0 0 0 5px;
}

.woosb-total .amount {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: var(--minimog-color-primary);
}

.woosb-total ins {
  color: var(--minimog-color-primary) !important;
}

.woosb-total del {
  position: relative;
  text-decoration: none;
  color: var(--minimog-color-text-lighten) !important;
}

.woosb-total del:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  content: '';
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.woosb-total ins .amount,
.woosb-total del .amount {
  color: inherit !important;
}

.woosb-availability .entry-product-stock {
  margin: 0;
}

.woosb-availability .entry-product-stock .minimog-progress {
  margin: 1px 0 0;
}

.woosb-products {
  margin: 0 0 15px;
}

.woosb-products .woosb-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.woosb-products .woosb-product + .woosb-product {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #eee;
}

.woosb-products .woosb-thumb {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 60px;
  max-width: 25%;
  margin: 0 10px 0 0;
}

.woosb-products .woosb-thumb img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.woosb-products .woosb-quantity label {
  display: none;
}

.woosb-products .woosb-quantity input {
  width: 100%;
}

.woosb-products .woosb-product-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.woosb-products .woosb-title-wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.woosb-products .woosb-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

.woosb-products .woosb-description,
.woosb-products .woosb-variation-description {
  font-size: 14px;
}

.woosb-products .woosb-product-main-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.woosb-products .woosb-price {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 24px;
  margin: 0 0 0 5px;
}

.woosb-products .woosb-price .price {
  line-height: 24px;
}

.woosb-products .woosb-price .amount {
  font-size: 18px;
}

.woosb-products .woosb-price del {
  position: relative;
  font-weight: var(--minimog-typography-body-font-weight);
  text-decoration: none;
  color: var(--minimog-color-text-lighten);
}

.woosb-products .woosb-price del .amount {
  font-size: 15px;
  font-weight: inherit;
}

.woosb-products .woosb-price del:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: currentColor;
}

.woosb-products .variations {
  display: none;
}

.woosb-products .product-variation-select {
  width: auto;
  min-height: 26px;
  line-height: 28px;
  border: 0;
  padding: 0 15px 0 0;
  background-color: transparent !important;
  background-position: center right;
}

.woosb-products div.quantity {
  --size: 26px;
}

.woosb-products div.quantity input.qty {
  background: none;
  border: 0;
  line-height: 1;
  padding: 0;
}

.woosb-alert {
  padding: 6px 10px 6px 14px;
  border-left: 4px solid #000;
  background-color: #eee;
  font-size: 14px;
}

.woosb-alert strong {
  color: var(--minimog-color-heading);
  font-weight: 500;
}

body.woocommerce-no-js .woosb-wrap + form.cart {
  display: none;
}

.woosb-disabled {
  opacity: .7 !important;
  cursor: not-allowed !important;
}

@media (max-width: 543px) {
  .woosb-products .woosb-product {
    padding: 10px;
  }
  .woosb-products .woosb-product + .woosb-product {
    margin: 10px 0 0;
  }
  .woosb-products .woosb-thumb {
    width: 70px;
    margin: 0 10px 0 0;
  }
  .woosb-products .woosb-product-main-info {
    display: block;
  }
  .woosb-products .woosb-price {
    margin: 5px 0 0;
  }
  .woosb-products .woosb-price .amount {
    font-size: 16px;
  }
  .woosb-products .woosb-price del .amount {
    font-size: 14px;
  }
  .woosb-products .woosb-product-cart {
    margin: 7px 0 0;
  }
}
