@charset "UTF-8";
/*
Theme Name: Storefront Child Theme
Author: Winter IT Solutions GmbH
Author URI: https://winter-it-solutions.com
Template: storefront
Version: 1.0.7
*/
/*** variables ***/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;600&display=swap");
/*** helper selectors ***/
.max-big-container, .galleries .bc-container nav, header.page-header:not(.no-image, .entry-header) .header-info-wrap {
  max-width: calc(2560px - (2 * 30px));
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .max-big-container, .galleries .bc-container nav, header.page-header:not(.no-image, .entry-header) .header-info-wrap {
    max-width: calc(2560px - (2 * 15px));
    padding: 0 15px;
  }
}

.max-container {
  max-width: calc(1600px - (2 * 30px));
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .max-container {
    max-width: calc(1600px - (2 * 15px));
    padding: 0 15px;
  }
}

.flex-container, .woocommerce-account .woocommerce, .woocommerce-customer-details .addresses, .woocommerce-order, .shop-content ul.products,
.site-main ul.products,
* ul.products, .shop-content .storefront-sorting, .shop-content, .wis-main-navi .wis-nav-container .menu-wrap #primary-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bg-div {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.img-zoom-container {
  overflow: hidden;
}
.img-zoom-container .bg-div, .img-zoom-container img {
  transition: transform 0.3s ease-in;
}
.img-zoom-container:hover .bg-div, .img-zoom-container:hover img {
  transform: scale(1.03);
}

.link-fade, .sponsors-content .sponsors-inner .sponsor-link, .team-content .team-inner .team-member-box .team-title .email, footer .nav-cnt #secondary-menu li a {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.link-fade:hover, .sponsors-content .sponsors-inner .sponsor-link:hover, .team-content .team-inner .team-member-box .team-title .email:hover, footer .nav-cnt #secondary-menu li a:hover {
  opacity: 0.8;
}

.link-overlay-container {
  position: relative;
}
.link-overlay-container a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

a.wis-button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content a.button, .return-to-shop a.button.wc-backward,
a.button.alt,
.widget-area .widget a.button.alt, .woocommerce .woocommerce-form-coupon a.button[type=submit],
button.wis-button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content button.button,
.woocommerce-cart .page-content .cart-collaterals .cart_totals .shipping .shipping-calculator-form button,
.return-to-shop button.button.wc-backward,
button.alt,
button.button.alt,
.woocommerce .woocommerce-form-coupon button.button[type=submit],
input[type=submit].wis-button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[type=submit].button,
.return-to-shop input[type=submit].button.wc-backward,
input[type=submit].alt,
.woocommerce .woocommerce-form-coupon input[type=submit].button {
  display: inline-block;
  padding: 0 30px;
  font-weight: 600;
  line-height: 1.8;
  color: white;
  background-color: #C20F0F;
  border: 2px solid #C20F0F;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
a.wis-button:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content a.button:hover, .return-to-shop a.button.wc-backward:hover,
a.button.alt:hover,
.widget-area .widget a.button.alt:hover, .woocommerce .woocommerce-form-coupon a.button[type=submit]:hover,
button.wis-button:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content button.button:hover,
.woocommerce-cart .page-content .cart-collaterals .cart_totals .shipping .shipping-calculator-form button:hover,
.return-to-shop button.button.wc-backward:hover,
button.alt:hover,
.woocommerce .woocommerce-form-coupon button.button[type=submit]:hover,
input[type=submit].wis-button:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[type=submit].button:hover,
.return-to-shop input[type=submit].button.wc-backward:hover,
input[type=submit].alt:hover,
.woocommerce .woocommerce-form-coupon input[type=submit].button:hover {
  color: #C20F0F;
  background-color: white;
  border: 2px solid #C20F0F;
}
a.wis-button.on-bg:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content a.on-bg.button:hover, .return-to-shop a.on-bg.button.wc-backward:hover,
a.on-bg.button.alt:hover, .woocommerce .woocommerce-form-coupon a.on-bg.button[type=submit]:hover,
button.wis-button.on-bg:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content button.on-bg.button:hover,
.woocommerce-cart .page-content .cart-collaterals .cart_totals .shipping .shipping-calculator-form button.on-bg:hover,
.return-to-shop button.on-bg.button.wc-backward:hover,
button.on-bg.alt:hover,
.woocommerce .woocommerce-form-coupon button.on-bg.button[type=submit]:hover,
input[type=submit].wis-button.on-bg:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[type=submit].on-bg.button:hover,
.return-to-shop input[type=submit].on-bg.button.wc-backward:hover,
input[type=submit].on-bg.alt:hover,
.woocommerce .woocommerce-form-coupon input[type=submit].on-bg.button:hover {
  border: 2px solid white;
}
a.wis-button.invert, .woocommerce-account .woocommerce .woocommerce-MyAccount-content a.invert.button, .return-to-shop a.invert.button.wc-backward,
a.invert.button.alt,
.widget-area .widget a.invert.button.alt, .woocommerce .woocommerce-form-coupon a.invert.button[type=submit],
button.wis-button.invert,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content button.invert.button,
.woocommerce-cart .page-content .cart-collaterals .cart_totals .shipping .shipping-calculator-form button.invert,
.return-to-shop button.invert.button.wc-backward,
button.invert.alt,
.woocommerce .woocommerce-form-coupon button.invert.button[type=submit],
input[type=submit].wis-button.invert,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[type=submit].invert.button,
.return-to-shop input[type=submit].invert.button.wc-backward,
input[type=submit].invert.alt,
.woocommerce .woocommerce-form-coupon input[type=submit].invert.button {
  color: #C20F0F;
  background-color: white;
  border: 2px solid #C20F0F;
}
a.wis-button.invert:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content a.invert.button:hover, .return-to-shop a.invert.button.wc-backward:hover,
a.invert.button.alt:hover, .woocommerce .woocommerce-form-coupon a.invert.button[type=submit]:hover,
button.wis-button.invert:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content button.invert.button:hover,
.woocommerce-cart .page-content .cart-collaterals .cart_totals .shipping .shipping-calculator-form button.invert:hover,
.return-to-shop button.invert.button.wc-backward:hover,
button.invert.alt:hover,
.woocommerce .woocommerce-form-coupon button.invert.button[type=submit]:hover,
input[type=submit].wis-button.invert:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[type=submit].invert.button:hover,
.return-to-shop input[type=submit].invert.button.wc-backward:hover,
input[type=submit].invert.alt:hover,
.woocommerce .woocommerce-form-coupon input[type=submit].invert.button:hover {
  color: white;
  background-color: #C20F0F;
}
a.wis-button.invert.on-bg, .woocommerce-account .woocommerce .woocommerce-MyAccount-content a.invert.on-bg.button, .return-to-shop a.invert.on-bg.button.wc-backward,
a.invert.on-bg.button.alt, .woocommerce .woocommerce-form-coupon a.invert.on-bg.button[type=submit],
button.wis-button.invert.on-bg,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content button.invert.on-bg.button,
.woocommerce-cart .page-content .cart-collaterals .cart_totals .shipping .shipping-calculator-form button.invert.on-bg,
.return-to-shop button.invert.on-bg.button.wc-backward,
button.invert.on-bg.alt,
.woocommerce .woocommerce-form-coupon button.invert.on-bg.button[type=submit],
input[type=submit].wis-button.invert.on-bg,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[type=submit].invert.on-bg.button,
.return-to-shop input[type=submit].invert.on-bg.button.wc-backward,
input[type=submit].invert.on-bg.alt,
.woocommerce .woocommerce-form-coupon input[type=submit].invert.on-bg.button {
  border: 2px solid white;
}
a.wis-button.invert.on-bg:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content a.invert.on-bg.button:hover, .return-to-shop a.invert.on-bg.button.wc-backward:hover,
a.invert.on-bg.button.alt:hover, .woocommerce .woocommerce-form-coupon a.invert.on-bg.button[type=submit]:hover,
button.wis-button.invert.on-bg:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content button.invert.on-bg.button:hover,
.woocommerce-cart .page-content .cart-collaterals .cart_totals .shipping .shipping-calculator-form button.invert.on-bg:hover,
.return-to-shop button.invert.on-bg.button.wc-backward:hover,
button.invert.on-bg.alt:hover,
.woocommerce .woocommerce-form-coupon button.invert.on-bg.button[type=submit]:hover,
input[type=submit].wis-button.invert.on-bg:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[type=submit].invert.on-bg.button:hover,
.return-to-shop input[type=submit].invert.on-bg.button.wc-backward:hover,
input[type=submit].invert.on-bg.alt:hover,
.woocommerce .woocommerce-form-coupon input[type=submit].invert.on-bg.button:hover {
  border: 2px solid #C20F0F;
}

.ce-container {
  margin-top: 0;
  margin-bottom: 5rem;
}

.heading-color-bg, .link-hub-boxes .link-hub-box h3, .galleries-content .galleries-inner .galleries-container .gallery-box h3, .upcoming-races .races-inner .races-inner-inner .races-heading h1, .team-slider .team-slider-inner .team-heading h1, .news-peek h1, header.page-header:not(.no-image, .entry-header) .header-info-wrap .header-info h1, header.page-header:not(.no-image, .entry-header) .header-info-wrap .header-info h2,
.heading-color-bg-invert,
#customer_login h2,
.single-product .related.products > h2,
.single-galleries-header.page-header.no-image .header-info h1,
.galleries-header h1,
.single-news-header .news-header-info-wrap .header-info h1,
.contact-us .inner-contact .contact-heading h1 {
  margin-top: -0.4rem;
  /* balance out space on top */
  margin-left: 1rem;
}
.heading-color-bg > span, .link-hub-boxes .link-hub-box h3 > span, .galleries-content .galleries-inner .galleries-container .gallery-box h3 > span, .upcoming-races .races-inner .races-inner-inner .races-heading h1 > span, .team-slider .team-slider-inner .team-heading h1 > span, .news-peek h1 > span, header.page-header:not(.no-image, .entry-header) .header-info-wrap .header-info h1 > span, header.page-header:not(.no-image, .entry-header) .header-info-wrap .header-info h2 > span,
.heading-color-bg > a > span,
.link-hub-boxes .link-hub-box h3 > a > span,
.galleries-content .galleries-inner .galleries-container .gallery-box h3 > a > span,
.upcoming-races .races-inner .races-inner-inner .races-heading h1 > a > span,
.team-slider .team-slider-inner .team-heading h1 > a > span,
.news-peek h1 > a > span,
header.page-header:not(.no-image, .entry-header) .header-info-wrap .header-info h1 > a > span,
header.page-header:not(.no-image, .entry-header) .header-info-wrap .header-info h2 > a > span,
.heading-color-bg-invert > span,
#customer_login h2 > span,
.single-product .related.products > h2 > span,
.single-galleries-header.page-header.no-image .header-info h1 > span,
.galleries-header h1 > span,
.single-news-header .news-header-info-wrap .header-info h1 > span,
.contact-us .inner-contact .contact-heading h1 > span,
.heading-color-bg-invert > a > span,
#customer_login h2 > a > span,
.single-product .related.products > h2 > a > span,
.single-galleries-header.page-header.no-image .header-info h1 > a > span,
.galleries-header h1 > a > span,
.single-news-header .news-header-info-wrap .header-info h1 > a > span,
.contact-us .inner-contact .contact-heading h1 > a > span {
  font-size: 3rem;
  line-height: 5rem;
  padding: 0.5rem;
  box-decoration-break: clone;
}
@media screen and (max-width: 1023px) {
  .heading-color-bg > span, .link-hub-boxes .link-hub-box h3 > span, .galleries-content .galleries-inner .galleries-container .gallery-box h3 > span, .upcoming-races .races-inner .races-inner-inner .races-heading h1 > span, .team-slider .team-slider-inner .team-heading h1 > span, .news-peek h1 > span, header.page-header:not(.no-image, .entry-header) .header-info-wrap .header-info h1 > span, header.page-header:not(.no-image, .entry-header) .header-info-wrap .header-info h2 > span,
.heading-color-bg > a > span,
.link-hub-boxes .link-hub-box h3 > a > span,
.galleries-content .galleries-inner .galleries-container .gallery-box h3 > a > span,
.upcoming-races .races-inner .races-inner-inner .races-heading h1 > a > span,
.team-slider .team-slider-inner .team-heading h1 > a > span,
.news-peek h1 > a > span,
header.page-header:not(.no-image, .entry-header) .header-info-wrap .header-info h1 > a > span,
header.page-header:not(.no-image, .entry-header) .header-info-wrap .header-info h2 > a > span,
.heading-color-bg-invert > span,
#customer_login h2 > span,
.single-product .related.products > h2 > span,
.single-galleries-header.page-header.no-image .header-info h1 > span,
.galleries-header h1 > span,
.single-news-header .news-header-info-wrap .header-info h1 > span,
.contact-us .inner-contact .contact-heading h1 > span,
.heading-color-bg-invert > a > span,
#customer_login h2 > a > span,
.single-product .related.products > h2 > a > span,
.single-galleries-header.page-header.no-image .header-info h1 > a > span,
.galleries-header h1 > a > span,
.single-news-header .news-header-info-wrap .header-info h1 > a > span,
.contact-us .inner-contact .contact-heading h1 > a > span {
    font-size: 3rem;
    line-height: 5rem;
  }
}

.heading-color-bg > span, .link-hub-boxes .link-hub-box h3 > span, .galleries-content .galleries-inner .galleries-container .gallery-box h3 > span, .upcoming-races .races-inner .races-inner-inner .races-heading h1 > span, .team-slider .team-slider-inner .team-heading h1 > span, .news-peek h1 > span, header.page-header:not(.no-image, .entry-header) .header-info-wrap .header-info h1 > span, header.page-header:not(.no-image, .entry-header) .header-info-wrap .header-info h2 > span,
.heading-color-bg > a > span,
.link-hub-boxes .link-hub-box h3 > a > span,
.galleries-content .galleries-inner .galleries-container .gallery-box h3 > a > span,
.upcoming-races .races-inner .races-inner-inner .races-heading h1 > a > span,
.team-slider .team-slider-inner .team-heading h1 > a > span,
.news-peek h1 > a > span,
header.page-header:not(.no-image, .entry-header) .header-info-wrap .header-info h1 > a > span,
header.page-header:not(.no-image, .entry-header) .header-info-wrap .header-info h2 > a > span {
  color: #000;
  background-color: white;
  box-shadow: 1rem 0 0 white, -1rem 0 0 white;
}
.heading-color-bg-invert > span, #customer_login h2 > span, .single-product .related.products > h2 > span, .single-galleries-header.page-header.no-image .header-info h1 > span, .galleries-header h1 > span, .single-news-header .news-header-info-wrap .header-info h1 > span, .news-peek h1 > span, .contact-us .inner-contact .contact-heading h1 > span,
.heading-color-bg-invert > a > span,
#customer_login h2 > a > span,
.single-product .related.products > h2 > a > span,
.single-galleries-header.page-header.no-image .header-info h1 > a > span,
.galleries-header h1 > a > span,
.single-news-header .news-header-info-wrap .header-info h1 > a > span,
.news-peek h1 > a > span,
.contact-us .inner-contact .contact-heading h1 > a > span {
  color: white;
  background-color: #000;
  box-shadow: 1rem 0 0 #000, -1rem 0 0 #000;
}

header .heading-color-bg-invert br, header #customer_login h2 br, #customer_login header h2 br, header .single-product .related.products > h2 br, .single-product header .related.products > h2 br, header .single-galleries-header.page-header.no-image .header-info h1 br, .single-galleries-header.page-header.no-image .header-info header h1 br, header .galleries-header h1 br, .galleries-header header h1 br, header .single-news-header .news-header-info-wrap .header-info h1 br, .single-news-header .news-header-info-wrap .header-info header h1 br, header .news-peek h1 br, .news-peek header h1 br, header .contact-us .inner-contact .contact-heading h1 br, .contact-us .inner-contact .contact-heading header h1 br {
  display: none;
}

