#info {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fcf8e3;
  border: 1px solid #fbeed5;
  width: 95%;
  max-width: 900px;
  margin: 0 auto 40px auto;
  font-family: arial;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#info .info-wrapper {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#info a {
  color: #c09853;
  text-decoration: none;
}
#info p {
  margin: 5px 0 0 0;
}
#filters {
  margin: 1%;
  padding: 0;
  list-style: none;
}
#filters li {
  float: left;
}
#filters li span {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
}
#filters li span.active {
  background: #e95a44;
  color: #fff;
}
#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 23%;
  margin: 1%;
  display: none;
  float: left;
  overflow: hidden;
}
.portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  background: #666;
  cursor: pointer;
}
.portfolio img {
  max-width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio .label {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: -40px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio .label-bg {
  background: #e95a44;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.portfolio .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 5px 8px;
}
.portfolio .text-category {
  display: block;
  font-size: 9px;
}
.portfolio:hover .label {
  bottom: 0;
}
.portfolio:hover img {
  top: -30px;
}
ul.menu {
  margin-bottom: 0;
}
.mobile-slider {
  display: none;
}
.all-products {
  text-align: center;
}
.search-page h2.search-title {
  text-transform: uppercase;
}
.custom-search-overlay:after {
  transition: all 1s ease-in-out;
  content: "";
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 9;
}
.product-collection {
  text-align: center;
  padding: 25px 0;
}
.product-collection .product-collection__heading {
  width: 53%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
.product-collection .product-collection__title {
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 48px;
  color: #000;
  letter-spacing: 0.1em;
}
.product-collection .product-collection__text {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.product-collection .product-collection__load-button {
  color: #193572;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #193572;
  display: inline-block;
  padding: 10px 30px;
  margin: 50px 0;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.product-collection .product-collection__load-button:hover {
  background-color: #193572;
  color: #fff;
}
.product {
  text-align: center;
  margin-bottom: 30px;
}
.product .product__image {
  margin-bottom: 20px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .product__image img {
  max-height: 300px;
  margin: 0 auto;
  max-width: 100%;
}
.product .product__title {
  font-size: 12px;
  line-height: 18px;
  color: #000;
  margin-bottom: 30px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.1em;
}
.product .product__title a {
  color: #000;
  font-family: "Neuzeit Grotesk W01 Reg1487164";
}
.product .product__price {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  letter-spacing: 0.1em;
}
.product .price {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-family: "NeuzeitGro W01 Bold";
  letter-spacing: 0.1em;
}
.product:hover .product__image {
  opacity: 0.5;
}
.navbar.filter-menu {
  text-align: center !important;
  display: block !important;
  letter-spacing: 0.1em !important;
}
.navbar.filter-menu ul.navbar-nav li.dropdown {
  border: 1px solid #fff;
}
.navbar.filter-menu ul.navbar-nav li.dropdown.show {
  border: 1px solid #e6e6e6;
  border-bottom: 1px solid #fff;
}
.navbar.filter-menu ul.navbar-nav li.dropdown:hover {
  border: 1px solid #e6e6e6;
  border-bottom: 1px solid #fff;
}
.navbar.filter-menu ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
  border: 1px solid #e6e6e6;
}
.navbar.filter-menu ul.navbar-nav ul {
  padding: 20px 20px;
  font-size: 15px;
  color: #000;
  margin-top: -1px;
  border-radius: 0;
}
.navbar.filter-menu ul.navbar-nav ul li {
  font-size: 15px;
  color: #000;
  margin-bottom: 4px;
}
.navbar.filter-menu ul.navbar-nav ul li a {
  text-decoration: none;
  color: #000;
}
.navbar.filter-menu .navbar-brand {
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 0;
}
.navbar.filter-menu .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 15px;
  color: #000;
}
.navbar.filter-menu .nav-link i {
  font-size: 13px;
  margin-left: 10px;
}
.navbar.filter-menu .dropdown-toggle {
  display: flex;
  align-items: center;
}
.navbar.filter-menu .dropdown-toggle::after {
  display: none;
}
.navbar.filter-menu .navbar-toggler {
  display: none;
  align-items: center;
  border: none;
}
.navbar.filter-menu .navbar-toggler .toggler-icon {
  display: flex;
  align-items: center;
  justify-colntent: center;
  margin-bottom: 3px;
  width: 20px;
}
.navbar.filter-menu .navbar-toggler .toggler-icon:after {
  content: "-";
  font-size: 38px;
  color: #193572;
  line-height: 30px;
  width: 20px;
}
.navbar.filter-menu .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
.navbar.filter-menu .navbar-toggler.collapsed .toggler-icon:after {
  content: "+";
  font-size: 30px;
  color: #193572;
  width: 20px;
}
.navbar.filter-menu .navbar-head {
  display: inline-flex;
}
.image-row-wrapper {
  padding: 0;
  padding-top: 7px;
}
.who_we_are .home-about h2 {
  letter-spacing: 0.1em;
}
.who_we_are .home-about .text-box {
  font-family: "NeuzeitGroLig W01 Regular";
}
.product-details {
  padding: 40px 0;
}
.product-details .product-details__heading {
  padding-bottom: 20px;
  display: block;
  font-size: 30px;
  margin: 0;
  line-height: 36px;
  text-transform: uppercase;
  color: #000;
  display: flex;
  border-bottom: 1px solid #ccc;
}
.product-details .slider-nav {
  width: 60%;
  margin: 0 auto;
  display: flex;
  margin-top: 15px;
}
.product-details .slick-track {
  display: flex;
  align-items: center;
  height: 100%;
}
.product-details .slick-initialized .slick-slide {
  display: flex;
  align-items: center;
}
.product-details .slick-current {
  pointer-events: none;
}
.product-details .slick-slide img {
  margin: 0 auto;
  max-width: 100%;
}
.product-details .slick-slide:focus {
  outline: 0;
  bos-shadow: none;
}
.product-details .slick-arrow {
  background: 0 0;
  border: none;
  padding: 5px;
}
.product-details .slick-arrow:focus {
  outline: 0;
  bos-shadow: none;
}
.product-details .slick-arrow span {
  height: 58px;
  width: 30px;
  display: inline-block;
  background-size: cover;
}
.product-details .slick-arrow span.prev {
  background-image: url(../assets/carousel-arrows.png);
  background-position: top;
}
.product-details .slick-arrow span.next {
  background-image: url(../assets/carousel-arrows.png);
  background-position: bottom;
}
.product-details .image-inner {
  border: none;
}
.product-details .product-details__title {
  letter-spacing: 0.1em;
  font-size: 18px;
  margin: 0;
  line-height: 36px;
  width: calc(100% - 150px);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.product-details .product-details__info {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  font-family: "NeuzeitGroLig W01 Regular";
}
.product-details .price {
  font-size: 18px;
  margin: 0;
  line-height: 36px;
  width: 150px;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.product-details .product-details__part {
  padding: 20px 0;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .product-details .product-details__part {
    border-bottom: 1px solid #ccc;
  }
}
.product-details .product-details__part .label {
  font-size: 12px;
  width: 40px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "NeuzeitGroLig W01 Regular";
  letter-spacing: 0.1em;
}
.product-details .product-details__part select {
  padding: 6px 30px 6px 12px;
  border: 1px solid #ccc;
  color: #000;
  font-size: 15px;
  background-color: transparent;
  font-family: "NeuzeitGroLig W01 Regular";
}
.product-details .product-details__part select {
  outline: 0;
  box-shadow: none;
}
.product-details .product-form__controls-group {
  width: 100%;
}
.product-details .product-form__controls-group .product-form__item {
  display: flex;
  align-items: center;
}
.product-details .product-form__controls-group label {
  margin-right: 40px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  width: 70px;
  letter-spacing: 0.1em;
  font-family: "NeuzeitGroLig W01 Regular";
}
.product-details .product-details__tabs {
  padding: 40px 0 20px;
}
.product-details .product-details__tabs h5 {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  text-align: left;
  margin-bottom: 30px;
  font-weight: 500;
}
.product-details .product-details__tabs h3 {
  font-size: 24px;
  display: block;
  text-align: left;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
.product-details .product-details__tabs p {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}
.product-details .product-details__tabs .tab-pane ul {
  padding-left: 20px;
  margin: 20px 0;
}
.product-details .product-details__tabs .tab-pane ul li {
  list-style-type: disc;
  font-size: 16px;
  line-height: 22px;
}
.product-details .product-details__tabs .tab-pane table {
  border-collapse: inherit;
  width: 100% !important;
  overflow: inherit !important;
  height: auto !important;
  color: #000;
  font-size: 16px;
  line-height: 22px;
}
.product-details .product-details__tabs .tab-pane table td {
  text-align: center;
  border: 1px solid #000;
  padding: 3px;
}
.product-details .product-details__tabs .tab-pane table td h4 {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  font-weight: 700;
}
.product-details .product-details__tabs .tab-pane .data-table tbody {
  width: 100%;
  display: block;
}
.product-details .product-details__tabs .tab-pane .data-table tbody tr {
  border-bottom: 1px solid #dbdbdb;
  display: table;
  width: 100%;
}
.product-details
  .product-details__tabs
  .tab-pane
  .data-table
  tbody
  tr:size-guide {
  border-top: none;
  display: table;
}
.product-details
  .product-details__tabs
  .tab-pane
  .data-table
  tbody
  tr:first-child {
  border-top: 1px solid #dbdbdb;
  display: table;
}
.product-details
  .product-details__tabs
  .tab-pane
  .data-table
  tbody
  tr:last-child {
  border-bottom: none;
  display: table;
}
.product-details .product-details__tabs .tab-pane .data-table th {
  padding: 5px;
  border: none;
  text-align: left;
  width: 150px;
  margin-bottom: 0;
}
.product-details .product-details__tabs .tab-pane .data-table td {
  padding: 5px 40px;
  border: none;
  text-align: left;
  width: 100%;
}
.product-details .cart-btn {
  font-family: NeuzeitGro W01 Bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  border: none;
  letter-spacing: 0.1em;
  line-height: 55px;
  background: #82bc23;
  text-transform: uppercase;
  width: 50%;
  text-align: center;
  cursor: pointer;
}
.product-details .nav-tabs {
  margin-bottom: 30px;
  border-bottom: none;
  display: none;
}
.product-details .nav-tabs li {
  margin-right: 36px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.product-details .nav-tabs li a {
  border: none;
  position: relative;
  padding: 0;
  color: #002d72;
}
.product-details .nav-tabs li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  height: 1px;
  bottom: -5px;
  background-color: #352b1f;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product-details .nav-tabs li a.active {
  padding: 0;
  opacity: 1;
  color: #002d72;
}
.product-details .nav-tabs li a.active:before {
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product-details .nav-tabs li a:hover {
  padding: 0;
  color: #002d72;
}
.product-details .nav-tabs li a:hover:before {
  background-color: #002d72;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.quantity-block {
  flex: 50% 0 0;
  display: flex;
  align-items: center;
}
.quantity-block .quantity-arrow-minus,
.quantity-block .quantity-arrow-plus {
  cursor: pointer;
  font-size: 20px;
  padding: 5px 12px;
  width: 40px;
  box-sizing: border-box;
  border-radius: 4px;
  outline: 0;
  font-size: 34px;
  margin: 0 6px;
}
.quantity-block .quantity-arrow-minus {
  width: 17px;
  height: 17px;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
  background: url(cart_qty.png) no-repeat 0 0;
  vertical-align: middle;
  background-position: bottom;
  margin-right: 10px;
}
.quantity-block .quantity-arrow-plus {
  width: 17px;
  height: 17px;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
  background: url(cart_qty.png) no-repeat 0 0;
  vertical-align: middle;
  margin-left: 10px;
}
.quantity-block .quantity-num {
  font-size: 20px;
  padding: 5px 5px;
  outline: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: "NeuzeitGroLig W01 Regular";
}
.quantity-block label {
  margin-bottom: 0;
}
.navigation a {
  color: #002d72;
  font-family: "NeuzeitGro W01 Bold";
}
.parent-link:after,
.parent-link:before {
  background-color: #002d72;
}
.row_diff_height {
  background-color: #fff;
}
.slider-single {
  text-align: center;
}
.slider-nav {
  margin-top: 20px;
}
.slider-single div {
  cursor: pointer;
}
.image-inner img {
  display: inline-block !important;
}
.image-inner {
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: calc(100% - 5px);
  text-align: center;
  cursor: pointer;
}
.slick-slide img {
  display: inline-block !important;
}
.announcment_bar p {
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "NeuzeitGro W01 Bold";
}
.menu > li > a {
  letter-spacing: 0.1em;
}
.slider_text_button h2 {
  font-family: "NeuzeitGro W01 Bold";
}
.slider_text_button a {
  text-decoration: none;
  font-family: "NeuzeitGro W01 Bold";
}
.slider_text_button a:hover {
  text-decoration: none;
}
.image-item span {
  letter-spacing: 0.1em;
}
.slider_text_button .hero_slider_button {
  font-family: "NeuzeitGro W01 Bold";
}
header {
  border-bottom: 1px solid #ccc;
}
.product-details .left-breadcrumb .breadcrumb li:before {
  padding-right: 1px;
}
.product-details .breadcrumb-item + .breadcrumb-item {
  padding-left: 5px;
}
header .logo {
  margin-top: -2px;
}
.login-template {
  padding: 40px 0;
}
.login-template .login-template__heading {
  margin-bottom: 40px;
  text-align: center;
}
.login-template .login-template__heading h1 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 0.1em;
  color: #000;
  margin: 0;
}
.login-template .login-template__column {
  border: 1px solid #002d72;
  padding: 30px;
  height: 100%;
}
.login-template .form-heading {
  text-align: center;
  color: #000;
}
.login-template .form-heading h3 {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #000;
}
.login-template .form-heading h3 a {
  color: #000;
  text-decoration: none;
}
.login-template .form-heading p {
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 20px;
}
.login-template .form-content {
  overflow: hidden;
  margin: 0 auto;
  max-width: 360px;
}
.login-template .form-content label {
  font-size: 12px;
  display: block;
  position: relative;
  z-index: 0;
  clear: both;
  text-transform: uppercase;
  vertical-align: bottom;
  margin-bottom: 3px;
}
.login-template .form-content input {
  width: 100%;
  border: 1px solid #cdcdcd;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  margin-bottom: 20px;
}
.login-template .form-content input.pass {
  letter-spacing: 0.5em;
}
.login-template .form-content input:focus {
  border: 1px solid #000;
  outline: 0;
  box-shadow: none;
}
.login-template .form-content .submit-button {
  font-family: "NeuzeitGro W01 Bold";
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 60px;
  padding: 0 10px;
  letter-spacing: 0.1em;
  background: #82bc23;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  height: 60px;
  border: none;
}
.login-template .form-content .submit-button--blue {
  background: #002d72;
}
.login-template .form-content .form-group--column-left {
  width: 48%;
  float: left;
}
.login-template .form-content .form-group--column-right {
  width: 48%;
  float: right;
}
.login-template .form-content .errors ul li {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
}
.login-template .forgot-pass-link {
  display: block;
  margin-bottom: 30px;
  font-size: 12px;
  color: #000;
  text-decoration: underline;
}
.login-template .forgot-pass-link a {
  color: #000;
}
.login-template .form-group {
  margin-bottom: 0;
}
.shopify-challenge__button {
  width: 200px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 60px;
  padding: 0 10px;
  letter-spacing: 0.1em;
  background: #002d72;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  height: 60px;
  border: none;
  border-radius: 0;
  margin-bottom: 60px !important;
}
.shopify-challenge__button:hover {
  color: #fff;
}
.page-width {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
  display: block;
  overflow: hidden;
}
.account-page {
  padding: 40px 0;
}
.account-page .section-header {
  margin-bottom: 55px;
}
.account-page h1 {
  margin: 0 0 17.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 2.33333em;
  text-transform: none;
  letter-spacing: 0;
}
.account-page #customer_logout_link {
  color: #3a3a3a;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
}
.account-page #customer_logout_link:hover {
  color: #3a3a3a;
  text-decoration: none;
}
.myaccount {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.myaccount .myaccount__order-history h2 {
  font-size: 1.33333em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 17.5px;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.myaccount .myaccount__order-history table {
  margin-bottom: 27.5px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
}
.myaccount .myaccount__order-history table td,
.myaccount .myaccount__order-history table th {
  text-align: left;
  border: 1px solid #ebebeb;
  padding: 10px 14px;
  font-size: 15px;
  color: #3a3a3a;
  line-height: 1.5;
}
.myaccount .myaccount__account-details h2 {
  font-size: 1.33333em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 17.5px;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.myaccount .myaccount__account-details .btn {
  background-color: #002d72;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.btn--secondary {
  background-color: transparent;
  color: #3a3a3a;
  border-color: #3a3a3a;
}
.btn--small {
  padding: 8px 10px;
  font-size: 0.8em;
  line-height: 1;
  border-radius: 0;
}
.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%;
}
.label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
  font-weight: 400;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
  box-shadow: none;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.section-header {
  position: inherit;
  margin-bottom: 55px;
  text-align: center;
}
.section-header h1 {
  margin: 0 0 17.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 2.33333em;
  text-transform: none;
  letter-spacing: 0;
}
.section-header p {
  margin: 0 0 19.44444px;
  font-size: 15px;
  color: #3a3a3a;
  line-height: 1.5;
}
.section-header p a {
  color: #3a3a3a;
}
.section-header p a:hover {
  color: #3a3a3a;
  text-decoration: none;
}
.section-header .btn {
  background-color: #002d72;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 0;
}
.fill-address {
  padding: 40px 0;
  margin-bottom: 55px;
}
.fill-address #AddressNewForm h2 {
  margin: 0 0 17.5px;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 1.33333em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #3a3a3a;
}
.fill-address #AddressNewForm .grid {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px;
}
.fill-address #AddressNewForm label {
  font-size: 15px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 1.5;
}
.fill-address #AddressNewForm input,
.fill-address #AddressNewForm select,
.fill-address #AddressNewForm textarea {
  border: 1px solid #ccc;
  color: #000;
  max-width: 100%;
  line-height: 1.2;
  border-radius: 2px;
  padding: 10px 18px;
  display: block;
  width: 100%;
  margin-bottom: 19.44444px;
  font-size: 15px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 1.5;
  background: #fff;
}
.fill-address #AddressNewForm #address_default_address_new {
  display: inline-block;
  width: auto;
}
.fill-address #AddressNewForm .address-new-toggle {
  display: inline;
  border: 0 none;
  background: 0 0;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 1.5;
  margin-bottom: 25px;
}
.fill-address #AddressNewForm .btn {
  background-color: #002d72;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 0;
  width: auto;
  border: none;
}
.fill-address #AddressNewForm .btn:hover {
  color: #fff;
  background-color: #002d72;
}
.fill-address .editform h2 {
  margin: 0 0 17.5px;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 1.33333em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #3a3a3a;
}
.fill-address .editform .grid {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px;
}
.fill-address .editform label {
  font-size: 15px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 1.5;
}
.fill-address .editform input,
.fill-address .editform select,
.fill-address .editform textarea {
  border: 1px solid #ccc;
  color: #000;
  max-width: 100%;
  line-height: 1.2;
  border-radius: 2px;
  padding: 10px 18px;
  display: block;
  width: 100%;
  margin-bottom: 19.44444px;
  font-size: 15px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 1.5;
  background: #fff;
}
.fill-address .editform #address_default_address_new {
  display: inline-block;
  width: auto;
}
.fill-address .editform .address-new-toggle {
  display: inline;
  border: 0 none;
  background: 0 0;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 1.5;
  margin-bottom: 25px;
}
.fill-address .editform .btn {
  background-color: #002d72;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 0;
  width: auto;
  border: none;
}
.fill-address .editform .btn:hover {
  color: #fff;
  background-color: #002d72;
}
.order-table {
  border: 1px solid #ebebeb;
}
.order-table td,
.order-table th {
  border: none !important;
}
.order-table a {
  border-bottom: 1px solid currentColor;
}
.order-table a:hover {
  color: #3a3a3a;
  text-decoration: none;
}
.order-table thead {
  border-bottom: 1px solid #333232;
}
.order-table thead th {
  font-size: 15px !important;
}
.order-table tbody tr {
  border-bottom: 1px solid #ebebeb;
}
.order-table tbody tr:last-child {
  border-bottom: none;
}
.order-table tbody th {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  border: none !important;
}
.order-table tbody td {
  border: none !important;
}
.order-table tfoot {
  border-top: 1px solid #333232;
}
.order-table tfoot tr:last-child td,
.order-table tfoot tr:last-child th {
  border-top: 1px solid #333232 !important;
  font-weight: 700;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  text-transform: uppercase;
}
.order-table tfoot th {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  border: none !important;
}
.order-table tfoot td {
  border: none !important;
}
.myaccount__account-details h3 {
  margin: 0 0 17.5px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.73333em;
}
.myaccount__account-details p {
  color: #333232;
  margin: 0 0 19.44444px;
  font-size: 15px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 1.5;
}
.conatct-banner {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #002d72;
  background-size: cover !important;
}
.conatct-banner h1 {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 48px;
  letter-spacing: 0.1em;
  color: #fff;
}
.contact-info {
  display: block;
  clear: both;
  margin: 60px 10px;
  text-align: left;
  font-size: 14px;
}
.contact-info .contact-info__info p {
  margin-bottom: 35px;
  font-size: 22px;
  line-height: 30px;
}
.contact-info .contact-info__info p a {
  color: #000;
  text-decoration: none;
}
.contact-info .contact-info__image {
  padding-left: 60px;
}
.contact-info .contact-info__image img {
  width: 100%;
}
.contact-form-box {
  padding: 40px 0 30px;
  display: block;
  clear: both;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 90px;
  color: #000;
  overflow: hidden;
}
.contact-form-box .border-box {
  font-family: "NeuzeitGro W01 Bold";
}
.contact-form-box .alert {
  font-size: 11px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact-form-box h2 {
  display: block;
  font-size: 32px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #002d72;
}
.contact-form-box span.label {
  display: inline-block;
  font-size: 22px;
  font-weight: 100;
  color: #002d72;
  line-height: 36px;
}
.contact-form-box input,
.contact-form-box select {
  height: 43px;
  background: 0 0;
  border: none;
  border-bottom: 2px dotted #002d72;
  margin: 0 5px;
  text-align: center;
  color: #002d72;
  font-size: 22px;
  line-height: 32px;
  width: 286px;
}
.contact-form-box select {
  width: auto;
}
.contact-form-box select option {
  font-size: 14px;
}
.contact-form-box .contact-form__column {
  margin-top: 12px;
}
.contact-form-box .contact-form__column span.label {
  display: block !important;
}
.contact-form-box .contact-form__column textarea {
  width: 100%;
  padding: 10px;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  font-style: italic;
  color: #002d72;
}
.contact-form-box .contact-form__column .btn {
  background-color: #002d72;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 0;
  border: none !important;
  width: 200px;
  text-align: center;
}
.blog-filter {
  display: block;
  overflow: hidden;
}
.blog-filter .blog-filter__head {
  background: #fff;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.blog-filter .blog-filter__title {
  display: inline-block;
  padding: 2px 20px;
  line-height: 50px;
  text-align: left;
  font-size: 12px;
}
.blog-filter .left-breadcrumb {
  display: inline-block;
  float: left;
}
.blog-filter li {
  padding: 5px 15px !important;
  float: right;
}
.blog-filter #filters {
  margin: 0 !important;
}
.blog-filter .filter {
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  letter-spacing: 0.1em;
  padding: 0 !important;
}
.blog-filter .filter:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  top: 100%;
  background: #000;
  height: 1px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.blog-filter .filter:hover:after {
  right: 0;
}
.blog-filter .filter.active {
  color: #666 !important;
  background: 0 0 !important;
}
.blog-filter .filter.active:after {
  right: 0;
}
.blog-filter #portfoliolist {
  padding: 40px 20px;
}
.blog-filter .portfolio {
  margin: 0 !important;
}
.blog-filter .portfolio .content {
  display: block;
  padding: 10px 0 40px;
  clear: both;
  font-size: 15px;
  overflow: hidden;
}
.blog-filter .portfolio .content a {
  float: right;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  width: 40%;
  text-align: right;
}
.blog-filter .portfolio .content h2 {
  float: left;
  height: 60px;
  max-width: 60%;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
}
.blog-filter .portfolio .content h2 a {
  font-size: 14px;
  clear: both;
  width: 100%;
  letter-spacing: 0.1em;
  display: inline-block;
  color: #000;
  text-align: left;
}
.blog-filter .portfolio .content h2 a:hover {
  color: #000;
  text-decoration: none;
}
.blog-filter .portfolio:hover img {
  top: 0;
}
.blog-filter .portfolio-wrapper {
  background: 0 0 !important;
}
.blog-filter .portfolio-wrapper img {
  width: 100%;
}
.blog-filter .blog-filter__header {
  border-bottom: 1px solid #ececec;
}
.blog-inner-content .post-view {
  padding: 40px 15px;
}
.blog-inner__content .h2 {
  font-size: 36px;
  letter-spacing: 0.1em;
  display: block;
  padding: 20px 0;
  text-transform: uppercase;
  line-height: normal;
  color: #000;
}
.blog-inner__content p {
  padding: 0 0 18px;
  line-height: 20px;
  font-size: 15px;
  color: #000;
}
.blog-inner__content a {
  text-decoration: underline;
  color: #000;
}
.blog-inner__content a:hover {
  text-decoration: underline;
  color: #000;
}
.blog-inner__content img {
  width: 100%;
}
.blog-inner-content__head {
  min-height: 50px;
  border-bottom: 1px solid #ececec;
}
.blog-inner-content__head .pagination-box {
  float: right;
}
.blog-inner-content__head .pagination-box .page-link {
  border: none;
  border-left: 1px solid #e6e6e6;
  display: inline-block;
  line-height: 50px;
  padding: 0 18px;
  border-left: 1px solid #ececec;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  background: 0 0;
}
.blog-inner-content__head .pagination-box .page-link:hover {
  background: 0 0;
}
.blog-inner-content__head .pagination {
  background: 0 0;
  margin: 0;
}
.blog-inner-content__head .pagination li:first-child i {
  margin-right: 8px;
}
.blog-inner-content__head .pagination li:last-child i {
  margin-left: 8px;
}
.blog-inner-content__head left-breadcrumb {
  float: left !important;
}
.left-breadcrumb nav {
  display: inline-block;
}
.left-breadcrumb .breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: 0 0;
  margin: 0;
  font-family: "NeuzeitGroLig W01 Regular";
  padding: 0.75rem 0.9rem;
}
.left-breadcrumb .breadcrumb li {
  font-size: 12px;
}
.left-breadcrumb .breadcrumb li a {
  color: #000;
  text-decoration: none;
}
.left-breadcrumb .breadcrumb li a:hover {
  color: #000;
}
.left-breadcrumb .breadcrumb li:before {
  content: ">";
  padding-right: 15px;
}
.left-breadcrumb .breadcrumb li:first-child:before {
  display: none;
}
.social-link li a {
  border: 1px solid #002d72;
  color: #002d72;
  padding: 12px 20px;
  margin: 10px 0 0;
  display: block;
  width: 100%;
  max-width: 130px;
  border: 1px solid #000;
  text-align: left;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  border-radius: 5px;
}
.social-link li a i {
  margin-right: 10px;
  width: 15px;
}
.social-link li a:hover {
  color: #fff;
  text-decoration: none;
}
.social-link li .facebook:hover {
  background: #405899;
  border: 1px solid #405899;
}
.social-link li .twitter:hover {
  background: #6bace9;
  border: 1px solid #6bace9;
}
.social-link li .linkedin:hover {
  background: #3e77b0;
  border: 1px solid #3e77b0;
}
.social-link li .pinterest:hover {
  background: #d3392f;
  border: 1px solid #d3392f;
}
footer {
  padding: 50px 0 20px 0;
}
footer .newsletter h6 {
  text-align: left;
  font-weight: 700 !important;
}
footer .newsletter input {
  width: 100%;
}
footer .follow-us {
  margin-left: -117px;
  text-align: center;
}
footer .newsletter input[type="email"] {
  border: 1px solid #002e70;
  color: #002d72;
}
footer .copy {
  font-size: 14px;
  padding-top: 25px;
  color: #002d72;
}
footer input::-webkit-input-placeholder {
  color: #002d72 !important;
}
footer input:-ms-input-placeholder {
  color: #002d72 !important;
}
footer input::placeholder {
  color: #002d72 !important;
}
footer ::placeholder {
  color: #002d72 !important;
}
footer .newsletter .kFvQW {
  padding: 0 16px 10px;
}
footer .Button__FormStyledButton-p2mbjt-0 {
  font-size: 14px !important;
}


