@media only screen and (max-width: 1679px) {
  header .header-wrapper .logo-container {
    width: 400px;
  }

  header .header-wrapper .menu-container {
    width: calc(100% - 400px);
  }
}
@media only screen and (max-width: 1589px) {
  header .header-wrapper .logo-container {
    width: 350px;
  }

  header .header-wrapper .menu-container {
    width: calc(100% - 350px);
  }
}
@media only screen and (max-width: 1536px) {
  header .header-wrapper .logo-container {
    width: 300px;
  }

  header .header-wrapper .menu-container {
    width: calc(100% - 300px);
  }
}
@media only screen and (max-width: 1390px) {
  header .header-wrapper .logo-container {
    width: 250px;
  }

  header .header-wrapper .menu-container {
    width: calc(100% - 250px);
  }
}
@media only screen and (max-width: 1340px) {
  header .header-wrapper .logo-container {
    width: 200px;
  }

  header .header-wrapper .menu-container {
    width: calc(100% - 200px);
  }
}
main section.product .text-wrapper p.price {
  font-size: 22px;
  line-height: 1.4;
}

main section.product .text-wrapper p.regularprice {
  text-decoration: line-through;
  font-size: 25px;
  line-height: 1.6;
}

.discount {
  background: red;
  color: white;
  display: inline-block;
  font-size: 23px;
  left: 13px;
  padding: 5px;
  position: absolute;
  top: 80px;
  z-index: 9999;
}

.actions-actions-carousel .discount,
.content-product .discount {
  bottom: 35px;
  left: unset;
  right: 0;
  top: unset;
}

.woocommerce-shipping-calculator {
  display: none;
}

@media only screen and (max-width: 550px) {
  main section.order .products-wrapper .row .col.image-wrapper {
    width: 100%;
  }

  main section.order .products-wrapper .row .col.text-wrapper {
    width: 100%;
  }

  main section.order .products-wrapper .row .col.price-wrapper {
    width: 100%;
  }
  main section.order .products-wrapper .row .col.price-wrapper .font-size-medium {
    font-size: 14px;
  }
  main section.order .products-wrapper .row .col.price-wrapper p {
    margin: 0;
  }

  main section.order .total-price-container table tr th p {
    font-size: 18px;
  }

  main section.order .products-wrapper .h-right {
    justify-content: center;
  }

  main section.order .products-wrapper .button.square.dark {
    font-size: 18px;
  }

  .woocommerce #respond input#submit, .woocommerce-cart .woocommerce a.button, .woocommerce-account button.button, .woocommerce-cart button.button, #product-archive-filter button.button, button[name=woocommerce_checkout_place_order] {
    float: none;
  }

  main section.order .products-wrapper .total-price-container tr, main section.order .products-wrapper .total-price-container td, main section.order .products-wrapper .total-price-container th {
    width: 100%;
    display: block;
    box-sizing: border-box;
    clear: both;
  }

  .row.headings {
    display: none;
  }

  .woocommerce form .form-row label {
    width: 100%;
  }
  .woocommerce form .form-row span {
    width: 100% !important;
  }
  .woocommerce form .form-row .woocommerce-input-wrapper {
    width: 100% !important;
  }

  #tabs.ui-widget-content .ui-widget-header li {
    margin-left: 0;
  }
}
.woocommerce-orders-table {
  border-collapse: collapse !important;
}

.woocommerce-orders-table__row {
  border-bottom: 1px solid #818181 !important;
}

.pagination {
  display: block;
  text-align: center !important;
  list-style: none;
  margin-top: 45px !important;
  width: 100%;
}
.pagination li {
  display: inline-block;
  margin: 0 auto;
}

.availability.onbackorder {
  color: #F86F09 !important;
}

.availability.outofstock {
  color: #BA0000 !important;
}

/* Hide HTML5 Up and Down arrows. */
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/*# sourceMappingURL=yd.css.map */
