.container {
  width: 1296px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 1500px) {
  .container {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 1342px) {
  .container {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 992px) {
  .container {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 768px) {
  .container {
    max-width: calc(100% - 24px);
  }
}
@media (max-width: 576px) {
  .container {
    max-width: calc(100% - 24px);
  }
}

.get__header {
  padding: 0;
}

.get__footer {
  padding: 0;
}

.services__sticky {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.get__header, .get__footer, .get__footer-copyright {
  width: 1296px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1500px) {
  .get__header, .get__footer, .get__footer-copyright {
    max-width: calc(100% - 40px);
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1342px) {
  .get__header, .get__footer, .get__footer-copyright {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 992px) {
  .get__header, .get__footer, .get__footer-copyright {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 768px) {
  .get__header, .get__footer, .get__footer-copyright {
    max-width: calc(100% - 24px);
  }
}
@media (max-width: 576px) {
  .get__header, .get__footer, .get__footer-copyright {
    max-width: calc(100% - 24px);
  }
}

/* Main Color */
/* Main Color */
#__bs_notify__ {
  position: fixed;
  top: calc(100% - 50px) !important;
  border-radius: 0 !important;
  font-size: 16px;
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
body main {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin-top: 50px;
}

body * {
  outline: transparent none;
  font-family: "Geist Mono Variable", sans-serif;
  font-weight: 500;
}

body.no-scroll, html.no-scroll {
  overflow-y: hidden;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(49, 51, 57);
  border-radius: 0;
  background-color: #FFF;
}

body::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  background-color: #FFF;
  border-radius: 0;
}

body::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgb(49, 51, 57);
  background-color: rgb(49, 51, 57);
}

pre {
  white-space: normal;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Base Theme */
b, strong {
  font-weight: 500;
}

/* Heading */
h1 {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 91%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #0f1010;
  margin-top: 56px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 48px;
    line-height: 92%;
    margin-bottom: 24px;
  }
}

.btn__primary {
  padding: 15px 50px;
  width: 100%;
  max-width: 540px;
  height: 47px;
  background: #0c4da2;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn__primary.btn__primary-404 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.btn__primary.btn__primary-cart {
  width: 100%;
  margin-top: 16px;
  border: 0;
  cursor: pointer;
}
.search__title {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .search__title {
    margin-bottom: 24px;
  }
}
.search__title h1 {
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .search__title h1 {
    margin-top: 32px;
  }
}
.search__title p {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #ff7239;
}

.section__base {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wpcf7 form .wpcf7-response-output {
  background: white;
  margin: 0;
}

.wpc-term-disabled {
  display: none !important;
}

.wpc-see-more-control, .wpc-see-less-control {
  color: #0f1010;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.wpc-see-more-control:hover, .wpc-see-less-control:hover {
  color: #0c4da2;
}

.zen-ui-select__value-text {
  display: block;
  width: 100%;
  white-space: normal;
  overflow: hidden;
}

@font-face {
  font-family: "Geist Mono Variable";
  src: url("../fonts/GeistMonoVF.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
.get__header-wrapper {
  border-bottom: 1px solid #0f1010;
  position: relative;
  z-index: 2;
  position: fixed;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: white;
}

.get__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.get__header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.get__header-logo a {
  overflow: hidden;
  border-left: 1px solid #0f1010;
  border-right: 1px solid #0f1010;
  padding: 0 40px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .get__header-logo a {
    border-right: 0;
  }
}
.get__header-content {
  display: block;
}
.get__header-content.disabled {
  display: none;
}
@media (max-width: 768px) {
  .get__header-content {
    display: none;
  }
}

.get__header-search__wrapper {
  display: none;
  position: relative;
  width: 100%;
}
.get__header-search__wrapper .is-form-style.is-form-style-3 input.is-search-input {
  border: 0 !important;
}
@media (max-width: 768px) {
  .get__header-search__wrapper {
    position: absolute;
    width: calc(100vw - 202px);
    width: 174px;
    right: 12px;
    left: 12px;
    background: white;
  }
  .get__header-search__wrapper .is-form-style.is-form-style-3 input.is-search-input {
    border: 0 !important;
  }
}
.get__header-search__wrapper.activated {
  display: block;
}

.get-search {
  display: block;
  width: 100%;
}

.get__header-menu .menu-item-has-children {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 50px;
}
.get__header-menu .menu-item-has-children:hover > a {
  color: #0c4da2;
}
.get__header-menu .menu-item-has-children:hover > a svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.get__header-menu .menu-item-has-children:hover > a svg path {
  fill: #0c4da2;
}
.get__header-menu .menu-item-has-children:hover .sub-menu-wrapper {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.78, 0.77, 0.74, 1.15);
  transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.78, 0.77, 0.74, 1.15);
  -o-transition: transform 0.5s cubic-bezier(0.78, 0.77, 0.74, 1.15), opacity 0.5s ease;
  transition: transform 0.5s cubic-bezier(0.78, 0.77, 0.74, 1.15), opacity 0.5s ease;
  transition: transform 0.5s cubic-bezier(0.78, 0.77, 0.74, 1.15), opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.78, 0.77, 0.74, 1.15);
}
.get__header-menu .menu-item-has-children > a {
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  padding-right: 28px !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.get__header-menu .submenu-toggle {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.get__header-menu .submenu-toggle svg {
  width: 16px;
  height: 16px;
}
.get__header-menu .submenu-toggle svg path {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.get__header-menu .sub-menu-wrapper {
  display: none;
  position: absolute;
  left: calc((100% - 648px) / 2);
  top: 51px;
  background-color: #FFFFFF;
  width: 100vw;
  z-index: 1;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(1, 0.15, 1, 0.01);
  transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(1, 0.15, 1, 0.01);
  -o-transition: transform 0.3s cubic-bezier(1, 0.15, 1, 0.01), opacity 0.3s ease;
  transition: transform 0.3s cubic-bezier(1, 0.15, 1, 0.01), opacity 0.3s ease;
  transition: transform 0.3s cubic-bezier(1, 0.15, 1, 0.01), opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(1, 0.15, 1, 0.01);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  width: 648px;
}
.get__header-menu .sub-menu-wrapper ul {
  width: 648px;
  max-width: 100%;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  display: block;
  position: relative;
}
.get__header-menu .sub-menu-wrapper ul:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #0f1010;
  -webkit-transform: translateX(-324px);
      -ms-transform: translateX(-324px);
          transform: translateX(-324px);
  z-index: 1;
}
.get__header-menu .sub-menu-wrapper ul li {
  padding: 2px 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.get__header-menu .sub-menu-wrapper ul li.menu-category {
  margin-bottom: 16px;
}
.get__header-menu .sub-menu-wrapper ul li.menu-category a {
  text-transform: uppercase;
}
.get__header-menu .sub-menu-wrapper ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.03em;
  color: #0f1010;
  text-transform: none;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.get__header-menu .sub-menu-wrapper ul li a:hover {
  color: #ff7239;
}
.get__header-menu .sub-menu-wrapper ul li a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ff7239;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.get__header-menu .sub-menu-wrapper:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #0f1010;
  top: 0;
  left: 3px;
  left: calc(-1 * (100vw - 648px) / 2 - 6px);
  width: 100vw;
  height: 100%;
  background-color: #FFFFFF;
}
.get__header-menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 47px;
  margin: 0;
  padding: 0;
}
.get__header-menu ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0f1010;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.get__header-menu ul li a:hover {
  color: #0c4da2;
}
.get__header-menu ul li a:hover:after {
  width: 100%;
}

.get__header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.get__header-search.activated img:first-child {
  display: none;
}
.get__header-search.activated img:last-child {
  display: block;
}
.get__header-search img:first-child {
  display: block;
}
.get__header-search img:last-child {
  display: none;
}
.get__header-search a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #0f1010;
  border-right: 1px solid #0f1010;
}

.get__header-cart {
  margin-left: -1px;
}
.get__header-cart a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #0f1010;
  border-right: 1px solid #0f1010;
  gap: 2px;
}
.get__header-cart a span {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0f1010;
}

.get__header-burger__wrapper {
  border-right: 1px solid #0f1010;
  display: none;
}
@media (max-width: 768px) {
  .get__header-burger__wrapper {
    display: block;
  }
}
.get__header-burger__wrapper .get__header-burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
.get__header-burger__wrapper .get__header-burger.activated svg path {
  stroke: transparent;
  fill: #ee1c25;
}
.get__header-burger__wrapper .get__header-burger.activated svg:nth-child(1) {
  display: none;
}
.get__header-burger__wrapper .get__header-burger.activated svg:nth-child(2) {
  display: block;
}
.get__header-burger__wrapper .get__header-burger svg {
  width: 24px;
  height: 24px;
}
.get__header-burger__wrapper .get__header-burger svg path {
  stroke: #ee1c25;
}
.get__header-burger__wrapper .get__header-burger svg:nth-child(2) {
  display: none;
}

.get__header-menu__mobile {
  position: fixed;
  top: 51px;
  min-height: 100dvh;
  background-color: #FFFFFF;
  width: 100vw;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}
.get__header-menu__mobile .menu__mobile {
  list-style: none;
  margin: 0;
  padding: 0 14px;
}
.get__header-menu__mobile .menu__mobile > li {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #0f1010;
}
.get__header-menu__mobile .menu__mobile > li .submenu-toggle {
  width: 16px;
  height: 16px;
}
.get__header-menu__mobile .menu__mobile > li .submenu-toggle.activated svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.get__header-menu__mobile .menu__mobile > li .submenu-toggle.activated svg path {
  fill: #0c4da2;
}
.get__header-menu__mobile .menu__mobile > li.activated a {
  color: #0c4da2;
}
.get__header-menu__mobile .menu__mobile > li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0f1010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.get__header-menu__mobile .menu__mobile > li a + .sub-menu-wrapper.activated {
  color: #0c4da2;
}
.get__header-menu__mobile .menu__mobile > li .sub-menu-wrapper {
  display: none;
}
.get__header-menu__mobile .menu__mobile > li .sub-menu-wrapper.activated {
  display: block;
}
.get__header-menu__mobile .menu__mobile > li .sub-menu-wrapper .sub-menu {
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
}
.get__header-menu__mobile .menu__mobile > li .sub-menu-wrapper .sub-menu li:not(.menu-category) {
  padding-left: 16px;
}
.get__header-menu__mobile .menu__mobile > li .sub-menu-wrapper .sub-menu li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.03em;
  color: #0f1010;
  text-transform: none;
  padding-top: 6px;
  padding-bottom: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.get__header-menu__mobile .menu__mobile > li .sub-menu-wrapper .sub-menu li.menu-category {
  position: relative;
  margin-bottom: 14px;
}
.get__header-menu__mobile .menu__mobile > li .sub-menu-wrapper .sub-menu li.menu-category:not(:first-child) {
  padding-top: 18px;
  margin-top: 18px;
}
.get__header-menu__mobile .menu__mobile > li .sub-menu-wrapper .sub-menu li.menu-category:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0f1010;
}
.get__header-menu__mobile .menu__mobile > li .sub-menu-wrapper .sub-menu li.menu-category a {
  text-transform: uppercase;
}
.get__header-menu__mobile.activated {
  display: block;
}

/**/
.is-ajax-search-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}

.is-ajax-search-posts > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 33px);
          flex: 0 0 calc(50% - 33px);
}

