a.home__hero--button {
  text-align: center;
  color: #ffdf31 !important;
  background: #293133;
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 200px;
  margin-top: 1rem !important;
  display: block !important;
}
@media (max-width: 768px) {
  a.home__hero--button {
    margin: 0 auto;
  }
}
.highlight {
  color: #f44611;
}
a:visited,
a {
  color: #f44611;
}
a.nav-sections-item-switch {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.logo img {
  width: auto;
}
@media (max-width: 849px) {
  .logo img {
    height: 14px !important;
    width: 196px !important;
  }
}
.header__contact {
  order: 3;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  flex-basis: 50%;
}
@media (max-width: 849px) {
  .header__contact {
    display: none;
  }
}
.header__contact > ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 805px) {
  .header__contact > ul {
    flex-direction: column;
    align-items: flex-end;
  }
}
.header__contact > ul li {
  padding: 0 1rem;
  margin: 0;
}
.header__contact > ul li span {
  color: #f44611;
  font-size: 16px;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.header__contact > ul li:first-child a {
  color: #f44611;
  font-size: 16px;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.header__contact > ul li:last-child a {
  color: #293133;
  font-size: 16px;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.header__contact > ul li:last-child a:before {
  content: '|';
  padding-right: 1rem;
  color: #293133;
}
@media (max-width: 805px) {
  .header__contact > ul li:last-child a:before {
    content: '';
  }
}
.header__contact > ul li:last-child:hover {
  text-decoration: none;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
.responsive-image {
  max-width: 100%;
}
main#maincontent {
  margin-bottom: 4rem;
}
.catalog-product-view main#maincontent {
  margin-bottom: 16rem;
}
/*homepage */
.product__box--description {
  display: none;
}
.page-layout-custom_home main#maincontent {
  margin: 0;
  width: 100%;
  max-width: unset;
  padding: 0;
}
.page-layout-custom_home .home__hero {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff722c+0,f3582f+50,e94132+100 */
  background: #ff722c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff722c 0%, #f3582f 50%, #f44611 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff722c 0%, #f3582f 50%, #f44611 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff722c 0%, #f3582f 50%, #f44611 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff722c', endColorstr='#f44611', GradientType=0);
  /* IE6-9 */
  padding-top: 5rem;
}
.page-layout-custom_home .home__hero > .container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  position: relative;
}
@media (max-width: 730px) {
  .page-layout-custom_home .home__hero > .container {
    flex-wrap: wrap;
    height: 182vh;
  }
}
@media (max-width: 1295px) {
  .page-layout-custom_home .home__hero {
    padding: 1rem 1rem 0 1rem;
  }
}
.page-layout-custom_home .home__hero--content {
  flex-basis: 50%;
  flex-direction: column;
}
@media (max-width: 730px) {
  .page-layout-custom_home .home__hero--content {
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.page-layout-custom_home .home__hero--content h1 {
  font-size: 36px;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  padding-bottom: 1rem;
  width: 68%;
  margin-top: 2rem;
  order: 3;
}
@media (max-width: 1295px) {
  .page-layout-custom_home .home__hero--content h1 {
    width: 100%;
    font-size: 30px;
  }
}
@media (max-width: 730px) {
  .page-layout-custom_home .home__hero--content h1 {
    order: 1;
    font-size: 66px;
  }
}
@media (max-width: 500px) {
  .page-layout-custom_home .home__hero--content h1 {
    font-size: 40px;
  }
}
.page-layout-custom_home .home__hero--content h2 {
  font-size: 142px;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  padding-bottom: 1rem;
  color: #ffdf31;
  line-height: 100px;
  order: 2;
}
.page-layout-custom_home .home__hero--content h2 span {
  font-size: 22px;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 1rem;
  order: 1;
}
@media (max-width: 730px) {
  .page-layout-custom_home .home__hero--content h2 {
    font-size: 100px;
    order: 3;
  }
}
.page-layout-custom_home .home__hero--content p {
  font-size: 22px;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 1rem;
  order: 1;
}
@media (max-width: 730px) {
  .page-layout-custom_home .home__hero--content p {
    order: 2;
  }
}
.page-layout-custom_home .home__hero--image {
  margin-top: 2rem;
  margin-bottom: 19rem;
  order: 4;
}
@media (max-width: 1295px) {
  .page-layout-custom_home .home__hero--image {
    justify-content: flex-end;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
}
@media (max-width: 730px) {
  .page-layout-custom_home .home__hero--image {
    position: absolute;
    bottom: 0;
    width: auto;
    right: 0;
    display: none;
  }
}
.page-layout-custom_home .home__hero--image img {
  position: relative;
}
@media (max-width: 1295px) {
  .page-layout-custom_home .home__hero--image img {
    width: 50%;
    height: auto;
    margin-right: 1rem;
  }
}
@media (max-width: 730px) {
  .page-layout-custom_home .home__hero--image img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .page-layout-custom_home .home__hero--image img {
    width: 70%;
  }
}
.page-layout-custom_home .home__hero--tabs {
  flex-basis: 50%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-end;
}
@media (max-width: 730px) {
  .page-layout-custom_home .home__hero--tabs {
    flex-basis: 100%;
  }
}
.page-layout-custom_home .home__hero--tabs .tab__panel {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  padding: 2rem;
}
.page-layout-custom_home .home__hero--tabs .tab__panel--image {
  flex-basis: calc(49%);
}
@media (max-width: 1100px) {
  .page-layout-custom_home .home__hero--tabs .tab__panel--image {
    flex-basis: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 730px) {
  .page-layout-custom_home .home__hero--tabs .tab__panel--image {
    flex-basis: calc(49%);
  }
}
@media (max-width: 500px) {
  .page-layout-custom_home .home__hero--tabs .tab__panel--image {
    flex-basis: 100%;
  }
}
@media (max-width: 1100px) {
  .page-layout-custom_home .home__hero--tabs .tab__panel--image img {
    width: 50%;
    height: auto;
  }
}
@media (max-width: 730px) {
  .page-layout-custom_home .home__hero--tabs .tab__panel--image img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .page-layout-custom_home .home__hero--tabs .tab__panel--image img {
    width: 50%;
    height: auto;
  }
}
.page-layout-custom_home .home__hero--tabs .tab__panel--content {
  flex-basis: calc(49%);
}
@media (max-width: 1100px) {
  .page-layout-custom_home .home__hero--tabs .tab__panel--content {
    flex-basis: 100%;
  }
}
@media (max-width: 730px) {
  .page-layout-custom_home .home__hero--tabs .tab__panel--content {
    flex-basis: calc(49%);
  }
}
@media (max-width: 500px) {
  .page-layout-custom_home .home__hero--tabs .tab__panel--content {
    flex-basis: 100%;
  }
}
.page-layout-custom_home .home__hero--tabs .tab__panel--content h4 {
  text-transform: uppercase;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #293133;
  font-size: 20px;
}
.page-layout-custom_home .home__hero--tabs .tab__panel--content ul {
  list-style: none;
}
.page-layout-custom_home .home__hero--tabs .tab__panel--content ul li {
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #293133;
  text-transform: uppercase;
}
.page-layout-custom_home .home__hero--tabs .tab__panel--content ul li:before {
  content: "\2022";
  color: #f44611;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.page-layout-custom_home .home__hero--tabs .tab__panel--content p {
  font-size: 16px;
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #293133;
}
.page-layout-custom_home .home__hero--tabs .tab__panel--button {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-end;
}
.page-layout-custom_home .home__hero--tabs .tab__panel--button a {
  margin-top: 1rem;
  text-align: center;
  color: #ffdf31 !important;
  background: #293133;
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
}
.page-layout-custom_home .home__hero--tabs .tab__panel--button a:hover {
  text-decoration: none;
}
.page-layout-custom_home .home__hero--tabs .worko-tabs {
  margin: 2px;
}
@media (min-width: 1295px) {
  .page-layout-custom_home .home__hero--tabs .worko-tabs {
    width: 100%;
  }
}
.page-layout-custom_home .home__hero--tabs .worko-tabs .state {
  position: absolute;
  left: -10000px;
}
.page-layout-custom_home .home__hero--tabs .worko-tabs .flex-tabs {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}
.page-layout-custom_home .home__hero--tabs .worko-tabs .flex-tabs label {
  margin-bottom: unset;
}
.page-layout-custom_home .home__hero--tabs .worko-tabs .flex-tabs .tab {
  max-height: 40px;
}
.page-layout-custom_home .home__hero--tabs .worko-tabs .flex-tabs .panel {
  background-color: #fff;
  padding: 20px;
  display: none;
  width: auto;
  flex-basis: auto;
  border-radius: unset;
  border: 1px solid white;
}
.page-layout-custom_home .home__hero--tabs .worko-tabs .tab {
  display: inline-block;
  padding: 10.1px;
  vertical-align: top;
  background-color: #fecdb7;
  cursor: hand;
  cursor: pointer;
  /*border-left: 10px solid #d1d1d1;*/
  border: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: #343434;
  font-weight: 700;
  font-size: 14px;
}
.page-layout-custom_home .home__hero--tabs #tab-one:checked ~ .tabs #tab-one-label,
.page-layout-custom_home .home__hero--tabs #tab-two:checked ~ .tabs #tab-two-label,
.page-layout-custom_home .home__hero--tabs #tab-three:checked ~ .tabs #tab-three-label,
.page-layout-custom_home .home__hero--tabs #tab-four:checked ~ .tabs #tab-four-label {
  background-color: white;
  cursor: default;
  border-left-color: white;
  color: #343434;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  flex: 1;
}
.page-layout-custom_home .home__hero--tabs #tab-one:checked ~ .tabs #tab-one-panel,
.page-layout-custom_home .home__hero--tabs #tab-two:checked ~ .tabs #tab-two-panel,
.page-layout-custom_home .home__hero--tabs #tab-three:checked ~ .tabs #tab-three-panel,
.page-layout-custom_home .home__hero--tabs #tab-four:checked ~ .tabs #tab-four-panel {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-layout-custom_home .home__hero--tabs .tabs .panel .tab-info {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}
.page-layout-custom_home .home__hero--tabs .tabs .panel .tab-info div {
  flex-basis: 16.66%;
  flex-direction: column;
  padding-left: 1rem;
  padding-top: 1rem;
}
@media (max-width: 1295px) {
  .page-layout-custom_home .home__hero--tabs .tabs .panel .tab-info div {
    flex-basis: 33.33%;
  }
}
.page-layout-custom_home .home__hero--tabs .tabs .panel .tab-info div h4 {
  color: #7f7f7f;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 14px;
  padding-bottom: .5rem;
}
@media (max-width: 1295px) {
  .page-layout-custom_home .home__hero--tabs .tabs .panel .tab-info div h4 {
    padding-top: 1rem;
  }
}
.page-layout-custom_home .home__hero--tabs .tabs .panel .tab-info div h5 {
  font-size: 24px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 24px;
  padding-bottom: .5rem;
}
.page-layout-custom_home .home__hero--tabs .tabs .panel .tab-info div span {
  color: #7f7f7f;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  display: block;
  font-weight: 600;
}
.page-layout-custom_home .home__hero--tabs .tabs .panel .tab-info div p {
  color: #f44611;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  font-weight: 600;
}
.page-layout-custom_home .home__hero--tabs .tabs .panel #custom-tab span {
  text-transform: capitalize !important;
}
.page-layout-custom_home .home__hero--tabs .tabs .panel #custom-tab h4.row-2 {
  display: none;
}
.page-layout-custom_home .home__hero--tabs div#tab-four-panel {
  margin-bottom: 1rem;
}
@media (max-width: 1295px) {
  .page-layout-custom_home .home__hero--tabs .tabs .panel #custom-tab h4.row-2 {
    display: block;
  }
}
.page-layout-custom_home .home__hero--tabs .tabs .panel h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 2rem;
}
.page-layout-custom_home .home__hero--tabs .tabs .panel h3 a {
  color: #c81d1d;
}
.page-layout-custom_home .home__hero--tabs .tabs .panel ul.headings {
  display: none;
}
.page-layout-custom_home .home__hero--tabs .tabs .panel ul.headings li {
  color: #7f7f7f;
  font-size: 14px;
  border: unset;
}
@media (max-width: 1295px) {
  .page-layout-custom_home .home__hero--tabs .flex-tabs {
    flex-direction: column;
  }
  .page-layout-custom_home .home__hero--tabs .flex-tabs .tab {
    background: white;
    margin-bottom: .3rem !important;
  }
  .page-layout-custom_home .home__hero--tabs .flex-tabs .tab:last-of-type {
    border-bottom: none;
  }
  .page-layout-custom_home .home__hero--tabs .flex-tabs #tab-one-label {
    order: 1;
  }
  .page-layout-custom_home .home__hero--tabs .flex-tabs #tab-two-label {
    order: 3;
  }
  .page-layout-custom_home .home__hero--tabs .flex-tabs #tab-three-label {
    order: 5;
  }
  .page-layout-custom_home .home__hero--tabs .flex-tabs #tab-four-label {
    order: 7;
  }
  .page-layout-custom_home .home__hero--tabs .flex-tabs #tab-one-panel {
    order: 2;
  }
  .page-layout-custom_home .home__hero--tabs .flex-tabs #tab-two-panel {
    order: 4;
  }
  .page-layout-custom_home .home__hero--tabs .flex-tabs #tab-three-panel {
    order: 6;
  }
  .page-layout-custom_home .home__hero--tabs .flex-tabs #tab-four-panel {
    order: 8;
  }
  .page-layout-custom_home .home__hero--tabs #tab-one:checked ~ .tabs #tab-one-label,
  .page-layout-custom_home .home__hero--tabs #tab-two:checked ~ .tabs #tab-two-label,
  .page-layout-custom_home .home__hero--tabs #tab-three:checked ~ .tabs #tab-three-label,
  .page-layout-custom_home .home__hero--tabs #tab-four:checked ~ .tabs #tab-four-label {
    border-bottom: none;
  }
  .page-layout-custom_home .home__hero--tabs #tab-one:checked ~ .tabs #tab-one-panel,
  .page-layout-custom_home .home__hero--tabs #tab-two:checked ~ .tabs #tab-two-panel,
  .page-layout-custom_home .home__hero--tabs #tab-three:checked ~ .tabs #tab-three-panel,
  .page-layout-custom_home .home__hero--tabs #tab-four:checked ~ .tabs #tab-four-panel {
    border-bottom: 1px solid #ccc;
  }
  .page-layout-custom_home .home__hero--tabs ul.headings {
    display: block;
  }
}
.page-layout-custom_home .home__hero img.overlay {
  position: absolute;
  bottom: 0;
  left: 25%;
}
@media (max-width: 1295px) {
  .page-layout-custom_home .home__hero img.overlay {
    left: -45px;
    height: 53%;
    width: auto;
  }
}
@media (max-width: 950px) {
  .page-layout-custom_home .home__hero img.overlay {
    left: -45px;
    height: 50%;
    width: auto;
  }
}
@media (max-width: 763px) {
  .page-layout-custom_home .home__hero img.overlay {
    display: none;
  }
}
.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
  max-height: unset;
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
footer.page-footer {
  background: #293133;
}
footer.page-footer .footer__bottom--social a {
  width: 40px !important;
  height: 40px;
}
footer.page-footer .footer.content {
  border-top: none !important;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  footer.page-footer .footer.content {
    flex-direction: column;
  }
}
footer.page-footer .footer__content img {
  margin-bottom: 1rem;
  max-width: 275px;
}
footer.page-footer .footer__content ul li {
  color: #e4e4e4;
  padding-bottom: .5rem;
}
footer.page-footer .footer__content ul li:before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #cf4137;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
footer.page-footer .footer__content ul li a {
  color: #e4e4e4;
}
footer.page-footer .footer__content ul li:hover:before {
  color: #e4e4e4;
}
footer.page-footer .footer__content.full {
  width: 100%;
}
footer.page-footer .footer__content.address {
  flex-basis: 25%;
}
@media (max-width: 768px) {
  footer.page-footer .footer__content.address {
    flex-basis: 50%;
  }
}
@media (max-width: 500px) {
  footer.page-footer .footer__content.address {
    margin-top: 2rem;
    width: 100%;
    padding-left: 2rem;
  }
}
footer.page-footer .footer__content.address ul li {
  padding-bottom: 1.5rem;
}
footer.page-footer .footer__content.address ul li:before {
  content: '';
}
footer.page-footer .footer__content.links {
  flex-basis: 25%;
}
@media (max-width: 768px) {
  footer.page-footer .footer__content.links {
    flex-basis: 50%;
  }
}
@media (max-width: 400px) {
  footer.page-footer .footer__content.links {
    width: 100%;
    margin-top: 2rem;
  }
}
footer.page-footer .footer__content.links ul li {
  padding-left: 2rem;
  padding-bottom: 1.5rem;
}
footer.page-footer .footer__bottom {
  background-color: #3e4547;
}
footer.page-footer .footer__bottom > .container {
  padding: 1rem;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
footer.page-footer .footer__bottom--social {
  flex-basis: 25%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
}
footer.page-footer .footer__bottom--social a {
  color: #e4e4e4;
  background: #293133;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  width: 17px;
  margin-right: 1rem;
}
.top__sellers {
  clear: both;
  padding-bottom: 5rem;
  background: #f3f3f3;
}
.top__sellers > .container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: center;
}
.top__sellers--title {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
  width: 100%;
}
@media (max-width: 660px) {
  .top__sellers--title {
    flex-direction: column;
  }
}
.top__sellers--title h2 {
  width: 100%;
  text-align: center;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}
