/* Partials
================================================ */
/* Media Query Variables
================================================ */
/* Colour Variables
================================================ */
/* Font stacks
================================================ */
/* Base Typography
================================================ */
body {
  font-family: "AkzidenzGroteskPro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.875;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* heading
================================================ */
.heading, .woo-account .woocommerce-EditAccountForm legend, .woo-checkout .woocommerce-order .woocommerce-thankyou-order-received {
  text-transform: uppercase;
  font-weight: 500;
}
.heading--lg, .heading--md {
  overflow: hidden;
}
.heading--lg span, .heading--md span {
  display: block;
}
.heading--lg {
  font-size: 30px;
  line-height: 35px;
}
.heading--md {
  font-size: 25px;
  line-height: 30px;
}
.heading--smd {
  font-size: 25px;
  line-height: 30px;
}
.heading--sm, .woo-account .woocommerce-EditAccountForm legend, .woo-checkout .woocommerce-order .woocommerce-thankyou-order-received {
  font-size: 18px;
  line-height: 22px;
}
.heading--xs {
  font-size: 16px;
  line-height: 20px;
}
.heading--ul {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(45deg, #EE2F24, #1DAEEF);
     border-image: linear-gradient(45deg, #EE2F24, #1DAEEF);
  border-image-slice: 1;
}
.heading--ul-w {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}

.subType, .woocommerce form .form-row textarea,
.page-template-woocommerce-account form .form-row textarea, .woocommerce form .form-row input:not([type=checkbox]), .woocommerce form .form-row select,
.page-template-woocommerce-account form .form-row input:not([type=checkbox]),
.page-template-woocommerce-account form .form-row select, .woocommerce form .form-row label,
.page-template-woocommerce-account form .form-row label, .woo-account .woocommerce-LostPassword, .select2-container .select2-results__option, .select2-container .select2-search__field, .select2-container .select2-selection--single, .woo-checkout .woocommerce-cart-form__title > span, .woo-checkout .cart_coupon input, .woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info, .woocommerce .cart_items--condensed .cart_item .cart_item__desc .variation__item,
.page-template-woocommerce-account .cart_items--condensed .cart_item .cart_item__desc .variation__item, .woocommerce .cart_items .cart_item__quantity input,
.page-template-woocommerce-account .cart_items .cart_item__quantity input, .woocommerce .cart_items .cart_item__quantity:before,
.page-template-woocommerce-account .cart_items .cart_item__quantity:before, .woocommerce .cart_items .cart_item__price,
.page-template-woocommerce-account .cart_items .cart_item__price, .woocommerce .cart_items .cart_item__details .variation__item,
.page-template-woocommerce-account .cart_items .cart_item__details .variation__item, .social-links > span, .ui-link {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "GTAmericaMono-Regular", Helvetica, Arial, sans-serif;
}

/* Links
================================================ */
a, a:visited {
  color: inherit;
  text-decoration: none;
}

/* Font Face Imports
================================================ */
@font-face {
  font-family: "AkzidenzGroteskPro";
  src: url("../fonts/AkzidenzGroteskPro-Ext.eot");
  src: url("../fonts/AkzidenzGroteskPro-Ext.eot?#iefix") format("embedded-opentype"), url("../fonts/AkzidenzGroteskPro-Ext.woff") format("woff"), url("../fonts/AkzidenzGroteskPro-Ext.ttf") format("truetype"), url("../fonts/AkzidenzGroteskPro-Ext.svg#AkzidenzGroteskPro-Ext") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskPro";
  src: url("../fonts/AkzidenzGroteskPro-MdEx.eot");
  src: url("../fonts/AkzidenzGroteskPro-MdEx.eot?#iefix") format("embedded-opentype"), url("../fonts/AkzidenzGroteskPro-MdEx.woff") format("woff"), url("../fonts/AkzidenzGroteskPro-MdEx.ttf") format("truetype"), url("../fonts/AkzidenzGroteskPro-MdEx.svg#AkzidenzGroteskPro-MdEx") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskPro";
  src: url("../fonts/AkzidenzGroteskPro-BoldEx.eot");
  src: url("../fonts/AkzidenzGroteskPro-BoldEx.eot?#iefix") format("embedded-opentype"), url("../fonts/AkzidenzGroteskPro-BoldEx.woff") format("woff"), url("../fonts/AkzidenzGroteskPro-BoldEx.ttf") format("truetype"), url("../fonts/AkzidenzGroteskPro-BoldEx.svg#AkzidenzGroteskPro-BoldEx") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GTAmericaMono-Regular";
  src: url("../fonts/GTAmericaMono-Regular.eot");
  src: url("../fonts/GTAmericaMono-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GTAmericaMono-Regular.woff") format("woff"), url("../fonts/GTAmericaMono-Regular.ttf") format("truetype"), url("../fonts/GTAmericaMono-Regular.svg#GTAmericaMono-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 1025px) {
  .heading--lg {
    font-size: 54px;
    line-height: 58px;
  }
  .heading--md {
    font-size: 44px;
    line-height: 49px;
  }
  .heading--smd {
    font-size: 35px;
    line-height: 38px;
  }
  .heading--sm, .woo-account .woocommerce-EditAccountForm legend, .woo-checkout .woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 22px;
    line-height: 26px;
  }
  .heading--xs {
    font-size: 18px;
    line-height: 22px;
  }
  .heading--ul {
    margin-bottom: 55px;
    padding-bottom: 45px;
  }
  .heading--ul-w {
    margin-bottom: 55px;
    padding-bottom: 45px;
  }
}
.ui-btn, .woocommerce .button,
.page-template-woocommerce-account .button, .woo-checkout .cart_coupon button, .woo-checkout .checkout-button {
  min-width: 170px;
  height: 60px;
  border: 2px solid #EE2F24;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  font-size: 13px;
  border-radius: 60px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
  padding: 0 25px;
  color: #fff;
  font-family: "GTAmericaMono-Regular", Helvetica, Arial, sans-serif;
}
.ui-btn--o {
  background: transparent;
}
.ui-btn--o:hover {
  background: #EE2F24;
}
.ui-btn--f, .woocommerce .button,
.page-template-woocommerce-account .button, .woo-checkout .cart_coupon button, .woo-checkout .checkout-button {
  background: #EE2F24;
}
.ui-btn--f:hover, .woocommerce .button:hover,
.page-template-woocommerce-account .button:hover, .woo-checkout .cart_coupon button:hover, .woo-checkout .checkout-button:hover {
  background: transparent;
}
.ui-btn--w {
  background: #fff;
  color: #000;
  border: none;
}
.ui-btn--w:hover {
  background: #000;
  color: #fff;
}
.ui-btn--sm, .woocommerce .button,
.page-template-woocommerce-account .button, .woo-checkout .cart_coupon button {
  height: 50px;
}

.ui-link {
  font-size: 12px;
  transition: all 0.2s ease;
  background: url("../images/icons/arrow-right-long.svg") calc(100% + 25px) 50%/25px no-repeat;
}
.ui-link:hover {
  padding-right: 35px;
  background: url("../images/icons/arrow-right-long.svg") 100% 50%/25px no-repeat;
}

.social-links {
  display: flex;
  align-items: center;
}
.social-links > span {
  margin-right: 15px;
}
.social-links > a {
  height: 36px;
  width: 36px;
  border-radius: 36px;
  background: linear-gradient(-45deg, #1DAEEF, #EE2F24);
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-links > a:before {
  content: "";
  top: 2px;
  left: 2px;
  border-radius: 32px;
  height: 32px;
  width: 32px;
  background: #000;
  position: absolute;
  transition: all 0.2s ease;
}
.social-links > a:not(:last-of-type) {
  margin-right: 10px;
}
.social-links > a i {
  position: relative;
}
.social-links > a:hover:before {
  transform: scale(0);
}

@media only screen and (min-width: 1025px) {
  .ui-btn, .woocommerce .button,
  .page-template-woocommerce-account .button, .woo-checkout .cart_coupon button, .woo-checkout .checkout-button {
    min-width: 195px;
  }
}
/* Woocommerce Payload
================================================ */
.woocommerce .clear,
.page-template-woocommerce-account .clear {
  clear: both;
}
.woocommerce .woocommerce-privacy-policy-text,
.page-template-woocommerce-account .woocommerce-privacy-policy-text {
  font-size: 0.875rem;
  margin-bottom: 30px;
}
.woocommerce .cart_items .cart_item,
.page-template-woocommerce-account .cart_items .cart_item {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.woocommerce .cart_items .cart_item__remove,
.page-template-woocommerce-account .cart_items .cart_item__remove {
  background: url(../images/icons/close.svg) center/cover;
  width: 15px;
  height: 15px;
}
.woocommerce .cart_items .cart_item__image, .woocommerce .cart_items .cart_item > img,
.page-template-woocommerce-account .cart_items .cart_item__image,
.page-template-woocommerce-account .cart_items .cart_item > img {
  display: flex;
  align-items: center;
  border: 1px solid #292929;
  width: 80px;
  height: 80px;
  margin-right: 30px;
  border-radius: 20px;
  overflow: hidden;
}
.woocommerce .cart_items .cart_item__image img, .woocommerce .cart_items .cart_item > img img,
.page-template-woocommerce-account .cart_items .cart_item__image img,
.page-template-woocommerce-account .cart_items .cart_item > img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.woocommerce .cart_items .cart_item__details,
.page-template-woocommerce-account .cart_items .cart_item__details {
  flex: 1;
}
.woocommerce .cart_items .cart_item__details .variation,
.page-template-woocommerce-account .cart_items .cart_item__details .variation {
  margin-bottom: 20px;
}
.woocommerce .cart_items .cart_item__details .variation__item,
.page-template-woocommerce-account .cart_items .cart_item__details .variation__item {
  display: flex;
}
.woocommerce .cart_items .cart_item__details .variation__item dt,
.page-template-woocommerce-account .cart_items .cart_item__details .variation__item dt {
  margin-right: 5px;
}
.woocommerce .cart_items .cart_item__title a,
.page-template-woocommerce-account .cart_items .cart_item__title a {
  margin-bottom: 15px;
}
.woocommerce .cart_items .cart_item__price,
.page-template-woocommerce-account .cart_items .cart_item__price {
  font-size: 16px;
}
.woocommerce .cart_items .cart_item__price > span,
.page-template-woocommerce-account .cart_items .cart_item__price > span {
  font-weight: bold;
  color: #EE2F24;
}
.woocommerce .cart_items .cart_item__quantity,
.page-template-woocommerce-account .cart_items .cart_item__quantity {
  display: flex;
  align-items: center;
}
.woocommerce .cart_items .cart_item__quantity:before,
.page-template-woocommerce-account .cart_items .cart_item__quantity:before {
  content: "Qauntity: ";
  margin-right: 15px;
}
.woocommerce .cart_items .cart_item__quantity input,
.page-template-woocommerce-account .cart_items .cart_item__quantity input {
  border-radius: 40px;
  color: #fff;
  height: 40px;
  width: 60px;
  padding: 0 25px;
  border: 1px solid #707070;
}
.woocommerce .cart_items .cart_item__quantity input::-webkit-outer-spin-button, .woocommerce .cart_items .cart_item__quantity input::-webkit-inner-spin-button,
.page-template-woocommerce-account .cart_items .cart_item__quantity input::-webkit-outer-spin-button,
.page-template-woocommerce-account .cart_items .cart_item__quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .cart_items .cart_item__quantity input[type=number],
.page-template-woocommerce-account .cart_items .cart_item__quantity input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce .cart_items .cart_item:not(:last-of-type),
.page-template-woocommerce-account .cart_items .cart_item:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #292929;
}
.woocommerce .cart_items--marginbottom,
.page-template-woocommerce-account .cart_items--marginbottom {
  margin-bottom: 30px;
}
.woocommerce .cart_items--condensed .cart_item__price,
.page-template-woocommerce-account .cart_items--condensed .cart_item__price {
  margin-left: 30px;
  line-height: 1;
  font-size: 14px;
  flex: 1;
  text-align: right;
}
.woocommerce .cart_items--condensed .cart_item__price > span,
.page-template-woocommerce-account .cart_items--condensed .cart_item__price > span {
  font-size: inherit;
}
.woocommerce .cart_items--condensed .cart_item .cart_item__desc,
.page-template-woocommerce-account .cart_items--condensed .cart_item .cart_item__desc {
  font-size: 14px;
  line-height: 1.4;
}
.woocommerce .cart_items--condensed .cart_item .cart_item__desc .variation,
.page-template-woocommerce-account .cart_items--condensed .cart_item .cart_item__desc .variation {
  margin-top: 20px;
}
.woocommerce .cart_items--condensed .cart_item .cart_item__desc .variation__item,
.page-template-woocommerce-account .cart_items--condensed .cart_item .cart_item__desc .variation__item {
  display: flex;
}
.woocommerce .cart_items--condensed .cart_item .cart_item__desc .variation__item:not(:last-of-type),
.page-template-woocommerce-account .cart_items--condensed .cart_item .cart_item__desc .variation__item:not(:last-of-type) {
  margin-bottom: 10px;
}
.woocommerce .cart_items--condensed .cart_item .cart_item__desc .variation__item dt,
.page-template-woocommerce-account .cart_items--condensed .cart_item .cart_item__desc .variation__item dt {
  margin-right: 5px;
}
.woocommerce .cart_items--condensed .cart_item:not(:last-of-type),
.page-template-woocommerce-account .cart_items--condensed .cart_item:not(:last-of-type) {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.woocommerce .woocommerce-shipping-methods,
.page-template-woocommerce-account .woocommerce-shipping-methods {
  font-size: 14px;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .woocommerce .cart_items .cart_item__image, .woocommerce .cart_items .cart_item > img {
    margin-bottom: 0;
    width: 100px;
    height: 100px;
  }
  .woocommerce .cart_items .cart_item__details {
    flex: 1;
    margin-right: 30px;
  }
  .woocommerce .cart_items .cart_item__title a {
    display: block;
  }
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 15px 25px;
  margin: 0 0 50px;
  position: relative;
  background-color: #202224;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  overflow: auto;
  border-radius: 20px;
}
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a {
  order: 1;
  width: 150px;
  font-weight: bold;
  font-size: 0.875em;
  margin: 15px auto 0;
}
.woocommerce .woocommerce-message a.showlogin,
.woocommerce .woocommerce-error a.showlogin,
.woocommerce .woocommerce-info a.showlogin {
  margin-left: 4px;
}
.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;
  font-size: 18px;
}
.woocommerce .woocommerce-error {
  border-top-color: #b81c23;
}
.woocommerce .woocommerce-error .ui-btn, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error .woo-checkout .cart_coupon button, .woo-checkout .cart_coupon .woocommerce .woocommerce-error button, .woocommerce .woocommerce-error .woo-checkout .checkout-button, .woo-checkout .woocommerce .woocommerce-error .checkout-button {
  display: none;
}
.woocommerce .woocommerce-error:before {
  content: "\F06A";
  color: #b81c23;
}
.woocommerce .woocommerce-message:before {
  color: #EE2F24;
}
.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: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 {
  margin-bottom: 50px;
}
.woo-checkout #wc-stripe-payment-request-button-separator {
  display: none !important;
}
.woo-checkout #wc-stripe-payment-request-wrapper {
  margin: 1rem 0;
}
.woo-checkout .tax_label {
  font-size: 0.75em;
  color: #6c6b6b;
  font-weight: 600;
}
.woo-checkout .cart-empty {
  font-size: 1.875em;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.woo-checkout .return-to-shop {
  display: flex;
  align-items: center;
}
.woo-checkout .checkout-button {
  width: 100%;
}
.woo-checkout .checkout-button:before {
  content: "";
  width: 12px;
  height: 12px;
  background: black;
  background: url("../images/icons/cart-sm.svg") center/contain no-repeat;
  margin-right: 15px;
}
.woo-checkout .cart-wrap {
  margin-bottom: 100px;
}
.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-wrap .wc-proceed-to-checkout #wc-stripe-payment-request-wrapper {
  padding-top: 0 !important;
}
.woo-checkout .cart-wrap .wc-proceed-to-checkout #wc-stripe-payment-request-button-separator {
  font-size: 12px;
  margin: 10px 0 !important;
}
.woo-checkout .cart-wrap__order .cart-subtotal,
.woo-checkout .cart-wrap__order .order-total {
  font-size: 16px;
  font-family: "GTAmericaMono-Regular", Helvetica, Arial, sans-serif;
}
.woo-checkout .cart-wrap__order table th {
  font-size: 14px;
  font-weight: 600;
}
.woo-checkout .cart_coupon {
  display: flex;
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #373737;
}
.woo-checkout .cart_coupon input {
  height: 50px;
  padding: 0 25px;
  border: 1px solid #373737;
  border-radius: 50px 0 0 50px;
  color: #fff;
  flex: 1;
  border-right: none;
  outline: none;
  margin-right: -20px;
}
.woo-checkout .cart_coupon button {
  min-width: 145px;
}
.woo-checkout .cart_help {
  text-align: center;
}
.woo-checkout .cart_help .heading--sm, .woo-checkout .cart_help .woo-account .woocommerce-EditAccountForm legend, .woo-account .woocommerce-EditAccountForm .woo-checkout .cart_help legend, .woo-checkout .cart_help .woocommerce-order .woocommerce-thankyou-order-received, .woo-checkout .woocommerce-order .cart_help .woocommerce-thankyou-order-received {
  margin-bottom: 20px;
}
.woo-checkout .cart_help a {
  text-decoration: underline;
  font-weight: 600;
}
.woo-checkout .woocommerce-cart-form__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #373737;
}
.woo-checkout .woocommerce-additional-fields {
  margin-top: 30px;
}
.woo-checkout .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
  display: block;
  margin-bottom: 15px;
}
.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;
  font-weight: 600;
}
.woo-checkout .wc_payment_methods {
  border-bottom: 1px solid #373737;
  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 5 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;
  color: #000;
  font-size: 0.75em;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  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_box p {
  margin-bottom: 20px;
}
.woo-checkout .wc_payment_methods > li.wc_payment_method .payment_box .woocommerce-SavedPaymentMethods-saveNew {
  display: none !important;
}
.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 .wc_payment_methods > li.woocommerce-info {
  padding: 0;
  align-items: flex-start;
  gap: 15px;
  font-size: 10px;
  margin-bottom: 20px;
}
.woo-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 30px;
  font-size: 0.875rem;
}
.woo-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
  margin-bottom: 30px;
}
.woo-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
  display: inline;
  line-height: 1.5;
  padding-left: 30px;
}
.woo-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text:before {
  position: absolute;
  left: 0;
}
.woo-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text:after {
  left: 4px;
  top: 0;
}
.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: #EE2F24;
  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 #373737;
}
.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 #373737;
}
.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: #202224;
  margin-bottom: 15px;
  padding: 30px 20px;
  border-radius: 20px;
}
.woo-checkout .cart_box .cart__footer {
  margin-top: 50px;
}