@media screen and (max-width: 992px) {
  .is-ajax-search-posts > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.is-ajax-search-details .is-title a,
.is-ajax-search-post .is-title a {
  font-family: "Geist Mono", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f1010;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.is-ajax-search-details .is-title a:hover,
.is-ajax-search-post .is-title a:hover {
  text-decoration: none;
  color: #000000;
}

.is-search-sections .thumbnail img {
  float: left;
  max-width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.is-search-sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.is-ajax-search-result .is-ajax-search-post:hover,
.is-ajax-search-result .is-show-more-results:hover,
.is-ajax-search-tags-details > div:hover,
.is-ajax-search-categories-details > div:hover {
  background: #fff;
}

.is-ajax-search-result .right-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.is-ajax-search-result .right-section .is-title {
  margin-bottom: 12px;
}

.is-search-sections .meta {
  margin: 0;
}

.is-search-sections .meta > div {
  margin: 0;
}

div.is-ajax-search-details, div.is-ajax-search-result {
  /*background: #fff;*/
}

.is-form-style input.is-search-input {
  height: 50px;
}

.is-ajax-search-details {
  display: none !important;
}

.is-form-style input.is-search-submit, .is-search-icon {
  background-color: transparent !important;
  border: 0 !important;
}

.is-search-icon svg {
  width: 24px;
  display: inline;
}

.is-form-style button.is-search-submit {
  cursor: pointer;
}

.get__footer-wrapper {
  border-top: 1px solid #0f1010;
}

.get__footer-club {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .get__footer-club {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .get__footer-club {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.get__footer-club__description p {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #0f1010;
}
@media (max-width: 768px) {
  .get__footer-club__description p {
    font-size: 18px;
    line-height: 122%;
  }
}

.get__footer-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 992px) {
  .get__footer-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 50%;
    position: relative;
  }
  .get__footer-col.get__footer-col1, .get__footer-col.get__footer-col3 {
    border-right: 1px solid #0f1010;
  }
  .get__footer-col.get__footer-col3 {
    padding-left: 0;
  }
  .get__footer-col:not(.get__footer-col1, .get__footer-col2, .get__footer-col4):before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #0f1010;
    top: 0;
    bottom: 0;
    left: -20px;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .get__footer-col:not(.get__footer-col1, .get__footer-col2, .get__footer-col4):before {
    left: -12px;
  }
}
@media (max-width: 768px) {
  .get__footer-col {
    padding: 24px 0 !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border: none !important;
  }
  .get__footer-col.get__footer-col2:before, .get__footer-col.get__footer-col4:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #0f1010;
    top: 0;
    bottom: 0;
    left: calc((50vw - 50%) * -1);
    right: 0;
    margin: 0 auto;
  }
}

.get__footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .get__footer-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.get__footer-col1 {
  padding-right: 24px;
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .get__footer-col1 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.get__footer-col1,
.get__footer-col2,
.get__footer-col3 {
  border-right: 1px solid #0f1010;
}
@media (max-width: 992px) {
  .get__footer-col1,
  .get__footer-col2,
  .get__footer-col3 {
    border-right: none;
  }
}

.get__footer-col2,
.get__footer-col3,
.get__footer-col4 {
  padding-left: 24px;
  padding-right: 24px;
}

.get__footer-menu__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #909297;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .get__footer-menu__title {
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    text-align: center;
    margin-bottom: 12px;
  }
}

.get__footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .get__footer-menu ul {
    text-align: center;
  }
}
.get__footer-menu ul li:not(:last-child) {
  margin-bottom: 8px;
}
.get__footer-menu ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.05em;
  color: #0f1010;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.get__footer-menu ul li a:hover {
  color: #0c4da2;
}

