/*
Theme Name: TJDv2

WooCommerce styles override
*/
.page-template-woocommerce-checkout .main-content {
  padding-top: 100px;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-notice,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  align-items: center;
  background-color: #0f834d;
  border-radius: 1.5rem;
  clear: both;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2rem;
  padding: 1rem 1.5rem;
}
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-notice .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
  margin: 0;
  margin-left: auto;
}
.woocommerce-message.vertical,
.woocommerce-info.vertical,
.woocommerce-notice.vertical,
.woocommerce-error.vertical,
.woocommerce-noreviews.vertical,
p.no-comments.vertical {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.woocommerce-message.vertical .button,
.woocommerce-info.vertical .button,
.woocommerce-notice.vertical .button,
.woocommerce-error.vertical .button,
.woocommerce-noreviews.vertical .button,
p.no-comments.vertical .button {
  margin-top: 1rem;
}

ul.woocommerce-message, ul.woocommerce-info, ul.woocommerce-notice, ul.woocommerce-error, ul.woocommerce-noreviews {
  display: block;
  margin-left: 0;
  padding-left: 2rem;
}

.woocommerce-info,
.woocommerce-noreviews,
.woocommerce-notice--info p.no-comments {
  background-color: #d65327;
}

.woocommerce-error,
.woocommerce-notice--error {
  background-color: #e2401c;
}

.woocommerce button[name=update_cart],
.woocommerce input[name=update_cart] {
  display: none;
}

.qty-wrapper {
  align-self: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  color: #171717;
  display: inline-flex;
  justify-content: center;
  padding: 0.75rem 1rem;
}
.qty-wrapper .qty-icon {
  cursor: pointer;
  display: inline-block;
  fill: #171717;
  height: auto;
  padding: 0 0.25rem;
  transition: 0.2s ease-in-out;
}
.qty-wrapper .qty-icon:hover {
  fill: rgb(177, 177, 177);
}
.qty-wrapper .qty-icon svg {
  height: auto;
  width: 0.75rem;
}
.qty-wrapper .qty {
  font-size: 1rem;
  font-weight: bold;
  min-width: 50px;
  padding: 0 0.5rem;
  text-align: center;
  user-select: none;
}

.woocommerce-form-row,
.form-row {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
}
.woocommerce-form-row.form-row-wide,
.form-row.form-row-wide {
  width: 100%;
}
.woocommerce-form-row.form-row-first, .woocommerce-form-row.form-row-last,
.form-row.form-row-first,
.form-row.form-row-last {
  width: calc(50% - 0.7rem);
}
.woocommerce-form-row.form-row-last,
.form-row.form-row-last {
  margin-left: 1rem;
}
.woocommerce-form-row input:not([type=checkbox]),
.woocommerce-form-row .password-input,
.woocommerce-form-row .woocommerce-input-wrapper,
.woocommerce-form-row textarea,
.form-row input:not([type=checkbox]),
.form-row .password-input,
.form-row .woocommerce-input-wrapper,
.form-row textarea {
  color: #fff;
  width: 100%;
}
.woocommerce-form-row input[type=checkbox],
.form-row input[type=checkbox] {
  height: 24px;
  width: 24px;
}
.woocommerce-form-row label.woocommerce-form__label-for-checkbox,
.form-row label.woocommerce-form__label-for-checkbox {
  align-items: center;
  display: flex;
  justify-content: center;
}
.woocommerce-form-row label.woocommerce-form__label-for-checkbox input,
.form-row label.woocommerce-form__label-for-checkbox input {
  margin-right: 0.5rem;
}
.woocommerce-form-row label,
.form-row label {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.select2-container {
  min-height: 50px;
}
.select2-container .selection,
.select2-container .select2-selection {
  display: block;
  height: 100%;
  min-height: 50px;
}
.select2-container .select2-selection__rendered {
  height: 100%;
  min-height: 50px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  align-items: center;
  display: flex;
}
.select2-container .select2-results__options {
  color: #171717;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 11px;
}

.single-product .main-content {
  padding-top: 100px;
}
.single-product .woocommerce-breadcrumb {
  margin: 1rem 0;
}
.single-product div.product {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
  width: 100%;
}
.single-product div.product .woocommerce-product-gallery__trigger {
  align-items: center;
  background-color: white;
  border-radius: 0.75rem;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  position: absolute;
  right: 1em;
  text-decoration: none;
  top: 1em;
  transition: 0.3s ease-in-out;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery__trigger:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
}
.single-product div.product .woocommerce-product-gallery__image {
  border-radius: 1.5rem;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.single-product div.product .woocommerce-product-gallery__image a,
.single-product div.product .woocommerce-product-gallery__image img {
  height: 100%;
  display: block;
  max-height: 70vh !important;
  width: 100%;
}
.single-product div.product .woocommerce-product-gallery__image img {
  object-fit: cover;
}
.single-product div.product .woocommerce-product-gallery__thumbnails {
  margin: 1rem -0.5rem 0;
}
.single-product div.product .woocommerce-product-gallery__thumbnails .woocommerce-product-gallery__image {
  margin: 0 0.5rem;
}
.single-product div.product .woocommerce-product-gallery__thumbnails .woocommerce-product-gallery__image img {
  height: 165px;
}
.single-product div.product .woocommerce-product-gallery__thumbnails .slick-dots li button {
  background-color: #fff;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-summary {
  padding: 2rem 0;
}
.single-product div.product .woocommerce-product-summary .onsale {
  background-color: #d65327;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
}
.single-product div.product .woocommerce-product-summary .product_title {
  margin: 0 0 0.25rem;
}
.single-product div.product .woocommerce-product-summary .product_meta {
  color: rgb(177, 177, 177);
  margin: 0 0 0.75rem;
}
.single-product div.product .woocommerce-product-summary .cart {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 420px;
}
.single-product div.product .woocommerce-product-summary .cart.wc-appointments-appointment-form-wrap .quantity {
  margin-bottom: 1rem;
  text-align: center;
}
.single-product div.product .woocommerce-product-summary .cart.wc-appointments-appointment-form-wrap .wc-pao-addon-wrap div {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
  position: relative;
}
.single-product div.product .woocommerce-product-summary .cart.wc-appointments-appointment-form-wrap .wc-pao-addon-wrap div input {
  appearance: none;
  background-color: white;
  border-radius: 2px;
  border: 2px solid #171717;
  color: #fff;
  cursor: pointer;
  font: inherit;
  height: 18px;
  margin-right: 0.5rem;
  min-height: unset;
  position: relative;
  width: 18px !important;
}
.single-product div.product .woocommerce-product-summary .cart.wc-appointments-appointment-form-wrap .wc-pao-addon-wrap div input:checked::before {
  transform: scale(1);
}
.single-product div.product .woocommerce-product-summary .cart.wc-appointments-appointment-form-wrap .wc-pao-addon-wrap div input::before {
  box-shadow: inset 1em 1em #d65327;
  content: "";
  height: 10px;
  position: absolute;
  left: 2px;
  top: 2px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  width: 10px;
}
.single-product div.product .woocommerce-product-summary .cart.wc-appointments-appointment-form-wrap .wc-pao-addon-wrap div label {
  cursor: pointer;
  margin-bottom: 0;
}
.single-product div.product .woocommerce-product-summary .cart .single_add_to_cart_button {
  margin: 0;
  width: 100%;
}
.single-product div.product .woocommerce-product-summary .quantity {
  margin-right: 0.5rem;
}
.single-product div.product .woocommerce-product-summary .quantity input {
  text-align: center;
  width: 50px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.single-product div.product .woocommerce-product-summary .quantity input.qty {
  height: 0;
  font-size: 0;
  opacity: 0;
  position: absolute;
  width: 0;
  z-index: -99;
}
.single-product div.product .woocommerce-product-summary .quantity input::-webkit-outer-spin-button, .single-product div.product .woocommerce-product-summary .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product div.product .woocommerce-product-summary .quantity input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.single-product div.product .woocommerce-product-summary .price {
  font-size: 1rem;
  font-weight: bold;
}
.single-product div.product .woocommerce-product-summary .price del {
  color: rgb(177, 177, 177);
  font-weight: normal;
  margin-right: 0.5rem;
}
.single-product div.product .woocommerce-product-summary .price ins {
  background: transparent;
}
.single-product div.product .woocommerce-tabs {
  padding: 2rem 0;
}
.single-product div.product .woocommerce-tabs .tabs {
  margin-bottom: 2rem;
}
.single-product div.product .woocommerce-tabs .tabs li {
  border-bottom: 1px solid rgb(177, 177, 177);
  font-family: "Andada Pro", sans-serif;
  font-size: 1.25rem;
}
.single-product div.product .woocommerce-tabs .tabs li a {
  padding: 1rem;
  text-decoration: none;
}
.single-product div.product .woocommerce-tabs .tabs li.active {
  border-color: white;
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #0f834d;
}
.stock.out-of-stock {
  color: #e2401c;
}

@media (min-width: 768px) {
  .single-product div.product .product-info {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .single-product div.product .woocommerce-product-summary {
    padding: 3rem 2rem;
  }
}
@media (min-width: 1024px) {
  .single-product div.product .woocommerce-product-summary {
    padding: 3rem 3rem;
  }
}
@media (min-width: 1200px) {
  .single-product div.product .woocommerce-product-gallery {
    max-height: 75vh;
  }
}
.remove-button {
  align-items: center;
  color: #e2401c;
  display: inline-flex;
  font-size: 0.875rem;
  margin: 0 -0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  text-decoration: none;
}
.remove-button:hover {
  color: #b53316;
}
.remove-button:hover svg {
  fill: #b53316;
}
.remove-button svg {
  fill: #e2401c;
  height: auto;
  margin-right: 4px;
  transition: 0.2s ease-in-out;
  width: 1rem;
}

.coupon-box {
  margin-bottom: 1rem;
}
.coupon-box__title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
  position: relative;
}
.coupon-box__title.active:after {
  transform: rotate(180deg) translateY(50%);
}
.coupon-box__title:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath style='fill: rgba(255,255,255,1)' d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
  width: 20px;
}
.coupon-box .coupon-container {
  margin-top: 1rem;
}
.coupon-box .coupon {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.coupon-box .coupon .button {
  margin: 0;
  min-width: unset;
}
.coupon-box .coupon input {
  flex-grow: 1;
  margin-right: 1rem;
}

.cart-heading {
  border-bottom: 2px solid #fff;
  color: #fff;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.cart-heading .heading,
.cart-heading p {
  margin-bottom: 0;
}

.cart-table__product {
  margin-bottom: 1.5rem;
}
.cart-table__product .product-thumbnail {
  display: none;
}
.cart-table__product .product-details-wrapper {
  padding: 1rem;
}
.cart-table__product .product-subtotal {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 2rem;
  text-align: center;
}
.cart-table__product .product-subtotal .amount {
  display: block;
}
.cart-table__product .product-subtotal .remove {
  font-weight: normal;
}
.cart-table__product .product-name {
  color: #fff;
  font-family: "Andada Pro", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cart-table__product .product-name a {
  color: #fff;
  text-decoration: none;
}
.cart-table__product .product-name a:visited {
  color: #fff;
}
.cart-table__product .product-name span {
  margin-left: 0.5rem;
  font-size: 1.125rem;
  font-weight: normal;
}
.cart-table__product .product-meta .variation {
  display: grid;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  grid-template-columns: 1fr 1fr;
}
.cart-table__product .product-meta .variation dd {
  margin: 0;
}

.cart-sidebar {
  align-self: flex-start;
  background-color: rgba(214, 83, 39, 0.5);
  border-radius: 1.5rem;
  margin-top: 2rem;
  padding: 2rem 1rem;
}
.cart-sidebar .heading {
  border-bottom: 2px solid #fff;
  color: #fff;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.totals-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.totals-row h6,
.totals-row p {
  margin-bottom: 0;
}
.totals-row h6 {
  font-family: "Open Sans", sans-serif;
}
.totals-row.order-total {
  font-size: 1.25rem;
  margin: 1rem 0;
}
.totals-row.order-total h6 {
  font-family: "Andada Pro", sans-serif;
}
.totals-row.order-total p {
  font-weight: bold;
}

.button.checkout-button {
  width: 100%;
}

@media (min-width: 768px) {
  .cart-heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
  .cart-table__product {
    display: grid;
    grid-template-columns: 40% 60%;
  }
  .cart-table .product-thumbnail {
    display: block;
  }
  .cart-table .product-thumbnail a,
  .cart-table .product-thumbnail img {
    width: 100%;
  }
  .cart-table .product-subtotal {
    margin-top: 0;
  }
  .cart-table .product-details-wrapper {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .cart {
    display: grid;
    column-gap: 2rem;
    grid-template-columns: calc(60% - 1rem) calc(40% - 1rem);
  }
  .cart-sidebar {
    margin-top: 0;
  }
  .cart-main {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .cart {
    display: grid;
    column-gap: 2rem;
    grid-template-columns: calc(65% - 1rem) calc(35% - 1rem);
  }
  .cart .cart-table__product {
    grid-template-columns: 180px auto;
  }
}
.wc-block-components-totals-coupon__button {
  margin-top: 0;
}

.wc-block-components-product-name {
  font-family: "Andada Pro", sans-serif;
  font-size: 1rem;
}

.wc-block-components-product-price ins {
  background-color: transparent;
  font-weight: bold;
}

.wp-block-woocommerce-checkout-order-summary-block {
  background-color: rgba(214, 83, 39, 0.5);
  border-radius: 1rem;
}

.wc-block-checkout__actions_row a {
  color: #d65327;
}

.showcoupon {
  margin-left: 0.5rem;
}

.section__checkout ul.payment_methods {
  list-style-type: none;
  margin-left: 0;
}
.section__checkout .variation {
  display: grid;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  grid-template-columns: 1fr 1fr;
}
.section__checkout .variation dd {
  margin: 0;
}
.section__checkout td.product-total {
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .section__checkout .cart-box {
    background-color: #292929;
    padding: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .section__checkout .cart-wrap {
    align-items: flex-start;
    display: flex;
    margin-bottom: 100px;
    position: relative;
  }
  .section__checkout .cart-wrap__form {
    margin-right: 1rem;
  }
  .section__checkout .cart-box {
    background-color: #292929;
    padding: 1rem;
  }
  .section__checkout .cart-box__left {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.075);
  }
  .section__checkout .cart-box__right {
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
  }
  .section__checkout .cart-box__right:first-child {
    margin-top: 0;
  }
}
.section__shop-page .shop__header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.section__shop-page .shop__header .woocommerce-notices-wrapper {
  width: 100%;
}
.section__shop-page .products-container .woocommerce-info {
  align-self: flex-start;
  margin-top: 30px;
  width: 100%;
}
.section__shop-page .products-container .shop-sidebar {
  padding: 30px 15px;
  padding: 15px;
  width: 100%;
}
.section__shop-page .products-container .category-filters #checkbox_toggle,
.section__shop-page .products-container .category-filters .category-sidebar__links {
  display: none;
  list-style-type: none;
  margin: 0;
}
.section__shop-page .products-container .category-filters #checkbox_toggle:checked ~ .category-filters__title {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section__shop-page .products-container .category-filters #checkbox_toggle:checked ~ .category-filters__title:after {
  content: "\f00d";
  top: calc(50% - 8px);
  transform: translateY(-50%);
}
.section__shop-page .products-container .category-filters #checkbox_toggle:checked ~ ul {
  display: block;
}
.section__shop-page .products-container .category-filters__title {
  display: block;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.section__shop-page .products-container .category-filters__title:after {
  content: "\f0c9";
  font: var(--fa-font-solid);
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.section__shop-page .products-container .category-filters .category-sidebar__link {
  border-left: 2px solid rgba(197, 204, 211, 0.5);
  color: #fff;
  display: block;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 30px;
  position: relative;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.section__shop-page .products-container .category-filters .category-sidebar__link:visited {
  color: #fff;
}
.section__shop-page .products-container .category-filters .category-sidebar__link--has-children {
  padding-right: 0;
  margin-right: 30px;
}
.section__shop-page .products-container .category-filters .category-sidebar__link--open .fa-chevron-down {
  color: #d65327;
  transform: rotate(180deg);
}
.section__shop-page .products-container .category-filters .category-sidebar__link .count {
  font-size: 0.75rem;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.section__shop-page .products-container .category-filters .category-sidebar__link .fa-chevron-down {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  height: 100%;
  justify-content: center;
  position: absolute;
  right: -30px;
  top: 0;
  width: 30px;
}
.section__shop-page .products-container .category-filters .category-sidebar__link:hover {
  border-left: 2px solid rgb(197, 204, 211);
}
.section__shop-page .products-container .category-filters .category-sidebar__link--active, .section__shop-page .products-container .category-filters .category-sidebar__link--child-active {
  border-left: 2px solid #d65327;
  font-weight: bold;
}
.section__shop-page .products-container .category-filters .category-sidebar__link--active:hover, .section__shop-page .products-container .category-filters .category-sidebar__link--child-active:hover {
  border-left: 2px solid #d65327;
}
.section__shop-page .products-container .category-filters .category-sidebar__sub-list .category-sidebar__link {
  padding: 5px 30px;
}
.section__shop-page .products-container .products {
  position: relative;
  width: 100%;
}
.section__shop-page .products-container .products.loading:before {
  background: var(--default-bg);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  visibility: visible;
  width: 100%;
  z-index: 1;
}
.section__shop-page .products-container .products.loading:after {
  align-items: center;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  color: var(--default-text);
  content: "\f1ce";
  display: flex;
  font: var(--fa-font-solid);
  font-size: 1.5em;
  font-weight: 900;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transform-origin: center;
  transition: all 0.25s ease;
  visibility: visible;
  width: 100%;
  will-change: transform;
  z-index: 1;
}
.section__shop-page .product {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  border-radius: 0.75rem;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.section__shop-page .product a {
  color: #fff;
  text-decoration: none;
}
.section__shop-page .product .onsale {
  background-color: #884a88;
  color: #fff;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  position: absolute;
  text-decoration: none;
}
.section__shop-page .product__image {
  background-color: white;
  display: block;
  width: 100%;
}
.section__shop-page .product__image a {
  display: block;
  width: 100%;
}
.section__shop-page .product__image img {
  height: 200px;
  object-fit: contain;
  width: 100%;
}
.section__shop-page .product__body {
  background-color: #d65327;
  padding: 1rem;
}
.section__shop-page .product .woocommerce-loop-product__title {
  margin-bottom: 0.5rem;
}
.section__shop-page .product .price {
  font-weight: bold;
}
.section__shop-page .product .price del {
  color: rgb(177, 177, 177);
}
.section__shop-page .product .price del bdi {
  font-weight: 300;
}
.section__shop-page .product .price ins {
  background-color: transparent;
}
.section__shop-page .product .button.add_to_cart_button {
  display: flex;
  margin: 1rem auto 0;
  max-width: 150px;
}

.woocommerce-ordering {
  position: relative;
}
.woocommerce-ordering select {
  -webkit-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,<svg height='12px' width='12px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path style='fill: white' d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
  background-position: right 12px center;
  background-color: transparent;
  border: 1px solid #e0e0e0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  height: 40px;
  outline: none;
  padding: 0 40px 0 20px;
  position: relative;
}
.woocommerce-ordering select:after {
  border: 12px solid #fff;
  border-left: none;
  border-top: none;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 768px) {
  .section__shop-page .products {
    display: grid;
    column-gap: 1rem;
    row-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .section__shop-page .products-container {
    display: flex;
    font-weight: wrap;
  }
  .section__shop-page .products-container .shop-sidebar {
    align-self: flex-start;
    margin-top: 30px;
    padding: 30px;
    padding-right: 50px;
    width: calc(25% + 30px);
  }
  .section__shop-page .products-container .category-filters__title {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .section__shop-page .products-container .category-filters__title:after {
    display: none;
  }
  .section__shop-page .products-container .category-filters .category-sidebar__links {
    display: block;
  }
  .section__shop-page .products-container .products {
    grid-template-columns: repeat(3, 1fr);
    flex-grow: 1;
    padding-left: 30px;
  }
}
.woo-account {
  padding: 80px 0;
}
.woo-account__wrap {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.woo-account .heading {
  margin-bottom: 20px;
}
.woo-account .woocommerce-LostPassword {
  text-align: center;
  margin: 30px 0 0;
  font-size: 14px;
  font-weight: bold;
}
.woo-account .account_box {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.075);
  padding: 40px;
}
.woo-account .account_box p {
  margin-bottom: 30px;
}
.woo-account .account_box p:last-of-type {
  margin-bottom: 0;
}
.woo-account .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin: 0;
}
.woo-account .woocommerce-MyAccount-navigation-link a {
  align-items: center;
  background: #d65327;
  color: #fff;
  display: flex;
  padding: 20px 30px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.woo-account .woocommerce-MyAccount-navigation-link a:hover {
  background-color: #ab421f;
}
.woo-account .woocommerce-MyAccount-navigation-link.is-active {
  border-bottom: 4px solid #e6e6e6;
  font-weight: 500;
}
.woo-account .woocommerce-MyAccount-navigation-link:not(:last-of-type) {
  margin-bottom: 10px;
}
.woo-account .woocommerce-MyAccount-navigation-link__icon {
  display: inline-block;
  margin-right: 20px;
  height: 20px;
  width: 20px;
}
.woo-account .woocommerce-MyAccount-navigation-link__icon svg {
  fill: #fff;
  height: 20px;
  width: 20px;
}
.woo-account .woocommerce-MyAccount-content .button {
  max-width: 250px;
}
.woo-account .woocommerce-MyAccount-content p {
  margin-bottom: 30px;
}
.woo-account .woocommerce-MyAccount-content .cart_items {
  margin-bottom: 30px;
}
.woo-account .woocommerce-MyAccount-content .woocommerce-table--order-details {
  margin-bottom: 30px;
}
.woo-account .woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.woo-account .woocommerce-Address-title .heading {
  margin-bottom: 0;
}
.woo-account .woocommerce-Address-title a {
  color: #d65327;
  font-weight: bold;
}
.woo-account .woocommerce-Address:not(:last-of-type) {
  margin-bottom: 30px;
}
.woo-account .woocommerce-orders-table {
  font-size: 0.875em;
}
.woo-account .woocommerce-orders-table__header {
  padding: 10px;
}
.woo-account .woocommerce-orders-table__cell-order-number {
  font-weight: bold;
}
.woo-account .woocommerce-orders-table__cell .button {
  height: 30px;
  max-width: 100px;
}
.woo-account--loggedout .woocommerce-message,
.woo-account--loggedout .woocommerce-error,
.woo-account--loggedout .woocommerce-info {
  max-width: 750px;
  margin: 0 auto 30px;
}

.account-login {
  background-color: #d65327;
  border-radius: 1rem;
  box-shadow: 0 3px 12px rgba(214, 83, 39, 0.5);
  margin: 0 auto;
  max-width: 930px;
  padding: 4rem 1rem;
  text-align: center;
  width: 100%;
}
.account-login form {
  margin: 0 auto;
  max-width: 720px;
}

@media only screen and (max-width: 767px) {
  .woo-account .woocommerce-orders-table thead {
    display: none;
  }
  .woo-account .woocommerce-orders-table td {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .woo-account .woocommerce-orders-table td .amount {
    margin-left: auto;
    margin-right: 5px;
  }
  .woo-account .woocommerce-orders-table td:before {
    content: attr(data-title);
    font-weight: bold;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .woo-account .woocommerce {
    display: flex;
  }
  .woo-account .woocommerce-MyAccount-navigation {
    width: 30%;
    margin-right: 30px;
  }
  .woo-account .woocommerce-MyAccount-content {
    flex: 1;
  }
}
.section__checkout .woocommerce-order-status {
  background-color: #000;
  border-radius: 1rem;
  margin: 0 auto;
  max-width: 930px;
  overflow: hidden;
  text-align: center;
}
.section__checkout .woocommerce-order-status .thankyou-heading {
  background-color: #d65327;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding: 4rem 1rem 2rem;
  position: relative;
}
.section__checkout .woocommerce-order-status .thankyou-heading .heading {
  margin-bottom: 0.5rem;
}
.section__checkout .woocommerce-order-status .thankyou-heading p {
  margin: 0;
}
.section__checkout .woocommerce-order-status .order-detail-row {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0.75rem 1rem;
}
.section__checkout .woocommerce-order-status .order-detail-row .heading,
.section__checkout .woocommerce-order-status .order-detail-row p,
.section__checkout .woocommerce-order-status .order-detail-row span {
  margin: 0;
}
.section__checkout .woocommerce-order-status .order-detail-row .heading {
  margin-bottom: 0.25rem;
}
.section__checkout .woocommerce-order-status .order-detail-row__info {
  text-align: left;
  word-wrap: break-word;
}
.section__checkout .woocommerce-order-status .woocommerce-order-details,
.section__checkout .woocommerce-order-status .woocommerce-customer-details {
  margin-top: 4rem;
}
.section__checkout .woocommerce-order-status tfoot {
  margin-top: 1rem;
}
.section__checkout .woocommerce-order-status tfoot th {
  text-align: right;
}
.section__checkout .woocommerce-order-status .woocommerce-table__line-item td {
  padding: 1rem 0;
}

@media (min-width: 1024px) {
  .section__checkout .woocommerce-order-status .thankyou-body {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
  .section__checkout .woocommerce-order-status .thankyou-body .woocommerce-order-details,
  .section__checkout .woocommerce-order-status .thankyou-body .woocommerce-customer-details {
    margin-top: 3rem;
    width: calc(50% - 1rem);
  }
  .section__checkout .woocommerce-order-status .thankyou-body .woocommerce-customer-details {
    text-align: left;
  }
  .section__checkout .woocommerce-order-status .thankyou-body .woocommerce-customer-details address {
    padding-left: 1rem;
  }
}
.cart-empty {
  background-color: transparent;
  display: inline-flex;
  font-family: "Andada Pro", sans-serif;
  font-size: 2rem;
  font-weight: bold;
}

.wc-empty-cart-message,
.return-to-shop {
  text-align: center;
}

.customer-heading {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .cart-empty {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .section__checkout .cart-box__left {
    margin-top: 1rem;
  }
  .section__checkout .cart-box__left:first-child {
    margin-top: 0;
  }
}
.cart-sidebar {
  background-color: #292929;
}

.cart-table__product .product-quantity input.qty {
  height: 0;
  font-size: 0;
  opacity: 0;
  position: absolute;
  width: 0;
  z-index: -99;
}

/**
 * Shop tables
 */
/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
ul.products li.product img {
  display: block;
}
ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    float: left;
    margin-right: 32px;
    width: 25%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
}
/**
 * Checkout
 */
.wp-block-woocommerce-coming-soon {
  margin-top: 8rem;
}

@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 32px;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 16.6667%;
  }
}
/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #ffffff;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #d65327;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #d65327;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #ffffff;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #ffffff;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #d65327;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #ffffff;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #d65327;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  border-color: #e2401c;
}

.required {
  color: #f00;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #d65327;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
  * Header cart
  */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
/**
 * WooCommerce widgets
 */

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