.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: 50px;
  border-color: #373737;
  background: transparent;
  border-radius: 20px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 50px;
  padding: 0 20px;
  outline: none;
  box-shadow: none;
  border-radius: 20px;
  background: #fff url("../images/icons/arrow-down-dark.svg") calc(100% - 20px) 50%/12px no-repeat;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container .select2-dropdown {
  border: 1px solid #373737;
  background: #000;
}
.select2-container .select2-search__field {
  outline: none;
  border: none;
  height: 40px;
  border: 1px solid #373737;
  color: #fff;
  padding: 0 20px;
}
.select2-container .select2-results__option {
  padding: 8px 20px;
}
.select2-container .select2-results__option.select2-results__option--highlighted, .select2-container .select2-results__option.select2-results__option[data-selected=true] {
  background: #242424;
}

@media only screen and (max-width: 767px) {
  .woo-checkout .woocommerce-order-details {
    background: #f5f5f5;
    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 {
    margin-bottom: 120px;
  }
  .woo-checkout .cart-wrap__block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  .woo-checkout .cart-wrap__form {
    width: 60%;
    margin-right: 30px;
  }
  .woo-checkout .cart-wrap__order {
    flex: 1;
    position: sticky;
    top: 160px;
  }
  .woo-checkout .cart_box {
    margin-bottom: 30px;
  }
  .woo-checkout .cart_box--left {
    padding: 40px;
  }
}
.woo-account {
  margin-bottom: 100px;
}
.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;
}
.woo-account .account_box {
  background: #202224;
  padding: 30px 20px;
}
.woo-account .account_box p {
  margin-bottom: 30px;
  font-size: 14px;
}
.woo-account .account_box p:not(.form-row):last-of-type {
  margin-bottom: 0;
}
.woo-account .woocommerce-MyAccount-navigation-link a {
  background: #202224;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.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;
  font-size: 14px;
}
.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: #202224;
}
.woo-account .woocommerce-MyAccount-content--boxed .woocommerce-message, .woo-account .woocommerce-MyAccount-content--boxed .woocommerce-error, .woo-account .woocommerce-MyAccount-content--boxed .woocommerce-info {
  padding: 0;
}
.woo-account .woocommerce-MyAccount-content--boxed .edit-account fieldset {
  margin-top: 50px;
}
.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: #EE2F24;
  font-size: 14px;
}
.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,
.page-template-woocommerce-account form .form-row {
  margin-bottom: 15px;
}
.woocommerce form .form-row label,
.page-template-woocommerce-account form .form-row label {
  display: block;
  margin-bottom: 10px;
}
.woocommerce form .form-row label .required,
.page-template-woocommerce-account form .form-row label .required {
  color: #EE2F24;
  text-decoration: none;
}
.woocommerce form .form-row label.woocommerce-form-login__rememberme,
.page-template-woocommerce-account form .form-row label.woocommerce-form-login__rememberme {
  margin-bottom: 20px;
}
.woocommerce form .form-row input:not([type=checkbox]), .woocommerce form .form-row select,
.page-template-woocommerce-account form .form-row input:not([type=checkbox]),
.page-template-woocommerce-account form .form-row select {
  height: 50px !important;
  max-height: 50px !important;
  border: 1px solid #373737;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  box-shadow: none;
  background: white;
  background: #fff;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "GTAmericaMono-Regular", Helvetica, Arial, sans-serif;
}
.woocommerce form .form-row textarea,
.page-template-woocommerce-account form .form-row textarea {
  width: 100%;
  min-height: 150px;
  border-radius: 20px;
  padding: 20px;
  resize: none;
  border: 1px solid #373737;
  outline: none;
  background: #fff;
  box-shadow: none;
}
.woocommerce form .form-row .password-input .woocommerce-password-strength.short,
.page-template-woocommerce-account 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,
.page-template-woocommerce-account form .form-row .password-input .woocommerce-password-strength.bad,
.page-template-woocommerce-account form .form-row .password-input .woocommerce-password-strength.good,
.page-template-woocommerce-account form .form-row .password-input .woocommerce-password-strength.strong {
  display: none !important;
}
.woocommerce form .form-row.form-row-submit,
.page-template-woocommerce-account 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,
.page-template-woocommerce-account form .form-row.form-row-submit .button {
  max-width: 200px;
}
.woocommerce form .form-row.form-row-submit .button:before,
.page-template-woocommerce-account form .form-row.form-row-submit .button:before {
  content: "\F023";
  font-family: "Font Awesome 6 Free";
  margin-right: 15px;
}
.woocommerce form .form-row > span > em,
.page-template-woocommerce-account form .form-row > span > em {
  font-size: 10px;
}
.woocommerce form .woocommerce-form__label-for-checkbox input,
.page-template-woocommerce-account 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,
.page-template-woocommerce-account 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,
.page-template-woocommerce-account form .woocommerce-form__label-for-checkbox span:before {
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #373737;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  content: "";
  cursor: pointer;
  margin-right: 8px;
  padding: 6px;
  position: relative;
}
.woocommerce form .woocommerce-form__label-for-checkbox span:after,
.page-template-woocommerce-account form .woocommerce-form__label-for-checkbox span:after {
  content: "";
  display: block;
  opacity: 0;
  left: 4px;
  position: absolute;
  width: 6px;
  border-radius: 6px;
  height: 6px;
  background: #EE2F24;
}
.woocommerce form .woocommerce-form__label-for-checkbox input:checked + span:after,
.page-template-woocommerce-account form .woocommerce-form__label-for-checkbox input:checked + span:after {
  opacity: 1;
}