@media (max-width: 768px) {
  .get__footer-menu__contacts {
    text-align: center;
  }
}
.get__footer-menu__contacts .get__footer-phone {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .get__footer-menu__contacts .get__footer-phone {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.get__footer-menu__contacts .get__footer-phone a {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #0f1010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.get__footer-menu__contacts .get__footer-phone span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #909297;
}
.get__footer-menu__contacts .get__footer-email {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.03em;
  color: #0f1010;
}

.get__footer-content__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-top: 18px;
  padding-bottom: 18px;
  border-right: 1px solid #0f1010;
}
@media (max-width: 768px) {
  .get__footer-content__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-right: none;
    padding: 20px 0;
  }
}
.get__footer-content__logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.get__footer-content__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 24px;
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .get__footer-content__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .get__footer-content__info:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #0f1010;
    top: 0;
    bottom: 0;
    left: -12px;
  }
}

.get__footer-phone {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.get__footer-phone a {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #0f1010;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.get__footer-phone a:hover {
  color: #0c4da2;
}

.get__footer-email a {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #0f1010;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.get__footer-email a:hover {
  color: #0c4da2;
}

.get__footer-copyright__wrapper {
  border-top: 1px solid #0f1010;
}

.get__footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .get__footer-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.get__footer-copyright {
  padding: 16px 0;
  min-height: 52px;
}

.main__hero {
  display: grid;
  height: 100%;
  grid-template-columns: 50% 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .main__hero {
    grid-template-columns: 100%;
  }
}

.main__hero-col1 {
  position: relative;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}

.main__hero-col2 {
  position: relative;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}

.main__hero-left {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .main__hero-left {
    padding-top: 40px;
    padding-bottom: 40px;
    height: 562px;
    min-height: unset !important;
  }
}

.main__hero-text {
  padding-left: calc((100vw - 1296px) / 2);
  padding-right: 108px;
  max-width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 1342px) {
  .main__hero-text {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .main__hero-text {
    padding-right: 20px;
  }
}
.main__hero-text h1 {
  margin-top: 0;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 91%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 992px) {
  .main__hero-text h1 {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .main__hero-text h1 {
    font-size: 48px;
    margin-bottom: 8px;
  }
}
.main__hero-text p {
  margin-top: 8px;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
}
@media (max-width: 768px) {
  .main__hero-text p {
    font-size: 18px;
  }
}

.main__hero-right {
  position: relative;
  height: 100svh;
  padding: 36px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .main__hero-right {
    padding: 36px 20px;
  }
}
@media (max-width: 768px) {
  .main__hero-right {
    height: 562px;
    min-height: unset !important;
  }
}

.main__form {
  padding-left: calc((100vw - 1296px) / 2);
  padding-right: 108px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .main__form .wpcf7-not-valid-tip {
    font-size: 12px;
  }
}
@media (max-width: 1342px) {
  .main__form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .main__form {
    width: 100%;
  }
}
.main__form form input:not([type=submit]) {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #a2a3a4;
  padding: 15px;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #0f1010;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.main__form form input:not([type=submit]).wpcf7-not-valid {
  border: 1px solid red;
}
.main__form form input:not([type=submit])::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #a2a3a4;
}
.main__form form input:not([type=submit])::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #a2a3a4;
}
.main__form form input:not([type=submit]):-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #a2a3a4;
}
.main__form form input:not([type=submit])::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #a2a3a4;
}
.main__form form input:not([type=submit])::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #a2a3a4;
}
@media (max-width: 768px) {
  .main__form form input:not([type=submit]) {
    font-size: 14px;
    padding: 10px 15px;
  }
  .main__form form input:not([type=submit])::-webkit-input-placeholder {
    font-size: 14px;
  }
  .main__form form input:not([type=submit])::-moz-placeholder {
    font-size: 14px;
  }
  .main__form form input:not([type=submit]):-ms-input-placeholder {
    font-size: 14px;
  }
  .main__form form input:not([type=submit])::-ms-input-placeholder {
    font-size: 14px;
  }
  .main__form form input:not([type=submit])::placeholder {
    font-size: 14px;
  }
}
.main__form form input[type=submit] {
  border: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #0c4da2;
  padding: 15px 24px;
  width: 540px;
  max-width: 100%;
  height: 47px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .main__form form input[type=submit] {
    width: 100%;
  }
}