.top__sellers--title .pole {
  width: 60%;
  height: 8px;
  background: repeating-linear-gradient(-55deg, #f44611, #f44611 10px, #293133 10px, #293133 20px);
  margin: 1rem;
}
.top__sellers--title .pole:first-child {
  margin-left: 0;
}
.top__sellers--title .pole:last-child {
  margin-right: 0;
}
@media (max-width: 660px) {
  .top__sellers--title .pole {
    width: 95%;
    display: block;
  }
  .top__sellers--title .pole:nth-child(1) {
    display: none;
  }
}
@media (max-width: 1295px) {
  .top__sellers--products {
    padding: 2rem;
  }
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #f44611;
}
.home__content {
  margin-top: 5rem;
  padding-bottom: 5rem;
}
.home__content > .container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}
.home__content--video {
  flex-basis: 50%;
  padding: 1rem;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .home__content--video {
    flex-basis: 100%;
  }
}
.home__content--video .youtube img {
  max-height: unset;
}
.home__content--content {
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .home__content--content {
    flex-basis: 100%;
    padding: 1rem;
  }
}
.home__content--content h2 {
  width: 100%;
  text-align: left;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  margin-left: 1em;
}
.home__content--content .pole {
  height: 8px;
  background: repeating-linear-gradient(-55deg, #f44611, #f44611 10px, #293133 10px, #293133 20px);
  margin: 3rem 11rem 3rem 0;
}
.home__content--text {
  margin-left: 4rem;
}
@media (max-width: 500px) {
  .home__content--text {
    margin-left: 0;
  }
}
.home__content--text p {
  font-size: 16px;
}
.home__content--button {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
}
.home__content--button a {
  margin-top: 1rem;
  text-align: center;
  color: #ffdf31;
  background: #293133;
  padding: 1rem 4rem;
  text-transform: uppercase;
  font-weight: 700;
}
.product-info-main div#product-options-wrapper .fieldset .field label {
  position: relative;
}
.eye-container {
  position: absolute;
  top: .1rem;
  right: -3rem;
}
.productPage {
  display: flex;
  /* Hide the images by default */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* Caption text */
  /* Number text (1/3 etc) */
  /* The dots/bullets/indicators */
  /* Fading animation */
}
@media (max-width: 1024px) {
  .productPage {
    flex-direction: column;
  }
}
.productPage__media {
  flex-basis: calc(49%);
  padding: 1rem;
  order: 2;
}
@media (min-width: 1024px) {
  .productPage__media {
    margin-top: 4rem;
  }
}
@media (max-width: 1024px) {
  .productPage__media {
    flex-basis: calc(99%);
  }
}
.productPage__media--images {
  display: flex;
  flex-direction: column;
}
.productPage__media--images img.tallImage {
  align-self: center;
}
@media (min-width: 1024px) {
  .productPage__media .youtube {
    margin-top: 4rem;
  }
}
.productPage__content {
  padding: 1rem;
  flex-basis: calc(49%);
}
@media (max-width: 1024px) {
  .productPage__content {
    flex-basis: calc(99%);
  }
}
.productPage__content--title h1 {
  font-weight: 900;
  margin-bottom: 0;
  font-family: source-sans-pro, sans-serif;
}
.productPage__content--title h2 {
  font-size: 16px;
  margin-top: .5rem;
  font-family: source-sans-pro, sans-serif;
}
.productPage__content--title .pole {
  height: 10px;
  background: grey;
  width: 100%;
  background: repeating-linear-gradient(-45deg, transparent, transparent 10px, #cccccc 10px, #cccccc 20px), /* on "bottom" */ linear-gradient(to bottom, #eeeeee, #999999);
}
.productPage__content--text {
  margin-top: 2rem;
}
.productPage__content--text p {
  font-size: 16px;
  font-family: source-sans-pro, sans-serif;
  font-style: normal;
  color: #293133;
  font-weight: 400;
}
.productPage .slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.productPage .mySlides {
  display: none;
}
.productPage .prev,
.productPage .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -9%;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 50px;
  transition: 0.6s ease;
  user-select: none;
}
.productPage .next {
  right: 0;
}
.productPage .prev:hover,
.productPage .next:hover {
  background-color: #293133;
  text-decoration: none;
}
.productPage .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.productPage .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.productPage .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.productPage .active,
.productPage .dot:hover {
  background-color: #717171;
}
.productPage .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}
.product__categories {
  margin-top: 5rem;
  padding-bottom: 5rem;
  background: #f3f3f3;
}
.product__categories > .container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: center;
}
.product__categories--title {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
  width: 100%;
}
@media (max-width: 660px) {
  .product__categories--title {
    flex-direction: column;
  }
}
.product__categories--title h2 {
  width: 100%;
  text-align: center;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}