.heading-color-simple-invert, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details > h2, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
  display: inline-block;
  font-size: 2rem;
  line-height: 2rem;
  padding: 0.5rem 1rem;
  color: white;
  background-color: #000;
}

.heading-upper-lined, .woocommerce-account .woocommerce .woocommerce-MyAccount-content h3, .woocommerce-customer-details h2, .woocommerce-order .woocommerce-order-details h2, body.woocommerce-checkout form.woocommerce-checkout h3,
body.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
  margin-top: 0;
  text-transform: uppercase;
  padding-bottom: 1rem;
  border-bottom: 1px solid #1D1D1D;
  margin-bottom: 2rem;
}

/*** custom swiper buttons ***/
.custom-swiper-button-next, .sponsors-slider .sponsors-swiper-button-next,
.custom-swiper-button-prev,
.sponsors-slider .sponsors-swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.custom-swiper-button-next:after, .sponsors-slider .sponsors-swiper-button-next:after,
.custom-swiper-button-prev:after,
.sponsors-slider .sponsors-swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.custom-swiper-button-next, .sponsors-slider .sponsors-swiper-button-next {
  right: 30px;
}
.custom-swiper-button-next:after, .sponsors-slider .sponsors-swiper-button-next:after {
  content: "next";
}

.custom-swiper-button-prev, .sponsors-slider .sponsors-swiper-button-prev {
  left: 30px;
}
.custom-swiper-button-prev:after, .sponsors-slider .sponsors-swiper-button-prev:after {
  content: "previous";
}

@media screen and (max-width: 1023px) {
  .custom-swiper-button-next, .sponsors-slider .sponsors-swiper-button-next {
    right: 15px;
  }

  .custom-swiper-button-prev, .sponsors-slider .sponsors-swiper-button-prev {
    left: 15px;
  }
}
/*** end of custom swiper buttons ***/
.wis-fr-img-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.wis-fr-img-container:before {
  display: block;
  content: "";
  padding-top: 50%;
}
.wis-fr-img-container .wis-fr-img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

/*** clean start - basic global adjustments ***/
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
  html {
    font-size: 14px;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  color: #000;
  font-family: "Raleway", sans-serif, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.2;
  background: white;
}
@media screen and (max-width: 782px) {
  body {
    font-size: 1rem;
  }
}
body.admin-bar .wis-main-navi {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .wis-main-navi {
    margin-top: 46px;
  }
}
body.admin-bar.nav-open .wis-main-navi .wis-nav-container .menu-wrap {
  top: calc(86px + 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar.nav-open .wis-main-navi .wis-nav-container .menu-wrap {
    top: calc(86px + 46px);
  }
}
@media screen and (max-width: 600px) {
  body #wpadminbar {
    position: fixed;
  }
}

strong, nav.breadcrumb .current-page {
  font-weight: 600;
}

a {
  color: #000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, p, ul, ol, li, a {
  margin: 0;
  padding: 0;
}

h1, h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 0.85;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
  line-height: 1.2;
}

h3 {
  font-weight: 300;
  font-size: 1.3rem;
}

ul, ol {
  list-style: none;
}

li > ul, li > ol {
  margin: 0;
}

body:not(.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account,
.page-with-link-hub) .RTE, body:not(.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account,
.page-with-link-hub) .single-product div.product .woocommerce-tabs #tab-description, .single-product div.product .woocommerce-tabs body:not(.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account,
.page-with-link-hub) #tab-description {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
body:not(.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account,
.page-with-link-hub) .RTE ol, body:not(.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account,
.page-with-link-hub) .single-product div.product .woocommerce-tabs #tab-description ol, .single-product div.product .woocommerce-tabs body:not(.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account,
.page-with-link-hub) #tab-description ol {
  list-style: decimal;
  padding-left: 30px;
}
body:not(.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account,
.page-with-link-hub) .RTE ul li, body:not(.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account,
.page-with-link-hub) .single-product div.product .woocommerce-tabs #tab-description ul li, .single-product div.product .woocommerce-tabs body:not(.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account,
.page-with-link-hub) #tab-description ul li {
  position: relative;
  padding-left: 20px;
}
body:not(.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account,
.page-with-link-hub) .RTE ul li:before, body:not(.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account,
.page-with-link-hub) .single-product div.product .woocommerce-tabs #tab-description ul li:before, .single-product div.product .woocommerce-tabs body:not(.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account,
.page-with-link-hub) #tab-description ul li:before {
  content: "■";
  position: absolute;
  left: 0;
  top: -2px;
}

.RTE, .single-product div.product .woocommerce-tabs #tab-description {
  line-height: 1.6;
}
.RTE h1, .single-product div.product .woocommerce-tabs #tab-description h1, .RTE h2, .single-product div.product .woocommerce-tabs #tab-description h2, .RTE h3, .single-product div.product .woocommerce-tabs #tab-description h3 {
  margin: 0 0 15px 0;
  font-weight: 300;
}
.RTE h1:first-child, .single-product div.product .woocommerce-tabs #tab-description h1:first-child, .RTE h2:first-child, .single-product div.product .woocommerce-tabs #tab-description h2:first-child, .RTE h3:first-child, .single-product div.product .woocommerce-tabs #tab-description h3:first-child {
  margin-top: 0;
}
.RTE h1:last-child, .single-product div.product .woocommerce-tabs #tab-description h1:last-child, .RTE h2:last-child, .single-product div.product .woocommerce-tabs #tab-description h2:last-child, .RTE h3:last-child, .single-product div.product .woocommerce-tabs #tab-description h3:last-child {
  margin-bottom: 0;
}
.RTE h1, .single-product div.product .woocommerce-tabs #tab-description h1 {
  margin: 15px 0 30px 0;
  font-weight: 300;
}
.RTE h2, .single-product div.product .woocommerce-tabs #tab-description h2 {
  margin: 100px 0 30px 0;
}
.RTE h3, .single-product div.product .woocommerce-tabs #tab-description h3 {
  margin: 50px 0 15px 0;
}
.RTE h2 + h3, .single-product div.product .woocommerce-tabs #tab-description h2 + h3 {
  margin-top: 0;
  border-top: 1px solid #D8D8D8;
  padding-top: 50px;
}
.RTE p, .single-product div.product .woocommerce-tabs #tab-description p {
  margin: 0 0 25px 0;
  max-width: 800px;
}
.RTE p:last-child, .single-product div.product .woocommerce-tabs #tab-description p:last-child {
  margin: 0;
}
.RTE ul, .single-product div.product .woocommerce-tabs #tab-description ul, .RTE ol, .single-product div.product .woocommerce-tabs #tab-description ol {
  margin: 0 0 25px 0;
}
.RTE ul:last-child, .single-product div.product .woocommerce-tabs #tab-description ul:last-child, .RTE ol:last-child, .single-product div.product .woocommerce-tabs #tab-description ol:last-child {
  margin: 0;
}
.RTE ul li, .single-product div.product .woocommerce-tabs #tab-description ul li, .RTE ol li, .single-product div.product .woocommerce-tabs #tab-description ol li {
  margin: 0 0 25px 0;
}
.RTE ul li:last-child, .single-product div.product .woocommerce-tabs #tab-description ul li:last-child, .RTE ol li:last-child, .single-product div.product .woocommerce-tabs #tab-description ol li:last-child {
  margin: 0;
}
.RTE a:not(.wis-button):not(button.alt):not(input[type=button].alt):not(input[type=reset].alt):not(input[type=submit].alt):not(.button.alt), .single-product div.product .woocommerce-tabs #tab-description a:not(.wis-button):not(button.alt):not(input[type=button].alt):not(input[type=reset].alt):not(input[type=submit].alt):not(.button.alt) {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.RTE a:not(.wis-button):not(button.alt):not(input[type=button].alt):not(input[type=reset].alt):not(input[type=submit].alt):not(.button.alt):hover, .single-product div.product .woocommerce-tabs #tab-description a:not(.wis-button):not(button.alt):not(input[type=button].alt):not(input[type=reset].alt):not(input[type=submit].alt):not(.button.alt):hover {
  color: #C20F0F;
}

img {
  max-width: 100%;
  height: auto;
}

form select {
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #1D1D1D;
  border-radius: 0;
  width: 100%;
  height: 60px;
  -moz-padding-start: calc(10px - 3px);
  padding-left: 1rem;
  color: #000;
  font-family: "Raleway", sans-serif, sans-serif;
  font-size: 1.1rem;
  outline: none;
  cursor: pointer;
}
form select::-ms-expand {
  display: none;
}
form select:focus::-ms-value {
  background-color: transparent;
}

label.checkbox {
  position: relative;
}
label.checkbox [type=checkbox] {
  -webkit-appearance: none;
}
label.checkbox [type=checkbox] + span {
  padding-right: 30px;
}
label.checkbox [type=checkbox] + span::after {
  position: absolute;
  top: 10px;
  right: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #C20F0F;
  background-color: #fff;
}
label.checkbox [type=checkbox]:checked + span::after {
  box-shadow: inset 0 0 0 3px white;
  background-color: #C20F0F;
}

blockquote {
  margin: 60px 40px;
  padding: 10px 20px;
  border-color: #C20F0F;
  color: #c1c1c1;
  font-size: 1.6rem;
  line-height: 1.4;
  font-style: normal;
}