.main__catalog-image {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .main__catalog-image {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.main__catalog-image img {
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 768px) {
  .section__catalog-title h1 {
    margin-top: 40px;
    margin-bottom: 32px;
  }
}

.catalog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .catalog__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.catalog__filter {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
@media (max-width: 768px) {
  .catalog__filter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.catalog__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}
@media (max-width: 768px) {
  .catalog__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.catalog__filter-title {
  display: none;
}
.catalog__filter-title span {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #0f1010;
}
@media (max-width: 768px) {
  .catalog__filter-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding: 12px;
    border-top: 1px solid #0f1010;
    border-left: 1px solid #0f1010;
    border-right: 1px solid #0f1010;
    width: calc(100% - 2px);
  }
}
@media (max-width: 576px) {
  .catalog__filter-title {
    width: calc(100% - 1px);
  }
}

.catalog__filter-block {
  padding: 12px;
  margin-top: -1px;
  margin-right: -1px;
  border: 1px solid #0f1010;
}
@media (max-width: 768px) {
  .catalog__filter-block {
    display: none;
    width: calc(100% - 1px);
  }
  .catalog__filter-block.activated {
    display: block;
  }
}

.catalog__content-filter__wrapper {
  border: 1px solid #0f1010;
  margin-top: -1px;
  width: calc(100% - 2px);
}
@media (max-width: 768px) {
  .catalog__content-filter__wrapper {
    width: calc(100% - 1px);
    padding: 12px;
  }
}

.catalog__content-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.catalog__content-filter .filter__clear a {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.03em;
  color: #0f1010;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.catalog__content-filter .filter__clear a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #0f1010;
  bottom: -3px;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.catalog__content-filter .filter__clear a:hover:before {
  width: 0;
}
.catalog__content-filter .filter__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.catalog__content-filter .filter__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 8px;
  background: #0f1010;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
}
.catalog__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.catalog__cards.catalog__cards_search .catalog__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
@media (max-width: 768px) {
  .catalog__cards.catalog__cards_search .catalog__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
  }
}
@media (max-width: 576px) {
  .catalog__cards.catalog__cards_search .catalog__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.catalog__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  border: 1px solid #0f1010;
  margin-right: -1px;
  margin-top: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 576px) {
  .catalog__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.catalog__card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.catalog__card-link:hover .catalog__card-title {
  color: #0c4da2;
}

.catalog__card-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 54/64;
}

.catalog__card-info {
  padding: 16px;
  border-top: 1px solid #0f1010;
  border-bottom: 1px solid #0f1010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
@media (max-width: 576px) {
  .catalog__card-info {
    padding: 12px;
  }
}

.catalog__card-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #909297;
  margin-bottom: 8px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .catalog__card-title {
    font-size: 12px;
    line-height: 133%;
  }
}
.catalog__card-title a {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #909297;
  margin-bottom: 8px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .catalog__card-title a {
    font-size: 12px;
    line-height: 133%;
  }
}
.catalog__card-title a:hover {
  color: #0c4da2;
}

.catalog__card-price {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f1010;
}

.catalog__card-cart a {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #0f1010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 576px) {
  .catalog__card-cart a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.catalog__card-cart a:hover {
  color: #fff;
  background: #0c4da2;
}

.catalog__pagination {
  margin-top: 56px;
  margin-bottom: 90px;
}

.woo__pagination {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .woo__pagination {
    margin-bottom: 40px;
  }
}

.woocommerce-pagination ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-pagination ul.page-numbers li {
  border: 1px solid #0f1010;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1px;
}
.woocommerce-pagination ul.page-numbers li span.page-numbers.current {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  background: #0c4da2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 16px;
  width: 40px;
  height: 40px;
  border: 1px solid #0f1010;
}
.woocommerce-pagination ul.page-numbers li a.page-numbers {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #0f1010;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .wpc-custom-selected-terms:not(.wpc-show-on-mobile),
  .wpc-edit-filter-set,
  .wpc_show_bottom_widget .widget_wpc_selected_filters_widget,
  .wpc_show_bottom_widget .wpc-filters-widget-content .wpc-filter-set-widget-title,
  .wpc_show_bottom_widget .wpc-filters-main-wrap .widget-title,
  .wpc_show_bottom_widget .wpc-filters-widget-wrapper .wpc-filter-layout-submit-button,
  .wpc_show_bottom_widget .wpc-posts-found,
  body.wpc_show_bottom_widget .wpc-open-close-filters-button,
  body.wpc_show_open_close_button .wpc-filters-widget-content:not(.wpc-opened) {
    display: block !important;
  }
}

.wpc-custom-selected-terms ul.wpc-filter-chips-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 768px) {
  .wpc-filter-chips-list li,
  body .wpc-filter-chips-list li.wpc-filter-chip,
  li.wpc-filter-chip {
    margin: 0 !important;
  }
}

.wpc-custom-selected-terms ul.wpc-filter-chips-list {
  margin: 0;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
@media (max-width: 768px) {
  .wpc-custom-selected-terms ul.wpc-filter-chips-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.wpc-filter-chip {
  background: #0f1010;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  border-radius: 0;
  margin-top: 16px !important;
  margin-bottom: 16px !important;
  padding: 8px 12px !important;
}
.wpc-filter-chip a {
  border-radius: 0;
}
.wpc-filter-chip a .wpc-chip-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpc-filters-section {
  margin-bottom: 1.5em;
  position: relative;
  border-bottom: 1px solid #0f1010;
}

.wpc-filters-main-wrap li.wpc-term-item a {
  color: #0f1010 !important;
}

body .wpc-filter-chips-list li.wpc-chip-reset-all a {
  border-color: transparent !important;
}

.wpc-filter-chips-list a,
body .wpc-filter-chips-list li.wpc-filter-chip a {
  color: white !important;
}

.wpc-chip-remove-icon {
  font-size: 20px;
}

.wpc-filter-chips-list a, body .wpc-filter-chips-list li.wpc-filter-chip a {
  padding: 0 !important;
}

.partner__form {
  margin: 0 auto;
  width: 648px;
  max-width: calc(100% - 24px);
  background-color: #FFFFFF;
  position: relative;
  padding: 40px 54px 16px 54px;
}
@media (max-width: 768px) {
  .partner__form {
    padding: 24px 24px 16px 24px;
  }
}

.partner__form-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 106%;
  text-align: center;
  color: #0f1010;
  font-family: "Roboto Flex", sans-serif;
  margin-bottom: 32px;
}

.section__product {
  margin-top: 32px;
  position: relative;
  z-index: 1;
}

.product__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 800px) {
  .product__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product__slider-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 800px) {
  .product__slider-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 24px;
  }
}

.product__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #0f1010;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product__slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product__slider .slick-prev {
  cursor: pointer;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .product__slider .slick-prev {
    position: absolute;
    left: 0;
    width: 32px;
    height: 32px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.product__slider .slick-next {
  cursor: pointer;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
}
@media (max-width: 768px) {
  .product__slider .slick-next {
    right: 0;
    position: absolute;
    left: unset;
    bottom: unset;
    z-index: 10;
    width: 32px;
    height: 32px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.product__slider .slider-nav {
  width: 108px;
  position: relative;
}
@media (max-width: 768px) {
  .product__slider .slider-nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}
.product__slider .slider-nav .slick-slide {
  position: relative;
  border: 1px solid transparent;
}
.product__slider .slider-nav .slick-slide.slick-current::after {
  border: 1px solid rgba(16, 16, 16, 0.1);
  background: transparent;
}
.product__slider .slider-nav .slick-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(16, 16, 16, 0.1);
  background: rgba(16, 16, 16, 0.1);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}
.product__slider .slider-nav img {
  cursor: pointer;
  height: 125px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .product__slider .slider-nav img {
    height: 108px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.product__slider .slider-for {
  width: calc(100% - 108px);
  overflow: hidden;
}
@media (max-width: 768px) {
  .product__slider .slider-for {
    width: 100%;
  }
}
.product__slider .slider-for .product-img--main {
  position: relative;
}
.product__slider .slider-for .product__slider-actions {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 100;
}
.product__slider .slider-for .product__slider-actions .product__slider-actions__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
}
.product__slider .slider-for img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 635px;
}
@media (max-width: 768px) {
  .product__slider .slider-for img {
    height: auto;
  }
}

.product__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 24px;
}
@media (max-width: 800px) {
  .product__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
  }
}

.product__sku * {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #909297;
}
@media (max-width: 800px) {
  .product__sku * {
    font-size: 12px;
    line-height: 133%;
  }
}

.product__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 106%;
  color: #0f1010;
  margin-top: 8px;
  margin-bottom: 8px;
  text-transform: none;
}
@media (max-width: 800px) {
  .product__title {
    font-size: 24px;
    line-height: 117%;
  }
}

.product__description {
  max-width: 100%;
  margin-bottom: 24px;
}