.product__categories--title .pole {
  height: 20px;
  width: 60%;
  background: repeating-linear-gradient(-45deg, transparent, transparent 10px, #cccccc 10px, #cccccc 20px), /* on "bottom" */ linear-gradient(to bottom, #eeeeee, #999999);
  height: 8px;
  background: repeating-linear-gradient(-55deg, #f44611, #f44611 10px, #293133 10px, #293133 20px);
  margin: 1rem;
}
.product__categories--title .pole:first-child {
  margin-left: 0;
}
.product__categories--title .pole:last-child {
  margin-right: 0;
}
@media (max-width: 660px) {
  .product__categories--title .pole {
    width: 95%;
    display: block;
  }
  .product__categories--title .pole:nth-child(1) {
    display: none;
  }
}
@media (max-width: 1295px) {
  .product__categories--products {
    padding: 2rem;
  }
}
.top__sellers--products {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background: #f3f3f3;
}
.top__box {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  background-color: #fffffe;
  padding: 1rem 1rem 3rem 1rem;
}
.top__box--image {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.top__box--image img {
  width: 100%;
  max-width: 100%;
}
.top__box--title h2 {
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 16px;
  margin: 0;
  padding-bottom: 1rem;
}
.top__box--description {
  padding-bottom: 1rem;
}
.top__box--description p {
  text-align: center;
  margin: 0;
}
.top__box--button {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  width: 100%;
}
.top__box--button a {
  cursor: pointer;
  text-align: center;
  color: white;
  background: #f44611;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  width: 80%;
}
.product__categories--products {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background: #f3f3f3;
}
.product__box {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  background-color: #fffffe;
  padding: 1rem 1rem 3rem 1rem;
}
.product__box--image {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.product__box--image img {
  width: 100%;
  max-width: 100%;
}
.product__box--title h2 {
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 16px;
  margin: 0;
  padding-bottom: 1rem;
}
.product__box--description {
  padding-bottom: 1rem;
}
.product__box--description p {
  text-align: center;
  margin: 0;
}
.product__box--button {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  width: 100%;
}
.product__box--button a {
  cursor: pointer;
  text-align: center;
  color: white;
  background: #f44611;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  width: 80%;
}
@media only screen and (min-width: 35rem) {
  .product__categories--products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media only screen and (min-width: 40rem) {
  .product__categories--products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media only screen and (min-width: 60rem) {
  .product__categories--products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media only screen and (min-width: 35rem) {
  .top__sellers--products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media only screen and (min-width: 40rem) {
  .top__sellers--products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media only screen and (min-width: 60rem) {
  .top__sellers--products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
.customer__gallery--content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background: #f3f3f3;
}
.customer__gallery--item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.customer__gallery--item img {
  max-height: unset;
}
@media only screen and (min-width: 35rem) {
  .customer__gallery--content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media only screen and (min-width: 40rem) {
  .customer__gallery--content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media only screen and (min-width: 60rem) {
  .customer__gallery--content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
.columns .column.main {
  padding-bottom: 0;
}
.partner__brands {
  padding-bottom: 5rem;
  background: #e5e5e5;
}
@media (max-width: 768px) {
  .partner__brands {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.partner__brands--title {
  padding-top: 3rem;
}
.partner__brands--title h2 {
  color: #293133;
  width: 100%;
  text-align: center;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  margin-bottom: 4rem;
}
.partner__brands--content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
@media (max-width: 1024px) {
  .partner__brands--content {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .partner__brands--content {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
.partner__brands--item {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .partner__brands--item:nth-child(7) {
    display: none;
  }
  .partner__brands--item:nth-child(8) {
    display: none;
  }
}
.partner__brands--item img {
  max-height: unset;
}
.customer__gallery {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.customer__gallery > .container {
  width: 100%;
}
.customer__gallery--title {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
  width: 100%;
}
@media (max-width: 660px) {
  .customer__gallery--title {
    flex-direction: column;
  }
}
.customer__gallery--title h2 {
  width: 100%;
  text-align: center;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  position: relative;
  padding-left: 3rem;
}
@media (max-width: 1280px) {
  .customer__gallery--title h2 {
    padding-left: 0;
  }
}
.customer__gallery--title h2:before {
  content: url('../images/instagram-icon.png');
  position: absolute;
  left: 37px;
}
@media (max-width: 1280px) {
  .customer__gallery--title h2:before {
    display: none;
  }
}
.customer__gallery--title .pole {
  height: 20px;
  background: grey;
  width: 100%;
  background: repeating-linear-gradient(-45deg, transparent, transparent 10px, #cccccc 10px, #cccccc 20px), /* on "bottom" */ linear-gradient(to bottom, #eeeeee, #999999);
  height: 8px;
  background: repeating-linear-gradient(-55deg, #f44611, #f44611 10px, #293133 10px, #293133 20px);
  margin: 1rem;
}
.customer__gallery--title .pole:first-child {
  margin-left: 0;
}
.customer__gallery--title .pole:last-child {
  margin-right: 0;
}
@media (max-width: 660px) {
  .customer__gallery--title .pole {
    width: 95%;
    display: block;
  }
  .customer__gallery--title .pole:nth-child(1) {
    display: none;
  }
}
.product-info-main h2.productName {
  font-weight: 900;
  margin-bottom: 0;
  font-family: source-sans-pro, sans-serif;
}
.product-info-main h3.productNameExtra {
  font-size: 16px;
  margin-top: .5rem;
  font-family: source-sans-pro, sans-serif;
}
.product-info-main a.customiserButton {
  background: #45e760;
  background: linear-gradient(90deg, #45e760 0%, #58e970 100%);
  padding: 3rem 1rem;
  width: 80%;
  color: white;
  text-transform: uppercase;
  box-sizing: border-box;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border-radius: 5px;
  font-size: 16px;
  border-bottom: 5px solid #34a447;
  margin-top: 2rem;
}
.product-info-main a.customiserButton:hover {
  text-decoration: none;
  background: #0e951b;
}
.product-info-main a.customiserButton img {
  padding-left: 1rem;
}
.product-info-main .widget.block.block-static-block .pole {
  height: 10px;
  background: grey;
  width: 100%;
  background: repeating-linear-gradient(-45deg, transparent, transparent 10px, #cccccc 10px, #cccccc 20px), /* on "bottom" */ linear-gradient(to bottom, #eeeeee, #999999);
}
@media (max-width: 660px) {
  .product-info-main .widget.block.block-static-block .pole {
    width: 95%;
    display: block;
  }
  .product-info-main .widget.block.block-static-block .pole:nth-child(1) {
    display: none;
  }
}
.product-info-main div#product-options-wrapper .fieldset {
  display: flex;
  flex-wrap: wrap;
}
.product-info-main div#product-options-wrapper .fieldset .field {
  width: 100%;
}
.product-info-main div#product-options-wrapper .fieldset .field.required {
  width: 100%;
}
.product-info-main div#product-options-wrapper .fieldset label.label {
  height: 40px;
}
.product-info-main .product-options-bottom .box-tocart {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-info-main .product-options-bottom .box-tocart .fieldset {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.product-info-main .product-options-bottom .box-tocart .fieldset span.price {
  font-size: 36px;
  line-height: 26px;
  position: relative;
}
.product-info-main .product-options-bottom .box-tocart .fieldset span.price:before {
  content: "As Standard";
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.product-info-main .product-options-bottom .box-tocart .fieldset span.price:after {
  content: "Incl. VAT";
  font-size: 13px;
  top: 19px;
  right: -6rem;
  position: absolute;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .field.qty {
  margin: 0 0 0 10rem !important;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .price-box.price-final_price {
  margin-left: 2rem;
}
.product-info-main .product-options-bottom button#product-addtocart-button {
  background: #f44611;
  text-transform: uppercase;
  font-weight: 900;
  border: 1px solid #f44611;
  border-radius: 0;
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  display: flex !important;
}
.catalog-product-view {
  background: #ffffff;
}
.catalog-product-view .product.attribute.description {
  background: white;
  padding: 1.5rem;
  margin-top: 2rem;
}
.catalog-product-view div#product-options-wrapper {
  background: #f2f2f2;
  padding: 2rem 1rem 3rem 1rem;
}
.catalog-product-view .product.attribute.overview,
.catalog-product-view .product-add-form {
  background: #ffffff;
  padding: 2rem 1rem;
  margin-bottom: 0;
}
.catalog-product-view .page-bottom {
  max-width: unset;
  background: white;
  padding: 0;
}
.catalog-category-view {
  background: #f2f2f2;
}
.catalog-category-view .page-bottom {
  max-width: unset;
  background: white;
  padding: 0;
}
.doorExtra {
  clear: left;
}
.doorExtra--container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.doorExtra--container img {
  max-width: 100%;
}
@media (min-width: 850px) {
  .doorExtra {
    width: 50%;
  }
}
.doorExtra {
  clear: left;
  float: left;
}
.doorExtra--content {
  display: flex;
  flex-wrap: wrap;
}
.doorExtra--content a {
  margin-right: 1rem;
}
.doorExtra--content a:last-child {
  margin-right: 0;
}
@media (max-width: 850px) {
  .faqs__content {
    padding: 2rem;
  }
}
a.doorSpec {
  border: 2px solid #293133;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  margin-bottom: 2rem;
  color: #293133;
  font-weight: 600;
  min-width: 200px;
}
a.doorSpec:hover {
  background: rgba(66, 68, 80, 0.1);
}
a.doorSpec img {
  padding-left: 1rem;
}
.separator.red-background {
  background: #f44611;
  width: 80%;
  height: 3px;
  margin-bottom: 2rem;
}
.breadcrumbs {
  margin-top: 1rem;
}
.page-wrapper > .page-bottom {
  max-width: unset;
  width: 100%;
  box-sizing: border-box;
}
.navigation .level0.active > a:not(.ui-state-active) {
  border-color: #f44611;
}
li.level1.nav-1.category-item.last.ui-menu-item a {
  color: #293133;
}
li.level1.nav-2-3.category-item.last.ui-menu-item a {
  color: #293133;
}
.sections.nav-sections nav.navigation ul li.level1 a {
  color: #293133;
}
@media (max-width: 850px) {
  .sections.nav-sections nav.navigation ul li.level1 a {
    color: white;
  }
}
.product.details.product-item-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.product.details.product-item-details button.action.tocart.primary {
  background: #f44611;
  text-transform: uppercase;
  font-weight: 900;
  border: 1px solid #f44611;
  border-radius: 0;
  width: 100%;
}
.product-item .price-box {
  margin: 10px 0 10px !important;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  margin-top: 1rem;
}
.fotorama__arr__arr {
  background: #bdbbaf;
  filter: invert(1);
}
.products.wrapper.list.products-list a.product-item-link {
  font-size: 20px;
  font-weight: 600 !important;
}
.products.wrapper.list.products-list .product.description.product-item-description {
  text-align: left;
}
.navigation .level0.active > .level-top {
  color: #f44611;
}
strong.product.name.product-item-name {
  min-height: 50px;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  border-color: #f44611;
}
li.item.product.product-item {
  background: white;
  padding: 1rem;
}
@media (max-width: 768px) {
  li.item.product.product-item {
    margin-bottom: 1rem;
  }
}
form#product_addtocart_form .box-tocart > .fieldset {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 850px) {
  .page-with-filter .columns .sidebar-main {
    order: 2;
  }
}
li.item a {
  color: #293133;
}
.cms-about .page-bottom,
.cms-about .breadcrumbs {
  display: none;
}
.about > .container {
  max-width: 927px;
}
@media (max-width: 991px) {
  .about > .container {
    padding: 1rem;
  }
}
.about__us {
  margin-top: 4rem;
}
.about__us--title {
  margin-bottom: 2rem;
}
.about__us--title h1 {
  font-size: 28px;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #293133;
  margin-bottom: 2rem;
}
.about__us--title .pole {
  background: /* On "top" */ repeating-linear-gradient(-45deg, transparent, transparent 10px, #cccccc 10px, #cccccc 20px), /* on "bottom" */ linear-gradient(to bottom, #eeeeee, #999999);
  width: 40%;
  height: 8px;
  background: repeating-linear-gradient(-55deg, #f44611, #f44611 10px, #293133 10px, #293133 20px);
}
@media (max-width: 660px) {
  .about__us--title .pole {
    width: 95%;
    display: block;
  }
  .about__us--title .pole:nth-child(1) {
    display: none;
  }
}
.about__us--subtitle h2 {
  font-size: 16px;
  color: #f44611;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
}
.about__us--content {
  padding-bottom: 2rem;
}
.about__us--content p {
  font-size: 16px;
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #293133;
}
.about__us--image {
  margin-bottom: 4rem;
}
.about__quote {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .about__quote {
    flex-direction: column;
  }
}
.about__quote--speech {
  flex-basis: 60%;
  padding: 1rem;
  box-sizing: border-box;
  position: relative;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .about__quote--speech {
    flex-basis: 100%;
  }
}
.about__quote--speech blockquote {
  color: #293133;
  font-size: 26px;
  margin-right: 4rem;
}
.about__quote--speech .pole {
  position: absolute;
  left: -172px;
  bottom: 50%;
  width: 70%;
  background: /* On "top" */ repeating-linear-gradient(-45deg, transparent, transparent 10px, #cccccc 10px, #cccccc 20px), /* on "bottom" */ linear-gradient(to bottom, #eeeeee, #999999);
  height: 8px;
  background: repeating-linear-gradient(-55deg, #f44611, #f44611 10px, #293133 10px, #293133 20px);
  transform: rotate(90deg);
}
@media (max-width: 991px) {
  .about__quote--speech .pole {
    display: none;
  }
}
.about__quote--image {
  flex-basis: 40%;
  padding: 1rem;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .about__quote--image {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.about__extra {
  margin-top: 4rem;
}
.about__extra--content {
  padding-bottom: 2rem;
}
.about__extra--content h2 {
  font-size: 16px;
  color: #f44611;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
}
.about__extra--content p {
  font-size: 16px;
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #293133;
  line-height: 30px;
}
.about__extra--image {
  margin-bottom: 4rem;
}
.certification > .container {
  max-width: 927px;
}
@media (max-width: 991px) {
  .certification > .container {
    padding: 1rem;
  }
}
.certification__info {
  margin-top: 4rem;
}
.certification__info--title {
  margin-bottom: 2rem;
}
.certification__info--title h1 {
  font-size: 28px;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #293133;
  margin-bottom: 2rem;
}
.certification__info--title .pole {
  background: grey;
  background: /* On "top" */ repeating-linear-gradient(-45deg, transparent, transparent 10px, #cccccc 10px, #cccccc 20px), /* on "bottom" */ linear-gradient(to bottom, #eeeeee, #999999);
  width: 40%;
  height: 8px;
  background: repeating-linear-gradient(-55deg, #f44611, #f44611 10px, #293133 10px, #293133 20px);
}
@media (max-width: 660px) {
  .certification__info--title .pole {
    width: 95%;
    display: block;
  }
  .certification__info--title .pole:nth-child(1) {
    display: none;
  }
}
.certification__info--subtitle h2 {
  font-size: 16px;
  color: #f44611;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
}
.certification__info--content {
  padding-bottom: 2rem;
}
.certification__info--content ul li {
  padding-bottom: 1.5rem;
}
.certification__info--content ul li a {
  color: #f44611;
}
.certification__info--content p {
  font-size: 16px;
  font-family: source-sans-pro, sans-serif;
  font-style: normal;
  color: #293133;
  font-weight: 400;
}
.category-assembly .page-bottom,
.category-assembly .column.main {
  display: none;
}
.assembly > .container {
  max-width: 927px;
}
@media (max-width: 991px) {
  .assembly > .container {
    padding: 1rem;
  }
}
.assembly__info {
  margin-top: 4rem;
}
.assembly__info--title {
  margin-bottom: 2rem;
}
.assembly__info--title h1 {
  font-size: 28px;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #293133;
  margin-bottom: 2rem;
}
.assembly__info--title .pole {
  background: grey;
  background: /* On "top" */ repeating-linear-gradient(-45deg, transparent, transparent 10px, #cccccc 10px, #cccccc 20px), /* on "bottom" */ linear-gradient(to bottom, #eeeeee, #999999);
  width: 40%;
  height: 8px;
  background: repeating-linear-gradient(-55deg, #f44611, #f44611 10px, #293133 10px, #293133 20px);
}
@media (max-width: 660px) {
  .assembly__info--title .pole {
    width: 95%;
    display: block;
  }
  .assembly__info--title .pole:nth-child(1) {
    display: none;
  }
}
.assembly__info--subtitle h2 {
  font-size: 16px;
  color: #f44611;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
}
.assembly__info--content {
  padding-bottom: 2rem;
}
.assembly__info--content ol li {
  padding-bottom: 1.5rem;
  color: #293133;
}
.assembly__info--content p {
  font-size: 16px;
  font-family: source-sans-pro, sans-serif;
  font-style: normal;
  color: #293133;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
}
.assembly__info--video {
  margin-bottom: 4rem;
}
.assembly__info--video h2 {
  font-size: 16px;
  color: #f44611;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
}
.assembly__info--video .youtube img {
  max-height: unset;
  max-height: none;
}
.category-technical-info .page-bottom,
.category-technical-info .column.main {
  display: none;
}
.technical > .container {
  max-width: 927px;
}
@media (max-width: 991px) {
  .technical > .container {
    padding: 1rem;
  }
}
.technical__info {
  margin-top: 4rem;
}
.technical__info--title {
  margin-bottom: 2rem;
}
.technical__info--title h1 {
  font-size: 28px;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #293133;
  margin-bottom: 2rem;
}
.technical__info--title .pole {
  background: grey;
  background: /* On "top" */ repeating-linear-gradient(-45deg, transparent, transparent 10px, #cccccc 10px, #cccccc 20px), /* on "bottom" */ linear-gradient(to bottom, #eeeeee, #999999);
  width: 40%;
  height: 8px;
  background: repeating-linear-gradient(-55deg, #f44611, #f44611 10px, #293133 10px, #293133 20px);
}
@media (max-width: 660px) {
  .technical__info--title .pole {
    width: 95%;
    display: block;
  }
  .technical__info--title .pole:nth-child(1) {
    display: none;
  }
}
.technical__info--subtitle h2 {
  font-size: 16px;
  color: #f44611;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
}
.technical__info--content {
  padding-bottom: 2rem;
}
.technical__info--content ul li {
  color: #293133;
  padding-bottom: 1.5rem;
}
.technical__info--content p {
  font-size: 16px;
  font-family: source-sans-pro, sans-serif;
  font-style: normal;
  color: #293133;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
}
.technical__info--video {
  margin-bottom: 4rem;
}
.technical__info--video h2 {
  font-size: 16px;
  color: #f44611;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
}
.cms-contact-us {
  background: #f5f5f5;
}
.cms-contact-us .page-bottom {
  display: none;
}
.cms-contact-us .breadcrumbs {
  display: none;
}
.contact__map {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 367px;
}
.contact__map iframe {
  border: 0;
  height: 367px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}
.contact > .container {
  display: flex;
  max-width: 1163px;
}
@media (max-width: 1345px) {
  .contact > .container {
    padding: 1rem;
  }
}
.contact__title {
  background: #f5f5f5;
  padding: 4rem 0;
}
.contact__title h1 {
  font-size: 28px;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #293133;
  margin-bottom: 2rem;
}
@media (max-width: 500px) {
  .contact__title h1 span.highlight {
    display: block;
    padding: 0;
    padding-top: 1rem;
  }
}
@media (max-width: 1345px) {
  .contact__title .container {
    padding: 1rem;
  }
}
.contact__card {
  background: white;
  width: 100%;
  padding: 0 4rem 4rem 4rem;
  display: flex;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .contact__card {
    flex-direction: column;
  }
}
.contact__card--form {
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .contact__card--form {
    flex-basis: 100%;
  }
}
.contact__card--form form input {
  border: 1px solid #293133;
}
.contact__card--form form input::placeholder {
  color: #293133;
}
.contact__card--form form textarea {
  border: 1px solid #293133;
  padding: 2rem 1rem;
  min-height: 160px;
}
.contact__card--form form textarea::placeholder {
  color: #293133;
}
.contact__card--form form .contact button.action.submit.primary {
  padding: 1rem;
}
.contact__card--address {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  flex-basis: 50%;
  box-sizing: border-box;
}
@media (max-width: 500px) {
  .contact__card--address {
    flex-basis: 100%;
  }
}
.contact__card--address ul {
  list-style: none;
}
.contact__card--address ul li {
  font-size: 16px;
}
.contact__card--address ul li:nth-child(1) {
  font-weight: 700;
}
.contact button.action.submit.primary {
  background: #f44611;
  text-transform: uppercase;
  font-weight: 900;
  border: 1px solid #f44611;
  border-radius: 0;
  text-align: right;
}
.reviews {
  position: relative;
}
@media (max-width: 991px) {
  .reviews > .container {
    padding: 1rem;
  }
}
.reviews__item--content {
  min-height: 85px;
}
.reviews__item--content p {
  font-size: 12px;
  font-weight: 600;
}
.reviews__item--author {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 12px;
}
.reviews .star-background {
  background: #007543;
  padding: 0.1rem .4rem;
  border-radius: 2px;
  height: 15px;
  width: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.reviews .star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .7em;
  margin-right: .7em;
  margin-bottom: 1.2em;
  border-right: .3em solid transparent;
  border-bottom: .7em solid #ffdf31;
  border-left: .3em solid transparent;
  font-size: 7px;
}
.reviews .star:before,
.reviews .star:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: .6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: .7em solid #ffdf31;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.reviews .star:after {
  transform: rotate(35deg);
}
.reviews button {
  background: none !important;
  font-size: 3.4em;
  color: #c8c8c8;
}
.reviews button:active {
  box-shadow: none;
}
.reviews button.btn.btn-primary.leftLst {
  left: 0;
  top: 48px;
  border: none;
}
.reviews button.btn.btn-primary.rightLst {
  right: 0;
  top: 48px;
  border: none;
}
.MultiCarousel {
  float: left;
  overflow: hidden;
  width: 100%;
}
.MultiCarousel {
  height: 189px;
  position: relative;
}
.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
  margin-left: 6rem;
}
.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div {
  color: #293133;
  padding: 5px 10px;
}
.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(30%);
}
.MultiCarousel .leftLst {
  left: -16px;
  border: none;
}
.MultiCarousel .rightLst {
  right: 8px;
  border: none;
}
.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  border: none;
  background: none;
}
.chevron::before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
}
.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}
.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}
.terms > .container {
  max-width: 927px;
}
@media (max-width: 991px) {
  .terms > .container {
    padding: 1rem;
  }
}
.terms__info {
  margin-top: 4rem;
}
.terms__info--title {
  margin-bottom: 2rem;
}
.terms__info--title h1 {
  font-size: 28px;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #293133;
  margin-bottom: 2rem;
}
.terms__info--title .pole {
  background: grey;
  background: /* On "top" */ repeating-linear-gradient(-45deg, transparent, transparent 10px, #cccccc 10px, #cccccc 20px), /* on "bottom" */ linear-gradient(to bottom, #eeeeee, #999999);
  width: 40%;
  height: 8px;
  background: repeating-linear-gradient(-55deg, #f44611, #f44611 10px, #293133 10px, #293133 20px);
}
@media (max-width: 660px) {
  .terms__info--title .pole {
    width: 95%;
    display: block;
  }
  .terms__info--title .pole:nth-child(1) {
    display: none;
  }
}
.terms__info--title h2 {
  font-size: 20px;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #293133;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.terms__info--subtitle h2 {
  font-size: 28px;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
  color: #293133;
  margin-bottom: 2rem;
}
.terms__info--subtitle em {
  text-transform: uppercase;
}
.terms__info--content {
  padding-bottom: 2rem;
}
.terms__info--content h3 {
  font-size: 16px;
  color: #f44611;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
}
.terms__info--content ul li {
  color: #293133;
  padding-bottom: 1.5rem;
}
.terms__info--content ol li {
  color: #293133;
  padding-bottom: 1.5rem;
}
.terms__info--content p {
  font-size: 16px;
  font-family: source-sans-pro, sans-serif;
  font-style: normal;
  color: #293133;
  font-weight: 300;
}
.terms__info--video {
  margin-bottom: 4rem;
}
.terms__info--video h2 {
  font-size: 16px;
  color: #f44611;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
}
.nav-sections-item-content > .navigation {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .nav-sections-item-content > .navigation {
    flex-direction: column;
  }
}
li.level0.level-top.ui-menu-item:hover ul.level0.submenu {
  display: block;
}
.navigation .level0 .submenu li a span {
  font-size: 12px;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}
ul.right-menu li a span {
  text-transform: capitalize;
}
@media (max-width: 850px) {
  ul.right-menu li a span {
    text-transform: uppercase;
  }
}
ul.right-menu li.level0.bar {
  background-color: white !important;
}
ul.right-menu li.level0.bar:hover {
  background-color: white !important;
}
@media (max-width: 850px) {
  ul.right-menu li.level0.bar {
    display: none;
  }
}
@media (max-width: 850px) {
  span.action.nav-toggle {
    width: 5%;
  }
}
@media (max-width: 850px) {
  .nav-sections-item-content > .navigation {
    flex-direction: column;
  }
}
.contact-index-index main#maincontent {
  margin-bottom: 0;
}
.contact-index-index .page.messages {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-index-index .page.messages div {
  font-size: 19px;
  background-color: #17af30;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  font-family: source-sans-pro, sans-serif;
  font-style: normal;
}
.contact-index-index .page.messages.success {
  padding: 20px 20px;
}
.contact-index-index .page.messages.success > *:first-child:before {
  top: 30px;
  color: white;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-wrapper > .page-bottom {
    max-width: none;
  }
  .top__sellers--products {
    display: -ms-grid;
  }
  .product__categories--products {
    display: -ms-grid;
  }
  .partner__brands--content {
    display: -ms-grid;
  }
  .customer__gallery--content {
    display: -ms-grid;
  }
  .product__box {
    margin-right: 16px;
    margin-bottom: 1rem;
  }
  .product__box:last-child {
    margin-right: 0;
  }
  .product__box:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .product__box:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .product__box:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .product__box:nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
    margin-right: 0;
  }
  .product__box:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .product__box:nth-child(6) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .product__box:nth-child(7) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
  .product__box:nth-child(8) {
    -ms-grid-column: 4;
    -ms-grid-row: 2;
  }
  .partner__brands--item {
    margin-right: 4rem;
    padding: 2rem;
    width: 25%;
  }
  .partner__brands--item img {
    max-width: none;
    max-height: 100%;
  }
  .partner__brands--item:last-child {
    margin-right: 0;
  }
  .partner__brands--item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .partner__brands--item:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .partner__brands--item:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .partner__brands--item:nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
    margin-right: 0;
  }
  .partner__brands--item:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .partner__brands--item:nth-child(6) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .partner__brands--item:nth-child(7) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
  .partner__brands--item:nth-child(8) {
    -ms-grid-column: 4;
    -ms-grid-row: 2;
  }
  .customer__gallery--item {
    margin-right: 1rem;
  }
  .customer__gallery--item:last-child {
    margin-right: 0;
  }
  .customer__gallery--item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .customer__gallery--item:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .customer__gallery--item:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .customer__gallery--item:nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
  }
  .customer__gallery--item:nth-child(5) {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
  }
  .customer__gallery--item:nth-child(6) {
    -ms-grid-column: 6;
    -ms-grid-row: 1;
  }
  .customer__gallery--item:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    margin-right: 0;
  }
  .customer__gallery--item:nth-child(8) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .customer__gallery--item:nth-child(9) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
  .customer__gallery--item:nth-child(10) {
    -ms-grid-column: 4;
    -ms-grid-row: 2;
  }
  .customer__gallery--item:nth-child(11) {
    -ms-grid-column: 5;
    -ms-grid-row: 2;
  }
  .customer__gallery--item:nth-child(12) {
    -ms-grid-column: 6;
    -ms-grid-row: 2;
  }
  .page-layout-custom_home main#maincontent {
    max-width: none;
  }
  .page-layout-custom_home main#maincontent .home__content--video {
    flex-basis: auto;
    width: calc(49%);
  }
  .page-layout-custom_home main#maincontent .home__content--content {
    flex-basis: auto;
    width: calc(49%);
  }
  strong.product.name.product-item-name {
    width: 100%;
  }
  .home__content--video {
    flex-basis: auto;
    width: calc(49%);
  }
  .home__content--video .youtube img {
    max-height: none;
  }
  .home__content--content {
    flex-basis: auto;
    width: calc(49%);
  }
  .page-layout-custom_home .home__hero--tabs :checked#tab-one ~ .tabs #tab-one-panel,
  .page-layout-custom_home .home__hero--tabs :checked#tab-two ~ .tabs #tab-two-panel,
  .page-layout-custom_home .home__hero--tabs :checked#tab-three ~ .tabs #tab-three-panel,
  .page-layout-custom_home .home__hero--tabs :checked#tab-four ~ .tabs #tab-four-panel {
    width: 100%;
    box-sizing: border-box;
  }
  .page-layout-custom_home .home__hero--tabs .worko-tabs .tab {
    font-size: 14px;
  }
  footer.page-footer .footer.content {
    flex-direction: row;
  }
  .customer__gallery--content {
    overflow: scroll;
  }
  .contact {
    display: -ms-flexbox;
    -ms-flex-direction: column;
  }
  .contact__card {
    -ms-flex-direction: row;
  }
  .contact__card--form {
    width: 49%;
  }
  .contact__card--address {
    width: 49%;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .product__box:nth-child(1) {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1024px), (-ms-high-contrast: none) and (max-width: 1024px) {
  .product__box:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .product__box:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1295px), (-ms-high-contrast: none) and (max-width: 1295px) {
  .product__box:nth-child(3) {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1024px), (-ms-high-contrast: none) and (max-width: 1024px) {
  .product__box:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    margin-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .product__box:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1295px), (-ms-high-contrast: none) and (max-width: 1295px) {
  .product__box:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    margin-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1024px), (-ms-high-contrast: none) and (max-width: 1024px) {
  .product__box:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .product__box:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1295px), (-ms-high-contrast: none) and (max-width: 1295px) {
  .top__sellers--products .product__box:nth-child(4) {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1024px), (-ms-high-contrast: none) and (max-width: 1024px) {
  .top__sellers--products .product__box:nth-child(4) {
    display: flex;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1295px), (-ms-high-contrast: none) and (max-width: 1295px) {
  .product__box:nth-child(5) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1024px), (-ms-high-contrast: none) and (max-width: 1024px) {
  .product__box:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    margin-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .product__box:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1295px), (-ms-high-contrast: none) and (max-width: 1295px) {
  .product__box:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1024px), (-ms-high-contrast: none) and (max-width: 1024px) {
  .product__box:nth-child(6) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .product__box:nth-child(6) {
    -ms-grid-column: 1;
    -ms-grid-row: 6;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1295px), (-ms-high-contrast: none) and (max-width: 1295px) {
  .product__box:nth-child(7) {
    -ms-grid-column: 1;
    display: none;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1024px), (-ms-high-contrast: none) and (max-width: 1024px) {
  .product__box:nth-child(7) {
    display: flex;
    -ms-grid-column: 1;
    -ms-grid-row: 4;
    margin-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .product__box:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1295px), (-ms-high-contrast: none) and (max-width: 1295px) {
  .product__box:nth-child(8) {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1024px), (-ms-high-contrast: none) and (max-width: 1024px) {
  .product__box:nth-child(8) {
    display: flex;
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .product__box:nth-child(8) {
    -ms-grid-column: 1;
    -ms-grid-row: 8;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1024px), (-ms-high-contrast: none) and (max-width: 1024px) {
  .partner__brands--item:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1295px), (-ms-high-contrast: none) and (max-width: 1295px) {
  .partner__brands--item:nth-child(3) {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1024px), (-ms-high-contrast: none) and (max-width: 1024px) {
  .partner__brands--item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    margin-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .partner__brands--item:nth-child(3) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    margin-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1295px), (-ms-high-contrast: none) and (max-width: 1295px) {
  .partner__brands--item:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    margin-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1024px), (-ms-high-contrast: none) and (max-width: 1024px) {
  .partner__brands--item:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    margin-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .partner__brands--item:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1295px), (-ms-high-contrast: none) and (max-width: 1295px) {
  .partner__brands--item:nth-child(5) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .partner__brands--item:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    margin-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1295px), (-ms-high-contrast: none) and (max-width: 1295px) {
  .partner__brands--item:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .partner__brands--item:nth-child(6) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1295px), (-ms-high-contrast: none) and (max-width: 1295px) {
  .partner__brands--item:nth-child(7) {
    -ms-grid-column: 1;
    display: none;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .partner__brands--item:nth-child(7) {
    display: flex;
    -ms-grid-column: 1;
    -ms-grid-row: 4;
    margin-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1295px), (-ms-high-contrast: none) and (max-width: 1295px) {
  .partner__brands--item:nth-child(8) {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .partner__brands--item:nth-child(8) {
    display: flex;
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1024px), (-ms-high-contrast: none) and (max-width: 1024px) {
  .page-layout-custom_home main#maincontent .home__content--video {
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1024px), (-ms-high-contrast: none) and (max-width: 1024px) {
  .page-layout-custom_home main#maincontent .home__content--content {
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1024px), (-ms-high-contrast: none) and (max-width: 1024px) {
  .home__content--video {
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1024px), (-ms-high-contrast: none) and (max-width: 1024px) {
  .home__content--content {
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .reviews {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1295px), (-ms-high-contrast: none) and (max-width: 1295px) {
  .page-layout-custom_home .home__hero--tabs {
    width: 100%;
  }
  .page-layout-custom_home .home__hero--tabs .worko-tabs {
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .contact__card--form {
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .contact__card--address {
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .productPage {
    display: block;
  }
}
a.eye {
  font-size: 25px;
  font-weight: 100;
}
a.eye {
  font-size: 12px;
  font-weight: 100;
  background: #293133;
  height: 15px;
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: white;
  text-transform: lowercase;
}
/*all screen sizes */
.homehero {
  position: relative;
  min-height: 630px;
}
.homehero__baxkground {
  position: relative;
}
.homehero__content {
  position: relative;
}
.homehero__content h1 {
  font-size: 24px;
  line-height: 24px;
  color: White;
  font-family: univia-pro, sans-serif;
}
.homehero__content p {
  color: White;
  font-weight: 600;
  text-transform: uppercase;
  font-family: univia-pro, sans-serif;
}
.homehero__content small {
  font-family: univia-pro, sans-serif;
}
.homehero__content h3 {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: White;
  position: relative;
  display: inline-block;
  font-family: univia-pro, sans-serif;
  text-shadow: 0px 12px 29px rgba(0, 0, 0, 0.6);
}
.homehero__button {
  min-width: 200px;
  max-width: 275px;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  color: white !important;
  border: 2px solid white;
  padding: 1rem 3rem;
  text-align: center;
  display: block;
  margin-top: 4rem;
  background-color: #f44611;
}
.homehero__button:active {
  color: white !important;
}
.homehero__button--container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.homehero__content small {
  font-size: 24px;
  line-height: 24px;
  color: White;
  position: absolute;
  top: 2.5rem;
  right: -4rem;
  transform: rotate(90deg);
}
section.homehero > .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 501px) and (max-width: 1280px) {
  .homehero__content h1 {
    text-align: center;
    margin-top: 2rem;
  }
  .homehero__content h3 {
    font-size: 200px;
    line-height: 150px;
  }
  .homehero__content p {
    font-size: 45px;
    line-height: 45px;
  }
  .homehero__content {
    margin-top: 2em;
  }
  .homehero__content p {
    text-align: center;
  }
}
@media (min-width: 501px) {
  .homehero {
    background: url('http://doorsforsecurity.co.uk/media/wysiwyg/tabletBG.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
/*new hero*/
@media (min-width: 1280px) {
  .homehero {
    background: url('http://doorsforsecurity.co.uk/media/wysiwyg/desktopBG.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }
  /*large styles*/
  .homehero__content {
    width: 50%;
    margin-left: 50%;
    margin-top: 7rem;
  }
  .homehero__content h1 {
    position: relative;
    margin-left: 4rem;
    margin-top: 2rem;
  }
  .homehero__content h1:before {
    content: url('http://doorsforsecurity.co.uk/media/wysiwyg/Shape_1_copy.png');
    position: absolute;
    top: 1rem;
    left: -4rem;
  }
  .homehero__content--container {
    position: absolute;
    top: 7rem;
    left: 0;
  }
  .homehero__image {
    position: absolute;
    left: 0;
    top: 0;
  }
  .homehero__content img {
    align-self: center;
  }
  .homehero__content h3 {
    font-size: 200px;
    line-height: 150px;
    margin-left: 4rem;
  }
  .homehero__content p {
    font-size: 45px;
    line-height: 45px;
  }
  .homehero__button {
    background-color: #293133;
    transition: 1s ease-in-out all;
  }
  .homehero__button:hover {
    background-color: #f44611;
  }
  .homehero__button--container {
    display: flex;
    justify-content: flex-end;
    align-content: center;
  }
}
@media (max-width: 768px) {
  .homehero {
    background-position-x: 50%;
  }
  .homehero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
  }
  .homehero__button--container {
    display: flex;
    justify-content: center;
    align-content: center;
  }
  .homehero__button {
    background-color: #f44611;
    margin-top: 4rem;
    transition: 0.3s ease-in-out all;
    color: white;
  }
  .homehero__button:hover {
    background-color: #293133;
  }
  .homehero__content h3 {
    font-size: 130px;
    line-height: 130px;
  }
  .homehero__content p {
    font-size: 25px;
    line-height: 25px;
    color: White;
  }
  .homehero__background {
    background-repeat: repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    background-position-x: 25%;
    background-position-y: 27%;
  }
  .homehero__content small {
    top: 4rem;
    right: -4rem;
  }
}
@media (max-width: 500px) {
  .homehero {
    background: url('http://doorsforsecurity.co.uk/media/wysiwyg/mobileBG.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .homehero__content {
    margin-top: 2em;
  }
  .homehero__content h1 {
    text-align: center;
    margin-top: 2rem;
  }
  .homehero__content h3 {
    font-size: 130px;
    line-height: 100px;
  }
  .homehero__button--container {
    margin-top: 15rem;
  }
  .homehero__content small {
    top: 2.5rem;
  }
  .homehero__content p {
    text-align: center;
  }
}
button.action.primary.checkout,
button.button.action.continue.primary {
  background: #ff5501;
  border-color: #ff5501;
}
.authentication-wrapper {
  margin-top: -40px;
}
.contact-index-index .page.messages div {
  background-color: #ff5501;
}
.message.success > *:first-child:before {
  color: #17af30;
}
.contact-index-index {
  background: #f5f5f5;
}
.contact-index-index .page-main {
  max-width: 1163px;
  padding: 0;
}
.contact-index-index .page-main .columns .column.main {
  background: white;
  width: 100%;
  padding: 0 4rem 4rem 4rem;
  display: flex;
  margin-bottom: 8rem;
}
.contact-index-index .page-main .columns .column.main .form.contact {
  min-width: auto;
  flex-basis: 50%;
}
.contact-index-index .page-main .columns .column.main .form.contact input {
  border-color: #293133;
}
.contact-index-index .page-main .columns .column.main .form.contact textarea {
  padding: 2rem 1rem;
  min-height: 160px;
  border-color: #293133;
}
.contact-index-index .page-main .columns .column.main [data-content-type='html'] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  flex-basis: 50%;
  box-sizing: border-box;
}
.contact-index-index .page-main .columns .column.main [data-content-type='html'] ul {
  list-style: none;
}
.contact-index-index .page-main .columns .column.main [data-content-type='html'] ul li {
  font-size: 16px;
}
.contact-index-index .page-main .columns .column.main [data-content-type='html'] ul li:nth-child(1) {
  font-weight: 700;
}
@media (max-width: 991px) {
  .contact-index-index .page-main .columns .column.main {
    flex-direction: column;
  }
  .checkout-payment-method .payment-methods #paymentgatewayframe {
    width: 100% !important;
    padding: 0 15px;
  }
}
.productNameExtra {
  font-size: 16px;
  Margin-top: 0.5rem;
  font-family: source-sans-pro, sans-serif;
  display: block;
}
.page-main .page-title-wrapper {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.page-main .page-title-wrapper .page-title {
  color: #293133;
  font-size: 28px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 2rem;
}
.under-line {
  background: repeating-linear-gradient(-45deg, transparent, transparent 10px, #cccccc 10px, #cccccc 20px), linear-gradient(to bottom, #eeeeee, #999999);
  width: 40%;
  height: 8px;
  background: repeating-linear-gradient(-55deg, #f44611, #f44611 10px, #293133 10px, #293133 20px);
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