.slider_text_button {
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%); /* default, overridden where needed */
}

.slider_text_button h2 {
  display: block;
  line-height: 40px;
  font-size: 37px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-family: 'NeuzeitGro W01 Bold';
}

.slider_text_button .hero_slider_button {
  display: inline-block;
  text-align: center;
  //width: 205px;
  width: auto;
  padding: 0 35px;
  margin-top: 30px;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'NeuzeitGro W01 Bold';
  letter-spacing: .1em;
  background: #82bc23;
  color: #fff;
  transition: background-color .3s ease;
}

.slider_text_button .hero_slider_button:hover {
  background: #6a991f;
}

/* === POSITION VARIANTS === */

.slider_text_button.position--top-center {
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.slider_text_button.position--top-left {
  top: 15%;
  left: 10%;
  transform: none;
  text-align: left;
}

.slider_text_button.position--top-right {
  top: 15%;
  right: 10%;
  transform: none;
  text-align: right;
}

.slider_text_button.position--center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.slider_text_button.position--center-left {
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  text-align: left;
}

.slider_text_button.position--center-right {
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  text-align: right;
}

.slider_text_button.position--bottom-center {
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.slider_text_button.position--bottom-left {
  bottom: 15%;
  left: 10%;
  transform: none;
  text-align: left;
}

.slider_text_button.position--bottom-right {
  bottom: 15%;
  right: 10%;
  transform: none;
  text-align: right;
}


.about-content .left-breadcrumb {
  float: none;
}
.about-content .about-content__title {
  padding: 40px 0;
  text-align: center;
}
.about-content .about-content__title h2 {
  margin: 0;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 42px;
  color: #000;
}
.media-content {
  padding: 40px 25px;
}
.media-content .media-content__img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover !important;
  min-height: 550px;
}
.media-content .media-content__img img {
  width: 100%;
}
.media-content .media-content__info {
  padding: 40px 15px;
  padding-left: 8.33333333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.media-content .media-content__info h3 {
  font-size: 24px;
  margin-bottom: 40px;
  display: block;
  color: #000;
}
.media-content .media-content__info h4 {
  font-size: 24px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  margin-top: 30px;
  color: #000;
}
.media-content .media-content__info p {
  margin: 0 0 15px;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
.media-content--right .media-content__img {
  order: 2;
}
.media-content--right .media-content__info {
  padding: 50px 15px;
  padding-right: 8.33333333%;
}
.media-column {
  display: block;
  overflow: hidden;
  padding: 40px 10px;
}
.media-column .media-column__img {
  height: 500px;
  background-size: cover !important;
  width: 100%;
}
.shopify-challenge__container {
  padding: 40px 0;
}
.about-content-block {
  color: #000;
  padding: 40px 25px;
}
.about-content-block .about-content-block__title {
  font-size: 48px;
  letter-spacing: 0.1em;
  color: #000;
  text-align: left;
  margin-bottom: 35px;
}
.about-content-block img {
  display: inline;
  float: left;
  margin: 0 25px 25px 0;
}
.about-content-block p {
  margin: 0 0 15px;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
.about-content-block h2 {
  font-size: 36px;
  margin: 0 0 15px;
  color: #000;
  letter-spacing: 0.1em;
}
.content-page {
  color: #000;
  margin-top: 30px;
  padding: 0 10px;
}
.content-page .content-page__info {
  padding: 25px 0;
  color: #000;
}
.content-page content-page__head {
  display: block;
  overflow: hidden;
}
.content-page .content-page__title {
  font-size: 48px;
  margin: 0 0 40px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000;
  text-align: center;
}
.content-page .content-page__column h2 {
  font-size: 36px;
  color: #000;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.content-page .content-page__column h3 {
  font-size: 24px;
  color: #000;
  margin-top: 25px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.content-page .content-page__column p {
  margin: 0 0 12px;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
.content-page .content-page__column a {
  color: #002d72;
}
.content-page .content-page__column a:hover {
  color: #002d72;
  text-decoration: underline;
}
.content-page .content-page__column table td {
  padding: 15px 10px 0 15px;
  border: none;
  border: 1px solid #000;
}
.content-page .content-page__column ul li {
  font-family: "NeuzeitGroLig W01 Regular";
  margin-bottom: 5px;
}
.address-header {
  margin-left: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .category-Product .product {
    margin-bottom: 0;
    padding: 29px 0 !important;
  }
  .address-header {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.category-Product {
  padding: 7px 0 0;
}
.category-Product .category-Product__title {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  position: relative;
}
.category-Product .category-Product__title h1 {
  z-index: 1;
  color: #fff;
  font-size: 36px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
}
.category-Product .category-Product__title--img {
  height: 100%;
  width: auto;
  display: flex;
  overflow: hidden;
}
.category-Product .category-Product__title--img img {
  max-width: 100%;
  height: auto;
}
.category-Product .category-Product__title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  top: 0;
  left: 0;
  transition: opacity 0.6s ease;
}
.category-Product .product {
  margin-bottom: 0;
  padding: 40px 0;
}
.category-Product .category-Product-pro {
  padding-right: 0;
  padding-left: 0;
}
.category-Product .category-Product-img {
  padding-right: 7px;
  padding-left: 0;
}
.category-Product--right {
  padding: 7px 0 0;
}
.category-Product--right .category-Product-img {
  order: 2;
  padding-right: 0;
  padding-left: 0;
}
.category-Product--right .category-Product-pro {
  padding-right: 7px;
  padding-left: 0;
}
.bootsellers-block {
  padding: 60px 0;
}
.bootsellers-block .bootsellers-block__title {
  text-align: center;
}
.bootsellers-block .bootsellers-block__title h2 {
  font-size: 36px;
  color: #000;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}
.bootsellers-block .nav-tabs {
  margin-bottom: 10px;
  border-bottom: none;
  display: none;
  align-items: center;
  justify-content: center;
}
.bootsellers-block .nav-tabs li {
  margin: 0 30px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.bootsellers-block .nav-tabs li a {
  border: none;
  position: relative;
  padding: 0;
  color: #002d72;
}
.bootsellers-block .nav-tabs li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  height: 1px;
  bottom: -5px;
  background-color: #352b1f;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.bootsellers-block .nav-tabs li a.active {
  padding: 0;
  opacity: 1;
  color: #002d72;
}
.bootsellers-block .nav-tabs li a.active:before {
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.bootsellers-block .nav-tabs li a:hover {
  padding: 0;
  color: #002d72;
}
.bootsellers-block .nav-tabs li a:hover:before {
  background-color: #002d72;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.bootsellers-block .card-header {
  display: none;
}
.bootsellers-block .slick-slider {
  margin-left: 45px;
  margin-right: 45px;
}
.bootsellers-block .slick-next,
.bootsellers-block .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 44px;
  height: 86px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.bootsellers-block .slick-next:focus,
.bootsellers-block .slick-next:hover,
.bootsellers-block .slick-prev:focus,
.bootsellers-block .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.bootsellers-block .slick-next:focus:before,
.bootsellers-block .slick-next:hover:before,
.bootsellers-block .slick-prev:focus:before,
.bootsellers-block .slick-prev:hover:before {
  opacity: 1;
}
.bootsellers-block .slick-next.slick-disabled:before,
.bootsellers-block .slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.bootsellers-block .slick-next:before,
.bootsellers-block .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  content: "";
  opacity: 0.75;
  color: #fff;
  background-image: url(../assets/carousel-arrows.png);
  width: 44px;
  height: 86px;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
.bootsellers-block .slick-prev {
  left: -45px;
}
.bootsellers-block [dir="rtl"] .slick-prev {
  right: -45px;
  left: auto;
}
.bootsellers-block .slick-prev:before {
  background-position: top;
}
.bootsellers-block [dir="rtl"] .slick-prev:before {
  background-position: top;
}
.bootsellers-block .slick-next {
  right: -45px;
}
.bootsellers-block [dir="rtl"] .slick-next {
  right: auto;
  left: -45px;
}
.bootsellers-block .slick-next:before {
  background-position: bottom;
}
.bootsellers-block [dir="rtl"] .slick-next:before {
  background-position: bottom;
}
.bootsellers-block .card {
  border: none;
  border-radius: 0;
}
.bootsellers-block .card-header {
  background: 0 0;
  border-bottom: 2px solid #002d72;
  padding: 0;
}
.bootsellers-block .card-header a {
  display: flex;
  align-items: center;
  position: relative;
  color: #002d72;
}
.bootsellers-block .card-header a:hover {
  color: #002d72;
  text-decoration: none;
}
.bootsellers-block .card-header h5 {
  padding: 0 20px;
  line-height: 45px;
  color: #002d72;
  border: 0 !important;
  text-transform: uppercase;
  font-size: 16px;
}
.bootsellers-block .card-header i,
.bootsellers-block .card-header svg {
  font-size: 20px;
  color: #002d72;
  position: absolute;
  right: 0;
  transform: rotate(-90deg);
}
.bootsellers-block .card-header .collapsed i,
.bootsellers-block .card-header .collapsed svg {
  transform: rotate(0);
}
.bootsellers-block .collapse {
  margin-top: 20px;
}
.product .price:focus,
.product .product__image:focus,
.product .product__price:focus,
.product .product__title:focus,
.product img:focus,
.product:focus {
  outline: 0;
  box-shadow: none;
}
.product:focus {
  outline: 0;
  box-shadow: none;
}
.qimify-minicart-siderbar .qimify-minicart-header {
  height: 45px !important;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  color: #002d72 !important;
  border-bottom: 1px solid #002d72 !important;
}
.qimify-minicart-siderbar .qimify-minicart-header .qimify-minicart-cart {
  top: auto !important;
}
.qimify-minicart-siderbar .qimify-minicart-header .qimify-minicart-cart a {
  color: #002d72 !important;
}
.qimify-minicart-siderbar .qimify-minicart-header .qimify-minicart-close {
  top: auto !important;
}
.qimify-minicart-siderbar .qimify-minicart-header .qimify-minicart-close a {
  color: #002d72 !important;
}
.qimify-minicart-siderbar .qimify-minicart-body {
  padding: 10px 0 !important;
  box-shadow: none !important;
  border-bottom: 2px solid #002d72;
  height: calc(100% - 161px) !important;
  box-shadow: none !important;
}
.qimify-minicart-siderbar .qimify-minicart-item {
  padding: 12px;
  margin-bottom: 0;
}
.qimify-minicart-siderbar .qimify-minicart-promotion-bar {
  display: none;
}
.qimify-minicart-siderbar .qimify-minicart-footer {
  padding: 0 !important;
}
.qimify-minicart-siderbar .qimify-minicart-footer .qimify-minicart-row {
  margin-bottom: 0 !important;
  padding: 20px;
  border-bottom: 2px solid #002d72;
}
.qimify-minicart-siderbar .qimify-minicart-footer .qimify-minicart-cart-total {
  text-align: left !important;
  float: none !important;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.1em;
}
.qimify-minicart-siderbar
  .qimify-minicart-footer
  .qimify-minicart-cart-total
  span {
  float: right;
  display: flex;
  height: 100%;
  align-items: center;
  color: #000;
}
.qimify-minicart-siderbar .qimify-minicart-viewcart {
  background-color: #82bc23 !important;
  padding: 12px 20px !important;
  height: 52px;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: #fff;
}
.qimify-minicart-siderbar .qimify-minicart-qimify-brand {
  display: none;
}
.qimify-minicart-siderbar .qimify-minicart-continueshopping {
  display: none;
}
.error-page {
  padding: 60px 20px;
  text-align: center;
}
.error-page h1 {
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #002d72;
  margin-bottom: 40px;
}
.error-page p {
  margin: 0 0 15px;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
.error-page h2 {
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #002d72;
  margin: 16px 0 8px;
}
.error-page ul li {
  margin: 0 0 5px;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  color: #002d72;
}
.error-page ul li a {
  color: #002d72;
}
.error-page ul li a:before {
  content: "";
  width: 35px;
  height: 1px;
  margin-right: 10px;
  background: #002d72;
  display: inline-block;
  vertical-align: middle;
}
.error-page ul li a:hover {
  text-decoration: none;
  color: #002d72;
}
.faq-page .conatct-banner h1 {
  text-transform: inherit;
}
.faq-page .faq-tab a {
  width: 100%;
  display: block;
  text-align: left;
  clear: both;
  padding: 15px;
  margin-bottom: 5px;
  background: #f4f4f4;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}
.faq-page .faq-title-link.active {
  background: #002d72;
  color: #fff;
}
.faq-page .faq-title-link.active i {
  transform: rotate(90deg);
  transform-origin: center;
}
.faq-page .faq-tab a i {
  float: right;
  font-size: 16px;
  transform-origin: center;
  transition: all ease-in-out 0.2s;
}
.faq-page .faq-tab a:hover {
  background: #002d72;
  color: #fff;
  text-decoration: none;
}
.faq-page .fax-content-tab {
  padding: 40px 0;
}
.faq-page .faq-content dt h2 {
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000;
}
.faq-page .faq-content dd .faq-que {
  margin: 0 0 25px;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000;
  display: block;
}
.faq-page .faq-content dd .faq-que:before {
  content: "Q:";
  font-size: 1.5rem;
  color: #000;
  margin-right: 10px;
}
.faq-page .faq-content dd .faq-ans {
  margin: 0 25px 25px 25px;
  padding: 0;
  font-family: "NeuzeitGroLig W01 Regular";
  font-size: 1.125rem;
  line-height: 1.2;
  color: #000;
}
.faq-page .faq-content dd .faq-ans p {
  margin-bottom: 20px;
}
.faq-page .faq-content dd .faq-ans ul {
  margin: 0 0 20px;
}
.faq-page .faq-content dd .faq-ans strong {
  display: block;
  margin-top: 20px;
  font-weight: 500;
}
.faq-page .faq-content dd .faq-ans:before {
  content: "A:";
  font-family: "NeuzeitGro W01 Bold";
  font-size: 1.125rem;
  color: #000;
  margin-right: 10px;
}
.qimify-minicart-popup-wrapper .qimify-minicart-header .qimify-minicart-cart {
  display: none;
}
.qimify-minicart-header {
  color: #002d72 !important;
}
.qimify-minicart-popup-wrapper .qimify-minicart-header .qimify-minicart-close {
  color: #002d72 !important;
}
.who_we_are .home-about .img-box {
  text-align: center;
}
.who_we_are .home-about .img-box img {
  display: inline-block;
}
.who_we_are .home-about a.read-more i,
.who_we_are .home-about a.read-more svg {
  margin-right: 10px;
}
.who_we_are .home-about a.read-more:before {
  display: none;
}
.menu > li > a:hover {
  text-decoration: none;
}
.menu-mobile > li a:hover {
  text-decoration: none;
}
.search-title {
  font-size: 36px;
}
.image-item {
  height: auto !important;
}
.image-row-3 .image-item {
  height: auto !important;
}
.blog-inner-content .left-breadcrumb {
  float: left;
}
.newsletter .klaviyo-form .kgtZbf .needsclick {
  padding: 0 0 15px;
}
.newsletter .klaviyo-form .kgtZbf .bQDdTc {
  padding: 0 0;
}
.newsletter .klaviyo-form .icZWwF {
  padding-bottom: 0 !important;
}
.newsletter .klaviyo-form input {
  margin-bottom: 0;
}
.left-breadcrumb .breadcrumb li:before {
  padding-right: 0.7em;
}
.left-breadcrumb .breadcrumb li {
  padding-left: 0.7rem;
}
.image-item img {
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.who_we_are .home-about {
  border-top: none !important;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1290px) {
  .category-Product .product .product__image img {
    max-width: 240px !important;
  }
}
@media screen and (min-width: 992px) {
  .filter-menu.navbar-expand-lg .navbar-collapse {
    display: inline-flex !important;
  }
  .navbar.filter-menu {
    letter-spacing: 0.1em;
  }
  .navbar.filter-menu li.dropdown:hover {
    border: 1px solid #e6e6e6;
    border-bottom: 1px solid #fff;
  }
  .navbar.filter-menu li.dropdown:hover ul.dropdown-menu {
    display: block;
    border: 1px solid #e6e6e6;
  }
  .myaccount__order-history {
    -webkit-flex: 1 0 66.66667%;
    -moz-flex: 1 0 66.66667%;
    -ms-flex: 1 0 66.66667%;
    flex: 1 0 66.66667%;
  }
  .myaccount__account-details {
    -webkit-flex: 1 0 33.33333%;
    -moz-flex: 1 0 33.33333%;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%;
  }
}
.product-collection .collection-filter .boost-pfs-filter-option-content {
  padding: 20px 20px !important;
  font-size: 15px;
  color: #000;
  margin-top: -1px !important;
  border-radius: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  box-shadow: none !important;
}
.product-collection
  .collection-filter
  .boost-pfs-filter-option-content
  .boost-pfs-filter-option-item {
  margin: 0 0 3px;
  font-size: 18px;
  font-family: "NeuzeitGroLig W01 Regular";
  color: #000;
}
.product-collection .collection-filter .boost-pfs-filter-option-content:before {
  display: none;
}
.product-collection .collection-filter .boost-pfs-filter-option-content:after {
  display: none;
}
.product-collection .collection-filter .boost-pfs-filter-option {
  margin-right: 0;
}
.product-collection
  .collection-filter
  .boost-pfs-filter-option
  .boost-pfs-filter-option-title-heading {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "NeuzeitGroLig W01 Regular";
  margin-left: 5px;
  padding: 10px 35px 10px 10px;
  text-transform: uppercase;
  border: 1px solid #fff !important;
  border-bottom: none !important;
  color: #000;
}
.product-collection
  .collection-filter
  .boost-pfs-filter-option
  .boost-pfs-filter-option-title-heading:before {
  right: 15px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 6px;
  height: 6px;
}
.product-collection
  .collection-filter
  .boost-pfs-filter-option
  .boost-pfs-filter-option-content {
  padding: 20px 15px !important;
  left: 5px;
}
.product-collection
  .collection-filter
  .boost-pfs-filter-option.boost-pfs-filter-option-collapsed
  .boost-pfs-filter-option-title-heading {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "NeuzeitGroLig W01 Regular";
  margin-left: 5px;
  padding: 10px 35px 10px 10px;
  text-transform: uppercase;
  border: 1px solid #fff !important;
  border-bottom: none !important;
  color: #000;
}
.product-collection
  .collection-filter
  .boost-pfs-filter-options-wrapper:before {
  content: "FILTERS:";
  margin-right: 0;
  color: #000;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "NeuzeitGro W01 Bold";
  letter-spacing: 0.1em;
  line-height: 35px;
}
.product-collection
  .collection-filter
  .boost-pfs-filter-option:hover
  .boost-pfs-filter-option-title-heading {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-bottom: none !important;
  color: rgba(0, 0, 0, 0.7);
}
.product-collection
  .collection-filter
  .boost-pfs-filter-option:hover
  .boost-pfs-filter-option-content {
  display: block !important;
}
@media screen and (max-width: 1200px) {
  .product-details .nav-tabs li {
    margin-right: 20px;
  }
  .product-details .product-details__title {
    font-size: 18px;
    line-height: 26px;
    width: calc(100% - 170px);
  }
  .product-details .price {
    font-size: 18px;
    line-height: 26px;
    width: 170px;
  }
  .contact-info__image {
    padding-left: 0 !important;
  }
  .menu > li > a {
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .category-Product--right .category-Product-img {
    order: 0 !important;
  }
  .product-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option {
    padding: 0 !important;
  }
  .product-collection
    .boost-pfs-filter-tree-v
    .boost-pfs-filter-option
    .boost-pfs-filter-option-title-heading {
    padding-bottom: 0 !important;
    font-size: 12px !important;
    text-transform: capitalize !important;
    font-family: "NeuzeitGroLig W01 Regular";
  }
  .product-collection
    .boost-pfs-filter-tree-v
    .boost-pfs-filter-option
    .boost-pfs-filter-option-title-heading
    .boost-pfs-filter-option-title-text {
    padding-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "NeuzeitGroLig W01 Regular";
    letter-spacing: 1px;
    font-weight: 400;
    color: #000;
  }
  .product-collection .boost-pfs-filter-toolbar-top-mobile {
    padding: 10px;
    color: #193572;
    border-top: 1px solid #193572;
    border-bottom: 1px solid #193572;
  }
  .product-collection .boost-pfs-filter-toolbar-top-mobile button {
    padding: 0;
    color: #193572;
  }
  .product-collection
    .boost-pfs-filter-tree-v
    .boost-pfs-filter-option
    .boost-pfs-filter-option-title {
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }
  .product-collection .boost-pfs-filter-toolbar-top-mobile button:focus {
    outline: 0;
    box-shadow: none;
  }
  .boost-pfs-filter-tree-mobile-button button:before {
    position: absolute !important;
    right: 10px !important;
    top: 17px !important;
    content: "\002B" !important;
    display: inline-block;
    background-image: inherit !important;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-size: 22px;
    color: #193572;
  }
  .boost-pfs-filter-tree-open-body
    .boost-pfs-filter-tree-mobile-button
    button:before {
    content: "\2212" !important;
    color: #193572;
  }
  .product-collection
    .boost-pfs-filter-tree-v
    .boost-pfs-filter-option.boost-pfs-filter-option-collapsed
    .boost-pfs-filter-option-title
    .boost-pfs-filter-option-title-heading
    span:after {
    top: 15px !important;
    border: 1px solid #666 !important;
    border-radius: 2px !important;
    padding: 1px !important;
    line-height: 8px !important;
  }
  .product-collection
    .boost-pfs-filter-tree-v
    .boost-pfs-filter-option
    .boost-pfs-filter-option-title
    .boost-pfs-filter-option-title-heading
    span:after {
    top: 15px !important;
    border: 1px solid #666 !important;
    border-radius: 2px !important;
    padding: 1px !important;
    line-height: 8px !important;
  }
  .product-collection
    .boost-pfs-filter-tree-v
    .boost-pfs-filter-option
    .boost-pfs-filter-option-content {
    padding: 10px;
  }
  .product-collection
    .boost-pfs-filter-option-content
    .boost-pfs-filter-option-item-list
    .boost-pfs-filter-option-item {
    margin: 0;
    padding: 5px 5px 5px 30px;
  }
  .boost-pfs-filter-option-content
    .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list
    li
    .boost-pfs-check-box {
    top: 8px !important;
  }
  .product-collection
    .boost-pfs-filter-option-content
    .boost-pfs-filter-option-item-list
    .boost-pfs-filter-option-item
    button {
    font: 18px/1.35 "NeuzeitGroLig W01 Regular";
  }
  .boost-pfs-filter-tree-v .boost-pfs-filter-option {
    border-top: none !important;
  }
}
@media screen and (max-width: 991px) {
  header {
    background-color: transparent;
  }
  .product-collection__heading {
    width: 100% !important;
  }
  .navbar.filter-menu {
    display: block !important;
    padding: 5px;
  }
  .navbar.filter-menu ul.navbar-nav li.dropdown {
    border: 1px solid #fff;
  }
  .navbar.filter-menu ul.navbar-nav li.dropdown.show {
    border: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .navbar.filter-menu ul.navbar-nav li.dropdown:hover {
    border: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .navbar.filter-menu ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
    border: 1px solid #fff;
  }
  .navbar-head {
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-top: 1px solid #193572;
    border-bottom: 1px solid #193572;
    padding: 0 0 0 12px;
    letter-spacing: 0.1em;
  }
  .navbar-head .navbar-toggler {
    display: flex !important;
  }
  .navbar.filter-menu .navbar-brand {
    width: calc(100% - 40px);
    text-align: left;
    margin-bottom: 0;
    color: #193572;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
  }
  .navbar.filter-menu .nav-link {
    padding: 8px 15px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
  }
  .navbar.filter-menu .nav-link i {
    position: absolute;
    right: 15px;
  }
  .navbar.filter-menu .navbar-toggler {
    width: 100%;
  }
  .product-details .product-details__title {
    font-size: 30px;
    line-height: 36px;
    width: calc(100% - 170px);
    letter-spacing: 0.1em;
  }
  .product-details .price {
    font-size: 30px;
    line-height: 36px;
    width: 170px;
  }
  .filter-menu ul li a.nav-link:after {
    position: absolute;
    content: "+";
    font-size: 25px;
    color: #193572;
    width: 20px;
    top: -2px;
    right: 0;
    display: block;
  }
  .navbar.filter-menu .dropdown .nav-linkn:after {
    content: "+";
    font-size: 30px;
    color: #193572;
    width: 20px;
    border: none;
    display: block;
  }
  .navbar.filter-menu .dropdown.show .nav-link:after {
    content: "-";
    font-size: 38px;
    color: #193572;
    line-height: 30px;
    width: 20px;
  }
  .grid__item {
    float: left;
    padding-left: 0;
  }
  .fill-address #AddressNewForm .grid {
    margin-left: 0;
  }
  .fill-address .editform .grid {
    margin-left: 0;
  }
  .blog-filter .blog-filter__head {
    justify-content: center;
  }
  .left-breadcrumb {
    float: none;
  }
  .pagination-box {
    display: none;
  }
  .conatct-banner h1 {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 36px;
  }
  footer {
    padding: 50px 22px;
  }
  footer .newsletter h6 {
    text-align: center;
    font-size: 14px;
  }
  .about-content .about-content__title {
    padding: 25px 0;
  }
  .media-content {
    padding: 30px 10px;
  }
  .media-content .media-content__info {
    padding: 40px 15px 0;
  }
  .media-column {
    padding: 30px 10px;
  }
  .media-content--right .media-content__info {
    padding: 0 15px 40px;
  }
  .about-content-block {
    padding: 30px 10px;
  }
  .about-content-block .about-content-block__title {
    font-size: 28px;
  }
  .about-content-block h2 {
    font-size: 30px;
  }
  .content-page__title {
    font-size: 28px !important;
  }
  .content-page .content-page__column h2 {
    font-size: 30px;
  }
  .content-page {
    margin-top: 10px;
  }
  .category-Product--right .category-Product-img {
    order: 2;
  }
  .login-template .login-template__column {
    height: auto;
    margin: 15px 0;
  }
  .plus-button::after,
  .plus-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #002d72;
    width: 4px;
    height: 16px;
    transition: transform 0.2s ease;
  }
  .plus-button::before {
    transform: rotate(90deg) translate(-8px, 2px);
  }
  .mobile-search-form button img {
    filter: brightness(0) invert(1);
    height: 15px;
  }
  .media-column .media-column__img {
    height: 200px;
  }
  .media-content .media-content__img {
    height: 500px;
    margin: 0 15px;
  }
  .product .product__image {
    height: 200px;
  }
  .product .product__image img {
    max-height: 200px;
  }
  .basket {
    padding-right: 9px;
    padding-left: 9px;
  }
  .basket .cart-button span {
    font-size: 10px;
  }
  .basket .g-icon {
    left: 4px;
  }
  .navigation a {
    color: #fff;
  }
  .parent-link:after,
  .parent-link:before {
    background-color: #fff;
  }
  .row_diff_height {
    background-color: #002d72;
  }
  #header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
  #header.scroll {
    position: fixed;
  }
  .menu-mobile {
    margin-bottom: 0;
  }
  .index-template #shopify-section-header {
    padding-bottom: 0;
  }
  footer .ResetElements__Div-sc-8e6zl9-0 {
    justify-content: center;
    align-items: center;
  }
  footer .ResetElements__Div-sc-8e6zl9-0 input {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  #header .row_diff_height {
    overflow: hidden;
  }
  .announcment_bar {
    border-bottom: none;
  }
  .scroll .announce {
    height: auto;
  }
  #header.scroll {
    position: fixed;
    top: 0;
    padding: 0;
  }
  #header {
    padding: 0;
  }
  #header #header-menu {
    padding: 0 12px;
  }
  #header #header-menu .search_login_cart {
    padding-right: 12px;
  }
  .newsletter .klaviyo-form .ql-editor {
    text-align: center !important;
  }
  .newsletter .klaviyo-form .kgtZbf input {
    margin: 0 auto;
  }
  .newsletter .klaviyo-form .kgtZbf .needsclick {
    margin: 0 auto;
  }
  .blog-inner-content__head {
    min-height: 42px;
  }
  body {
    padding-top: 107px;
  }
}
@media (min-width: 768px) {
  .product-details .nav-tabs {
    display: flex;
  }
  .product-details .card {
    border: none;
  }
  .product-details .card .card-header {
    display: none;
  }
  .product-details .card .collapse {
    display: block;
  }
  .bootsellers-block .nav-tabs {
    display: flex;
  }
  .bootsellers-block .card {
    border: none;
  }
  .bootsellers-block .card .card-header {
    display: none;
  }
  .bootsellers-block .card .collapse {
    display: block;
  }
  .blog-filter li {
    padding: 5px 8px !important;
  }
}
@media screen and (min-width: 767px) {
  .medium-up--one-half {
    width: 50%;
  }
  .order-table tbody tr td,
  .order-table tbody tr th {
    padding-top: 1.25em !important;
    padding-bottom: 1.25em !important;
  }
  .order-table thead th {
    text-transform: uppercase !important;
    padding-top: 1.25em !important;
    padding-bottom: 1.25em !important;
  }
}
@media screen and (max-width: 767px) {
  .navbar.filter-menu .navbar-toggler {
    width: 100%;
  }
  .product-details .product-details__part:last-child {
    border-bottom: none;
  }
  .product-collection .product-collection__title {
    margin-bottom: 25px;
    font-size: 28px;
  }
  .product-details .product-details__heading {
    padding-bottom: 25px;
    display: block !important;
  }
  .product-details .product-details__title {
    width: 100%;
    margin-bottom: 10px;
  }
  .product-details .price {
    width: 100%;
    text-align: left;
  }
  .product-details .slider-nav {
    width: 100%;
  }
  .product-details .product-details__part {
    align-items: flex-start;
    flex-direction: column;
  }
  .product-details .cart-btn {
    width: 100%;
    margin-top: 15px;
  }
  .product-details .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
  .product-details .tab-content {
    border-top: 1px solid #ccc;
  }
  .product-details .tab-content .card {
    border: none;
    background-color: transparent;
  }
  .product-details .tab-content .card .card-header {
    background: 0 0;
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
  }
  .product-details .tab-content .card .card-header h5 {
    font-size: 18px;
    color: #000;
    line-height: 24px;
    font-weight: 100;
    text-transform: capitalize;
  }
  .product-details .tab-content .card .card-header h5 a {
    text-decoration: none;
    color: #000;
    display: block;
    position: relative;
  }
  .product-details .tab-content .card .card-header h5 a:after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 10px;
    top: 5px;
    background: url(dt_arrows.png) no-repeat 0 -17px;
    background-position: 0 0;
  }
  .product-details .tab-content .card .card-header h5 a.collapsed:after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 10px;
    top: 5px;
    background: url(dt_arrows.png) no-repeat 0 -17px;
  }
  .product-details .tab-content .card .card-body {
    padding: 20px 8px;
  }
  #AddToCartForm .product-details__part:last-child {
    border-bottom: none;
  }
  .product-details .product-details__tabs {
    padding: 30px 0 30px;
    margin-bottom: 40px;
  }
  .page-width {
    padding-left: 22px;
    padding-right: 22px;
  }
  .myaccount__order-history thead {
    width: 100%;
    display: none;
    overflow: hidden;
  }
  .myaccount__order-history thead tr {
    width: 100%;
    display: block;
  }
  .myaccount__order-history tbody {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .myaccount__order-history tbody tr {
    width: 100%;
    display: block;
  }
  .myaccount__order-history tfoot {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .myaccount__order-history tfoot tr {
    width: 100%;
    display: block;
  }
  .responsive-table td,
  .responsive-table th {
    float: left;
    clear: left;
    width: 100%;
    text-align: right !important;
    padding: 27.5px 0 !important;
    border: none !important;
    margin: 0 !important;
  }
  .responsive-table td::before,
  .responsive-table th::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 12px;
    padding-right: 10px;
    font-weight: 400;
  }
  .order-table thead {
    display: none;
  }
  .order-table__product {
    display: flex;
    justify-content: space-between;
  }
  .order-table tbody td::before,
  .order-table tbody th::before {
    content: attr(data-label);
    float: left;
    text-align: left;
    padding-right: 2em;
    max-width: 80%;
  }
  .order-table tbody td::before,
  .order-table tbody th::before {
    font-weight: 700;
  }
  .order-table tbody tr {
    display: block;
  }
  .myaccount .myaccount__order-history table td,
  .myaccount .myaccount__order-history table th {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .order-table tfoot tr {
    display: flex;
  }
  .order-table {
    border: none;
  }
  .blog-filter .blog-filter__head {
    display: block;
    flex-direction: column;
    padding-bottom: 15px;
  }
  .blog-filter #filters {
    padding: 0 7px;
  }
  .bootsellers-block .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
  .bootsellers-block .card-header {
    display: block;
  }
  .bootsellers-block .card:first-child {
    border-top: 2px solid #002d72;
  }
  .contact-form-box input,
  .contact-form-box select {
    margin: 0;
    width: 100%;
  }
  .contact-form-box {
    padding: 40px 15px 30px;
  }
  .contact-form-box span.label {
    display: block;
    margin-bottom: 0;
  }
  .contact-form-box h2 {
    margin-bottom: 15px;
  }
  .contact-form-box .contact-form__column span.label {
    margin-bottom: 10px !important;
  }
  .product .product__image {
    height: 160px;
  }
  .product .product__image img {
    max-height: 160px;
  }
  .product .product__title {
    margin-bottom: 15px;
    min-height: 36px;
  }
  .login-template .login-template__column {
    padding: 30px 25px;
  }
  .image-row-2 .image-item {
    padding: 3px 0 !important;
  }
  .mobile-slider {
    display: flex;
    height: 200px;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    background-size: cover;
    text-decoration: none;
  }
  .mobile-slider h2 {
    font-size: 34px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
  }
  .mobile-slider:hover {
    text-decoration: none;
  }
  .mobile-slider:hover h2 {
    color: #fff;
    text-decoration: none;
  }
  .image-item span {
    font-size: 34px;
  }
  .category-Product .category-Product__title h1 {
    font-size: 34px;
    letter-spacing: 0.1em;
  }
  #slider_container {
    display: none;
  }
  .product-form__controls-group .selector-wrapper {
    width: 100%;
  }
  .product-form__controls-group .selector-wrapper select {
    width: 100%;
  }
  .image-row-2 .image-item span {
    top: 50%;
  }
  .mobile-slider {
    height: 250px;
    padding: 50px 10px;
  }
  .image-row-wrapper {
    padding-top: 3px;
  }
  .category-Product {
    padding: 0 0 7px;
  }
  .product-details {
    padding: 0 0 40px;
  }
  .product-details .left-breadcrumb {
    margin-bottom: 25px;
  }
  .blog-filter .left-breadcrumb {
    float: none;
  }
  .blog-inner-content .left-breadcrumb {
    float: none;
  }
  .blog-filter li {
    padding: 5px 15px !important;
  }
  .blog-filter li.breadcrumb-item {
    padding: 0 0 0 0.7em !important;
  }
  .blog-filter .blog-filter__title {
    padding: 2px 22px;
    line-height: 30px;
  }
  .product-details .product-details__tabs .tab-pane .data-table th {
    width: 145px;
  }
  .product-details .product-details__tabs .tab-pane .data-table td {
    padding: 5px 5px;
  }
  .category-Product .category-Product-img {
    padding-right: 0;
    padding-left: 0;
  }
  .category-Product--right .category-Product-pro {
    padding-right: 0;
    padding-left: 0;
  }
  .image-item {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 7px;
  }
  .image-row-3 .image-item {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 7px;
  }
}
#out-stock {
  margin-left: 115px;
  padding: 5px 0;
  color: red;
}
.ajax-cart-item__quantity-number {
  width: 36px !important;
}
.product .product__price strong {
  margin-top: 5px;
  display: block;
}
#header .account-submenu a:before {
  display: none;
}
.account-submenu li {
  position: relative;
}
.account-submenu li:before {
  content: "";
  margin-right: 10px;
  width: 3px;
  height: 3px;
  display: inline-block;
  background: #82bc23;
  vertical-align: middle;
  position: absolute;
  left: 8px;
  top: 16px;
}
.account-submenu .g-icon {
  margin-right: 10px;
}
.account-submenu .g-icon.user-small {
  margin-right: 13px;
}
.page-width {
  padding: 40px 15px;
}
.scroll .logo {
  top: 0;
}
.account-submenu .g-icon.login {
  padding: 0 5px 0 12px;
}
.account-submenu .g-icon.register {
  margin-right: 13px;
}
.category-Product .product .product__image {
  height: auto;
}
.category-Product .product .product__image img {
  max-width: 100%;
  max-height: inherit;
}
.category-Product .product {
  padding: 0 0 !important;
}
.category-Product .category-Product__title--img {
  height: auto;
}
.announcment_bar p {
  font-family: "NeuzeitGro W01 Bold";
}
#storemapper-right {
  order: 2 !important;
}
#storemapper #storemapper-left {
  display: block !important;
}
#storemapper #storemapper-list {
  display: none !important;
}
@media (min-width: 670px) {
  #storemapper #storemapper-left {
    display: none !important;
  }
  .storemapper-error {
    bottom: 45px;
  }
}
.boost-pfs-addtocart-wrapper {
  display: none !important;
}
.boost-pfs-quickview-btn {
  display: none !important;
}
#mc-embedded-subscribe {
  text-transform: uppercase !important;
  position: relative !important;
  padding: 11px 10px !important;
  background: rgba(198, 92, 63, 0) !important;
  border-radius: 2px !important;
  border-style: solid !important;
  border-color: #002d72 !important;
  border-width: 2px !important;
  color: #002d72 !important;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  height: auto !important;
  white-space: normal !important;
  text-align: center !important;
  word-break: break-word !important;
  align-self: flex-end !important;
  cursor: pointer !important;
}
#mce-EMAIL {
  box-sizing: border-box;
  border-radius: 2px;
  padding: 0 0 0 16px !important;
  height: 38px;
  text-align: left;
  color: #000;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  background-color: #fff;
  border: 1px solid #b4bbc3;
}
#mce-success-response {
  color: #002d72 !important;
  margin-left: 5px;
  font-size: 18px;
}
#boot-care-page .menu > li {
  list-style-type: none;
}
#boot-care-page .submenu > li {
  list-style-type: none;
}
#boot-care-page .content-page__info ul {
  padding-left: 20px;
  font-family: "NeuzeitGroLig W01 Regular";
}
#boot-care-page .content-page__info ul li {
  list-style-type: disc;
  font-family: "NeuzeitGroLig W01 Regular";
}
#out-stock {
  color: #000;
}
#mc_embed_signup .mc-field-group input {
  box-sizing: border-box;
  border-radius: 2px;
  padding: 0 0 0 16px !important;
  height: 38px;
  text-align: left;
  color: #000;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  background-color: #fff;
  border: 1px solid #b4bbc3;
  font-size: 14px !important;
  margin-bottom: 15px;
  color: #333 !important;
}
#mc_embed_signup .mc-field-group input::placeholder {
  color: #333 !important;
}
#mc_embed_signup .mc-field-group label {
  display: none !important;
}
.store-frame {
  display: block;
  margin-top: 20px;
  width: 100%;
  height: 700px;
}
#mc_embed_signup_scroll .mc-field-group #mce-FNAME::placeholder {
  color: #333 !important;
}
.content-page .content-page__column ul li {
  list-style: disc;
}
.ajax-cart__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 40;
  max-width: 575px;
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 50px 65px;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
}
.ajax-cart__modal.is-open {
  opacity: 1;
  visibility: visible;
}
.ajax-cart__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ajax-cart__overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.ajax-cart__drawer {
  position: fixed;
  top: 0;
  right: -480px;
  z-index: 100;
  width: 100%;
  max-width: 480px;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ajax-cart__drawer.is-open {
  transform: translateX(-480px);
}
.ajax-cart-modal {
  position: relative;
}
.ajax-cart-modal__close {
  position: absolute;
  right: 30px;
  top: 10px;
  cursor: pointer;
}
.ajax-cart-modal__content {
  padding: 20px;
}
.ajax-cart-drawer {
  position: relative;
  height: 100%;
}
.ajax-cart-drawer__close {
  position: absolute;
  right: 30px;
  top: 5px;
  cursor: pointer;
}
.ajax-cart-drawer__content {
  padding: 25px 25px 190px;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
.ajax-cart-drawer__buttons {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 190px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.ajax-cart-drawer__buttons .button:last-child {
  margin-top: auto;
}
.ajax-cart-item__single {
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 15px 0;
  border-bottom: 1px solid #f5f5f5;
}
.ajax-cart-item__image {
  width: 90px;
  height: auto;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.ajax-cart-item__remove {
  position: absolute;
  right: 0;
  top: 25px;
  cursor: pointer;
}
.js-button {
  background: #000;
  color: #fff;
  padding: 20px 10px;
  text-align: center;
  cursor: pointer;
}
.ajax-cart-item__price {
  position: absolute;
  bottom: 25px;
  right: 0;
}
.ajax-cart-item__quantity {
  position: absolute;
  bottom: 23px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  left: 122px;
}
.ajax-cart-item__title {
  vertical-align: top;
}
.ajax-cart-drawer__subtotal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  transition: all 0.3s ease-in-out;
  align-items: center;
  height: 50px;
  padding: 0 30px;
}
.ajax-cart-item__quantity-number {
  width: 30px;
  height: 24px;
  margin: 0;
  padding: 0 0 0 5px;
  text-align: center;
  font-size: 1rem;
  color: #000;
  border: none;
  outline: 0;
  -moz-appearance: textfield;
  vertical-align: middle;
}
.ajax-cart-item__quantity-button {
  width: 24px;
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #f5f5f5;
  font-size: 1rem;
  padding: 0 5px;
  margin: 0 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ajax-cart-drawer__grandtotal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  transition: all 0.3s ease-in-out;
  align-items: center;
  height: 50px;
  padding: 0 30px;
  border-top: 1px solid #002d72;
}
.ajax-cart__drawer {
  max-width: 325px !important;
  z-index: 223 !important;
}
.ajax-cart__drawer .drawer-header {
  text-align: center;
  padding: 13px 10px;
  border-bottom: 2px solid #002d72;
  color: #002d72;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.ajax-cart__drawer .ajax-cart-drawer__close {
  display: inline-block;
  width: 11px;
  height: 21px;
  background-position: -21px -135px;
  position: absolute;
  right: auto;
  top: 8px;
  left: 12px;
  font-size: 18px;
  cursor: pointer;
}
.js-ajax-cart-drawer-close {
  cursor: pointer;
}
.ajax-cart__drawer .ajax-cart-drawer__content {
  padding: 0;
  position: relative;
  height: calc(100% - 92px);
  overflow: hidden;
  overflow-y: hidden;
}
.ajax-cart__drawer .sub-total-contain {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  height: 55px;
  border-top: 1px solid #002d72 !important;
  background: 0 0 !important;
}
.ajax-cart__drawer .sub-total-contain span {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.ajax-cart__drawer .sub-total-contain .ajax-cart-drawer__subtotal-price {
  letter-spacing: 0;
}
.ajax-cart__drawer .grand-total-contain {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55px;
  border-top: 1px solid #002d72 !important;
  background: 0 0 !important;
}
.ajax-cart__drawer .grand-total-contain span {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.empty-cart {
  padding: 20px;
  text-align: center;
  color: #000;
  font-size: 25px;
}
.ajax-cart__drawer .grand-total-contain .ajax-cart-drawer__grandtotal-price {
  letter-spacing: 0;
}
.ajax-cart__drawer .ajax-cart-item__single {
  padding: 15px;
  border-bottom: 1px solid #002d72;
  display: flex;
  align-items: center;
}
.ajax-cart__drawer .minicart-product-image {
  flex: 33% 0 0;
  margin-right: 5px;
}
.ajax-cart__drawer .ajax-cart-item__title {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 14px;
  display: inline-block;
  width: calc(100% - 25px);
}
.ajax-cart__drawer .ajax-cart-item__title a {
  color: #000;
}
.ajax-cart__drawer .ajax-cart-item__title a:hover {
  text-decoration: none;
  color: #000;
}
.ajax-cart__drawer .ajax-cart-item__price {
  position: inherit;
  padding: 10px 0;
  font-size: 14px;
}
.ajax-cart__drawer .minicart-product-qty {
  display: flex;
}
.ajax-cart__drawer .ajax-cart-item__quantity {
  position: inherit;
  line-height: 14px;
  font-size: 10px;
  margin-right: 10px;
}
.ajax-cart__drawer .ajax-cart-item__quantity-label {
  margin-right: 10px;
}
.ajax-cart__drawer .edit-cart-product a {
  text-decoration: underline;
  text-transform: lowercase;
  letter-spacing: 0.05em;
  font-family: DINNextW01-LightItalic;
  font-size: 10px;
  line-height: 24px;
}
.ajax-cart__drawer .ajax-cart-item__remove {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 13px;
  line-height: 13px;
  width: 11px;
  height: 10px;
}
.ajax-cart__drawer .ajax-cart-item__remove::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: black;
  transform: rotate(-45deg);
}
.ajax-cart__drawer .ajax-cart-item__remove::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: black;
  transform: rotate(45deg);
}
.ajax-cart__drawer .ajax-cart-drawer__buttons {
  padding: 0;
  height: auto;
}
.ajax-cart__drawer .js-button {
  background: #82bc23;
  color: #fff;
  padding: 17px 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.ajax-cart__drawer .js-button:hover {
  text-decoration: none;
  color: #fff;
}
.js-ajax-cart-overlay.is-open {
  background: rgba(29, 29, 31, 0.6);
  z-index: 222;
}
.js-ajax-cart-quantity-minus {
  width: 17px;
  height: 17px;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
  background: url("../assets/g-icons.png") no-repeat 0 0;
  vertical-align: middle;
  background: url("../assets/g-icons.png") no-repeat -26px -177px;
  width: 6px;
  height: 11px;
  margin-right: 4px;
}
.js-ajax-cart-quantity-plus {
  width: 17px;
  height: 17px;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
  background: url("../assets/g-icons.png") no-repeat 0 0;
  vertical-align: middle;
  background: url("../assets/g-icons.png") no-repeat -26px -166px;
  width: 6px;
  height: 11px;
}
.ajax-cart-item__quantity-button {
  width: 15px !important;
  height: 12px !important;
  border: none !important;
}
.ajax-cart-item__quantity-number {
  background: 0 0 !important;
  border: none !important;
}
@media screen and (max-width: 991px) {
  .ajax-cart__overlay {
    display: none;
  }
  .ajax-cart__drawer {
    max-width: 100% !important;
    position: static;
    background-color: #fff;
    height: 0;
    overflow: hidden;
  }
  .ajax-cart-drawer {
    height: auto !important;
    transition: 0.5s ease all;
    transform: scale(0.5);
  }
  .ajax-cart__drawer.is-open {
    transform: inherit;
    height: auto;
    margin-top: 1px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.1);
  }
  .ajax-cart__drawer.is-open .ajax-cart-drawer {
    transition: 0.3s ease all;
    transform: scale(1);
    background-color: #fff;
  }
  .ajax-cart__drawer .sub-total-contain {
    position: static;
    height: auto;
  }
  .ajax-cart-drawer__buttons {
    position: static;
  }
}
.ajax-cart-items {
  overflow: auto;
  position: absolute;
  top: 0;
  bottom: 110px;
}
@media screen and (max-width: 1200px) {
  .js-ajax-cart-quantity-minus {
    margin-right: 0;
  }
  .ajax-cart-item__quantity-number {
    padding-left: 0;
  }
  .js-ajax-cart-quantity-plus {
    margin-left: 6px;
  }
}
@media screen and (max-width: 991px) {
  .ajax-cart-items {
    position: inherit;
    height: auto;
  }
  .ajax-cart__drawer {
    overflow: auto !important;
  }
  .ajax-cart-drawer {
    height: 100%;
  }
  .ajax-cart__drawer.is-open {
    height: 75vh;
    margin-top: 0;
  }
  .ajax-cart__drawer .drawer-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 5;
  }
  .ajax-cart__drawer .ajax-cart-drawer__buttons {
    bottom: 38px;
    margin: 0;
    padding: 0;
    height: 50px;
    transition: all 0.5s ease;
  }
  header.scroll .ajax-cart__drawer .ajax-cart-drawer__buttons {
    bottom: 0;
    transition: all 0.5s ease;
  }
}
#popupUndismissible {
  margin: auto;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
#popupUndismissible .popup-body {
  padding: 86px;
  width: 60%;
  height: auto;
  margin: 12% auto;
  background-color: #1b2d72;
  border-radius: 0;
  color: white;
  font-size: 28px;
  line-height: 140%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #popupUndismissible .popup-body {
    min-width: 60%;
    min-height: 55vh;
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  #popupUndismissible .popup-body {
    padding: 100px 22px;
  }
}