.ss__tags {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.ss__tags .ss__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.ss__tags .ss__tag .ss__tag-title {
  font-family: "Geist Mono", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f1010;
}
.ss__tags .ss__tag .ss__tag-text {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0f1010;
}

.product__description * {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #909297;
  font-family: "Roboto Flex", sans-serif;
}
@media (max-width: 800px) {
  .product__description * {
    font-size: 14px;
    line-height: 157%;
  }
}

.btn__callback {
  display: none;
}
.btn__callback.sport-servis {
  display: block;
}

.variation__cart.sport-servis .price {
  display: none;
}
.variation__cart.sport-servis .woocommerce-variation-add-to-cart {
  display: none;
}
.variation__cart .variations_form table.variations tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.variation__cart .variations_form table.variations tr:not(:last-child) {
  margin-bottom: 16px;
}
.variation__cart .variations_form table.variations th.label {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f1010;
}
.variation__cart .variations_form table.variations td.value select {
  padding: 12px 32px 12px 16px;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 9.50018L12.5 14.5002L17.5 9.50018L7.5 9.50018Z' fill='%230F1010' /%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 8px top 50%, 0 0;
  background-size: 24px auto, 100%;
}
.variation__cart .reset_variations {
  padding-left: 12px;
  color: #0f1010;
}
.variation__cart button.single_add_to_cart_button {
  padding: 15px 50px;
  width: 100%;
  max-width: 100%;
  height: 47px;
  background: #0c4da2;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border: 0;
  border-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.variation__cart .price {
  margin-bottom: 12px;
}
.variation__cart span * {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f1010;
}
@media (max-width: 800px) {
  .variation__cart span * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.variation__cart .woocommerce-variation.single_variation {
  margin-top: 12px;
}
.variation__cart .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 12px;
}
.variation__cart .quantity {
  border: 1px solid #0f1010;
  padding: 2px 8px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.variation__cart .quantity .qty-minus {
  cursor: pointer;
}
.variation__cart .quantity input.qty {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #0f1010;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 30px;
  text-align: center;
  -moz-appearance: textfield;
  border-width: 0;
  border-style: inset;
}
.variation__cart .quantity input.qty::-webkit-outer-spin-button, .variation__cart .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.variation__cart .quantity .qty-plus {
  cursor: pointer;
}
.variation__cart .table__size a {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.03em;
  color: #0f1010;
  position: relative;
}
.variation__cart .table__size a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #0f1010;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.product__add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 800px) {
  .product__add-to-cart {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 16px;
  }
}
.product__add-to-cart .price * {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f1010;
}
@media (max-width: 800px) {
  .product__add-to-cart .price * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.product__add-to-cart .quantity {
  border: 1px solid #0f1010;
  padding: 2px 8px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.product__add-to-cart .quantity .qty-minus {
  cursor: pointer;
}
.product__add-to-cart .quantity input.qty {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #0f1010;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 30px;
  text-align: center;
  -moz-appearance: textfield;
}
.product__add-to-cart .quantity input.qty::-webkit-outer-spin-button, .product__add-to-cart .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product__add-to-cart .quantity .qty-plus {
  cursor: pointer;
}
.product__add-to-cart .table__size a {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.03em;
  color: #0f1010;
  position: relative;
}
.product__add-to-cart .table__size a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #0f1010;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.table__size a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.03em;
  color: #0f1010;
  position: relative;
  margin-top: 24px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.table__size a:hover {
  color: #ff7239;
}
.table__size a:hover:before {
  width: 0;
}
.table__size a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #0f1010;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.section__product-info {
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 80px;
  border-top: 1px solid #0f1010;
}
@media (max-width: 800px) {
  .section__product-info {
    padding-top: 0;
    padding-bottom: 48px;
  }
}

.product__tabs-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 800px) {
  .product__tabs-navs {
    display: none;
  }
}
.product__tabs-navs:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background: #0f1010;
  bottom: 0;
  left: calc((50vw - 50% + 4px) * -1);
  right: 0;
  margin: 0 auto;
}

.product__tabs-nav__mobile {
  display: none;
  margin-top: 20px;
}
.product__tabs-nav__mobile.active a {
  background: #0f1010;
  color: #fff;
}
.product__tabs-nav__mobile.active a:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13V12H18V13H5Z' fill='white' /%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  right: 16px;
}
.product__tabs-nav__mobile a {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f1010;
  padding: 10px 16px;
  background: #ecedf0;
  border: 1px solid #0f1010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.product__tabs-nav__mobile a:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13V12H11V6H12V12H18V13H12V19H11V13H5Z' fill='%230F1010' /%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  right: 16px;
}
@media (max-width: 800px) {
  .product__tabs-nav__mobile {
    display: block;
  }
}

.product__tabs-nav.active a {
  color: #fff;
  background: #0f1010;
}
.product__tabs-nav a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 252px;
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #0f1010;
  border: 1px solid #0f1010;
  padding: 6px 0px;
  min-height: 30px;
  background: #ecedf0;
  margin-left: -1px;
}
.product__tabs-content {
  margin-top: 40px;
  width: 756px;
  max-width: 100%;
}
.product__tabs-content h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 106%;
  color: #0f1010;
  margin-bottom: 24px;
}
@media (max-width: 800px) {
  .product__tabs-content h2 {
    font-size: 24px;
    line-height: 117%;
    margin-bottom: 20px;
  }
}
.product__tabs-content p + h2 {
  margin-top: 24px;
}
.product__tabs-content h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #0f1010;
  margin-bottom: 12px;
}
@media (max-width: 800px) {
  .product__tabs-content h3 {
    font-size: 18px;
    line-height: 122%;
  }
}
.product__tabs-content * {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #909297;
}
@media (max-width: 800px) {
  .product__tabs-content * {
    font-size: 14px;
    line-height: 157%;
  }
}
.product__tabs-content p:not(:last-child) {
  margin-bottom: 12px;
}

.product__tabs-item {
  display: none;
}
.product__tabs-item.active {
  display: block;
}

.product-img--main__image {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.mfp-wrap figcaption {
  display: none !important;
}

.wp-block-woocommerce-cart-items-block .wc-block-components-product-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f1010;
}
.wp-block-woocommerce-cart-items-block .wc-block-components-formatted-money-amount {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f1010;
}

.ss-cart__title h1 {
  position: relative;
  font-weight: 500;
  font-size: 48px;
  line-height: 104%;
  color: #0f1010;
  text-transform: unset;
  font-family: "Roboto Flex", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .ss-cart__title h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 112%;
    color: #0f1010;
    margin-bottom: 20px;
  }
}
.ss-cart__title h1 span {
  font-weight: 500;
  font-size: 48px;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
  color: #0f1010;
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 768px) {
  .ss-cart__title h1 span {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    color: #0f1010;
  }
}

.ss__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .ss__cart {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 64px;
  }
}
.ss__cart h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 106%;
  color: #0f1010;
  font-family: "Roboto Flex", sans-serif;
  margin-bottom: 24px;
}

