/* General */
#main {
  padding-top: 7rem;
  padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  #main {
    padding-top: 13rem;
    padding-bottom: 4rem;
  }
}


/* Woo Overrides */
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.disabled,
.woocommerce input.button {
  font-size: 1.125rem;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.75rem 1.5em !important;
  font-weight: 500;
  border-radius: 3px;
  left: auto;
  color: #fff;
  background-color: transparent !important;
  border: 1px solid #fff;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  transition: color 300ms, background-color 300ms;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #fff !important;
  color: #000011;
}

.no-wc > img {
  height: 100% !important;
}

.woocommerce input,
.woocommerce select {
  height: 2.75rem;
  border-radius: 3px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  border-top: 3px solid #83A09E;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.woocommerce-message::before {
  color: #83A09E;
}


/* Products */
.woocommerce-product-details__short-description,
.woocommerce-variation-description,
.woocommerce-Tabs-panel,
.woocommerce td.label label {
  color: #fff;
}

.product_meta,
.coupon {
  display: none;
}

.woocommerce-loop-product__title {
  color: #fff;
}

.woocommerce div.product form.cart div.quantity {
  margin: 0 0.5rem 0 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: #83A09E;
}

.wc-tabs-wrapper {
  display: none !important;
}

.woocommerce-variation-price .woocommerce-Price-amount {
  display: block;
  padding-bottom: 0.5rem;
}


/* Cart */
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  width: 100%;
  color: #fff;
}

.product-remove,
.product-thumbnail,
.product-name,
.product-subtotal,
th.product-quantity,
.product-price {
  color: #fff;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: #fff;
  cursor: not-allowed;
  opacity: .5;
  padding: .618em 1em;
}

.woocommerce-info::before {
  color: #83A09E;
}


/* Checkout */
.woocommerce-info {
  display: none;
}

.woocommerce-billing-fields h3,
.woocommerce-billing-fields label,
.woocommerce-additional-fields h3,
.woocommerce-additional-fields label,
#order_review_heading,
.woocommerce-checkout-review-order-table {
  color: #fff;
}

.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  padding: 0.5rem 1rem;
  border-radius: 3px;
}

.select2-container--default .select2-selection {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: static;
  right: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: auto;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 50%;
  width: 0;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.woocommerce-order *,
.woocommerce-input-wrapper strong {
  color: #fff !important;
}