*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-display: swap;
  -webkit-tap-highlight-color: transparent;
}

*:active,
*:hover,
*:focus {
  outline: transparent;
}

::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}

::-webkit-scrollbar-button {
  background-color: #CD3332;
  height: 0;
}

::-webkit-scrollbar-track-piece {
  background-color: black;
}

::-webkit-scrollbar-thumb {
  height: 150px;
  background-color: #CD3332;
  border-radius: 3px;
}

html,
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  overflow-x: hidden;
  min-width: 320px;
}

::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 18px;
  line-height: 100%;
}

::-moz-placeholder {
  color: #ffffff;
  font-size: 18px;
  line-height: 100%;
}

::-moz-placeholder {
  color: #ffffff;
  font-size: 18px;
  line-height: 100%;
}

[placeholder] {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

input,
textarea {
  width: 100%;
  resize: none;
  border: 2px solid transparent;
  -webkit-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

a,
img {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

img[alt] {
  font-size: 12px;
  color: inherit;
}

* {
  font-family: 'Rajdhani', sans-serif;
}

body {
  background-color: #1B181A;
  color: #ffffff;
}

.wrap {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .wrap {
    padding-left: 42px;
    padding-right: 42px;
  }
}

.hidden {
  display: none;
}

.main-title {
  font-weight: bold;
  font-size: 96px;
  line-height: 122px;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 650px) {
  .main-title {
    font-size: 56px;
    line-height: 71px;
  }
}

@media (max-width: 410px) {
  .main-title {
    font-size: 48px;
    line-height: 55px;
  }
}

@media (max-width: 355px) {
  .main-title {
    font-size: 34px;
    margin-bottom: 0;
  }
}

.title {
  font-weight: bold;
  font-size: 48px;
  line-height: 61px;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 650px) {
  .title {
    font-size: 36px;
    line-height: 46px;
  }
}

.form-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media (max-width: 460px) {
  .form-title {
    font-size: 20px;
    line-height: 30px;
  }
}

.page-title {
  font-weight: bold;
  font-size: 64px;
  line-height: 82px;
  text-transform: uppercase;
  color: #ffffff;
}

@media (max-width: 950px) {
  .page-title {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (max-width: 410px) {
  .page-title {
    font-size: 28px;
  }
}

div.text,
p.text,
.training .text-content p {
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
}

@media (max-width: 410px) {

  div.text,
  p.text,
  .training .text-content p {
    font-size: 16px;
  }
}

.text-medium {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
}

@media (max-width: 410px) {
  .text-medium {
    font-size: 16px;
  }
}

.text-bold {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
}

@media (max-width: 410px) {
  .text-bold {
    font-size: 16px;
  }
}

.btn {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  padding: 22px 25px 23px;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.btn-red {
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  background: #CD3332;
  border: 1px solid #CD3332;
}

.btn-red:hover {
  background-color: #434445;
  border: 1px solid #ffffff;
}

.btn-small {
  padding: 10px 31px;
  border: 1px solid #EC3F3A;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #EC3F3A;
}

.coupon_code {
  padding: 10px 10px 13px;
  font-weight: normal;
  font-size: 15px;
  color: #1B181A;
  width: 100%;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  border-right: none;
}

.checkout_coupon {
  margin-top: -50px;
  margin-bottom: 30px;
}

.checkout_coupon .form-row {
  max-width: 170px;
}

.checkout_coupon .placeholder, .coupon .placeholder {
  display: none;
}

@media (max-width: 460px) {
  .checkout_coupon {
    margin-top: -20px;
  }
}

.btn-transparent {
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  background: transparent;
  border: 1px solid #CD3332;
}

.btn-transparent:hover {
  background-color: #434445;
  border: 1px solid #ffffff;
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 403px) {
  .btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.btn-block .btn {
  margin-right: 20px;
}

@media (max-width: 403px) {
  .btn-block .btn {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .btn-block .btn:last-child {
    margin-bottom: 0;
  }
}

.btn-block .btn:last-child {
  margin-right: 0;
}

.added_to_cart.wc-forward {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  padding: 9px 25px 9px;
  -webkit-transition: background 0.3s ease, border 0.3s ease;
  -o-transition: background 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, border 0.3s ease;
  background: #434445;
  border: 1px solid #ffffff;
  position: absolute;
  top: 225px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.link-red {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #CD3332;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.link-red::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  background-color: #CD3332;
  left: 0;
  right: 0;
}

.link-red:hover {
  opacity: 0.6;
}

.text-center {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cat-description {
  line-height: 27px;
}

.wrap_small {
  max-width: 880px;
  margin-bottom: 111px;
}

.wrap_1100 {
  max-width: 1160px;
}

.form-white .fix-form-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-white .fix-form-size .label-half {
  max-width: calc(100% / 2 - 25px);
}

@media (max-width: 767px) {
  .form-white .fix-form-size .label-half {
    max-width: 100%;
  }
}

.form-white .fix-form-size .label-half [type="submit"] {
  max-width: 275px;
}

.training .text-content .form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

@media (max-width: 767px) {
  .training .text-content .form-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
}

.training .text-content .form-flex h5 {
  line-height: 1;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.training .text-content .form-flex>div:first-child {
  max-width: 504px;
  width: 100%;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .training .text-content .form-flex>div:first-child {
    max-width: 100%;
    margin-right: 0;
  }
}

.training .text-content .form-flex a {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  text-decoration: none;
}

.header {
  position: relative;
}

@media (max-width: 750px) {
  .header .logo {
    max-width: 142px;
  }
}

.header .logo img {
  max-width: 100%;
}

.header.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
}

.header-top {
  background: #434445;
  padding: 11px 0 12px;
}

@media (max-width: 750px) {
  .header-top {
    background: #fff;
    padding: 9px 0px;
    z-index: 20;
    position: relative;
  }
}

.header-top .wrap {
  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;
}

@media (max-width: 750px) {
  .header-top .wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header-main {
  background: rgba(27, 24, 26, 0.9);
  padding-top: 12px;
  padding-bottom: 10px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  position: relative;
}

.header-main .wrap {
  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;
  max-width: 1370px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 750px) {
  .header-main .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.header-top__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 15px;
}

@media (max-width: 750px) {
  .header-top__text {
    color: #CD3332;
    font-size: 15px;
    line-height: 19px;
    font-weight: bold;
  }
}

@media (max-width: 410px) {
  .header-top__text {
    font-size: 10px;
  }
}

.header-top__text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

@media screen and (max-width: 750px) {
  .header-top__text p {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header-top__text a {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #CD3332;
  margin-left: 15px;
}

@media screen and (max-width: 750px) {
  .header-top__text a {
    color: #000000;
  }
}

@media screen and (max-width: 410px) {
  .header-top__text a {
    font-size: 10px;
  }
}

@media (max-width: 750px) {
  .header-top__text-lg {
    display: none;
  }
}

.header-top__text-sm {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 751px) {
  .header-top__text-sm {
    display: none;
  }
}

.header-top__link {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #CD3332;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 750px) {
  .header-top__link {
    font-size: 16px;
    color: #000000;
  }
}

@media (max-width: 410px) {
  .header-top__link {
    font-size: 10px;
  }
}

.header-top__link:hover {
  opacity: 0.7;
}

.header__cart,
.card-contents {
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__cart:hover,
.card-contents:hover {
  opacity: 0.7;
}

.header__cart .count,
.card-contents .count {
  position: absolute;
  top: -13px;
  right: -13px;
  z-index: 1;
  background: #CD3332;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  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;
  font-size: 10px;
  line-height: 1;
}

.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-link {
  margin-right: 30px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 750px) {
  .search-link {
    margin-right: 13px;
  }
}

.search-link:hover {
  opacity: 0.7;
}

.menu {
  margin-right: 30px;
}

@media (max-width: 750px) {
  .menu-item-has-children>a {
    position: relative;
  }

  .menu-item-has-children>a::after {
    content: '';
    display: block;
    width: 12px;
    height: 6px;
    background: url("../img/icon/menu-arrow.svg") center/cover no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .menu-item-has-children.current_page_item a::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 750px) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.menu__list>li {
  margin-right: 55px;
}

@media (max-width: 900px) {
  .menu__list>li {
    margin-right: 20px;
  }
}

@media (max-width: 750px) {
  .menu__list>li {
    width: 100%;
    background-color: #434445;
    margin-right: 0;
    border-bottom: 1px solid #343434;
  }
}

.menu__list>li:last-child {
  margin-right: 0;
}

.menu__list a {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #939293;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (max-width: 750px) {
  .menu__list a {
    padding: 15px 30px;
    color: #ffffff;
  }
}

.menu__list a:hover {
  color: #ffffff;
}

.menu__link {
  display: none;
  background-color: #272727;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 17px;
}

.menu__link a {
  font-size: 14px;
  line-height: 18px;
  color: #FFA200;
  padding: 0;
}

.menu__link a::after {
  background-color: #FFA200;
}

@media (max-width: 750px) {
  .menu {
    display: none;
  }
}

.menu .sub-menu__block {
  background: #434445;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media (max-width: 750px) {
  .menu .sub-menu__block {
    position: static;
  }
}

.menu .parts-menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 15px 30px;
}

@media (max-width: 900px) {
  .menu .parts-menu {
    padding: 10px;
  }
}

@media (max-width: 750px) {
  .menu .parts-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #343434;
  }
}

.menu .parts-menu li {
  max-width: calc(100% / 6 - 40px);
  width: 100%;
  margin: 0 15px 80px;
}

@media (max-width: 900px) {
  .menu .parts-menu li {
    max-width: calc(100% / 6 - 20px);
    margin: 10px;
  }
}

@media (max-width: 750px) {
  .menu .parts-menu li {
    margin: 0 10px;
  }
}

@media (max-width: 750px) {
  .menu .parts-menu li {
    max-width: 100%;
  }
}

@media (max-width: 750px) {
  .menu .parts-menu li:nth-child(n + 5) {
    display: none;
  }
}

.menu .parts-menu li a {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 130px;
  color: #ffffff;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 900px) {
  .menu .parts-menu li a {
    font-size: 16px;
    line-height: 20px;
    padding-left: 0;
  }
}

@media (max-width: 750px) {
  .menu .parts-menu li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: -30px;
    margin-bottom: -30px;
  }
}

.menu .parts-menu li a img {
  height: auto;
  max-width: 100%;
  margin: auto;
  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: 750px) {
  .menu .parts-menu li a img {
    margin: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 114px;
    min-width: 114px;
    margin-right: 8px;
  }
}

.menu .parts-menu li a:hover {
  opacity: 0.6;
}

.menu li.current_page_item a {
  color: #ffffff;
}

.menu li.current_page_item .sub-menu__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu li.current_page_item .menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu li.current_page_item .menu__link a {
  color: #FFA200;
}

.menu-mb {
  display: none;
}

.menu-mb .menu-item.firearms .sub-menu,
.menu-mb .menu-item.parts .sub-menu {
  padding: 0 20px;
  -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;
}

.menu-mb .menu-item.firearms .sub-menu .menu-item,
.menu-mb .menu-item.parts .sub-menu .menu-item {
  max-width: 100%;
  margin-bottom: 18px;
}

.menu-mb .menu-item.firearms .sub-menu .menu-item a,
.menu-mb .menu-item.parts .sub-menu .menu-item a {
  max-width: 100%;
  padding: 0;
  text-align: left;
}

.menu-mb .menu-item.parts .sub-menu .menu-item {
  max-width: 100%;
  margin-bottom: 18px;
  padding: 0;
}

.menu-mb .menu-item.parts .sub-menu .menu-item.hide:nth-child(n+4) {
  display: none;
}

.menu-mb .menu-item.parts .sub-menu .menu-item a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.menu-mb .menu-item.parts .sub-menu .menu-item .sub-menu__img {
  max-width: 85px;
  margin-bottom: 0;
  margin-right: 25px;
}

.menu-mb .menu-item.parts .sub-menu .menu-item .sub-menu__img img {
  max-width: 100%;
}

.menu-mb .menu-item.parts .menu-view-all {
  background: #272727;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #FFA200;
  position: relative;
}

.menu-mb .menu-item.parts .menu-view-all::after {
  content: '';
  display: block;
  background: #FFA200;
  width: 53px;
  height: 1px;
  position: absolute;
  left: -10px;
  right: 0;
  bottom: 17px;
  margin: auto;
}

@media (max-width: 750px) {
  .menu.active {
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    padding-top: 100px;
    margin-right: 0;
    z-index: 10;
    display: block;
    height: 100%;
    overflow: auto;
    background-color: #434445;
  }
}

.sub-menu__wrap {
  max-width: 1190px;
  padding: 30px 15px;
  width: 100%;
  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;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .sub-menu__wrap {
    padding: 15px 30px;
  }
}

@media (max-width: 750px) {
  .sub-menu__wrap {
    background-color: #343434;
  }
}

.firearms-menu__img {
  max-width: 305px;
  width: 100%;
  height: 200px;
  position: relative;
  margin-right: 80px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

@media (max-width: 900px) {
  .firearms-menu__img {
    display: none;
  }
}

.firearms-menu__img p {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EC3F3A;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-top: 9px;
  padding-bottom: 10px;
}

.firearms-menu__img .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.firearms-menu__img img {
  max-width: 100%;
  width: 100%;
}

.sub-menu__menu {
  max-width: 770px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 750px) {
  .sub-menu__menu {
    -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;
    background-color: #343434;
    width: calc(100% + 60px);
    margin-right: -30px;
    margin-left: -30px;
    padding-left: 30px;
  }
}

.sub-menu__menu li {
  max-width: 45%;
  width: 100%;
  margin: 20px 0;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 750px) {
  .sub-menu__menu li {
    max-width: 100%;
    min-height: auto;
    margin: 0;
  }
}

.sub-menu__menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 900px) {
  .sub-menu__menu li a {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 750px) {
  .sub-menu__menu li a {
    padding-left: 0;
  }
}

.sub-menu__menu .sub-menu__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 100px;
  margin-right: 20px;
}

@media (max-width: 750px) {
  .sub-menu__menu .sub-menu__img {
    max-width: 56px;
    min-width: 56px;
  }

  .sub-menu__menu .sub-menu__img img {
    max-width: 100%;
  }
}

.sub-menu__menu .sub-menu__img::before {
  content: "";
  width: 50px;
  height: 50px;
  background: rgba(236, 63, 58, 0.6);
  border: 1px solid #EC3F3A;
  border-radius: 50%;
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}

@media (max-width: 750px) {
  .sub-menu__menu .sub-menu__img::before {
    width: 28px;
    height: 28px;
  }
}

.sub-menu__menu .sub-menu__img img {
  position: relative;
  z-index: 2;
}

.burger-menu {
  width: 33px;
  height: 30px;
  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;
  margin-right: 13px;
}

@media (min-width: 751px) {
  .burger-menu {
    display: none;
  }
}

.burger-menu span {
  width: 32px;
  height: 3px;
  background-color: #ffffff;
  position: relative;
  display: block;
  border-radius: 10px;
}

.burger-menu span::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 0;
  width: 32px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease;
  -o-transition: top 0.3s ease-in-out, transform 0.3s ease;
  transition: top 0.3s ease-in-out, transform 0.3s ease;
  transition: top 0.3s ease-in-out, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.burger-menu span::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 32px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease;
  -o-transition: top 0.3s ease-in-out, transform 0.3s ease;
  transition: top 0.3s ease-in-out, transform 0.3s ease;
  transition: top 0.3s ease-in-out, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.burger-menu-opened {
  position: relative;
}

.burger-menu-opened span {
  background-color: transparent;
}

.burger-menu-opened span::before {
  top: 0px;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger-menu-opened span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger-menu-opened::after {
  content: "";
  position: absolute;
  bottom: -33px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 21px;
  height: 21px;
  background: #434445;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-header-cart::after {
  content: '';
  display: block;
  width: 50px;
  height: 30px;
  position: absolute;
  right: -20px;
  top: 100%;
}

.site-header-cart:hover .widget_shopping_cart {
  background: #1B181A;
  left: auto;
  right: -15px;
  top: 45px;
  width: 320px;
  padding: 15px 0 15px 15px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.site-header-cart:hover .widget_shopping_cart .woocommerce-mini-cart {
  margin-bottom: 20px;
  max-height: 300px;
  overflow: auto;
}

.site-header-cart:hover .widget_shopping_cart .woocommerce-mini-cart-item {
  width: calc(100% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-right: 25px;
  border-bottom: 1px solid #ffffff;
  position: relative;
}

.site-header-cart:hover .widget_shopping_cart .woocommerce-mini-cart-item>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 100%;
  padding-right: 25px;
  padding-bottom: 20px;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.site-header-cart:hover .widget_shopping_cart .woocommerce-mini-cart-item>a:hover {
  color: #CD3332;
}

.site-header-cart:hover .widget_shopping_cart .woocommerce-mini-cart-item img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.site-header-cart:hover .widget_shopping_cart .woocommerce-mini-cart-item .quantity {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 65px;
  line-height: 1;
  width: auto;
  padding-right: 25px;
  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;
}

.site-header-cart:hover .widget_shopping_cart .woocommerce-mini-cart-item .remove_from_cart_button {
  padding: 0;
  position: absolute;
  top: 0;
  right: 5px;
  width: 20px;
  height: 20px;
  color: transparent !important;
  background: url("../img/icon/icon-close-cart.svg") center no-repeat;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.site-header-cart:hover .widget_shopping_cart .woocommerce-mini-cart__total {
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.site-header-cart:hover .widget_shopping_cart .woocommerce-mini-cart__buttons {
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header-cart:hover .widget_shopping_cart .woocommerce-mini-cart__buttons a {
  width: 100%;
  text-align: center;
  border: 1px solid #CD3332;
  padding: 5px 10px;
  margin-bottom: 10px;
  background: transparent;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

.site-header-cart:hover .widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child {
  margin-bottom: 0;
}

.site-header-cart:hover .widget_shopping_cart .woocommerce-mini-cart__buttons a:hover {
  background: #CD3332;
}

.site-header-cart:hover .widget_shopping_cart .checkout {
  background: #1B181A;
  padding: 0;
}

.menu-item.firearms .sub-menu,
.menu-item.parts .sub-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.menu-item.firearms .sub-menu li,
.menu-item.parts .sub-menu li {
  max-width: 50%;
  width: 100%;
  margin-bottom: 36px;
}

@media (min-width: 751px) {
  .menu-item.firearms .sub-menu li:nth-child(even) {
    padding-left: 80px;
  }
}

.menu-item.firearms .sub-menu a,
.menu-item.parts .sub-menu a {
  max-width: 335px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-item.firearms .sub-menu a {
  max-width: 100%;
  margin-right: 0;
}

@media (max-width: 450px) {

  .menu-item.firearms .sub-menu a,
  .menu-item.parts .sub-menu a {
    font-size: 16px;
    line-height: 20px;
  }
}

.menu-item.firearms .sub-menu .sub-menu__img,
.menu-item.parts .sub-menu .sub-menu__img {
  margin-right: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 751px) {
  .menu-item.firearms .sub-menu {
    padding: 32px 0 33px;
    margin-bottom: -36px;
  }
}

.menu-item.firearms .sub-menu .sub-menu__img {
  height: 50px;
  overflow: hidden;
}

@media (max-width: 750px) {
  .menu-item.firearms .sub-menu .sub-menu__img {
    min-width: 55px;
    max-width: 55px;
  }
} 

.menu-item.firearms .sub-menu .sub-menu__img::before,
.menu-item.parts .sub-menu .sub-menu__img::before {
  content: "";
  width: 50px;
  height: 50px;
  background: rgba(236, 63, 58, 0.6);
  border: 1px solid #EC3F3A;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}

@media (max-width: 450px) {

  .menu-item.firearms .sub-menu .sub-menu__img::before,
  .menu-item.parts .sub-menu .sub-menu__img::before {
    width: 29px;
    height: 29px;
  }
}

.menu-item.firearms .sub-menu img,
.menu-item.parts .sub-menu img {
  max-width: 100px;
  position: relative;
  z-index: 1;
}

@media (max-width: 450px) {

  .menu-item.firearms .sub-menu img,
  .menu-item.parts .sub-menu img {
    max-width: 55px;
  }
}

.menu-item.firearms .sub-menu__wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-item.parts .firearms-menu__img {
  display: none !important;
}

.menu-item.parts .sub-menu__wrap {
  max-width: 1370px;
}

.menu-item.parts .sub-menu {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-item.parts .sub-menu li {
  max-width: calc(100% / 6);
  padding: 0 30px;
}

.menu-item.parts .sub-menu a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  text-align: center;
}

.menu-item.parts .sub-menu .sub-menu__img {
  margin-right: 0;
  margin-bottom: 8px;
  min-height: 90px;
}

.menu-item.parts .sub-menu .sub-menu__img::before {
  display: none;
}

.menu-item.parts .sub-menu img {
  max-width: 134px;
  max-height: 90px;
}

.banner__subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: -10px;
}

@media (max-width: 410px) {
  .banner__subtitle {
    font-size: 20px;
    margin-bottom: 0px;
  }
}

@media (max-width: 355px) {
  .banner__subtitle {
    font-size: 18px;
    margin-bottom: -5px;
  }
}

.banner {
  background-color: #000000;
}

.banner .text-medium {
  margin-bottom: 18px;
  line-height: 28px;
  max-width: 660px;
  margin-top: -10px;
}

@media (max-width: 410px) {
  .banner .text-medium {
    margin-top: 0;
  }
}

.banner .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.banner .btn {
  min-width: 157px;
}

@media (max-width: 650px) {
  .banner .btn {
    padding: 13px 23px;
  }
}

.banner .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1340px;
}

@media (max-width: 1300px) {
  .banner .owl-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 690px) {
  .banner .owl-nav {
    /* display: none; */
    top: 85px;
    width: 100%;
    /* justify-content: center; */
  }
}

.banner .owl-nav .owl-next,
.banner .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  background: url("../img/icon/icon-nav.png") center no-repeat !important;
}

.banner .owl-nav span {
  display: none;
}

.banner .owl-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.banner .owl-prev.disabled,
.banner .owl-next.disabled {
  background: none !important;
}

.banner__item {
  height: calc(100vh - 41px);
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 650px) {
  .banner__item {
    height: auto;
    padding-top: 84px;
    padding-bottom: 74px;
  }
}

@media (max-width: 410px) {
  .banner__item {
    padding-top: 100px;
  }
}

.search-form {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  background: #434445;
  padding: 27px 15px 33px;
  display: none;
  z-index: 2;
}

.search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.search-form form .placeholder {
  display: none!important;
}

.search-form__substrate {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.search-form.active {
  display: block;
}

.search-label {
  width: 100%;
}

.search-label .placeholder {
  display: none!important;
}

.input-search {
  background: #1B181A;
  border: 1px solid #939293;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
  padding: 23px 65px 22px 50px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
}

@media (max-width: 510px) {
  .input-search {
    padding: 15px 65px 15px 15px;
  }
}

.submit-search-label {
  position: absolute;
  width: 40px;
  right: 24px;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-search-label input {
  opacity: 0;
}

.submit-search-label::after {
  content: "";
  width: 20px;
  height: 19px;
  background: url("../img/icon/icon-search.svg") center/cover no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.submit-search-label:hover::after {
  opacity: 0.8;
}

.select {
  width: 100%;
  display: block;
  position: relative;
  background: #1B181A;
  border: 1px solid #939293;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
}

.select::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 20px;
  width: 9px;
  height: 9px;
  border: 1px solid #ffffff;
  border-left: 0;
  border-top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.select__btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  overflow: hidden;
  padding: 27px 35px 25px 20px;
  position: relative;
  z-index: 1;
}

.select__list {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 101%;
  right: 0;
  background: #1B181A;
  border-top: none;
  -webkit-box-shadow: 0 0 0 1px #939293;
  box-shadow: 0 0 0 1px #939293;
  z-index: 5;
}

.select__holder {
  overflow: auto;
  width: 100%;
  max-height: 250px;
}

.select__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 10px;
  -webkit-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out;
  position: relative;
  border: 1px solid rgba(59, 59, 70, 0.2);
  font-size: 14px;
}

.select__item:hover {
  color: #CD3332;
}

.select__item_disabled {
  opacity: 0.3;
}

.select__item_disabled:hover {
  color: #ffffff;
  opacity: 0.3;
}

.select.active::after {
  top: 30px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.select.active .select__list {
  display: block;
}

.form-block {
  padding: 50px 0;
}

@media (max-width: 700px) {
  .form-block {
    padding: 45px 0;
  }
}

@media (max-width: 900px) {
  .form-block form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.form-block .btn {
  max-width: 170px;
  min-width: 170px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .form-block .btn {
    max-width: 250px;
    min-width: 250px;
  }
}

@media (max-width: 450px) {
  .form-block .btn {
    max-width: 100%;
    min-width: 100%;
  }
}

.form-block .select {
  margin-right: 20px;
}

@media (max-width: 750px) {
  .form-block .select {
    max-width: 100%;
    margin-right: 0;
  }
}

.form-block-grey {
  background-color: #434445;
}

.form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.label-input input {
  padding: 22px 20px;
  border: 1px solid #939293;
  background: #434445;
}

.form-white .label-text {
  margin-bottom: 20px;
  display: block;
}

.form-white .label-full {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.form-white .label-half {
  width: 100%;
  max-width: calc(100% / 2 - 10px);
}

.form-white textarea,
.form-white input[type="text"],
.form-white input[type="email"],
.form-white input[type="tel"],
.form-white input[type="password"],
.form-white select {
  padding: 8px 13px;
  font-weight: normal;
  font-size: 15px;
  line-height: 29px;
  color: #1B181A;
  width: 100%;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  border-right: none;
}

.form-white [type="checkbox"] {
  padding: 8px 13px;
  border-radius: 4px;
}

.form-white ::-webkit-input-placeholder {
  font-weight: normal;
  font-size: 15px;
  line-height: 29px;
  color: #1B181A;
}

.form-white ::-moz-placeholder {
  font-weight: normal;
  font-size: 15px;
  line-height: 29px;
  color: #1B181A;
}

.form-white ::-moz-placeholder {
  font-weight: normal;
  font-size: 15px;
  line-height: 29px;
  color: #1B181A;
}

.form-white [placeholder] {
  font-weight: normal;
  font-size: 15px;
  line-height: 29px;
  color: #1B181A;
}

.form-white .form-text {
  font-size: 14px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.801);
  margin-bottom: 22px;
  max-width: 575px;
}

.form-white .form-text a {
  display: inline-block;
}

.form-white input[type="submit"],
.form-white button[type="submit"] {
  background: #EC3F3A;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #EC3F3A;
  max-width: 377px;
  width: 100%;
  padding: 13px 25px;
  cursor: pointer;
  pointer-events: all;
}

.form-white input[type="submit"]:hover,
.form-white button[type="submit"]:hover {
  background-color: #434445;
  border: 1px solid #ffffff;
}

/* .woocommerce input:not([type="checkbox"]),
.woocommerce input:not([type="radio"]),
.woocommerce input:not([type="submit"]),
.woocommerce select:not([type="checkbox"]),
.woocommerce select:not([type="radio"]),
.woocommerce select:not([type="submit"]) { */
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce select {
  padding: 8px 13px;
  font-weight: normal;
  font-size: 15px;
  line-height: 29px;
  color: #1B181A;
  width: 100%;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  border-right: none;
}

[type="checkbox"] {
  padding: 8px 13px;
}

.billing-detals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 1050px) {
  .billing-detals {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.billing-detals .select {
  margin-bottom: 20px;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  color: #1B181A;
  padding: 8px 13px;
}

.billing-detals .select__btn {
  font-size: 15px;
  line-height: 29px;
  font-weight: 400;
  color: #1B181A;
}

.billing-detals .select__list {
  border: 1px solid #D9D9D9;
  background-color: #fff;
}

.billing-detals .select__item {
  font-size: 15px;
  line-height: 29px;
  font-weight: 400;
  color: #1B181A;
}

.billing-detals .label-textarea {
  max-width: 476px;
  width: 100%;
}

.billing-detals .label-textarea textarea {
  min-height: 170px;
  max-height: 170px;
  padding: 8px 13px;
  border: 1px solid #D9D9D9;
  background-color: #fff;
}

@media (max-width: 450px) {
  .billing-detals .label-half {
    max-width: 100%;
  }
}

.woocommerce-additional-fields textarea {
  max-height: 170px;
  min-height: 170px;
  padding: 8px 13px;
  border: 1px solid #D9D9D9;
  background-color: #fff;
}

.checkout-forms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 1199px) {
  .checkout-forms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.billing-detals-left {
  max-width: 575px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .billing-detals-left {
    max-width: 100%;
  }
}

.billing-detals-left .woocommerce-billing-fields {
  width: 100%;
}

.billing-detals-left .select a {
  padding: 0;
}

.billing-detals-left .label-checkbox {
  padding-top: 30px;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .billing-detals-left .label-checkbox {
    margin-bottom: 20px;
  }
}

.shipping-fields-right {
  max-width: 476px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .shipping-fields-right {
    max-width: 100%;
  }
}

.shipping-fields-right .woocommerce-additional-fields {
  width: 100%;
}

.shipping-fields-right .select a {
  padding: 0;
}

.woocommerce-shipping-fields {
  width: 100%;
}

.woocommerce-shipping-fields .label-checkbox {
  margin-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 1199px) {
  .woocommerce-shipping-fields .label-checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.woocommerce-shipping-fields .label-checkbox input {
  margin-right: 0!important;
}

.billing-detals__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1050px) {
  .billing-detals__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.billing-detals__title .label-checkbox .text {
  margin-right: 10px;
}

@media (max-width: 1050px) {
  .billing-detals__title .label-checkbox .text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.checkout {
  padding-bottom: 90px;
  background-color: #1C1C1C;
}

.checkout .page-title {
  padding-top: 43px;
  margin-bottom: 50px;
  text-align: center;
}

.checkout .order {
  padding-bottom: 0;
}

.have-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #EBEBEB;
  padding: 5px 37px;
  position: relative;
  margin-bottom: 75px;
}

@media (max-width: 460px) {
  .have-coupon {
    -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;
    margin-bottom: 50px;
  }
}

.have-coupon::before {
  content: "";
  background: url("../img/icon/attention-icon.svg") center no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 13px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media (max-width: 460px) {
  .have-coupon::before {
    left: 4px;
  }
}

.have-coupon span {
  font-weight: normal;
  font-size: 15px;
  line-height: 29px;
  color: #ffffff;
  margin-right: 10px;
}

.have-coupon a {
  color: #ffffff;
  line-height: 29px;
  font-size: 12px;
  text-transform: lowercase;
  margin-left: 10px;
  font-weight: bold;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.have-coupon a::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  background-color: #fff;
}

.have-coupon a::first-letter {
  text-transform: uppercase;
}

.have-coupon .woocommerce-info {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  font-size: 15px;
  line-height: 29px;
  color: #ffffff;
}

@media (max-width: 413px) {
  .have-coupon .woocommerce-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .have-coupon .woocommerce-info a {
    margin-left: 0;
  }
}

.label-checkbox, .woocommerce-form__label-for-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 10px 0px;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 20px;
}

.woocommerce-form__label-for-checkbox span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #EC3F3A;
  text-transform: uppercase;
  line-height: 26px;
  padding-left: 15px;
}

@media (max-width: 900px) {
  .label-checkbox, .woocommerce-form__label-for-checkbox {
    width: 100%;
  }
}

.label-checkbox .text {
  display: block;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #EC3F3A;
  text-transform: uppercase;
  line-height: 26px;
  padding-left: 15px;
}

.label-checkbox input[type="checkbox"] {
  position: relative;
  margin-right: 5px;
  width: 5px;
}

.label-checkbox input[type="checkbox"]::before {
  content: "";
  -webkit-box-shadow: 0 10px 27px rgba(0, 0, 0, 0.11);
  box-shadow: 0 10px 27px rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  border: 1px solid #D9D9D9;
  top: 0;
  bottom: 0;
  position: absolute;
  left: -1px;
  margin: auto 0;
  display: block;
  cursor: pointe;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background-position: center;
}

.label-checkbox input[type="checkbox"]:checked::before {
  background: #EC3F3A;
}

.order-details {
  max-width: 575px;
  width: 100%;
  margin-bottom: 70px;
}

.order-details .cart-results {
  padding-top: 0;
  max-width: 100%;
}

.order-details .cart-results .cart__full:first-child {
  margin-bottom: 0px;
  margin-bottom: -20px;
}

.cart-results-order .cart__full:last-child {
  font-weight: bold;
  font-size: 20px;
  line-height: 45px;
  color: #333333;
  background-color: #E3E3E3;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 20px;
}

.order-details__list {
  width: 100%;
  background-color: #EBEBEB;
  padding: 33px 30px;
  margin-bottom: 1px;
  border-bottom: 1px solid #1C1C1C;
}

.order-details__list .order-details__name {
  padding-top: 0;
  padding-bottom: 0;
}

.order-details__item {
  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;
  margin-bottom: 15px;
}

.order-details__item:last-child {
  margin-bottom: 0;
}

.order-details__item a {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}

.order-details__item strong {
  display: none;
}

.order-details__item span {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #1B181A;
}

.order-details__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}

.order-details__desk {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #5D5D5D;
  margin-top: -5px;
}

.order-details__price {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #1B181A;
}

.payment-details {
  max-width: 575px;
  width: 100%;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 550px) {
  .payment-details {
    margin-bottom: 50px;
  }
}

.payment-details .label-half {
  max-width: 145px;
  margin-right: 16px;
}

.label-cart {
  position: relative;
}

@media (max-width: 550px) {
  .label-cart {
    padding-top: 50px;
  }
}

.label-cart::after {
  content: "";
  background: url("../img/icon/cart-icon.png") center no-repeat;
  width: 164px;
  height: 25px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
}

@media (max-width: 550px) {
  .label-cart::after {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }
}

input[type="checkbox"] {
  position: relative;
  margin: 0 !important;
  margin-right: 5px !important;
  width: 28px;
  height: 28px;
}

input[type="checkbox"]::before {
  content: "";
  -webkit-box-shadow: 0 10px 27px rgba(0, 0, 0, 0.11);
  box-shadow: 0 10px 27px rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  border: 1px solid #D9D9D9;
  top: 0;
  bottom: 0;
  position: absolute;
  left: -1px;
  margin: auto 0;
  display: block;
  cursor: pointe;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background-position: center;
}

input[type="checkbox"]:checked::before {
  background: #EC3F3A;
}

.woocommerce-terms-and-conditions-checkbox-text {
  padding-left: 15px;
}

.form-row.validate-required label.woocommerce-form__label-for-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.paytrace-create-account .form-row-wide.woocommerce-validated {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.paytrace-create-account .form-row-wide.woocommerce-validated label {
  padding-left: 15px;
}

.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

form .form-row {
  max-width: 100%;
  width: 100%;
  margin-bottom: 16px;
  position: relative;
}

.payment_box.payment_method_paytrace {
  position: relative;
}

.payment_box.payment_method_paytrace::before {
  content: 'PAYMENT DETAILS';
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  color: #FFFFFF;
  margin-top: 53px;
  margin-bottom: 20px;
  text-transform: uppercase;
  display: block;
}

.payment_box.payment_method_paytrace>p {
  display: none;
}

.finds-on-block {
  margin-top: -100px;
}

@media (max-width: 650px) {
  .finds-on-block {
    margin-top: -25px;
  }
}

.finds-on-block .wrap {
  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;
}

@media (max-width: 550px) {
  .finds-on-block .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.finds-on-block__item {
  position: relative;
  min-height: 210px;
  width: 100%;
  max-width: calc(100% / 3 - 63px);
  min-width: 330px;
  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;
  padding: 10px;
  z-index: 5;
  border: 1px solid #939293;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
  background-color: #1B181A;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 1100px) {
  .finds-on-block__item {
    max-width: calc(100% / 3 - 30px);
    min-width: 150px;
    min-height: 152px;
  }
}

@media (max-width: 550px) {
  .finds-on-block__item {
    min-width: 330px;
    margin-bottom: 17px;
    max-width: 100%;
  }
}

@media (max-width: 403px) {
  .finds-on-block__item {
    min-width: 230px;
  }
}

.finds-on-block__text {
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  text-transform: uppercase;
  z-index: 2;
}

.finds-on-block__img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
}

.finds-on-block__img img {
  min-width: 100%;
  min-height: 100%;
}

.about {
  position: relative;
  padding: 75px 0px;
}

@media (max-width: 650px) {
  .about {
    padding-top: 65px;
  }
}

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

@media (max-width: 630px) {
  .about .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about .text {
  line-height: 158.6%;
}

.about__text {
  max-width: 445px;
  width: 100%;
}

.about__title {
  font-weight: bold;
  font-size: 64px;
  line-height: 82px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .about__title {
    font-size: 48px;
    line-height: 61px;
  }
}

@media (max-width: 410px) {
  .about__title {
    font-size: 38px;
    line-height: 51px;
  }
}

.about__img {
  max-width: calc(100% - 500px);
  margin-bottom: -97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 630px) {
  .about__img {
    margin-bottom: -74px;
    max-width: 500px;
  }
}

@media (max-width: 630px) {
  .about__img img {
    max-width: 100%;
  }
}

body.category {
  padding-top: 0;
  padding-bottom: 0;
}

.category {
  padding: 85px 0 80px;
}

@media (max-width: 650px) {
  .category {
    padding-top: 50px;
  }
}

@media (max-width: 990px) {
  .category .wrap {
    padding: 0;
  }
  .related.products .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .related.products .category__title-block {
    padding-left: 0;
    padding-right: 0;
  } 
}

@media (max-width: 650px) {
  .category .link-red {
    display: none;
  }
}

.category .btn {
  padding-top: 9px;
  padding-bottom: 9px;
}

.category-pt {
  padding-top: 50px;
}

.category__title-block {
  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;
  margin-bottom: 44px;
}

@media (max-width: 990px) {
  .category__title-block {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 650px) {
  .category__title-block {
    margin-bottom: 30px;
  }
}

.category__item {
  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;
}

.category__item .text-bold {
  text-transform: uppercase;
  text-align: center;
  min-height: 46px;
  max-height: 46px;
  overflow: hidden;
  margin-bottom: 10px;
}

.sale-and-image {
  position: relative;
}

.sale-and-image .onsale {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #CD3332;
  padding: 5px 15px;
}

.category__img {
  min-height: 266px;
  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;
  background: #FFFFFF;
  border: 1px solid #939293;
  margin-bottom: 20px;
}

.category__img img {
  max-width: 100%;
  height: auto;
}

.category__date,
.category__price {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #939293;
  margin-bottom: 20px;
}

.category__date ins,
.category__price ins {
  text-decoration: none;
}

@media (max-width: 990px) {
  .category__list-carousel {
    padding: 0 30px;
  }
}

.text-block-center {
  padding-top: 43px;
}

.text-block-center .wrap {
  text-align: center;
  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;
}

.text-block-center .page-title {
  margin-bottom: 36px;
}

.text-block-center .text {
  max-width: 830px;
}

.category__list,
.category__list.products {
  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;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

ul.products {
  max-width: 100%;
  width: 100%;
}

.category__list .products.columns-3,
.category__list.products .products.columns-3 {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.category__list .products.columns-3 .category__item,
.category__list.products .products.columns-3 .category__item {
  max-width: calc((100% / 3) - 70px) !important;
  width: 100% !important;
  float: none !important;
  margin: 0 35px 80px !important;
}

@media (max-width: 767px) {

  .category__list .products.columns-3 .category__item,
  .category__list.products .products.columns-3 .category__item {
    max-width: calc((100% / 3) - 30px) !important;
    margin: 0 15px 60px !important;
  }
}

@media (max-width: 650px) {

  .category__list .products.columns-3 .category__item,
  .category__list.products .products.columns-3 .category__item {
    max-width: calc((100% / 2) - 30px) !important;
  }
}

@media (max-width: 450px) {

  .category__list .products.columns-3 .category__item,
  .category__list.products .products.columns-3 .category__item {
    margin-bottom: 30px !important;
  }

  .category__list .products.columns-3 .category__item .sale-and-image .onsale,
  .category__list.products .products.columns-3 .category__item .sale-and-image .onsale {
    padding: 0 5px;
  }

  .category__list .products.columns-3 .category__item .category__img,
  .category__list.products .products.columns-3 .category__item .category__img {
    min-height: 150px;
    max-height: 150px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 5px;
  }

  .category__list .products.columns-3 .category__item .text-bold,
  .category__list.products .products.columns-3 .category__item .text-bold {
    font-size: 14px;
    margin-bottom: 0;
  }

  .category__list .products.columns-3 .category__item .category__price,
  .category__list.products .products.columns-3 .category__item .category__price {
    margin-bottom: 0;
    font-size: 12px;
  }

  .category__list .products.columns-3 .category__item .button,
  .category__list.products .products.columns-3 .category__item .button {
    padding: 5px 10px;
    font-size: 12px;
  }
}

.category__list .products::after,
.category .products::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

.text-block-left {
  padding-bottom: 110px;
}

.text-block-left img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 450px) {
  .text-block-left {
    padding-bottom: 50px;
    margin-top: -50px;
  }
}

.text-block-left .wrap {
  max-width: 930px;
}

.text-block-left .title {
  margin-bottom: 20px;
}

.text-block-left .text {
  line-height: 28px;
}

.video {
  position: relative;
}

.video-block {
  width: 100%;
}

.video-block img {
  width: 100%;
}

.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-btn {
  position: absolute!important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 136px;
  height: 136px;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* .video-btn::after {
  display: none!important;
} */

@media (max-width: 800px) {
  .video-btn {
    width: 99px;
    height: 99px;
  }
}

.video-btn::after, .article .video-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/icon/icon-video-play.png") center no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -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;
}

.video-btn:hover {
  opacity: 0.8;
}

.video-btn:hover::after {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.articles {
  padding: 67px 0 90px;
}

@media (max-width: 650px) {
  .articles {
    padding: 50px 0 100px;
  }
}

.articles .title {
  text-align: center;
  margin-bottom: 67px;
}

@media (max-width: 650px) {
  .articles .title {
    margin-bottom: 30px;
  }
}

@media (max-width: 450px) {
  .articles .title {
    text-align: left;
    padding-left: 30px;
  }
}

.articles .text {
  margin-bottom: 8px;
  padding-left: 16px;
}

.articles .text-bold {
  padding-left: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  width: 100%;
}

.articles .link-red {
  margin-left: 16px;
}

.articles .wrap {
  max-width: 1366px;
}

@media (max-width: 900px) {
  .articles .wrap {
    padding: 0;
  }
}

.articles-news {
  padding-top: 60px;
  padding-bottom: 25px;
}

.articles-pt-60 {
  padding-top: 60px;
}

.articles__item {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.articles__date {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #939293;
  padding-left: 16px;
  margin-bottom: 8px;
}

.articles__img {
  width: 100%;
  margin-bottom: 32px;
  height: 415px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
}

@media (max-width: 991px) {
  .articles__img {
    height: 270px;
  }
}

.articles__img img {
  max-width: 100%;
}

@media (max-width: 900px) {
  .articles__date {
    padding-left: 0;
  }
  .articles .text-bold {
    padding-left: 0;
  }
  .articles .text {
    padding-left: 0;
  }

  .articles .link-red {
    margin-left: 0;
  }
  .articles__list-carousel {
    /* padding-left: 30px; */
    padding: 0 30px;
  }
}

.articles__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .articles__list {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.articles__list .articles__item {
  max-width: calc(100% / 3 - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 50px;
}

@media (max-width: 770px) {
  .articles__list .articles__item {
    max-width: calc(100% / 2 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
}

@media (max-width: 450px) {
  .articles__list .articles__item {
    max-width: 100%;
  }
}

.articles-menu {
  padding-top: 40px;
}

.articles-menu .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.articles-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 700px) {
  .articles-menu__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.articles-menu__list li {
  position: relative;
}

.articles-menu__list li::after {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #fff;
}

.articles-menu__list li:last-child::after {
  display: none;
}

.articles-menu__list a {
  display: block;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (max-width: 700px) {
  .articles-menu__list a {
    padding: 5px 8px;
  }
}

.articles-menu__list li.active a {
  color: #EC3F3A;
}

.gallery {
  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;
  /* margin-bottom: -150px; */
}

.gallery-instagram {
  position: relative;
  margin-bottom: -150px;
}

.gallery .text {
  max-width: 640px;
  margin-bottom: 90px;
  text-align: center;
}

@media (max-width: 700px) {
  .gallery .text {
    padding: 0 30px;
    margin-bottom: 40px;
  }
}

.gallery .title {
  margin-bottom: 30px;
}

.gallery-carousel {
  max-width: 950px;
}

@media (max-width: 1000px) {
  .gallery-carousel {
    max-width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 800px) {
  .gallery-carousel {
    max-width: 70%;
  }
}

.gallery-carousel .owl-stage-outer {
  overflow: inherit;
}

.dealers-block {
  position: relative;
  background: none;
}

.dealers-block h2.title {
  font-size: 64px;
  line-height: 82px;
}

@media (max-width: 991px) {
  .dealers-block h2.title {
    font-size: 48px;
    line-height: 61px;
    text-align: center;
  }
}

@media (max-width: 650px) {
  .dealers-block h2.title {
    font-size: 30px;
    line-height: 38px;
  }
}

.dealers-block .gm-style .gm-style-iw-c {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
}

.dealers-block .gm-style .gm-style-iw-d {
  overflow: hidden !important;
}

.dealers-block .gm-ui-hover-effect {
  top: 6px !important;
  right: 6px !important;
}

.dealers-block .dealer__list {
  display: none;
  margin-top: 20px;
  max-width: 395px;
  width: 100%;
  max-height: 190px;
}

.dealers-block #results {
  max-width: 395px;
  width: 100%;
}

.dealers-block .label-input {
  width: 100%;
}

.dealers-block .btn-red {
  width: auto;
}

.dealers {
  background: #434445 url("../img/bg/dealers-img.png") center/cover no-repeat;
  /* background: #434445; */
  /* padding-top: 267px;
  padding-bottom: 160px; */
  padding-top: 214px;
  padding-bottom: 214px;
}

@media (max-width: 650px) {
  .dealers {
    padding-top: 200px;
    padding-bottom: 94px;
  }
}

.dealers .placeholder {
  display: none!important;
}

.dealers .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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .dealers .wrap {
    padding: 0 20px;
  }
}

.dealers .logo {
  margin-bottom: 10px;
  position: relative;
}

.dealers .title {
  margin-bottom: 70px;
  position: relative;
}

@media (max-width: 650px) {
  .dealers .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 390px) {
  .dealers .title {
    font-size: 20px;
  }
}

@media (max-width: 650px) {
  .dealers .btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.dealers__form {
  position: relative;
}

.dealers__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 450px) {
  .dealers__form .label-input {
    width: 100%;
    max-width: 50%;
  }
}

.dealers__form .label-input input {
  border-right: none;
  height: 100%;
  min-width: 187px;
}

@media (max-width: 450px) {
  .dealers__form .label-input input {
    min-width: 100%;
  }
}

@media (max-width: 650px) {
  .dealers__form .label-input input {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.dealers__result {
  position: absolute;
  top: -50px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.11);
  border-radius: 66px;
  padding: 7px 17px 7px 29px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #000000;
}

.dealers__result::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: #fff;
}

.dealers__result::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #CD3332;
  border-radius: 50%;
}

.category-dealers {
  padding-top: 214px;
  padding-bottom: 214px;
}

@media (max-width: 600px) {
  .category-dealers {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.footer {
  padding-top: 60px;
}

@media (max-width: 1000px) {
  .footer {
    padding-top: 40px;
  }
}

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

@media (max-width: 1000px) {
  .footer .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer .logo {
  padding-top: 20px;
  width: 240px;
  min-width: 240px;
  margin-right: 150px;
}

@media (max-width: 1000px) {
  .footer .logo {
    margin-bottom: 42px;
  }
}

@media (max-width: 650px) {
  .footer .logo {
    max-width: 111px;
    min-width: 111px;
  }
}

@media (max-width: 550px) {
  .footer .logo {
    margin-right: 0;
  }
}

.footer .logo img {
  width: 100%;
}

.footer__list {
  width: 100%;
  max-width: calc(100% / 4 * 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1000px) {
  .footer__list {
    max-width: 100%;
  }
}

@media (max-width: 650px) {
  .footer__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer__list>.menu-item-has-children>a {
  display: none;
}

.footer__list a {
  margin-bottom: 18px;
}

.sub-menu .menu-item-has-children>a {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 35px;
}

.sub-menu .sub-menu {
  margin-bottom: 35px;
}

@media (max-width: 650px) {
  .footer__item {
    margin-bottom: 29px;
  }
}

.footer__item .text-bold {
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 650px) {
  .footer__item .text-bold {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}

.footer__item .text-medium {
  margin-bottom: 20px;
}

@media (max-width: 650px) {
  .footer__item .text-medium {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
  }
}

.footer__item .footer__block:nth-child(2) {
  padding-top: 30px;
}

.footer__bottom {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #939293;
}

.footer__bottom .wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

@media (max-width: 500px) {
  .footer__menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer__menu a {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #939293;
  padding: 5px;
  position: relative;
}

.footer__menu a::after {
  content: "";
  width: 1px;
  height: 9px;
  display: inline-block;
  background-color: #939293;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0px;
}

.footer__menu li:first-child a {
  padding-left: 0;
}

.footer__menu li:last-child a::after {
  display: none;
}

.footer__copy {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #939293;
}

@media (max-width: 400px) {
  .footer__copy {
    font-size: 10px;
    margin-bottom: 35px;
  }
}

@media (max-width: 320px) {
  .footer__copy {
    max-width: 120px;
  }
}

.footer__copy-mb {
  margin-bottom: 42px;
}

@media (min-width: 1000px) {
  .footer__copy-mb {
    display: none;
  }
}

@media (max-width: 1000px) {
  .footer__copy-lg {
    display: none;
  }
}

.product-top {
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #434445;
}

@media (max-width: 1100px) {
  .product-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.product-top .wrap {
  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;
  max-width: 1370px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 750px) {
  .product-top .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.breadcrumbs,
.woocommerce-breadcrumb {
  max-width: 100%;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs a,
.breadcrumbs span,
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 1100px) {

  .breadcrumbs a,
  .breadcrumbs span,
  .woocommerce-breadcrumb a,
  .woocommerce-breadcrumb span {
    font-size: 14px;
    line-height: 18px;
  }
}

.breadcrumbs .divider,
.woocommerce-breadcrumb .divider {
  padding: 0 8px;
}

.breadcrumbs a,
.woocommerce-breadcrumb a {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.breadcrumbs a:hover,
.woocommerce-breadcrumb a:hover {
  opacity: 0.8;
}

.product__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__unit form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}

.product__unit .quantity {
  max-width: 51px;
  width: 100%;
  margin-right: 8px;
} 

.product__unit .btn {
  padding: 7px 37px 8px;
  cursor: pointer;
  white-space: nowrap;
}

.product__unit .dealers__result {
  top: auto;
  bottom: -50px;
  left: 0;
  white-space: nowrap;
  margin: 0 auto;
}

.product__unit .dealers__result::before {
  bottom: auto;
  top: -6px;
}

.product__unit-mb {
  z-index: 2;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .product__unit-mb {
    display: none;
  }
}

.product__unit_sell {
  flex-direction: column;
  align-items: flex-end;
  margin: 0 0 15px auto;
}

.product__unit_sell .product__price {
  margin-right: 0;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .product-top .product__unit-lg {
    display: none;
  }

  .product__unit_sell {
    max-width: 100%;
    width: 100%;
    margin: 0;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }

  .product__unit_sell .product__price {
    margin-right: 15px;
    margin-bottom: 0;
  }

  .product__unit_sell .btn {
    padding: 7px 15px 8px;
    /* padding: 2px 12px 3px; */
    /* border-radius: 4px; */
  }
}

.woocommerce-variation.single_variation {
  display: none!important;
}

.product__unit_sell .variations_form.cart {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
}

.product__unit_sell .variations_form.cart > div {
  width: 100%;
}

.product__unit_sell .variations_form.cart select {
  display: block;
  max-width: 250px;
  width: 100%;
  background: #1B181A;
  border: 1px solid #939293;
  color: #ffffff;
  margin: 0 0 15px auto;
}

.product__unit_sell .variations_form.cart .variations_button {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}

.product__unit_sell .variations_form.cart .single_add_to_cart_button {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.3s ease, border 0.3s ease;
  background: #CD3332;
  border: 1px solid #CD3332;
  padding: 7px 37px 8px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .product__unit_sell {
    flex-flow: column;
    align-items: flex-start;
  }

  .product__unit_sell .product__price {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .product__unit_sell .product-price__title {
    display: none;
  }

  .product__unit_sell .variations_form.cart {
    flex-flow: row;
  }

  .product__unit_sell .variations_form.cart select {
    margin-bottom: 0;
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .product-name .page-title {
    display: none;
  }

  .product__unit_sell .variations_form.cart {
    flex-flow: column;
  }

  .product__unit_sell .product-price__title {
    display: block;
  }

  .product__unit_sell .variations_form.cart select {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 550px) {
  .product__unit_sell .variations_form.cart .variations_button {
    justify-content: flex-start;
  }
}

.product__price {
  font-weight: bold;
  font-size: 32px;
  line-height: 41px;
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 30px;

  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.product-price__title{
  display: inline-block;
  max-width: 250px;
  /* width: 100%; */
  width: auto;
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .product__price {
    font-size: 24px;
    line-height: 31px;
  }
}

@media (max-width: 410px) {
  .product__price {
    font-size: 18px;
  }
}

.product-name {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .product-name {
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 2;
  }
}

.product-name .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1370px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 750px) {
  .product-name .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .product-name .wrap {
    -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;
  }
}

.product-name .page-title {
  margin-right: 44px;
}

.number-views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 680px) {
  .number-views-lg {
    display: none;
  }
}

.number-views-mb {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 3;
}

@media (min-width: 680px) {
  .number-views-mb {
    display: none;
  }
}

.product-img {
  position: relative;
}

.number-views__img {
  background: rgba(236, 63, 58, 0.6);
  border: 1px solid #EC3F3A;
  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;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 12px;
}

@media (max-width: 680px) {
  .number-views__img {
    background: #EC3F3A;
  }
}

.number-views__img img {
  max-width: 90%;
}

.number-views__text {
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
}

@media (max-width: 680px) {
  .number-views__text {
    color: #000000;
  }
}

.product-carousel {
  background-color: #EBEBEB;
  padding-top: 30px;
  padding-bottom: 30px;
}

.product-carousel__item .wrap {
  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;
  max-height: 480px;
}

.product-carousel__item .wrap img {
  /* max-height: 100%;
  width: auto;
  max-width: 100%; */
  width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .product-carousel__item .wrap img {
    width: 100%;
    max-height: unset;
    height: auto;
  }
}

.product__link-anchor {
  padding-top: 60px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 850px) {
  .product__link-anchor {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.product__link-anchor a {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.product__link-anchor a::after {
  content: "";
  background: url("../img/icon/icon-nav.png") center/cover no-repeat;
  height: 13px;
  width: 8px;
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 850px) {
  .product__link-anchor a::after {
    display: none;
  }
}

.product__link-anchor a:hover {
  opacity: 0.8;
}

.product-tab__carousel {
  max-width: 901px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

@media (max-width: 850px) {
  .product-tab__carousel {
    margin-bottom: 0;
  }
}

.product-tab__carousel .owl-stage-outer {
  overflow: inherit;
}

.product-tab__carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-tab__item {
  background: #FFFFFF;
  border: 1px solid #939293;
  padding: 25px;
  min-height: 200px;
  max-height: 200px;
  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;
  overflow: hidden;
}

.product-tab__item img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.product__info {
  padding-top: 30px;
  padding-bottom: 90px;
}

.product__info .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1260px;
}

@media (max-width: 850px) {
  .product__info .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.product__details {
  width: 100%;
  max-width: calc(100% - 500px);
}

@media (max-width: 850px) {
  .product__details {
    max-width: 100%;
  }
}

.product__details .title {
  margin-bottom: 20px;
}

.product__details p {
  font-weight: normal;
  font-size: 18px;
  line-height: 158.6%;
  color: #ffffff;
  margin-bottom: 20px;
}

.product__details a {
  display: inline-block;
}

.product-specs {
  width: 420px;
}

@media (max-width: 850px) {
  .product-specs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }
}

.product-specs .title {
  margin-bottom: 20px;
}

.product-specs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 25px 15px;
  border-bottom: 1px solid #ffffff;
}

@media (max-width: 850px) {
  .product-specs__item {
    padding: 25px 0;
  }
}

.product-specs__item:last-child {
  border-bottom: none;
}

.product-specs__item a {
  display: inline-block;
}

.product-specs__dt {
  max-width: calc(100% / 5 * 2);
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  line-height: 158.6%;
  color: #ffffff;
  margin-right: 30px;
  white-space: nowrap;
}

@media (max-width: 410px) {
  .product-specs__dt {
    font-size: 16px;
  }
}

.product-specs__dd {
  font-weight: normal;
  font-size: 18px;
  line-height: 158.6%;
  color: #ffffff;
}

@media (max-width: 410px) {
  .product-specs__dd {
    font-size: 16px;
  }
}

.pagination {
  max-width: 100%;
  width: 100%;
}

.pagination .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pagination__info {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 5px;
}

.pagination__chart {
  width: 300px;
  height: 6px;
  background: #EBEBEB;
  border-radius: 10px;
  margin-bottom: 20px;
}

@media (max-width: 340px) {
  .pagination__chart {
    width: 260px;
  }
}

.pagination__chart-active {
  height: 100%;
  background: #EC3F3A;
  border-radius: 10px;
  width: 100%;
  max-width: calc(100% / 42 * 9);
}

#load-posts a {
  font-family: 'Rajdhani', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #CD3332;
}

.page-template-page-news #load-posts {
  margin-bottom: 53px;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-links>span,
.nav-links>a {
  margin: 0 10px;
}

.article .wrap {
  max-width: 880px;
}

.article .article__block,
.article blockquote {
  margin: 0 auto;
  max-width: 480px;
  width: 100%;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
}

@media (max-width: 950px) {

  .article .article__block,
  .article blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.article .article__block h3,
.article .article__block p,
.article blockquote h3,
.article blockquote p {
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
  z-index: 2;
  position: relative;
}

.article .article__block a::after,
.article blockquote a::after {
  display: none;
}

.article .article__block::before,
.article blockquote::before {
  content: "";
  width: 86px;
  height: 119px;
  background: rgba(124, 123, 123, 0.4);
  left: -22px;
  top: 0px;
  position: absolute;
  z-index: 1;
}

.article .page-title {
  text-align: center;
  padding-top: 53px;
}

.article p {
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  /* padding: 20px 0; */
  padding: 20px 0 0;
  margin-bottom: 60px;
}

@media (max-width: 950px) {
  .article p {
    padding: 15px 0;
    font-size: 16px;
  }
}

/* .article .wp-block-columns .wp-block-column {
  padding: 20px;
} */

/* @media (max-width: 410px) {
  .article .wp-block-columns .wp-block-column {
    padding: 0;
  }
} */

.article .wp-block-columns .wp-block-column .wp-block-column {
  padding: 0;
}

@media (max-width: 410px) {
  .article .wp-block-columns .wp-block-column .wp-block-column {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}

@media (max-width: 410px) {
  .article .wp-block-columns .wp-block-column .wp-block-column:last-child {
    margin-bottom: 0px;
  }
}

.article .wp-block-columns .wp-block-column img {
  width: 100%;
  height: auto;
}

.article .wp-block-image {
  margin: 0;
}

.article .wp-block-image.size-large {
  margin: -20px 0 60px;
}

.article .wp-block-image img {
  height: auto;
}

.article .article__img {
  padding: 20px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 950px) {
  .article .article__img {
    padding: 15px 0;
  }
}

.article .article__img img {
  max-width: 100%;
}

.article h2 {
  /* padding: 40px 0; */
  padding: 0 0 60px;
  font-weight: bold;
  font-size: 48px;
  line-height: 61px;
  text-transform: uppercase;
  color: #ffffff;
}

@media (max-width: 950px) {
  .article h2 {
    font-size: 30px;
    line-height: 40px;
    /* padding: 30px 0; */
  }
}

.article h3 {
  /* padding: 20px 0; */
  padding: 0 0 20px;
  font-weight: bold;
  font-size: 32px;
  line-height: 130%;
  color: #ffffff;
}

@media (max-width: 950px) {
  .article h3 {
    /* padding: 15px 0; */
    font-size: 28px;
  }
}

.article a {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #CD3332;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: inline-block;
}

.link-has-image::after {
  display: none;
}

@media (max-width: 950px) {
  .article a {
    font-size: 16px;
  }
}

.article a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  background-color: #CD3332;
  left: 0;
  right: 0;
}

.article a:hover {
  opacity: 0.6;
}

.article h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  padding: 0 0 20px;
}

@media (max-width: 950px) {
  .article h4 {
    padding: 15px 0;
    font-size: 20px;
  }
}

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

@media (max-width: 410px) {
  .article .article__gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.article .article__gallery .article__img {
  max-width: calc(100% / 2 - 15px);
}

@media (max-width: 410px) {
  .article .article__gallery .article__img {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}

@media (max-width: 410px) {
  .article .article__gallery .article__img:last-child {
    margin-bottom: 0px;
  }
}

.article h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 30px 0;
}

@media (max-width: 950px) {
  .article h5 {
    padding: 15px 0;
    font-size: 16px;
  }
}

.article h6 {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #939293;
  padding: 30px 0;
}

@media (max-width: 950px) {
  .article h6 {
    padding: 15px 0;
    font-size: 14px;
  }
}

.article .article__two-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
}

@media (max-width: 950px) {
  .article .article__two-block {
    padding: 15px 0;
  }
}

@media (max-width: 650px) {
  .article .article__two-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.article .article__two-block div {
  max-width: calc(100% / 2 - 25px);
  width: 100%;
}

@media (max-width: 650px) {
  .article .article__two-block div {
    max-width: 100%;
  }
}

.article ul,
.article ol {
  padding: 0;
  margin: 0;
}

.article ul li,
.article ol li {
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  padding-left: 20px;
  position: relative;
}

.article ul li::before,
.article ol li::before {
  position: absolute;
  left: 0;
}

.article ul li::before {
  top: 12px;
  content: "";
  width: 6px;
  height: 6px;
  background: #EC3F3A;
  border-radius: 50%;
}

.article ol {
  counter-reset: list;
}

.article ol li::before {
  counter-increment: list;
  content: counter(list);
  color: #EC3F3A;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}

.article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

@media (max-width: 950px) {
  .article__info {
    margin-bottom: 30px;
  }
}

.article__info div,
.article__info a {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #939293;
  padding: 5px 30px;
  opacity: 1;
}

@media (max-width: 950px) {

  .article__info div,
  .article__info a {
    padding: 5px 15px;
    font-size: 14px;
  }
}

@media (max-width: 410px) {

  .article__info div,
  .article__info a {
    font-size: 12px;
    padding: 5px 10px;
  }
}

.article__info div::after,
.article__info a::after {
  display: none;
}

.cart {
  background-color: #1C1C1C;
  padding-bottom: 138px;
}

.cart .wrap {
  max-width: 1090px;
}

.cart .page-title {
  text-align: center;
  padding: 40px 0 20px;
}

#cart#post-14 {
  border: 3px solid red;
}

.cart-table__head {
  padding: 7px 0;
  border-bottom: 1px solid #D9D9D9;
  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;
}

@media (max-width: 800px) {
  .cart-table__head {
    display: none;
  }
}

.cart-table__head div {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.cart-table__head .cart-table__product {
  padding-left: 0;
  max-width: 40%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 33px;
}

@media (max-width: 1100px) {
  .cart-table__head .cart-table__product {
    max-width: calc(100% - 300px);
  }
}

@media (max-width: 800px) {
  .cart-table__head .cart-table__product {
    max-width: 100%;
  }
}

.cart-table__head .cart-table__delete {
  width: 20px;
  display: none;
}

.cart-table__head .cart-table__img {
  width: 77px;
  display: none;
}

.cart-table__head .cart-table__text {
  padding-left: 61px;
}

.cart-table__line {
  padding: 32px 0;
  border-bottom: 1px solid #D9D9D9;
  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;
}

@media (max-width: 800px) {
  .cart-table__line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.cart .woocommerce-cart-form__cart-item td {
  padding: 32px 0;
  border-bottom: 1px solid #D9D9D9;
}

.cart-table__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 40%;
  min-width: 40%;
  width: 100%;
  padding-left: 33px;
}

@media (max-width: 1100px) {
  .cart-table__product {
    max-width: calc(100% - 300px);
  }
}

@media (max-width: 800px) {
  .cart-table__product {
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: auto;
    position: relative;
  }
}

@media (max-width: 580px) {
  .cart-table__product {
    padding-right: 30px;
    padding-left: 0;
  }
}

.cart-table__product .cart-table__name {
  padding-top: 0;
  padding-bottom: 0;
}

.cart-table__delete {
  width: 20px;
  height: 20px;
  background: url("../img/icon/icon-close-cart.svg") center no-repeat;
  margin-right: 45px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 580px) {
  .cart-table__delete {
    position: absolute;
    right: 0;
    margin-right: 0;
  }
}

.cart-table__delete:hover {
  opacity: 0.8;
}

.cart-table__delete::after {
  display: none;
}

.cart-table__img {
  width: 77px;
  height: 47px;
  margin-right: 35px;
}

.cart-table__img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  background: #ffffff;
}

.cart-table__img img {
  height: auto;
  max-width: 100%;
}

.cart-table__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.cart-table__name:hover {
  opacity: 0.8;
}

.cart-table__des {
  font-weight: normal;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: -10px;
}

.cart-table__price {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  max-width: 20%;
}

@media (max-width: 1100px) {
  .cart-table__price {
    max-width: 100px;
  }
}

@media (max-width: 400px) {
  .cart-table__price {
    max-width: 33%;
    text-align: left;
  }
}

.cart-table__qty {
  width: 100%;
  max-width: 20%;
  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;
}

@media (max-width: 1100px) {
  .cart-table__qty {
    max-width: 100px;
  }
}

@media (max-width: 400px) {
  .cart-table__qty {
    max-width: 33%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.cart-table__qty label {
  display: none !important;
}

.cart-table__qty input {
  width: 78px;
  height: 45px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background: #ffffff;
  padding: 8px 30px 8px 20px;
  font-family: Rajdhani;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}

.cart__bottom::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

.cart-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  margin-top: 20px;
  max-width: 300px;
  width: 100%;
}

@media (max-width: 800px) {
  .cart-coupon {
    margin-bottom: 30px;
  }
}

.cart-coupon form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coupon-label-input {
  width: 100%;
}

.coupon-label-input input {
  padding: 8px 13px;
  font-weight: normal;
  font-size: 15px;
  line-height: 29px;
  color: #1B181A;
  width: 100%;
  height: 100%;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  border-right: none;
}

.coupon-label-input ::-webkit-input-placeholder {
  font-weight: normal;
  font-size: 15px;
  line-height: 29px;
  color: #1B181A;
}

.coupon-label-input ::-moz-placeholder {
  font-weight: normal;
  font-size: 15px;
  line-height: 29px;
  color: #1B181A;
}

.coupon-label-input ::-moz-placeholder {
  font-weight: normal;
  font-size: 15px;
  line-height: 29px;
  color: #1B181A;
}

.coupon-label-input [placeholder] {
  font-weight: normal;
  font-size: 15px;
  line-height: 29px;
  color: #1B181A;
}

.cart-coupon-submit {
  max-width: 33%;
  width: 100%;
  padding: 10px 31px;
  border: 1px solid #EC3F3A;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #EC3F3A;
}

.cart-results {
  float: right;
  padding-top: 20px;
  max-width: 377px;
  width: 100%;
}

.cart-results .btn {
  padding-top: 11px;
  padding-bottom: 11px;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 2px;
}

@media (max-width: 450px) {
  .cart-results .btn {
    font-size: 20px;
  }
}

@media (max-width: 350px) {
  .cart-results .btn {
    font-size: 18px;
  }
}

.cart__update {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 27px;
}

@media (max-width: 800px) {
  .cart__update {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 30px;
  }
}

.cart__update a,
.cart__update button {
  background: none;
  border: none;
}

.cart__update a::after,
.cart__update button::after {
  display: none;
}

.cart__update a::before,
.cart__update button::before {
  content: "";
  background: url("../img/icon/icon-cart-update.svg") center no-repeat;
  width: 16px;
  height: 16px;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
}

.cart__full {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  color: #5D5D5D;
  padding: 16px 30px;
  background-color: #EBEBEB;
  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;
  margin-top: -1px;
}

.cart__full .woocommerce-remove-coupon {
  position: absolute;
  right: 30px;
  bottom: 0;
}

.cart__full-total {
  font-weight: bold;
  font-size: 20px;
  line-height: 45px;
  color: #333333;
  background-color: #E3E3E3;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 20px;
}

.order {
  background-color: #1C1C1C;
  padding-top: 40px;
  padding-bottom: 180px;
}

@media (max-width: 540px) {
  .order {
    padding-bottom: 100px;
  }
}

.order .page-title {
  text-align: center;
  margin-bottom: 30px;
}

.order .order-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  padding-left: 30px;
}

@media (max-width: 1040px) {
  .order .order-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }
}

.order .order-details .form-title {
  width: 100%;
}

.woocommerce-order .order {
  padding-top: 0;
}

.order-block {
  margin-bottom: 40px;
}

@media (max-width: 850px) {
  .order-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.order-block__list {
  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-left: 10px;
}

@media (max-width: 850px) {
  .order-block__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 200px;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .order-block__list {
    max-width: 50%;
  }
}

.order-block__list .order-block__item {
  max-width: calc(100% / 5);
  width: 100%;
}

@media (max-width: 850px) {
  .order-block__list .order-block__item {
    max-width: 100%;
  }
}

.order-block__list-head {
  font-weight: normal;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

@media (max-width: 850px) {
  .order-block__list-head {
    border-bottom: none;
  }
}

@media (max-width: 350px) {
  .order-block__list-head {
    font-size: 10px;
  }
}

.order-block__list-head .order-block__item {
  padding: 7px 5px;
}

@media (max-width: 850px) {
  .order-block__list-head .order-block__item {
    padding: 10px 5px;
  }
}

.order-block__list-body {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}

@media (max-width: 350px) {
  .order-block__list-body {
    font-size: 14px;
  }
}

.order-block__list-body .order-block__item {
  padding: 45px 5px;
}

@media (max-width: 850px) {
  .order-block__list-body .order-block__item {
    padding: 10px 5px;
  }
}

.order-details__block-left {
  max-width: 575px;
  width: 100%;
}

.order-details__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: left;
}

.order-details__text {
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.order-details__block-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: calc(100% - 600px);
  width: 100%;
}

@media (max-width: 1040px) {
  .order-details__block-right {
    max-width: 575px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 500px) {
  .order-details__block-right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.col2-set.addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 100%;
  width: 100%;
}

.order-details__unit {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 1040px) {
  .order-details__unit {
    margin-right: 50px;
  }

  .order-details__unit:last-child {
    margin-right: 0;
  }
}

.login {
  background-color: #1C1C1C;
}

@media (max-width: 540px) {
  .login {
    padding-bottom: 250px;
  }

  .checkout .login {
    padding-bottom: 0;
  }
}

.login form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}

@media (max-width: 540px) {
  .login form {
    border-bottom: none;
  }
}

.login form .error-login {
  position: absolute;
  left: 0;
  top: calc(100% + 3px);
  font-size: 10px;
  line-height: 1;
  color: #EC3F3A;
}

.login form .error-login strong, .login form .error-login a {
  color: #ffffff;
}

/* .page-id-16 .woocommerce-notices-wrapper {
  display: none!important;
} */

.login .woocommerce-notices-wrapper {
  margin-bottom: 30px;
}

.login .woocommerce-error {
  padding: 8px 15px;
}

.login .wrap {
  max-width: 575px;
  padding: 0;
}

.login .page-title {
  text-align: center;
  /* margin-bottom: 130px; */
  margin-bottom: 60px;
}

/* @media (max-width: 540px) {
  .login .page-title {
    margin-bottom: 60px;
  }
} */

.login .label-submit {
  max-width: 198px;
  margin-right: 40px;
  margin-bottom: 20px;
}

@media (max-width: 450px) {
  .login .label-submit {
    margin-right: 0;
    max-width: 100%;
  }
}

.login input[type="submit"] {
  max-width: 198px;
}

@media (max-width: 540px) {
  .login .label-checkbox {
    max-width: 100%;
  }
}

.login .label-checkbox .text {
  font-weight: normal;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.lost-password {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.results {
  background-color: #1C1C1C;
  padding-top: 50px;
  padding-bottom: 90px;
}

@media (max-width: 450px) {
  .results {
    padding-bottom: 50px;
  }
}

.results .wrap {
  max-width: 1090px;
}

.results .page-title {
  margin-bottom: 90px;
  text-align: center;
}

@media (max-width: 450px) {
  .results .page-title {
    margin-bottom: 50px;
  }
}

.results .pagination {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.results__info {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 43px;
}

@media (max-width: 450px) {
  .results__info {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.results__info span {
  font-weight: 700;
}

.results__item {
  border-top: 1px solid #fff;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.results__item:last-child {
  border-bottom: 1px solid #fff;
}

@media (max-width: 450px) {
  .results__item {
    -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;
  }
}

.results__block {
  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;
}

.results__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

@media (max-width: 450px) {
  .results__name {
    display: inline;
  }

  .results__name p {
    display: inline;
  }
}

.results__term {
  color: #7C7B7B;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  margin-right: 5px;
}

.results__definition {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
}

.results__link {
  margin-bottom: 5px;
}

@media (max-width: 650px) {
  .results__link {
    text-decoration: underline;
    display: inline;
  }
}

.results__link .link-red {
  text-transform: inherit;
  font-weight: 400;
}

@media (max-width: 650px) {
  .results__link .link-red {
    font-size: 14px;
  }

  .results__link .link-red::after {
    display: none;
  }
}

.results__link span {
  font-weight: 700;
}

.results__exposition {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}

.results__exposition span {
  font-weight: 700;
}

.results__img {
  width: 68px;
  min-width: 68px;
  height: 68px;
  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;
  margin-right: 32px;
  background-color: #fff;
}

@media (max-width: 450px) {
  .results__img {
    margin-bottom: 20px;
  }
}

.results__img img {
  max-width: 90%;
  max-height: 90%;
}

.dealer {
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
  padding-top: 50px;
  padding-bottom: 140px;
}

.dealer .search-form#results {
  display: block;
  position: static;
  padding: 0;
  margin-bottom: 70px;
  max-width: 340px;
  position: relative;
  z-index: 1;
}

.dealer .input-search {
  padding-left: 20px;
}

.dealers__form .input-search_mb, .dealer .input-search_mb {
  display: none;
}

@media (max-width: 767px) {
  .dealers__form .input-search, .dealer .input-search {
    display: none;
  }

  .dealers__form .input-search_mb, .dealer .input-search_mb {
    display: block;
  }
}

.dealer .page-title {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.dealer .wrap {
  max-width: 1370px;
}

.dealer__map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 0;
}

.dealer__map > div {
  background-color: #333333!important;
}

.dealer__map img {
  min-width: 100%;
  max-width: 100%;
}

.dealer__list {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 17px 18px;
  max-width: 500px;
  max-height: 410px;
  overflow: auto;
}

.dealer__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 15px;
}

.dealer__item {
  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: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  position: relative;
}

@media (max-width: 550px) {
  .dealer__item {
    -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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.dealer__item .link-red {
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
}

.dealer__item .link-red::after {
  display: none;
}

.dealer__item::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #CD3332;
  -webkit-transition: 0.3s width linear;
  -o-transition: 0.3s width linear;
  transition: 0.3s width linear;
}

.dealer__item:hover {
  cursor: pointer;
}

.dealer__item:hover::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
}

.dealer__item .dealer__name,
.dealer__item .dealer__address span {
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.dealer__item.active .dealer__name,
.dealer__item.active .dealer__address span {
  color: #CD3332;
}

.dealer-in-stock {
  position: absolute;
  top: 15px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 550px) {
  .dealer-in-stock {
    max-width: 100%;
    width: 100%;
    position: relative;
    top: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 5px;
  }
}

.dealer-in-stock::before {
  content: '';
  display: block;
  width: 11px;
  height: 8px;
  background: url("../img/icon/dealer-in-stock.svg") center/cover no-repeat;
  margin-right: 7px;
  position: relative;
  top: -2px;
}

.dealer__info {
  max-width: 230px;
}

@media (max-width: 550px) {
  .dealer__info {
    max-width: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 5px;
  }
}

.dealer__name {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 1px;
  color: #000000;
}

.dealer__address {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #9B9B9B;
}

@media (max-width: 550px) {
  .dealer__btn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.gm-style .gm-style-iw-c {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}

.gm-ui-hover-effect {
  top: 6px !important;
  right: 6px !important;
}

.marker {
  max-width: 346px;
  width: 100%;
  top: 400px;
  right: 20%;
}

@media (max-width: 1100px) {
  .marker {
    right: 30px;
  }
}

@media (max-width: 930px) {
  .marker {
    display: none;
  }
}

.marker__img {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.marker__block {
  background-color: #fff;
  padding: 30px;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.marker__block::before {
  content: "";
  width: 26px;
  height: 26px;
  background: #FFFFFF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
  right: 0;
  top: -13px;
  margin: 0 auto;
  position: absolute;
}

.marker__block .dealer__info {
  margin-bottom: 8px;
  max-width: 100%;
}

.marker__block .dealer__name {
  margin-bottom: 8px;
}

.marker__block .link-red {
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
}

.marker__block .link-red::after {
  display: none;
}

.marker__close {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 10px;
  right: 10px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.marker__close:hover {
  opacity: 0.7;
}

.marker__close::after,
.marker__close::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 18px;
  height: 1px;
  background-color: #1B181A;
  position: absolute;
}

.marker__close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.marker__close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.our-story .text,
.our-story p {
  margin-bottom: 32px;
}

.privacy-policy .text-content h4 {
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 32px;
}

.privacy-policy .text-content .text,
.privacy-policy .text-content p {
  margin-bottom: 32px;
}

.terms-conditions .wrap_1131 {
  max-width: 1191px;
}

@media (max-width: 767px) {
  .terms-conditions .wrap_1131 {
    max-width: 1161px;
    padding: 0 15px;
  }
}

.terms-conditions .text-content {
  color: #ffffff;
  margin-bottom: 97px;
}

.terms-conditions .text-content h4 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .terms-conditions .text-content h4 {
    font-size: 20px;
  }
}

.terms-conditions .text-content ol {
  margin-top: 0;
  padding-left: 31px;
  counter-reset: myCounter;
}

@media (max-width: 767px) {
  .terms-conditions .text-content ol {
    padding-left: 20px;
  }
}

.terms-conditions .text-content ol>li {
  margin-bottom: 32px;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .terms-conditions .text-content ol>li {
    font-size: 16px;
  }
}

.terms-conditions .text-content ol>li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  display: block;
  width: 20px;
  margin-right: 11px;
  position: absolute;
  top: 0;
  left: -31px;
}

@media (max-width: 767px) {
  .terms-conditions .text-content ol>li:before {
    left: -20px;
  }
}

.terms-conditions .text-content ol p {
  margin-bottom: 32px;
}

.terms-conditions .text-content ol table {
  margin-bottom: 50px;
}

.terms-conditions .text-content ol table:last-child {
  margin-bottom: 0;
}

.terms-conditions .text-content ol td:first-child {
  width: 150px;
}

@media (max-width: 767px) {
  .terms-conditions .text-content ol td:first-child {
    width: 100px;
  }
}

.terms-conditions .text-content ol a {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  color: #EC3F3A;
}

.terms-conditions .text-content ul {
  padding-left: 20px;
  margin-bottom: 32px;
}

.terms-conditions .text-content ul>li {
  list-style: disc;
}

.training .text-content h4.mb-small {
  margin-bottom: 15px;
}

.training .text-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.training .text-content ul li {
  max-width: 50%;
  width: 100%;
  font-size: 18px;
  color: #EC3F3A;
}

@media (max-width: 767px) {
  .training .text-content ul li {
    max-width: 100%;
  }
}

.training .text-content ul li span,
.training .text-content ul li p {
  color: #ffffff;
}

.training .text-content ul.ul-full li {
  max-width: 100%;
}

.training .text-content a {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #EC3F3A;
}

.training .text-content .text, .training .text-content p {
  margin-bottom: 32px;
}

.contract-win {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .contract-win {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .contract-win>.wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contract-win-country {
  padding-top: 76px;
}

.contract-win-country h2.title {
  text-align: center;
  max-width: 100%;
  width: 100%;
  margin-bottom: 67px;
}

.contract-win-country .contract-win-country__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contract-win-country .contract-win-country__wrap a {
  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;
  margin: 0 48px;
}

@media (max-width: 900px) {
  .contract-win-country .contract-win-country__wrap {
    justify-content: space-between;
    align-items: flex-start;
  }

  .contract-win-country .contract-win-country__wrap a {
    margin: unset;
    width: 20%;
  }
}


.contract-win-country .contract-win-country__wrap .image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.contract-win-country .contract-win-country__wrap span {
  font-family: 'Rajdhani', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  color: #939293;
}

.contract-win-country__list {
  margin-bottom: 30px;
}

.contract-win-country__list .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contract-win-country__list .wrap a {
  padding: 0 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .contract-win-country__list .wrap a {
    padding: 15px;
    max-width: 33%;
    width: 100%;
    margin-bottom: 0;
  }
}

.contract-win-country__list .wrap a .image {
  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;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid transparent;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 21px;
}

@media (max-width: 767px) {
  .contract-win-country__list .wrap a .image {
    margin-bottom: 10px;
  }
}

.contract-win-country__list .wrap a img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.contract-win-country__list .wrap a span {
  font-family: Rajdhani;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  color: #939293;
}

@media (max-width: 767px) {
  .contract-win-country__list .wrap a span {
    font-size: 16px;
    line-height: 1;
  }
}

.contract-win-country__list .wrap a.active .image {
  background: rgba(236, 63, 58, 0.6);
  border: 1px solid #EC3F3A;
}

.contract-win:nth-child(even) {
  background: #444547;
}

.contract-win .product__info {
  padding-top: 0;
  padding-bottom: 0;
}

.contract-win .product__info .wrap {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .contract-win .product__info .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contract-win .product__title {
  font-family: Rajdhani;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 61px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .contract-win .product__title {
    font-size: 25px;
    line-height: 1;
  }
}

.contract-win .product__title span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 30px;
  position: relative;
  top: -5px;
}

@media (max-width: 767px) {
  .contract-win .product__title span {
    top: 0;
  }
}

.contract-win .product__image {
  background: #FFFFFF;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1px solid #FFFFFF;
  order: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
}

.contract-win .product__image img {
  max-width: 100%;
}

.contract-win h4 {
  font-family: Rajdhani;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 28px;
}

.contract-win .product__details {
  max-width: 586px;
}

.contract-win .product__details .btn {
  max-width: 171px;
}

.contract-win .product-specs__item {
  border-bottom: none;
  padding: 0;
  margin-bottom: 20px;
}

.woocommerce-pagination,
.lmt-woocommerce-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
}

.woocommerce-pagination::before,
.lmt-woocommerce-pagination::before {
  content: '';
  display: block;
  width: 100%;
}

.woocommerce-pagination .page-numbers,
.lmt-woocommerce-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce-pagination span,
.woocommerce-pagination a,
.lmt-woocommerce-pagination span,
.lmt-woocommerce-pagination a {
  margin: 0 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #CD3332;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.woocommerce-pagination span.current,
.woocommerce-pagination a.current,
.lmt-woocommerce-pagination span.current,
.lmt-woocommerce-pagination a.current {
  background: #CD3332;
}

.woocommerce-pagination span:hover,
.woocommerce-pagination a:hover,
.lmt-woocommerce-pagination span:hover,
.lmt-woocommerce-pagination a:hover {
  background: #CD3332;
}

#load-posts,
.search-load-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
}

#load-posts span,
#load-posts a,
.search-load-post span,
.search-load-post a {
  font-family: 'Rajdhani', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #CD3332;
}

.search-paginations-wrap {
  margin-top: 55px;
  width: 100%;
}

.my-account {
  padding-top: 40px;
  padding-bottom: 120px;
  background: #1C1C1C;
}

.my-account::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

.my-account a {
  display: inline-block;
  font-weight: bold;
}

.woof_redraw_zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .woof_redraw_zone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.woof_redraw_zone>div:not(.woof_submit_search_form_container) {
  max-width: 337px;
  width: 100%;
  display: block;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .woof_redraw_zone>div:not(.woof_submit_search_form_container) {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 27px;
  }
}

.woof_edit_view {
  display: none !important;
}

.woof_products_top_panel {
  display: none !important;
}

.woof_submit_search_form_container {
  width: 171px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

@media (max-width: 991px) {
  .woof_submit_search_form_container {
    max-width: 100%;
    width: 100%;
  }
}

.woof_submit_search_form_container button {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  padding: 22px 25px 23px;
  -webkit-transition: background 0.3s ease, border 0.3s ease;
  -o-transition: background 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, border 0.3s ease;
  background: #CD3332;
  border: 1px solid #CD3332;
  max-width: 170px;
  min-width: 170px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .woof_submit_search_form_container button {
    max-width: 100%;
    width: 100%;
    min-width: auto;
  }
}

.woof_submit_search_form_container button:hover {
  background: #434445;
  border: 1px solid #ffffff;
}

.woof_submit_search_form_container button.woof_submit_search_form {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.woof_submit_search_form_container button.woof_reset_search_form {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: none !important;
}

.woof_block_html_items select {
  display: none !important;
}

.wc_payment_methods.payment_methods.methods {
  width: 100%;
}

.wc_payment_methods.payment_methods.methods .wc_payment_method.payment_method_paytrace {
  position: relative;
}

.wc_payment_methods.payment_methods.methods .payment_method_paytrace>label {
  width: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 81px;
  right: 20px;
  color: transparent;
  z-index: 1;
  font-size: 0px;
}

@media (max-width: 450px) {
  .wc_payment_methods.payment_methods.methods .payment_method_paytrace>label {
    top: 125px;
    right: auto;
    left: 0;
  }
}

.wc_payment_methods.payment_methods.methods .payment_method_paytrace>label img {
  width: 35px;
  margin-right: 7px;
}

.wc_payment_methods.payment_methods.methods .payment_method_paytrace>label img:last-child {
  margin-right: 0;
}

.wc_payment_methods.payment_methods.methods #paytrace-cards-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wc_payment_methods.payment_methods.methods .paytrace-number-wrapper {
  width: 100%;
}

@media (max-width: 450px) {
  .wc_payment_methods.payment_methods.methods .paytrace-number-wrapper {
    margin-bottom: 30px;
  }
}

.wc_payment_methods.payment_methods.methods .paytrace-expiry-wrapper,
.wc_payment_methods.payment_methods.methods .paytrace-cvc-wrapper {
  width: 50%;
}

.wc_payment_methods.payment_methods.methods .clear {
  display: none;
}

.woocommerce-billing-fields__field-wrapper .select2-selection__arrow,
.woocommerce-shipping-fields .select2-selection__arrow,
.woocommerce-additional-fields__field-wrapper .select2-selection__arrow,
.woocommerce-form-login .select2-selection__arrow {
  background: url("../img/icon/select-button.svg") center/8px no-repeat;
}

.woocommerce-billing-fields__field-wrapper .select2-selection__arrow b,
.woocommerce-shipping-fields .select2-selection__arrow b,
.woocommerce-additional-fields__field-wrapper .select2-selection__arrow b,
.woocommerce-form-login .select2-selection__arrow b {
  display: none !important;
}

.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-additional-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-form-login .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 14px !important;
}

.woocommerce-billing-fields__field-wrapper p>label,
.woocommerce-shipping-fields p>label,
.woocommerce-additional-fields__field-wrapper p>label,
.woocommerce-form-login p>label {
  /* .payment-details label */
  display: none !important;
}

.woocommerce-billing-fields__field-wrapper #order_comments_field .woocommerce-input-wrapper,
.woocommerce-shipping-fields #order_comments_field .woocommerce-input-wrapper,
.woocommerce-additional-fields__field-wrapper #order_comments_field .woocommerce-input-wrapper,
.woocommerce-form-login #order_comments_field .woocommerce-input-wrapper {
  display: block;
}

.woocommerce-billing-fields__field-wrapper #order_comments_field .woocommerce-input-wrapper.no-empty textarea,
.woocommerce-shipping-fields #order_comments_field .woocommerce-input-wrapper.no-empty textarea,
.woocommerce-additional-fields__field-wrapper #order_comments_field .woocommerce-input-wrapper.no-empty textarea,
.woocommerce-form-login #order_comments_field .woocommerce-input-wrapper.no-empty textarea {
  padding-top: 16px;
}

/* .woocommerce-billing-fields__field-wrapper #order_comments_field .placeholder,
.woocommerce-shipping-fields #order_comments_field .placeholder,
.woocommerce-additional-fields__field-wrapper #order_comments_field .placeholder,
.woocommerce-form-login #order_comments_field .placeholder {
  top: 10px;
} */

.woocommerce-billing-fields__field-wrapper .placeholder,
.woocommerce-shipping-fields .placeholder,
.woocommerce-additional-fields__field-wrapper .placeholder,
.woocommerce-form-login .placeholder {
  white-space: nowrap;
  position: absolute;
  top: -8px;
  left: 14px;
  z-index: 1;
  font-family: 'Rajdhani', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.1;
  color: #1B181A;
  /* color: red!important; */
  opacity: 0;
  -webkit-transition: top 0.3s linear, opacity 0.3s linear;
  -o-transition: top 0.3s linear, opacity 0.3s linear;
  transition: top 0.3s linear, opacity 0.3s linear;
}

.no-empty .placeholder {
  opacity: 1;
  top: 5px;
}

.no-empty input[type="text"], .no-empty input[type="email"], .no-empty input[type="tel"] {
  padding-top: 14px;
  padding-bottom: 2px;
}

.woocommerce-billing-fields__field-wrapper .placeholder .optional,
.woocommerce-billing-fields__field-wrapper .placeholder .required,
.woocommerce-shipping-fields .placeholder .optional,
.woocommerce-shipping-fields .placeholder .required,
.woocommerce-additional-fields__field-wrapper .placeholder .optional,
.woocommerce-additional-fields__field-wrapper .placeholder .required,
.woocommerce-form-login .placeholder .optional,
.woocommerce-form-login .placeholder .required {
  display: none !important;
}

.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-shipping-fields .woocommerce-input-wrapper,
.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-form-login .woocommerce-input-wrapper {
  display: block;
  position: relative;
  -webkit-transition: padding-top 0.3s linear, padding-bottom 0.3s linear;
  -o-transition: padding-top 0.3s linear, padding-bottom 0.3s linear;
  transition: padding-top 0.3s linear, padding-bottom 0.3s linear;
}

.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper.no-empty [type="text"],
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper.no-empty [type="email"],
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper.no-empty [type="tel"],
.woocommerce-shipping-fields .woocommerce-input-wrapper.no-empty [type="text"],
.woocommerce-shipping-fields .woocommerce-input-wrapper.no-empty [type="email"],
.woocommerce-shipping-fields .woocommerce-input-wrapper.no-empty [type="tel"],
.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper.no-empty [type="text"],
.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper.no-empty [type="email"],
.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper.no-empty [type="tel"],
.woocommerce-form-login .woocommerce-input-wrapper.no-empty [type="text"],
.woocommerce-form-login .woocommerce-input-wrapper.no-empty [type="email"],
.woocommerce-form-login .woocommerce-input-wrapper.no-empty [type="tel"] {
  padding-top: 16px;
  padding-bottom: 0px;
}

.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper.no-empty .placeholder,
.woocommerce-shipping-fields .woocommerce-input-wrapper.no-empty .placeholder,
.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper.no-empty .placeholder,
.woocommerce-form-login .woocommerce-input-wrapper.no-empty .placeholder {
  opacity: 1;
}

/* .woocommerce-billing-fields__field-wrapper .woocommerce-form__label-for-checkbox,
.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox,
.woocommerce-additional-fields__field-wrapper .woocommerce-form__label-for-checkbox,
.woocommerce-form-login .woocommerce-form__label-for-checkbox {
  margin-bottom: 16px;
} */

.woocommerce-billing-fields__field-wrapper .woocommerce-form__label-for-checkbox,
.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox,
.woocommerce-additional-fields__field-wrapper .woocommerce-form__label-for-checkbox,
.woocommerce-form-login .woocommerce-form__label-for-checkbox {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.woocommerce-billing-fields__field-wrapper .woocommerce-form__label-for-checkbox .text,
.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox .text,
.woocommerce-additional-fields__field-wrapper .woocommerce-form__label-for-checkbox .text,
.woocommerce-form-login .woocommerce-form__label-for-checkbox .text {
  padding-right: 18px;
}

.woocommerce-billing-fields__field-wrapper .select2-selection__rendered,
.woocommerce-shipping-fields .select2-selection__rendered,
.woocommerce-additional-fields__field-wrapper .select2-selection__rendered,
.woocommerce-form-login .select2-selection__rendered {
  display: block;
  padding: 8px 13px;
  font-weight: normal;
  font-size: 15px;
  line-height: 29px;
  color: #1B181A;
  width: 100%;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  border-right: none;
  height: auto;
  border-radius: 0;
}

.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-additional-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-form-login .select2-container--default .select2-selection--single .select2-selection__arrow {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* .woocommerce-billing-fields__field-wrapper #billing_city_field,
.woocommerce-billing-fields__field-wrapper #shipping_city_field,
.woocommerce-shipping-fields #billing_city_field,
.woocommerce-shipping-fields #shipping_city_field,
.woocommerce-additional-fields__field-wrapper #billing_city_field,
.woocommerce-additional-fields__field-wrapper #shipping_city_field,
.woocommerce-form-login #billing_city_field,
.woocommerce-form-login #shipping_city_field {
  top: 0;
  bottom: 0;
  margin: auto;
} */

.woocommerce-billing-fields__field-wrapper #billing_city_field,
.woocommerce-billing-fields__field-wrapper #shipping_city_field,
.woocommerce-shipping-fields #billing_city_field,
.woocommerce-shipping-fields #shipping_city_field,
.woocommerce-additional-fields__field-wrapper #billing_city_field,
.woocommerce-additional-fields__field-wrapper #shipping_city_field,
.woocommerce-form-login #billing_city_field,
.woocommerce-form-login #shipping_city_field,
.wc_payment_methods.payment_methods.methods .paytrace-expiry-wrapper {
  max-width: 48.1% !important;
  margin-right: 0 !important;
  /* float: left !important; */
  width: 100% !important;
}

.woocommerce-billing-fields__field-wrapper #billing_state_field,
.woocommerce-billing-fields__field-wrapper #shipping_state_field,
.woocommerce-shipping-fields #billing_state_field,
.woocommerce-shipping-fields #shipping_state_field,
.woocommerce-additional-fields__field-wrapper #billing_state_field,
.woocommerce-additional-fields__field-wrapper #shipping_state_field,
.wc_payment_methods.payment_methods.methods .paytrace-cvc-wrapper {
  max-width: 48.1% !important;
  margin-right: 0 !important;
  /* float: right !important; */
  width: 100% !important;
}

@media (min-width: 451px) {
  .wc_payment_methods.payment_methods.methods .paytrace-expiry-wrapper, 
  .wc_payment_methods.payment_methods.methods .paytrace-cvc-wrapper {
    max-width: 145px!important;
    width: 100%!important;
  }

  .wc_payment_methods.payment_methods.methods .paytrace-cvc-wrapper {
    margin: 0 auto 0 16px!important;
  }
}


.paytrace-create-account.card {
  display: block!important;
  max-width: 100%;
  width: 100%;
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
  font-weight: normal;
  font-size: 15px;
  line-height: 29px;
  color: #1B181A;
}

#billing_country_field .woocommerce-input-wrapper,
#shipping_country_field .woocommerce-input-wrapper {
  display: block;
  font-weight: normal;
  font-size: 15px;
  line-height: 29px;
  color: #1B181A;
  width: 100%;
  background-color: #fff;
  border-right: none;
}

#billing_country_field .woocommerce-input-wrapper .select2-container,
#shipping_country_field .woocommerce-input-wrapper .select2-container {
  display: block;
}

/* #billing_country_field .woocommerce-input-wrapper .select2-selection,
#shipping_country_field .woocommerce-input-wrapper .select2-selection {
  padding: 8px 13px 9px;
} */

#billing_country_field .woocommerce-input-wrapper strong,
#shipping_country_field .woocommerce-input-wrapper strong {
  font-family: 'Rajdhani', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 29px;
  color: #1B181A;
}


.chosen-container-single {
  display: none !important;
}

.woocommerce-form-login-toggle {
  margin-bottom: 16px;
}

.woocommerce-form-login-toggle .woocommerce-info, .woocommerce-message {
  padding: 8px 15px;
}

.woocommerce-info a {
  display: inline-block;
}

.cat-video, .cat-image {
  max-width: 860px;
  width: 100%;
  margin: 0 auto 25px;
}

.cat-video .video-btn {
  width: 82px;
  height: 82px;
}

.cat-video .video-btn::after {
  background: url("../img/icon/icon-video-play.png") center/16px no-repeat;
}

.cat-video .video-block {
  position: relative;
}

.cat-image img {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .cat-video .video-btn {
    width: 50px;
    height: 50px;
  }

  .cat-video .video-btn::after {
    background: url("../img/icon/icon-video-play.png") center/10px no-repeat;
  }
}

/* contact form 7 */
.fix-form-size .placeholder {
  display: none!important;
}

.screen-reader-response {
  display: none!important;
}

.fix-form-size label br {
  display: none!important;
}

.fix-form-size .wpcf7-form-control-wrap {
  display: block;
}

.fix-form-size .your-message textarea {
  height: 95px;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  font-size: 9px;
  line-height: 1;
  color: #EC3F3A;
}

/* Theme My Login */
body.tml-action .tml, body.tml-action header.entry-header {
  max-width: 575px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

body.tml-action .tml {
  padding-bottom: 120px;
}

body.tml-action header.entry-header {
  padding-top: 40px;
}

@media (max-width: 767px) {
  body.tml-action .tml, body.tml-action header.entry-header {
    padding-left: 42px;
    padding-right: 42px;
  }
}

body.tml-action header.entry-header h1.entry-title {
  font-weight: bold;
  font-size: 64px;
  line-height: 82px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin-bottom: 60px;
}

body.tml-action .tml .tml-field {
  padding: 8px 13px;
  font-weight: normal;
  font-size: 15px;
  line-height: 29px;
  color: #1B181A;
  width: 100%;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  border-right: none;
}

body.tml-action .tml .tml-button {
  background: #EC3F3A;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 377px;
  width: 100%;
  padding: 13px 25px;
  border: 0 !important;
  cursor: pointer;
}

body.tml-action .tml .tml-links {
  border-top: 1px solid #ffffff;
  padding-top: 8px;

  display: flex;
}

body.tml-action .tml .tml-links li {
  margin-right: 14px;
}

body.tml-action .tml .tml-links li:last-child {
  margin-right: 0;
}

body.tml-action .tml .tml-links a {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #CD3332;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

body.tml-action .tml .tml-links a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  background-color: #CD3332;
  left: 0;
  right: 0;
}

body.tml-action .tml .tml-links a:hover {
  opacity: 0.6;
}
/* .tml {
  display: none;
} */

.SocialMediaHeader {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 40px;
}

.SocialMediaHeader li {
  margin-right: 12px;
}

.SocialMediaHeader li:last-child {
  margin-right: 0px;
}

@media (max-width: 450px) {
  .SocialMediaHeader {
    display: none;
  }
}

.DealersInfo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.DealersInfo .dealer__btn {
  cursor: pointer;
}

del.original-computed-price {
  display: none;
}