.ss__cart-table__content-attributes select {
  padding: 2px 0;
  height: 28px;
  border-radius: 0;
  margin-bottom: 12px;
  border: 1px solid #0f1010;
  font-size: 14px;
}
@media (max-width: 768px) {
  .ss__cart-table__content-attributes select {
    font-size: 10px;
  }
}

.ss__cart-total {
  display: block;
  padding-left: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 724px);
          flex: 0 0 calc(100% - 724px);
}
@media (max-width: 992px) {
  .ss__cart-total {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .ss__cart-total {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
}
@media (max-width: 576px) {
  .ss__cart-total {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.ss__cart-table {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 724px;
          flex: 1 1 724px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .ss__cart-table {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
  }
}
.ss__cart-table .ss__cart-table__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .ss__cart-table .ss__cart-table__header {
    display: none;
  }
}
.ss__cart-table .ss__cart-table__header-thumbnail {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #909297;
}
.ss__cart-table .ss__cart-table__header-subtotal {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #909297;
  margin-left: auto;
  margin-right: 142px;
}
.ss__cart-table .ss__cart-table__content {
  border-left: 1px solid #0f1010;
  border-right: 1px solid #0f1010;
  margin-right: auto;
}
.ss__cart-table .ss__cart-table__content-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 724px;
          flex: 1 1 724px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid #0f1010;
}
.ss__cart-table .ss__cart-table__content-item:first-child {
  border-top: 1px solid #0f1010;
}
.ss__cart-table .ss__cart-table__content-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 88px;
          flex: 0 0 88px;
}
.ss__cart-table .ss__cart-table__content-thumbnail img {
  width: 88px;
  height: 88px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ss__cart-table .ss__cart-table__content-meta__content {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.ss__cart-table .ss__cart-table__content-name {
  padding-right: 24px;
}
.ss__cart-table .ss__cart-table__content-name a {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f1010;
}
@media (max-width: 576px) {
  .ss__cart-table .ss__cart-table__content-name a {
    font-size: 12px;
    line-height: 133%;
  }
}
.ss__cart-table .ss__cart-table__content-quantity .quantity {
  border: 1px solid #0f1010;
  padding: 2px 8px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.ss__cart-table .ss__cart-table__content-quantity .quantity .qty-minus {
  cursor: pointer;
}
.ss__cart-table .ss__cart-table__content-quantity .quantity input.qty {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #0f1010;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 30px;
  text-align: center;
  -moz-appearance: textfield;
  border-width: 0;
  border-style: inset;
}
.ss__cart-table .ss__cart-table__content-quantity .quantity input.qty::-webkit-outer-spin-button, .ss__cart-table .ss__cart-table__content-quantity .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ss__cart-table .ss__cart-table__content-quantity .quantity .qty-plus {
  cursor: pointer;
}
.ss__cart-table .ss__cart-table__content-wrap {
  display: contents;
}
@media (max-width: 768px) {
  .ss__cart-table .ss__cart-table__content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ss__cart-table .ss__cart-table__content-subtotal {
  margin-left: 0;
  position: absolute;
  bottom: 16px;
  right: 16px;
  margin-right: 0;
}
.ss__cart-table .ss__cart-table__content-subtotal * {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f1010;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .ss__cart-table .ss__cart-table__content-subtotal * {
    font-size: 12px;
    line-height: 133%;
  }
}
@media (max-width: 768px) {
  .ss__cart-table .ss__cart-table__content-subtotal {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    margin-left: auto;
  }
}
.ss__cart-table .ss__cart-table__content-remove {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .ss__cart-table .ss__cart-table__content-remove {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto;
    position: absolute;
    top: 16px;
    right: 16px;
  }
}
.ss__cart-table .ss__cart-table__update {
  display: none;
}

.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: var(--wc-red) !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.woocommerce a.remove svg path {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.woocommerce a.remove:hover {
  color: #fff !important;
  background: none !important;
}
.woocommerce a.remove:hover svg path {
  fill: red !important;
}

.ss__cart-totals__info {
  margin-bottom: 24px;
}
.ss__cart-totals__info .ss__cart-totals__info-subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ss__cart-totals__info .ss__cart-totals__info-subtotal span:first-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #909297;
}
.ss__cart-totals__info .ss__cart-totals__info-subtotal span:last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #0f1010;
}
.ss__cart-totals__info .ss__cart-totals__info-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ss__cart-totals__info .ss__cart-totals__info-total > span {
  display: block;
  font-family: "Roboto Flex", sans-serif;
}
.ss__cart-totals__info .ss__cart-totals__info-total > span:first-child {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #0f1010;
}
.ss__cart-totals__info .ss__cart-totals__info-total > span:last-child {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #0f1010;
}

.section__cart {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .section__cart {
    padding-top: 34px;
  }
}

select.attribute-select, select.variation-select {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #0f1010;
  text-transform: uppercase;
  padding: 2px 8px;
  height: 28px;
}

.form__checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .form__checkout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form__checkout h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 106%;
  color: #0f1010;
  margin-bottom: 24px;
  font-family: "Roboto Flex", sans-serif;
}
.form__checkout label {
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f1010;
  font-family: "Roboto Flex", sans-serif;
}
.form__checkout input[type=radio] {
  width: 20px;
  height: 20px;
  accent-color: #0f1010;
}
.form__checkout input:not([type=number]) {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border: 1px solid #0f1010;
  border-radius: 0;
  padding: 13px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #0f1010;
  font-family: "Roboto Flex", sans-serif;
}
.form__checkout input:not([type=number])::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f1010;
  font-family: "Roboto Flex", sans-serif;
}
.form__checkout input:not([type=number])::-moz-placeholder {
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f1010;
  font-family: "Roboto Flex", sans-serif;
}
.form__checkout input:not([type=number]):-ms-input-placeholder {
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f1010;
  font-family: "Roboto Flex", sans-serif;
}
.form__checkout input:not([type=number])::-ms-input-placeholder {
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f1010;
  font-family: "Roboto Flex", sans-serif;
}
.form__checkout input:not([type=number])::placeholder {
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f1010;
  font-family: "Roboto Flex", sans-serif;
}
.customer__details {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 32px);
          flex: 0 0 calc(50% - 32px);
  padding-right: 32px;
}
@media (max-width: 992px) {
  .customer__details {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.order__review {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(50% - 32px);
          flex: 1 0 calc(50% - 32px);
  padding-left: 32px;
}
@media (max-width: 992px) {
  .order__review {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
  }
}

.woocommerce-checkout-payment {
  background: white !important;
}
.woocommerce-checkout-payment .wc_payment_methods {
  padding: 0 !important;
  border-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.woocommerce-checkout-payment .wc_payment_methods li {
  background: #ecedf0;
  padding: 8px 12px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: static;
}
.woocommerce-checkout-payment .wc_payment_methods li::before {
  display: none !important;
}
.woocommerce-checkout-payment .wc_payment_methods li::after {
  display: none !important;
}
.woocommerce-checkout-payment .wc_payment_methods label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: unset;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0f1010;
}
.woocommerce-checkout-payment .wc_payment_methods label img {
  display: none;
}
.woocommerce-checkout-payment .wc_payment_methods .payment_box {
  display: none !important;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  display: none !important;
}
.woocommerce-checkout-payment .form-row.place-order {
  padding: 0 !important;
}
.woocommerce-checkout-payment #place_order {
  padding: 0 !important;
  width: 100%;
  max-width: 100%;
  height: 47px;
  background: #0c4da2;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 0;
  margin-top: 40px;
}

.wcus-checkout-fields {
  margin-top: 24px;
}
.wcus-checkout-fields * {
  font-family: "Roboto Flex", sans-serif;
}
.wcus-checkout-fields h3 {
  display: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0f1010;
  font-family: "Roboto Flex", sans-serif;
}
.wcus-checkout-fields .zen-ui-select__value {
  border: 1px solid #0f1010;
  border-radius: 0;
  padding: 13px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #0f1010;
}

.woocommerce form .form-row {
  padding: 0 !important;
}

.woocommerce-billing-fields {
  margin-bottom: 32px;
}

.woocommerce-checkout-payment {
  margin-top: 32px;
}

.shipping__methods {
  margin-top: 40px;
}
.shipping__methods label, .shipping__methods label span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0f1010;
  cursor: pointer;
  text-transform: unset;
}
.shipping__methods #shipping_method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.shipping__methods #shipping_method li {
  background: #ecedf0;
  padding: 8px 12px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.shipping__methods #shipping_method li input {
  margin: 0 !important;
}
.shipping__methods #shipping_method li input[type=radio] {
  width: 20px;
  height: 20px;
}

