@charset "UTF-8";
/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
a {
  transition: all 0.25s ease-in-out;
}

html > body > * {
  -webkit-font-smoothing: antialiased;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
  padding: 20px;
  background: #2d3543;
  position: relative;
  z-index: 7;
}
#masthead .wrap-max {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (min-width: 62em) {
  #masthead {
    /* 992px */
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.header-logo {
  position: relative;
  top: 0;
  transition: all 0.35s ease-in-out;
  max-width: 240px !important;
}
@media screen and (min-width: 47.9375em) {
  .header-logo {
    /* 767px */
    max-width: 379px !important;
  }
}
.header-logo:hover {
  top: -5px;
}

.toplinks {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  width: 100%;
  padding: 0;
  margin: 1em 0 0 0;
  list-style: none;
  display: inline-block;
}
@media screen and (min-width: 47.9375em) {
  .toplinks {
    /* 767px */
    text-align: right;
    position: absolute;
    top: -10px;
    right: 0;
  }
}
@media screen and (min-width: 54.375em) {
  .toplinks {
    /* 870px */
    position: relative;
    top: auto;
    right: -10px;
    margin-top: 0;
  }
}
@media screen and (min-width: 62em) {
  .toplinks {
    /* 992px */
    top: -30px;
  }
}
.toplinks li {
  margin: 0;
  padding: 0;
  float: left;
  width: 33.3333%;
  text-align: center;
}
@media screen and (min-width: 47.9375em) {
  .toplinks li {
    /* 767px */
    float: none;
    width: auto;
    display: inline-block;
    padding: 0 0.45em;
  }
}
@media screen and (min-width: 62em) {
  .toplinks li {
    /* 992px */
  }
}

.toplinks__account {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
@media screen and (min-width: 54.375em) {
  .toplinks__account {
    /* 870px */
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.toplinks__account:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: #fff;
  text-decoration: none;
}

.main-navigation {
  display: none;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 54.375em) {
  .main-navigation {
    /* 870px */
    display: block;
    text-align: right;
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 54.375em) {
  .main-navigation li {
    /* 870px */
    display: inline-block;
    margin-left: 0.5em;
  }
}
@media screen and (min-width: 62em) {
  .main-navigation li {
    /* 992px */
    margin-left: 1em;
  }
}
.main-navigation li a {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
}
.main-navigation li a:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 54.375em) {
  .main-navigation li a {
    /* 870px */
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 62em) {
  .main-navigation li a {
    /* 992px */
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.main-navigation li.current-menu-item a, .main-navigation li.current_page_item a, .main-navigation li.current_page_parent a, .main-navigation li.current-page-ancestor a, .main-navigation li.current-product-parent a {
  color: #fff;
  border-color: #fff;
}
.main-navigation li.current-menu-item a:hover, .main-navigation li.current_page_item a:hover, .main-navigation li.current_page_parent a:hover, .main-navigation li.current-page-ancestor a:hover, .main-navigation li.current-product-parent a:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.single-product .main-navigation li.nav-courses a,
.tax-product_cat .main-navigation li.nav-courses a {
  color: #2d3543;
}

.single-post .main-navigation li.nav-resources a {
  color: #2d3543;
}

#menu-toggle {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  float: right;
  margin-right: 10px;
  display: inline-block;
  padding: 20px 48px 20px 20px;
  position: absolute;
  top: 25px;
  right: 0;
  font-weight: 600;
}
@media screen and (min-width: 47.9375em) {
  #menu-toggle {
    /* 767px */
    top: 40px;
  }
}
#menu-toggle span#menu-toggle-inner {
  display: none;
}
#menu-toggle:after, #menu-toggle:before {
  content: "";
  width: 20px;
  height: 2px;
  border-top: 2px solid #fff;
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 20px;
  transition: all 0.25s ease-in-out;
}
#menu-toggle:after {
  top: auto;
  bottom: 22px;
}
#menu-toggle:hover {
  text-decoration: none;
}
@media screen and (min-width: 54.375em) {
  #menu-toggle {
    /* 870px */
    display: none;
  }
}

