@font-face {
  font-family: 'FuturaPTWebBook';
  src: url("../fonts/futura-pt_book.woff2") format("woff2"), url("../fonts/futura-pt_book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaPTWebBold';
  src: url("../fonts/FuturaPT-Bold.woff2") format("woff2"), url("../fonts/FuturaPT-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaPTWebMedium';
  src: url("../fonts/futura-pt_medium.woff2") format("woff2"), url("../fonts/futura-pt_medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaPTWebDemi';
  src: url("../fonts/futura-pt_demi.woff2") format("woff2"), url("../fonts/futura-pt_demi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.btn,
input[type="button"],
input[type="submit"] {
  font-size: 1.12rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #C00000;
  padding: 0.7rem 1rem;
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: normal;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.563rem;
  text-decoration: none;
}

@media (min-width: 1023px) {
  .btn,
  input[type="button"],
  input[type="submit"] {
    border-radius: 0.438rem;
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
}

.btn::after,
input[type="button"]::after,
input[type="submit"]::after {
  position: absolute;
  content: '';
  background-image: url("../images/althistore_angle_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 1rem;
  background-size: 0.5rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (min-width: 1023px) {
  .btn::after,
  input[type="button"]::after,
  input[type="submit"]::after {
    width: 0.625rem;
    height: 0.813rem;
    background-size: 0.438rem;
  }
}

.btn:hover, .btn:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  color: #FFFFFF;
  background: #000000;
  padding-right: 2.2rem;
}

@media (min-width: 1023px) {
  .btn:hover, .btn:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    padding-right: 1.9rem;
  }
}

.btn:hover::after, .btn:focus::after,
input[type="button"]:hover::after,
input[type="button"]:focus::after,
input[type="submit"]:hover::after,
input[type="submit"]:focus::after {
  right: 0.8rem;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1023px) {
  .btn:hover::after, .btn:focus::after,
  input[type="button"]:hover::after,
  input[type="button"]:focus::after,
  input[type="submit"]:hover::after,
  input[type="submit"]:focus::after {
    right: 0.6rem;
  }
}

.btn.btn-white,
input[type="button"].btn-white,
input[type="submit"].btn-white {
  background: #FFFFFF;
  color: #000000;
}

.btn.btn-white::after,
input[type="button"].btn-white::after,
input[type="submit"].btn-white::after {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.btn.btn-white:hover, .btn.btn-white:focus,
input[type="button"].btn-white:hover,
input[type="button"].btn-white:focus,
input[type="submit"].btn-white:hover,
input[type="submit"].btn-white:focus {
  background: #FFFFFF;
  color: #000000;
}

.btn__icon {
  fill: #000000;
}

html {
  margin: 0;
  font-size: 1rem;
}

@media only screen and (min-width: 320px) {
  html {
    font-size: 13px;
  }
}

@media only screen and (min-width: 375px) {
  html {
    font-size: 15px;
  }
}

@media only screen and (min-width: 480px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (min-width: 640px) {
  html {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1023px) {
  html {
    font-size: 13.6px;
  }
}

@media only screen and (min-width: 1212px) {
  html {
    font-size: 1rem;
  }
}

body {
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.site-main {
  min-height: calc(100vh - 28rem);
}

.container, .alignwide {
  width: 100%;
  max-width: 28.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

@media (min-width: 576px) {
  .container, .alignwide {
    max-width: 44rem;
  }
}

@media (min-width: 1023px) {
  .container, .alignwide {
    max-width: 80rem;
  }
}

.container .container, .container .alignwide, .alignwide .container, .alignwide .alignwide {
  padding: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.eyebrow {
  display: block;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1023px) {
  .col-6 {
    width: 50%;
  }
}

@media (min-width: 1023px) {
  .col-4 {
    width: 33.33%;
  }
}

.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
  font-size: 0px;
}

.fluentform .frm-fluent-form .ff-el-group {
  margin: 0 0 1rem;
}

.fluentform .frm-fluent-form .ff_submit_btn_wrapper .ff-btn {
  font-size: 1.12rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #C00000;
  padding: 0.7rem 1rem;
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: normal;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.563rem;
  text-decoration: none;
}

@media (min-width: 1023px) {
  .fluentform .frm-fluent-form .ff_submit_btn_wrapper .ff-btn {
    border-radius: 0.438rem;
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
}

.fluentform .frm-fluent-form .ff_submit_btn_wrapper .ff-btn::after {
  position: absolute;
  content: '';
  background-image: url("../images/althistore_angle_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 1rem;
  background-size: 0.5rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (min-width: 1023px) {
  .fluentform .frm-fluent-form .ff_submit_btn_wrapper .ff-btn::after {
    width: 0.625rem;
    height: 0.813rem;
    background-size: 0.438rem;
  }
}

.fluentform .frm-fluent-form .ff_submit_btn_wrapper .ff-btn:hover, .fluentform .frm-fluent-form .ff_submit_btn_wrapper .ff-btn:focus {
  color: #FFFFFF;
  background: #000000;
  padding-right: 2.2rem;
}

@media (min-width: 1023px) {
  .fluentform .frm-fluent-form .ff_submit_btn_wrapper .ff-btn:hover, .fluentform .frm-fluent-form .ff_submit_btn_wrapper .ff-btn:focus {
    padding-right: 1.9rem;
  }
}

.fluentform .frm-fluent-form .ff_submit_btn_wrapper .ff-btn:hover::after, .fluentform .frm-fluent-form .ff_submit_btn_wrapper .ff-btn:focus::after {
  right: 0.8rem;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1023px) {
  .fluentform .frm-fluent-form .ff_submit_btn_wrapper .ff-btn:hover::after, .fluentform .frm-fluent-form .ff_submit_btn_wrapper .ff-btn:focus::after {
    right: 0.6rem;
  }
}

.fluentform .frm-fluent-form .ff_submit_btn_wrapper .ff-btn.btn-white {
  background: #FFFFFF;
  color: #000000;
}

.fluentform .frm-fluent-form .ff_submit_btn_wrapper .ff-btn.btn-white::after {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.fluentform .frm-fluent-form .ff_submit_btn_wrapper .ff-btn.btn-white:hover, .fluentform .frm-fluent-form .ff_submit_btn_wrapper .ff-btn.btn-white:focus {
  background: #FFFFFF;
  color: #000000;
}

input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="search"], input[type="number"], select, textarea, body .ff-default .ff-el-form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #dfdfe3;
  color: #000000;
  min-height: unset;
  padding: 0.75rem 1.15rem;
  font-family: 'FuturaPTWebBook';
  font-size: 1.12rem;
  border-radius: 0.563rem;
}

@media (min-width: 1023px) {
  input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="search"], input[type="number"], select, textarea, body .ff-default .ff-el-form-control {
    border-radius: 0.438rem;
    padding: 0.625rem 0.938rem;
  }
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, body .ff-default .ff-el-form-control::-webkit-input-placeholder {
  color: #999999;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, body .ff-default .ff-el-form-control::-moz-placeholder {
  color: #999999;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder, body .ff-default .ff-el-form-control:-ms-input-placeholder {
  color: #999999;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
}

input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="number"]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder, body .ff-default .ff-el-form-control:-moz-placeholder {
  color: #999999;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="search"]:focus, input[type="number"]:focus, select:focus, textarea:focus, body .ff-default .ff-el-form-control:focus {
  background-color: #FFFFFF !important;
}

textarea, textarea.ff-el-form-control {
  min-height: 8.5rem;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url("../images/althistore_angle_down.svg");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 1rem;
}

@media (min-width: 1023px) {
  select {
    background-size: 0.875rem;
    background-position: 97.5% 50%;
  }
}

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

.text-center {
  text-align: center;
}

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

.search_content {
  padding: 4rem 0 6rem;
  color: #666666;
}

.search_content header.page-header {
  margin: 0 0 3rem;
}

.search_content article {
  padding: 0 0 2.6rem;
}

.search_content article h2 {
  font-size: 1.875rem;
  margin: 0 0 0.8rem;
}

.search_content article a {
  color: #C00000;
}

.search_content article .entry-meta {
  margin: 0 0 1rem;
}

.navigation.posts-navigation .nav-links a {
  color: #C00000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(../images/althistore_angle_down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem;
  right: 0.6rem;
}

@media (min-width: 1023px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-size: 0.875rem;
    background-position: center;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent;
}

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

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent;
}

body {
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  font-size: 1.25rem;
  color: #000000;
}

@media (min-width: 576px) {
  body {
    font-size: 1.12rem;
    line-height: 1.5em;
  }
}

main, #cmplz-document, #cmplz-document p {
  font-size: 1.25rem;
  color: #000000;
}

@media (min-width: 576px) {
  main, #cmplz-document, #cmplz-document p {
    font-size: 1.12rem;
  }
}

p {
  margin: 0 0 1.25rem;
}

strong {
  font-family: 'FuturaPTWebBold';
  font-weight: normal;
  font-style: normal;
}

h1, .h1, h2, .h2, .is-style-large-headline, h3, .h3, .is-style-medium-headline, h4, .h4, .is-style-small-headline, h5, .h5, h6, .h6 {
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
  margin: 0 0 1.25rem;
  font-weight: normal;
  color: #000000;
  line-height: 1.3em;
}

h1, .h1, #cmplz-document h1 {
  font-size: 2.4rem;
}

@media (min-width: 1023px) {
  h1, .h1, #cmplz-document h1 {
    font-size: 2.7rem;
  }
}

h2, .h2, .is-style-large-headline, #cmplz-document h2 {
  font-size: 1.8rem;
}

@media (min-width: 1023px) {
  h2, .h2, .is-style-large-headline, #cmplz-document h2 {
    font-size: 2rem;
  }
}

h3, .h3, .is-style-medium-headline, #cmplz-document h3 {
  font-size: 1.6rem;
}

h4, .h4, .is-style-small-headline, #cmplz-document h4 {
  font-size: 1.4rem;
}

h5, .h5, #cmplz-document h5 {
  font-size: 1.3rem;
}

h6, .h6, #cmplz-document h6 {
  font-size: 1.125rem;
}

ol:not([class]) {
  padding: 0 0 0 1.3rem;
}

ul:not([class]) {
  padding: 0 0 0 1.3rem;
}

blockquote {
  font-size: 3rem;
  border: none;
  line-height: 1.16;
  text-align: center;
  position: relative;
}

blockquote:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12.5rem;
  height: 100%;
  max-height: 12.5rem;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) skew(-45deg) rotate(-45deg);
          transform: translate(-50%, -50%) skew(-45deg) rotate(-45deg);
}

blockquote p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

blockquote p:before {
  content: '\201C';
  margin-right: 0.1em;
}

blockquote p:after {
  content: '\201D';
  margin-left: 0.1em;
}

blockquote cite {
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
}

.btn,
input[type="button"],
input[type="submit"] {
  font-size: 1.12rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #C00000;
  padding: 0.7rem 1rem;
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: normal;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.563rem;
  text-decoration: none;
}