bdi {
  white-space: nowrap;
}

.delivery__wrapper .local__shipping__methods .method__item {
  border: 1px solid #0f1010;
  padding: 16px;
  background: aliceblue;
}

#billing_country_field {
  display: none;
}

.woocommerce-order .back__btn {
  color: #0f1010;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 16px;
  border: 1px solid #0f1010;
  border-radius: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.woocommerce-order .back__btn:hover {
  background-color: #0f1010;
  color: #FFFFFF;
}
.woocommerce-order .woocommerce-notice {
  padding: 16px;
  border: 1px solid #0f1010;
  border-radius: 0;
  margin-bottom: 32px;
}
.woocommerce-order .woocommerce-order-overview {
  margin: 0 !important;
  padding: 16px;
  border: 1px solid #0f1010;
  margin-bottom: 32px !important;
}
.woocommerce-order .woocommerce-order-overview__email {
  display: none;
}
.woocommerce-order .woocommerce-order-details {
  margin-top: 32px !important;
}
.woocommerce-order .woocommerce-order-details__title, .woocommerce-order .woocommerce-column__title {
  margin-bottom: 16px !important;
}
.woocommerce-order .woocommerce-customer-details--email {
  display: none !important;
}
.woocommerce-order .woocommerce-table__product-name a {
  color: #0f1010;
}
.woocommerce-order .woocommerce-column__title {
  display: none;
}

.cart__flyout-header__message {
  display: none;
}

.woocommerce-message a {
  color: #0f1010;
}

.ss__password form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.ss__password input[type=password] {
  border-radius: 0;
  border: 1px solid #0f1010;
  height: 47px;
}
.ss__password input[type=submit] {
  border: 0;
  border-radius: 0;
  height: 47px;
  padding: 15px 50px;
  max-width: 100%;
  background: #0c4da2;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ss__filters-title {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #0f1010;
}
.ss__filters-title a {
  margin-top: 24px;
}

.ss__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  border: 1px solid #0f1010;
  padding: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.ss__filters #clearFilter1, .ss__filters #clearFilter2 {
  background: #0c4da2;
  border: 0;
  color: white;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}

.ss__table-order {
  overflow: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 24px;
  border-top: 1px solid #0f1010;
}
.ss__table-order table {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ss__table-order table th {
  text-align: left;
}

.tab__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
}
.tab__controls .tab__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 8px 16px;
  border: 1px solid #0f1010;
}
.tab__controls .tab__control.active {
  background-color: #0c4da2;
  color: #FFFFFF;
}

.tab__contents .tab__content {
  display: none;
}
.tab__contents .tab__content.active {
  display: block;
}

.section__contacts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.section__contacts-title {
  border-bottom: 1px solid #0f1010;
}
@media (max-width: 768px) {
  .section__contacts-title h1 {
    font-size: 48px;
    line-height: 92%;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.section__contacts {
  height: 100%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.section__contacts:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #0f1010;
  top: 0;
  bottom: 0;
  left: calc((50vw - 50% - 1px) * -1);
  right: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section__contacts:before {
    content: none;
  }
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media (max-width: 768px) {
  .contacts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contacts h2 {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 106%;
  color: #0f1010;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .contacts h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.contacts h3 {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #0f1010;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .contacts h3 {
    font-size: 18px;
  }
}

.contacts__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .contacts__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 32px 0;
  }
}

.contacts__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .contacts__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 32px 0;
    position: relative;
  }
  .contacts__right:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #0f1010;
    top: 0;
    bottom: 0;
    left: -12px;
    right: 0;
    margin: 0 auto;
  }
}

.time__working {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.time__working-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.time__working-day {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f1010;
}

.time__working-time {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #909297;
}

.contacts__callback-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.contacts__callback.contacts__callback--colored a {
  color: #ff7239;
  font-weight: 600;
}
.contacts__callback a {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.02em;
  color: #0f1010;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contacts__callback a:hover {
  color: #0c4da2;
}

.contacts__callback-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.contacts__callback-group a:hover svg path {
  fill: #ff7239;
}
.contacts__callback-group a svg path {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.section__application {
  padding-top: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid #0f1010;
}
@media (max-width: 768px) {
  .section__application {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .section__application:nth-child(even) .application__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
    margin-top: 24px;
  }
}
.section__application:last-child {
  border-bottom: none;
}
.section__application h1 {
  margin-top: 0;
}
@media (max-width: 768px) {
  .section__application h1 {
    font-size: 48px;
    line-height: 92%;
    margin-bottom: 32px;
  }
}
.section__application h2 {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 106%;
  color: #0f1010;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .section__application h2 {
    font-size: 24px;
    line-height: 117%;
    margin-bottom: 20px;
  }
}
.section__application p {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #909297;
  margin-bottom: 12px;
}
.section__application p:last-child {
  margin-bottom: 0;
}

.application__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .application__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.application__block.application__block--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.application__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .application__left {
    padding-right: 0;
    margin-bottom: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .application__left img {
    width: 100%;
  }
}

.application__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 768px) {
  .application__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .application__right img {
    width: 100%;
  }
}

.section__return-title {
  border-bottom: 1px solid #0f1010;
}
@media (max-width: 768px) {
  .section__return-title h1 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.section__return {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .section__return {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}
.section__return .return {
  width: 756px;
  max-width: 100%;
}
.section__return .return * {
  font-family: "Roboto Flex", sans-serif;
}
.section__return .return p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0f1010;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .section__return .return p {
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
  }
}
.section__return .return p:last-child {
  margin-bottom: 0;
}

.section__about {
  padding-top: 56px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .section__about {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}
.section__about h1 {
  margin-top: 0;
}
@media (max-width: 768px) {
  .section__about h1 {
    font-size: 48px;
    line-height: 92%;
  }
}
.section__about p {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #909297;
  margin-bottom: 12px;
}
.section__about p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .section__about p {
    font-size: 14px;
    line-height: 157%;
  }
}

.about__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .about__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
}

