@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@400;600;700;900&display=swap);/* Partials
================================================ */
/* Media Query Variables
================================================ */
/* Colour Variables
================================================ */
/* Font stacks
================================================ */
/* Base Typography
================================================ */
body {
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1A1A1A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* heading
================================================ */
.heading, .woo-account .woocommerce-EditAccountForm legend, .woo-checkout .woocommerce-order .woocommerce-thankyou-order-received {
  font-weight: 900;
}
.heading--xl {
  font-size: 38px;
  line-height: 41px;
  text-transform: uppercase;
}
.heading--lg {
  font-size: 28px;
  line-height: 34px;
}
.heading--md {
  font-size: 20px;
  line-height: 24px;
}
.heading--sm, .woo-account .woocommerce-EditAccountForm legend, .woo-checkout .woocommerce-order .woocommerce-thankyou-order-received, .woo-checkout .woocommerce-checkout-review-order-table .order-total td, .woo-checkout .cart_totals .order-total td {
  font-size: 16px;
  line-height: 20px;
}
.heading--w {
  color: #fff;
}
.heading--w span {
  color: #FD9226;
}
.heading--bold {
  font-weight: 700;
}
.heading--semibold {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .heading--xl {
    font-size: 67px;
    line-height: 74px;
  }
  .heading--lg {
    font-size: 38px;
    line-height: 41px;
  }
  .heading--md {
    font-size: 30px;
    line-height: 34px;
  }
  .heading--sm, .woo-account .woocommerce-EditAccountForm legend, .woo-checkout .woocommerce-order .woocommerce-thankyou-order-received, .woo-checkout .woocommerce-checkout-review-order-table .order-total td, .woo-checkout .cart_totals .order-total td {
    font-size: 22px;
    line-height: 26px;
  }
}
/* Links
================================================ */
a {
  color: inherit;
  text-decoration: none;
}

button,
select {
  color: #1A1A1A;
}

ins {
  text-decoration: none;
}

del {
  color: #ccc;
}

.ui-btn, .woocommerce .button {
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  font-weight: 900;
  padding: 0 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 53px;
  font-weight: 700;
  transition: all 0.2s ease;
  min-width: 172px;
  box-sizing: border-box;
  border-radius: 7px;
  text-transform: capitalize;
}
.ui-btn--w {
  color: #1A1A1A;
  background: #fff;
}
.ui-btn--w:hover {
  background: #1A1A1A;
  color: #fff;
}
.ui-btn--o, .woocommerce .button:not(.alt), .woocommerce .button.checkout-button, .woocommerce .button.single_add_to_cart_button:not(.dsfps-free-sample-btn) {
  background: #FD9226;
  color: #1A1A1A;
}
.ui-btn--o:hover, .woocommerce .button:hover:not(.alt), .woocommerce .button.checkout-button:hover, .woocommerce .button.single_add_to_cart_button:hover:not(.dsfps-free-sample-btn) {
  background: #ee7902;
}
.ui-btn--outline, .woocommerce .button.alt:not(.checkout-button):not(.single_add_to_cart_button):not(.ui-btn--o), .woocommerce .button.dsfps-free-sample-btn {
  border: 1px solid #225292;
  color: #225292;
}
.ui-btn--outline:hover, .woocommerce .button.alt:hover:not(.checkout-button):not(.single_add_to_cart_button):not(.ui-btn--o), .woocommerce .button.dsfps-free-sample-btn:hover {
  background: #225292;
  color: #fff;
}
.ui-btn--sm {
  height: 44px;
  min-width: 135px;
}
.ui-btn--lg {
  min-width: 210px;
}

.swiper-nav {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  left: 0;
}
.swiper-nav .swiper-button-next,
.swiper-nav .swiper-button-prev {
  font-size: 0;
  height: 14px;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.swiper-nav .swiper-button-next:before,
.swiper-nav .swiper-button-prev:before {
  font-family: "Font Awesome 6 FREE";
  font-size: 16px;
  font-weight: 900;
  color: #fff;
}
.swiper-nav .swiper-button-prev {
  margin-right: 12px;
}
.swiper-nav .swiper-button-prev:before {
  content: "\F053";
}
.swiper-nav .swiper-button-next {
  margin-left: 12px;
}
.swiper-nav .swiper-button-next:before {
  content: "\F054";
}
.swiper-nav .swiper-pagination {
  position: relative;
  width: auto;
  bottom: 0;
  display: flex;
  align-items: center;
}
.swiper-nav .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  height: 10px;
  width: 10px;
  opacity: 0.6;
  margin: 0 8px;
  cursor: pointer;
}
.swiper-nav .swiper-pagination .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  opacity: 1;
}