@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;
  }
}
.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before,
.page-template-woocommerce-account .blockUI.blockOverlay:before,
.page-template-woocommerce-account .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,
.page-template-woocommerce-account table {
  width: 100%;
}
.woocommerce table th,
.page-template-woocommerce-account table th {
  padding: 10px 0;
  text-align: left;
  font-weight: bold;
}
.woocommerce table td,
.page-template-woocommerce-account table td {
  padding: 10px;
}
.woocommerce table td:last-child,
.page-template-woocommerce-account table td:last-child {
  padding-right: 0;
  text-align: right;
}
.woocommerce table tr:not(:first-of-type),
.page-template-woocommerce-account table tr:not(:first-of-type) {
  border-top: 1px solid #292929;
}
.woocommerce .button--small,
.page-template-woocommerce-account .button--small {
  max-width: 250px;
  margin: 0 auto;
}

.woof_container {
  padding: 20px 0;
  margin-bottom: 0;
}
.woof_container:not(:first-child) {
  border-top: 1px solid #fff;
}
.woof_container_inner {
  position: relative;
}
.woof_container_inner > h4 {
  font-family: "AkzidenzGroteskPro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding-right: 30px;
  line-height: 1;
}
.woof_container_inner .woof_front_toggle {
  position: absolute;
  right: 0;
  top: 5px;
}
.woof_container_inner .woof_list {
  font-size: 14px;
  padding-top: 20px;
}
.woof_container_inner .woof_list > li {
  padding: 0 !important;
  margin: 0 !important;
}
.woof_container_inner .woof_list > li:not(:last-child) {
  margin-bottom: 10px !important;
}
.woof_container_inner .woof_list > li .woof_radio_term_reset {
  display: none !important;
}
.woof_container_inner .woof_list > li label {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  position: relative;
}
.woof_container_inner .woof_list > li label:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 3px;
}
.woof_container_inner .woof_list > li input:checked + label:before {
  background: #1DAEEF;
}
.woof .woof_submit_search_form_container {
  margin: 0;
}
.woof .woof_submit_search_form_container .button {
  width: 100%;
  margin: 25px 0 0;
}
/*# sourceMappingURL=woocommerce.css.map*/