/*** main components ***/
body {
  position: relative;
  margin-top: 86px;
  min-height: calc(100vh - 86px);
}
body.admin-bar {
  min-height: calc(100vh - 86px - 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar {
    min-height: calc(100vh - 86px - 46px);
  }
}

@media screen and (max-width: 1360px) {
  body {
    position: relative;
    margin-top: 86px;
    min-height: calc(100vh - 86px);
  }
  body.admin-bar {
    min-height: calc(100vh - 86px - 32px);
  }
}
@media screen and (max-width: 1360px) and (max-width: 782px) {
  body.admin-bar {
    min-height: calc(100vh - 86px - 46px);
  }
}
/*** main navi ***/
.wis-main-navi {
  display: block;
  position: fixed;
  top: 0;
  left: 1.3rem;
  right: 0;
  z-index: 99;
}
@media screen and (max-width: 1023px) {
  .wis-main-navi {
    left: 15px;
  }
}
.wis-main-navi:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1.3rem;
  background-color: white;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.wis-main-navi .wis-nav-container {
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.wis-main-navi .wis-nav-container .wis-nav-brand {
  position: relative;
  margin-right: auto;
  z-index: 3;
}
.wis-main-navi .wis-nav-container .wis-nav-brand img {
  display: block;
  position: relative;
  top: 10px;
  max-width: 170px;
}
.wis-main-navi .wis-nav-container .search-wrap {
  position: relative;
  align-self: stretch;
  z-index: 3;
}
.wis-main-navi .wis-nav-container .search-wrap:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #C20F0F;
  visibility: hidden;
  transition: all 1s ease-in-out;
  z-index: 1;
}
.wis-main-navi .wis-nav-container .search-wrap:hover:before, .wis-main-navi .wis-nav-container .search-wrap.input-active:before {
  visibility: visible;
  width: 100%;
}
.wis-main-navi .wis-nav-container .search-wrap:hover form .inner-search-form label, .wis-main-navi .wis-nav-container .search-wrap.input-active form .inner-search-form label {
  width: 195px;
}
.wis-main-navi .wis-nav-container .search-wrap form {
  height: 100%;
}
.wis-main-navi .wis-nav-container .search-wrap form:before {
  content: unset;
}
.wis-main-navi .wis-nav-container .search-wrap form .inner-search-form {
  height: 100%;
  display: flex;
  align-items: center;
}
.wis-main-navi .wis-nav-container .search-wrap form .inner-search-form label {
  width: 0;
  overflow: hidden;
  transition: width 1s ease-in-out;
}
.wis-main-navi .wis-nav-container .search-wrap form .inner-search-form label input[type=search] {
  margin: 0;
  border: none;
  background-color: transparent;
}
.wis-main-navi .wis-nav-container .search-wrap form .inner-search-form .submit-wrap {
  position: relative;
}
.wis-main-navi .wis-nav-container .search-wrap form .inner-search-form .submit-wrap input[type=submit] {
  display: block;
  position: relative;
  width: calc(20px + (2 * 1.3rem));
  padding: 0 1.3rem;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
  z-index: 1;
}
.wis-main-navi .wis-nav-container .search-wrap form .inner-search-form .submit-wrap i {
  position: absolute;
  top: 8px;
  right: 1.3rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 1023px) {
  .wis-main-navi .wis-nav-container > .search-wrap {
    display: none;
  }
}
.wis-main-navi .wis-nav-container > .cart-wrap {
  position: relative;
  top: 2px;
  align-self: stretch;
  padding: 1.3rem;
  z-index: 3;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1361px) {
  .wis-main-navi .wis-nav-container > .cart-wrap {
    display: none;
  }
}
.wis-main-navi .wis-nav-container > .cart-wrap:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #C20F0F;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.wis-main-navi .wis-nav-container > .cart-wrap:hover:before {
  visibility: visible;
  width: 100%;
}
.wis-main-navi .wis-nav-container > .cart-wrap .nav-cart {
  position: relative;
}
.wis-main-navi .wis-nav-container > .cart-wrap .nav-cart i {
  font-size: 1.5rem;
}
.wis-main-navi .wis-nav-container > .cart-wrap .nav-cart .cart-count {
  position: absolute;
  top: -22px;
  right: -1px;
  background-color: #C20F0F;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wis-main-navi .wis-nav-container > .cart-wrap .nav-cart .cart-count span {
  position: relative;
  top: 0;
  color: white;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .wis-main-navi .wis-nav-container > .cart-wrap .nav-cart .cart-count {
    top: -21px;
    right: -2px;
    width: 23px;
    height: 23px;
  }
}
.wis-main-navi .wis-nav-container .menu-wrap {
  position: relative;
  z-index: 3;
}
.wis-main-navi .wis-nav-container .menu-wrap #primary-menu {
  justify-content: flex-end;
  /* last before shop */
  /* shop */
}
@media screen and (min-width: 1361px) {
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu {
    align-items: center;
  }
}
.wis-main-navi .wis-nav-container .menu-wrap #primary-menu li a {
  display: block;
  position: relative;
  color: #000;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: calc(1.6 * 1.3rem) 1.3rem;
}
@media screen and (min-width: 1361px) {
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #C20F0F;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
  }
}
.wis-main-navi .wis-nav-container .menu-wrap #primary-menu li:hover a:before {
  visibility: visible;
  width: 100%;
}
.wis-main-navi .wis-nav-container .menu-wrap #primary-menu li.current-menu-parent > a:before, .wis-main-navi .wis-nav-container .menu-wrap #primary-menu li.current-menu-item > a:before {
  visibility: visible;
  width: 100%;
}
.wis-main-navi .wis-nav-container .menu-wrap #primary-menu li.menu-item-has-children {
  position: relative;
}
.wis-main-navi .wis-nav-container .menu-wrap #primary-menu li.menu-item-has-children > a:after {
  position: relative;
  display: inline-block;
  top: -3px;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.8rem;
  margin-left: 15px;
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
}
@media screen and (min-width: 1361px) {
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu li.menu-item-has-children .sub-menu {
    position: absolute;
    bottom: 3px;
    left: 0;
    transform: translateY(100%);
    background-color: white;
    min-width: 100%;
    height: auto;
    max-height: 0;
    overflow: hidden;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
    transition: all 1s ease-in-out;
    z-index: -1;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu li.menu-item-has-children .sub-menu:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #C20F0F;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu li.menu-item-has-children li a {
    padding: calc(0.65rem) 1.3rem;
    border-bottom: 1px solid #D8D8D8;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu li.menu-item-has-children li a:before {
    width: 3px;
    height: 0;
    bottom: 0;
    left: 0;
    transition: height 0.4s ease-in-out;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu li.menu-item-has-children li:first-child a {
    padding-top: calc(.5 * 1.3rem + 3px);
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu li.menu-item-has-children li:last-child a {
    border: none;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu li.menu-item-has-children li.current-menu-item > a:before, .wis-main-navi .wis-nav-container .menu-wrap #primary-menu li.menu-item-has-children li:hover > a:before {
    visibility: visible;
    height: 100%;
    width: 3px;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu li.menu-item-has-children:hover .sub-menu {
    max-height: 1000px;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu li.menu-item-has-children:hover .sub-menu:before {
    width: 100%;
    visibility: visible;
  }
}
.wis-main-navi .wis-nav-container .menu-wrap #primary-menu > li:nth-last-child(2) a {
  padding-right: calc(2 * 1.3rem);
}
.wis-main-navi .wis-nav-container .menu-wrap #primary-menu > li:last-child {
  background-color: #C20F0F;
}
@media screen and (min-width: 1361px) {
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu > li:last-child {
    display: flex;
    align-items: center;
  }
}
.wis-main-navi .wis-nav-container .menu-wrap #primary-menu > li:last-child a {
  color: white;
  padding: calc(1.6 * 1.3rem) calc(2.5 * 1.3rem);
}
.wis-main-navi .wis-nav-container .menu-wrap #primary-menu > li:last-child .cart-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.wis-main-navi .wis-nav-container .menu-wrap #primary-menu > li:last-child .cart-wrap .nav-cart {
  padding-right: 0;
  margin-right: calc(-1.6 * 1.3rem);
  position: relative;
  line-height: 0.5;
}
.wis-main-navi .wis-nav-container .menu-wrap #primary-menu > li:last-child .cart-wrap .nav-cart i {
  font-size: 1.5rem;
  line-height: 0.5;
}
.wis-main-navi .wis-nav-container .menu-wrap #primary-menu > li:last-child .cart-wrap .nav-cart .cart-count {
  position: absolute;
  top: calc(-26px + 1.6 * 1.3rem);
  right: -1px;
  background-color: #000;
  border-radius: 20px;
  width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wis-main-navi .wis-nav-container .menu-wrap #primary-menu > li:last-child .cart-wrap .nav-cart .cart-count span {
  position: relative;
  top: 0;
  color: white;
  font-size: 1rem;
  font-weight: 600;
}
.wis-main-navi .wis-nav-container .menu-wrap #primary-menu > li:last-child .sub-menu li a {
  color: #000;
}
.wis-main-navi .wis-nav-container .menu-wrap #primary-menu > li:last-child .sub-menu li a:before {
  background-color: #C20F0F;
}
.wis-main-navi .wis-nav-container .menu-wrap .search-wrap {
  display: none;
}
@media screen and (max-width: 1360px) {
  .wis-main-navi .wis-nav-container .menu-wrap {
    position: fixed;
    top: 86px;
    right: 0;
    bottom: 0;
    min-width: 50%;
    overflow-y: scroll;
    background-color: white;
    box-shadow: -3px 1px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    transform: translateY(-100%);
    transition: transform 1s ease-in-out;
    z-index: -2;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu {
    min-width: 360px;
    flex-direction: column;
    justify-content: center;
    /* last before shop */
    /* shop */
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu > li:first-child a {
    padding-top: 2rem;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu li a {
    padding: 1rem;
    margin: 0 2rem;
    border-bottom: 1px solid #D8D8D8;
    transition: color 0.3s ease-in-out;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu li a:hover {
    color: #C20F0F;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu li.menu-item-has-children > a:after {
    top: -1px;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu li .sub-menu {
    display: none;
    margin-left: 2rem;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu li.sub-menu-open > a:after {
    transform: rotate(180deg);
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu li.current-menu-parent > a, .wis-main-navi .wis-nav-container .menu-wrap #primary-menu li.current-menu-item > a {
    color: #C20F0F;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu > li:nth-last-child(2):not(.menu-item-has-children) a {
    padding-bottom: 2rem;
    border: none;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu > li:nth-last-child(2).menu-item-has-children .sub-menu li:last-child a {
    padding-bottom: 2rem;
    border: none;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu > li:last-child {
    background-color: #C20F0F;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu > li:last-child a {
    padding: 1rem;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu > li:last-child a:hover {
    color: #000;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu > li:last-child > a {
    padding-top: 2rem;
    border-bottom: none;
    padding-bottom: 2rem;
    border-color: #D8D8D8;
    transition: all 0.3s ease-in-out;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu > li:last-child .cart-wrap {
    display: none;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu > li:last-child .sub-menu li a {
    color: white;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu > li:last-child .sub-menu li a:hover {
    color: #000;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu > li:last-child .sub-menu li:last-child a {
    padding-bottom: 2rem;
    border: none;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #primary-menu > li:last-child.sub-menu-open > a {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 1360px) and (max-width: 1023px) {
  .wis-main-navi .wis-nav-container .menu-wrap .search-wrap {
    padding: 0.5rem 0;
    display: block;
  }
  .wis-main-navi .wis-nav-container .menu-wrap .search-wrap:before {
    visibility: visible;
    width: 100%;
  }
  .wis-main-navi .wis-nav-container .menu-wrap .search-wrap form .inner-search-form {
    justify-content: center;
  }
  .wis-main-navi .wis-nav-container .menu-wrap .search-wrap form .inner-search-form label {
    width: 260px;
  }
}
@media screen and (max-width: 1360px) {
  .wis-main-navi .wis-nav-container .menu-wrap #social-nav-links {
    flex: 1;
    padding: 2rem 3rem;
    display: flex !important;
    justify-content: space-around;
    align-items: flex-start;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #social-nav-links a {
    padding: 1rem;
    color: #000;
    transition: color 0.3s ease-in-out;
  }
  .wis-main-navi .wis-nav-container .menu-wrap #social-nav-links a:hover {
    color: #C20F0F;
  }
}
@media screen and (max-width: 1360px) {
  .wis-main-navi .wis-nav-container {
    /* overlay to hide slidden up mobile navi above main menu - issue on safari */
  }
  .wis-main-navi .wis-nav-container:before {
    content: "";
    position: fixed;
    top: 86px;
    right: 0;
    bottom: 0;
    min-width: 51%;
    background-color: white;
    transform: translateY(-100%);
    z-index: -1;
  }
}
.wis-main-navi .wis-nav-container #nav-trigger {
  position: relative;
  z-index: 3;
  display: none;
  padding: 0 1.3rem;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .wis-main-navi .wis-nav-container #nav-trigger {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1360px) {
  .wis-main-navi .wis-nav-container #nav-trigger {
    display: block;
  }
}
.wis-main-navi .wis-nav-container #nav-trigger.burger-clicked .hamburger:before {
  top: 11px;
  transform: rotate(45deg);
}
.wis-main-navi .wis-nav-container #nav-trigger.burger-clicked .hamburger .slice {
  opacity: 0;
}
.wis-main-navi .wis-nav-container #nav-trigger.burger-clicked .hamburger:after {
  top: 11px;
  transform: rotate(-45deg);
}
.wis-main-navi .wis-nav-container #nav-trigger .hamburger {
  position: relative;
  height: 24px;
  width: 32px;
}
.wis-main-navi .wis-nav-container #nav-trigger .hamburger .slice, .wis-main-navi .wis-nav-container #nav-trigger .hamburger:before, .wis-main-navi .wis-nav-container #nav-trigger .hamburger:after {
  content: "";
  background-color: #000;
  display: block;
  position: absolute;
  width: 32px;
  height: 3px;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.wis-main-navi .wis-nav-container #nav-trigger .hamburger:before {
  top: 0;
  height: 2px;
}
.wis-main-navi .wis-nav-container #nav-trigger .hamburger .slice {
  top: 11px;
}
.wis-main-navi .wis-nav-container #nav-trigger .hamburger:after {
  top: 22px;
  height: 4px;
  background-color: #C20F0F;
}

body #nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(29, 29, 29, 0.3);
  z-index: 5;
}

.nav-open .wis-main-navi .wis-nav-container .menu-wrap.menu-wrap {
  transform: translateY(0);
}

/*** search ***/
.search-no-results .no-results.not-found .inner-search-form {
  display: flex;
  align-items: center;
}
.search-no-results .no-results.not-found .inner-search-form .submit-wrap {
  position: relative;
}
.search-no-results .no-results.not-found .inner-search-form .submit-wrap i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  color: #000;
  transition: color 0.3s ease-in-out;
  z-index: -1;
}
.search-no-results .no-results.not-found .inner-search-form .submit-wrap:hover i {
  color: #C20F0F;
}