.social-links {
  display: flex;
  gap: 0 20px;
}
.social-links > span {
  font-weight: 700;
}
.social-links > a {
  font-size: 18px;
  transition: color 0.2s ease;
}
.social-links > a:hover {
  color: #FD9226;
}

.onsale {
  background: #FD2626;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  font-weight: 900;
  padding: 0 15px;
  height: 53px;
  min-width: 118px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 0 5px 5px 0;
  box-sizing: border-box;
}

/* Woocommerce Payload
================================================ */
.woocommerce .clear {
  clear: both;
}
.woocommerce .woocommerce-privacy-policy-text {
  font-size: 0.875rem;
  margin-bottom: 30px;
}
.woocommerce .cart_items .cart_item {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid #D7D7D7;
}
.woocommerce .cart_items .cart_item__remove {
  background: url(../images/icons/cross-black.svg) center/cover;
  width: 15px;
  height: 15px;
  transition: all 0.1s ease;
}
.woocommerce .cart_items .cart_item__remove:hover {
  background: url(../images/icons/cross-orange.svg) center/cover;
}
.woocommerce .cart_items .cart_item__image {
  display: flex;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 25px;
  border-radius: 5px;
  overflow: hidden;
}
.woocommerce .cart_items .cart_item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  display: block;
}
.woocommerce .cart_items .cart_item__details {
  flex: 1;
}
.woocommerce .cart_items .cart_item__title {
  color: #FD9226;
  font-size: 14px;
  font-weight: 700;
}
.woocommerce .cart_items .cart_item__title > a, .woocommerce .cart_items .cart_item__title__meta {
  color: #1A1A1A;
}
.woocommerce .cart_items .cart_item__title__meta {
  margin-top: 5px;
  font-weight: 400;
}
.woocommerce .cart_items .cart_item__title__meta strong {
  font-weight: 700;
}
.woocommerce .cart_items .cart_item__price {
  margin: 25px 0;
}
.woocommerce .cart_items .cart_item__price .awdr_cart_strikeout_line {
  display: contents;
}
.woocommerce .cart_items .cart_item__price small {
  display: inline;
  font-size: 14px;
  font-weight: 500;
}
.woocommerce .cart_items .cart_item__quantity {
  display: flex;
  align-items: center;
  font-size: 14px;
  flex-wrap: wrap;
}
.woocommerce .cart_items .cart_item__quantity p {
  font-weight: 700;
}
.woocommerce .cart_items .cart_item__quantity input {
  height: 40px;
  outline: none;
  width: 50px;
  border: 1px solid #CBC7C7;
  font-size: 14px;
  text-align: center;
  -moz-appearance: textfield;
  border-radius: 0;
  border-radius: 7px;
  margin-left: 20px;
}
.woocommerce .cart_items .cart_item__quantity__totals {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.woocommerce .cart_items .cart_item__quantity__totals > p {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background: #EDEBEB;
  border-radius: 6px;
}
.woocommerce .cart_items .cart_item__quantity__totals > p:not(:last-child) {
  margin-bottom: 10px;
}
.woocommerce .cart_items .cart_item:not(:last-of-type) {
  margin-bottom: 32px;
}
.woocommerce .cart_items--marginbottom {
  margin-bottom: 30px;
}
.woocommerce .cart_items--condensed .cart_item__price {
  margin-left: auto;
  font-size: 1em;
}
.woocommerce .cart_items--condensed .cart_item__price > span {
  font-size: inherit;
}
.woocommerce .cart_items--condensed .cart_item:not(:last-of-type) {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.woocommerce .woocommerce-breadcrumb {
  height: 72px;
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-breadcrumb span {
  margin: 0 5px;
}

@media only screen and (min-width: 768px) {
  .woocommerce .cart_items .cart_item__image {
    margin-bottom: 0;
    width: 100px;
    height: 100px;
  }
  .woocommerce .cart_items .cart_item__details {
    flex: 1;
  }
  .woocommerce .cart_items .cart_item__title {
    margin-right: 30px;
  }
  .woocommerce .cart_items .cart_item__title a {
    display: block;
    text-wrap: balance;
  }
  .woocommerce .cart_items .cart_item__quantity__totals {
    display: flex;
  }
  .woocommerce .cart_items .cart_item__quantity__totals > p:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .woocommerce .cart_items .cart_item__remove {
    position: absolute;
    right: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .woocommerce .cart_items .cart_item__title {
    margin-right: 80px;
  }
  .woocommerce .cart_items .cart_item__quantity {
    flex-wrap: no-wrap;
  }
  .woocommerce .cart_items .cart_item__quantity__totals {
    width: auto;
    margin-top: 0;
    margin-left: 10px;
    flex: 1;
  }
  .woocommerce .cart_items .cart_item__quantity__totals > p:not(:last-child) {
    flex: 1;
  }
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 10px 10px 10px 20px;
  margin: 0 0 30px;
  position: relative;
  background-color: #EDEBEB;
  color: #515151;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  overflow: auto;
  font-size: 14px;
  border-radius: 7px;
  font-weight: 600;
}
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a {
  text-decoration: underline;
  margin-top: 10px;
  height: 40px;
  min-width: 0;
}
.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button {
  order: 1;
  text-decoration: none;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before {
  font-family: "Font Awesome 6 Free";
  content: "\F058";
  font-weight: 900;
  display: inline-block;
  float: left;
}
.woocommerce .woocommerce-error {
  border-top-color: #b81c23;
}
.woocommerce .woocommerce-error:before {
  content: "\F06A";
  color: #b81c23;
}
.woocommerce .woocommerce-message:before {
  color: #225292;
}
.woocommerce .woocommerce-info {
  border-top-color: #5b95a4;
}
.woocommerce .woocommerce-info:before {
  content: "\F06A";
  color: #5b95a4;
}

@media only screen and (min-width: 768px) {
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info {
    align-items: center;
    flex-direction: row;
    text-align: left;
  }
  .woocommerce .woocommerce-message a,
  .woocommerce .woocommerce-error a,
  .woocommerce .woocommerce-info a {
    margin: 0 0 0 auto;
  }
  .woocommerce .woocommerce-message a.button,
  .woocommerce .woocommerce-error a.button,
  .woocommerce .woocommerce-info a.button {
    margin-top: 0;
  }
  .woocommerce .woocommerce-message:before,
  .woocommerce .woocommerce-error:before,
  .woocommerce .woocommerce-info:before {
    margin-right: 8px;
  }
  .woocommerce .woocommerce-NoticeGroup .woocommerce-message,
  .woocommerce .woocommerce-NoticeGroup .woocommerce-error,
  .woocommerce .woocommerce-NoticeGroup .woocommerce-info {
    display: block;
  }
  .woocommerce .woocommerce-NoticeGroup .woocommerce-message li:not(:first-of-type),
  .woocommerce .woocommerce-NoticeGroup .woocommerce-error li:not(:first-of-type),
  .woocommerce .woocommerce-NoticeGroup .woocommerce-info li:not(:first-of-type) {
    padding-left: 22px;
  }
  .woocommerce .woocommerce-NoticeGroup .woocommerce-message li:not(:last-of-type),
  .woocommerce .woocommerce-NoticeGroup .woocommerce-error li:not(:last-of-type),
  .woocommerce .woocommerce-NoticeGroup .woocommerce-info li:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
.woo-checkout {
  background: #F8F8F8;
}
.woo-checkout--basket {
  padding: 45px 0;
}
.woo-checkout--checkout {
  padding: 45px 0;
}
.woo-checkout--checkout .cart_box:not(.woocommerce-checkout-review-order-table) .heading--sm, .woo-checkout--checkout .cart_box:not(.woocommerce-checkout-review-order-table) .woo-account .woocommerce-EditAccountForm legend, .woo-account .woocommerce-EditAccountForm .woo-checkout--checkout .cart_box:not(.woocommerce-checkout-review-order-table) legend, .woo-checkout--checkout .cart_box:not(.woocommerce-checkout-review-order-table) .woo-checkout .woocommerce-order .woocommerce-thankyou-order-received, .woo-checkout .woocommerce-order .woo-checkout--checkout .cart_box:not(.woocommerce-checkout-review-order-table) .woocommerce-thankyou-order-received, .woo-checkout--checkout .cart_box:not(.woocommerce-checkout-review-order-table) .woo-checkout .woocommerce-checkout-review-order-table .order-total td, .woo-checkout .woocommerce-checkout-review-order-table .order-total .woo-checkout--checkout .cart_box:not(.woocommerce-checkout-review-order-table) td, .woo-checkout--checkout .cart_box:not(.woocommerce-checkout-review-order-table) .woo-checkout .cart_totals .order-total td, .woo-checkout .cart_totals .order-total .woo-checkout--checkout .cart_box:not(.woocommerce-checkout-review-order-table) td {
  margin-bottom: 28px;
}
.woo-checkout .cart-empty {
  font-size: 1.875em;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.woo-checkout .cart-empty + .wc-backward {
  display: flex;
  width: 172px;
  margin: 0 auto;
}
.woo-checkout .checkout-button {
  width: 100%;
}
.woo-checkout .checkout-button:before {
  content: "\F023";
  font-family: "Font Awesome 6 Free";
  margin-right: 10px;
}
.woo-checkout .cart-wrap .heading, .woo-checkout .cart-wrap .woo-account .woocommerce-EditAccountForm legend, .woo-account .woocommerce-EditAccountForm .woo-checkout .cart-wrap legend, .woo-checkout .cart-wrap .woocommerce-order .woocommerce-thankyou-order-received, .woo-checkout .woocommerce-order .cart-wrap .woocommerce-thankyou-order-received {
  margin-bottom: 20px;
}
.woo-checkout .cart-wrap .wc-proceed-to-checkout {
  margin-top: 30px;
}
.woo-checkout .cart_coupon {
  display: flex;
  margin: 30px 0;
}
.woo-checkout .cart_coupon input {
  height: 52px;
  padding: 0 20px;
  border: 1px solid #D7D7D7;
  color: #444343;
  flex: 1;
  border-right: none;
  outline: none;
  border-radius: 7px 0 0 7px;
  min-width: 0;
}
.woo-checkout .cart_coupon button {
  width: 130px;
  height: 52px;
  background: #225292;
  border: none;
  font-weight: bold;
  color: white;
  border-radius: 0 7px 7px 0;
  padding: 0;
  min-width: 130px;
}
.woo-checkout .cart_totals {
  position: sticky;
  top: 30px;
}
.woo-checkout .cart_totals__top {
  display: flex;
  flex-direction: column;
}
.woo-checkout .cart_totals__top .heading--sm, .woo-checkout .cart_totals__top .woo-account .woocommerce-EditAccountForm legend, .woo-account .woocommerce-EditAccountForm .woo-checkout .cart_totals__top legend, .woo-checkout .cart_totals__top .woocommerce-order .woocommerce-thankyou-order-received, .woo-checkout .woocommerce-order .cart_totals__top .woocommerce-thankyou-order-received, .woo-checkout .cart_totals__top .woocommerce-checkout-review-order-table .order-total td, .woo-checkout .woocommerce-checkout-review-order-table .order-total .cart_totals__top td, .woo-checkout .cart_totals__top .cart_totals .order-total td, .woo-checkout .cart_totals .order-total .cart_totals__top td {
  padding-bottom: 28px;
  border-bottom: 1px solid #D7D7D7;
  order: -2;
}
.woo-checkout .cart_totals__top table {
  order: -1;
}
.woo-checkout .cart_totals__top .woocommerce-shipping-methods li {
  justify-content: flex-end;
}
.woo-checkout .cart_totals__top .woocommerce-shipping-methods li label:before {
  display: none;
}
.woo-checkout .cart_totals__disclaimer a {
  text-decoration: underline;
  -webkit-text-decoration-color: #4a4a4a;
          text-decoration-color: #4a4a4a;
}
.woo-checkout .woocommerce-checkout-review-order-table tbody {
  display: flex;
  flex-direction: column;
}
.woo-checkout .woocommerce-checkout-review-order-table tbody tr {
  display: flex;
  justify-content: space-between;
}
.woo-checkout .woocommerce-checkout-review-order-table tbody tr.woocommerce-shipping-totals {
  flex-direction: column;
  align-items: flex-start;
}
.woo-checkout .woocommerce-checkout-review-order-table tbody tr.woocommerce-shipping-totals td, .woo-checkout .woocommerce-checkout-review-order-table tbody tr.woocommerce-shipping-totals tr {
  padding-left: 0;
  text-align: left;
}
.woo-checkout .woocommerce-checkout-review-order-table tbody tr.woocommerce-shipping-totals th {
  padding-bottom: 0;
}
.woo-checkout .woocommerce-checkout-review-order-table__top .heading--sm, .woo-checkout .woocommerce-checkout-review-order-table__top .woo-account .woocommerce-EditAccountForm legend, .woo-account .woocommerce-EditAccountForm .woo-checkout .woocommerce-checkout-review-order-table__top legend, .woo-checkout .woocommerce-checkout-review-order-table__top .woocommerce-order .woocommerce-thankyou-order-received, .woo-checkout .woocommerce-order .woocommerce-checkout-review-order-table__top .woocommerce-thankyou-order-received, .woo-checkout .woocommerce-checkout-review-order-table__top .woocommerce-checkout-review-order-table .order-total td, .woo-checkout .woocommerce-checkout-review-order-table .order-total .woocommerce-checkout-review-order-table__top td, .woo-checkout .woocommerce-checkout-review-order-table__top .cart_totals .order-total td, .woo-checkout .cart_totals .order-total .woocommerce-checkout-review-order-table__top td {
  padding-bottom: 28px;
  border-bottom: 1px solid #D7D7D7;
}
.woo-checkout .woocommerce-checkout-review-order-table .order-total > * {
  padding-bottom: 0;
}
.woo-checkout .woocommerce-checkout-review-order-table__disclaimer {
  margin-top: 5px;
}
.woo-checkout .woocommerce-checkout-review-order-table__disclaimer a {
  text-decoration: underline;
  -webkit-text-decoration-color: #4a4a4a;
          text-decoration-color: #4a4a4a;
}
.woo-checkout .woocommerce-cart-form__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid #D7D7D7;
}
.woo-checkout .woocommerce-additional-fields {
  margin-top: 50px;
}
.woo-checkout .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
  display: block;
  margin-bottom: 15px;
}
.woo-checkout .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox#ship-to-different-address {
  margin-bottom: 30px;
}
.woo-checkout .woocommerce-cart-form__title .heading, .woo-checkout .woocommerce-cart-form__title .woo-account .woocommerce-EditAccountForm legend, .woo-account .woocommerce-EditAccountForm .woo-checkout .woocommerce-cart-form__title legend, .woo-checkout .woocommerce-cart-form__title .woocommerce-order .woocommerce-thankyou-order-received, .woo-checkout .woocommerce-order .woocommerce-cart-form__title .woocommerce-thankyou-order-received {
  margin-bottom: 0;
}
.woo-checkout .woocommerce-checkout-payment .button:before {
  content: "\F023";
  font-family: "Font Awesome 6 Free";
  margin-right: 10px;
}
.woo-checkout .wc_payment_methods {
  border-bottom: 1px solid #D7D7D7;
  margin-bottom: 20px;
}
.woo-checkout .wc_payment_methods li {
  line-height: 2;
}
.woo-checkout .wc_payment_methods li.wc_payment_method {
  position: relative;
  margin-bottom: 20px;
}
.woo-checkout .wc_payment_methods li.wc_payment_method input {
  height: auto;
  opacity: 0;
  display: none;
}
.woo-checkout .wc_payment_methods li.wc_payment_method > label {
  position: relative;
  padding-left: 30px;
  line-height: 22px;
}
.woo-checkout .wc_payment_methods li.wc_payment_method > label[for=payment_method_paypal] {
  display: flex;
  align-items: center;
}
.woo-checkout .wc_payment_methods li.wc_payment_method > label[for=payment_method_paypal] img {
  margin-left: 15px;
  max-width: 160px;
}
.woo-checkout .wc_payment_methods li.wc_payment_method > label[for=payment_method_paypal] a {
  display: none;
}
.woo-checkout .wc_payment_methods li.wc_payment_method > label:before {
  content: "\F111";
  font-family: "Font Awesome 6 Free";
  font-size: 1.25em;
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
}
.woo-checkout .wc_payment_methods li.wc_payment_method input:checked + label:before {
  content: "\F058";
}
.woo-checkout .wc_payment_methods li.wc_payment_method .payment_box {
  background-color: #f0f0f2;
  font-size: 0.75em;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  border-radius: 2px;
  line-height: 1.5;
}
.woo-checkout .wc_payment_methods li.wc_payment_method .payment_box:before {
  content: "";
  display: block;
  border: 1em solid #f0f0f2;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
.woo-checkout .wc_payment_methods li.wc_payment_method .payment_method_paypal .about_paypal {
  display: none;
}
.woo-checkout .wc_payment_methods li.payment_method_stripe img.stripe-icon {
  max-width: 40px;
  padding-left: 3px;
  margin: 0;
}
.woo-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 30px;
  font-size: 0.875rem;
}
.woo-checkout .woocommerce-form {
  margin: -30px 0 30px 0;
  padding: 30px 30px 40px;
  background: white;
  position: relative;
  z-index: 2;
  border: none;
  border-radius: 0;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.075);
}
.woo-checkout .woocommerce-form .lost_password {
  font-size: 0.875em;
}
.woo-checkout .woocommerce-form p:first-of-type {
  margin-bottom: 30px;
}
.woo-checkout .woocommerce-order .woocommerce-thankyou-order-received {
  color: #225292;
  font-weight: bold;
  margin-bottom: 30px;
}
.woo-checkout .woocommerce-order .woocommerce-order-overview {
  font-size: 0.875em;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D7D7D7;
}
.woo-checkout .woocommerce-order .woocommerce-order-overview li strong {
  display: block;
}
.woo-checkout .woocommerce-order .woocommerce-order-overview li:not(:last-of-type) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #D7D7D7;
}
.woo-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-address {
  font-size: 0.875em;
}
.woo-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-address:not(:last-of-type) {
  margin-bottom: 30px;
}
.woo-checkout .cart_box {
  background: #fff;
  margin-bottom: 15px;
  padding: 30px 20px;
  border-radius: 10px;
}
.woo-checkout .woocommerce-shipping-methods li {
  display: flex;
}
.woo-checkout .woocommerce-shipping-methods li:not(:last-child) {
  margin-bottom: 15px;
}
.woo-checkout .woocommerce-shipping-methods li input {
  height: auto;
  opacity: 0;
  display: none;
}
.woo-checkout .woocommerce-shipping-methods li label {
  position: relative;
  padding-left: 35px;
  line-height: 22px;
  cursor: pointer;
}
.woo-checkout .woocommerce-shipping-methods li label[for=shipping_method_0_wdr_free_shipping] {
  text-transform: capitalize;
}
.woo-checkout .woocommerce-shipping-methods li label:before {
  content: "\F111";
  font-family: "Font Awesome 6 Free";
  font-size: 1.25em;
  position: absolute;
  left: 0;
  top: 2px;
}
.woo-checkout .woocommerce-shipping-methods li input:checked + label:before {
  content: "\F058";
}
.woo-checkout .woocommerce-shipping-methods li:first-child:last-child label:before {
  content: "\F058";
}

.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: 40px;
  border-color: #D7D7D7;
  border-radius: 0;
  font: 0.875em "Barlow", Helvetica, Arial, sans-serif;
  outline: none;
  box-shadow: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 37px;
  font: 0.875em "Barlow", Helvetica, Arial, sans-serif;
  padding: 0 20px;
  outline: none;
  box-shadow: none;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  top: 6px;
  right: 5px;
}
.select2-container .select2-dropdown {
  border: 1px solid #D7D7D7;
}
.select2-container .select2-search__field {
  outline: none;
  border: none;
  height: 25px;
  border: 1px solid #D7D7D7;
  font: 0.875em "Barlow", Helvetica, Arial, sans-serif;
}
.select2-container .select2-results__option {
  font: 0.875em "Barlow", Helvetica, Arial, sans-serif;
  padding: 8px 20px;
}

@media only screen and (max-width: 767px) {
  .woo-checkout .woocommerce-order-details {
    background: #F8F8F8;
    width: calc(100% + 30px);
    padding: 20px 15px;
    margin: 0 0 30px -15px;
  }
  .woo-checkout .woocommerce-customer-details {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .woo-checkout .cart_box {
    padding: 40px;
  }
  .woo-checkout .woocommerce-order .woocommerce-customer-details {
    display: flex;
  }
  .woo-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-address {
    flex: 1;
  }
  .woo-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-address:not(:last-of-type) {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .woo-checkout--basket {
    padding: 45px 0 110px;
  }
  .woo-checkout--checkout {
    padding: 45px 0 65px;
  }
  .woo-checkout .cart-wrap__block {
    display: flex;
    align-items: flex-start;
  }
  .woo-checkout .cart-wrap__form {
    width: 60%;
    margin-right: 30px;
  }
  .woo-checkout .cart-wrap__order {
    flex: 1;
    position: sticky;
    top: 85px;
  }
  .woo-checkout .cart_box {
    margin-bottom: 0;
  }
  .woo-checkout .cart_box.woocommerce-checkout-payment {
    position: sticky;
    top: 85px;
  }
  .woo-checkout .cart_box.woocommerce-checkout-review-order-table {
    margin-bottom: 30px;
  }
  .woo-checkout .cart_box--billing {
    margin-bottom: 30px;
  }
}
.woo-account {
  background: #f5f5f5;
  padding: 80px 0;
}
.woo-account__wrap {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.woo-account .heading, .woo-account .woocommerce-EditAccountForm legend, .woo-account .woo-checkout .woocommerce-order .woocommerce-thankyou-order-received, .woo-checkout .woocommerce-order .woo-account .woocommerce-thankyou-order-received {
  margin-bottom: 20px;
}
.woo-account .woocommerce-LostPassword {
  text-align: center;
  margin: 30px 0 0;
  font-size: 14px;
  font-weight: bold;
}
.woo-account .account_box {
  background: white;
  padding: 30px 20px;
}
.woo-account .account_box p {
  margin-bottom: 30px;
}
.woo-account .account_box p:not(.form-row):last-of-type {
  margin-bottom: 0;
}
.woo-account .woocommerce-MyAccount-navigation-link a {
  background: #fff;
  padding: 20px 30px;
  display: flex;
  align-items: center;
}
.woo-account .woocommerce-MyAccount-navigation-link a:before {
  content: "";
  position: relative;
  margin-right: 20px;
  height: 20px;
  width: 20px;
}
.woo-account .woocommerce-MyAccount-navigation-link.is-active {
  border-bottom: 4px solid #c1c1c1;
  font-weight: 500;
}
.woo-account .woocommerce-MyAccount-navigation-link:not(:last-of-type) {
  margin-bottom: 10px;
}
.woo-account .woocommerce-MyAccount-navigation-link--dashboard {
  display: none !important;
}
.woo-account .woocommerce-MyAccount-navigation-link--dashboard a:before {
  background: url(../images/icons/account.svg) center/contain no-repeat;
}
.woo-account .woocommerce-MyAccount-navigation-link--orders a:before {
  background: url(../images/icons/orders.svg) center/contain no-repeat;
}
.woo-account .woocommerce-MyAccount-navigation-link--edit-address a:before {
  background: url(../images/icons/addresses.svg) center/contain no-repeat;
}
.woo-account .woocommerce-MyAccount-navigation-link--edit-account a:before {
  background: url(../images/icons/account-details.svg) center/contain no-repeat;
}
.woo-account .woocommerce-MyAccount-navigation-link--customer-logout a:before {
  background: url(../images/icons/logout.svg) center/contain no-repeat;
}
.woo-account .woocommerce-MyAccount-back {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.woo-account .woocommerce-MyAccount-back:before {
  content: "";
  position: relative;
  margin-right: 20px;
  height: 20px;
  width: 20px;
  background: url(../images/icons/account.svg) center/contain no-repeat;
}
.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-MyAccount-content--boxed {
  padding: 20px 15px;
  background: white;
}
.woo-account .woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.woo-account .woocommerce-Address-title .heading, .woo-account .woocommerce-Address-title .woocommerce-EditAccountForm legend, .woo-account .woocommerce-EditAccountForm .woocommerce-Address-title legend, .woo-account .woocommerce-Address-title .woo-checkout .woocommerce-order .woocommerce-thankyou-order-received, .woo-checkout .woocommerce-order .woo-account .woocommerce-Address-title .woocommerce-thankyou-order-received {
  margin-bottom: 0;
}
.woo-account .woocommerce-Address-title a {
  color: #225292;
  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;
}
@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 .account_box {
    padding: 40px;
  }
  .woo-account .woocommerce-MyAccount-content--boxed {
    padding: 40px;
  }
}
.woocommerce form .form-row:not(:last-child):not(.mailchimp-newsletter) {
  margin-bottom: 15px;
}
.woocommerce form .form-row#billing_country_field .woocommerce-input-wrapper, .woocommerce form .form-row#shipping_country_field .woocommerce-input-wrapper {
  height: 52px;
  animation: initial;
  align-items: center;
  display: flex;
  width: 100%;
  background: #e6e6e6;
  color: #b0b0b0;
  padding: 0 20px;
  border-radius: 7px;
  cursor: not-allowed;
}
.woocommerce form .form-row#billing_country_field .woocommerce-input-wrapper strong, .woocommerce form .form-row#shipping_country_field .woocommerce-input-wrapper strong {
  font-weight: 400;
}
.woocommerce form .form-row label {
  display: block;
  font-weight: bold;
  margin-bottom: 7px;
}
.woocommerce form .form-row label .required {
  color: #FD9226;
  text-decoration: none;
}
.woocommerce form .form-row input:not([type=checkbox]) {
  height: 52px;
  border: 1px solid #D7D7D7;
  padding: 0 20px;
  border-radius: 7px;
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  box-shadow: none;
  background: white;
}
.woocommerce form .form-row textarea {
  width: 100%;
  min-height: 125px;
  border-radius: 7px;
  padding: 20px;
  resize: none;
  border: 1px solid #D7D7D7;
  outline: none;
  box-shadow: none;
}
.woocommerce form .form-row .password-input .woocommerce-password-strength.short {
  color: #b81c23;
  margin-top: 10px;
  font-weight: 500;
}
.woocommerce form .form-row .password-input .woocommerce-password-strength.bad, .woocommerce form .form-row .password-input .woocommerce-password-strength.good, .woocommerce form .form-row .password-input .woocommerce-password-strength.strong {
  display: none !important;
}
.woocommerce form .form-row.mailchimp-newsletter {
  margin-top: 30px;
}
.woocommerce form .form-row.form-row-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.woocommerce form .form-row.form-row-submit .button {
  max-width: 200px;
}
.woocommerce form .form-row.form-row-submit .button:before {
  content: "\F023";
  font-family: "Font Awesome 6 Free";
  margin-right: 15px;
}
.woocommerce form .form-row.form-row-wide {
  clear: both;
}
.woocommerce form .form-row.place-order {
  margin-bottom: 0;
}
.woocommerce form .woocommerce-form__label-for-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.woocommerce form .woocommerce-form__label-for-checkbox span {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.woocommerce form .woocommerce-form__label-for-checkbox span:before {
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #CBC7C7;
  content: "";
  cursor: pointer;
  margin-right: 20px;
  width: 19px;
  height: 19px;
  border-radius: 19px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}
.woocommerce form .woocommerce-form__label-for-checkbox input:checked + span:before {
  content: "\F058";
  font-family: "Font Awesome 6 FREE";
}

@media only screen and (min-width: 481px) {
  .woocommerce form .form-row.form-row-submit {
    flex-direction: row;
  }
  .woocommerce form .form-row.form-row-submit .button {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce form .form-row.form-row-first {
    float: left;
    width: calc(50% - 15px);
  }
  .woocommerce form .form-row.form-row-last {
    float: right;
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1200px) {
  .woocommerce form .form-row:not(:last-child):not(.mailchimp-newsletter) {
    margin-bottom: 25px;
  }
}
.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: trasnlate(-50%, -50%);
  display: block;
  content: "";
  background: url("../images/icons/loader.svg") center center;
  width: 40px;
  height: 40px;
  background-size: cover;
  text-align: center;
  animation: fa-spin 2s infinite linear;
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.woocommerce table {
  width: 100%;
}
.woocommerce table th {
  padding: 25px 0;
  text-align: left;
  font-weight: bold;
  text-wrap: nowrap;
}
.woocommerce table td {
  padding: 25px;
}
.woocommerce table td:last-child {
  padding-right: 0;
  text-align: right;
}
.woocommerce table tr:not(:first-of-type) {
  border-top: 1px solid #D7D7D7;
}
.woocommerce .button {
  font-size: 16px;
}
/*# sourceMappingURL=woocommerce.css.map*/