.overflow-off {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
.overflow-off body {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.menu-active {
  /*.toplinks {
    opacity: 0;
    @include em-min-width($query__bb_tablet) {
      opacity: 1;
    }
  }*/
}
.menu-active #masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #2d3543;
}
.menu-active .main-navigation {
  display: block;
  margin-top: 40px;
}
.menu-active .main-navigation ul {
  text-align: center;
  margin-top: 20px;
  padding: 0 0 100px 0;
  position: relative;
  z-index: 8;
}
.menu-active .main-navigation ul ul {
  padding-bottom: 0;
}
.menu-active .main-navigation ul li {
  display: block;
  padding: 13px 0;
}
.menu-active #menu-toggle:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  right: 20px;
  top: 24px;
}
.menu-active #menu-toggle:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  top: 10px;
}

@media screen and (min-width: 54.375em) {
  /* 870px */
  .masthead__inner {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .masthead__inner .site-branding,
.masthead__inner .header-toggle {
    display: table-cell;
    vertical-align: middle;
  }
  .masthead__inner .site-branding {
    width: 20%;
  }
}
.sub-menu {
  display: none;
}

@media screen and (min-width: 54.375em) {
  /* 870px */
  .menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    display: inline-block;
    margin-left: 2px;
  }

  .menu-item-has-children:hover:after {
    color: #2d3543;
  }
  .menu-item-has-children:hover .sub-menu {
    display: block;
    float: left;
    background: #000;
    position: absolute;
    top: 100%;
    left: 0;
    width: 225px;
    text-align: left;
    padding: 10px 0;
    margin: 0;
  }
  .menu-item-has-children:hover .sub-menu li {
    display: block;
    padding: 0;
    margin: 0;
  }
  .menu-item-has-children:hover .sub-menu li a {
    padding: 5px 20px;
    margin: 0;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .menu-item-has-children:hover .sub-menu li a:hover {
    color: #2d3543;
  }
}
body #wcc-switcher-style-04 {
  width: auto;
}
body #wcc-switcher-style-04 .wcc-crnt-currency {
  opacity: 0;
  position: absolute;
  top: 0;
}

body #wcc-currency-modal .wcc-currency-modal-content {
  width: 250px;
}
@media screen and (min-width: 62em) {
  body #wcc-currency-modal .wcc-currency-modal-content {
    /* 992px */
    padding: 30px;
    width: 350px;
  }
}
body .wcc-wrapper {
  margin-top: 0;
}

.toplinks__switcher {
  position: relative;
}

.toplinks-switch {
  border: 1px solid transparent;
  box-sizing: content-box;
  width: 24px;
  height: 13px;
  display: inline-block;
  margin: 0 7px;
  opacity: 0.8;
}
@media screen and (min-width: 54.375em) {
  .toplinks-switch {
    /* 870px */
    position: relative;
    top: 3px;
  }
}
.toplinks-switch.switch--active {
  border-color: white;
  opacity: 1;
}

.switch--gbp {
  background: url(../img/UK.png) 0 0 no-repeat;
  background-size: cover;
}

.switch--usd {
  background: url(../img/US.png) 0 0 no-repeat;
  background-size: cover;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-menu .fl-menu ul li {
  transition: all 0.25s ease-in-out;
}
.footer-menu .fl-menu ul li:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .footer-menu .fl-menu ul li {
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    display: inline-block;
  }
  .footer-menu .fl-menu ul li:last-of-type {
    border: none;
  }
}

.footer-signup .fl-button.pp-button {
  width: auto !important;
  height: auto !important;
  display: inline-block !important;
  padding: 10px 22px !important;
}

/*--------------------------------------------------------------
# Module
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3,
h4, h5, h6 {
  line-height: 1.2;
}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (min-width: 47.9375em) {
  h1 {
    /* 767px */
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 62em) {
  h1 {
    /* 992px */
    font-size: 30px;
    font-size: 3rem;
  }
}