.search-results .wis-main-navi .wis-nav-container .search-wrap:before {
  visibility: visible;
  width: 100%;
}
.search-results .wis-main-navi .wis-nav-container .search-wrap form .inner-search-form label {
  width: 260px;
}
.search-results .search-count {
  margin-bottom: 3rem;
}
.search-results header .heading-color-bg span, .search-results header .link-hub-boxes .link-hub-box h3 span, .link-hub-boxes .link-hub-box .search-results header h3 span, .search-results header .galleries-content .galleries-inner .galleries-container .gallery-box h3 span, .galleries-content .galleries-inner .galleries-container .gallery-box .search-results header h3 span, .search-results header .upcoming-races .races-inner .races-inner-inner .races-heading h1 span, .upcoming-races .races-inner .races-inner-inner .races-heading .search-results header h1 span, .search-results header .team-slider .team-slider-inner .team-heading h1 span, .team-slider .team-slider-inner .team-heading .search-results header h1 span, .search-results header .news-peek h1 span, .news-peek .search-results header h1 span, .search-results header.page-header:not(.no-image, .entry-header) .header-info-wrap .header-info h1 span, .search-results header.page-header:not(.no-image, .entry-header) .header-info-wrap .header-info h2 span {
  padding-left: 0;
  margin-left: 0;
  font-size: 3rem;
}