.about__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 992px) {
  .about__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.section__delivery-payment__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.section__delivery-payment__title {
  border-bottom: 1px solid #0f1010;
}
@media (max-width: 768px) {
  .section__delivery-payment__title h1 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.section__delivery-payment {
  height: 100%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.section__delivery-payment:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #0f1010;
  top: 0;
  bottom: 0;
  left: calc((50vw - 50% - 2px) * -1);
  right: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section__delivery-payment:before {
    content: none;
  }
}

.delivery-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media (max-width: 768px) {
  .delivery-payment {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.delivery-payment h2 {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 106%;
  color: #0f1010;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .delivery-payment h2 {
    font-size: 24px;
    line-height: 117%;
    margin-bottom: 20px;
  }
}
.delivery-payment h3 {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #0f1010;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .delivery-payment h3 {
    font-size: 18px;
    line-height: 122%;
  }
}

.delivery-payment__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .delivery-payment__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 32px 0;
  }
}

.delivery-payment__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .delivery-payment__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 32px 0;
    position: relative;
  }
  .delivery-payment__right:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #0f1010;
    top: 0;
    bottom: 0;
    left: -12px;
    right: 0;
    margin: 0 auto;
  }
}

.delivery__item, .payment__item {
  margin-bottom: 16px;
}
.delivery__item:last-child, .payment__item:last-child {
  margin-bottom: 0;
}

.delivery__title, .payment__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f1010;
  margin-bottom: 8px;
}

.delivery__text p, .payment__text p {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0f1010;
}
@media (max-width: 768px) {
  .delivery__text p, .payment__text p {
    font-size: 14px;
    line-height: 157%;
  }
}

.section__404 {
  position: relative;
  min-height: 760px;
}
.section__404 .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section__404 .col1-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .section__404 .col1-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.bg__404 {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 50%;
  left: 0;
}
@media (max-width: 768px) {
  .bg__404 {
    position: static;
    max-width: 100%;
  }
}
.bg__404 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .bg__404 img {
    height: calc(50vh - 25px);
  }
}

.info__404 {
  padding-top: 56px;
  padding-left: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .info__404 {
    padding-top: 32px;
    padding-left: 0;
  }
}
.info__404 h1 {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 104%;
  color: #0f1010;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .info__404 h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 112%;
    text-transform: none;
  }
}

.back__404 {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.03em;
  color: #0f1010;
  position: relative;
}
.back__404::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #0f1010;
  left: 0;
  bottom: -3px;
}

.info__404-content {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .info__404-content {
    margin-top: auto;
    margin-bottom: auto;
    height: calc(50vh - 25px - 32px);
  }
}

.cart__flyout {
  position: fixed;
  top: 0;
  width: 520px;
  min-height: 100vh;
  bottom: 0;
  z-index: 111;
  right: 0;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  -webkit-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  -webkit-transform: translate(200px, 0);
      -ms-transform: translate(200px, 0);
          transform: translate(200px, 0);
  -webkit-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
}
.cart__flyout .cart__flyout--inner {
  display: block;
  height: 100%;
  position: relative;
}
.cart__flyout .cart__flyout-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 51px;
  padding: 16px 16px;
  border-bottom: 1px solid #0f1010;
}
.cart__flyout .cart__flyout-header__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #0f1010;
  font-family: "Roboto Flex", sans-serif;
}
.cart__flyout .cart__flyout-header__title span {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #0f1010;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}
.cart__flyout .cart__flyout-header__message {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-align: right;
  color: #ff7239;
  margin-left: auto;
  margin-right: 0;
}
.cart__flyout .btn-close-cart {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart__flyout .btn-close-cart:hover svg path {
  fill: #ff7239;
}
.cart__flyout .cart__flyout__content {
  padding-top: 50px;
}
.cart__flyout .cart_list {
  margin: 0 -30px 0 0;
  padding: 0 30px 0 0;
  max-height: calc(100vh - 430px);
  overflow: auto;
}
.cart__flyout .cart_list li.empty {
  padding: 50px 0;
}
.cart__flyout .cart_list .quantity .amount {
  font-size: inherit;
  color: inherit;
}
.cart__flyout .cart__flyout__heading {
  margin-bottom: 40px;
  font-size: 18px;
}
.cart__flyout .widget_shopping_cart_content {
  overflow: hidden;
  opacity: 1;
}
.cart__flyout .widget_shopping_cart_content .total {
  border: none;
  text-transform: none;
  margin-bottom: 35px;
}
.cart__flyout .widget_shopping_cart_content .total .amount {
  font-size: 18px;
}
.cart__flyout .widget_shopping_cart_content .button {
  width: 100%;
  display: block;
  margin: 10px 0 0;
  text-align: center;
  line-height: 20px;
  padding: 20px 20px;
}
.cart__flyout .cart__flyout__loading {
  text-align: center;
  display: block;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.cart__flyout.cart__flyout--loading .cart__flyout__loading {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.cart__flyout.cart__flyout--loading .widget_shopping_cart_content {
  opacity: 0;
  -webkit-transition: opacity 400ms ease-out;
  -o-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
}

.open-cart-aside.draven-body {
  overflow: hidden;
}
.open-cart-aside .cart__flyout {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.cart__flyout-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.cart__flyout-table__content-item {
  border-bottom: 1px solid #0f1010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  gap: 16px;
}

.cart__flyout-table__content-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 88px;
          flex: 0 0 88px;
}
.cart__flyout-table__content-thumbnail img {
  width: 88px;
  height: 88px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.cart__flyout-table__content-meta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.cart__flyout-table__content-name a {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f1010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart__flyout-table__content-quantity .quantity {
  border: 1px solid #0f1010;
  padding: 2px 8px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.cart__flyout-table__content-quantity .quantity .qty-minus {
  cursor: pointer;
}
.cart__flyout-table__content-quantity .quantity input.qty {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #0f1010;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 30px;
  text-align: center;
  -moz-appearance: textfield;
  border-width: 0;
  border-style: inset;
}
.cart__flyout-table__content-quantity .quantity input.qty::-webkit-outer-spin-button, .cart__flyout-table__content-quantity .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart__flyout-table__content-quantity .quantity .qty-plus {
  cursor: pointer;
}

.cart__flyout-table__content-remove {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}
.cart__flyout-table__content-remove a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart__flyout-table__content-remove a:hover svg path {
  fill: red !important;
}
.cart__flyout-table__content-remove a svg path {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cart__flyout-total {
  padding: 16px;
  margin-bottom: 0;
  margin-top: auto;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  border-top: 1px solid #0f1010;
}

.cart__flyout-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.open-cart-aside .cart__flyout-overlay {
  visibility: visible;
  opacity: 1;
}
/*# sourceMappingURL=app.css.map */
