/* VARIABLES */
@font-face {
  font-family: star;
  src: url("../fonts/stars/star.eot");
  src: url("../fonts/stars/star.eot?#iefix") format("embedded-opentype"), url("../fonts/stars/star.woff") format("woff"), url("../fonts/stars/star.ttf") format("truetype"), url("../fonts/stars/star.svg#star") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: WooCommerce;
  src: url("../fonts/woocommerce/WooCommerce.eot");
  src: url("../fonts/woocommerce/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/woocommerce/WooCommerce.woff") format("woff"), url("../fonts/woocommerce/WooCommerce.ttf") format("truetype"), url("../fonts/woocommerce/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: 400;
  font-style: normal;
}
main {
  background-color: #F8F8F8;
}

.product-summary {
  background-color: #F8F8F8;
  padding-top: 1rem;
}
.product-summary .wrapper {
  background-color: #ffffff;
  padding: 1rem;
}

.product-extra {
  padding-top: 1rem;
}

h2 {
  font-size: 1.5rem;
  color: #0058A3;
}

.stock {
  display: flex;
  align-items: center;
}
.stock:before {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
}
.stock.in-stock:before {
  background-color: #19a509;
}
.stock.out-of-stock:before {
  background-color: #ffbd0a;
}
.stock.available-on-backorder:before {
  background-color: #ffbd0a;
}

.summary .quantity {
  display: flex;
}
.summary .quantity label[for*=quantity] {
  margin-right: 1rem;
  margin-bottom: 0;
  align-self: center;
}
.summary .quantity input {
  border: 0;
}
.summary .quantity input.minus {
  border-left: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-right: 0;
}
.summary .quantity input.plus {
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-left: 0;
}
.summary .quantity input[type=number] {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.summary h1.product_title {
  font-weight: 300;
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .summary .woocommerce-tabs {
    display: block;
  }
}
.summary .stock {
  font-size: 0.75rem;
}

.woocommerce-tabs {
  width: 100%;
}
.woocommerce-tabs .card-body {
  padding: 1.25rem 0;
}

.attachment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
}
.attachment:nth-child(odd) {
  background-color: #F8F8F8;
}
.attachment p {
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .attachment p {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
  }
}
.attachment .button-wrapper {
  max-width: 240px;
  width: 100%;
}
@media (min-width: 768px) {
  .attachment .button-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
  }
}
.attachment .button-wrapper .button {
  width: 100%;
}

.video p {
  margin-bottom: 0.5rem;
}

.summary .price {
  margin-bottom: 1rem;
}
.summary .cart {
  margin-top: 1rem;
}

.carousel-row .item:first-child {
  padding-left: 0;
}

.product-page-carousel {
  margin: 0;
}

.product-image-gallery {
  position: sticky;
  top: 1rem;
}

.shop_attributes th, .shop_attributes td {
  display: inline-block;
  padding: 0;
}

.woocommerce-product-attributes-item__label {
  font-weight: 300;
}
.woocommerce-product-attributes-item__label:after {
  content: ": ";
  white-space: pre;
}

.woocommerce-product-attributes-additional-item__label, .woocommerce-product-attributes-product-code__label {
  display: block;
}

.product_plain_title {
  font-size: 1.25rem;
  font-weight: 300;
  color: #373A3C;
}
/*# sourceMappingURL=child-product.css.map */
