/* BASE */
html {
  max-height: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #353637;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #f1f1f1;
}

.bg-primary {
  background: -o-linear-gradient(right, #702425 0%, #591d1d 100%);
  background: -webkit-gradient(linear, right top, left top, from(#702425), to(#591d1d));
  background: linear-gradient(270deg, #702425 0%, #591d1d 100%);
  background: -o-linear-gradient(right, #5c1d26 0%, #732127 100%);
  background: -webkit-gradient(linear, right top, left top, from(#5c1d26), to(#732127));
  background: linear-gradient(270deg, #5c1d26 0%, #732127 100%);
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.color-white {
  color: #fff;
}

.color-red {
  /* color: #702425; */
  color: #99152c; /* new red color */
}

.color-blue {
  color: #385179;
}

.color-yellow {
  color: #f6b906;
}

.o-wrapper {
  max-width: 1440px;
  padding: 0 15px 0 15px;
  margin: 0 auto;
}
/*
@media (min-width: 640px) {
  .o-wrapper{
    padding: 0 15px 0 0;
  }
} */

.o-wrapper.o-wrapper--full {
  max-width: 100%;
  padding: 0;
}

[class^="icon-"],
[class*=" icon-"] {
  font-size: 24px;
}

.primary-btn {
  background-color: #ffc300;
  border-radius: 4px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.primary-btn span {
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.primary-btn:hover {
  background-color: #cf7f00;
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.02);
}

.primary-btn:focus {
  border: none;
  outline: none;
}

.c-button:not([class*="u-bg-"]) {
  background-color: #f6b906;
}

.c-button:not([class*="u-bg-"]):hover {
  background-color: #cf7f00;
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.02);
}

.u-color-red {
  color: #702425;
}

h1,
.h1-text {
  font-size: 22px;
  color: #443d30;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}

h2,
.h2-text {
  font-size: 20px;
  color: #443d30;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
}

h3,
.h3-text {
  font-size: 18px;
  color: #443d30;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}

h4,
.h4-text {
  font-size: 16px;
  color: #443d30;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}

.text-large {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.line-decor-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.line-decor-heading:before,
.line-decor-heading:after {
  content: " ";
  height: 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-image: -o-linear-gradient(#702425 100%, #000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #702425), to(#000));
  background-image: linear-gradient(#702425 100%, #000 100%);
}

.line-decor-heading:before {
  margin-right: 55px;
}

.line-decor-heading:after {
  margin-left: 55px;
}

.slider-product-heading {
  padding: 0 15px;
}

.t-main-content-element {
  padding-bottom: 50px;
}

@media (max-width: 60em) {
  h1,
  .h1-text {
    font-size: 22px;
  }

  h2,
  .h2-text {
    font-size: 20px;
  }

  h3,
  .h3-text {
    font-size: 18px;
  }

  .line-decor-heading:before {
    margin-right: 25px;
  }

  .line-decor-heading:after {
    margin-left: 25px;
  }
}

@media (max-width: 48em) {
  h1,
  .h1-text {
    font-size: 17px;
  }

  .line-decor-heading:before {
    margin-right: 15px;
  }

  .line-decor-heading:after {
    margin-left: 15px;
  }
}

/* HEADER */
.t-site-header__logo {
  margin: 10px 0;
}

.t-site-header__logo img {
  max-height: 110px;
  width: auto;
}

.t-site-header__search-form {
  border: none;
}

.t-site-header__search-form .c-form-input {
  padding: 12px 20px;
  background-color: #fff;
  border-radius: 4px;
  margin-right: 10px;
  outline: none;
  border: none;
  color: #8e8e8e;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}



.t-site-header__search-form .x-search-preview {
  width: calc(100% - 143px);
  left: 0;
  color: #8e8e8e;
}

.t-site-header__search-form .primary-btn {
  border-radius: 4px !important;
}


.t-site-header__masthead-links .t-global-account-toggle,
.t-site-header__masthead-links .t-site-header__basket-link {
  background-color: transparent;
  color: #fff;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: none;
  outline: none;
}


.t-site-header__masthead-links [class^="u-icon-"],
.t-site-header__masthead-links .t-global-account-toggle span,
.t-site-header__masthead-links .t-site-header__basket-link span {
  margin-right: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.t-site-header__masthead-links .t-site-header__basket-link span.t-site-header__basket-link-quantity {
  margin: 0;
  padding: 4px;
}

.t-site-navigation
  .x-transfigure-navigation
  .c-navigation__row:nth-child(2)
  .c-navigation__link,
.x-transfigure-navigation
  .c-navigation__row:nth-child(2)
  .c-navigation__row:last-of-type
  .c-navigation__link {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.t-site-navigation__wrap {
  max-width: 1440px;
  padding: 0 15px;
}

.t-site-navigation sup {
  margin: 0 5px 0 0;
}

.t-site-navigation__wrap .x-transfigure-navigation__row {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.x-transfigure-navigation__header .u-icon-cross {
  background-color: #f6b906;
  color: #fff;
}

.x-mini-basket__header .u-icon-cross {
  background-color: #f6b906;
  color: #fff;
}

.x-messages--info {
  color: #591d1d;
  border-color: #591d1d;
}

.x-transfigure-navigation .c-navigation__link {
  color: #4d4948;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.x-fasten-header {
  width: 100%;
  padding: 10px 0;
}

.x-fasten-header .t-site-header__search-form .x-search-preview {
  width: calc(100% - 65px);
}

.x-fasten-header .x-fasten-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.x-fasten-header a:hover,
.x-fasten-header a:visited {
  text-decoration: none;
  opacity: 0.75;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: none;
  outline: none;
}

.x-fasten-header .x-fasten-header__logo-image {
  max-height: 70px;
}

.x-transfigure-navigation__row
  .c-navigation__list.has-child-menu
  .icon-chevron-down {
  display: none;
}

.x-mini-basket__line {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 60em) {
  .x-transfigure-navigation .c-navigation__link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .t-site-header__search-form {
    margin-bottom: 10px;
  }

  .t-site-header__search-form .primary-btn {
    font-size: 0;
  }

  .t-site-header__search-form .primary-btn .icon-search {
    margin: 0;
  }

  .t-site-header__search-form .x-search-preview {
    width: calc(100% - 74px);
  }

  .x-transfigure-navigation__row
    .c-navigation__list.has-child-menu
    .icon-chevron-right {
    font-size: 24px;
  }
}

/* FOOTER */
.t-site-footer .o-wrapper {
  max-width: 1440px;
}

.t-site-footer {
  background-color: #1d2124;
  color: #fff;
}

.t-site-footer .t-site-footer__content {
  padding-bottom: 0;
  position: relative;
}

.t-site-footer .t-site-footer__content:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100vw - 16px);
  height: 1px;
  background-color: #8e8e8e;
}

.t-site-footer .t-site-footer__content > .o-layout__item {
  padding-bottom: 20px;
}

.t-site-footer__logo {
  margin-bottom: 20px;
}

.t-site-footer .c-menu-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.t-site-footer .c-menu__list {
  margin: 0;
}

.t-site-footer .t-site-footer__content .c-menu__link:not([class*=" u-icon-"]) {
  color: #fff;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.t-site-footer
  .t-site-footer__content
  .t-global-footer-social-links
  .c-menu__link {
  font-weight: 600;
  font-size: 24px;
  color: #f6b906;
}

.t-site-footer
  .t-site-footer__content
  .t-global-footer-social-links
  .c-menu__link:before {
  color: #f6b906;
}

.t-site-footer .t-site-footer__content p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.t-site-footer .phone-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.t-site-footer .phone-contact a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.t-site-footer .phone-contact span {
  margin-right: 10px;
}

.t-site-footer .phone-contact a:hover {
  opacity: 0.75;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

.t-site-footer .footer-img-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.t-site-footer .footer-img-row img:first-child {
  margin-right: 40px;
}

.t-site-footer__bottom {
  padding-top: 30px;
  color: #838281;
  font-weight: 400;
}

.t-site-footer__bottom p {
  color: #8e8e8e;
}

.footer-bottom-img {
  padding-bottom: 30px;
}

.t-site-footer__bottom .footer-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}

.t-site-footer__bottom .footer-row p {
  padding: 0 15px;
}

.t-site-footer__bottom .c-menu__link {
  text-transform: uppercase;
  color: #8e8e8e;
  text-decoration: none;
  font-weight: 600;
}

.t-site-footer__bottom .c-menu__link:hover {
  opacity: 0.75;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.t-site-footer .x-collapsible-content__item[aria-hidden="false"] {
  max-height: 300px;
}

@media (max-width: 60em) {
  .t-site-footer__bottom .footer-row {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .t-site-footer .footer-img-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .t-site-footer
    .t-site-footer__content
    > .o-layout__item.u-width-3--l:first-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .t-site-footer
    .t-site-footer__content
    > .o-layout__item.u-width-3--l:last-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

/* PRODUCT PAGE */
.x-product-list.slick-slider {
  margin: 0 -15px;
}

.slick-slider .slick-arrow {
  width: 49px;
  height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #702425;
  -webkit-box-shadow: 0px 6px 30px -7px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 6px 30px -7px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background-color: #fcfcfc;
  font-size: 0;
  z-index: 15;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.x-product-list.slick-slider .slick-arrow {
  top: calc(50% - 120px);
}

.slick-slider:hover .slick-arrow {
  opacity: 1;
}

.slick-slider .slick-arrow:hover {
  background-color: #702425;
}

.slick-slider:hover .slick-arrow.slick-disabled {
  opacity: 0.3;
  background-color: #fcfcfc;
}

.slick-slider .slick-arrow:before {
  font-family: "icomoon" !important;
  color: #121212;
  font-size: 24px;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.slick-slider .slick-arrow:hover:before {
  color: #fff;
}

.slick-slider:hover .slick-arrow.slick-disabled:before {
  color: #121212;
}

.slick-slider .slick-next {
  right: 15px;
}

.slick-slider .slick-next:before {
  content: "\e902";
}

.slick-slider .slick-prev {
  left: 15px;
}

.slick-slider .slick-prev:before {
  content: "\e901";
}

.x-product-list.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
}

.x-product-list.slick-slider .slick-track > .slick-slide {
  height: auto;
}

.x-product-list.slick-slider .slick-track > .slick-slide > div {
  height: 100%;
}

.x-product-list__item .x-product-list__item-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.x-product-list.slick-slider .x-product-list__item .x-product-list__item-inner {
  padding-bottom: 48px;
}

.o-layout.x-product-list {
  margin: 0 -15px;
}

.o-layout.x-product-list .x-product-list__item {
  padding: 0 15px;
}

.x-product-list.slick-slider .x-product-list__item {
  height: 100%;
  margin: 0;
}

.x-product-list__item .x-product-list__link {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 30px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.02),
    inset 0px -2px 0px #f6b906;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.02), inset 0px -2px 0px #f6b906;
  border-radius: 4px;
  outline: none;
}

.x-product-list__item .x-product-list__item-inner:hover .x-product-list__link {
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
}

.x-subcategory-list .x-product-list__item:hover .x-product-list__link {
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
}

.x-catalog-list .x-product-list__item:hover .x-product-list__link {
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
}

.x-product-list__item .x-product-list__figure {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.x-product-list__item .x-product-list__picture {
  height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 25px;
  margin-bottom: 20px;
  position: relative;
}

.x-product-list__item .x-product-list__picture:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 5px;
  width: 35%;
  background-image: -o-linear-gradient(#702425 100%, #000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #702425), to(#000));
  background-image: linear-gradient(#702425 100%, #000 100%);
}

.x-product-list__item .x-product-list__image {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}

.x-product-list__item figcaption {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.x-product-list__item .x-product-list__btn {
  position: absolute;
  bottom: -48px;
  z-index: 300;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.x-product-list.slick-slider .x-product-list__item .x-product-list__btn {
  bottom: 0;
}

.x-product-list__item .x-product-list__btn .js-purchase-form {
  margin: 0;
}

.x-product-list__item .add-to-cart {
  border: none;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.x-product-list__item .x-product-list__item-inner:hover .x-product-list__btn {
  opacity: 1;
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
}

.x-product-list__item .x-product-list__name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #505050;
  letter-spacing: 0.01em;
  font-weight: 700;
  margin-bottom: 20px;
}

.x-product-list__item .x-product-list__price {
  color: #702425;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.x-product-list[data-hook="related-products"] .slick-list {
  padding-bottom: 120px;
}

.tgreviews-average__star-overlay {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffa500;
  overflow: hidden;
  bottom: 0;
  display: inline-block;
  text-align: left;
  white-space: nowrap;
}

.t-product-reviews {
  padding: 30px;
  margin-bottom: 100px;
}

.x-product-review-form {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 500;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.x-product-review-form.is-open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

html.review-form-open {
  overflow: hidden;
  height: 100vh;
}

.x-product-review-form .review-form-close {
  position: fixed;
  top: 30px;
  right: 15px;
  width: 50px;
  height: 50px;
  background-color: #f6b906;
  border-radius: 4px;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  outline: none;
}

.x-product-review-form .review-form-close:hover {
  background-color: #cf7f00;
}

.x-product-review-form .tgreviews__form {
  max-height: 50vh;
  padding: 0 15px;
}

.x-product-review-form .u-cta-style--primary:hover {
  background-color: #cf7f00;
}

.t-product-reviews-title {
  padding-bottom: 20px;
  line-height: 1;
  border-bottom: 1px solid rgba(152, 152, 152, 0.5);
}

.t-product-reviews .tgreviews {
  width: 100%;
}

.t-product-reviews .tgreviews-reviews {
  max-width: 1050px;
}

.t-product-reviews .tgreviews-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 20px;
  border: none;
  border-top: 1px solid rgba(152, 152, 152, 0.5);
}

.t-product-reviews .tgreviews-review .tgreviews-review-left {
  width: 30%;
  padding: 0 15px 20px;
}

.t-product-reviews .tgreviews-review .tgreviews-review-right {
  width: 70%;
  padding: 0 15px 20px;
}

#add-review-btn {
  margin-bottom: 50px;
}

.tgreviews-review__rating-info {
  margin-bottom: 20px;
}

.tgreviews-review__user-name {
  font-size: 16px;
  display: block;
  color: #443d30;
  letter-spacing: 0.01em;
  padding-bottom: 10px;
}

.tgreviews-review__user-info {
  font-size: 16px;
  color: #626262;
}

.x-product-description {
  background-color: #fff;
  margin: 0;
  padding: 30px;
  margin-bottom: 100px;
}

.x-product-description > .o-layout__item {
  padding: 0;
}

.x-a11y-tabs {
  overflow: hidden;
  margin: 0;
}

.x-a11y-tabs__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -15px;
}

.x-a11y-tabs__list:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background-color: #989898;
}

.x-a11y-tabs__list .x-a11y-tabs__item {
  width: 20%;
}

.x-a11y-tabs__list .x-a11y-tabs__link {
  color: #8e8e8e;
  font-weight: 600;
  font-size: 22px;
  padding: 0 0 20px;
  width: 100%;
  position: relative;
  z-index: 1;
  border: none;
  padding: 0 15px;
}

.x-a11y-tabs__list .x-a11y-tabs__link:after {
  display: none;
}

.x-a11y-tabs__list
  .x-a11y-tabs__item:first-child:last-child
  .x-a11y-tabs__link {
  border-bottom: 2px solid #702425;
  color: #702425;
}

.x-a11y-tabs__list .x-a11y-tabs__link:hover,
.x-a11y-tabs__list .x-a11y-tabs__link[aria-selected="true"] {
  border-bottom: 2px solid #702425;
  color: #702425;
}

.x-a11y-tabs__panel {
  padding: 20px 0;
  font-size: 14px;
}

.x-a11y-tabs__panel {
  border: none;
}

.c-form-select__dropdown {
  outline: none;
}

.o-layout.x-product-layout {
  margin: 0 0 40px;
  padding: 30px 0;
}

.o-layout.x-product-layout > .o-layout__item {
  padding: 0 15px;
}

.x-product-layout-images > figure {
  max-height: 500px;
  overflow: hidden;
}

[data-filmstrip] ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.x-product-layout-images__image {
  max-height: 500px;
}

#MagicImage figure img {
  max-height: 500px !important;
}

.x-product-layout-purchase__name span {
  display: block;
}

.x-product-layout-purchase__options-quantity {
  padding: 12px 13px;
  border: 1px solid #443d30;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.x-product-layout-purchase__options-quantity .c-form-label {
  margin: 0 5px 0 0;
  font-size: 1rem;
}

.x-product-layout-purchase__options-attribute .c-form-label {
  font-size: 1rem;
}
.x-product-layout .add-to-cart-btn {
  margin-bottom: 20px;
}

.x-product-layout-purchase__options-quantity .t-quantify input {
  width: 100%;
  height: 100%;
  max-width: 35px !important;
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
  border: none;
  border-bottom: 1px solid #8e8e8e;
  outline: none;
  font-size: 16px;
  padding: 0;
}

.x-product-layout-purchase__pricing-current {
  color: #702425;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.01em;
}

.x-product-layout-purchase__options {
  max-width: 68%;
}

.x-product-layout-purchase__options > .o-layout__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.x-product-layout-purchase__options > .o-layout__item .c-form-label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 16px;
  padding-right: 8px;
  text-align: right;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 132px;
}

.x-product-layout-purchase__options > .o-layout__item .c-form-input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.c-heading--subheading {
  color: #8e8e8e;
  font-size: 16px;
}

.x-product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.x-product-rating .x-product-rating-count a {
  color: #121212;
  letter-spacing: 0.01em;
  margin-left: 10px;
}

.x-product-rating .x-product-rating-count a:hover {
  text-decoration: underline;
}

.prod-background:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 95vh;
  background-image: -o-linear-gradient(
    176.12deg,
    #702425 37.15%,
    #131313 98.05%
  );
  background-image: -o-linear-gradient(176.12deg, #702425 37.15%, #131313 98.05%);
  background-image: linear-gradient(273.88deg, #702425 37.15%, #131313 98.05%);
  z-index: -1;
}

.x-collapsing-breadcrumbs__group,
.x-collapsing-breadcrumbs__list {
  max-width: 100%;
}

.prod-background .x-collapsing-breadcrumbs .o-wrapper {
  padding: 0;
}

.x-collapsing-breadcrumbs.t-breadcrumbs {
  background-color: #1D2124;
  padding: 0.5rem 2rem;

}

.x-collapsing-breadcrumbs__list {
  border: none;
  padding: 0 0;
}

.ctgy-background-section .x-collapsing-breadcrumbs.t-breadcrumbs {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
}

.x-collapsing-breadcrumbs .o-list-inline__item:not(:last-of-type)::after {
  height: 20px;
  top: 6px;
  right: -20px;
  border-right: 1px solid #8e8e8e;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.x-collapsing-breadcrumbs__list .o-list-inline__item:not(:last-child) {
  margin-right: 40px;
}

.x-collapsing-breadcrumbs
  .o-list-inline
  .o-list-inline__item[data-cats-code="sfnt_brands"] {
  display: none;
}

.x-collapsing-breadcrumbs .o-list-inline .o-list-inline__item a {
  /*color: #8E8E8E;*/
  text-decoration: none;

  color: #353637;
  font-size: 14px;
  font-weight: 400;
}

.x-collapsing-breadcrumbs .o-list-inline .o-list-inline__item a:hover {
  opacity: 0.75;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.x-collapsing-breadcrumbs__list .x-collapsing-breadcrumbs__button {
  color: #8e8e8e;
  outline: none;
}

.x-product_checkout {
  padding-top: 20px;
}

.checkout-btns-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}

.checkout-btns-section > * {
  padding: 0 10px 20px;
}

.checkout-btns-section p {
  margin: 0;
  color: #626262;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .slick-slider .slick-arrow {
    opacity: 1;
  }

  .slick-slider .slick-arrow.slick-disabled {
    opacity: 0.3;
  }

  .x-product-list__item .x-product-list__btn {
    position: static;
    bottom: 0;
    opacity: 1;
  }

  .x-product-list__item .x-product-list__item-inner .x-product-list__link {
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .x-product-list.slick-slider
    .x-product-list__item
    .x-product-list__item-inner {
    padding-bottom: 0;
  }

  .x-product-list[data-hook="related-products"] .slick-list {
    padding-bottom: 70px;
  }

  .x-product-list.slick-slider .slick-arrow {
    top: calc(50% - 70px);
  }

  .x-product-layout-purchase__options {
    max-width: 100%;
  }

  .top-background:before {
    height: 60vh;
  }

  .checkout-btns-section p {
    width: 100%;
  }
}

@media (max-width: 60em) {
  .x-product-layout-purchase__options {
    max-width: 100%;
  }

  .x-a11y-tabs__list .x-a11y-tabs__item {
    width: 50%;
  }

  .t-product-reviews .tgreviews-review .tgreviews-review-left {
    width: 100%;
  }

  .t-product-reviews .tgreviews-review .tgreviews-review-right {
    width: 100%;
  }

  .x-product-description {
    padding: 30px 15px;
  }

  .t-product-reviews {
    padding: 30px 15px;
  }

  .x-a11y-tabs__list .x-a11y-tabs__link {
    font-size: 24px;
  }

  .x-product-layout-purchase__pricing-current {
    font-size: 24px;
  }

  .x-product-layout-purchase__options > .o-layout__item {
    display: block;
  }

  .x-product-layout-purchase__options > .o-layout__item .c-form-label {
    padding-right: 0;
    text-align: left;
    width: 100%;
  }

  .top-background:before {
    height: 80vh;
  }
}

/* HOME PAGE */
.ymm-section {
  padding: 30px 4%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -ms-flex-item-align: center;
  align-self: center;
}

.ymm-section.prev-opened {
  padding-bottom: 60px;
}

.ymm-section > * {
  margin: 0 25px;
}

.ymm-section:before {
  content: " ";
  display: block;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  background: -o-linear-gradient(left, #353637 0%, #1d2124 100%);
  background: -webkit-gradient(linear, left top, right top, from(#353637), to(#1d2124));
  background: linear-gradient(90deg, #353637 0%, #1d2124 100%);
  border: 1px solid #131313;
}

.ymm-section .ymm-heading {
  max-width: 190px;
  color: #fff;
  line-height: 1;
  font-size: 22px;
}

.ymm-section .ymm-heading span {
  display: block;
}

.ymm-search-form {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
}

.ymm-search-form .ymm-search-select {
  margin-right: 50px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.ymm-search-form .ymm-search-dropdown {
  height: 100%;
  width: 100%;
  padding: 12px 40px 12px 20px;
  background-image: -o-linear-gradient(#fcfcfc 0%, #fcfcfc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#fcfcfc));
  background-image: linear-gradient(#fcfcfc 0%, #fcfcfc 100%);
  border-radius: 4px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #8e8e8e;
}

.ymm-search-form .ymm-search-select:before {
  content: "\e900";
  font-size: 24px;
  display: block;
  position: absolute;
  font-family: "icomoon";
  color: #131313;
  right: 20px;
  top: 50%;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ymm-search-form .ymm-search-select#search-sn:before {
  visibility: hidden;
}

.ymm-search-clear {
  background-color: transparent;
  border: none;
  color: #f6b906;
  text-transform: uppercase;
  font-weight: 600px;
  cursor: pointer;
}

.ymm-search-clear:hover {
  opacity: 0.75;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1280px) {
  .ymm-section {
    padding: 30px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ymm-section .ymm-heading {
    max-width: 100%;
    width: 100%;
    padding-bottom: 15px;
  }

  .ymm-section .ymm-heading span {
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .ymm-section {
    margin: 0 0;
  }

  .ymm-search-form .ymm-search-select {
    margin-right: 25px;
  }

  .ymm-search-form {
    display: block;
    width: 100%;
  }

  .ymm-search-form .ymm-search-select {
    margin: 0 0 15px;
  }

  .ymm-search-form .ymm-search-btn {
    width: auto;
  }

  .ymm-search-clear {
    position: absolute;
    bottom: 15px;
    right: 0;
  }
}

/* CATEGORY PAGE */
.x-subcategory-list .x-product-list__link {
  height: 100%;
}

.x-catalog-list .x-product-list__link {
  height: 100%;
}

.x-subcategory-list .x-product-list__image {
  height: 150px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 20px;
}

.x-category-layout {
  margin: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  width: 100vw;
  max-width: 1470px;
  left: calc(50% - 50vw);
  -webkit-transform: translateX(calc(50vw - 50%));
  -ms-transform: translateX(calc(50vw - 50%));
  transform: translateX(calc(50vw - 50%));
  background-color: #fcfcfc;
  padding: 30px;
  margin-bottom: -50px;
}

.x-category-layout > .o-layout__item {
  padding: 0;
}

.x-category-layout aside.o-layout__item {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 30px;
  min-width: 330px;
}

.x-pagination {
  margin-left: 50px;
}

.x-pagination .pagination-arrow * {
  font-size: 20px;
  color: #8e8e8e;
  display: block;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none !important;
}

.x-pagination .pagination-arrow a:hover {
  color: #f6b906;
  text-decoration: none;
}

.x-pagination .pagination-arrow.disabled {
  opacity: 0.6;
}

.numeric-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0 15px;
}

.numeric-pagination .numeric-pagination-item {
  padding: 0 5px;
}

.numeric-pagination .numeric-pagination-item * {
  padding: 5px;
  background: rgba(255, 255, 255, 0.01);
  -webkit-box-shadow: inset 0px -1px 0px #f6b906;
  box-shadow: inset 0px -1px 0px #f6b906;
  border-radius: 4px;
  color: #8e8e8e;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 24px;
  min-width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.numeric-pagination .numeric-pagination-item a:hover,
.numeric-pagination .numeric-pagination-item.current span {
  background: #f6b906;
  text-decoration: none;
  color: #fff;
}

.x-display-list-filtering .c-form-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.x-display-list-filtering .c-form-list__item .c-form-label {
  color: #443d30;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 16px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.x-display-list-filtering .c-form-list__item .c-form-select {
  position: relative;
}

.x-display-list-filtering
  .c-form-list__item
  .c-form-select
  .c-form-select__dropdown {
  background-image: -o-linear-gradient(#fcfcfc 100%, #fcfcfc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #fcfcfc), to(#fcfcfc));
  background-image: linear-gradient(#fcfcfc 100%, #fcfcfc 100%);
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #8e8e8e;
  font-size: 16px;
  font-weight: 400;
  padding-right: 30px;
  text-transform: unset;
}

.x-display-list-filtering .c-form-list__item .c-form-select:before {
  display: none;
}

.x-display-list-filtering .c-form-list__item .c-form-select:after {
  content: "\e900";
  font-size: 20px;
  width: auto;
  height: auto;
  margin: 0;
  display: block;
  position: absolute;
  font-family: "icomoon";
  color: #131313;
  right: 5px;
  top: 50%;
  background: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.category-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.category-navigation-left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.category-navigation .x-display-list-filtering__per-page {
  margin: 0;
}

.ctgy-background {
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  z-index: -1;
}

.ctgy-background:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(
    109.31deg,
    rgba(112, 36, 37, 0.6) 74.7%,
    rgba(19, 19, 19, 0.7) 91.48%
  );
  background-image: linear-gradient(
    340.69deg,
    rgba(112, 36, 37, 0.6) 74.7%,
    rgba(19, 19, 19, 0.7) 91.48%
  );
  z-index: -1;
}

.ctgy-background-section .x-collapsing-breadcrumbs .o-list-inline__item * {
  color: #fff;
}

.ctgy-background-section
  .x-collapsing-breadcrumbs
  .o-list-inline__item:not(:last-of-type)::after {
  border-color: #fff;
}

.ctgy-background-section .x-collapsing-breadcrumbs > .o-wrapper {
  padding: 0;
}

.ctgy-background-section .category-title {
  color: #fff;
}

.x-collapsible-content__toggle {
  outline: none;
}

.x-collapsible-content__toggle .u-icon-add {
  margin-right: 10px;
}

.x-category-tree__row.x-collapsible-content__item .t-display-list-filtering {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-navigation-top {
  margin-bottom: 30px;
}

.x-facets-form {
  background-color: #fff;
  padding: 30px 15px;
}

.t-faceting .x-category-tree__title {
  margin-bottom: 30px;
}

.t-faceting .x-category-tree__title hr {
  display: none;
}

.t-faceting .x-facet-set:not(:last-child) {
  margin-bottom: 30px;
}

.t-faceting .x-facet-set .c-keyline {
  display: none;
}

.t-faceting .x-facet-set__label {
  color: #443d30;
  border-bottom: 1px solid #8e8e8e;
  margin-bottom: 20px;
}

.t-faceting .mm_facet_rangeslider_input_container_low,
.t-faceting .mm_facet_rangeslider_input_container_high {
  border: 2px solid #443d30 !important;
  border-radius: 4px !important;
  color: #443d30;
  height: 33px;
  padding: 3px 5px;
  text-align: left;
  width: calc(50% - 20px) !important;
}

.t-faceting .mm_facet_rangeslider_track_container {
  height: 70px !important;
  border: none !important;
}

.t-faceting .mm_facet_rangeslider_track_selection {
  background-color: #f6b906;
}

.t-faceting .mm_facet_rangeslider_track_handle_low,
.t-faceting .mm_facet_rangeslider_track_handle_high {
  border: none;
  background-color: #f6b906;
  width: 24px;
  height: 24px;
}

.t-faceting .mm_facet_rangeslider_input_container_low:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% + 2px);
  margin: 0 10px;
  height: 2px;
  width: 20px;
  background-color: #443d30;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mm_facet_rangeslider_track_background,
.mm_facet_rangeslider_track_selection {
  background-color: rgba(142, 142, 142, 0.5);
}

.x-facets .x-facets-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.x-category-tree__label.x-collapsible-content__toggle {
  font-size: 20px;
  color: #443d30;
}

.x-facet-set .c-form-checkbox__caption {
  color: #443d30;
  font-size: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.x-facet-set .c-form-checkbox__caption:before {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border: 2px solid #443d30;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.x-facet-set
  .c-form-checkbox__input:checked
  + .c-form-checkbox__caption:before {
  border-color: #f6b906;
  background-color: #f6b906;
}

.x-facet-set
  .c-form-checkbox__input:checked
  + .c-form-checkbox__caption::after {
  content: " ";
  background: none;
  width: 8px;
  height: 16px;
  border-radius: 2px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 2px;
  left: -24px;
}

@media (max-width: 1024px) {
  .x-category-layout aside.o-layout__item {
    min-width: 250px;
  }
}

@media (max-width: 60em) {
  .x-category-layout {
    margin-bottom: -50px;
  }

  .t-display-list-filtering .x-category-layout {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 15px;
  }

  .x-category-layout aside.o-layout__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 0;
    width: 100%;
    min-width: 1px;
  }

  .x-pagination {
    margin-left: 0;
  }

  .category-navigation-left.x-display-list-filtering {
    display: none;
  }

  .u-hidden--l > .t-display-list-filtering > form {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .x-collapsible-content__item .c-form-list__item,
  .x-collapsible-content__item .c-form__item {
    max-width: 100%;
  }
}

/* WARRANTY CLAIM FORM PAGE */

.text-page .wc-form-text-content > h2,
.text-page .wc-form-text-content > h2 {
    color: initial;
    text-transform: capitalize;
    font-size: 35px;
    margin-bottom: 0;
}

.wc-form .c-form-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
}

.wc-form .o-layout {
  margin: 0 0 10px;
}

.wc-form .o-layout__item {
  padding: 0;
}

.wc-form .c-form-list > .c-form-list__item > label {
  width: 33.33%;
  padding-right: 15px;
}

#wc_serial_num_list > .c-form-list__item > label.c-form-label.size-label {
    width: initial;
    color: gray;
}

.c-form-input:focus,
.c-form-select__dropdown:focus {
  outline-color: #f6b906;
}

.c-form-checkbox--radio .c-form-checkbox__input + .c-form-checkbox__caption {
  outline: none;
  font-weight: 600;
}

.c-form-checkbox--radio
  .c-form-checkbox__input:checked
  + .c-form-checkbox__caption::after {
  border-radius: 50%;
  background: none;
  background-color: #f6b906;
}

.c-form-label,
.c-form-checkbox {
  font-size: 14px;
}

.c-form-label.is-required {
  font-weight: 700;
}

.c-form-label.italic {
  font-style: italic;
}

.wc-form .c-form-input {
  padding: 10px 15px;
}

.form-disclamer p {
  margin-left: 25%;
}

.form-disclamer-textarea {
    width: inherit;
}

.form-disclamer-textarea textarea {
    height: 165px;
}

.c-form-list__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  /* justify-content: flex-end; */
}

.wc-form hr {
  margin: 20px 0;
  opacity: 0.5;
}

@media (max-width: 60em) {
  .wc-form .c-form-list__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wc-form .c-form-list > .c-form-list__item > label {
    width: 100%;
    padding-right: 0;
  }

  .form-disclamer p {
    margin-left: 0;
  }
}

/* OTHERS PAGE */
.main-content-row {
  padding: 30px;
}

#company-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

#company-page #category-footer {
  width: 80%;
  padding: 0 15px 30px;
}

#company-page #company-page_side-links {
  width: 20%;
  padding: 0 15px 30px;
}

#dealer h2 {
  font-size: 20px;
}

#company-page_side-links a {
  color: #131313;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0;
  display: block;
}

#company-page_side-links a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.featured-title {
  color: #702425 !important;
}

#dealer a {
  color: #702425 !important;
}

#dealer li {
  padding-bottom: 20px;
  list-style: square;
}

#dealer li::marker {
  color: #9d2234;
  font-size: 22px;
}

#dealer ul > ol {
  padding-left: 20px;
}

.dealer-main__text {
  margin-bottom: 75px;
}

.decor-item {
  color: #9d2234;
  font-weight: bold;
}

#featured .blueline {
  border-top: 1px solid rgba(152, 152, 152, 0.5) !important;
}

@media (max-width: 60em) {
  #company-page #tech tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display:-webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #company-page #tech td {
    width: 100%;
  }

  #company-page #tech td a {
    width: 100% !important;
  }
}

/* ===== custom css ===== */

.c-heading-delta {
  margin-top: 10px;
}

/* === static pages new === */

.text-page {
  background: #fff;
  padding: 50px 30px;
}

.text-page h2 {
  margin-bottom: 10px;
  color: #99152c;
}

.color-gray-list {
  padding-left: 5%;
}


@media (max-width: 767px) {
  .c-heading-delta {
    margin-bottom: 10px;
  }
}

.c-heading-delta {
  margin-bottom: 30px;
}

.text-page__aside ul {
  background: #353637;
  min-height: 145px;
  padding: 15px;
  margin-left: initial;
}

.text-page__aside ul li {
  list-style: none;
  word-break: break-word;
}

.text-page__aside ul li > a,
.text-page__aside li {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

/* === static pages updates ===*/

a {
  text-decoration: none !important;
  color: #702425;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
}

a:hover {
  text-decoration: none;
  color: #f6b906;
}

.custom-links {
  list-style-type: none;
}

.warrantyclaimform-form {
  margin-bottom: 20px;
}

p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #353637;
}

/*
.contact-info {
    color: #000000;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-address {
    color: #000000;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;

}

.contact-address p {
    font-size: 16px;
    line-height: 150%;
} */

.divider {
  margin-bottom: 30px;
  margin-top: 20px;
}

/* === warranty form custom === */

.table_warranty input:not([type="image"]):not([type="radio"]),
.table_warranty select,
.table_warranty textarea {
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  color: #443d30;
  min-height: 40px;
  padding: 10px 15px;
}

.table_warranty p {
  line-height: 150% !important;
}

.table_warranty .italic {
  font-style: italic;
  color: #443d30;
}

.table_warranty .required {
  font-weight: 700;
  color: #443d30;
}

.table_warranty b {
  color: #443d30;
}

.table_warranty
  td:not(.serialnums)
  input:not([type="image"]):not([type="radio"]),
.table_warranty select {
  width: 100%;
}

.table_warranty h3 {
  margin-top: 30px;
}

.table_warranty td {
  line-height: 25px;
  font-size: 14px;
  padding: 0 0 5px;
  vertical-align: middle;
}

.table_warranty input,
.serialnums input {
  margin: 5px 0;
}

.table_warranty td.required {
  vertical-align: top;
  font-size: 14px;
}

@media (max-width: 60em) {
  #company-page #tech tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display:-webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #company-page #tech td {
    width: 100%;
  }

  #company-page #tech td a {
    width: 100% !important;
  }

  .table_warranty tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display:-webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .table_warranty tr > td {
    width: 100%;
  }

  .main-content-row {
    padding: 30px 15px;
  }

  #company-page #category-footer {
    width: 100%;
  }

  #company-page #company-page_side-links {
    width: 100%;
  }
}

.table_warranty {
  width: 95%;
  border-style: none;
  border-width: 0;
}

.table_warranty td {
  line-height: 25px;
  padding: 0 0 5px;
}

.table_warranty p {
  line-height: 15px;
}

.table_warranty a {
  text-decoration: underline;
}

.serialnums input {
  float: right;
  width: 100%;
}

.table_warranty td.required,
.table_warranty td.italic {
  text-align: left;
  padding-right: 5px;
  font-size: 14px;
}

.serialnums > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.serialnums2 > span {
  margin-right: 20px;
}

.small-text {
  font-size: 12px;
}

/* === technical.html === */

.technical-guides__item {
  margin: 20px 0;
  color: #000000;
}

@media (max-width: 1023px) {
  .technical-guides {
    padding: 0 15px;
  }

  .technical-guides__img {
    margin-bottom: 30px;
  }
}

/* technical accordion only html css */
.items-list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display:-webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    overflow: hidden;
}

.contact__text .items-list  {
  margin-left: initial;
}

.item-container {
    border-bottom: 4px solid white;
}
.item-container:last-child {
    border-bottom: none;
}
.item__title {
    padding: 0.2rem 0.9rem 0.2rem 0.9rem;
    color: white;
    background-color: #702425;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.item__title:after {
    display: inline-block;
    position: absolute;
    right: 1rem;
    top: -1px;
    background-image: url('https://dev.sterndrive.cc/mm5/graphics/00000001/icons/right-arrow.svg');
    background-size: 21px 34px;
    content: "";
    width: 20px;
    height: 30px;
}

.check {
    display: none;
}
.item__content {
    display: none;
    padding: 1rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.check:checked ~ .item__title:after {
    top: 2px;
    transform: rotate(90deg);
}

.check:checked ~ .item__content {
    display: block;
}


.items-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display:-webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.items-holder .item-preview {
    width: 95%;
    padding: 0 10px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display:-webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media (min-width: 600px) {
  .items-holder .item-preview {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .items-holder .item-preview {
    width: 33%;
  }
}

.item__content .items-holder .item-preview .item-button {
    font-size: 14px;
    color: #353637;
    background-color: white;
    padding: 13px 9px;
    text-transform: uppercase;
    border: 1px solid gray;
    border-radius: 5px;
}

.item__content .items-holder .item-preview .item-button:hover {
    background-color: #ffc300;
}

.item__content img {
    margin-bottom: 20px;
    -webkit-box-shadow: 1px 3px 7px 0px rgb(0 0 0 / 11%);
            box-shadow: 1px 3px 7px 0px rgb(0 0 0 / 11%);
}

.item__content p {
    margin-bottom: 20px;
}

/*  banners*/

#company-page > div:nth-child(3) {
  margin: 0 !important;
  padding: 0 !important;
}

.item_space {
  margin-bottom: 3%;
}

/* product-testing */

.product-testing {
  padding-bottom: 75px;
}

.product-testing h3 {
  font-size: 18px;
  font-weight: 600;
  color: #702425;
  text-transform: uppercase;
}

.product-testing h4 {
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.product-testing__item {
  margin-bottom: 24px;
}

@media (min-width: 640px) {
  .testing-wrapper {
    padding-right: 55px;
  }
}

.testing-text-block {
  padding-left: 3%;
}

@media (max-width: 1100px) {
  .product-testing h3 {
    font-size: 18px;
  }

  .testing-text-block {
    padding-left: 16px;
  }
}

@media (max-width: 767px) {
  .item_space {
    margin-top: 20px;
  }
}

/* research and development */

.research-development h4 {
  font-size: 24px;
  font-weight: 500;
  color: #702425;
  text-transform: uppercase;
  margin-top: 20px;
  text-align: center;
}

.research-development__item {
  margin-top: 30px;
}

.research-development__block {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (max-width: 1100px) {
  .research-development h4 {
    font-size: 18px;
  }

  .research-development__item {
    text-align: center;
  }
}

/* faq anchor */
a.faqs-anchor {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden;
}

#faq > ul.faq-list {
  margin: 0 0 40px;
  padding: 0;
  list-style: none !important;
}

#faq .faq-list:before {
  display: none;
}

.faq-list li {
  padding-bottom: initial;
}

.faq-list a {
  color: #a62133;
  font-weight: normal;
}

/* buyer's guide */

.color-text-gray {
  color: #353637;
}

#category-listing2 {
  background: #353637;
  padding: 10px 20px 60px 20px;
}

#category-listing2 a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.color-gray-list li:before {
  color: #353637;
}

.content-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
}

.buyers,
.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0;
}

.buyers__item,
.about__item {
  background-color: #353637;
  max-width: 420px;
}

.buyers__item h3,
.about__item h3 {
  font-size: 36px;
  line-height: 1;
  padding: 10px;
}

.buyers__item p,
.about__item p {
  color: #fff;
  padding: 5px 20px;
}

.buyers__item a,
.about__item a {
  color: #fff;
}

.buyers__item a:hover,
.about__item a:hover {
  color: #f6b906;
}

.banners-wrapper,
.buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.support-info-holder {
  margin-bottom: 60px;
}

.support-button {
  width: 100%;
  height: 100%;
  margin-bottom: 6px;
  border: 1px solid gray;
  background: #a62133;
  min-height: 80px;
}

.support-button a {
  color: white;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
}

.support-button a:hover {
  background: #ffc300;
}

.text-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  padding: 10px 5px 10px 0;
}

.icon-button {
  min-width: 60px;
  min-height: 60px;
  width: 17%;
  padding: 12px 6px;
  margin-right: 17px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
}

.icon-button img {
  min-height: 60px;
}

.buyers__banner {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .buyers__banner {
    width: 49%;
  }

  .support-button {
    width: 49%;
    min-width: 358px;
  }

  .icon-button {
    min-width: 84px;
    min-height: 84px;
    padding: 5px 10px;
    margin-right: 30px;
  }

  .banners-wrapper,
  .buttons-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1090px) {
  .text-button {
    font-size: 25px;
  }
}

@media (max-width: 1023px) {
  .buyers__item,
  .about__item {
    background-color: #353637;
    max-width: 100%;
    margin: 20px 0;
  }

  .buyers {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1024px) {
  .buyers__item,
  .about__item {
    max-width: 32%;
  }
}

.line-horizontal {
  display: block;
  width: 100%;
  height: 1px;
  background: #385179;
  margin-bottom: 25px;
  margin-top: 18px;
}

.quote {
  -webkit-margin-start: initial;
          margin-inline-start: initial;
}

.quote q {
  display: block;
  margin-bottom: 20px;
}

.item-img {
  margin-bottom: 30px;
}

.byrs_guid_nav ul li {
  list-style: none;
}

.buyers-main__text {
  padding-right: 20px;
}

.buyers-main .text-page__aside {
  min-height: 150px;
}

/* become a dealer */

.cards-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-item {
  width: 100%;
  color: white;
  background: #782226;
  text-align: center;
  padding: 20px 50px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
      display: flex;
      display:-webkit-flex;
    justify-content: space-around;
          align-items: center;
}

.card-item p,
.card-item a {
  color: white;
}

.card-item .link-bold {
  font-weight: bold;
  font-size: 20px;
  text-decoration: none !important;
  text-align: center;
}

.card-item p {
  margin-bottom: 33px;
  max-width: 255px;
  font-size: 17px;
  line-height: 1.1;
}

.card-item ul {
  text-align: left;
}

.card-item a {
  text-align: left;
  font-weight: normal;
  text-decoration: underline !important;
}

.card-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 50px;
}

.decorate-title {
  width: 100%;
  color: #a62133;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  line-height: 90px;
}

@media (min-width: 1200px) {

  .card-item:last-child {
    margin-right: initial;
  }
}

@media (min-width: 1360px) {
  .card-item {
    width: 32%;
    margin-right: 20px;
  }

  .card-item:last-child {
    margin-right: initial;
  }
}

/* about us */
.mission-text {
  font-size: 20px;
  padding: 30px;
  margin-top: 75px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #353637;
}

.mission-text .card-title {
  font-size: 35px;
}

/* support */

.support-title {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #a62133;
  border: 1px solid #a62133;
  margin-bottom: 25px;
}

.testimonials-main__text {
  margin-bottom: 50px;
}

@media (min-width: 640px) {
  .testimonials-main__text {
    margin-bottom: 120px;
    padding-right: 50px;
  }
}

.line-decor {
    border-bottom: 1px #385179 solid;
    padding-bottom: 10px;
}

/* featured parts */

@media (min-width: 1200px) {
  .featured-parts__text {
    margin-bottom: 100px;
  }
}

.featured-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .featured-content {
    margin-left: 24px;
  }
}

.featured-list {
  margin: 25px 0 50px;
}

.featured-list ul {
  list-style: none;
}

.featured-list ul li {
  line-height: 1.2em;
}

.featured-list h3 {
  font-weight: 400;
}

/* contact us */

.contact-info-holder {
  margin-bottom: 20px;
}

.contact-info-container {
  margin: 0 0 40px 25px;
}

.contact-infobox > h4 {
  font-weight: normal;
  color: #702425;
  margin: initial;
}

.map {
  margin-bottom: 30px;
}

/* Header link menu */
.x-transfigure-navigation .c-navigation__link {
    font-size: 16px;
}

.c-navigation__row.x-transfigure-navigation__row > li:hover {
    cursor: default;
}


/* Height links aside menu */

#category-listing2 .product-name2 {
    height: auto !important;
}

#category-listing2 a {
    overflow-wrap: break-word;
}
/*
#js-PROD .custom-breadcrumbs {
	margin-bottom: 50px;
}
*/
#js-PROD .custom-breadcrumbs *,
.custom-breadcrumbs * {
	color: #FFF;
	opacity: 0.9;
	font-weight: 300;
}

#js-PROD .custom-breadcrumbs button,
.custom-breadcrumbs button {
	font-weight: 900;
}

.x-collapsing-breadcrumbs .o-list-inline .o-list-inline__item a {
	color: #FFF;
	opacity: 0.9;
	font-weight: 300;
}

.x-collapsing-breadcrumbs .o-list-inline .o-list-inline__item a:hover {
	opacity: 1;
	font-weight: 900;
}

.x-collapsing-breadcrumbs__list .x-collapsing-breadcrumbs__button {
	color: #FFF;
	outline: none;
	font-weight: 900;
	font-size: 1.25rem;
	line-height: 1rem;
	padding-bottom: 0.5rem;
}