h2 {
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (min-width: 47.9375em) {
  h2 {
    /* 767px */
    font-size: 31px;
    font-size: 3.1rem;
  }
}
@media screen and (min-width: 62em) {
  h2 {
    /* 992px */
    font-size: 33px;
    font-size: 3.3rem;
  }
}

h3 {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 47.9375em) {
  h3 {
    /* 767px */
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 62em) {
  h3 {
    /* 992px */
    font-size: 31px;
    font-size: 3.1rem;
  }
}

.product__heading,
.page-title {
  text-transform: uppercase;
  text-align: center;
  margin: 0.5em 0 0.75em 0;
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (min-width: 47.9375em) {
  .product__heading,
.page-title {
    /* 767px */
    font-size: 33px;
    font-size: 3.3rem;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 62em) {
  .product__heading,
.page-title {
    /* 992px */
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.product--sub-title {
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #b3b6ba;
  margin: 10px 0 15px 0;
  padding: 10px 0;
}
@media screen and (min-width: 47.9375em) {
  .product--sub-title {
    /* 767px */
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 62em) {
  .product--sub-title {
    /* 992px */
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.sub-title--description {
  display: none;
}
@media screen and (min-width: 47.9375em) {
  .sub-title--description {
    /* 767px */
    display: block;
  }
}

.gallery-main__title {
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
}
@media screen and (min-width: 47.9375em) {
  .gallery-main__title {
    /* 767px */
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.gallery-main__regiment {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
@media screen and (min-width: 47.9375em) {
  .gallery-main__regiment {
    /* 767px */
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a.fl-button,
.button {
  letter-spacing: 1px;
}

.product--print-type {
  text-transform: uppercase;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
@media screen and (min-width: 75.625em) {
  .home-galleries {
    /* 1210px */
  }
}

.gallery-main {
  padding: 0 5px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 47.9375em) {
  .gallery-main {
    /* 767px */
    padding: 0;
  }
}
.gallery-main .swiper-pagination {
  bottom: -5px !important;
}
.gallery-main .swiper-button-prev,
.gallery-main .swiper-button-next {
  color: #fff;
}
.gallery-main:hover .gallery-main__info {
  transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 47.9375em) {
  .gallery-main:hover .gallery-main__info {
    /* 767px */
    background: rgba(51, 58, 69, 0.74);
  }
}
@media screen and (min-width: 75.625em) {
  .gallery-main {
    /* 1210px */
  }
}

.gallery-featured {
  padding: 10px 5px;
}
@media screen and (min-width: 47.9375em) {
  .gallery-featured {
    /* 767px */
    padding: 0;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    gap: 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 75.625em) {
  .gallery-featured {
    /* 1210px */
  }
}

.gallery-main,
.gallery-featured-item {
  position: relative;
}

.gallery-featured-item {
  margin-bottom: 20px;
}
@media screen and (min-width: 47.9375em) {
  .gallery-featured-item {
    /* 767px */
    width: 33.3333%;
  }
}
@media screen and (min-width: 75.625em) {
  .gallery-featured-item {
    /* 1210px */
  }
}

.gallery-main__image {
  margin: 0;
  display: block;
}
.gallery-main__image img {
  width: 100%;
}

.gallery-main__info {
  background: #333a45;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 47.9375em) {
  .gallery-main__info {
    /* 767px */
    position: absolute;
    bottom: 0;
    background: rgba(51, 58, 69, 0.44);
    transition: all 0.25s ease-in-out;
  }
}

.gallery-main__info {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.gallery-main__title-reg,
.gallery-main__btn {
  padding: 20px;
}

.gallery-main__title-reg {
  width: 65%;
}

.gallery-main__regiment {
  margin-top: -5px;
}

.gallery-main__btn {
  padding-left: 0;
  text-align: right;
  width: 35%;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn, button, .single_add_to_cart_button.btn {
  padding: 12px 15px;
  border: none;
  border-radius: 5px;
  font-weight: 900;
  font-family: "Lato", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  background: #2d3543;
  color: #fff;
  text-decoration: none;
}
.btn:hover, button:hover, .single_add_to_cart_button.btn:hover {
  text-decoration: none;
  background: #1D242F;
}

.btn--clear {
  clear: both;
  margin: 15px auto 0 auto;
}

.btn--outline {
  padding: 12px 25px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  background: none;
}
.btn--outline:hover {
  color: #fff;
  background: #2d3543;
}

.btn--small {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 12px 40px;
}

.btn--gallery {
  padding: 10px 20px;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.woocommerce, .woocommerce-page {
  /*--------------------------------------------------------------
  # WooCommerce - Single Product
  --------------------------------------------------------------*/
}
.woocommerce .shop_table.shop_table_responsive td, .woocommerce .shop_table.shop_table_responsive th,
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .shop_table.shop_table_responsive td, .woocommerce-page .shop_table.shop_table_responsive th,
.woocommerce-page .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table th {
  padding: 0.5em;
}
@media screen and (min-width: 62em) {
  .woocommerce .shop_table.shop_table_responsive td, .woocommerce .shop_table.shop_table_responsive th,
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .shop_table.shop_table_responsive td, .woocommerce-page .shop_table.shop_table_responsive th,
.woocommerce-page .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table th {
    /* 992px */
    padding: 1em;
  }
}
.woocommerce .shop_table.shop_table_responsive .qty,
.woocommerce .cart-collaterals .cart_totals table .qty, .woocommerce-page .shop_table.shop_table_responsive .qty,
.woocommerce-page .cart-collaterals .cart_totals table .qty {
  display: inline-block;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce form .form-row select,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row select,
.woocommerce-page form .form-row select,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
  border: 1px solid #b4b4b4;
}
.woocommerce form .form-row input.input-text:active, .woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row input.input-text:active,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:active,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row textarea:active,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:active,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row select:active,
.woocommerce form .form-row select:focus,
.woocommerce table.cart td.actions .coupon .input-text:active,
.woocommerce table.cart td.actions .coupon .input-text:focus,
.woocommerce table.cart td.actions .coupon .input-text:active,
.woocommerce table.cart td.actions .coupon .input-text:focus, .woocommerce-page form .form-row input.input-text:active, .woocommerce-page form .form-row input.input-text:focus,
.woocommerce-page form .form-row input.input-text:active,
.woocommerce-page form .form-row input.input-text:focus,
.woocommerce-page form .form-row textarea:active,
.woocommerce-page form .form-row textarea:focus,
.woocommerce-page form .form-row textarea:active,
.woocommerce-page form .form-row textarea:focus,
.woocommerce-page form .form-row select:active,
.woocommerce-page form .form-row select:focus,
.woocommerce-page form .form-row select:active,
.woocommerce-page form .form-row select:focus,
.woocommerce-page table.cart td.actions .coupon .input-text:active,
.woocommerce-page table.cart td.actions .coupon .input-text:focus,
.woocommerce-page table.cart td.actions .coupon .input-text:active,
.woocommerce-page table.cart td.actions .coupon .input-text:focus {
  border: 1px solid #2d3543;
}
.woocommerce form .form-row input.input-text:hover,
.woocommerce form .form-row input.input-text:hover,
.woocommerce form .form-row textarea:hover,
.woocommerce form .form-row textarea:hover,
.woocommerce form .form-row select:hover,
.woocommerce form .form-row select:hover,
.woocommerce table.cart td.actions .coupon .input-text:hover,
.woocommerce table.cart td.actions .coupon .input-text:hover, .woocommerce-page form .form-row input.input-text:hover,
.woocommerce-page form .form-row input.input-text:hover,
.woocommerce-page form .form-row textarea:hover,
.woocommerce-page form .form-row textarea:hover,
.woocommerce-page form .form-row select:hover,
.woocommerce-page form .form-row select:hover,
.woocommerce-page table.cart td.actions .coupon .input-text:hover,
.woocommerce-page table.cart td.actions .coupon .input-text:hover {
  border: 1px solid #686868;
}
@media screen and (min-width: 62em) {
  .woocommerce form .form-row input.input-text,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce form .form-row select,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row select,
.woocommerce-page form .form-row select,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
    /* 992px */
    padding: 0.5em;
    height: auto;
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
  width: 100%;
}
@media screen and (min-width: 47.9375em) {
  .woocommerce div.product .product__variation-col, .woocommerce-page div.product .product__variation-col {
    /* 767px */
    padding-right: 30px;
    width: 70% !important;
  }
}
@media screen and (min-width: 47.9375em) {
  .woocommerce div.product .product__price-col, .woocommerce-page div.product .product__price-col {
    /* 767px */
    text-align: right;
  }
}
.woocommerce div.product .product__price-col,
.woocommerce div.product .product__variation-col, .woocommerce-page div.product .product__price-col,
.woocommerce-page div.product .product__variation-col {
  width: 100%;
  display: table;
}
@media screen and (min-width: 47.9375em) {
  .woocommerce div.product .product__price-col,
.woocommerce div.product .product__variation-col, .woocommerce-page div.product .product__price-col,
.woocommerce-page div.product .product__variation-col {
    /* 767px */
    width: auto;
    display: table-cell;
  }
}
.woocommerce div.product .product__price-col .add-to-basket,
.woocommerce div.product .product__variation-col .add-to-basket, .woocommerce-page div.product .product__price-col .add-to-basket,
.woocommerce-page div.product .product__variation-col .add-to-basket {
  margin-top: 1em;
}
@media screen and (min-width: 47.9375em) {
  .woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
    /* 767px */
    float: right;
    margin: 0;
  }
}
.woocommerce div.product form.cart div.quantity input.qty, .woocommerce-page div.product form.cart div.quantity input.qty {
  border: 2px solid #2d3543;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 1.25em 0.5em;
  font-weight: 700;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: none;
  text-align: center;
  margin-bottom: 40px;
}
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
  font-weight: 700;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #2d3543;
  background: #fff;
  text-transform: uppercase;
  color: #2d3543;
  font-family: "Lato", Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
}
.woocommerce .woocommerce-ordering select:active, .woocommerce .woocommerce-ordering select:focus, .woocommerce-page .woocommerce-ordering select:active, .woocommerce-page .woocommerce-ordering select:focus {
  border: 2px solid #2d3543;
}
.woocommerce ul.products, .woocommerce-page ul.products {
  padding-top: 0;
}
.woocommerce ul.products li.product.product-grid, .woocommerce-page ul.products li.product.product-grid {
  position: relative;
  max-width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 47.9375em) {
  .woocommerce ul.products li.product.product-grid, .woocommerce-page ul.products li.product.product-grid {
    /* 767px */
    margin-right: 2%;
    width: 32%;
  }
  .woocommerce ul.products li.product.product-grid.last, .woocommerce-page ul.products li.product.product-grid.last {
    margin-right: 0;
  }
}
.woocommerce ul.products li.product .product-grid__info img.size-product_archive, .woocommerce-page ul.products li.product .product-grid__info img.size-product_archive {
  margin: 0;
}
.woocommerce ul.products li.product .product-grid__info--title, .woocommerce-page ul.products li.product .product-grid__info--title {
  text-transform: uppercase;
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
}
.woocommerce ul.products li.product .product-archive__regiment, .woocommerce-page ul.products li.product .product-archive__regiment {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.woocommerce .product__main-image, .woocommerce-page .product__main-image {
  position: relative;
}
@media screen and (min-width: 47.9375em) {
  .woocommerce .product__main-image, .woocommerce-page .product__main-image {
    /* 767px */
  }
  .woocommerce .product__main-image img, .woocommerce-page .product__main-image img {
    margin-top: 1em;
  }
}
@media screen and (min-width: 62em) {
  .woocommerce .product--prints, .woocommerce-page .product--prints {
    /* 992px */
    margin-top: 30px;
  }
}
.woocommerce .product__gallery .product--thumb, .woocommerce-page .product__gallery .product--thumb {
  display: inline-block;
  margin-right: 15px;
  max-width: 95px;
}
.woocommerce .product__gallery .product--thumb:last-of-type, .woocommerce-page .product__gallery .product--thumb:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 47.9375em) {
  .woocommerce .product__gallery .product--thumb, .woocommerce-page .product__gallery .product--thumb {
    /* 767px */
    max-width: 120px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 62.5em) {
  .woocommerce .product__gallery .product--thumb, .woocommerce-page .product__gallery .product--thumb {
    /* 1000px */
    max-width: 125px;
  }
}
@media screen and (min-width: 71.875em) {
  .woocommerce .product__gallery .product--thumb, .woocommerce-page .product__gallery .product--thumb {
    /* 1150px */
    max-width: 150px;
  }
}
@media screen and (min-width: 56.25em) {
  .woocommerce .product__description, .woocommerce-page .product__description {
    /* 900px */
    float: left;
    width: 50%;
    padding-right: 30px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 62em) {
  .woocommerce .product__description, .woocommerce-page .product__description {
    /* 992px */
    padding-right: 100px;
  }
}
@media screen and (min-width: 56.25em) {
  .woocommerce .product__variations, .woocommerce-page .product__variations {
    /* 900px */
    float: right;
    width: 50%;
    padding-left: 20px;
    margin-top: 20px;
  }
}
.woocommerce .product__variations .price, .woocommerce-page .product__variations .price {
  font-weight: 700;
}
.woocommerce .variations-grid td, .woocommerce-page .variations-grid td {
  padding-bottom: 10px;
}
.woocommerce .variations-grid tr + tr, .woocommerce-page .variations-grid tr + tr {
  border-top: 1px solid #e7e7e7;
}
.woocommerce .variations-grid tr + tr.variations--no-border, .woocommerce-page .variations-grid tr + tr.variations--no-border {
  border: none;
}
.woocommerce .variations-grid tr + tr td, .woocommerce-page .variations-grid tr + tr td {
  padding-top: 20px;
}
.woocommerce .variations-grid tr + tr td.variations--no-top, .woocommerce-page .variations-grid tr + tr td.variations--no-top {
  padding-top: 0;
}
.woocommerce .variations-grid td, .woocommerce-page .variations-grid td {
  vertical-align: top;
}
.woocommerce .product__description-logo img, .woocommerce-page .product__description-logo img {
  max-height: 150px;
  display: block;
  margin: 20px auto;
}
@media screen and (min-width: 47.9375em) {
  .woocommerce .product__description-logo img, .woocommerce-page .product__description-logo img {
    /* 767px */
    margin-top: 10px;
    margin-left: 0;
  }
}
.woocommerce .add-to-basket, .woocommerce-page .add-to-basket {
  position: relative;
}
.woocommerce button.single_add_to_cart_button.btn, .woocommerce-page button.single_add_to_cart_button.btn {
  white-space: nowrap;
  padding: 20px 40px;
  height: auto;
  max-height: 1000px;
  margin-bottom: 30px;
}
@media screen and (min-width: 62em) {
  .woocommerce button.single_add_to_cart_button.btn, .woocommerce-page button.single_add_to_cart_button.btn {
    /* 992px */
    padding: 20px;
  }
}
@media screen and (min-width: 75em) {
  .woocommerce button.single_add_to_cart_button.btn, .woocommerce-page button.single_add_to_cart_button.btn {
    /* 1200px */
    padding: 20px 40px;
  }
}
.woocommerce table.shop_table .actions button.button[name=update_cart]:disabled, .woocommerce-page table.shop_table .actions button.button[name=update_cart]:disabled {
  background: none !important;
  padding: 15px 27px;
}
.woocommerce p.add-to-basket, .woocommerce-page p.add-to-basket {
  margin-top: 0;
  text-align: center;
}
@media screen and (min-width: 47.9375em) {
  .woocommerce p.add-to-basket, .woocommerce-page p.add-to-basket {
    /* 767px */
    margin-top: 10px;
    text-align: right;
  }
}
.woocommerce .woocommerce-product-details__short-description, .woocommerce-page .woocommerce-product-details__short-description {
  margin-top: 1em;
  padding: 30px 30px 25px 30px;
  border: 1px solid #2d3543;
  background: #e7e7e7;
  border-radius: 10px;
}

.woocommerce-page ul.products li.product a.button,
.woocommerce-page .woocommerce-message a.button,
.woocommerce-page .woocommerce-message a.button.wc-forward,
.woocommerce-page .woocommerce a.button.wc-forward,
.woocommerce-page button.button,
.woocommerce-page button.button.alt,
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page .woocommerce button[type=submit],
.woocommerce-page button[type=submit].alt.disabled {
  padding: 1em 2em;
  border: 1px solid #2d3543;
  background: #2d3543;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.woocommerce-page ul.products li.product a.button:hover,
.woocommerce-page .woocommerce-message a.button:hover,
.woocommerce-page .woocommerce-message a.button.wc-forward:hover,
.woocommerce-page .woocommerce a.button.wc-forward:hover,
.woocommerce-page button.button:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page .woocommerce button[type=submit]:hover,
.woocommerce-page button[type=submit].alt.disabled:hover {
  border-radius: 10px;
  letter-spacing: 0;
  border: 1px solid #2d3543;
}

#coupon_code {
  padding: 0.65em 0.5em !important;
  height: auto;
  font-size: 16px;
  font-size: 1.6rem;
}

.skipperpress_loadmore {
  padding: 18px 30px;
  display: block;
  margin: 20px auto 0 auto;
  max-width: 180px;
  text-align: center;
  cursor: pointer;
  background: none;
  border: 2px solid #2d3543;
  color: #2d3543;
  font-size: 14px;
  font-size: 1.4rem;
}
.skipperpress_loadmore:hover {
  background: #2d3543;
  color: #fff;
}

.woocommerce .products ul, .woocommerce ul.products {
  margin-bottom: 0;
}

.product__inner {
  margin: 0 10px;
}

.cta-clear {
  display: inline-block;
  width: 100%;
  margin: 40px 0 0 0;
}

.orderby option[value=price],
.orderby option[value=price-desc] {
  display: none;
}

.product-pagination {
  margin-top: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 47.9375em) {
  .product-pagination {
    /* 767px */
    padding: 0 20px;
    opacity: 0.5;
  }
}
@media screen and (min-width: 47.9375em) {
  .product-pagination {
    /* 767px */
  }
  .product-pagination .link--prev,
.product-pagination .link--next {
    position: absolute;
    left: -40px;
    top: 45%;
  }
}
@media screen and (min-width: 47.9375em) and (min-width: 62em) {
  .product-pagination .link--prev,
.product-pagination .link--next {
    /* 992px */
    left: -60px;
  }
}
@media screen and (min-width: 47.9375em) {
  .product-pagination .link--prev i,
.product-pagination .link--next i {
    position: absolute;
    left: 0;
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (min-width: 47.9375em) {
  .product-pagination .link--prev .product-navigation__label,
.product-pagination .link--next .product-navigation__label {
    display: none;
  }
}
@media screen and (min-width: 47.9375em) {
  .product-pagination .link--next {
    left: auto;
    right: -40px;
  }
}
@media screen and (min-width: 47.9375em) and (min-width: 62em) {
  .product-pagination .link--next {
    /* 992px */
    right: -60px;
  }
}
@media screen and (min-width: 47.9375em) {
  .product-pagination .link--next i {
    left: auto;
    right: 0;
  }
}

.product-pagination-link {
  font-family: "Times New Roman", Georgia, sans-serif;
  width: 50%;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
}
.product-pagination-link a {
  padding: 10px;
  color: #3f4247;
  opacity: 0.6;
  text-decoration: none;
}
.product-pagination-link a:hover {
  opacity: 1;
}
.product-pagination-link i {
  font-size: 21px;
  font-size: 2.1rem;
  position: relative;
  top: 3px;
  padding: 3px;
}

.link--prev {
  text-align: right;
}

.link--next {
  text-align: left;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/**
 * Swiper 6.7.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 23, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  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: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next: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;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.product-grid__info {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
.product-grid__info img.size-product_archive {
  display: block;
  width: 100%;
  margin: 0;
}

.product-archive__overlay {
  padding: 20px 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  table-layout: fixed;
  background: rgba(27, 36, 53, 0.78);
  color: #fff;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}
.product-archive__overlay a * {
  color: #fff;
}

a.product-grid--hover {
  display: block;
  position: relative;
  margin: 0;
}
a.product-grid--hover:hover .product-archive__overlay, a.product-grid--hover .hover .product-archive__overlay {
  opacity: 1;
}

.product-grid__info--title {
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
}

.product-archive__regiment {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
a {
  transition: all 0.25s ease-in-out;
}

html > body > * {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}