#popupUndismissible .popup-body .popup-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  max-width: 860px;
}

#popupUndismissible .popup-body .popup-ctas {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

#popupUndismissible .popup-body .popup-text p {
  vertical-align: middle;
  text-align: center;
  display: block;
  width: 100%;
}

#popupUndismissible .popup-body .close-button {
  font-family: "NeuzeitGroLig W01 Regular";
  width: fit-content;
  padding: 0 35px;
  margin: 30px auto;
  line-height: 50px;
  text-transform: capitalize;
  font-size: 24px;
  background: transparent;
  color: #fff;
  text-decoration: underline;
}

#popupUndismissible .popup-body .close-button.close-x {
  position: absolute;
  top: 12px;
  right: 12px;
  /*background-color: #82bc23;*/
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0 0 0 2px;
  color: white;
  font-size: 21px;
  line-height: 30px;
  text-decoration: none;
  font-family: arial;
  font-weight: 200;
}

#popupUndismissible .popup-body .redirect-button {
  width: fit-content;
  padding: 0 35px;
  margin: 40px auto 30px;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.1em;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  opacity: 1;
  transition: all ease-in-out 0.2s;
}

#popupUndismissible .popup-body .redirect-button:hover {
  opacity: 0.7;
}

.Polaris-Button {
  border-radius: 0 !important;
}