/*** search articles & frontpage - shop teaser products ***/
.search-results .articles-container,
.shop-teaser .teaser-products {
  padding-bottom: 5rem;
  margin-bottom: -2rem;
}
@media screen and (min-width: 699px) {
  .search-results .articles-container,
.shop-teaser .teaser-products {
    width: calc(100% + 2rem);
  }
}
.search-results .articles-container article,
.shop-teaser .teaser-products article {
  position: relative;
  min-width: 320px;
  margin-bottom: 2rem;
  border-top: 1px solid #000;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 699px) {
  .search-results .articles-container article,
.shop-teaser .teaser-products article {
    width: calc(25% - 2rem);
    margin-right: 2rem;
  }
}
.search-results .articles-container article .img-zoom-container,
.shop-teaser .teaser-products article .img-zoom-container {
  flex: 1;
  margin-bottom: 1rem;
}
.search-results .articles-container article .img-zoom-container img,
.shop-teaser .teaser-products article .img-zoom-container img {
  max-height: 200px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.search-results .articles-container article .entry-content,
.shop-teaser .teaser-products article .entry-content {
  position: relative;
  max-height: 300px;
  overflow: hidden;
  padding: 1rem 1rem 2rem 1rem;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  display: flex;
  flex-direction: column;
}
.search-results .articles-container article .entry-content h2,
.shop-teaser .teaser-products article .entry-content h2 {
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.search-results .articles-container article .entry-content h2:first-child,
.shop-teaser .teaser-products article .entry-content h2:first-child {
  margin-top: 0;
}
.search-results .articles-container article .entry-content *:empty + h2,
.shop-teaser .teaser-products article .entry-content *:empty + h2 {
  margin-top: 0;
}
.search-results .articles-container article .entry-content h3,
.shop-teaser .teaser-products article .entry-content h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.search-results .articles-container article .entry-content h2 + h3,
.shop-teaser .teaser-products article .entry-content h2 + h3 {
  margin-top: 0;
}
.search-results .articles-container article .entry-content:after,
.shop-teaser .teaser-products article .entry-content:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3rem;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
}
.search-results .articles-container article header,
.shop-teaser .teaser-products article header {
  flex: 1;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
.search-results .articles-container article header h2,
.shop-teaser .teaser-products article header h2 {
  position: relative;
  height: 100%;
  font-size: 1.2rem;
  text-align: center;
  background-color: #1D1D1D;
  padding: 0.8rem 2rem;
  border-top: 1px solid #000;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.search-results .articles-container article header h2 a,
.shop-teaser .teaser-products article header h2 a {
  color: white;
  font-weight: 600;
  display: inline-block;
  transition: color 0.3s ease-in-out;
}
.search-results .articles-container article header h2:hover,
.shop-teaser .teaser-products article header h2:hover {
  background-color: white;
}
.search-results .articles-container article header h2:hover a,
.shop-teaser .teaser-products article header h2:hover a {
  color: #000;
}
.search-results .articles-container article .to-cart-wrap .product-price,
.shop-teaser .teaser-products article .to-cart-wrap .product-price {
  line-height: 1.2;
  border: 1px solid #000;
  padding: 1rem;
  width: 100%;
  font-size: 1.1rem;
}
.search-results .articles-container article .to-cart-wrap .product-price del,
.shop-teaser .teaser-products article .to-cart-wrap .product-price del {
  opacity: 0.4;
  margin-right: 10px;
}
.search-results .articles-container article .to-cart-wrap .product-price ins,
.shop-teaser .teaser-products article .to-cart-wrap .product-price ins {
  color: #C20F0F;
}
.search-results .articles-container article .to-cart-wrap .link-wrap,
.shop-teaser .teaser-products article .to-cart-wrap .link-wrap {
  position: relative;
}
.search-results .articles-container article .to-cart-wrap .link-wrap .button,
.shop-teaser .teaser-products article .to-cart-wrap .link-wrap .button {
  position: absolute;
  right: 0;
  top: -42px;
  text-align: center;
  padding: 0 15px;
  color: #C20F0F;
  line-height: 1;
}
.search-results .articles-container article .to-cart-wrap .link-wrap .button span,
.shop-teaser .teaser-products article .to-cart-wrap .link-wrap .button span {
  display: none;
}
.search-results .articles-container article .to-cart-wrap .link-wrap .button i,
.shop-teaser .teaser-products article .to-cart-wrap .link-wrap .button i {
  font-size: 1.4rem;
  font-weight: 700;
  transition: font-weight 0.3s ease-in-out;
}
.search-results .articles-container article .to-cart-wrap .link-wrap .button:hover i,
.shop-teaser .teaser-products article .to-cart-wrap .link-wrap .button:hover i {
  font-weight: 300;
}
.search-results .articles-container article .to-cart-wrap .link-wrap .added_to_cart,
.shop-teaser .teaser-products article .to-cart-wrap .link-wrap .added_to_cart {
  width: 100%;
  text-align: center;
}
.search-results .articles-container article .to-cart-wrap .link-wrap .added_to_cart:after,
.shop-teaser .teaser-products article .to-cart-wrap .link-wrap .added_to_cart:after {
  display: none;
}
.search-results .articles-container nav.navigation,
.shop-teaser .teaser-products nav.navigation {
  width: calc(100% - 2rem);
  margin-right: 2rem;
}

/*** header ***/
header.page-header {
  position: relative;
}
header.page-header:not(.no-image, .entry-header) {
  height: calc(100vh - 86px);
}
header.page-header:not(.no-image, .entry-header) .header-info-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}
header.page-header:not(.no-image, .entry-header) .header-info-wrap .header-info {
  width: 100%;
  /* to avoid line break in heading */
  transform: translateY(-25%);
  z-index: 1;
}
header.page-header:not(.no-image, .entry-header) .header-info-wrap .header-info h1, header.page-header:not(.no-image, .entry-header) .header-info-wrap .header-info h2 {
  letter-spacing: 2.5px;
  margin-bottom: 1rem;
}
header.page-header:not(.no-image, .entry-header) .header-info-wrap .header-info .title-hidden {
  font-size: 2rem;
  font-weight: 400;
}
header.page-header.no-image {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
header.page-header .header-scroll-down {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
  color: white;
  font-size: 40px;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 1;
}
header.page-header .social-link-boxes {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  flex-direction: column;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  header.page-header .social-link-boxes {
    display: none;
  }
}
header.page-header .social-link-boxes .social-link a {
  display: block;
  padding: 1rem;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  color: white;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
header.page-header .social-link-boxes .social-link a:hover {
  color: #C20F0F;
}
header.page-header .social-link-boxes .social-link:first-child a {
  border-top: 1px solid white;
}

/*** breadcrumb ***/
nav.breadcrumb {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
nav.breadcrumb i {
  position: relative;
  top: -1px;
  font-size: 0.7rem;
  padding: 0 5px;
}
nav.breadcrumb a {
  transition: color 0.3s ease-in-out;
}
nav.breadcrumb a:hover {
  color: #C20F0F;
}
/*** main ***/
.page-default main section:first-child {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

/*** newsletter ***/
.newsletter-abo {
  padding: 5rem 0;
  background-color: #EDEDED;
}
.newsletter-abo .newsletter-inner .newsletter-inner-inner {
  align-items: stretch;
}
.newsletter-abo .newsletter-inner .newsletter-inner-inner .newsletter-heading {
  position: relative;
  width: 40%;
  height: 400px;
  overflow: visible;
}
@media screen and (max-width: 1023px) {
  .newsletter-abo .newsletter-inner .newsletter-inner-inner .newsletter-heading {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 711px) {
  .newsletter-abo .newsletter-inner .newsletter-inner-inner .newsletter-heading {
    width: 100%;
  }
}
.newsletter-abo .newsletter-inner .newsletter-inner-inner .newsletter-heading .bg-div {
  width: calc(100% - calc(2.5 * 30px));
  margin-left: calc(2.5 * 30px);
}
@media screen and (max-width: 1059px) {
  .newsletter-abo .newsletter-inner .newsletter-inner-inner .newsletter-heading .bg-div {
    width: calc(100% - calc(2.5 * 15px));
    margin-left: calc(2.5 * 15px);
  }
}
@media screen and (max-width: 711px) {
  .newsletter-abo .newsletter-inner .newsletter-inner-inner .newsletter-heading .bg-div {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.newsletter-abo .newsletter-inner .newsletter-inner-inner .newsletter-heading h1 {
  position: absolute;
  top: 2rem;
  right: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .newsletter-abo .newsletter-inner .newsletter-inner-inner .newsletter-heading h1 {
    left: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .newsletter-abo .newsletter-inner .newsletter-inner-inner .newsletter-heading h1 {
    left: 0;
  }
}
.newsletter-abo .newsletter-inner .newsletter-inner-inner .newsletter-form {
  width: 60%;
  padding: 3rem;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .newsletter-abo .newsletter-inner .newsletter-inner-inner .newsletter-form {
    width: 60%;
    margin-left: 0;
    padding: 5rem;
  }
}
@media screen and (max-width: 711px) {
  .newsletter-abo .newsletter-inner .newsletter-inner-inner .newsletter-form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.newsletter-abo .newsletter-inner .newsletter-inner-inner .newsletter-form .form-inner {
  display: flex;
  flex-direction: column;
}
.newsletter-abo .newsletter-inner .newsletter-inner-inner .newsletter-form .form-inner input[type=email] {
  width: 100%;
  font-size: 1.5rem;
  border: none;
  border-bottom: 1px solid #000;
  margin-bottom: 2rem;
}
.newsletter-abo .newsletter-inner .newsletter-inner-inner .newsletter-form .form-inner input[type=submit] {
  align-self: flex-end;
}

/*** contact ***/
.contact-us {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.contact-us .inner-contact {
  justify-content: space-between;
  align-items: flex-start;
}
.contact-us .inner-contact .contact-heading {
  flex: 1;
  margin-right: 2rem;
}
.contact-us .inner-contact .contact-heading h1 {
  margin-bottom: 2rem;
}
.contact-us .inner-contact .contact-info-wrap {
  width: 50%;
  min-width: 320px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .contact-us .inner-contact .contact-info-wrap {
    width: 100%;
    max-width: 600px;
  }
}
.contact-us .inner-contact .contact-info-wrap .contact-link {
  flex: 1;
  border: 1px solid #000;
  padding: 1rem;
}
.contact-us .inner-contact .contact-info-wrap .contact-link a {
  color: #000;
  transition: color 0.3s ease-in-out;
}
.contact-us .inner-contact .contact-info-wrap .contact-link a:hover {
  color: #C20F0F;
}
.contact-us .inner-contact .contact-info-wrap .contact-link a:hover i {
  color: #C20F0F;
}
.contact-us .inner-contact .contact-info-wrap .contact-link:nth-child(2) {
  border-top: none;
  border-bottom: none;
}
.contact-us .inner-contact .contact-info-wrap .social-container {
  justify-content: stretch;
}
.contact-us .inner-contact .contact-info-wrap .social-container i {
  font-size: 1.5rem;
  color: #000;
  transition: color 0.3s ease-in-out;
}
.contact-us .inner-contact .contact-info-wrap .social-container .contact-link:nth-child(2) {
  border: 1px solid #000;
  border-left: none;
  border-right: none;
}

/*** sponsors slider ***/
.sponsors-slider {
  position: relative;
  padding: 2rem 90px;
  background-color: #000;
}
@media screen and (min-width: 1024px) {
  .sponsors-slider {
    padding: 4rem 90px;
  }
}
.sponsors-slider .swiper-wrapper {
  align-items: center;
}
.sponsors-slider .swiper-wrapper .sponsor-slide {
  display: flex;
  justify-content: center;
}
.sponsors-slider .swiper-wrapper .sponsor-slide a img {
  max-width: 150px;
}
/*** footer ***/
footer {
  background-color: #1D1D1D;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
}
footer .inner-footer {
  justify-content: space-between;
  align-items: flex-end;
}
footer .nav-cnt {
  margin-left: auto;
}
@media screen and (max-width: 406px) {
  footer .nav-cnt {
    order: -1;
  }
}
footer .nav-cnt #secondary-menu li {
  margin-left: 30px;
  text-transform: uppercase;
}
footer .nav-cnt #secondary-menu li a {
  color: white;
}
@media screen and (max-width: 1050px) {
  footer .nav-cnt #secondary-menu {
    flex-direction: column;
  }
  footer .nav-cnt #secondary-menu li {
    text-align: right;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  footer .nav-cnt #secondary-menu li:last-child {
    margin-bottom: 0;
  }
}

/*** storefront child override ***/
.fa, .fas {
  font-family: "Font Awesome 5 Pro";
}

/*** info banner ***/
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #000;
  border-radius: 0;
  margin-bottom: 2rem !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
  order: 1;
}
.woocommerce-message .button:not(.wc-forward),
.woocommerce-info .button:not(.wc-forward),
.woocommerce-error .button:not(.wc-forward),
.woocommerce-noreviews .button:not(.wc-forward),
p.no-comments .button:not(.wc-forward) {
  border-left-color: #C20F0F !important;
}
.woocommerce-message:after,
.woocommerce-info:after,
.woocommerce-error:after,
.woocommerce-noreviews:after,
p.no-comments:after {
  display: none;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-noreviews {
  margin-bottom: 0 !important;
}

body,
button,
input,
textarea {
  color: #000;
}

h1, .alpha {
  letter-spacing: 0;
}

img {
  border-radius: 0;
}

.col-full {
  max-width: 100%;
  padding: 0;
}

form {
  margin: 0;
}

abbr.required {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

button, input, textarea {
  color: #000;
  font-family: "Raleway", sans-serif, sans-serif;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
  padding: 1.2rem;
  background-color: white;
  color: #000;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: none;
  border: 1px solid #000;
}

a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus {
  outline: none;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
.input-text:focus {
  background-color: #F7F7F7;
}

.a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: 2px solid rgba(194, 15, 15, 0);
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.widget a.button {
  display: inline-block;
  padding: 0 30px;
  font-weight: 600;
  line-height: 2rem;
  color: #000;
  background-color: transparent;
  border: 2px solid transparent;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover,
.widget a.button:hover {
  color: #C20F0F;
  background-color: transparent;
  border: 2px solid transparent;
}

.show-password-input {
  padding: 1.2rem;
}

.shop-content .storefront-sorting .category-menu select,
.shop-content .storefront-sorting .woocommerce-ordering select {
  background-color: transparent !important;
}

p + h2, p + header h2, p + h3, p + h4, ul + h2, ul + header h2, ul + h3, ul + h4, ol + h2, ol + header h2, ol + h3, ol + h4, table + h2, table + header h2, table + h3, table + h4, blockquote + h2, blockquote + header h2, blockquote + h3, blockquote + h4, form + h2, form + header h2, form + h3, form + h4 {
  margin-top: unset;
}

/*** WooCommerce stuff ***/
.col2-set .col-1,
.col2-set .col-2 {
  margin-bottom: 3rem;
}

.required {
  color: #C20F0F;
  font-weight: 600;
}

.content-area,
.right-sidebar .content-area {
  width: 100%;
  float: none;
}

.right-sidebar .widget-area {
  display: none;
  float: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  border-radius: 0;
}

.pagination,
.woocommerce-pagination {
  border: none;
}

table {
  border-collapse: collapse;
}

table.cart th, table.cart td {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  table.cart th, table.cart td {
    padding: 1rem;
  }
}

table.cart td.product-subtotal {
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  table.cart td.product-subtotal {
    padding-bottom: 1rem;
  }
}

table:not(.has-background) tbody td,
table:not(.has-background) tbody tr:nth-child(2n) td {
  background-color: white;
}

.woocommerce .woocommerce-message {
  width: 100%;
}
.woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce .woocommerce-notices-wrapper .button:hover {
  border: none;
}
.button.added_to_cart:focus, .button.wc-forward:focus {
  outline-color: transparent;
}

/*** select 2 ***/
.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid #000;
  height: 60px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 1rem;
  right: 1rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  display: block;
  content: "";
  font-family: "Font Awesome 5 Pro";
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  transform: rotate(180deg);
}

/*** interaction ***/
.star-rating span::before,
.quantity .plus,
.quantity .minus,
p.stars a:hover::after,
p.stars a::after,
.star-rating span::before,
#payment .payment_methods li input[type=radio]:first-child:checked + label::before {
  color: #C20F0F;
}

/*** front page - home slider ***/
.home-slider {
  margin-bottom: 50px;
  background-color: #000;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .home-slider .swiper-button-next {
    right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .home-slider .swiper-button-next,
.home-slider .swiper-button-prev {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .home-slider .header-info-wrap {
    max-width: calc(1920px - (2 * 30px) + 60px) !important;
    padding-left: 60px !important;
  }
}

/*** front page - news archive ***/
.news-peek {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.news-peek h1 {
  margin-bottom: 3rem;
}
.news-peek .archive-footer {
  border-top: 2px solid #D8D8D8;
  padding-top: 3rem;
  margin-bottom: 3rem;
}

/*** global - news archive ***/
.news-container {
  width: calc(100% + 30px);
  margin-bottom: -30px;
}
@media screen and (max-width: 1023px) {
  .news-container {
    width: calc(100% + 15px);
  }
}
.news-container .news-box {
  width: calc(33.333% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .news-container .news-box {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .news-container .news-box {
    width: calc(100% - 15px);
  }
}
.news-container .news-box .news-info-wrap {
  margin-bottom: auto;
}
.news-container .news-box .news-info-wrap h3 {
  margin-top: 1rem;
  border-top: 2px solid #D8D8D8;
  padding-top: 1rem;
  text-transform: uppercase;
}
.news-container .news-box .news-image {
  position: relative;
  margin: 1.5rem 0 3rem 0;
  height: 330px;
}
.news-container .news-box .news-image button {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

/*** front page - team slider ***/
.team-slider {
  position: relative;
  background-color: #000;
  padding: 30px;
}
.team-slider .team-slider-inner {
  position: relative;
  padding: 30px;
  border: 1px solid #D8D8D8;
}
.team-slider .team-slider-inner .team-heading {
  position: absolute;
  top: 60px;
  right: 0;
  left: 30px;
  z-index: 2;
}
.team-slider .team-slider-inner .team-heading h1 {
  position: relative;
  margin-top: -0.4rem;
  /* balance out space on top */
}
@media screen and (max-width: 1023px) {
  .team-slider .team-slider-inner .team-heading {
    position: relative;
    right: auto;
    left: auto;
    top: 0;
  }
  .team-slider .team-slider-inner .team-heading h1 {
    margin-top: 0;
    text-align: center;
  }
  .team-slider .team-slider-inner .team-heading h1 span {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .team-slider .team-slider-inner .team-slider-container .swiper-button-prev {
    left: 0;
  }
  .team-slider .team-slider-inner .team-slider-container .swiper-button-next {
    right: 0;
  }
}
.team-slider .team-slider-inner .team-slider-container .swiper-slide {
  position: relative;
  height: 80vh;
  background-size: auto 100%;
}
@media screen and (min-width: 1024px) {
  .team-slider .team-slider-inner .team-slider-container .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #000 20%, white 50%, #000 80%);
    z-index: -1;
  }
}
.team-slider .team-slider-inner .team-slider-container .swiper-slide .team-info-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.team-slider .team-slider-inner .team-slider-container .swiper-slide .team-info-wrap .team-info {
  margin-bottom: 2rem;
}
.team-slider .team-slider-inner .team-slider-container .swiper-slide .team-info-wrap .team-info h2 {
  color: white;
  font-size: 1.5rem;
  text-transform: uppercase;
  background-color: #000;
  padding: 1rem 2.5rem;
  border: 1px solid grey;
}
@media screen and (max-width: 1023px) {
  .team-slider {
    padding: 15px;
  }
  .team-slider .team-slider-inner {
    padding: 15px;
  }
}

/*** archive page - team ***/
.team-header {
  background-color: #000;
}
.team-content {
  padding-bottom: 5rem;
}
.team-content h2 {
  margin-top: 5rem;
  width: 100%;
  margin-bottom: 2rem;
}
.team-content h2:first-child {
  margin-top: 0;
}
.team-content .team-inner {
  width: calc(100% + 2rem);
  margin-bottom: -2rem;
  justify-content: center;
}
.team-content .team-inner .team-member-box {
  width: calc(25% - 2rem);
  min-width: 320px;
  margin-right: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
.team-content .team-inner .team-member-box .team-image {
  height: 300px;
}
.team-content .team-inner .team-member-box .team-image .bg-div {
  background-position-y: 10%;
}
.team-content .team-inner .team-member-box .team-title {
  flex: 1;
  text-align: center;
  padding: 1.2rem;
  border: 1px solid lightgrey;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.team-content .team-inner .team-member-box .team-title h3 {
  text-transform: uppercase;
}
.team-content .team-inner .team-member-box .team-title p {
  font-weight: 600;
  padding: 0.3rem 0 1rem 0;
}
.team-content .team-inner .team-member-box .team-title .email {
  border-top: 1px solid #D8D8D8;
  padding: 1rem 1rem 0 1rem;
  color: #C20F0F;
}
.team-content .team-inner .team-member-box .wis-button, .team-content .team-inner .team-member-box .woocommerce-account .woocommerce .woocommerce-MyAccount-content .button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .team-content .team-inner .team-member-box .button, .team-content .team-inner .team-member-box .woocommerce-cart .page-content .cart-collaterals .cart_totals .shipping .shipping-calculator-form button, .woocommerce-cart .page-content .cart-collaterals .cart_totals .shipping .shipping-calculator-form .team-content .team-inner .team-member-box button, .team-content .team-inner .team-member-box .return-to-shop .button.wc-backward, .return-to-shop .team-content .team-inner .team-member-box .button.wc-backward, .team-content .team-inner .team-member-box button.alt,
.team-content .team-inner .team-member-box input[type=button].alt,
.team-content .team-inner .team-member-box input[type=reset].alt,
.team-content .team-inner .team-member-box input[type=submit].alt,
.team-content .team-inner .team-member-box .button.alt, .team-content .team-inner .team-member-box .woocommerce .woocommerce-form-coupon .button[type=submit], .woocommerce .woocommerce-form-coupon .team-content .team-inner .team-member-box .button[type=submit] {
  align-self: flex-start;
}
.team-content .team-inner .team-member-box.staff .team-image {
  position: relative;
}
.team-content .team-info-text {
  padding-top: 1rem;
}

/*** single page - team ***/
.single-team-members-header {
  background-color: #000;
}
.single-team-members-header .bg-div {
  background-size: auto 100%;
}
.single-team-members-content {
  padding-top: 2rem;
  padding-bottom: 5rem;
}
.single-team-members-content .team-inner .team-column h3 {
  color: #8e8e8e;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.single-team-members-content .team-inner .team-column p {
  margin-bottom: 3rem;
  line-height: 1.4;
}
.single-team-members-content .team-inner .team-column.first {
  width: calc(25% - 2rem);
  min-width: 320px;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.single-team-members-content .team-inner .team-column.first .member-data {
  color: #C20F0F;
  font-weight: 700;
}
.single-team-members-content .team-inner .team-column.second {
  width: 75%;
}
.single-team-members-content .team-inner .team-column.second h3 {
  padding-bottom: 1rem;
  border-bottom: 1px solid #D8D8D8;
}
.single-team-members-content .team-inner .team-column.second p {
  margin-bottom: 5rem;
}
.single-team-members-content .team-inner .team-column.second ul {
  margin-bottom: 5rem;
}
.single-team-members-content .team-inner .team-column.second ul li {
  display: block;
  margin-top: 1rem;
  border-top: 1px solid #D8D8D8;
  padding-top: 1rem;
}
.single-team-members-content .team-inner .team-column.second ul li:first-of-type {
  margin: 0;
  border: none;
  padding: 0;
}

/*** front page & archive page - races ***/
.upcoming-races {
  background-color: #F7F7F7;
  padding: 5rem 0;
}
.upcoming-races .races-inner .races-inner-inner {
  width: calc(100% + 30px);
}
@media screen and (max-width: 1023px) {
  .upcoming-races .races-inner .races-inner-inner {
    width: 100%;
    flex-direction: column;
  }
}
.upcoming-races .races-inner .races-inner-inner .races-heading {
  position: relative;
  width: calc(40% - 30px);
  min-width: 320px;
  min-height: 500px;
  margin-right: 30px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .upcoming-races .races-inner .races-inner-inner .races-heading {
    width: calc(100% - 30px);
    margin-right: 0;
    padding: 0;
  }
}
.upcoming-races .races-inner .races-inner-inner .races-heading h1 {
  position: relative;
  margin-top: auto;
  margin-bottom: 30px;
  z-index: 2;
}
.upcoming-races .races-inner .races-inner-inner .races-heading .races-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(3 * 30px);
  width: calc(100% - (3 * 30px));
}
@media screen and (max-width: 767px) {
  .upcoming-races .races-inner .races-inner-inner .races-heading .races-image {
    left: calc(3 * 15px);
    width: calc(100% - (3 * 15px));
  }
}
.upcoming-races .races-inner .races-inner-inner .races-container {
  width: calc(60% - 30px);
  margin-right: 30px;
}
@media screen and (max-width: 1023px) {
  .upcoming-races .races-inner .races-inner-inner .races-container {
    margin-top: 15px;
    width: calc(100% - 30px);
    margin-right: 0;
    padding: 0;
  }
}
.upcoming-races .races-inner .races-inner-inner .races-container h3 {
  margin: 20px 0;
}
.upcoming-races .races-inner .races-inner-inner .races-container .race-box {
  border-top: 2px solid #D8D8D8;
  padding: 2rem 0 2rem 0;
  justify-content: space-between;
  align-items: center;
}
.upcoming-races .races-inner .races-inner-inner .races-container .race-box:last-child {
  border-bottom: 2px solid #D8D8D8;
}
.upcoming-races .races-inner .races-inner-inner .races-container .race-box .race-info-wrap {
  text-transform: uppercase;
  margin-right: 2rem;
}
.upcoming-races .races-inner .races-inner-inner .races-container .race-box .race-info-wrap .race-date {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.upcoming-races .races-inner .races-inner-inner .races-container .race-box .race-link {
  margin-top: 1rem;
  margin-left: auto;
}

/*** archive page - races ***/
.races .upcoming-races .races-inner .races-inner-inner .races-container {
  margin: 0 auto;
}

/*** single page - races ***/
.single-races-header.no-image {
  padding-bottom: 5rem;
}
.single-races-header.no-image h1 {
  margin-bottom: 2rem;
}
.single-races-header:not(.no-image) .header-info-wrap .header-info {
  width: 50%;
  transform: none;
}
.single-races-header .header-info-wrap {
  height: 100%;
  justify-content: space-between;
}
.single-races-header .header-info-wrap .header-info .race-date {
  display: inline-block;
  padding: 0 30px;
  font-weight: 600;
  line-height: 1.8;
  color: white;
  background-color: #C20F0F;
  border: 2px solid #C20F0F;
}
.single-races .header-content {
  width: 100%;
  transform: translateY(-25%);
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
}
.single-races-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.single-races-content .races-inner-inner {
  background-color: white;
  padding: 1.5rem 0;
  text-align: right;
  min-width: 250px;
}
.single-races-content .races-inner-inner h3 {
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0 2rem;
  margin-bottom: 1rem;
}
.single-races-content .races-inner-inner p {
  padding: 0 2rem 1.5rem 2rem;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 1.5rem;
}
.single-races-content .races-inner-inner p:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-races-content .link-wrap {
  text-align: right;
  margin-top: 2rem;
}

/*** front page - shop teaser ***/
.shop-teaser {
  padding-top: 5rem;
  padding-bottom: 5rem;
  /*** for product styling see _main-components - search results ***/
}
.shop-teaser h1 {
  margin-bottom: 3rem;
}
.shop-teaser .shop-page-link {
  text-align: right;
}

/*** archive page - news ***/
.news-archive-content {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

/*** single page - news ***/
.single-news-header {
  height: auto;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
}
.single-news-header .news-header-image-wrap {
  width: 60%;
  height: 500px;
}
.single-news-header .news-header-info-wrap {
  position: relative;
  width: 40%;
  margin-left: -5rem;
  z-index: 1;
}
.single-news-header .news-header-info-wrap .header-info {
  transform: none;
}
.single-news-header .news-header-info-wrap .header-info h1 span {
  font-size: 3rem;
  line-height: 5rem;
}
.single-news-content {
  padding-top: 2rem;
  padding-bottom: 5rem;
}
.single-news-content .news-inner .link-wrap {
  margin-top: 3rem;
  border-top: 1px solid #D8D8D8;
  padding-top: 3rem;
}

/*** archive page - galleries ***/
.galleries-header {
  padding-bottom: 1.5rem;
  background-color: #F7F7F7;
}
.galleries .bc-container {
  background-color: #F7F7F7;
}
.galleries .bc-container nav {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.galleries-content {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #F7F7F7;
}
.galleries-content .galleries-inner .galleries-container {
  width: calc(100% + 4rem);
  margin-bottom: -4rem;
}
@media screen and (max-width: 1023px) {
  .galleries-content .galleries-inner .galleries-container {
    width: calc(100% + 15px);
    margin-bottom: -15px;
  }
}
.galleries-content .galleries-inner .galleries-container .gallery-box {
  position: relative;
  width: calc(50% - 4rem);
  margin-right: 4rem;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .galleries-content .galleries-inner .galleries-container .gallery-box {
    width: calc(100% - 15px);
    max-width: 800px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .galleries-content .galleries-inner .galleries-container .gallery-box:nth-child(2n) {
    top: -5rem;
  }
}
.galleries-content .galleries-inner .galleries-container .gallery-box h3 {
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0;
  z-index: 2;
}
.galleries-content .galleries-inner .galleries-container .gallery-box h3 a {
  display: block;
  width: 100%;
}
.galleries-content .galleries-inner .galleries-container .gallery-box h3 a span {
  font-size: 2.5rem;
  line-height: 4.5rem;
}
.galleries-content .galleries-inner .galleries-container .gallery-box .gallery-image-wrap {
  height: 400px;
  margin: 0 0 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .galleries-content .galleries-inner .galleries-container .gallery-box .gallery-image-wrap {
    margin: 0 0 2rem 15px;
  }
}
.galleries-content .galleries-inner .galleries-container .gallery-box .link-wrap {
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .galleries-content .galleries-inner .galleries-container .gallery-box .link-wrap {
    margin-left: 15px;
  }
}

/*** single page - gallery ***/
.single-galleries {
  background-color: #F7F7F7;
}
.single-galleries-header.page-header.no-image {
  padding-bottom: 0;
}
.single-galleries-header.page-header.no-image .header-info {
  margin: 0 5rem;
  padding: 3rem 3rem 3rem 0;
  background-color: white;
}
.single-galleries-header.page-header.no-image .header-info h1 {
  margin-left: -5rem;
}
.single-galleries-content {
  padding-bottom: 5rem;
}
.single-galleries-content .galleries-inner {
  margin: 0 5rem 3rem 5rem;
  padding: 0 5rem 5rem 5rem;
  background-color: white;
}
.single-galleries-content .galleries-inner .gallery-view-wrap .gallery-swiper-container {
  height: 60vh;
  background-color: lightgrey;
  cursor: pointer;
}
.single-galleries-content .galleries-inner .gallery-view-wrap .gallery-swiper-container .bg-div {
  background-size: contain;
}
.single-galleries-content .galleries-inner .gallery-thumbnails-wrap {
  position: relative;
  margin-top: 1rem;
}
.single-galleries-content .galleries-inner .gallery-thumbnails-wrap .gallery-thumbnails-swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: 1rem;
}
.single-galleries-content .galleries-inner .gallery-thumbnails-wrap .gallery-thumbnails-swiper-container .swiper-slide .swiper-image {
  cursor: pointer;
  display: block;
  height: 150px;
  width: auto;
  object-fit: cover;
}
.single-galleries-content .galleries-inner .gallery-thumbnails-wrap .swiper-button-prev, .single-galleries-content .galleries-inner .gallery-thumbnails-wrap .swiper-button-next {
  color: #000;
}
.single-galleries-content .galleries-inner .gallery-thumbnails-wrap .swiper-button-prev {
  left: -3rem;
}
.single-galleries-content .galleries-inner .gallery-thumbnails-wrap .swiper-button-next {
  right: -3rem;
}
.single-galleries-content .link-wrap {
  margin-top: 3rem;
  padding: 0 5rem;
}
.single-galleries-content .link-wrap-inner {
  padding-top: 3rem;
  border-top: 1px solid #D8D8D8;
}

/*** archive page - sponsors ***/
.sponsors-content .sponsors-inner {
  padding-top: 2rem;
  padding-bottom: 6rem;
  width: calc(100% + 5rem);
  margin-bottom: -5rem;
  display: flex;
  justify-content: center;
}
.sponsors-content .sponsors-inner .sponsor-link {
  flex: 1;
  margin-right: 5rem;
  margin-bottom: 5rem;
  opacity: 0.6;
}
.sponsors-content .sponsors-inner .sponsor-link .sponsor-image {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}
.sponsors-content .sponsors-inner .sponsor-link .sponsor-image img {
  width: 100%;
  max-width: 200px;
  max-height: 200px;
}
.sponsors-content .sponsors-inner .sponsor-link:hover .sponsor-image {
  filter: grayscale(0);
}
.sponsors-content .sponsors-inner.special-sponsors .sponsor-link {
  width: calc(50% - 5rem);
}
.sponsors-content .sponsors-inner.special-sponsors .sponsor-link .sponsor-image img {
  max-width: 300px;
  max-height: 300px;
}

/*** archive page - podcast ***/
.podcast-header {
  background-color: #000;
}
.podcast-content {
  padding-bottom: 5rem;
}
.podcast-content h2 {
  margin-top: 5rem;
  width: 100%;
  margin-bottom: 2rem;
}
.podcast-content h2:first-child {
  margin-top: 0;
}
.podcast-content .podcast-inner {
  justify-content: center;
}
.podcast-content .podcast-inner .podcast-box {
  width: calc(100% - 2rem);
  max-width: 800px;
  margin-bottom: 2rem;
}
.podcast-content .podcast-inner .podcast-box:last-child {
  margin-bottom: 0;
}
.podcast-content .podcast-inner .podcast-box .podcast-image {
  width: 20%;
  height: 100px;
}
.podcast-content .podcast-inner .podcast-box .podcast-title {
  flex: 1;
  padding: 1.2rem;
  border: 1px solid lightgrey;
  border-right: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.podcast-content .podcast-inner .podcast-box .podcast-button {
  width: 10%;
  padding-right: 1.2rem;
  border: 1px solid lightgrey;
  border-left: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.podcast-content .podcast-inner .podcast-box .podcast-button i {
  font-size: 2.5rem;
  color: #C20F0F;
  transition: color 0.3s ease-out;
}
.podcast-content .podcast-inner .podcast-box .podcast-button i:hover {
  color: #D8D8D8;
}
.podcast-content .podcast-info-text {
  padding-top: 1rem;
}

/*** single page - podcast ***/
.single-podcast-header {
  background-color: #000;
}
.single-podcast-header .bg-div {
  background-size: auto 100%;
}
.single-podcast-content {
  padding-top: 2rem;
  padding-bottom: 5rem;
}
.single-podcast-content h1 {
  line-height: 1.1;
}
.single-podcast-content .iframe-container {
  margin-top: 3rem;
}

.link-wrap.transcript {
  display: flex;
  justify-content: flex-end;
}

/*** Transcript Single ***/
.single-transcripts .bc-container .link-wrap {
  margin-top: 30px;
}
.single-transcripts h1 {
  font-size: 2rem;
}
.single-transcripts .content-wrap {
  margin-bottom: 45px;
}
.single-transcripts .content-wrap ul li {
  margin-bottom: 5px;
}

/*** page - press ***/
.page-press-content h2 {
  margin-bottom: 1rem;
}
.page-press-content .press-downloads {
  padding-bottom: 5rem;
  width: calc(100% + 1rem);
  margin-bottom: -1rem;
  justify-content: flex-start;
}
.page-press-content .press-downloads .press-image {
  margin-right: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.page-press-content .press-downloads .press-image img {
  height: 100px;
}

/*** contact form ***/
.wpcf7 form p {
  max-width: 600px;
}
.wpcf7 form p label {
  width: 100%;
}
.wpcf7 form p label span {
  display: block;
  width: 100%;
}
.wpcf7 form p label span input {
  padding: 1rem;
  width: 100%;
  margin-bottom: 1rem;
}
.wpcf7 form p label span textarea {
  padding: 1rem;
  width: 100%;
  border: 1px solid #000;
  margin-bottom: 2rem;
}
.wpcf7 form p input[type=submit] {
  width: 100%;
  padding: 10px 20px;
  font-size: 1rem;
  color: white;
  background: #C20F0F;
  border: 1px solid #C20F0F;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.wpcf7 form p input[type=submit]:hover {
  color: #C20F0F;
  background: white;
}
.wpcf7 form p .ajax-loader::before {
  background-color: #000;
}

/*** link hub boxes - shortcode element ***/
.page-with-link-hub {
  background-color: #F7F7F7;
}

.link-hub-boxes {
  margin-top: 0;
  width: calc(100% + 2rem);
  margin-bottom: -3rem;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .link-hub-boxes {
    width: calc(100% + 15px);
    margin-bottom: -30px;
  }
}
.link-hub-boxes .link-hub-box {
  position: relative;
  padding-left: 3rem;
  width: calc(33.333% - 2rem);
  min-width: 450px;
  height: 300px;
  margin-right: 2rem;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .link-hub-boxes .link-hub-box {
    padding-left: 15px;
    width: calc(50% - 15px);
    min-width: auto;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .link-hub-boxes .link-hub-box {
    width: calc(100% - 15px);
    margin-bottom: 15px;
  }
}
.link-hub-boxes .link-hub-box h3 {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  z-index: 2;
}
.link-hub-boxes .link-hub-box h3 span {
  font-size: 2rem;
  line-height: 4rem;
}
.link-hub-boxes .link-hub-box:hover .bg-div {
  transform: scale(1.02);
}

/*** WooCommerce ***/
button.alt,
input[type=button].alt,
input[type=reset].alt,
input[type=submit].alt,
.button.alt,
.widget-area .widget a.button.alt {
  opacity: 1 !important;
}
button.alt:hover,
input[type=button].alt:hover,
input[type=reset].alt:hover,
input[type=submit].alt:hover,
.button.alt:hover,
.widget-area .widget a.button.alt:hover {
  opacity: 1 !important;
  color: #C20F0F;
  background-color: white;
  border: 2px solid #C20F0F;
}

.shop-content {
  align-items: center;
}
.shop-content form.category-menu,
.shop-content form.woocommerce-ordering {
  position: relative;
}
.shop-content form.category-menu:before,
.shop-content form.woocommerce-ordering:before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  color: #000;
  right: 15px;
  top: 15px;
  z-index: -1;
}
.shop-content .storefront-sorting {
  width: calc(100% + 3rem);
  margin: 0;
  justify-content: flex-start;
  align-items: center;
}
.shop-content .storefront-sorting .category-menu,
.shop-content .storefront-sorting .woocommerce-ordering {
  width: calc(50% - 1.5rem);
  padding-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
  height: 60px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .shop-content .storefront-sorting .category-menu,
.shop-content .storefront-sorting .woocommerce-ordering {
    width: 100%;
    padding-left: 0;
    margin-right: 0;
  }
}
.shop-content .storefront-sorting .category-menu select,
.shop-content .storefront-sorting .woocommerce-ordering select {
  width: 100%;
  background: #F7F7F7;
}
.shop-content .storefront-sorting .category-menu select option,
.shop-content .storefront-sorting .woocommerce-ordering select option {
  padding: 10px 30px 10px 10px;
}
.shop-content .storefront-sorting .category-menu:before,
.shop-content .storefront-sorting .woocommerce-ordering:before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  right: 1.5rem;
  top: 18px;
  color: #000;
}
.shop-content .storefront-sorting .woocommerce-result-count {
  margin-left: 1.5rem;
  width: 100%;
}
.shop-content .storefront-sorting .woocommerce-pagination {
  width: 100%;
}
.shop-content .storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers {
  border: 1px solid #000;
  padding: 0.5rem 1rem;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
.shop-content .storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers.current, .shop-content .storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers:hover {
  color: white;
  background-color: #C20F0F;
  border: 1px solid #C20F0F;
}

.tax-product_cat .shop-content .storefront-sorting {
  justify-content: flex-end;
}
.tax-product_cat .shop-content .woocommerce-result-count {
  text-align: right;
  margin-right: 1.5rem;
}

/*** product list - archive and related ***/
.shop-content ul.products,
.site-main ul.products,
* ul.products {
  margin-top: 4rem;
  width: calc(100% + 3rem);
  /* storefront override */
}
.shop-content ul.products.columns-3 li.product,
.site-main ul.products.columns-3 li.product,
* ul.products.columns-3 li.product {
  float: none;
  width: calc(25% - 1.5rem);
  min-width: 320px;
  margin-right: 1.5rem;
}
.shop-content ul.products.columns-3 li.product.last,
.site-main ul.products.columns-3 li.product.last,
* ul.products.columns-3 li.product.last {
  margin-right: 1.5rem !important;
}
.shop-content ul.products li.product,
.site-main ul.products li.product,
* ul.products li.product {
  position: relative;
  width: calc(25% - 1.5rem);
  max-width: 400px;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
}
.shop-content ul.products li.product .title-link,
.site-main ul.products li.product .title-link,
* ul.products li.product .title-link {
  flex: 1;
}
.shop-content ul.products li.product .title-link h2.woocommerce-loop-product__title,
.site-main ul.products li.product .title-link h2.woocommerce-loop-product__title,
* ul.products li.product .title-link h2.woocommerce-loop-product__title {
  height: 100%;
  padding: 0.8rem;
  background-color: #1D1D1D;
  color: white;
  border: 1px solid #000;
  border-top: none;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.shop-content ul.products li.product .title-link h2.woocommerce-loop-product__title span,
.site-main ul.products li.product .title-link h2.woocommerce-loop-product__title span,
* ul.products li.product .title-link h2.woocommerce-loop-product__title span {
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6rem;
  transition: color 0.3s ease-in-out;
}
.shop-content ul.products li.product .title-link h2.woocommerce-loop-product__title:hover,
.site-main ul.products li.product .title-link h2.woocommerce-loop-product__title:hover,
* ul.products li.product .title-link h2.woocommerce-loop-product__title:hover {
  background-color: white;
}
.shop-content ul.products li.product .title-link h2.woocommerce-loop-product__title:hover span,
.site-main ul.products li.product .title-link h2.woocommerce-loop-product__title:hover span,
* ul.products li.product .title-link h2.woocommerce-loop-product__title:hover span {
  color: #000;
}
.shop-content ul.products li.product a.woocommerce-loop-product__link,
.site-main ul.products li.product a.woocommerce-loop-product__link,
* ul.products li.product a.woocommerce-loop-product__link {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.shop-content ul.products li.product a.woocommerce-loop-product__link .img-wrap,
.site-main ul.products li.product a.woocommerce-loop-product__link .img-wrap,
* ul.products li.product a.woocommerce-loop-product__link .img-wrap {
  border: 1px solid #1D1D1D;
}
.shop-content ul.products li.product a.woocommerce-loop-product__link .img-wrap img,
.site-main ul.products li.product a.woocommerce-loop-product__link .img-wrap img,
* ul.products li.product a.woocommerce-loop-product__link .img-wrap img {
  margin: 0;
}
.shop-content ul.products li.product .onsale,
.site-main ul.products li.product .onsale,
* ul.products li.product .onsale {
  position: absolute;
  top: 0;
  left: 1.5rem;
  background-color: #C20F0F;
  color: white;
  border: none;
  border-radius: 0;
  padding: 3px 30px;
  font-size: 1.1rem;
  line-height: 1.8rem;
}
.shop-content ul.products li.product .onsale + .price ins,
.site-main ul.products li.product .onsale + .price ins,
* ul.products li.product .onsale + .price ins {
  color: #C20F0F;
  font-weight: 600;
}
.shop-content ul.products li.product .price,
.site-main ul.products li.product .price,
* ul.products li.product .price {
  padding: 1rem;
  width: 100%;
  font-size: 1.1rem;
  border: 1px solid #1D1D1D;
  border-top: none;
  margin: 0;
  text-align: left;
}
.shop-content ul.products li.product .link-wrap,
.site-main ul.products li.product .link-wrap,
* ul.products li.product .link-wrap {
  position: relative;
}
.shop-content ul.products li.product .link-wrap .button,
.site-main ul.products li.product .link-wrap .button,
* ul.products li.product .link-wrap .button {
  position: absolute;
  right: 0;
  top: -45px;
  text-align: center;
  color: #C20F0F;
  font-size: 1.4rem;
  padding: 0 15px;
}
.shop-content ul.products li.product .link-wrap .button i,
.site-main ul.products li.product .link-wrap .button i,
* ul.products li.product .link-wrap .button i {
  font-weight: 700;
  transition: font-weight 0.3s ease-in-out;
}
.shop-content ul.products li.product .link-wrap .button span,
.site-main ul.products li.product .link-wrap .button span,
* ul.products li.product .link-wrap .button span {
  display: none;
}
.shop-content ul.products li.product .link-wrap .button:hover i,
.site-main ul.products li.product .link-wrap .button:hover i,
* ul.products li.product .link-wrap .button:hover i {
  font-weight: 300;
}
.shop-content ul.products li.product .link-wrap .added_to_cart,
.site-main ul.products li.product .link-wrap .added_to_cart,
* ul.products li.product .link-wrap .added_to_cart {
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.8rem;
  padding: 0 25px;
  background-color: #1D1D1D;
  border: 2px solid #1D1D1D;
  border-top: 1px solid #1D1D1D;
  transition: all 0.3s ease-in-out;
}
.shop-content ul.products li.product .link-wrap .added_to_cart:after,
.site-main ul.products li.product .link-wrap .added_to_cart:after,
* ul.products li.product .link-wrap .added_to_cart:after {
  content: unset;
}
.shop-content ul.products li.product .link-wrap .added_to_cart:hover,
.site-main ul.products li.product .link-wrap .added_to_cart:hover,
* ul.products li.product .link-wrap .added_to_cart:hover {
  color: #000;
  background-color: white;
}

/*** single product ***/
.single-product div.product {
  position: relative;
}
.single-product div.product .onsale {
  position: absolute;
  top: 0;
  left: 30px;
  border-radius: 0;
  color: white;
  background-color: #C20F0F;
  border: none;
  font-size: 1.5rem;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .single-product div.product .woocommerce-product-gallery {
    width: calc(60% - 4rem);
    margin-right: 4rem;
  }
}
@media screen and (max-width: 1023px) {
  .single-product div.product .woocommerce-product-gallery {
    max-width: 400px;
    margin: 0 auto 3rem auto;
  }
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 0;
  right: 0;
  background-color: white;
  text-indent: 0;
  transition: all 0.3s ease-in-out;
  font-size: 0;
  overflow: visible;
  z-index: 1 !important;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  content: unset;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2rem;
  font-weight: 400;
  padding: 5px;
  color: #000;
  line-height: 2;
  border: 1px solid #1D1D1D;
  transition: all 0.3s ease-in-out;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover:after {
  border: 1px solid #C20F0F;
  color: #C20F0F;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image .wp-post-image {
  max-height: 630px;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .single-product div.product .summary {
    width: 40%;
  }
}
.single-product div.product .summary h1 span {
  font-size: 3rem;
  line-height: 5rem;
}
.single-product div.product .summary .product-price .amount-wrap {
  display: inline-block;
  color: #C20F0F;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.single-product div.product .summary .product-price .price-add-info {
  font-size: 0.9rem;
}
.single-product div.product .summary .woocommerce-product-details__wis-description {
  margin: 2.5rem 0 1rem 0;
}
.single-product div.product .summary form.variations_form.cart table.variations label {
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 600;
}
.single-product div.product .summary form.variations_form.cart table.variations .value {
  width: 100%;
  position: relative;
}
.single-product div.product .summary form.variations_form.cart table.variations .value:before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  right: 1.5rem;
  top: 13px;
  color: #000;
  z-index: -1;
}
.single-product div.product .summary form.variations_form.cart table.variations .value select {
  max-width: 100%;
  background-color: transparent;
}
.single-product div.product .summary form.variations_form.cart table.variations .value .reset_variations {
  margin-top: 1rem;
  float: right;
  font-size: 0.9rem;
  transition: color 0.3s ease-in-out;
}
.single-product div.product .summary form.variations_form.cart table.variations .value .reset_variations:hover {
  color: #C20F0F;
}
.single-product div.product .summary form.variations_form.cart .single_variation_wrap .woocommerce-variation-price {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.single-product div.product .summary form.variations_form.cart .single_variation_wrap .woocommerce-variation-price .price {
  color: #C20F0F;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.single-product div.product .summary form.variations_form.cart .single_variation_wrap .woocommerce-variation-price a {
  text-decoration: underline;
}
.single-product div.product .summary form.variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
  padding-top: 0;
  display: flex;
}
.single-product div.product .summary form.variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity .qty {
  padding: 1rem;
  border: 1px solid #000;
  margin-bottom: 0;
}
.single-product div.product .summary > form.cart:not(.variations_form) {
  display: flex;
}
.single-product div.product .product_meta {
  border-top: none;
  text-align: right;
}
.single-product div.product .woocommerce-tabs {
  padding-top: 0;
  margin-bottom: 2rem;
}
.single-product div.product .woocommerce-tabs .tabs {
  width: 33.333%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .single-product div.product .woocommerce-tabs .tabs {
    width: 100%;
  }
}
.single-product div.product .woocommerce-tabs .tabs li {
  padding-left: 1rem;
  border: 1px solid #000;
  margin-bottom: 1rem;
  overflow: hidden;
}
.single-product div.product .woocommerce-tabs .tabs li:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 25px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .single-product div.product .woocommerce-tabs .tabs li:after {
    position: absolute;
    right: 15px;
    z-index: -1;
  }
}
.single-product div.product .woocommerce-tabs .panel {
  width: calc(66.666% - 4rem);
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .single-product div.product .woocommerce-tabs .panel {
    width: 100%;
    margin-left: 0;
  }
}
.single-product div.product .woocommerce-tabs #tab-description {
  max-width: 100%;
}
.single-product .related.products > h2 span {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .single-product .related.products > h2 {
    margin-top: 5rem;
    margin-bottom: 0;
  }
}
.single-product .related.products ul.products {
  width: 100%;
}

/*** cart ***/
.return-to-shop .button.wc-backward {
  text-decoration: none !important;
}

.woocommerce-cart {
  background-color: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .page-content {
    max-width: 500px;
  }
}
.woocommerce-cart .page-content .woocommerce-cart-form table tbody {
  background-color: #F7F7F7;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .page-content .woocommerce-cart-form table tbody tr.cart_item {
    border-top: 1px solid #1D1D1D;
  }
  .woocommerce-cart .page-content .woocommerce-cart-form table tbody tr.cart_item:first-of-type {
    border: none;
  }
}
.woocommerce-cart .page-content .woocommerce-cart-form table tbody tr td {
  border-top: none;
}
.woocommerce-cart .page-content .woocommerce-cart-form table tbody tr td.product-quantity {
  background-color: white;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .page-content .woocommerce-cart-form table tbody tr td.product-quantity {
    max-width: 81px;
  }
}
.woocommerce-cart .page-content .woocommerce-cart-form table tbody tr td.product-thumbnail {
  background-color: white;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .page-content .woocommerce-cart-form table tbody tr td.product-thumbnail img {
    margin-right: 0;
    max-width: 100px;
  }
}
.woocommerce-cart .page-content .woocommerce-cart-form table tbody tr td.product-name {
  background-color: white;
}
.woocommerce-cart .page-content .woocommerce-cart-form table tbody tr td.product-name a {
  text-decoration: none !important;
  font-weight: 600;
}
.woocommerce-cart .page-content .woocommerce-cart-form table tbody tr td.product-price {
  background-color: white;
}
.woocommerce-cart .page-content .woocommerce-cart-form table tbody tr td.product-subtotal {
  max-width: 150px;
  background-color: #F7F7F7;
  font-size: 0.875rem;
}
.woocommerce-cart .page-content .woocommerce-cart-form table tbody tr td.product-subtotal > .woocommerce-Price-amount {
  color: #C20F0F;
  font-weight: 600;
  font-size: 1.5rem;
}
.woocommerce-cart .page-content .woocommerce-cart-form table tbody tr td.product-remove {
  padding: 4rem 2rem 4rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .page-content .woocommerce-cart-form table tbody tr td.product-remove {
    padding: 0 2rem 6rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .page-content .woocommerce-cart-form table tbody tr td.product-remove a.remove {
    position: static;
    width: auto;
    height: auto;
    text-indent: unset;
    font-size: 1rem;
  }
  .woocommerce-cart .page-content .woocommerce-cart-form table tbody tr td.product-remove a.remove:before {
    position: relative;
    top: 3px;
    padding-right: 0.5rem;
  }
}
.woocommerce-cart .page-content .woocommerce-cart-form table tbody tr td.product-remove a.remove:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #D8D8D8;
  transition: color 0.3s ease-in-out;
}
.woocommerce-cart .page-content .woocommerce-cart-form table tbody tr td.product-remove a.remove:hover:before {
  color: #C20F0F;
}
.woocommerce-cart .page-content .woocommerce-cart-form table tbody tr td.actions {
  background-color: #F7F7F7;
}
.woocommerce-cart .page-content .woocommerce-cart-form table tbody tr td.actions .coupon {
  padding: 2rem;
  float: none;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .page-content .woocommerce-cart-form table tbody tr td.actions .coupon {
    padding: 1rem;
  }
}
.woocommerce-cart .page-content .woocommerce-cart-form table tbody tr td.actions button[name=update_cart] {
  float: left;
  padding: 2rem;
}
.woocommerce-cart .page-content .woocommerce-cart-form table tbody tr td.actions button[name=update_cart] i {
  margin-right: 1rem;
}
.woocommerce-cart .page-content .woocommerce-cart-form table tbody tr td.actions button[aria-disabled=true] {
  opacity: 0 !important;
}
.woocommerce-cart .page-content .woocommerce-cart-form table tbody tr td.actions button[aria-disabled=false] {
  opacity: 1 !important;
  color: #C20F0F;
}
.woocommerce-cart .page-content .woocommerce-cart-form table tbody tr.jde_hint td.actions {
  padding-top: 1rem;
  padding-left: 2rem;
  text-align: left;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals tr {
  border-bottom: 1px solid #1D1D1D;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals tr:last-child {
  border: none;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals tr th, .woocommerce-cart .page-content .cart-collaterals .cart_totals tr td {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .page-content .cart-collaterals .cart_totals tr th, .woocommerce-cart .page-content .cart-collaterals .cart_totals tr td {
    padding: 1rem;
  }
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .cart-subtotal .amount {
  font-weight: 600;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .shipping #shipping_method li {
  margin-bottom: 1rem;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .shipping #shipping_method li .wgm-tax,
.woocommerce-cart .page-content .cart-collaterals .cart_totals .shipping #shipping_method li .shipping-method-delivery-time {
  font-size: 0.875rem;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .shipping .shipping-calculator-button {
  font-weight: 600;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .shipping .shipping-calculator-form .select2-selection__rendered {
  text-align: left;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals h2 {
  display: none;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
  font-size: 1.3rem;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:after {
  content: unset;
}

/*** cart & checkout ***/
.order-total td {
  font-size: 0.875rem;
}
.order-total td strong > .woocommerce-Price-amount, .order-total td nav.breadcrumb .current-page > .woocommerce-Price-amount, nav.breadcrumb .order-total td .current-page > .woocommerce-Price-amount {
  color: #C20F0F;
  font-weight: 600;
  font-size: 1.5rem;
}

.woocommerce small.includes_tax {
  display: block;
}

#shipping_method li label {
  position: relative;
  display: inline-block;
  margin-left: 0;
  padding-left: 35px;
  cursor: pointer;
}
#shipping_method li label:before {
  position: absolute;
  top: -2px;
  left: 0;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2rem;
  margin-right: 1rem;
}
#shipping_method li input[type=radio] {
  display: none;
}
#shipping_method li input[type=radio]:checked + label:before {
  content: "";
}
#shipping_method li .shipping-method-delivery-time {
  padding-left: 35px;
}

/*** checkout ***/
body.woocommerce-checkout {
  background-color: #F7F7F7;
}
body.woocommerce-checkout form.woocommerce-checkout {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  body.woocommerce-checkout form.woocommerce-checkout #customer_details {
    width: calc(50% - 2%);
    margin-right: 4%;
  }
  body.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
    width: calc(50% - 2%);
  }
  body.woocommerce-checkout form.woocommerce-checkout #order_review {
    width: calc(50% - 2%);
  }
}
body.woocommerce-checkout form.woocommerce-checkout #order_review table {
  margin-bottom: 0;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review table thead {
  display: none;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review table tbody .cart_item {
  border-bottom: 1px solid #1D1D1D;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review table tbody .cart_item .product-name {
  width: 50%;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review table tbody .cart_item:last-child {
  border: none;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review table tbody .cart_item:last-child td {
  border-bottom: 4rem solid #F7F7F7;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review table tfoot {
  padding-top: 2rem;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review table tfoot th {
  background-color: #F7F7F7;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
  padding-bottom: 3rem;
  background-color: #F7F7F7;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods li {
  background-color: white;
  border-bottom: 1px solid #000;
  margin: 0;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods li:last-child {
  border: none;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods li .payment_box {
  background-color: #F7F7F7;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
  margin-top: 0;
  background-color: transparent;
  padding: 0;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review h3 {
  width: 100%;
  background-color: #F7F7F7;
  margin: 0;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  border-top: 2rem solid #F7F7F7;
  border-bottom: 4rem solid #F7F7F7;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-name dl {
  margin-bottom: -1rem;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-total .wgm-tax {
  font-size: 0.875rem;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .shipping-method-delivery-time {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-privacy-policy-text,
body.woocommerce-checkout form.woocommerce-checkout #order_review .validate-required {
  padding: 1.5rem 1.5rem 0 1.5rem;
  font-size: 1rem;
  margin-bottom: 0;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-privacy-policy-text.form-row.woocommerce-invalid input.input-checkbox,
body.woocommerce-checkout form.woocommerce-checkout #order_review .validate-required.form-row.woocommerce-invalid input.input-checkbox {
  outline: none;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review .validate-required {
  padding-left: 50px;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review .validate-required label.checkbox [type=checkbox] + span {
  padding: 0;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review .validate-required label.checkbox [type=checkbox] + span:after {
  top: 2px;
  right: auto;
  left: -25px;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review #place_order {
  margin: 1.5rem;
  font-size: 1.2rem;
  float: right;
}

/* checkout payment icons checkboxes */
#payment .payment_methods > .woocommerce-PaymentMethod > label::before,
#payment .payment_methods > .wc_payment_method > label::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2rem;
  font-weight: 400;
  margin-right: 1rem;
}

#payment .payment_methods li.woocommerce-PaymentMethod > input[type=radio]:first-child:checked + label::before,
#payment .payment_methods li.wc_payment_method > input[type=radio]:first-child:checked + label::before {
  content: "";
  color: #000;
}

/*** order success ***/
.woocommerce-order .woocommerce-notice {
  width: 100%;
  max-width: 100%;
}
.woocommerce-order .woocommerce-order-overview {
  width: calc(50% - 2%);
  margin-right: 4%;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .woocommerce-order .woocommerce-order-overview {
    width: 100%;
    margin-right: 0;
  }
}
.woocommerce-order .woocommerce-order-overview li {
  padding: 1rem 2rem;
  border-bottom: none;
  margin-bottom: 0;
}
.woocommerce-order .woocommerce-order-overview li:first-child {
  padding-top: 2rem;
}
.woocommerce-order .woocommerce-order-overview li:last-child {
  padding-bottom: 2rem;
}
.woocommerce-order .woocommerce-order-details {
  position: relative;
  width: calc(50% - 2%);
  z-index: 1;
}
@media screen and (min-width: 1920px) {
  .woocommerce-order .woocommerce-order-details {
    margin-top: -11rem;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-order .woocommerce-order-details {
    width: 100%;
    margin-right: 0;
  }
}
.woocommerce-order .woocommerce-order-details .link-wrap {
  text-align: right;
}
.woocommerce-order .woocommerce-order-details .wgm-tax {
  font-size: 0.875rem;
}

/*** checkout & my account ***/
.woocommerce-billing-fields p,
.woocommerce-address-fields p,
.woocommerce-EditAccountForm p {
  margin-bottom: 1rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .woocommerce-billing-fields .form-row-first,
.woocommerce-address-fields .form-row-first,
.woocommerce-EditAccountForm .form-row-first {
    width: calc(50% - 2%);
    margin-right: 4%;
  }
  .woocommerce-billing-fields .form-row-last,
.woocommerce-address-fields .form-row-last,
.woocommerce-EditAccountForm .form-row-last {
    width: calc(50% - 2%);
  }
}
.woocommerce-billing-fields button,
.woocommerce-address-fields button,
.woocommerce-EditAccountForm button {
  margin-top: 2rem;
}

.woocommerce-order-details .product-name {
  font-size: 1rem;
}
.woocommerce-order-details .product-name a {
  display: block;
  font-size: 1.1rem;
}
.woocommerce-order-details .product-tax {
  display: block;
  font-size: 0.875rem;
}
.woocommerce-order-details table thead {
  display: none;
}
.woocommerce-order-details table tbody tr td {
  width: 50%;
  padding: 0.5rem 2rem;
}
.woocommerce-order-details table tbody tr td .product-tax {
  display: block;
  font-size: 0.875rem;
}
.woocommerce-order-details table tbody tr td li {
  margin-bottom: 0;
}
.woocommerce-order-details table tbody tr:first-child td {
  padding-top: 2rem;
}
.woocommerce-order-details table tbody tr:last-child td {
  padding-bottom: 2rem;
}
.woocommerce-order-details table tfoot th, .woocommerce-order-details table tfoot td {
  background-color: #F7F7F7;
  padding: 0.5rem 2rem;
}
.woocommerce-order-details table tfoot th .wgm-tax, .woocommerce-order-details table tfoot td .wgm-tax {
  font-size: 0.875rem;
}
.woocommerce-order-details table tfoot tr:first-child th, .woocommerce-order-details table tfoot tr:first-child td {
  padding-top: 2rem;
}
.woocommerce-order-details table tfoot tr:last-child td > .amount {
  color: #C20F0F;
  font-size: 1.5rem;
  font-weight: 600;
}

.woocommerce-customer-details {
  padding-top: 2rem;
  width: 100%;
}
.woocommerce-customer-details .addresses {
  padding-top: 0;
  width: calc(104%);
  padding-bottom: 0;
  margin-bottom: -2rem;
}
.woocommerce-customer-details .addresses .col-1,
.woocommerce-customer-details .addresses .col-2 {
  width: 46%;
  margin-bottom: 2rem;
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .woocommerce-customer-details .addresses .col-1,
.woocommerce-customer-details .addresses .col-2 {
    margin-top: 1rem;
    width: 100%;
  }
}
.woocommerce-customer-details .addresses .col-1 address,
.woocommerce-customer-details .addresses .col-2 address {
  margin-bottom: 0;
}

/*** my account ***/
#customer_login h2 span {
  font-size: 2rem;
}
#customer_login .woocommerce-privacy-policy-text {
  font-size: 1rem;
}
#customer_login .wis-button, #customer_login .woocommerce-account .woocommerce .woocommerce-MyAccount-content .button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content #customer_login .button, #customer_login .woocommerce .woocommerce-form-coupon .button[type=submit], .woocommerce .woocommerce-form-coupon #customer_login .button[type=submit], #customer_login button.alt,
#customer_login input[type=button].alt,
#customer_login input[type=reset].alt,
#customer_login input[type=submit].alt,
#customer_login .button.alt, #customer_login .return-to-shop .button.wc-backward, .return-to-shop #customer_login .button.wc-backward, #customer_login .woocommerce-cart .page-content .cart-collaterals .cart_totals .shipping .shipping-calculator-form button, .woocommerce-cart .page-content .cart-collaterals .cart_totals .shipping .shipping-calculator-form #customer_login button {
  display: block;
  margin-top: 2rem;
  margin-left: auto;
  text-align: right;
}
#customer_login .lost_password {
  margin-top: 3rem;
}

.woocommerce-account {
  background-color: #F7F7F7;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  float: none;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  padding: 1rem;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none !important;
  font-weight: 600;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:before {
  order: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  float: none;
  transition: all 0.3s ease-in-out;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  position: relative;
  float: none;
  margin-top: 1rem;
  background-color: white;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > p {
  padding-right: 150px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 {
  width: 100%;
  padding-right: 35px;
  margin-bottom: 2rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content header {
  position: relative;
  margin-top: 1rem;
  height: auto;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content header a.edit {
  position: absolute;
  top: 5px;
  right: 0;
  margin: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button {
  text-decoration: none !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  padding: 0;
  background-color: transparent;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
  margin: 2rem 0 2rem 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm button {
  margin-top: 2rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table thead th {
  background-color: #000;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table thead th:last-child {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody tr:first-child td {
    padding-top: 2.5rem;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody tr td:last-child {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody tr td:last-child {
    max-width: 123px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .button:after {
  display: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .link-wrap {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details > h2 {
  margin: 2rem 0 1rem 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table tbody tr:last-child td {
  padding-bottom: 3rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table tfoot tr:last-child td {
  padding-bottom: 2rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details h2 {
  font-size: 1.5rem;
}

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