@media (min-width: 1023px) {
  .btn,
  input[type="button"],
  input[type="submit"] {
    border-radius: 0.438rem;
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
}

.btn::after,
input[type="button"]::after,
input[type="submit"]::after {
  position: absolute;
  content: '';
  background-image: url("../images/althistore_angle_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 1rem;
  background-size: 0.5rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (min-width: 1023px) {
  .btn::after,
  input[type="button"]::after,
  input[type="submit"]::after {
    width: 0.625rem;
    height: 0.813rem;
    background-size: 0.438rem;
  }
}

.btn:hover, .btn:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  color: #FFFFFF;
  background: #000000;
  padding-right: 2.2rem;
}

@media (min-width: 1023px) {
  .btn:hover, .btn:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    padding-right: 1.9rem;
  }
}

.btn:hover::after, .btn:focus::after,
input[type="button"]:hover::after,
input[type="button"]:focus::after,
input[type="submit"]:hover::after,
input[type="submit"]:focus::after {
  right: 0.8rem;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1023px) {
  .btn:hover::after, .btn:focus::after,
  input[type="button"]:hover::after,
  input[type="button"]:focus::after,
  input[type="submit"]:hover::after,
  input[type="submit"]:focus::after {
    right: 0.6rem;
  }
}

.btn.btn-white,
input[type="button"].btn-white,
input[type="submit"].btn-white {
  background: #FFFFFF;
  color: #000000;
}

.btn.btn-white::after,
input[type="button"].btn-white::after,
input[type="submit"].btn-white::after {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.btn.btn-white:hover, .btn.btn-white:focus,
input[type="button"].btn-white:hover,
input[type="button"].btn-white:focus,
input[type="submit"].btn-white:hover,
input[type="submit"].btn-white:focus {
  background: #FFFFFF;
  color: #000000;
}

.btn__icon {
  fill: #000000;
}

.site-header {
  width: 100%;
  position: relative;
  padding: 1.3rem 0;
  z-index: 91;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #000000;
}

@media (min-width: 1023px) {
  .site-header {
    padding: 0;
    background-color: #000000;
  }
}

.site-header.darkHeader {
  background-color: #000000;
}

.site-header.scroll-down {
  top: -7rem;
}

.site-header.scroll-up {
  top: 0;
}

.site-header.header-bgc {
  background-color: #000000;
}

.site-header .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header__left {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header__logo {
  width: 10rem;
  position: relative;
}

@media (min-width: 480px) {
  .site-header__logo {
    width: auto;
  }
}

.site-header__logo > a {
  display: inline-block;
}

.site-header__menu {
  width: 100%;
  position: fixed;
  top: 5.3rem;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 2;
  background-color: #FFFFFF;
  display: none;
}

@media (min-width: 480px) {
  .site-header__menu {
    top: 5.2rem;
  }
}

@media (min-width: 576px) {
  .site-header__menu {
    top: 4.55rem;
  }
}

@media (min-width: 1023px) {
  .site-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 2rem;
    position: static;
    overflow: unset;
    background-color: transparent;
    z-index: 0;
  }
}

.site-header__menu .menu {
  width: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-header__menu .menu > li > a::after {
  display: none !important;
}

.site-header__menu .menu li {
  display: inline-block;
  font-family: 'FuturaPTWebMedium';
  font-weight: normal;
  font-style: normal;
  width: 100%;
  font-size: 1.2rem;
}

@media (min-width: 1023px) {
  .site-header__menu .menu li {
    padding: 1.85rem 0.8rem;
    width: auto;
    border: 0;
  }
}

.site-header__menu .menu li a {
  display: inline-block;
  color: #000000;
  width: 100%;
  padding: 0.73rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

@media (min-width: 1023px) {
  .site-header__menu .menu li a {
    width: auto;
    padding: 0;
    border-bottom: 0;
    color: #FFFFFF;
  }
}

.site-header__menu .menu li a:hover {
  color: #C00000;
}

.site-header__menu .menu li.current_page_item a {
  color: #C00000;
}

.site-header__menu .menu li.menu-item-has-children {
  position: relative;
  display: inline-block;
}

@media (min-width: 1023px) {
  .site-header__menu .menu li.menu-item-has-children {
    position: static;
  }
}

.site-header__menu .menu li.menu-item-has-children > a {
  position: relative;
}

.site-header__menu .menu li.menu-item-has-children > a::after {
  position: absolute;
  content: '';
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 1.5rem;
  top: 42%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

@media (min-width: 1023px) {
  .site-header__menu .menu li.menu-item-has-children > a::after {
    display: inline-block;
  }
}

.site-header__menu .menu li.menu-item-has-children > .sub-menu {
  position: static;
  width: 100%;
  display: none;
  padding: 0;
  z-index: 1;
  background-color: #f5f5f5;
}

@media (min-width: 1023px) {
  .site-header__menu .menu li.menu-item-has-children > .sub-menu {
    background-color: #dfdfe3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-bottom: 6rem;
    position: absolute;
    left: 0;
    right: auto;
    top: 100%;
    height: calc(100vh - 84px);
    width: 33.33%;
  }
}

.site-header__menu .menu li.menu-item-has-children > .sub-menu > .menu-item-has-children {
  width: 100%;
}

.site-header__menu .menu li.menu-item-has-children > .sub-menu > .menu-item-has-children .sub-menu.show-menu {
  width: 100%;
  left: 100%;
  z-index: -1;
}

.site-header__menu .menu li.menu-item-has-children > .sub-menu li {
  width: 100%;
  padding: 0;
}

.site-header__menu .menu li.menu-item-has-children > .sub-menu li.menu-title {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  display: none;
}

@media (min-width: 1023px) {
  .site-header__menu .menu li.menu-item-has-children > .sub-menu li.menu-title {
    display: block;
  }
}

@media (min-width: 1023px) {
  .site-header__menu .menu li.menu-item-has-children > .sub-menu li.menu-title a {
    font-size: 1.8rem;
    pointer-events: none;
  }
}

@media (min-width: 1023px) {
  .site-header__menu .menu li.menu-item-has-children > .sub-menu li.bottom-align {
    position: absolute;
    bottom: 1.1rem;
    left: 0;
  }
}

.site-header__menu .menu li.menu-item-has-children > .sub-menu li a {
  color: #000000;
  width: 100%;
  position: relative;
  padding-left: 2rem;
}

@media (min-width: 1023px) {
  .site-header__menu .menu li.menu-item-has-children > .sub-menu li a {
    padding: 1rem 2rem;
    z-index: 2;
    background-color: #dfdfe3;
  }
}

.site-header__menu .menu li.menu-item-has-children > .sub-menu li:hover > a {
  color: #C00000;
}

@media (min-width: 1023px) {
  .site-header__menu .menu li.menu-item-has-children > .sub-menu li:hover > a {
    background-color: #f2f2f2;
  }
}

.site-header__menu .menu li.menu-item-has-children > .sub-menu li:hover > a::after {
  border-color: #C00000;
  right: 1.3rem;
}

.site-header__menu .menu li.menu-item-has-children > .sub-menu li.menu-item-has-children .sub-menu {
  width: 100%;
  top: 0;
  z-index: -1;
}

@media (min-width: 1023px) {
  .site-header__menu .menu li.menu-item-has-children > .sub-menu li.menu-item-has-children .sub-menu {
    background-color: #ececf0;
    padding-top: 6.1rem;
  }
}

.site-header__menu .menu li.menu-item-has-children > .sub-menu li.menu-item-has-children .sub-menu li a {
  padding-left: 3rem;
}

@media (min-width: 1023px) {
  .site-header__menu .menu li.menu-item-has-children > .sub-menu li.menu-item-has-children .sub-menu li a {
    padding-left: 2rem;
    background-color: #ececf0;
  }
  .site-header__menu .menu li.menu-item-has-children > .sub-menu li.menu-item-has-children .sub-menu li a:hover {
    background-color: #f5f5f5;
  }
}

.site-header__menu .menu li.menu-item-has-children:hover .sub-menu {
  display: none;
}

@media (min-width: 1023px) {
  .site-header__menu .menu li.menu-item-has-children:hover .sub-menu {
    display: none;
    z-index: auto;
  }
}

.site-header__menu .menu li.menu-item-has-children .sparkLines {
  width: 3rem;
  height: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

.site-header__menu .menu li.menu-item-has-children .sparkLines::before {
  content: '+';
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
}

.site-header__menu .menu li.menu-item-has-children .sparkLines.minus::before {
  content: '-';
}

.site-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header__hamburger {
  width: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 1rem;
}

.site-header__hamburger span {
  display: inline-block;
  width: 100%;
  height: 0.125rem;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.site-header__hamburger span:nth-child(2) {
  margin: 0.38rem 0;
}

@media (min-width: 1023px) {
  .site-header__hamburger {
    display: none;
  }
}

.site-header__cart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.site-header__cart > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.site-header__cart > a .cart-counter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.2rem;
  height: 1.2rem;
  background: #C00000;
  color: #FFFFFF;
  border-radius: 100%;
  font-size: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: normal;
  text-indent: -0.125rem;
  margin-left: 0.313rem;
}

.site-header__cart img {
  width: 1.4rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (min-width: 1023px) {
  .site-header__cart img {
    width: 1.15rem;
  }
}

.site-header__search {
  margin-left: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (min-width: 1023px) {
  .site-header__search {
    margin-left: 1.5rem;
  }
}

.site-header__search button {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.site-header__search img {
  width: 1.4rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (min-width: 1023px) {
  .site-header__search img {
    width: 1.1rem;
  }
}

.site-header__search__form {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-100rem);
          transform: translateY(-100rem);
  z-index: 1;
  padding: 0 3rem;
}

@media (min-width: 1023px) {
  .site-header__search__form {
    padding: 0;
  }
}

.site-header__search__form input[type="search"], .site-header__search__form input[type="text"] {
  background-color: transparent;
  width: 19rem;
  font-size: 1.5rem;
  border-bottom: 1px solid #1d1f2a;
}

@media (min-width: 576px) {
  .site-header__search__form input[type="search"], .site-header__search__form input[type="text"] {
    width: 32rem;
  }
}

@media (min-width: 1023px) {
  .site-header__search__form input[type="search"], .site-header__search__form input[type="text"] {
    width: 66rem;
    font-size: 2rem;
  }
}

.site-header__search__form .srch_cls_btn {
  border: 0;
  background-color: transparent;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/althistore_close_icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.category-megamenu {
  width: 100%;
  background-color: #dfdfe3;
  position: relative;
  display: none;
}

@media (min-width: 1023px) {
  .category-megamenu {
    display: block;
  }
}

.category-megamenu .container {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  position: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

.category-megamenu-block {
  width: auto;
  padding: 0 1.375rem;
}

.category-megamenu-block:first-child {
  padding-left: 0;
}

.category-megamenu-block > a {
  color: #000000;
  padding: 1rem 0;
  display: inline-block;
  font-family: 'FuturaPTWebMedium';
  font-weight: normal;
  font-style: normal;
  position: relative;
}

.category-megamenu-block > a::before {
  position: absolute;
  content: '';
  width: 0.75rem;
  height: 0.75rem;
  background-color: #FFFFFF;
  bottom: -0.375rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: none;
}

.category-megamenu-block > a:hover {
  color: #C00000;
}

.category-megamenu-block:hover > a::before {
  display: inline-block;
}

.category-megamenu-block:hover .category-megamenu-container {
  display: block;
}

.category-megamenu-container {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #FFFFFF;
  left: 0;
  right: 0;
  padding: 2.5rem 0;
  -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.07);
}

.category-megamenu-container .menu-category {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem 0;
}

.category-megamenu-container .menu-category picture {
  width: 3.75rem;
  display: inline-block;
}

.category-megamenu-container .menu-category picture img {
  max-width: 100%;
}

.category-megamenu-container .menu-category .menu-category-container {
  width: calc(100% - 3.75rem);
  padding: 0 1rem 1rem 1rem;
  line-height: normal;
  border-bottom: 1px solid #d5d5d5;
}

.category-megamenu-container .menu-category .menu-category-container a {
  display: inline-block;
  color: #000000;
}

.category-megamenu-container .menu-category .menu-category-container a:hover {
  color: #C00000;
}

.category-megamenu-container .menu-category .menu-category-container .menu-category-name {
  width: 100%;
  font-family: 'FuturaPTWebMedium';
  font-weight: normal;
  font-style: normal;
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
}

.category-megamenu-container .menu-category .menu-category-container .view-all {
  margin: 0.5rem 0 0;
  color: #C00000;
}

.category-megamenu-container .menu-category .menu-category-container .view-all:hover {
  text-decoration: underline;
}

.menu-overlay {
  background: #FFFFFF;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body.header-bgc .menu-overlay {
  opacity: 0.9;
  visibility: visible;
}

.open-search .site-header__search__form {
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}

.open-menu .site-header__hamburger span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0.4rem;
}

.open-menu .site-header__hamburger span:nth-child(2) {
  opacity: 0;
}

.open-menu .site-header__hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 0.55rem;
}

.home .header-spacer {
  display: none;
}

.home .site-header {
  background-color: #000000;
}

@media (min-width: 1023px) {
  .home .site-header {
    background-color: #000000;
  }
}

.home .site-header.scroll-up {
  top: 0;
}

.home .site-header.darkHeader {
  background-color: #000000;
}

.home .site-header.header-bgc {
  background-color: #000000;
}

.hero-section {
  width: 100%;
}

.hero-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.hero-section__title {
  width: 100%;
  background-color: #1d1f2a;
  padding: 1rem;
}

.hero-section__title h1 {
  font-size: 1rem;
  margin: 0;
  color: #FFFFFF;
}

.hero-section__caption {
  position: relative;
  z-index: 1;
}

.hero-section__caption h2 {
  color: #FFFFFF;
  text-transform: uppercase;
}

.hero-section__left {
  width: 100%;
  padding: 2rem;
  position: relative;
  z-index: 1;
  min-height: 13rem;
}

@media (min-width: 480px) {
  .hero-section__left {
    min-height: 16rem;
  }
}

@media (min-width: 576px) {
  .hero-section__left {
    min-height: 22rem;
  }
}

@media (min-width: 1023px) {
  .hero-section__left {
    width: 62.3%;
    padding: 3.75rem;
    min-height: unset;
  }
}

.hero-section__left::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 46, 64, 0.71)), to(rgba(42, 46, 64, 0)));
  background-image: linear-gradient(180deg, rgba(42, 46, 64, 0.71) 0%, rgba(42, 46, 64, 0) 100%);
  z-index: 1;
}

.hero-section__left__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.hero-section__right {
  width: 100%;
}

@media (min-width: 1023px) {
  .hero-section__right {
    width: 37.7%;
  }
}

.hero-section__right .swiper-button-next, .hero-section__right .swiper-button-prev {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hero-section__right .swiper-button-next::after, .hero-section__right .swiper-button-prev::after {
  color: #FFFFFF;
  font-size: 1.5rem;
}

.hero-section__right .swiper-button-next {
  right: 0.5rem;
}

@media (min-width: 1023px) {
  .hero-section__right .swiper-button-next {
    right: -4rem;
  }
}

.hero-section__right .swiper-button-prev {
  left: 0.5rem;
}

@media (min-width: 1023px) {
  .hero-section__right .swiper-button-prev {
    left: -4rem;
  }
}

.hero-section__right:hover .swiper-button-next {
  right: 0.5rem;
}

.hero-section__right:hover .swiper-button-prev {
  left: 0.5rem;
}

.hero-section__right__item {
  padding: 4rem 3rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 480px) {
  .hero-section__right__item {
    padding: 5rem 3rem;
  }
}

@media (min-width: 576px) {
  .hero-section__right__item {
    padding: 8rem 3rem;
  }
}

@media (min-width: 1023px) {
  .hero-section__right__item {
    padding: 6rem 3rem;
  }
}

.hero-section__right__item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 46, 64, 0.3)), to(#2a2e40));
  background-image: linear-gradient(180deg, rgba(42, 46, 64, 0.3) 0%, #2a2e40 100%);
  z-index: 1;
}

.hero-section__right__caption {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #FFFFFF;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.hero-section__right__caption h3 {
  color: #FFFFFF;
  font-size: 1.375rem;
  margin: 0 0 0.7rem;
}

.hero-section__right__caption h3 a {
  color: #FFFFFF;
}

.hero-section__right__caption .btn {
  letter-spacing: 0.2em;
  font-size: 0.75rem;
}

.hero-section__right__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.hero-section__right .hero_carousel {
  position: relative;
  z-index: 1;
}

.hero-section__right .swiper-slide-active .hero-section__right__caption, .hero-section__right .swiper-slide-visible .hero-section__right__caption {
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
  opacity: 1;
  visibility: visible;
}

.hero-section .hero-carousel {
  width: 100%;
}

.hero-section .hero-carousel__slide {
  width: 100%;
  height: 100vh;
}

.hero-section .hero-carousel__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-section .hero-carousel__media video, .hero-section .hero-carousel__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-section .hero-carousel__caption {
  padding: 5rem 0;
  position: relative;
}

.hero-section .hero-carousel__caption .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.hero-section .hero-carousel__caption h1, .hero-section .hero-carousel__caption h2 {
  color: #FFFFFF;
  font-size: 2.7rem;
}

@media (min-width: 576px) {
  .hero-section .hero-carousel__caption h1, .hero-section .hero-carousel__caption h2 {
    font-size: 3.2rem;
  }
}

@media (min-width: 1023px) {
  .hero-section .hero-carousel__caption h1, .hero-section .hero-carousel__caption h2 {
    font-size: 4rem;
  }
}

.hero-section .hero-carousel__caption p {
  color: #FFFFFF;
}

.hero-section .hero-carousel__caption .btn {
  padding: 0.85rem 1.6rem;
  font-size: 1rem;
}

@media (min-width: 1023px) {
  .hero-section .hero-carousel__caption .btn {
    padding: 1rem 2rem;
    font-size: 1.1rem;
  }
}

.hero-section .hero-carousel__caption .btn::after {
  width: 0.8rem;
  height: 1.1rem;
  background-size: 0.55rem;
}

.hero-section .hero-carousel__caption .btn:hover {
  padding: 0.85rem 2.5rem 0.85rem 1.6rem;
}

@media (min-width: 1023px) {
  .hero-section .hero-carousel__caption .btn:hover {
    padding: 1rem 2.7rem 1rem 2rem;
  }
}

.hero-section .hero-carousel__caption .btn:hover::after {
  right: 1rem;
}

.site-footer {
  width: 100%;
  background-color: #000000;
  color: #FFFFFF;
  padding: 3rem 0 0;
}

.site-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

@media (min-width: 1023px) {
  .site-footer .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.site-footer .fluentform .frm-fluent-form .ff_submit_btn_wrapper .ff-btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.site-footer .fluentform .frm-fluent-form .ff_submit_btn_wrapper .ff-btn:hover {
  background-color: #9b0a0a;
}

.site-footer__logo {
  width: 100%;
  margin: 0 0 0.5rem;
}

.site-footer__logo a {
  display: inline-block;
}

@media (min-width: 1023px) {
  .site-footer__logo img {
    width: 7.5rem;
  }
}

.site-footer__col {
  width: 33.33%;
  padding: 1rem 0;
}

.site-footer__col h2 {
  font-size: 1.27rem;
  font-family: 'FuturaPTWebMedium';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

@media (min-width: 1023px) {
  .site-footer__col h2 {
    font-size: 1.1rem;
  }
}

.site-footer__col .cnct_num {
  font-size: 1.875rem;
  color: #C00000;
  font-family: 'FuturaPTWebBold';
  font-weight: normal;
  font-style: normal;
  line-height: 0.5em;
}

.site-footer__col .cnct_num:hover {
  color: #C00000;
}

.site-footer__col .ff-default .ff-el-form-control {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.site-footer__col .ff-default .ff-el-form-control::-webkit-input-placeholder {
  color: #999999;
}

.site-footer__col .ff-default .ff-el-form-control::-moz-placeholder {
  color: #999999;
}

.site-footer__col .ff-default .ff-el-form-control:-ms-input-placeholder {
  color: #999999;
}

.site-footer__col .ff-default .ff-el-form-control:-moz-placeholder {
  color: #999999;
}

.site-footer__col .ff-default .ff-el-form-control:focus {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.site-footer__col .footer-menu {
  width: 100%;
  margin: -0.5rem 0 0;
  padding: 0;
}

.site-footer__col .footer-menu li {
  display: inline-block;
  width: 100%;
  margin: 0 0 0.7rem;
  line-height: normal;
}

.site-footer__col .footer-menu li a {
  color: #FFFFFF;
  display: inline-block;
}

.site-footer__col .footer-menu li a:hover {
  color: #C00000;
}

.site-footer__col .social-icons {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site-footer__col .social-icons li {
  display: inline-block;
  padding: 0 8px 8px 0;
}

.site-footer__col .social-icons li a {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1023px) {
  .site-footer__col .social-icons li a {
    border-radius: 0.4rem;
  }
}

.site-footer__col .social-icons li a img {
  height: 1.3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.site-footer__col .social-icons li a:hover {
  background-color: #C00000;
}

.site-footer__col .social-icons li a:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.site-footer__col_1 {
  width: 100%;
}

@media (min-width: 576px) {
  .site-footer__col_1 {
    width: 50%;
  }
}

@media (min-width: 1023px) {
  .site-footer__col_1 {
    width: 16.66%;
  }
}

.site-footer__col_2 {
  width: 100%;
}

@media (min-width: 576px) {
  .site-footer__col_2 {
    width: 50%;
  }
}

@media (min-width: 1023px) {
  .site-footer__col_2 {
    width: 28%;
  }
}

.site-footer__col_3 {
  width: 100%;
}

@media (min-width: 576px) {
  .site-footer__col_3 {
    width: 50%;
  }
}

@media (min-width: 1023px) {
  .site-footer__col_3 {
    width: 30%;
  }
}

.site-footer__col_4 {
  width: 100%;
}

@media (min-width: 576px) {
  .site-footer__col_4 {
    width: 50%;
  }
}

@media (min-width: 1023px) {
  .site-footer__col_4 {
    width: 16.66%;
  }
}

.site-footer__bottom {
  width: 100%;
  padding: 1.688rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  margin-top: 1rem;
  text-align: center;
}

@media (min-width: 1023px) {
  .site-footer__bottom {
    text-align: unset;
  }
}

@media (min-width: 1023px) {
  .site-footer__bottom p {
    margin: 0;
  }
}

.site-footer__bottom a {
  color: #FFFFFF;
}

.site-footer__bottom a:hover {
  color: #C00000;
}

.site-footer__bottom .footer-menu {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

@media (min-width: 1023px) {
  .site-footer__bottom .footer-menu {
    width: auto;
  }
}

.site-footer__bottom .footer-menu li {
  display: inline-block;
  color: #FFFFFF;
}

.site-footer__bottom .footer-menu li::after {
  content: '//';
  letter-spacing: -0.1em;
  margin: 0 0.15rem;
}

.site-footer__bottom .footer-menu li:last-child::after {
  display: none;
}

.section-title {
  width: 100%;
  margin: 0 0 0.2rem;
}

.section-title__block {
  position: relative;
  width: 100%;
  z-index: 1;
}

.section-title__block::before {
  position: absolute;
  content: '';
  right: 0;
  margin: 0 auto;
  left: 0;
  top: 33%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.125rem;
  background-color: rgba(0, 0, 0, 0.08);
  z-index: 0;
}

@media (min-width: 576px) {
  .section-title__block::before {
    right: 10%;
    left: 10%;
  }
}

@media (min-width: 1023px) {
  .section-title__block::before {
    right: 30%;
    left: 30%;
    top: 38%;
  }
}

.section-title__block h2 {
  background-color: #FFFFFF;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 1.5rem;
}

@media (min-width: 1023px) {
  .section-title__block h2 {
    padding: 0 1.7rem;
  }
}

.site-main .wc-block-grid.has-4-columns .wc-block-grid__product {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .site-main .wc-block-grid.has-4-columns .wc-block-grid__product {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1023px) {
  .site-main .wc-block-grid.has-4-columns .wc-block-grid__product {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
}

.site-main .wc-block-grid .wc-block-grid__products {
  width: 100%;
  margin: 0 0px 1rem;
}

.site-main .wc-block-grid .wc-block-grid__product {
  text-align: left !important;
  color: #333333;
  border-bottom-width: 1rem;
  padding: 0 !important;
}

.site-main .wc-block-grid .wc-block-grid__product > a {
  width: 100%;
  display: block;
}

.site-main .wc-block-grid .wc-block-grid__product a {
  color: #333333;
}

.site-main .wc-block-grid .wc-block-grid__product a:hover {
  color: #C00000;
}

.site-main .wc-block-grid .wc-block-grid__product-image {
  width: 100%;
  text-align: center;
  height: 240px;
  margin: 0 0 1em !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #dfdfe3;
  overflow: hidden;
}

.site-main .wc-block-grid .wc-block-grid__product-image img {
  max-height: 240px;
}

.site-main .wc-block-grid .wc-block-grid__product-title {
  font-size: 1.125rem;
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
}

.site-main .wc-block-grid .wc-block-grid__product-price {
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0.081rem;
  color: #666666;
}

.site-main .wc-block-grid .wc-block-grid__product-price del {
  opacity: .5;
  display: inline-block;
}

.site-main .wc-block-grid .wc-block-grid__product-onsale {
  background-color: #ffb456;
  color: #FFFFFF;
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
  right: auto;
  left: 0;
  border: 0;
  font-size: 1.15rem;
}

.wp-block-details {
  width: 100%;
  margin: 0 0 1.5rem;
  padding: 0 20px 0px;
  background: #ffffff;
  border: 1px solid #000000;
}

.wp-block-details summary {
  width: auto;
  padding: 18px;
  list-style: none;
  margin: 0 -20px 0;
  position: relative;
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}

@media (min-width: 576px) {
  .wp-block-details summary {
    font-size: 18px;
  }
}

.wp-block-details summary::before, .wp-block-details summary::after {
  position: absolute;
  content: '';
  background-color: #C00000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.wp-block-details summary::before {
  width: 12px;
  height: 2px;
  right: 20px;
}

.wp-block-details summary::after {
  width: 2px;
  height: 12px;
  right: 25px;
}

.wp-block-details[open] summary {
  margin-bottom: 10px;
}

.wp-block-details[open] summary::after {
  height: 0px;
}

.woocommerce_section {
  padding: 3.125rem 0;
}

.woocommerce-products-header__title {
  font-size: 1.875rem;
  font-family: 'FuturaPTWebMedium';
  font-weight: normal;
  font-style: normal;
}

.althistore_add_to_cart_message {
  position: fixed;
  z-index: 999;
  top: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  margin: 0 auto;
  -webkit-transition: all 1s;
  transition: all 1s;
  padding: 0.8rem 1rem;
  border-radius: 0.455rem;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.15);
  font-size: 1.25rem;
  font-weight: 600;
  font-family: 'FuturaPTWebMedium';
  font-weight: normal;
  font-style: normal;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  width: 22rem;
}

@media (min-width: 1023px) {
  .althistore_add_to_cart_message {
    width: auto;
    font-size: 1.25rem;
    padding: 0.8rem 1.5rem;
  }
}

.althistore_add_to_cart_message.active-msg {
  top: 9rem;
  opacity: 1;
  visibility: visible;
}

.althistore_add_to_cart_message .success-error {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.althistore_add_to_cart_message .success-error .button {
  display: none;
}

.althistore_add_to_cart_message .success-error::before {
  content: '\e016';
  font-family: WooCommerce;
  display: inline-block;
  margin: 0 0.5rem 0 0;
  color: #C00000;
}

.althistore_add_to_cart_message .success-message {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.althistore_add_to_cart_message .success-message::before {
  content: '\e015';
  font-family: WooCommerce;
  display: inline-block;
  margin: 0 0.5rem 0 0;
  color: #008000;
}

.woocommerce .woocommerce-products-header .term-description p {
  margin: 0 0 0.4rem;
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 2rem;
  width: 100%;
}

@media (min-width: 576px) {
  .woocommerce .woocommerce-ordering {
    width: auto;
  }
}

.woocommerce form .form-row {
  margin: 0 0 12px;
}

.woocommerce form .form-row label {
  line-height: normal;
  margin: 0 0 0.625rem;
}

@media (min-width: 576px) {
  .woocommerce form .form-row label {
    margin: 0 0 0.5rem;
  }
}

.woocommerce form .form-row label.woocommerce-form__label span {
  font-size: 1.25rem;
  color: #000000;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 576px) {
  .woocommerce form .form-row label.woocommerce-form__label span {
    font-size: 1.12rem;
  }
}

.woocommerce form .form-row .input-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  margin: -0.3rem 8px 0 0;
}

@media (min-width: 576px) {
  .woocommerce form .form-row .input-checkbox {
    width: 1.12rem;
    height: 1.12rem;
  }
}

.woocommerce form .form-row.form-row-first {
  width: 100%;
}

@media (min-width: 576px) {
  .woocommerce form .form-row.form-row-first {
    width: 47%;
  }
}

.woocommerce form .form-row.form-row-last {
  width: 100%;
}

@media (min-width: 576px) {
  .woocommerce form .form-row.form-row-last {
    width: 47%;
  }
}

.woocommerce form fieldset {
  margin: 0 0 20px;
}

.woocommerce .col2-set .col-1 {
  width: 100%;
}

@media (min-width: 1023px) {
  .woocommerce .col2-set .col-1 {
    width: 48%;
  }
}

.woocommerce .col2-set .col-2 {
  width: 100%;
}

@media (min-width: 1023px) {
  .woocommerce .col2-set .col-2 {
    width: 48%;
  }
}

.price .woocommerce-price-suffix {
  display: block;
  line-height: normal;
  color: #000000;
  line-height: normal;
}

.woocommerce .products .product {
  margin-bottom: 1.5rem !important;
}

.woocommerce .products .product > a {
  color: #333333;
  text-decoration: none;
}

.woocommerce .products .product > a:hover {
  color: #C00000;
}

.woocommerce .products .product a.woocommerce-loop-product__link:first-child {
  height: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #dfdfe3;
  margin: 0 0 0.2em;
  border-radius: 0.563rem;
}

@media (min-width: 576px) {
  .woocommerce .products .product a.woocommerce-loop-product__link:first-child {
    height: 10rem;
    margin: 0 0 0.5rem;
  }
}

@media (min-width: 1023px) {
  .woocommerce .products .product a.woocommerce-loop-product__link:first-child {
    height: 15rem;
    border-radius: 0.438rem;
  }
}

.woocommerce .products .product a.woocommerce-loop-product__link img {
  margin: 0;
  width: auto;
  height: auto;
  max-height: 10.8rem;
}

@media (min-width: 576px) {
  .woocommerce .products .product a.woocommerce-loop-product__link img {
    max-height: 9.8rem;
  }
}

@media (min-width: 1023px) {
  .woocommerce .products .product a.woocommerce-loop-product__link img {
    max-height: 14.8rem;
  }
}

.woocommerce .products .product a.woosuite-qv-button {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #C00000;
  border-color: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
  min-width: 108px;
  text-align: center;
  border: 0;
  padding: 0.6rem 0.6rem;
  font-size: 0.93rem;
  border-radius: 0.563rem;
}

@media (min-width: 1023px) {
  .woocommerce .products .product a.woosuite-qv-button {
    padding: 0.7rem 1rem;
    opacity: 0;
    visibility: hidden;
    border-radius: 0.438rem;
  }
}

.woocommerce .products .product a.woosuite-qv-button .woosuite-qv-btn-icon {
  color: #FFFFFF;
}

.woocommerce .products .product a.woosuite-qv-button:hover {
  background-color: #000000;
}

.woocommerce .products .product:hover a.woosuite-qv-button {
  opacity: 1;
  visibility: visible;
}

.woocommerce .products .product .button.add_to_cart_button {
  display: none;
}

.woocommerce .products .product .button.product_type_bundled {
  display: none;
}

.woocommerce .products .product .woocommerce-loop-product__title {
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem !important;
}

@media (min-width: 1023px) {
  .woocommerce .products .product .woocommerce-loop-product__title {
    font-size: 1.125rem !important;
  }
}

.woocommerce .products .product .onsale {
  background-color: #C00000;
  color: #FFFFFF;
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
  right: auto !important;
  left: 0 !important;
  top: 0;
  border: 0;
  font-size: 0.8rem;
  min-height: unset;
  line-height: normal;
  padding: 0.2rem 0.3rem;
  border-radius: 0.3rem;
  margin: 0 !important;
}

@media (min-width: 480px) {
  .woocommerce .products .product .onsale {
    font-size: 1rem;
    padding: 0.3rem 0.5rem;
    border-radius: 0.438rem;
  }
}

.woocommerce .products .product .price {
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
  font-size: 0.938rem !important;
  letter-spacing: 0.05rem;
  color: #000000 !important;
}

@media (min-width: 1023px) {
  .woocommerce .products .product .price {
    font-size: 1rem !important;
    letter-spacing: 0.081rem;
  }
}

.woocommerce .products .product .price del {
  opacity: .5;
  display: inline-block;
}

.woocommerce .products .product .price ins {
  text-decoration: none;
}

.woocommerce .products .product-category {
  min-height: 11rem;
  margin-bottom: 1rem !important;
}

@media (min-width: 1023px) {
  .woocommerce .products .product-category {
    margin-bottom: 2.5rem !important;
    min-height: 13rem;
  }
}

.woocommerce .products .product-category > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.woocommerce .products .product-category > a .woocommerce-loop-category__title {
  position: relative;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 46, 64, 0)), to(#2a2e40));
  background: linear-gradient(180deg, rgba(42, 46, 64, 0) 0%, #2a2e40 100%);
  padding: 1.7rem !important;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
}

.woocommerce .products .product-category > a .woocommerce-loop-category__title .count {
  display: none;
}

.woocommerce .wc-product-table-wrapper .wc-product-table-controls .reset {
  color: #C00000;
}

.woocommerce .wc-product-table-wrapper .wc-product-table {
  border-collapse: collapse;
  margin-top: 2rem;
  border: 1px solid #dfdfe3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.woocommerce .wc-product-table-wrapper .wc-product-table td, .woocommerce .wc-product-table-wrapper .wc-product-table th {
  padding: 15px;
  border: 1px solid #dfdfe3;
}

.woocommerce .wc-product-table-wrapper .wc-product-table td.first:empty, .woocommerce .wc-product-table-wrapper .wc-product-table th.first:empty {
  display: none;
}

.woocommerce .wc-product-table-wrapper .wc-product-table td table tr.even td, .woocommerce .wc-product-table-wrapper .wc-product-table th table tr.even td {
  padding: 0;
  border: 0;
}

.woocommerce .wc-product-table-wrapper .wc-product-table .col-name {
  width: 25%;
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
}

.woocommerce .wc-product-table-wrapper .wc-product-table a {
  color: #333333;
}

.woocommerce .wc-product-table-wrapper .wc-product-table a:hover {
  color: #C00000;
}

.woocommerce .wc-product-table-wrapper .wc-product-table .col-add-to-cart .button {
  font-size: 1.12rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #C00000;
  padding: 0.7rem 1rem;
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: normal;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.563rem;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 1.25rem;
  background-color: #C00000;
}

@media (min-width: 1023px) {
  .woocommerce .wc-product-table-wrapper .wc-product-table .col-add-to-cart .button {
    border-radius: 0.438rem;
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
}

.woocommerce .wc-product-table-wrapper .wc-product-table .col-add-to-cart .button::after {
  position: absolute;
  content: '';
  background-image: url("../images/althistore_angle_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 1rem;
  background-size: 0.5rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (min-width: 1023px) {
  .woocommerce .wc-product-table-wrapper .wc-product-table .col-add-to-cart .button::after {
    width: 0.625rem;
    height: 0.813rem;
    background-size: 0.438rem;
  }
}

.woocommerce .wc-product-table-wrapper .wc-product-table .col-add-to-cart .button:hover, .woocommerce .wc-product-table-wrapper .wc-product-table .col-add-to-cart .button:focus {
  color: #FFFFFF;
  background: #000000;
  padding-right: 2.2rem;
}

@media (min-width: 1023px) {
  .woocommerce .wc-product-table-wrapper .wc-product-table .col-add-to-cart .button:hover, .woocommerce .wc-product-table-wrapper .wc-product-table .col-add-to-cart .button:focus {
    padding-right: 1.9rem;
  }
}

.woocommerce .wc-product-table-wrapper .wc-product-table .col-add-to-cart .button:hover::after, .woocommerce .wc-product-table-wrapper .wc-product-table .col-add-to-cart .button:focus::after {
  right: 0.8rem;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1023px) {
  .woocommerce .wc-product-table-wrapper .wc-product-table .col-add-to-cart .button:hover::after, .woocommerce .wc-product-table-wrapper .wc-product-table .col-add-to-cart .button:focus::after {
    right: 0.6rem;
  }
}

.woocommerce .wc-product-table-wrapper .wc-product-table .col-add-to-cart .button.btn-white {
  background: #FFFFFF;
  color: #000000;
}

.woocommerce .wc-product-table-wrapper .wc-product-table .col-add-to-cart .button.btn-white::after {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.woocommerce .wc-product-table-wrapper .wc-product-table .col-add-to-cart .button.btn-white:hover, .woocommerce .wc-product-table-wrapper .wc-product-table .col-add-to-cart .button.btn-white:focus {
  background: #FFFFFF;
  color: #000000;
}

.woocommerce .wc-product-table-wrapper .wc-product-table .col-add-to-cart .button::after {
  display: none;
}

.woocommerce .wc-product-table-wrapper .wc-product-table .col-add-to-cart .button:hover {
  padding: 0.75rem 1rem;
}

.woocommerce .wc-product-table-wrapper .wc-product-table .col-add-to-cart table.dynamic-pricing-table {
  border-collapse: collapse;
}

.woocommerce .wc-product-table-wrapper .wc-product-table-below .dataTables_paginate .paginate_button.current {
  background: #C00000;
  border-color: #C00000;
  color: #FFFFFF !important;
  border-radius: 0;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 2rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #d5d5d5;
}

.woocommerce .woocommerce-breadcrumb > a {
  color: #C00000;
}

.single-product.woocommerce .woocommerce-breadcrumb, .woocommerce .woosuite-qv-panel .woosuite-qv-main .woocommerce-breadcrumb {
  margin: 0 0 2.5rem;
}

.single-product.woocommerce div.product .woo-variation-product-gallery, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woo-variation-product-gallery {
  max-width: 45% !important;
  width: 100%;
}

@media (min-width: 1023px) {
  .single-product.woocommerce div.product .woo-variation-product-gallery, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woo-variation-product-gallery {
    margin-bottom: 3rem;
  }
}

.single-product.woocommerce div.product .woo-variation-product-gallery .woo-variation-gallery-wrapper, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woo-variation-product-gallery .woo-variation-gallery-wrapper {
  min-height: unset !important;
}

.single-product.woocommerce div.product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-trigger, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-trigger {
  border: 1px solid #C00000;
}

.single-product.woocommerce div.product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper .woo-variation-gallery-slider .wvg-gallery-image .wvg-single-gallery-image-container, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper .woo-variation-gallery-slider .wvg-gallery-image .wvg-single-gallery-image-container {
  width: 100%;
  height: 23rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.6rem;
}

@media (min-width: 1023px) {
  .single-product.woocommerce div.product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper .woo-variation-gallery-slider .wvg-gallery-image .wvg-single-gallery-image-container, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper .woo-variation-gallery-slider .wvg-gallery-image .wvg-single-gallery-image-container {
    height: 26rem;
    padding: 3rem;
  }
}

.single-product.woocommerce div.product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper .woo-variation-gallery-slider .wvg-gallery-image .wvg-single-gallery-image-container > img, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper .woo-variation-gallery-slider .wvg-gallery-image .wvg-single-gallery-image-container > img {
  width: auto;
  max-height: 20rem;
}

@media (min-width: 1023px) {
  .single-product.woocommerce div.product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper .woo-variation-gallery-slider .wvg-gallery-image .wvg-single-gallery-image-container > img, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper .woo-variation-gallery-slider .wvg-gallery-image .wvg-single-gallery-image-container > img {
    max-height: 22rem;
  }
}

.single-product.woocommerce div.product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper .woo-variation-gallery-thumbnail-slider .wvg-gallery-thumbnail-image, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper .woo-variation-gallery-thumbnail-slider .wvg-gallery-thumbnail-image {
  padding: 0.6rem;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.6rem;
}

.single-product.woocommerce div.product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper .woo-variation-gallery-thumbnail-slider .wvg-gallery-thumbnail-image img, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper .woo-variation-gallery-thumbnail-slider .wvg-gallery-thumbnail-image img {
  width: auto;
  height: auto;
  max-height: 5rem;
}

.single-product.woocommerce div.product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper .woo-variation-gallery-thumbnail-slider .wvg-gallery-thumbnail-image.slick-current, .single-product.woocommerce div.product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper .woo-variation-gallery-thumbnail-slider .wvg-gallery-thumbnail-image.current-thumbnail, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper .woo-variation-gallery-thumbnail-slider .wvg-gallery-thumbnail-image.slick-current, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper .woo-variation-gallery-thumbnail-slider .wvg-gallery-thumbnail-image.current-thumbnail {
  border-color: #C00000;
}

.single-product.woocommerce div.product .product_title, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .product_title {
  font-size: 1.875rem;
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
}

.single-product.woocommerce div.product .onsale, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .onsale {
  background-color: #C00000;
  color: #FFFFFF;
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
  right: auto !important;
  left: 0 !important;
  border: 0;
  font-size: 1rem;
  min-height: unset;
  line-height: normal;
  padding: 0.3rem 0.5rem;
  border-radius: 0.3rem;
  top: 0rem;
  left: 0rem !important;
}

@media (min-width: 1023px) {
  .single-product.woocommerce div.product .onsale, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .onsale {
    border-radius: 0.2rem;
  }
}

.single-product.woocommerce div.product .summary a, .single-product.woocommerce div.product .woosuite-qv-summary a, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary a, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary a, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary a, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary a {
  color: #C00000;
}

.single-product.woocommerce div.product .summary .price, .single-product.woocommerce div.product .woosuite-qv-summary .price, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .price, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .price, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .price, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .price {
  color: #C00000;
  font-size: 2rem;
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
  margin: 0 0 1.3rem;
}

@media (min-width: 1023px) {
  .single-product.woocommerce div.product .summary .price, .single-product.woocommerce div.product .woosuite-qv-summary .price, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .price, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .price, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .price, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .price {
    margin: 0 0 2.3rem;
  }
}

.single-product.woocommerce div.product .summary .price ins, .single-product.woocommerce div.product .woosuite-qv-summary .price ins, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .price ins, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .price ins, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .price ins, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .price ins {
  text-decoration: none;
}

.single-product.woocommerce div.product .summary .price del, .single-product.woocommerce div.product .woosuite-qv-summary .price del, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .price del, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .price del, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .price del, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .price del {
  color: #999999;
  opacity: 0.5;
}

.single-product.woocommerce div.product .summary .price .woocommerce-price-suffix, .single-product.woocommerce div.product .woosuite-qv-summary .price .woocommerce-price-suffix, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .price .woocommerce-price-suffix, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .price .woocommerce-price-suffix, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .price .woocommerce-price-suffix, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .price .woocommerce-price-suffix {
  display: block;
  font-size: 1.125rem;
  margin: 0.3rem 0 0;
}

.single-product.woocommerce div.product .summary .woocommerce-product-details__short-description, .single-product.woocommerce div.product .woosuite-qv-summary .woocommerce-product-details__short-description, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .woocommerce-product-details__short-description, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .woocommerce-product-details__short-description, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .woocommerce-product-details__short-description, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .woocommerce-product-details__short-description {
  color: #000000;
  margin: 0 0 1.8rem;
}

.single-product.woocommerce div.product .summary .woocommerce-product-details__short-description p, .single-product.woocommerce div.product .woosuite-qv-summary .woocommerce-product-details__short-description p, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .woocommerce-product-details__short-description p, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .woocommerce-product-details__short-description p, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .woocommerce-product-details__short-description p, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .woocommerce-product-details__short-description p {
  margin: 0 0 0.3rem;
}

.single-product.woocommerce div.product .summary .woocommerce-product-details__short-description table.main_tech td, .single-product.woocommerce div.product .woosuite-qv-summary .woocommerce-product-details__short-description table.main_tech td, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .woocommerce-product-details__short-description table.main_tech td, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .woocommerce-product-details__short-description table.main_tech td, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .woocommerce-product-details__short-description table.main_tech td, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .woocommerce-product-details__short-description table.main_tech td {
  padding: 0.3rem 0;
}

.single-product.woocommerce div.product .summary .woocommerce-product-details__short-description table.main_tech td:empty, .single-product.woocommerce div.product .woosuite-qv-summary .woocommerce-product-details__short-description table.main_tech td:empty, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .woocommerce-product-details__short-description table.main_tech td:empty, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .woocommerce-product-details__short-description table.main_tech td:empty, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .woocommerce-product-details__short-description table.main_tech td:empty, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .woocommerce-product-details__short-description table.main_tech td:empty {
  display: none;
}

.single-product.woocommerce div.product .summary .product_meta, .single-product.woocommerce div.product .woosuite-qv-summary .product_meta, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .product_meta, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .product_meta, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .product_meta, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .product_meta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-product.woocommerce div.product .summary .product_meta span, .single-product.woocommerce div.product .woosuite-qv-summary .product_meta span, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .product_meta span, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .product_meta span, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .product_meta span, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .product_meta span {
  display: inline-block;
}

.single-product.woocommerce div.product .summary .product_meta > span, .single-product.woocommerce div.product .woosuite-qv-summary .product_meta > span, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .product_meta > span, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .product_meta > span, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .product_meta > span, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .product_meta > span {
  padding: 0 1.6rem 0.5rem 0;
}

.single-product.woocommerce div.product .summary .dynamic-pricing-table, .single-product.woocommerce div.product .woosuite-qv-summary .dynamic-pricing-table, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .dynamic-pricing-table, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .dynamic-pricing-table, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .dynamic-pricing-table, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .dynamic-pricing-table {
  border: 1px solid #eee;
  margin: 0 0 25px;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}

.single-product.woocommerce div.product .summary .dynamic-pricing-table tr th, .single-product.woocommerce div.product .summary .dynamic-pricing-table tr td, .single-product.woocommerce div.product .woosuite-qv-summary .dynamic-pricing-table tr th, .single-product.woocommerce div.product .woosuite-qv-summary .dynamic-pricing-table tr td, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .dynamic-pricing-table tr th, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .dynamic-pricing-table tr td, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .dynamic-pricing-table tr th, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .dynamic-pricing-table tr td, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .dynamic-pricing-table tr th, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .dynamic-pricing-table tr td, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .dynamic-pricing-table tr th, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .dynamic-pricing-table tr td {
  padding: 0.6rem 0.8rem;
  border: 1px solid #eee;
}

.single-product.woocommerce div.product .summary .dynamic-pricing-table tr td, .single-product.woocommerce div.product .woosuite-qv-summary .dynamic-pricing-table tr td, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .dynamic-pricing-table tr td, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .dynamic-pricing-table tr td, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .dynamic-pricing-table tr td, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .dynamic-pricing-table tr td {
  border-top: 1px solid #eee;
}

.single-product.woocommerce div.product .summary .in-stock, .single-product.woocommerce div.product .woosuite-qv-summary .in-stock, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .in-stock, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .in-stock, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .in-stock, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .in-stock {
  font-family: 'FuturaPTWebMedium';
  font-weight: normal;
  font-style: normal;
}

.single-product.woocommerce div.product .summary .of_single_add_to_cart_button, .single-product.woocommerce div.product .woosuite-qv-summary .of_single_add_to_cart_button, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .of_single_add_to_cart_button, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .of_single_add_to_cart_button, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button {
  font-size: 1.12rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #C00000;
  padding: 0.7rem 1rem;
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: normal;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.563rem;
  text-decoration: none;
}

@media (min-width: 1023px) {
  .single-product.woocommerce div.product .summary .of_single_add_to_cart_button, .single-product.woocommerce div.product .woosuite-qv-summary .of_single_add_to_cart_button, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .of_single_add_to_cart_button, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .of_single_add_to_cart_button, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button {
    border-radius: 0.438rem;
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
}

.single-product.woocommerce div.product .summary .of_single_add_to_cart_button::after, .single-product.woocommerce div.product .woosuite-qv-summary .of_single_add_to_cart_button::after, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .of_single_add_to_cart_button::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .of_single_add_to_cart_button::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button::after {
  position: absolute;
  content: '';
  background-image: url("../images/althistore_angle_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 1rem;
  background-size: 0.5rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (min-width: 1023px) {
  .single-product.woocommerce div.product .summary .of_single_add_to_cart_button::after, .single-product.woocommerce div.product .woosuite-qv-summary .of_single_add_to_cart_button::after, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .of_single_add_to_cart_button::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .of_single_add_to_cart_button::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button::after {
    width: 0.625rem;
    height: 0.813rem;
    background-size: 0.438rem;
  }
}

.single-product.woocommerce div.product .summary .of_single_add_to_cart_button:hover, .single-product.woocommerce div.product .summary .of_single_add_to_cart_button:focus, .single-product.woocommerce div.product .woosuite-qv-summary .of_single_add_to_cart_button:hover, .single-product.woocommerce div.product .woosuite-qv-summary .of_single_add_to_cart_button:focus, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button:hover, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button:focus, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .of_single_add_to_cart_button:hover, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .of_single_add_to_cart_button:focus, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .of_single_add_to_cart_button:hover, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .of_single_add_to_cart_button:focus, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button:hover, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button:focus {
  color: #FFFFFF;
  background: #000000;
  padding-right: 2.2rem;
}

@media (min-width: 1023px) {
  .single-product.woocommerce div.product .summary .of_single_add_to_cart_button:hover, .single-product.woocommerce div.product .summary .of_single_add_to_cart_button:focus, .single-product.woocommerce div.product .woosuite-qv-summary .of_single_add_to_cart_button:hover, .single-product.woocommerce div.product .woosuite-qv-summary .of_single_add_to_cart_button:focus, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button:hover, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button:focus, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .of_single_add_to_cart_button:hover, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .of_single_add_to_cart_button:focus, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .of_single_add_to_cart_button:hover, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .of_single_add_to_cart_button:focus, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button:hover, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button:focus {
    padding-right: 1.9rem;
  }
}

.single-product.woocommerce div.product .summary .of_single_add_to_cart_button:hover::after, .single-product.woocommerce div.product .summary .of_single_add_to_cart_button:focus::after, .single-product.woocommerce div.product .woosuite-qv-summary .of_single_add_to_cart_button:hover::after, .single-product.woocommerce div.product .woosuite-qv-summary .of_single_add_to_cart_button:focus::after, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button:hover::after, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button:focus::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .of_single_add_to_cart_button:hover::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .of_single_add_to_cart_button:focus::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .of_single_add_to_cart_button:hover::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .of_single_add_to_cart_button:focus::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button:hover::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button:focus::after {
  right: 0.8rem;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1023px) {
  .single-product.woocommerce div.product .summary .of_single_add_to_cart_button:hover::after, .single-product.woocommerce div.product .summary .of_single_add_to_cart_button:focus::after, .single-product.woocommerce div.product .woosuite-qv-summary .of_single_add_to_cart_button:hover::after, .single-product.woocommerce div.product .woosuite-qv-summary .of_single_add_to_cart_button:focus::after, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button:hover::after, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button:focus::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .of_single_add_to_cart_button:hover::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .of_single_add_to_cart_button:focus::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .of_single_add_to_cart_button:hover::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .of_single_add_to_cart_button:focus::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button:hover::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button:focus::after {
    right: 0.6rem;
  }
}

.single-product.woocommerce div.product .summary .of_single_add_to_cart_button.btn-white, .single-product.woocommerce div.product .woosuite-qv-summary .of_single_add_to_cart_button.btn-white, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button.btn-white, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .of_single_add_to_cart_button.btn-white, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .of_single_add_to_cart_button.btn-white, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button.btn-white {
  background: #FFFFFF;
  color: #000000;
}

.single-product.woocommerce div.product .summary .of_single_add_to_cart_button.btn-white::after, .single-product.woocommerce div.product .woosuite-qv-summary .of_single_add_to_cart_button.btn-white::after, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button.btn-white::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .of_single_add_to_cart_button.btn-white::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .of_single_add_to_cart_button.btn-white::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button.btn-white::after {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.single-product.woocommerce div.product .summary .of_single_add_to_cart_button.btn-white:hover, .single-product.woocommerce div.product .summary .of_single_add_to_cart_button.btn-white:focus, .single-product.woocommerce div.product .woosuite-qv-summary .of_single_add_to_cart_button.btn-white:hover, .single-product.woocommerce div.product .woosuite-qv-summary .of_single_add_to_cart_button.btn-white:focus, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button.btn-white:hover, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button.btn-white:focus, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .of_single_add_to_cart_button.btn-white:hover, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .of_single_add_to_cart_button.btn-white:focus, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .of_single_add_to_cart_button.btn-white:hover, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .of_single_add_to_cart_button.btn-white:focus, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button.btn-white:hover, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .of_single_add_to_cart_button.btn-white:focus {
  background: #FFFFFF;
  color: #000000;
}

.single-product.woocommerce div.product .summary .ofbt_single_page.loading::after, .single-product.woocommerce div.product .woosuite-qv-summary .ofbt_single_page.loading::after, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .ofbt_single_page.loading::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .ofbt_single_page.loading::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .ofbt_single_page.loading::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .ofbt_single_page.loading::after {
  width: auto;
  height: auto;
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 0.9rem;
  background: none;
  background-image: none;
}

.single-product.woocommerce div.product .summary .cart, .single-product.woocommerce div.product .woosuite-qv-summary .cart, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .cart, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .cart, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .cart, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .cart {
  margin-bottom: 1rem;
}

.single-product.woocommerce div.product .summary .cart .qty, .single-product.woocommerce div.product .woosuite-qv-summary .cart .qty, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .cart .qty, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .cart .qty, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .cart .qty, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .cart .qty {
  margin: 0 0.5rem;
}

.single-product.woocommerce div.product .summary .cart .single_add_to_cart_button, .single-product.woocommerce div.product .woosuite-qv-summary .cart .single_add_to_cart_button, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .cart .single_add_to_cart_button, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .cart .single_add_to_cart_button, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button {
  font-size: 1.12rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #C00000;
  padding: 0.7rem 1rem;
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: normal;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.563rem;
  text-decoration: none;
}

@media (min-width: 1023px) {
  .single-product.woocommerce div.product .summary .cart .single_add_to_cart_button, .single-product.woocommerce div.product .woosuite-qv-summary .cart .single_add_to_cart_button, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .cart .single_add_to_cart_button, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .cart .single_add_to_cart_button, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button {
    border-radius: 0.438rem;
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
}

.single-product.woocommerce div.product .summary .cart .single_add_to_cart_button::after, .single-product.woocommerce div.product .woosuite-qv-summary .cart .single_add_to_cart_button::after, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .cart .single_add_to_cart_button::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .cart .single_add_to_cart_button::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button::after {
  position: absolute;
  content: '';
  background-image: url("../images/althistore_angle_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 1rem;
  background-size: 0.5rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (min-width: 1023px) {
  .single-product.woocommerce div.product .summary .cart .single_add_to_cart_button::after, .single-product.woocommerce div.product .woosuite-qv-summary .cart .single_add_to_cart_button::after, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .cart .single_add_to_cart_button::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .cart .single_add_to_cart_button::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button::after {
    width: 0.625rem;
    height: 0.813rem;
    background-size: 0.438rem;
  }
}

.single-product.woocommerce div.product .summary .cart .single_add_to_cart_button:hover, .single-product.woocommerce div.product .summary .cart .single_add_to_cart_button:focus, .single-product.woocommerce div.product .woosuite-qv-summary .cart .single_add_to_cart_button:hover, .single-product.woocommerce div.product .woosuite-qv-summary .cart .single_add_to_cart_button:focus, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button:hover, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button:focus, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .cart .single_add_to_cart_button:hover, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .cart .single_add_to_cart_button:focus, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .cart .single_add_to_cart_button:hover, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .cart .single_add_to_cart_button:focus, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button:hover, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button:focus {
  color: #FFFFFF;
  background: #000000;
  padding-right: 2.2rem;
}

@media (min-width: 1023px) {
  .single-product.woocommerce div.product .summary .cart .single_add_to_cart_button:hover, .single-product.woocommerce div.product .summary .cart .single_add_to_cart_button:focus, .single-product.woocommerce div.product .woosuite-qv-summary .cart .single_add_to_cart_button:hover, .single-product.woocommerce div.product .woosuite-qv-summary .cart .single_add_to_cart_button:focus, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button:hover, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button:focus, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .cart .single_add_to_cart_button:hover, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .cart .single_add_to_cart_button:focus, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .cart .single_add_to_cart_button:hover, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .cart .single_add_to_cart_button:focus, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button:hover, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button:focus {
    padding-right: 1.9rem;
  }
}

.single-product.woocommerce div.product .summary .cart .single_add_to_cart_button:hover::after, .single-product.woocommerce div.product .summary .cart .single_add_to_cart_button:focus::after, .single-product.woocommerce div.product .woosuite-qv-summary .cart .single_add_to_cart_button:hover::after, .single-product.woocommerce div.product .woosuite-qv-summary .cart .single_add_to_cart_button:focus::after, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button:hover::after, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button:focus::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .cart .single_add_to_cart_button:hover::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .cart .single_add_to_cart_button:focus::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .cart .single_add_to_cart_button:hover::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .cart .single_add_to_cart_button:focus::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button:hover::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button:focus::after {
  right: 0.8rem;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1023px) {
  .single-product.woocommerce div.product .summary .cart .single_add_to_cart_button:hover::after, .single-product.woocommerce div.product .summary .cart .single_add_to_cart_button:focus::after, .single-product.woocommerce div.product .woosuite-qv-summary .cart .single_add_to_cart_button:hover::after, .single-product.woocommerce div.product .woosuite-qv-summary .cart .single_add_to_cart_button:focus::after, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button:hover::after, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button:focus::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .cart .single_add_to_cart_button:hover::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .cart .single_add_to_cart_button:focus::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .cart .single_add_to_cart_button:hover::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .cart .single_add_to_cart_button:focus::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button:hover::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button:focus::after {
    right: 0.6rem;
  }
}

.single-product.woocommerce div.product .summary .cart .single_add_to_cart_button.btn-white, .single-product.woocommerce div.product .woosuite-qv-summary .cart .single_add_to_cart_button.btn-white, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button.btn-white, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .cart .single_add_to_cart_button.btn-white, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .cart .single_add_to_cart_button.btn-white, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button.btn-white {
  background: #FFFFFF;
  color: #000000;
}

.single-product.woocommerce div.product .summary .cart .single_add_to_cart_button.btn-white::after, .single-product.woocommerce div.product .woosuite-qv-summary .cart .single_add_to_cart_button.btn-white::after, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button.btn-white::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .cart .single_add_to_cart_button.btn-white::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .cart .single_add_to_cart_button.btn-white::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button.btn-white::after {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.single-product.woocommerce div.product .summary .cart .single_add_to_cart_button.btn-white:hover, .single-product.woocommerce div.product .summary .cart .single_add_to_cart_button.btn-white:focus, .single-product.woocommerce div.product .woosuite-qv-summary .cart .single_add_to_cart_button.btn-white:hover, .single-product.woocommerce div.product .woosuite-qv-summary .cart .single_add_to_cart_button.btn-white:focus, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button.btn-white:hover, .single-product.woocommerce div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button.btn-white:focus, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .cart .single_add_to_cart_button.btn-white:hover, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .summary .cart .single_add_to_cart_button.btn-white:focus, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .cart .single_add_to_cart_button.btn-white:hover, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .cart .single_add_to_cart_button.btn-white:focus, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button.btn-white:hover, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-woo-bundled-product__summary .cart .single_add_to_cart_button.btn-white:focus {
  background: #FFFFFF;
  color: #000000;
}

.single-product.woocommerce div.product .woosuite-qv-summary, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary {
  padding-top: 1.5rem;
}

@media (min-width: 576px) {
  .single-product.woocommerce div.product .woosuite-qv-summary, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary {
    padding-top: 0;
  }
}

.single-product.woocommerce div.product .woosuite-qv-summary .woocommerce-detailed-description-btn, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .woocommerce-detailed-description-btn {
  display: none;
}

.single-product.woocommerce div.product .woosuite-qv-summary .woocommerce-add-to-cart-store .woocommerce-add-to-cart-store-left #updated-price, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .woocommerce-add-to-cart-store .woocommerce-add-to-cart-store-left #updated-price {
  display: none;
}

.single-product.woocommerce div.product .woosuite-qv-summary .product_title, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woosuite-qv-summary .product_title {
  font-size: 1.6rem;
}

.single-product.woocommerce div.product .user_menual_datasheet, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .user_menual_datasheet {
  width: 100%;
  float: left;
  margin: 2.5rem 0 1.5rem;
  padding: 1.5rem 2rem;
  border: 1px solid #dfdfe3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-product.woocommerce div.product .woocommerce-tabs, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woocommerce-tabs {
  border: 1px solid #d9d9d9;
  margin: 40px 0 45px;
  display: inline-block;
  width: 100%;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woocommerce-tabs ul.tabs {
  background: #f4f4f4;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woocommerce-tabs ul.tabs li::before, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #FFFFFF;
  border-bottom: 1px solid #d9d9d9;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woocommerce-tabs ul.tabs li.active a {
  color: #C00000;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woocommerce-tabs ul.tabs li a {
  padding: 0.7rem 1.2rem;
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
}

.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 1.875rem;
  color: #666666;
  margin: 0;
}

.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 1.875rem;
}

.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2, .single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h3, .single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h4, .single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h5, .single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h6, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woocommerce-tabs .woocommerce-Tabs-panel h2, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woocommerce-tabs .woocommerce-Tabs-panel h3, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woocommerce-tabs .woocommerce-Tabs-panel h4, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woocommerce-tabs .woocommerce-Tabs-panel h5, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woocommerce-tabs .woocommerce-Tabs-panel h6 {
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
}

.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel strong, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woocommerce-tabs .woocommerce-Tabs-panel strong {
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
}

.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel ul, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woocommerce-tabs .woocommerce-Tabs-panel ul {
  padding: 0 0 0 1.3rem;
  margin: 0.4rem 0;
}

.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel ul li, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woocommerce-tabs .woocommerce-Tabs-panel ul li {
  margin: 0 0 1rem;
}

.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel ul li::before, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woocommerce-tabs .woocommerce-Tabs-panel ul li::before {
  display: none;
}

.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel table:not(.variations), .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woocommerce-tabs .woocommerce-Tabs-panel table:not(.variations) {
  border: 1px solid #eee;
  margin: 0 0 15px;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}

.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel table:not(.variations) tr th, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woocommerce-tabs .woocommerce-Tabs-panel table:not(.variations) tr th {
  padding: 0.8rem 1rem;
}

.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel table:not(.variations) tr td, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .woocommerce-tabs .woocommerce-Tabs-panel table:not(.variations) tr td {
  border-top: 1px solid #eee;
  padding: 0.8rem 1rem;
}

.single-product.woocommerce div.product .images.woocommerce-product-gallery .flex-control-nav li, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .images.woocommerce-product-gallery .flex-control-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
}

.single-product.woocommerce div.product .images.woocommerce-product-gallery .flex-control-nav li img, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .images.woocommerce-product-gallery .flex-control-nav li img {
  max-width: 100%;
}

.single-product.woocommerce div.product .variations_form .variations, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .variations_form .variations {
  margin: 1.5rem 0 0;
  text-align: left;
}

.single-product.woocommerce div.product .variations_form .variations th label, .single-product.woocommerce div.product .variations_form .variations td label, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .variations_form .variations th label, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .variations_form .variations td label {
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
}

.single-product.woocommerce div.product .variations_form .variations th .reset_variations, .single-product.woocommerce div.product .variations_form .variations td .reset_variations, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .variations_form .variations th .reset_variations, .woocommerce .woosuite-qv-panel .woosuite-qv-main div.product .variations_form .variations td .reset_variations {
  display: inline-block !important;
}

.quantity {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.5rem;
}

.quantity .qty {
  font-size: 1rem;
  margin: 0 0.5rem;
  min-width: 3rem;
  padding: 0.532rem 0.3rem;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

.quantity .qty::-webkit-outer-spin-button, .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (min-width: 1023px) {
  .quantity .qty {
    padding: 0.75rem 0.3rem;
    min-width: 3rem;
  }
}

.quantity > button {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #FFFFFF;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: none;
  font-size: 1.5rem;
}

@media (min-width: 1023px) {
  .quantity > button {
    width: 2.9rem;
    height: 2.9rem;
  }
}

.quantity > button:hover {
  background-color: #C00000;
  color: #FFFFFF;
}

.woocommerce-detailed-description-btn {
  width: 100%;
  margin: 0 0 1.2rem;
}

@media (min-width: 1023px) {
  .woocommerce-detailed-description-btn {
    margin: 0 0 2.2rem;
  }
}

.woocommerce-detailed-description-btn .detail-desc-btn {
  display: inline-block;
  padding: 0 2rem 0 0;
  background-image: url(../images/search_icon.svg);
  background-position: right center;
  background-size: 1.4rem;
  background-repeat: no-repeat;
}

.woocommerce-price-product-store {
  width: 100%;
  margin: 0 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 576px) {
  .woocommerce-price-product-store {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 0 1.4rem;
  }
}

.woocommerce-price-product-store .woocommerce-price-product-disc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  background: #FFC107;
  margin: 0 0 1.4rem;
  border-radius: 0.563rem;
}

@media (min-width: 576px) {
  .woocommerce-price-product-store .woocommerce-price-product-disc {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
    border-radius: 0.438rem;
  }
}

.woocommerce-price-product-store .woocommerce-price-product-disc span {
  display: inline;
}

.woocommerce-price-product-store .woocommerce-price-product-disc .reg-price {
  margin: 0 0 0.3rem;
  font-size: 1.5rem;
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  .woocommerce-price-product-store .woocommerce-price-product-disc .reg-price {
    font-size: 1.12rem;
  }
}

.woocommerce-price-product-store .woocommerce-price-product-disc .disc-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 576px) {
  .woocommerce-price-product-store .woocommerce-price-product-disc .disc-price {
    display: inline;
  }
}

.woocommerce-price-product-store .woocommerce-price-product-disc .disc-price span {
  font-size: 2.5rem;
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
}

.woocommerce-price-product-store .woocommerce-price-product-retail {
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  color: #C00000;
}

.woocommerce-price-product-store .woocommerce-price-product-retail del {
  display: none;
}

.woocommerce-price-product-store .woocommerce-price-product-retail ins {
  text-decoration: none;
}

.woocommerce-price-product-store .woocommerce-price-product-retail .woocommerce-price-suffix {
  font-size: 1.125rem;
  display: block;
  text-align: right;
  margin: 0.3rem 0 0;
  color: #000000;
}

.stock-info .stock {
  margin: 0 0 0.5rem;
}

.woocommerce-add-to-cart-store {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 1.3rem;
  background: #f2f2f2;
  margin: 0.8rem 0 0;
  border-radius: 0.563rem;
}

@media (min-width: 1023px) {
  .woocommerce-add-to-cart-store {
    padding: 1.65rem;
    border-radius: 0.438rem;
  }
}

.woocommerce-add-to-cart-store .woocommerce-add-to-cart-store-left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 576px) {
  .woocommerce-add-to-cart-store .woocommerce-add-to-cart-store-left {
    width: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

.woocommerce-add-to-cart-store .woocommerce-add-to-cart-store-left .quantity {
  margin: 0 0 1rem !important;
  width: 100%;
}

@media (min-width: 576px) {
  .woocommerce-add-to-cart-store .woocommerce-add-to-cart-store-left .quantity {
    width: auto;
    margin: 0 0 0rem !important;
  }
}

.woocommerce-add-to-cart-store .woocommerce-add-to-cart-store-left #updated-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 1rem;
  font-size: 2rem;
  text-decoration: none;
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
  color: #C00000;
  width: 100%;
  text-align: left;
}

@media (min-width: 576px) {
  .woocommerce-add-to-cart-store .woocommerce-add-to-cart-store-left #updated-price {
    margin: 1.5rem 0 0;
    text-align: unset;
    width: auto;
  }
}

.woocommerce-add-to-cart-store .woocommerce-add-to-cart-store-left #updated-price del {
  font-size: 1.25rem;
  color: #000000;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 576px) {
  .woocommerce-add-to-cart-store .woocommerce-add-to-cart-store-left #updated-price del {
    font-size: 1.12rem;
  }
}

.woocommerce-add-to-cart-store .woocommerce-add-to-cart-store-left #updated-price ins {
  font-size: 2rem;
  text-decoration: none;
  margin: 0.5rem 0 0;
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
  color: #C00000;
}

.woocommerce-add-to-cart-store .woocommerce-add-to-cart-store-right {
  width: 100%;
  margin: 0.5rem 0 0;
}

@media (min-width: 576px) {
  .woocommerce-add-to-cart-store .woocommerce-add-to-cart-store-right {
    width: auto;
    margin: 0;
  }
}

.woocommerce-add-to-cart-store .woocommerce-add-to-cart-store-right .single_add_to_cart_button {
  width: 100%;
}

@media (min-width: 576px) {
  .woocommerce-add-to-cart-store .woocommerce-add-to-cart-store-right .single_add_to_cart_button {
    width: auto;
  }
}

.wc-product-info-store-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 0 2rem;
}

@media (min-width: 576px) {
  .wc-product-info-store-wrapper {
    padding: 2rem 0 3rem;
  }
}

.wc-product-info-store-wrapper .wc-product-info-store-wrapper-left {
  width: 100%;
}

@media (min-width: 1023px) {
  .wc-product-info-store-wrapper .wc-product-info-store-wrapper-left {
    width: calc(50% - 10px);
  }
}

.wc-product-info-store-wrapper .wc-product-info-store-wrapper-right {
  width: 100%;
}

@media (min-width: 1023px) {
  .wc-product-info-store-wrapper .wc-product-info-store-wrapper-right {
    width: calc(50% - 10px);
  }
}

.wc-product-info-store-wrapper .wc-product-info-store-wrapper-col {
  padding: 1.4rem;
  border: 1px solid #d5d5d5;
  margin-bottom: 20px;
  border-radius: 0.563rem;
}

@media (min-width: 576px) {
  .wc-product-info-store-wrapper .wc-product-info-store-wrapper-col {
    padding: 2rem;
    border-radius: 0.438rem;
  }
}

.wc-product-info-store-wrapper .wc-product-info-store-wrapper-col .woocommerce-Tabs-panel--description {
  color: #000000;
}

.wc-product-info-store-wrapper .wc-product-info-store-wrapper-col .woocommerce-Tabs-panel--description ul:not([class]) {
  margin-bottom: 0;
}

.wc-product-info-store-wrapper .wc-product-info-store-wrapper-col .woocommerce-Tabs-panel--description ul:not([class]) li {
  padding: 0 0 0.8rem;
}

.wc-product-info-store-wrapper .wc-product-info-store-wrapper-col table.woocommerce-product-attributes {
  margin-bottom: 0;
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #dfdfe3;
}

.wc-product-info-store-wrapper .wc-product-info-store-wrapper-col table.woocommerce-product-attributes tr:nth-child(even) th, .wc-product-info-store-wrapper .wc-product-info-store-wrapper-col table.woocommerce-product-attributes tr:nth-child(even) td {
  background-color: transparent;
}

.wc-product-info-store-wrapper .wc-product-info-store-wrapper-col table.woocommerce-product-attributes th {
  font-family: 'FuturaPTWebMedium';
  font-weight: normal;
  font-style: normal;
}

.wc-product-info-store-wrapper .wc-product-info-store-wrapper-col table.woocommerce-product-attributes th, .wc-product-info-store-wrapper .wc-product-info-store-wrapper-col table.woocommerce-product-attributes td {
  padding: 0.5rem 0;
  border-bottom: 1px solid #dfdfe3;
  text-align: left;
}

.wc-product-info-store-wrapper .wc-product-info-store-wrapper-col .wc-document-download {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.4rem 0 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dfdfe3;
}

@media (min-width: 576px) {
  .wc-product-info-store-wrapper .wc-product-info-store-wrapper-col .wc-document-download {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1rem 0 0;
  }
}

.wc-product-info-store-wrapper .wc-product-info-store-wrapper-col .wc-document-download:last-child {
  padding-bottom: 0;
  border: 0;
}

.wc-product-info-store-wrapper .wc-product-info-store-wrapper-col .wc-document-download .doc-name {
  width: 100%;
  margin: 0 0 0.4rem;
}

@media (min-width: 576px) {
  .wc-product-info-store-wrapper .wc-product-info-store-wrapper-col .wc-document-download .doc-name {
    width: auto;
  }
}

.wc-product-info-store-wrapper .wc-product-info-store-wrapper-col .wc-document-download .doc-btn {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.7rem 1rem;
  background-color: #C00000;
  color: #FFFFFF;
  line-height: 1.2em;
  font-size: 1rem;
  border-radius: 0.563rem;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .wc-product-info-store-wrapper .wc-product-info-store-wrapper-col .wc-document-download .doc-btn {
    padding: 0.7rem 1rem;
    font-size: 1rem;
    border-radius: 0.438rem;
  }
}

.wc-product-info-store-wrapper .wc-product-info-store-wrapper-col .wc-document-download .doc-btn span {
  display: inline-block;
}

.wc-product-info-store-wrapper .wc-product-info-store-wrapper-col .wc-document-download .doc-btn:hover {
  background-color: #000000;
}

.woocommerce .star-rating {
  font-size: 1.25rem;
}

.woocommerce .star-rating::before {
  color: #dfdfe3;
}

.woocommerce .star-rating span::before {
  color: #ffb500;
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .product-ratings-counts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .product-ratings-counts .product-rating--score {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1rem;
}

@media (min-width: 576px) {
  .woocommerce-Tabs-panel--reviews .woocommerce-Reviews .product-ratings-counts .product-rating--score {
    width: 53%;
    margin: 0;
  }
}

@media (min-width: 1023px) {
  .woocommerce-Tabs-panel--reviews .woocommerce-Reviews .product-ratings-counts .product-rating--score {
    width: 50%;
  }
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .product-ratings-counts .product-rating--score .product-rating-score-points {
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
  font-size: 2.5rem;
  display: inline-block;
  line-height: normal;
  margin: 0 1rem 0 0;
}

@media (min-width: 576px) {
  .woocommerce-Tabs-panel--reviews .woocommerce-Reviews .product-ratings-counts .product-rating--score .product-rating-score-points {
    font-size: 4.375rem;
  }
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .product-ratings-counts .product-rating--level {
  width: 100%;
}

@media (min-width: 576px) {
  .woocommerce-Tabs-panel--reviews .woocommerce-Reviews .product-ratings-counts .product-rating--level {
    width: 47%;
  }
}

@media (min-width: 1023px) {
  .woocommerce-Tabs-panel--reviews .woocommerce-Reviews .product-ratings-counts .product-rating--level {
    width: 50%;
  }
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .product-ratings-counts .product-rating--level .rating-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 0.3rem;
  position: relative;
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .product-ratings-counts .product-rating--level .rating-count::before {
  position: absolute;
  content: '';
  background: #ccc;
  height: 1px;
  top: 50%;
  left: 9rem;
  right: 3rem;
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .product-ratings-counts .product-rating--level .rating-count span.count {
  font-family: 'FuturaPTWebMedium';
  font-weight: normal;
  font-style: normal;
  font-size: 1.25rem;
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond {
  padding: 1.5rem 0 0 !important;
  border-top: 1px solid #d5d5d5 !important;
  margin: 1.5rem 0 0 !important;
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond .comment-reply-title {
  font-size: 2rem;
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
  display: block;
  margin: 0 0 1rem;
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond .comment-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating > label {
  display: block;
  margin: 0 0 0.5rem;
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating .stars span a {
  color: #ffb500;
  font-size: 1.5rem;
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond .comment-form .form-submit {
  margin: 0 !important;
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit {
  font-size: 1.12rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #C00000;
  padding: 0.7rem 1rem;
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: normal;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.563rem;
  text-decoration: none;
  background-color: #C00000 !important;
  font-weight: normal !important;
  color: #FFFFFF !important;
  border-radius: 0.563rem !important;
  padding: 0.7rem 1rem !important;
}

@media (min-width: 1023px) {
  .woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit {
    border-radius: 0.438rem;
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit::after {
  position: absolute;
  content: '';
  background-image: url("../images/althistore_angle_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 1rem;
  background-size: 0.5rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (min-width: 1023px) {
  .woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit::after {
    width: 0.625rem;
    height: 0.813rem;
    background-size: 0.438rem;
  }
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit:hover, .woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit:focus {
  color: #FFFFFF;
  background: #000000;
  padding-right: 2.2rem;
}

@media (min-width: 1023px) {
  .woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit:hover, .woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit:focus {
    padding-right: 1.9rem;
  }
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit:hover::after, .woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit:focus::after {
  right: 0.8rem;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1023px) {
  .woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit:hover::after, .woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit:focus::after {
    right: 0.6rem;
  }
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit.btn-white {
  background: #FFFFFF;
  color: #000000;
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit.btn-white::after {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit.btn-white:hover, .woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit.btn-white:focus {
  background: #FFFFFF;
  color: #000000;
}

@media (min-width: 1023px) {
  .woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit {
    border-radius: 0.438rem !important;
    font-size: 1rem !important;
    padding: 0.7rem 1rem !important;
  }
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit:hover {
  background-color: #000000 !important;
}

.woosuite-woo-bundled-products {
  margin: 2rem 0 1.5rem;
  display: inline-block;
}

.woosuite-woo-bundled-products .woosuite-woo-bundled-product {
  padding: 1.375rem;
}

@media (min-width: 1023px) {
  .woosuite-woo-bundled-products .woosuite-woo-bundled-product {
    padding: 2rem;
  }
}

.woosuite-woo-bundled-products .woosuite-woo-bundled-product .woosuite-woo-bundled-product__image {
  width: 100% !important;
  margin-right: 0 !important;
  padding-right: 0rem;
}

@media (min-width: 1023px) {
  .woosuite-woo-bundled-products .woosuite-woo-bundled-product .woosuite-woo-bundled-product__image {
    width: 33.33% !important;
    padding-right: 2rem;
  }
}

.woosuite-woo-bundled-products .woosuite-woo-bundled-product .woosuite-woo-bundled-product__summary {
  width: 100% !important;
}

@media (min-width: 1023px) {
  .woosuite-woo-bundled-products .woosuite-woo-bundled-product .woosuite-woo-bundled-product__summary {
    width: 66.66% !important;
  }
}

.woosuite-woo-bundled-products .woosuite-woo-bundled-product .woosuite-woo-bundled-product__summary a {
  color: #C00000;
}

.woosuite-woo-bundled-products .woosuite-woo-bundled-product .woosuite-woo-bundled-product__summary h2 {
  font-size: 1.6rem;
  margin: 0 0 1rem;
}

.woosuite-woo-bundled-products .woosuite-woo-bundled-product .woosuite-woo-bundled-product__summary h2 > a {
  color: #333333;
}

.woosuite-woo-bundled-products .woosuite-woo-bundled-product .woosuite-woo-bundled-product__summary .price {
  margin: 1.2rem 0;
}

.woosuite-woo-bundled-products .jckstl-add-all-to-cart {
  text-align: center;
  margin: 2rem 0 0;
}

.woosuite-woo-bundled-products .jckstl-add-all-to-cart .button {
  font-size: 1.12rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #C00000;
  padding: 0.7rem 1rem;
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: normal;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.563rem;
  text-decoration: none;
  background-color: #C00000 !important;
}

@media (min-width: 1023px) {
  .woosuite-woo-bundled-products .jckstl-add-all-to-cart .button {
    border-radius: 0.438rem;
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
}

.woosuite-woo-bundled-products .jckstl-add-all-to-cart .button::after {
  position: absolute;
  content: '';
  background-image: url("../images/althistore_angle_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 1rem;
  background-size: 0.5rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (min-width: 1023px) {
  .woosuite-woo-bundled-products .jckstl-add-all-to-cart .button::after {
    width: 0.625rem;
    height: 0.813rem;
    background-size: 0.438rem;
  }
}

.woosuite-woo-bundled-products .jckstl-add-all-to-cart .button:hover, .woosuite-woo-bundled-products .jckstl-add-all-to-cart .button:focus {
  color: #FFFFFF;
  background: #000000;
  padding-right: 2.2rem;
}

@media (min-width: 1023px) {
  .woosuite-woo-bundled-products .jckstl-add-all-to-cart .button:hover, .woosuite-woo-bundled-products .jckstl-add-all-to-cart .button:focus {
    padding-right: 1.9rem;
  }
}

.woosuite-woo-bundled-products .jckstl-add-all-to-cart .button:hover::after, .woosuite-woo-bundled-products .jckstl-add-all-to-cart .button:focus::after {
  right: 0.8rem;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1023px) {
  .woosuite-woo-bundled-products .jckstl-add-all-to-cart .button:hover::after, .woosuite-woo-bundled-products .jckstl-add-all-to-cart .button:focus::after {
    right: 0.6rem;
  }
}

.woosuite-woo-bundled-products .jckstl-add-all-to-cart .button.btn-white {
  background: #FFFFFF;
  color: #000000;
}

.woosuite-woo-bundled-products .jckstl-add-all-to-cart .button.btn-white::after {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.woosuite-woo-bundled-products .jckstl-add-all-to-cart .button.btn-white:hover, .woosuite-woo-bundled-products .jckstl-add-all-to-cart .button.btn-white:focus {
  background: #FFFFFF;
  color: #000000;
}

.woosuite-woo-bundled-products .jckstl-add-all-to-cart .button:hover {
  background-color: #000000 !important;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers {
  color: #C00000;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background-color: #C00000;
  color: #FFFFFF;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  color: #0f9314;
}

.related.products h2 {
  font-size: 1.875rem;
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
  margin: 0 0 1.4rem;
}

@media (min-width: 1023px) {
  .related.products h2 {
    margin: 0 0 2.3rem;
  }
}

.related.products .swiper .swiper-button-next, .related.products .swiper .swiper-button-prev {
  width: 2.8rem;
  height: 2.8rem;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  border-radius: 100%;
  color: #C00000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: calc(50% - 2.8rem);
}

@media (min-width: 576px) {
  .related.products .swiper .swiper-button-next, .related.products .swiper .swiper-button-prev {
    width: 2.4rem;
    height: 2.4rem;
    top: calc(50% - 3.8rem);
  }
}

@media (min-width: 1023px) {
  .related.products .swiper .swiper-button-next, .related.products .swiper .swiper-button-prev {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.related.products .swiper .swiper-button-next::after, .related.products .swiper .swiper-button-prev::after {
  font-size: 1.1rem;
}

@media (min-width: 576px) {
  .related.products .swiper .swiper-button-next::after, .related.products .swiper .swiper-button-prev::after {
    font-size: 1.2rem;
  }
}

@media (min-width: 1023px) {
  .related.products .swiper .swiper-button-next::after, .related.products .swiper .swiper-button-prev::after {
    font-size: 1.3rem;
  }
}

.related.products .swiper .swiper-button-next.swiper-button-disabled, .related.products .swiper .swiper-button-prev.swiper-button-disabled {
  pointer-events: all;
}

@media (min-width: 1023px) {
  .related.products .swiper .swiper-button-next {
    right: -50px;
  }
}

@media (min-width: 1023px) {
  .related.products .swiper .swiper-button-prev {
    left: -50px;
  }
}

@media (min-width: 1023px) {
  .related.products .swiper:hover .swiper-button-next {
    right: 1rem;
  }
}

@media (min-width: 1023px) {
  .related.products .swiper:hover .swiper-button-prev {
    left: 1rem;
  }
}

.related.products .swiper .product .woocommerce-loop-product__title {
  margin: 0 0 0.3rem;
  padding: 0.8rem 0 0;
  font-size: 1.125rem !important;
}

@media (min-width: 576px) {
  .related.products .swiper .product .woocommerce-loop-product__title {
    padding: .5em 0;
  }
}

@media (min-width: 1023px) {
  .related.products .swiper .product .woocommerce-loop-product__title {
    font-size: 1.125rem !important;
  }
}

.woocommerce ul.woocommerce-error, .woocommerce div.woocommerce-error, .woocommerce .woocommerce-message {
  background-color: transparent;
  color: #000000;
  padding: 0.5rem 0 0.5rem 2rem;
  margin-bottom: 2rem;
  border-bottom: 0;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.125rem;
}

@media (min-width: 1023px) {
  .woocommerce ul.woocommerce-error, .woocommerce div.woocommerce-error, .woocommerce .woocommerce-message {
    padding: 0.5rem 0 0.5rem 1.8rem;
  }
}

.woocommerce ul.woocommerce-error::before, .woocommerce div.woocommerce-error::before, .woocommerce .woocommerce-message::before {
  left: 0;
  color: #000000;
  top: 0.6rem;
}

@media (min-width: 1023px) {
  .woocommerce ul.woocommerce-error::before, .woocommerce div.woocommerce-error::before, .woocommerce .woocommerce-message::before {
    top: 0.5rem;
  }
}

.woocommerce ul.woocommerce-error li, .woocommerce div.woocommerce-error li, .woocommerce .woocommerce-message li {
  color: #000000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 0.8rem;
}

.woocommerce ul.woocommerce-error li:last-child, .woocommerce div.woocommerce-error li:last-child, .woocommerce .woocommerce-message li:last-child {
  padding-bottom: 0;
}

.woocommerce ul.woocommerce-error ul li, .woocommerce div.woocommerce-error ul li, .woocommerce .woocommerce-message ul li {
  color: #000000;
}

.woocommerce ul.woocommerce-error .button, .woocommerce div.woocommerce-error .button, .woocommerce .woocommerce-message .button {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  color: #C00000;
  background-color: transparent;
  text-transform: uppercase;
  padding: 2px 0 0;
  border-radius: 0;
  margin: 0;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  display: inline-block;
  line-height: normal;
  float: none;
  margin: 0.375rem 0;
  width: 100%;
}

@media (min-width: 1023px) {
  .woocommerce ul.woocommerce-error .button, .woocommerce div.woocommerce-error .button, .woocommerce .woocommerce-message .button {
    width: auto;
    font-size: 1rem;
    margin: 0 0 0 1rem;
  }
}

.woocommerce ul.woocommerce-error .button:hover, .woocommerce div.woocommerce-error .button:hover, .woocommerce .woocommerce-message .button:hover {
  background-color: transparent;
  color: #000000;
}

.woocommerce ul.woocommerce-error a, .woocommerce div.woocommerce-error a, .woocommerce .woocommerce-message a {
  color: #C00000;
}

.woocommerce ul.woocommerce-error a:hover, .woocommerce div.woocommerce-error a:hover, .woocommerce .woocommerce-message a:hover {
  color: #000000;
}

.woocommerce .woocommerce-error::before {
  content: '\e016';
  color: #C00000 !important;
}

.woocommerce .woocommerce-message {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce .woocommerce-message::after {
  display: none;
}

.woocommerce .woocommerce-message .restore-item {
  color: #C00000;
  margin-left: 1rem;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message::before {
  top: 0.6rem;
}

@media (min-width: 1023px) {
  .single-product .woocommerce-notices-wrapper .woocommerce-message::before {
    top: 0.5rem;
  }
}

.single-product .woocommerce-notices-wrapper .woocommerce-message .button {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.woocommerce .woocommerce-info {
  background-color: transparent;
  color: #000000;
  padding: 0.5rem 0 0.5rem 2rem;
  margin-bottom: 1.5rem;
  border-bottom: 0;
}

@media (min-width: 1023px) {
  .woocommerce .woocommerce-info {
    padding: 0.5rem 0 0.5rem 1.8rem;
  }
}

.woocommerce .woocommerce-info::before {
  left: 0;
  color: #000000;
  top: 0.6rem;
}

@media (min-width: 1023px) {
  .woocommerce .woocommerce-info::before {
    top: 0.5rem;
  }
}

.woocommerce .woocommerce-info li {
  color: #FFFFFF;
}

.woocommerce .woocommerce-info ul li {
  color: #FFFFFF;
}

.woocommerce .woocommerce-info .button {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  color: #C00000;
  background-color: transparent;
  text-transform: uppercase;
  padding: 0;
  border-radius: 0;
  margin: 0;
  margin-left: 1rem;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  font-size: 1.12rem;
  display: inline-block;
}

@media (min-width: 1023px) {
  .woocommerce .woocommerce-info .button {
    font-size: 1rem;
  }
}

.woocommerce .woocommerce-info .button:hover {
  background-color: transparent;
  color: #000000;
}

.woocommerce .woocommerce-info a {
  color: #C00000;
}

.woocommerce .woocommerce-info a:hover {
  color: #000000;
}

.woocommerce .return-to-shop .button {
  font-size: 1.12rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #C00000;
  padding: 0.7rem 1rem;
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: normal;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.563rem;
  text-decoration: none;
}

@media (min-width: 1023px) {
  .woocommerce .return-to-shop .button {
    border-radius: 0.438rem;
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
}

.woocommerce .return-to-shop .button::after {
  position: absolute;
  content: '';
  background-image: url("../images/althistore_angle_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 1rem;
  background-size: 0.5rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (min-width: 1023px) {
  .woocommerce .return-to-shop .button::after {
    width: 0.625rem;
    height: 0.813rem;
    background-size: 0.438rem;
  }
}

.woocommerce .return-to-shop .button:hover, .woocommerce .return-to-shop .button:focus {
  color: #FFFFFF;
  background: #000000;
  padding-right: 2.2rem;
}

@media (min-width: 1023px) {
  .woocommerce .return-to-shop .button:hover, .woocommerce .return-to-shop .button:focus {
    padding-right: 1.9rem;
  }
}

.woocommerce .return-to-shop .button:hover::after, .woocommerce .return-to-shop .button:focus::after {
  right: 0.8rem;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1023px) {
  .woocommerce .return-to-shop .button:hover::after, .woocommerce .return-to-shop .button:focus::after {
    right: 0.6rem;
  }
}

.woocommerce .return-to-shop .button.btn-white {
  background: #FFFFFF;
  color: #000000;
}

.woocommerce .return-to-shop .button.btn-white::after {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.woocommerce .return-to-shop .button.btn-white:hover, .woocommerce .return-to-shop .button.btn-white:focus {
  background: #FFFFFF;
  color: #000000;
}

.woocommerce table.shop_table {
  color: #000000;
  border-collapse: collapse;
  border: 1px solid #dfdfe3;
}

.woocommerce table.shop_table strong {
  font-family: 'FuturaPTWebMedium';
  font-weight: normal;
  font-style: normal;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  padding: 0.8rem 1rem;
  border-color: #dfdfe3;
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  .woocommerce table.shop_table th, .woocommerce table.shop_table td {
    padding: 0.6rem 0.8rem;
    font-size: 1.12rem;
  }
}

@media (min-width: 1023px) {
  .woocommerce table.shop_table th, .woocommerce table.shop_table td {
    padding: 0.8rem 1rem;
  }
}

.woocommerce table.shop_table th {
  font-family: 'FuturaPTWebMedium';
  font-weight: normal;
  font-style: normal;
  font-weight: normal !important;
}

.woocommerce table.shop_table td {
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
}

.woocommerce table.shop_table td a {
  color: #C00000;
}

.woocommerce table.shop_table td .remove {
  color: #C00000 !important;
}

.woocommerce table.shop_table td .remove:hover {
  background-color: #C00000 !important;
  color: #FFFFFF !important;
}

.woocommerce table.shop_table td .qty {
  margin: 0 0.5rem;
}

.woocommerce table.shop_table td.actions .button {
  font-size: 1.12rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #C00000;
  padding: 0.7rem 1rem;
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: normal;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.563rem;
  text-decoration: none;
}

@media (min-width: 1023px) {
  .woocommerce table.shop_table td.actions .button {
    border-radius: 0.438rem;
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
}

.woocommerce table.shop_table td.actions .button::after {
  position: absolute;
  content: '';
  background-image: url("../images/althistore_angle_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 1rem;
  background-size: 0.5rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (min-width: 1023px) {
  .woocommerce table.shop_table td.actions .button::after {
    width: 0.625rem;
    height: 0.813rem;
    background-size: 0.438rem;
  }
}

.woocommerce table.shop_table td.actions .button:hover, .woocommerce table.shop_table td.actions .button:focus {
  color: #FFFFFF;
  background: #000000;
  padding-right: 2.2rem;
}

@media (min-width: 1023px) {
  .woocommerce table.shop_table td.actions .button:hover, .woocommerce table.shop_table td.actions .button:focus {
    padding-right: 1.9rem;
  }
}

.woocommerce table.shop_table td.actions .button:hover::after, .woocommerce table.shop_table td.actions .button:focus::after {
  right: 0.8rem;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1023px) {
  .woocommerce table.shop_table td.actions .button:hover::after, .woocommerce table.shop_table td.actions .button:focus::after {
    right: 0.6rem;
  }
}

.woocommerce table.shop_table td.actions .button.btn-white {
  background: #FFFFFF;
  color: #000000;
}

.woocommerce table.shop_table td.actions .button.btn-white::after {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.woocommerce table.shop_table td.actions .button.btn-white:hover, .woocommerce table.shop_table td.actions .button.btn-white:focus {
  background: #FFFFFF;
  color: #000000;
}

.woocommerce table.shop_table td.actions .coupon .input-text {
  width: 100%;
  padding: 0.625rem 0.938rem;
  border: 1px solid #dfdfe3;
  border-radius: 0.563rem;
  margin: 0 0 0.375rem 0;
}

@media (min-width: 576px) {
  .woocommerce table.shop_table td.actions .coupon .input-text {
    width: auto;
    margin: 0 0.375rem 0 0;
  }
}

@media (min-width: 1023px) {
  .woocommerce table.shop_table td.actions .coupon .input-text {
    border-radius: 0.438rem;
    padding: 0.625rem 0.938rem;
  }
}

.woocommerce table.shop_table td .dynamic-pricing-table {
  border-collapse: collapse;
  border: 1px solid #dfdfe3;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-size: 1.12rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #C00000;
  padding: 0.7rem 1rem;
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: normal;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.563rem;
  text-decoration: none;
}

@media (min-width: 1023px) {
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    border-radius: 0.438rem;
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button::after {
  position: absolute;
  content: '';
  background-image: url("../images/althistore_angle_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 1rem;
  background-size: 0.5rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (min-width: 1023px) {
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button::after {
    width: 0.625rem;
    height: 0.813rem;
    background-size: 0.438rem;
  }
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus {
  color: #FFFFFF;
  background: #000000;
  padding-right: 2.2rem;
}

@media (min-width: 1023px) {
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus {
    padding-right: 1.9rem;
  }
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover::after, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus::after {
  right: 0.8rem;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1023px) {
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover::after, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus::after {
    right: 0.6rem;
  }
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.btn-white {
  background: #FFFFFF;
  color: #000000;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.btn-white::after {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.btn-white:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.btn-white:focus {
  background: #FFFFFF;
  color: #000000;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}

@media (min-width: 1023px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    float: right;
    width: 48%;
  }
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 1.875rem;
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .amount {
  font-family: 'FuturaPTWebMedium';
  font-weight: normal;
  font-style: normal;
  font-weight: normal !important;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping-calculator-form .button {
  font-size: 1.12rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #C00000;
  padding: 0.7rem 1rem;
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: normal;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.563rem;
  text-decoration: none;
}

@media (min-width: 1023px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping-calculator-form .button {
    border-radius: 0.438rem;
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping-calculator-form .button::after {
  position: absolute;
  content: '';
  background-image: url("../images/althistore_angle_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 1rem;
  background-size: 0.5rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (min-width: 1023px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping-calculator-form .button::after {
    width: 0.625rem;
    height: 0.813rem;
    background-size: 0.438rem;
  }
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping-calculator-form .button:hover, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping-calculator-form .button:focus {
  color: #FFFFFF;
  background: #000000;
  padding-right: 2.2rem;
}

@media (min-width: 1023px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping-calculator-form .button:hover, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping-calculator-form .button:focus {
    padding-right: 1.9rem;
  }
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping-calculator-form .button:hover::after, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping-calculator-form .button:focus::after {
  right: 0.8rem;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1023px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping-calculator-form .button:hover::after, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping-calculator-form .button:focus::after {
    right: 0.6rem;
  }
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping-calculator-form .button.btn-white {
  background: #FFFFFF;
  color: #000000;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping-calculator-form .button.btn-white::after {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping-calculator-form .button.btn-white:hover, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping-calculator-form .button.btn-white:focus {
  background: #FFFFFF;
  color: #000000;
}

.woocommerce-checkout .woocommerce h3 {
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle {
  display: block !important;
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon {
  margin: -1rem 0 2rem !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon > p {
  width: 100%;
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row {
  width: auto;
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon .button {
  font-size: 1.12rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #C00000;
  padding: 0.7rem 1rem;
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: normal;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.563rem;
  text-decoration: none;
}

@media (min-width: 1023px) {
  .woocommerce-checkout .woocommerce .woocommerce-form-coupon .button {
    border-radius: 0.438rem;
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon .button::after {
  position: absolute;
  content: '';
  background-image: url("../images/althistore_angle_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 1rem;
  background-size: 0.5rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (min-width: 1023px) {
  .woocommerce-checkout .woocommerce .woocommerce-form-coupon .button::after {
    width: 0.625rem;
    height: 0.813rem;
    background-size: 0.438rem;
  }
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon .button:hover, .woocommerce-checkout .woocommerce .woocommerce-form-coupon .button:focus {
  color: #FFFFFF;
  background: #000000;
  padding-right: 2.2rem;
}

@media (min-width: 1023px) {
  .woocommerce-checkout .woocommerce .woocommerce-form-coupon .button:hover, .woocommerce-checkout .woocommerce .woocommerce-form-coupon .button:focus {
    padding-right: 1.9rem;
  }
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon .button:hover::after, .woocommerce-checkout .woocommerce .woocommerce-form-coupon .button:focus::after {
  right: 0.8rem;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1023px) {
  .woocommerce-checkout .woocommerce .woocommerce-form-coupon .button:hover::after, .woocommerce-checkout .woocommerce .woocommerce-form-coupon .button:focus::after {
    right: 0.6rem;
  }
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon .button.btn-white {
  background: #FFFFFF;
  color: #000000;
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon .button.btn-white::after {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon .button.btn-white:hover, .woocommerce-checkout .woocommerce .woocommerce-form-coupon .button.btn-white:focus {
  background: #FFFFFF;
  color: #000000;
}

.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login {
  margin-top: 0;
  font-size: 1.125rem;
  margin: -1.5rem 0 2rem;
  padding: 20px;
  border: 1px solid #dfdfe3;
}

.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login p {
  font-size: 1.125rem;
}

.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit {
  font-size: 1.12rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #C00000;
  padding: 0.7rem 1rem;
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: normal;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.563rem;
  text-decoration: none;
}

@media (min-width: 1023px) {
  .woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit {
    border-radius: 0.438rem;
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
}

.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit::after {
  position: absolute;
  content: '';
  background-image: url("../images/althistore_angle_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 1rem;
  background-size: 0.5rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (min-width: 1023px) {
  .woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit::after {
    width: 0.625rem;
    height: 0.813rem;
    background-size: 0.438rem;
  }
}

.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit:hover, .woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit:focus {
  color: #FFFFFF;
  background: #000000;
  padding-right: 2.2rem;
}

@media (min-width: 1023px) {
  .woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit:hover, .woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit:focus {
    padding-right: 1.9rem;
  }
}

.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit:hover::after, .woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit:focus::after {
  right: 0.8rem;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1023px) {
  .woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit:hover::after, .woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit:focus::after {
    right: 0.6rem;
  }
}

.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit.btn-white {
  background: #FFFFFF;
  color: #000000;
}

.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit.btn-white::after {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit.btn-white:hover, .woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit.btn-white:focus {
  background: #FFFFFF;
  color: #000000;
}

.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login .woocommerce-form-login__rememberme {
  margin: 0.5rem 0 0;
}

.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login .woocommerce-form-login__rememberme span {
  font-size: 1.125rem;
  vertical-align: middle;
}

.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login .woocommerce-form-login__rememberme .woocommerce-form__input-checkbox {
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle {
  margin: 0 0 1.5rem;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info {
  background-color: transparent;
  color: #000000;
  padding: 0.5rem 0 0.5rem 2rem;
  margin-bottom: 1.5rem;
  border-bottom: 0;
}

@media (min-width: 1023px) {
  .woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info {
    padding: 0.5rem 0 0.5rem 1.8rem;
  }
}

.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info::before {
  left: 0;
  color: #000000;
  top: 0.6rem;
}

@media (min-width: 1023px) {
  .woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info::before {
    top: 0.5rem;
  }
}

.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info .showlogin {
  color: #C00000;
  text-decoration: underline;
}

.woocommerce-checkout .woocommerce .woocommerce-additional-fields {
  margin: 1rem 0 0;
}

@media (min-width: 1023px) {
  .woocommerce-checkout .woocommerce .woocommerce-additional-fields {
    margin: 0;
  }
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table {
  border-collapse: collapse;
  border-color: #dfdfe3;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table tr {
  display: table-row;
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table tr {
    font-size: 1.12rem;
  }
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table th {
  border-color: #dfdfe3;
  font-size: 1.25rem;
  color: #000000;
}

@media (min-width: 576px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table th {
    font-size: 1.12rem;
  }
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table td {
  vertical-align: middle;
  border-color: #dfdfe3;
  font-size: 1.25rem;
  color: #000000;
}

@media (min-width: 576px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table td {
    font-size: 1.12rem;
  }
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table td label {
  color: #000000;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table td span {
  display: inline-block;
  vertical-align: middle;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table td .product-total {
  color: #000000;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table td .woocommerce-shipping-methods li:last-child {
  margin-bottom: 0 !important;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table td .woocommerce-Price-amount {
  font-weight: normal !important;
  font-family: 'FuturaPTWebMedium';
  font-weight: normal;
  font-style: normal;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item td {
  padding: 1rem;
}

@media (min-width: 1023px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item td {
    padding: 1.5rem;
  }
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment {
  margin-top: 1rem;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment a {
  color: #C00000;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-info {
  background-color: #C00000;
  color: #FFFFFF;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-info::before {
  color: #FFFFFF;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .button {
  font-size: 1.12rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #C00000;
  padding: 0.7rem 1rem;
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: normal;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.563rem;
  text-decoration: none;
  line-height: normal !important;
}

@media (min-width: 1023px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .button {
    border-radius: 0.438rem;
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .button::after {
  position: absolute;
  content: '';
  background-image: url("../images/althistore_angle_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 1rem;
  background-size: 0.5rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (min-width: 1023px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .button::after {
    width: 0.625rem;
    height: 0.813rem;
    background-size: 0.438rem;
  }
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .button:hover, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .button:focus {
  color: #FFFFFF;
  background: #000000;
  padding-right: 2.2rem;
}

@media (min-width: 1023px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .button:hover, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .button:focus {
    padding-right: 1.9rem;
  }
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .button:hover::after, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .button:focus::after {
  right: 0.8rem;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1023px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .button:hover::after, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .button:focus::after {
    right: 0.6rem;
  }
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .button.btn-white {
  background: #FFFFFF;
  color: #000000;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .button.btn-white::after {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .button.btn-white:hover, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .button.btn-white:focus {
  background: #FFFFFF;
  color: #000000;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .validate-required label .woocommerce-form__input {
  width: 1rem;
  height: 1rem;
  margin-top: -0.3rem;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .validate-required label .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 1.125rem;
  color: #000000;
}

.woocommerce .shop_table tr th, .woocommerce .shop_table tr td {
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  .woocommerce .shop_table tr th, .woocommerce .shop_table tr td {
    font-size: 1.12rem;
  }
}

.woocommerce .shop_table.shop_table_responsive tr td::before {
  font-family: 'FuturaPTWebMedium';
  font-weight: normal;
  font-style: normal;
}

.select2-container .selection .select2-selection {
  padding: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.select2-container .selection .select2-selection .select2-selection__arrow {
  top: 0.55rem;
}

.woocommerce-NoticeGroup ul.woocommerce-error li {
  color: #000000;
}

#order_review_heading {
  margin-top: 1.5rem;
}

.woocommerce-account .woocommerce h2 {
  font-size: 1.875rem;
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
}

.woocommerce-account .woocommerce #customer_login p, .woocommerce-account .woocommerce .woocommerce-ResetPassword p {
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  .woocommerce-account .woocommerce #customer_login p, .woocommerce-account .woocommerce .woocommerce-ResetPassword p {
    font-size: 1.12rem;
  }
}

.woocommerce-account .woocommerce #customer_login a, .woocommerce-account .woocommerce .woocommerce-ResetPassword a {
  color: #C00000;
}

.woocommerce-account .woocommerce #customer_login label, .woocommerce-account .woocommerce .woocommerce-ResetPassword label {
  font-size: 1.25rem;
  color: #000000;
  line-height: normal;
  margin: 0 0 0.8rem;
}

@media (min-width: 576px) {
  .woocommerce-account .woocommerce #customer_login label, .woocommerce-account .woocommerce .woocommerce-ResetPassword label {
    margin: 0 0 0.5rem;
    font-size: 1.12rem;
  }
}

.woocommerce-account .woocommerce #customer_login .woocommerce-form-login__rememberme, .woocommerce-account .woocommerce .woocommerce-ResetPassword .woocommerce-form-login__rememberme {
  margin-top: 0.5rem;
}

.woocommerce-account .woocommerce #customer_login .button, .woocommerce-account .woocommerce .woocommerce-ResetPassword .button {
  font-size: 1.12rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #C00000;
  padding: 0.7rem 1rem;
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: normal;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.563rem;
  text-decoration: none;
}

@media (min-width: 1023px) {
  .woocommerce-account .woocommerce #customer_login .button, .woocommerce-account .woocommerce .woocommerce-ResetPassword .button {
    border-radius: 0.438rem;
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
}

.woocommerce-account .woocommerce #customer_login .button::after, .woocommerce-account .woocommerce .woocommerce-ResetPassword .button::after {
  position: absolute;
  content: '';
  background-image: url("../images/althistore_angle_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 1rem;
  background-size: 0.5rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (min-width: 1023px) {
  .woocommerce-account .woocommerce #customer_login .button::after, .woocommerce-account .woocommerce .woocommerce-ResetPassword .button::after {
    width: 0.625rem;
    height: 0.813rem;
    background-size: 0.438rem;
  }
}

.woocommerce-account .woocommerce #customer_login .button:hover, .woocommerce-account .woocommerce #customer_login .button:focus, .woocommerce-account .woocommerce .woocommerce-ResetPassword .button:hover, .woocommerce-account .woocommerce .woocommerce-ResetPassword .button:focus {
  color: #FFFFFF;
  background: #000000;
  padding-right: 2.2rem;
}

@media (min-width: 1023px) {
  .woocommerce-account .woocommerce #customer_login .button:hover, .woocommerce-account .woocommerce #customer_login .button:focus, .woocommerce-account .woocommerce .woocommerce-ResetPassword .button:hover, .woocommerce-account .woocommerce .woocommerce-ResetPassword .button:focus {
    padding-right: 1.9rem;
  }
}

.woocommerce-account .woocommerce #customer_login .button:hover::after, .woocommerce-account .woocommerce #customer_login .button:focus::after, .woocommerce-account .woocommerce .woocommerce-ResetPassword .button:hover::after, .woocommerce-account .woocommerce .woocommerce-ResetPassword .button:focus::after {
  right: 0.8rem;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1023px) {
  .woocommerce-account .woocommerce #customer_login .button:hover::after, .woocommerce-account .woocommerce #customer_login .button:focus::after, .woocommerce-account .woocommerce .woocommerce-ResetPassword .button:hover::after, .woocommerce-account .woocommerce .woocommerce-ResetPassword .button:focus::after {
    right: 0.6rem;
  }
}

.woocommerce-account .woocommerce #customer_login .button.btn-white, .woocommerce-account .woocommerce .woocommerce-ResetPassword .button.btn-white {
  background: #FFFFFF;
  color: #000000;
}

.woocommerce-account .woocommerce #customer_login .button.btn-white::after, .woocommerce-account .woocommerce .woocommerce-ResetPassword .button.btn-white::after {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.woocommerce-account .woocommerce #customer_login .button.btn-white:hover, .woocommerce-account .woocommerce #customer_login .button.btn-white:focus, .woocommerce-account .woocommerce .woocommerce-ResetPassword .button.btn-white:hover, .woocommerce-account .woocommerce .woocommerce-ResetPassword .button.btn-white:focus {
  background: #FFFFFF;
  color: #000000;
}

.woocommerce-account .woocommerce #customer_login .password-input .show-password-input, .woocommerce-account .woocommerce .woocommerce-ResetPassword .password-input .show-password-input {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.woocommerce-account .woocommerce #customer_login .password-input .show-password-input.display-password::after, .woocommerce-account .woocommerce .woocommerce-ResetPassword .password-input .show-password-input.display-password::after {
  color: #C00000;
}

.woocommerce-account .woocommerce #customer_login .lost_password, .woocommerce-account .woocommerce .woocommerce-ResetPassword .lost_password {
  padding: 0;
}

.woocommerce-account .woocommerce #customer_login .woocommerce-form-login__rememberme .woocommerce-form__input, .woocommerce-account .woocommerce .woocommerce-ResetPassword .woocommerce-form-login__rememberme .woocommerce-form__input {
  width: 1rem;
  height: 1rem;
  margin-top: 0rem;
  vertical-align: middle;
}

.woocommerce-account .woocommerce #customer_login .woocommerce-form-login__rememberme span, .woocommerce-account .woocommerce .woocommerce-ResetPassword .woocommerce-form-login__rememberme span {
  font-size: 1.125rem;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  width: 100%;
  margin: 0 0 2rem;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0 -0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1023px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0 -0.4rem;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  margin: 0;
  padding: 0 0.3rem 0.6rem;
  list-style: none;
  display: inline-block;
  width: 50%;
}

@media (min-width: 1023px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    width: auto;
    padding: 0 0.4rem 0.8rem;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li::before {
  display: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #FFFFFF;
  font-size: 1.12rem;
  padding: 0.6rem 0.7rem;
  background-color: #C00000;
  display: inline-block;
  border-radius: 0.563rem;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

@media (min-width: 1023px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    border-radius: 0.438rem;
    font-size: 1rem;
    padding: 0.7rem 1rem;
    width: auto;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #000000;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #000000;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  color: #000000;
  width: 100%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button {
  font-size: 1.12rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #C00000;
  padding: 0.7rem 1rem;
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: normal;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.563rem;
  text-decoration: none;
}

@media (min-width: 1023px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .button {
    border-radius: 0.438rem;
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button::after {
  position: absolute;
  content: '';
  background-image: url("../images/althistore_angle_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 1rem;
  background-size: 0.5rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (min-width: 1023px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .button::after {
    width: 0.625rem;
    height: 0.813rem;
    background-size: 0.438rem;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .button:focus {
  color: #FFFFFF;
  background: #000000;
  padding-right: 2.2rem;
}

@media (min-width: 1023px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .button:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .button:focus {
    padding-right: 1.9rem;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button:hover::after, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .button:focus::after {
  right: 0.8rem;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1023px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .button:hover::after, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .button:focus::after {
    right: 0.6rem;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button.btn-white {
  background: #FFFFFF;
  color: #000000;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button.btn-white::after {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button.btn-white:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .button.btn-white:focus {
  background: #FFFFFF;
  color: #000000;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content strong {
  font-family: 'FuturaPTWebDemi';
  font-weight: normal;
  font-style: normal;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content a {
  color: #C00000;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info .button {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  color: #C00000;
  background-color: transparent;
  text-transform: uppercase;
  padding: 0;
  border-radius: 0;
  margin: 0;
  margin-left: 1rem;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  font-size: 1.12rem;
  display: inline-block;
  float: none;
}

@media (min-width: 1023px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info .button {
    font-size: 1rem;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info .button:hover {
  background-color: transparent;
  color: #000000;
}

.woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container {
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}

@media (min-width: 1023px) {
  .woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container {
    top: 15%;
    bottom: 15%;
    left: 15%;
    right: 15%;
  }
}

.woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main {
  padding: 1.3rem;
}

@media (min-width: 1023px) {
  .woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main {
    padding: 2.5rem;
  }
}

.woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1023px) {
  .woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product {
    display: -ms-grid;
    display: grid;
  }
}

.woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-images .onsale {
  top: -1.37rem;
  left: -1.37rem !important;
}

@media (min-width: 1023px) {
  .woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-images .onsale {
    top: -1.1rem;
    left: -1.1rem !important;
  }
}

.woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-images .images {
  height: auto;
}

@media (min-width: 1023px) {
  .woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-images .images {
    height: 100%;
  }
}

.woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-images .images .woocommerce-main-image {
  max-height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
}

@media (min-width: 1023px) {
  .woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-images .images .woocommerce-main-image {
    padding: 1.5rem;
    max-height: 25rem;
  }
}

.woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-images .images .woocommerce-main-image img {
  width: auto;
  height: auto;
  max-height: 20rem;
}

.woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-images .images .thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-images .images .thumbnails > a {
  float: none;
  width: 16.66%;
  margin: 0 2% 2% 0 !important;
  margin: 0;
  padding: 5px;
  text-align: center;
  border: 1px solid #dfdfe3;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-images .images .thumbnails > a img {
  height: auto;
  max-height: 2.3rem;
  width: auto;
  display: inline-block;
}

.woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-details {
  width: 100%;
  padding: 1rem 0 1.5rem;
}

@media (min-width: 1023px) {
  .woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-details {
    width: auto;
    padding: 0;
  }
}

.woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-details .woosuite-qv-plink > a {
  font-size: 1.12rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #C00000;
  padding: 0.7rem 1rem;
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: normal;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.563rem;
  text-decoration: none;
}

@media (min-width: 1023px) {
  .woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-details .woosuite-qv-plink > a {
    border-radius: 0.438rem;
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
}

.woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-details .woosuite-qv-plink > a::after {
  position: absolute;
  content: '';
  background-image: url("../images/althistore_angle_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 1rem;
  background-size: 0.5rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (min-width: 1023px) {
  .woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-details .woosuite-qv-plink > a::after {
    width: 0.625rem;
    height: 0.813rem;
    background-size: 0.438rem;
  }
}

.woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-details .woosuite-qv-plink > a:hover, .woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-details .woosuite-qv-plink > a:focus {
  color: #FFFFFF;
  background: #000000;
  padding-right: 2.2rem;
}

@media (min-width: 1023px) {
  .woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-details .woosuite-qv-plink > a:hover, .woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-details .woosuite-qv-plink > a:focus {
    padding-right: 1.9rem;
  }
}

.woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-details .woosuite-qv-plink > a:hover::after, .woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-details .woosuite-qv-plink > a:focus::after {
  right: 0.8rem;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1023px) {
  .woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-details .woosuite-qv-plink > a:hover::after, .woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-details .woosuite-qv-plink > a:focus::after {
    right: 0.6rem;
  }
}

.woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-details .woosuite-qv-plink > a.btn-white {
  background: #FFFFFF;
  color: #000000;
}

.woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-details .woosuite-qv-plink > a.btn-white::after {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-details .woosuite-qv-plink > a.btn-white:hover, .woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-details .woosuite-qv-plink > a.btn-white:focus {
  background: #FFFFFF;
  color: #000000;
}

@media (min-width: 1023px) {
  .woosuite-qv-panel .woosuite-qv-modal .woosuite-qv-inner-modal .woosuite-qv-container .woosuite-qv-main .product .woosuite-qv-details .woosuite-qv-plink > a {
    position: absolute;
    bottom: -1.5rem;
    right: -1.5rem;
    width: auto;
  }
}

.datasheet_btn {
  font-size: 1rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #C00000;
  padding: 0.7rem 1rem;
  line-height: normal;
  border-radius: 0rem;
  display: inline-block;
  text-align: center;
  position: relative;
  font-family: 'FuturaPTWebMedium';
  font-weight: normal;
  font-style: normal;
  margin: 0.5rem 0.5rem 0.5rem 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.datasheet_btn:hover {
  background: #C00000;
}

.datasheet_btn:hover::after {
  right: -0.2rem;
}

.datasheet_btn::after {
  content: '';
  display: inline-block;
  background-image: url("../images/althistore_angle_down.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 0.8rem;
  height: 0.8rem;
  background-size: 1.4rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0.08rem;
  right: 0;
  margin-left: 0.3rem;
}

.single-product-two-col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 0;
}

.single-product-two-col .single-product-two-col-left {
  width: 50%;
}

.single-product-two-col .single-product-two-col-left img {
  width: 100%;
}

.single-product-two-col .single-product-two-col-right {
  width: 50%;
  padding: 0 5rem;
}

.single-product-two-col.image-align-right .single-product-two-col-left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.single-product-full-width-content {
  width: 100%;
  text-align: center;
  padding: 3rem 0;
}

.single-product-full-width-content .sp-full-content {
  width: 100%;
  padding: 0rem 10rem;
}

.single-product-full-width-content img {
  width: 100%;
  margin-top: 1rem;
}

.woocommerce ul#shipping_method li input {
  width: 1rem;
  height: 1rem;
  margin-top: 5px;
}

.woocommerce-checkout #payment div.payment_box::before {
  top: -0.45rem;
}

.woocommerce-checkout #payment {
  background-color: #e5e5e5;
  color: #000000;
}

.woocommerce-checkout #payment ul.payment_methods label {
  color: #000000 !important;
}

.woocommerce-checkout #payment ul.payment_methods p {
  color: #000000 !important;
  font-size: 1.12rem !important;
}

@media (min-width: 1023px) {
  .woocommerce-checkout #payment ul.payment_methods p {
    font-size: 1rem !important;
  }
}

.woocommerce-checkout #payment div.payment_box {
  color: #000000;
}

.woocommerce-checkout #payment div.payment_box::before {
  border: 0.75rem solid #cccccc;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.woocommerce-checkout #payment div.payment_box p {
  font-size: 1rem;
  color: #000000;
}

.woocommerce-checkout #payment label {
  color: #000000;
}

.woocommerce-variation.single_variation .woocommerce-variation-price {
  display: none;
}

.variation_ctm_discount .price del {
  display: none !important;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .shop_table .woocommerce-orders-table__cell-order-actions {
  width: 10rem;
}

@media only screen and (max-width: 992px) {
  .woocommerce-page div.product div.images {
    width: 100%;
  }
  .woocommerce-page div.product div.summary {
    width: 100%;
  }
  .col-1 {
    width: 100% !important;
  }
  .col-2 {
    width: 100% !important;
  }
  .single-product.woocommerce div.product .woo-variation-product-gallery {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 768px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .shop_table .woocommerce-orders-table__cell-order-actions {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce .products .product a.woocommerce-loop-product__link:first-child {
    height: 14rem;
  }
  .woocommerce .products .product a.woocommerce-loop-product__link img {
    max-height: 13.8rem;
  }
}

@media only screen and (max-width: 525px) {
  .woocommerce .products .product a.woocommerce-loop-product__link:first-child {
    height: 10rem;
  }
  .woocommerce .related.products .product a.woocommerce-loop-product__link:first-child {
    height: 14rem;
  }
  .woocommerce .products .product a.woocommerce-loop-product__link img {
    max-height: 9.7rem;
  }
  .woocommerce .related.products .product a.woocommerce-loop-product__link img {
    max-height: 13.7rem;
  }
}

#cmplz-document {
  max-width: 100%;
}

#cmplz-document a {
  color: #C00000;
}

#cmplz-cookies-overview .cmplz-dropdown p, #cmplz-document .cmplz-dropdown p, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p, #cmplz-cookies-overview .cmplz-dropdown a, #cmplz-document .cmplz-dropdown a, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown a {
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  #cmplz-cookies-overview .cmplz-dropdown p, #cmplz-document .cmplz-dropdown p, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p, #cmplz-cookies-overview .cmplz-dropdown a, #cmplz-document .cmplz-dropdown a, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown a {
    font-size: 1.12rem;
  }
}

.product-categories__section {
  width: 100%;
}

.product-categories__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.625rem;
}

.product-categories__row > div {
  padding: 0 0.625rem;
}

.product-categories__row .col {
  width: 100%;
}

@media (min-width: 1023px) {
  .product-categories__row .col {
    width: 50%;
  }
}

.product-categories__row .col:nth-child(1) .product-categories__row .product-categories__col:first-child {
  width: 100%;
}

.product-categories__row .col:nth-child(1) .product-categories__row .product-categories__col:first-child .product-categories__img {
  height: 26rem;
}

@media (min-width: 1023px) {
  .product-categories__row .col:nth-child(1) .product-categories__row .product-categories__col:first-child .product-categories__img {
    height: 25rem;
  }
}

.product-categories__row .col:nth-child(2) .product-categories__row .product-categories__col:last-child {
  width: 100%;
}

.product-categories__row .col:nth-child(2) .product-categories__row .product-categories__col:last-child .product-categories__img {
  height: 26rem;
}

@media (min-width: 1023px) {
  .product-categories__row .col:nth-child(2) .product-categories__row .product-categories__col:last-child .product-categories__img {
    height: 25rem;
  }
}

.product-categories__col {
  width: 100%;
  position: relative;
  padding: 0.625rem !important;
}

@media (min-width: 576px) {
  .product-categories__col {
    width: 50%;
  }
}

.product-categories__col h3 {
  font-size: 1.6rem;
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  right: 0.6rem;
  padding: 1.5rem;
  color: #000000;
}

.product-categories__col:hover .product-categories__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.product-categories__img {
  background-color: #dfdfe3;
  border-radius: 0.563rem;
  overflow: hidden;
  height: 26rem;
}

@media (min-width: 1023px) {
  .product-categories__img {
    height: 30rem;
  }
}

.product-categories__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.new_arrivals__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -0.625rem;
}

.new_arrivals__Cl {
  width: 100%;
  padding: 0 0.625rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .new_arrivals__Cl {
    margin-bottom: 1.5rem;
    width: 50%;
  }
}

@media (min-width: 1023px) {
  .new_arrivals__Cl {
    width: 33.33%;
  }
}

.new_arrivals__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-radius: 0.7rem;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

@media (min-width: 1023px) {
  .new_arrivals__in {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    border-radius: 0.6rem;
  }
}

.new_arrivals__in:hover .new_arrivals__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
}

.new_arrivals__img {
  width: 100%;
  height: 19rem;
  border-radius: 0.8rem;
}

@media (min-width: 576px) {
  .new_arrivals__img {
    height: 15rem;
  }
}

@media (min-width: 1023px) {
  .new_arrivals__img {
    height: 24rem;
    width: 100%;
    border-radius: 0.7rem;
  }
}

.new_arrivals__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.new_arrivals__text {
  width: 100%;
  padding: 1.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(208, 208, 210, 0.8);
}

@media (min-width: 576px) {
  .new_arrivals__text {
    padding: 1.1rem;
    min-height: 4.5rem;
  }
}

@media (min-width: 1023px) {
  .new_arrivals__text {
    padding: 1.5rem 1.8rem;
    min-height: 7rem;
  }
}

.new_arrivals__text h4 {
  color: #000000;
  font-size: 1.3rem;
  margin: 0;
}

@media (min-width: 576px) {
  .new_arrivals__text h4 {
    font-size: 1rem;
  }
}

@media (min-width: 1023px) {
  .new_arrivals__text h4 {
    font-size: 1.5rem;
    margin: 0;
  }
}

.new_arrivals__text .text-link {
  color: #000000;
  border-bottom: 0.063rem solid;
}

.new_arrivals__text .text-link:hover {
  border-color: #C00000;
}
/*# sourceMappingURL=style.css.map */