button.Polaris-Button {
  padding: 0.5rem 1rem !important;
}

.cookie_p_fontcolor {
  color: #000 !important;
}

@media screen and (max-width: 720px) {
  .precokieinner {
    display: flex !important;
    flex-direction: column;
  }
}

.sarah-table {
  overflow: auto;
  width: 100%;
}
.sarah-table table {
  height: 100%;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  text-align: left;
  background-color: #f3f0e4;
}
.sarah-table caption {
  caption-side: top;
  text-align: left;
}
.sarah-table th {
  border-top: 1px solid #002d72;
  border-bottom: 1px solid #002d72;
  color: #002d72;
  padding: 5px;
}
.sarah-table td {
  border-bottom: 1px solid #002d72;
  color: #002d72;
  padding: 5px;
  width: 40%;
}
.sarah-table td:nth-child(1) {
  width: fit-content;
}

/* Accessories menu */

ul.submenu.Accessories {
    flex-direction: column;
    width: fit-content;
    left: auto;
    gap: 2rem;
    padding: 1rem;
}
ul.submenu.Accessories li {
    width: 100%;
    padding: 0 1rem;
}
ul.submenu.Accessories li a img {
    display: none;
}
.submenu.Accessories li a span {
    padding: 0;
    text-align: left;
}

/* Accessories menu mobile */
#mobile_menu ul.submenu.is-shown {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 0;
  width: 100%;
}

#mobile_menu ul.submenu li {
  width: 100vw;
  background-color: #fff;
  padding: 0;
}

#mobile_menu ul.submenu li img {
  display: none;
}

#mobile_menu ul.submenu li a span {
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  padding: 0;
  text-align: left;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  text-decoration-line: underline;
  text-transform: uppercase;
  letter-spacing: 0;
}
