/* BASE STYLES */

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

html,
body {
  height: 100%;
}

body,
ul,
input[type="radio"] {
  margin: 0;
}

body {
  color: #161616;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  background-color: #fff;
  line-height: 0.8;
  font-weight: 400;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

ul,
input,
td {
  padding: 0;
}

ul {
  list-style-type: none;
}

address {
  font-style: normal;
  margin-bottom: 0;
  line-height: inherit;
}

a {
  display: inline-block;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  user-select: none;
}

input,
button {
  user-select: none;
  font-family: inherit;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
select {
  -webkit-appearance: none;
}

input:focus,
select:focus {
  outline: none;
}

input[type="checkbox"],
button {
  cursor: pointer;
}

button {
  font-size: inherit;
}

button:focus,
input[type="submit"] {
  outline: none !important;
}

select {
  -moz-appearance: none;
  appearance: none;
  -o-appearance: none;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
}

@media screen and (min-width: 991px) {
  html,
  body {
    scroll-behavior: smooth;
  }
}

/* UTILITES */

.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

/* WRAPPER */

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

/* PAGE */

.page {
  flex: 1 1 auto;
  position: relative;
}

/* CONTAINER */

.container {
  width: 100%;
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .container {
    padding: 0 30px;
  }
}

/* ----------------------------FOR PAGES----------------------------------- */

/* COLUMNS */

#column-left.col-sm-3 {
  padding-left: 0;
  padding-right: 0;
}

/* BUTTONS */

.buttons {
  margin: 30px 0 0 0;
}

.btn,
.primary-btn,
.secondary-btn,
.not-stock-btn {
  transition: background-color 0.4s;
  width: 100%;
  font-weight: 700;
  min-width: 51px;
  height: 54px;
}

.btn {
  border: 1px solid #454545;
  padding: 16px 23px;
  display: block;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  line-height: inherit;
  background-color: transparent;
  max-width: 198px;
  box-shadow: none;
  line-height: 1.2;
}

.btn:focus {
  outline: none;
}

.btn:hover,
.primary-btn,
.primary-btn:hover {
  color: #fff !important;
}

.btn:hover,
.primary-btn {
  background-color: #ff7429;
}

.btn:hover {
  border-color: #ff7429;
}

.primary-btn,
.secondary-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.primary-btn {
  border: none;
  padding: 15px 23px;
}

.primary-btn:hover {
  background-color: #454545;
}

.secondary-btn,
.secondary-btn:hover,
.secondary-btn:focus {
  color: #fff;
}

.secondary-btn {
  background-color: #454545;
  border: none;
}

.secondary-btn:hover,
.secondary-btn:focus {
  background-color: #ff7429;
  outline: none;
}

.not-stock-btn {
  cursor: default !important;
  pointer-events: none;
}

.not-stock-btn:hover {
  background-color: #454545 !important;
}

@media screen and (max-width: 767px) {
  .btn {
    max-width: none !important;
  }
}

@media screen and (max-width: 600px) {
  .buttons div {
    width: 100%;
  }

  .buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
  }
}

/* ADDITIONAL BUTTONS */

.favourite-btn,
.btn-sotring select {
  background-color: transparent;
}

.favourite-btn,
.btn-sotring::before,
.btn-sotring::after {
  position: absolute;
}

.favourite-btn {
  padding: 0;
  top: 15px;
  right: 15px;
  border: none;
}

.favourite-btn:hover .favourite-btn__icon svg path,
.favourite-btn-active .favourite-btn__icon svg path {
  fill: #ff7429;
}

.btn-sotring {
  padding: 0 10px 0 0;
  color: #121212;
  position: relative;
  display: flex;
  align-items: center;
}

.btn-sotring::before,
.btn-sotring::after {
  content: "";
  width: 5px;
  height: 1px;
  top: 50%;
  right: 0;
  margin-top: -2px;
  background-color: #454545;
}

.btn-sotring::before {
  transform: translateY(-50%) rotate(-45deg);
  margin-right: -3px;
}

.btn-sotring::after {
  transform: translateY(-50%) rotate(45deg);
}

.btn-sorting__label {
  font-size: inherit;
  margin-bottom: 0;
  margin-right: 10px;
  border: none;
}

.btn-sorting__icon {
  display: none;
}

.btn-sotring select {
  line-height: 30px;
  max-width: 136px;
  font-weight: 700;
  border: none;
}

.btn-filter {
  background-color: transparent;
  border: none;
  padding: 0;
}

.btn-filter svg {
  margin-bottom: -2px;
  margin-right: 8px;
}

.btn-filter span {
  margin-left: 3px;
}

.cart-button {
  text-decoration: none;
  padding: 2px 15px;
  text-align: center;
  line-height: 2.93;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .btn-sorting__label span {
    display: none;
  }

  .btn-sorting__icon {
    display: block;
  }

  .favourite-btn {
    top: 10px;
    right: 5px;
  }
}

@media screen and (max-width: 515px) {
  .btn-filter span {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .btn-sorting__label {
    position: absolute;
    left: 7px;
    z-index: -1;
  }

  .btn-sotring select {
    padding-left: 22px;
    max-width: 0;
  }
}

/* BACKDROPS */

.dropdown-backdrop {
  z-index: 0;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s, visibitity 0.4s;
  padding: 20px 15px;
  z-index: 1000;
}

.backdrop.is-hidden {
  opacity: 0;
  visibility: hidden;
}

/* FOR FORMS */

.form-horizontal {
  width: 100%;
}

.control-label,
.form-group:last-child {
  margin-bottom: 0;
}

.control-label,
.form-control {
  font-size: inherit !important;
}

.control-label {
  line-height: 1.2;
}

.input-group input {
  font-size: 14px;
}

.form-control,
.search-input {
  height: 54px !important;
}

.form-control {
  border-radius: 0;
  border-color: #454545 !important;
  color: inherit;
}

.has-error .form-control {
  border-color: #ff7429;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #ff7429 !important;
}

.form-control:focus,
.has-error .form-control {
  box-shadow: none;
}

.search-input {
  padding: 17px 23px;
  font-size: inherit;
  border-radius: 1px;
  border: 1px #454545 solid;
  flex-grow: 1;
}

.radio-block {
  display: flex;
}

.radio-inline,
.radio label {
  font-size: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }

  .form-horizontal .control-label {
    padding-top: 0;
  }

  .form-horizontal
    .control-label:not(
      #account-address .form-horizontal .control-label,
      .return-section .form-horizontal .control-label,
      .contact-section .form-horizontal .control-label
    ) {
    padding-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .control-label {
    margin-bottom: 10px;
  }
}

/* AGREE */

.agree-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.agree-block .agree {
  color: inherit;
}

.agree-block .agree:hover {
  color: #ff7429;
}

.agree-block__text {
  display: flex;
  align-items: center;
  line-height: 1.2;
  gap: 5px;
}

.agree-block__checkbox {
  margin: 0 !important;
}

.agree-block__button {
  margin-top: 15px;
}

@media screen and (max-width: 425px) {
  .agree-block {
    width: 100%;
  }

  .agree-block__button {
    max-width: none;
  }
}

/* MARKS */

.mark {
  font-size: 12px;
  line-height: 0.86;
  position: absolute;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
}

.mark.mark-stock,
.mark.mark-new {
  left: 13px;
}

.mark.mark-stock {
  color: #fff;
  background-color: #ff7429;
  height: 22px;
  top: 16px;
}

.mark.mark-new,
.mark.mark-no-stock {
  background-color: #fff;
  color: #454545;
  bottom: 16px;
}

.mark.mark-no-stock {
  right: 13px;
}

/* LINKS */

a:hover,
a:focus {
  color: #ff7429;
}

a:focus {
  text-decoration: none;
}

.agree b {
  color: #454545 !important;
}

.agree b:hover {
  color: #ff7429 !important;
}

/* LOGO */

#logo {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 480px) {
  #logo svg {
    width: 90px;
  }
}

/* ALERT */

.alert-message {
  position: fixed;
  top: 20px;
  z-index: 20;
  width: 100%;
}

.alert {
  border-radius: 0;
  padding: 25px;
  margin-bottom: 0;
  line-height: 1.2;
  position: relative;
}

.alert a {
  display: inline;
}

.alert-success,
.alert-warning,
.opc-alert-danger,
.alert-danger,
.ch-alert-danger,
.alert-info {
  background-color: #fff !important;
  border: 1px solid #f5f5f5 !important;
}

.alert-success,
.alert-success a,
.alert-warning,
.opc-alert-danger,
.alert-danger,
.ch-alert-danger,
.alert-info {
  color: #454545 !important;
}

.alert-success a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.opc-alert-danger svg {
  display: none !important;
}

.close {
  opacity: 1;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%);
  right: 25px !important;
}

@media screen and (max-width: 992px) {
  .alert {
    padding: 20px;
  }

  .close {
    right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .alert {
    padding: 15px 40px 15px 15px;
  }

  .close {
    right: 15px !important;
  }
}

/* TEXTS */

.text-danger {
  margin-top: 10px;
  line-height: 1.2;
}

/* SELECTS */

select::-webkit-scrollbar {
  width: 5px;
}

select::-webkit-scrollbar-thumb {
  background: #ff7429;
  border-radius: 5px;
}

/* SECTION */

.section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 40px;
  color: inherit;
}

.section__buttons {
  display: flex;
  gap: 10px;
}

.section-text {
  line-height: 1.71;
}

.section-text a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.section-text a:hover {
  color: #ff7429;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

/* PRODUCT SLIDER */

.btn-prev,
.btn-next {
  background-color: transparent;
  border: none;
  padding: 0;
}

.carousel-nav {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  justify-content: space-between;
  margin-top: -20px;
  align-items: center;
  width: 100%;
  transform: translateY(-50%);
  z-index: -1;
}

.btn-prev {
  margin-left: -25px;
}

.btn-next {
  transform: rotate(180deg);
  margin-right: -25px;
}

@media screen and (max-width: 767px) {
  .carousel-nav {
    display: none;
  }
}

/* SECTION BANNER */

.banner-section {
  margin: 0 0 30px !important;
  border: none !important;
}

.banner-section__text,
.banner-section__btn {
  font-weight: 700;
  text-transform: uppercase;
}

.banner-section__text,
.banner-section__btn {
  text-align: center;
}

.banner-section__text {
  color: #fff;
  font-size: 40px;
  line-height: 1.36;
  max-width: 623px;
  margin-bottom: 35px;
}

.banner-section__btn {
  color: inherit;
  font-size: 14px;
  background-color: #fff;
  text-decoration: none;
  width: 132px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .banner-section__text {
    font-size: 38px;
    max-width: 710px;
  }
}

@media screen and (max-width: 600px) {
  .banner-section__text {
    font-size: 22px;
    max-width: 634px;
    margin-bottom: 20px;
  }
}

/* PRODUCT CARD */

.product-card {
  position: relative;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-card:hover .product-card__sizes {
  opacity: 1;
  visibility: visible;
}

.no-stock {
  filter: grayscale(1);
}

/* PRODUCT CARD IMAGE */

.product-card__image,
.product-card__image img,
.product-card__image-img {
  width: 100%;
}

.product-card__image {
  position: relative;
}

.product-card__image:hover .product-card__image-img {
  opacity: 1;
  visibility: visible;
}

.product-card__image-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}

/* PRODUCT CARD TEXT */

.product-card__brand,
.product-card__name,
.product-card__price {
  font-size: 14px;
}

.product-card__brand,
.product-card__price {
  line-height: 0.86;
}

.product-card__brand,
.product-card__name {
  margin-bottom: 8px;
}

.product-card__brand {
  font-weight: 700;
  margin-top: 15px;
  text-transform: uppercase;
}

.product-card__name {
  text-decoration: none;
  color: inherit;
  text-align: center;
  line-height: 1.4;
  flex: 1 1 auto;
}

.product-card__price {
  margin-bottom: 0;
}

/* STOCK PRICE */

.product-card__stock-price {
  display: flex;
  gap: 15px;
  align-items: center;
}

.product-card__old-price,
.product-card__current-price {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
}

.product-card__old-price {
  color: #505050;
  text-decoration: line-through;
}

.product-card__current-price {
  color: #454545;
  font-weight: 700;
}

/* PRODUCT CARD SIZES */

.product-card__sizes {
  margin-bottom: 0;
  margin-top: -15px;
  color: #454545;
  font-size: 14px;
  line-height: 0.85;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  display: flex;
  gap: 10px;
  top: 100%;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  max-height: 38px;
  min-height: 38px;
  overflow-y: auto;
}

.product-card__sizes::-webkit-scrollbar {
  width: 5px;
}

.product-card__sizes::-webkit-scrollbar-thumb {
  background-color: #ff7429;
  border-radius: 5px;
}

.product-card__sizes a {
  color: #454545;
}

.product-card__sizes a:hover {
  color: #ff7429;
}

@media screen and (max-width: 992px) {
  .product-card__sizes {
    opacity: 1;
    visibility: visible;
  }
}

/* PAGE TITLE SECTION */

.page-title-section {
  padding-top: 25px;
  padding-bottom: 20px;
}

.page-title-section__breadcrumbs {
  overflow-x: auto;
  overflow-y: hidden;
}

.breadcrumds,
.breadcrumbs__item {
  display: flex;
}

.breadcrumds {
  gap: 13px;
  padding-bottom: 2px;
}

.breadcrumbs__item,
.breadcrumbs__link {
  color: #121212;
}

.breadcrumbs__item {
  white-space: nowrap;
}

.breadcrumbs__item:last-child span {
  display: none;
}

.breadcrumbs__link {
  text-decoration: none;
  margin-right: 12px;
}

.page-title-section__heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 40px;
  color: inherit;
}

@media screen and (max-width: 600px) {
  .page-title-section {
    padding-bottom: 10px;
  }

  .page-title-section__heading {
    margin-top: 25px;
  }
}

/* LOGOTYPE */

.logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .logo {
    top: auto;
  }
}

/* SOCIALS */

.socials {
  display: flex;
  gap: 15px;
}

/* TAB SPOLLER */

.tab-spoller__section {
  border-bottom: 1px solid #f1f1f1;
}

.tab-spoller__title,
.tab-spoller__text {
  font-size: 15px;
  line-height: 1.87;
}

.tab-spoller__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
  padding-top: 14px;
  padding-bottom: 14px;
}

.tab-spoller__title.description-text {
  cursor: default;
}

.tab-spoller__btn-toggle {
  transition: transform 0.4s;
}

.tab-spoller__btn-toggle.opened {
  transform: rotate(45deg);
}

/* PROMO */

.promo {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2f2f2f;
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 992px) {
  .promo {
    padding: 6px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2f2f2f;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
  }
}

/* HEADER */

.header {
  padding-top: 23px;
  background-color: #ff7429;
  position: relative;
}

/* HEADER TOP */

.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header__top {
    position: static;
  }
}

/* HEADER MENUS */

.header__menus {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header__burger-btn {
  width: 19px;
  height: 16px;
  display: none;
}

@media screen and (max-width: 992px) {
  .header__burger-btn {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .header__menus {
    gap: 20px;
  }
}

/* MOBILE MENU */

.mobile-menu {
  position: absolute;
  width: calc(100% + 60px);
  height: calc((100vh - 70px));
  background-color: #fff;
  left: -30px;
  top: 47px;
  transition: transform 0.4s;
  border-top: 1px solid #f1f1f1;
  transform: translateX(calc(-100% - 30px));
  z-index: 21;
  overflow: hidden;
}

.mobile-menu.is-open {
  transform: translateX(0);
}

.mobile-menu__manufacturers {
  padding-left: 30px;
  padding-right: 30px;
  flex: 1 1 auto;
  overflow-y: auto;
}

.mobile-menu__manufacturers .category-menu__item {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.mobile-menu__list {
  overflow-x: auto;
  margin-right: 15px;
  margin-left: 15px;
}

.mobile-menu__section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .mobile-menu {
    left: 0;
    top: 100%;
    width: 100%;
  }

  .mobile-menu__manufacturers {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobile-menu__section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* SUBCATEGORY MENU */

.subcategory-menu,
.subcategory-menu__header {
  display: flex;
}

.subcategory-menu {
  position: absolute;
  width: 100%;
  height: calc(100svh - 70px);
  background-color: #fff;
  left: 0;
  top: -54px;
  transition: transform 0.4s;
  transform: translateX(calc(-100% - 30px));
  z-index: 25;
  flex-direction: column;
}

.subcategory-menu.active {
  transform: translateX(0);
}

.subcategory-menu__header {
  align-items: center;
  justify-content: space-between;
  padding-left: 13px;
  padding-right: 13px;
  border-bottom: 1px solid #f1f1f1;
  color: inherit;
  font-weight: 700;
}

.subcategory-menu__button {
  padding: 17px;
}

.subcategory-menu__button.btn-back {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .subcategory-menu__header {
    padding-left: 0;
    padding-right: 0;
  }
}

/* HEADER SELECTS */

.header__selects {
  display: flex;
  gap: 20px;
  align-items: center;
}

.header__select-item,
.header__select-btn {
  position: relative;
}

.header__select-item:hover .select-menu {
  opacity: 1;
  visibility: visible;
}

.header__select-item .dropdown-menu {
  min-width: 58px;
  left: 50%;
  transform: translateX(-50%);
}

.header__select-btn {
  padding: 0 13px 0 0;
  color: #fff;
  background-color: transparent;
  border: none;
}

.header__select-btn::before,
.header__select-btn::after {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: 50%;
}

.header__select-btn::before {
  transform: rotate(45deg) translateY(-50%);
  margin-right: 4px;
}

.header__select-btn::after {
  transform: rotate(-45deg) translateY(-50%);
}

.header__select-icon {
  display: none;
}

@media screen and (max-width: 767px) {
  .header__select-item {
    position: static;
  }
}

@media screen and (max-width: 600px) {
  .header__select-btn span {
    display: none;
  }

  .header__select-icon {
    display: block;
  }
}

@media screen and (max-width: 425px) {
  .header__select-item:last-child .header__select-btn {
    display: none;
  }
}

/* HEADER SELECT MENU */

.select-menu,
.dropdown-menu {
  background-color: #fff;
  padding: 20px;
  z-index: 22;
  top: 30px;
  border: 1px solid #f1f1f1;
}

.dropdown-menu {
  margin-top: 0;
  box-shadow: none;
  border-radius: 0;
}

.select-menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.select-item:not(:last-child) {
  margin-bottom: 16px;
}

.select-link {
  background-color: transparent;
  padding: 0;
  border: none;
  color: #121212 !important;
  font-size: 14px;
  line-height: 0.86 !important;
  white-space: nowrap;
  position: relative;
  text-align: center;
}

.select-link::before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  white-space: nowrap;
}

.select-link:hover::before {
  font-weight: 700;
}

.select-link > span {
  color: transparent;
}

@media screen and (max-width: 767px) {
  .select-menu,
  .dropdown-menu {
    width: 100%;
    top: 100%;
  }

  .open > .dropdown-menu,
  .select-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* HEADER BUTTONS */

.header__buttons {
  display: flex;
  gap: 20px;
  align-items: center;
}

.header__button,
.header__button-icon {
  background-color: transparent;
  padding: 0;
  border: none;
}

.header__button .dropdown-menu {
  min-width: auto;
  top: 35px;
}

.dropdown-menu > li > a {
  padding: 0;
}

.dropdown-menu > li > a:hover {
  background: none;
}

#cart {
  margin-bottom: 0 !important;
}

.header__button-icon {
  position: relative;
  cursor: pointer;
}

.header__button-icon-count {
  position: absolute;
  bottom: -3px;
  right: -2px;
  font-size: 9px;
  line-height: 1.56;
  background-color: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  color: #121212;
}

#cart .header__button-icon-count {
  bottom: -2px;
}

@media screen and (max-width: 767px) {
  .dropdown {
    position: static;
  }

  .header__button .dropdown-menu {
    top: 100%;
  }
}

@media screen and (max-width: 400px) {
  #wishlist-total {
    display: none;
  }
}

/* ACCOUNT MODAL */

.account-modal {
  max-width: 880px;
  max-height: 880px;
  background-color: #fff;
}

.account-modal .modal-content {
  max-height: 880px;
  overflow-y: auto;
  border: none;
  box-shadow: none;
}

.account-modal__close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 28px;
  background-color: transparent;
  border: none;
  padding: 0;
}

.account-modal .modal-header {
  padding: 30px 30px 0 30px;
  border-bottom: none;
}

.account-modal .modal-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 0.55;
  margin-bottom: 40px;
  color: inherit;
}

.account-modal .modal-body {
  padding: 0 30px 0;
  border-bottom: none;
}

.account-modal .modal-footer {
  border-top: none;
  padding: 0 30px 30px;
}

@media screen and (max-width: 992px) {
  .account-modal__close-btn {
    top: 20px;
    right: 20px;
  }

  .account-modal .modal-header {
    padding: 20px 20px 0 20px;
  }

  .account-modal .modal-body {
    padding: 0 20px 0;
  }

  .account-modal .modal-footer {
    padding: 0 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .account-modal__close-btn {
    top: 15px;
    right: 15px;
  }

  .account-modal .modal-header {
    padding: 15px 15px 0 15px;
  }

  .account-modal .modal-body {
    padding: 0 15px 0;
  }

  .account-modal .modal-footer {
    padding: 0 15px 15px;
  }
}

/* CART */

.cart {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  z-index: 22;
  max-width: 451px;
  padding: 20px 10px 20px 20px;
  border: 1px solid #f1f1f1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  margin-top: -10px;
}

.open .cart {
  opacity: 1;
  visibility: visible;
}

.cart__container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.cart__cards {
  max-height: 408px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
}

.cart__text-empty {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .cart {
    max-width: none;
    width: 100%;
    margin-top: 0;
    height: calc(100svh - 70px);
  }

  .cart__cards {
    max-height: calc(100svh - 250px);
    flex: 1 1 auto;
    overflow-y: auto;
  }
}

/* CART CARD */

.cart-card {
  display: flex;
  gap: 21px;
  align-items: center;
  font-size: 14px;
  padding-bottom: 3px;
}

.cart-card__image {
  flex-shrink: 0;
}

.cart-card__text,
.cart-card__price {
  flex-grow: 1;
}

.cart-card__brand,
.cart-card__name,
.cart-card__option {
  line-height: 1.2;
}

.cart-card__brand,
.cart-card__name,
.cart-card__price {
  color: #454545;
}

.cart-card__brand,
.cart-card__name,
.cart-card__old-price {
  margin-bottom: 10px;
}

.cart-card__brand,
.cart-card__current-price {
  font-weight: 700;
}

.cart-card__brand {
  text-transform: uppercase;
}

.cart-card__current-price,
.cart-card__option:last-child {
  margin-bottom: 0;
}

.cart-card__name {
  text-decoration: none;
}

.cart-card__price {
  max-width: 117px;
  text-align: right;
  white-space: nowrap;
}

.cart-card__old-price {
  text-decoration: line-through;
}

.cart-card__button {
  background-color: transparent;
  border: none;
  padding: 0;
}

/* CART FOOTER */

.cart__footer {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding-top: 20px;
  margin-right: 10px;
}

/* CART SUMMARY PRICE */

.cart__sum-price {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  color: #454545;
  line-height: 1.07;
}

.cart__sum-price:first-child {
  display: none;
}

.cart__sum-price span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

/* HEADER MENU */

.header__menu,
.header__menu-link,
.header__search-btn {
  position: relative;
}

.header__menu {
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
}

.header__menu-container,
.header__menu-list {
  display: flex;
  justify-content: center;
}

.header__menu-container {
  align-items: center;
}

#menu {
  background: none;
}

.header__menu-list {
  flex-grow: 1;
  margin-left: 20px;
}

.header__menu-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header__menu-item:hover .header__menu-link::before,
.header__menu-link.main-link:hover {
  font-weight: 700;
}

.header__menu-item:not(:last-child) {
  margin-right: 32px;
}

.header__menu-link {
  text-decoration: none;
  color: #161616 !important;
}

.header__menu-link::before,
.header__search-btn-icon {
  position: absolute;
}

.header__menu-link::before,
.header__search-btn-icon {
  left: 0;
}

.header__menu-link::before {
  content: attr(data-title);
  white-space: nowrap;
}

.header__menu-link > span {
  visibility: hidden;
}

.header__search-btn {
  background-color: transparent;
  border: none;
  padding: 0;
}

.header__search-btn-icon {
  top: 0;
}

.icon-hidden {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 992px) {
  .header__menu {
    display: none;
  }

  .header__menu-list {
    justify-content: flex-start;
    margin-left: 0;
    padding-left: 15px;
  }

  .header__menu-item.active .header__menu-link::before {
    font-weight: 700;
  }

  .header__menu-item.active .category-menu {
    z-index: 31;
  }

  .header__menu-link {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .header__menu-list {
    padding-left: 0;
  }
}

/* CATEGORY MENU */

.category-menu,
.category-menu__list-manufacturer {
  width: 100%;
}

.category-menu {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s, visibility 0.1s;
  padding-top: 28px;
  padding-bottom: 28px;
  z-index: 50;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  z-index: 30;
}

.category-menu__container,
.category-menu__section,
.category-menu__list {
  display: flex;
}

.category-menu__container,
.category-menu__list {
  flex-wrap: wrap;
}

.category-menu__container,
.category-menu__list-manufacturer {
  max-height: 454px;
}

.category-menu__container,
.category-menu__list-categories {
  overflow-y: auto;
}

.category-menu__container {
  gap: 30px 139px;
  scrollbar-gutter: stable;
}

.category-menu__container::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.category-menu__container::-webkit-scrollbar-thumb {
  background-color: #ff7429;
  border-radius: 5px;
}

.category-menu__container.home-container {
  flex-direction: column;
  align-content: flex-start;
}

.category-menu__section,
.category-menu__list {
  flex-direction: column;
}

.category-menu__section {
  overflow: hidden;
  padding-bottom: 3px;
}

.category-menu__title,
.category-menu__link-more {
  font-weight: 700;
}

.category-menu__title {
  color: #161616;
  font-size: inherit;
  align-self: flex-start;
}

.category-menu__list,
.category-menu__list-categories {
  flex: 1 1 auto;
}

.category-menu__list {
  margin-top: 24px;
  column-gap: 38px;
  max-height: 373px;
}

.category-menu__list-manufacturer {
  gap: 5px 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.category-menu__list-manufacturer .category-menu__item {
  text-transform: uppercase;
  max-width: fit-content;
}

.category-menu__item {
  max-width: 162px;
}

.category-menu__link,
.category-menu__link-more {
  text-decoration: none;
}

.category-menu__link {
  line-height: 1.9;
  color: #161616 !important;
  font-size: 14px;
}

.category-menu__link:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.category-menu__link-more {
  color: inherit;
  margin-top: 24px;
}

@media screen and (max-width: 1299px) {
  .category-menu__list-manufacturer {
    max-height: 550px;
  }

  .category-menu__list-manufacturer .category-menu__link {
    font-size: 13px;
  }
}

@media screen and (min-width: 993px) {
  .category-menu.active {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 992px) {
  .category-menu {
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 52px;
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: transform 0.4s;
    padding-bottom: 0;
    height: calc((100svh - 123px));
    padding-top: 20px;
    display: flex;
    flex-direction: column;
  }

  .category-menu__title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .category-menu__list,
  .category-menu__link-more {
    padding-left: 30px;
  }

  .category-menu__list {
    padding-right: 30px;
    max-height: none;
    gap: 20px;
    flex-wrap: nowrap;
    overflow-y: auto;
  }

  .category-menu__item {
    max-width: none;
  }

  .category-menu__link {
    line-height: 0.86;
  }

  .category-menu__link-more {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .category-menu__list {
    padding-right: 15px;
  }

  .category-menu__list,
  .category-menu__link-more {
    padding-left: 15px;
  }
}

/* SEARCH */

.search,
.search__button {
  width: 100%;
}

.search {
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  padding-top: 26px;
  padding-bottom: 26px;
  z-index: 9;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

.search.active {
  opacity: 1;
  visibility: visible;
}

.search__container {
  display: flex;
  gap: 20px;
}

.search__button {
  max-width: 207px;
}

/* FOOTER */

footer {
  color: #161616 !important;
}

.footer {
  margin-top: 60px;
  background-color: #fff;
  border-top: none;
  padding-top: 0;
}

.footer__main-part {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 0.5px solid #d9d9d9;
  border-bottom: 0.5px solid #d9d9d9;
}

.footer__container {
  gap: 40px;
  display: flex;
}

.footer__images,
.footer__section {
  flex-grow: 1;
}

.footer__socials {
  margin-top: 28px;
}

.footer__section-title {
  font-size: inherit;
  font-weight: 700;
  margin-bottom: 25px;
}

.footer__section-item,
.footer__section-link {
  color: #454545 !important;
}

.footer__section-link:hover,
.footer__bottom-links-link:hover {
  color: #ff7429 !important;
}

.footer__section-item:not(:last-child) {
  margin-bottom: 15px;
}

.footer__section-link,
.footer__bottom-links-link {
  text-decoration: none;
}

.footer__bottom-links {
  display: flex;
  gap: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.footer__bottom-links-link {
  color: #454545 !important;
  font-size: 14px;
  line-height: 0.86;
}

@media screen and (max-width: 992px) {
  .footer {
    margin-top: 30px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .footer__container {
    flex-direction: column;
    gap: 30px;
  }

  .footer__bottom-links {
    gap: 15px;
  }
}

@media screen and (max-width: 425px) {
  .footer__bottom-links {
    flex-direction: column;
  }
}

/* MODAL */

.modal-promo {
  background: #fff;
  padding: 20px;
  position: fixed;
  bottom: 105px;
  right: 88px;
  z-index: 99999;
  max-width: 575px;
  border: 1px solid #f1f1f1;
}

.modal-promo__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.modal-promo__title {
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.12;
  font-size: 16px;
}

.modal-promo__text {
  margin-bottom: 15px;
  line-height: 1.73;
}

.modal-promo__text a {
  color: inherit;
  text-decoration: underline;
}

.modal-promo__text a:hover {
  color: #ff7429;
  text-decoration: none;
}

.modal-promo__link {
  text-decoration: none;
  max-width: none;
}

.modal-promo__copy {
  display: flex;
  gap: 15px;
  align-items: center;
}

.promo-copy-btn {
  background-color: transparent;
  padding: 0;
  border: none;
}

@media screen and (max-width: 767px) {
  .modal-promo {
    max-width: none;
    width: calc(100% - 60px);
    right: 50%;
    bottom: 50px;
    transform: translateX(50%);
  }
}

/* ----------------------------------------MAIN PAGE------------------------------------- */

/* HERO SECTION */

.hero-section {
  height: calc(100svh - 123px);
}

.hero-section .swiper-container,
.hero-section .swiper-slide,
.hero-section .swiper-slide a img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .hero-section {
    height: calc(100svh - 70px);
    margin-bottom: 25px;
  }

  .slideshow-type0 {
    display: none;
  }
}

@media screen and (min-width: 993px) {
  .slideshow-type1 {
    display: none;
  }
}

/* INNOVATIONS SECTION */

.innovations-section {
  padding-top: 30px;
  padding-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .innovations-section {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

/* NEW COLLECTION BANNER SECTION */

.new-collection-banner-section .swiper-container {
  height: 100%;
}

@media screen and (max-width: 992px) {
  .new-collection-banner-section__container {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
}

@media screen and (max-width: 600px) {
  .new-collection-banner-section {
    aspect-ratio: 1 / 1;
  }

  .new-collection-banner-section__container {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }
}

/* NEW COLLECTION SLIDER SECTION */

.new-collection-slider-section {
  padding-top: 60px;
  padding-bottom: 5px;
}

@media screen and (max-width: 992px) {
  .new-collection-slider-section {
    padding-top: 50px;
  }
}

/* POPULAR SECTION */

.popular-section__cards {
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 992px) {
  .popular-section__cards {
    gap: 20px;
    flex-wrap: wrap;
  }
}

/* POPULAR CARD */

.popular-card {
  flex-basis: calc((100% - 100px) / 6);
  text-decoration: none;
}

.popular-card img {
  width: 100%;
}

.popular-card:hover .popular-card__name {
  text-decoration: underline;
}

.popular-card__name {
  color: #454545;
  font-size: 16px;
  line-height: 1.56;
  margin-top: 16px;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .popular-card {
    flex-basis: calc((100% - 40px) / 3);
    text-decoration: none;
  }

  .popular-card__name {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .popular-card {
    flex-basis: calc((100% - 20px) / 2);
  }
}

/* SUBCRIBE SECTION */

.subscribe-section__list {
  display: flex;
  overflow-x: auto;
}

@media screen and (max-width: 992px) {
  .subscribe-section__container {
    overflow-x: hidden;
  }
}

/* SUBCRIBE CARD */

.subcribe-card {
  position: relative;
  flex: 0 0 auto;
}

.subcribe-card::after,
.subcribe-card__icon {
  position: absolute;
  transition: opacity 0.4s, visibility 0.4s;
  opacity: 0;
  visibility: hidden;
}

.subcribe-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 3;
}

.subcribe-card:hover:after,
.subcribe-card:hover .subcribe-card__icon {
  opacity: 1;
  visibility: visible;
}

.subcribe-card__icon {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 8;
}

/* ------------------------------CATEGORY, SPECIAL, MANUFACTURER INFO AND WISHLIST PAGES-------------------------------- */

/* PRODUCT PAGE SECTION */

.product-page-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.product-page-section__container {
  display: flex;
  gap: 20px;
  width: 100%;
}

#product-category .product-page-section__container .col-sm-3 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* CATEGORY SIDEBAR */

.sidebar__title {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 0.75;
  color: inherit;
}

.sidebar__category:not(:last-child) {
  margin-bottom: 18px;
}

.sidebar__category-link,
.sidebar__subcategory-link,
.sidebar__category-item-link,
.sidebar__category-item-item-link {
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  color: inherit;
}

.sidebar__category-link,
.sidebar__subcategory-link.item-active,
.sidebar__subcategory-link.category-arrow,
.sidebar__category-item-link.item-active,
.sidebar__category-item-link.category-arrow,
.sidebar__category-item-link:hover,
.sidebar__category-item-item-link.item-active,
.sidebar__category-item-item-link:hover,
.sidebar__link-all {
  font-weight: 700;
}

.sidebar__category-link,
.sidebar__subcategory-link,
.sidebar__category-item-link {
  position: relative;
}

.category-arrow::before,
.category-arrow::after {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #454545;
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: 1px;
}

.category-arrow::before {
  transform: translateY(-50%) rotate(-45deg);
  margin-right: -3px;
}

.category-arrow::after {
  transform: translateY(-50%) rotate(45deg);
}

.sidebar__category-list {
  margin-top: 18px;
  padding-left: 20px;
}

.sidebar__category-item:not(:last-child) {
  margin-bottom: 16px;
}

.sidebar__category-item:last-child {
  margin-left: -20px;
}

.sidebar__category-item-list,
.sidebar__category-item-item-list {
  margin-top: 16px;
}

.sidebar__category-item-item:not(:last-child),
.sidebar__category-item-item-item:not(:last-child) {
  margin-bottom: 14px;
}

.sidebar__category-item-link:hover,
.sidebar__category-item-item-link:hover {
  color: inherit;
}

.sidebar__category-item-item-list {
  padding-left: 20px;
}

.sidebar__link-all {
  font-size: 14px;
  color: inherit;
}

/* CATEGORY MAIN BLOCK */

.product-page-section__main-block {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #column-left + .product-page-section__main-block {
    width: 75%;
  }
}

/* MAIN BLOCK BUTTONS */

.main-block__buttons,
.main-block-buttons-sorting,
.main-block__categories {
  display: flex;
}

.main-block__buttons,
.wishlist-section .main-block-view {
  margin-bottom: 20px;
}

.main-block__buttons,
.main-block__categories {
  gap: 20px;
}

.main-block__buttons {
  justify-content: space-between;
  align-items: center;
}

.main-block-buttons-sorting {
  gap: 25px;
}

@media screen and (min-width: 767px) {
  .main-block__buttons {
    flex-direction: row-reverse;
  }
}

/* MAIN BLOCK CATEGORIES */

.main-block__categories {
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.main-block__categories a {
  color: inherit;
  white-space: nowrap;
}

.main-block__categories a:hover {
  text-decoration: underline;
  text-underline-offset: 1px;
}

.main-block-view {
  display: none;
}

.main-block-view__btn {
}

/* MAIN BLOCK FILTER */

.ocf-btn-name {
  margin-right: 5px;
}

.ocf-between {
  gap: 15px;
}

@media (min-width: 768px) {
  .ocf-header .ocf-header-btn {
    display: flex;
    gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .main-block__categories {
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 600px) {
  .main-block-view {
    display: flex;
    gap: 10px;
  }
}

/* MAIN BLOCK CARDS */

.main-block__cards {
  display: flex;
  gap: 35px 30px;
  flex-wrap: wrap;
}

.main-block__card-with-sb,
.main-block__card {
  flex-basis: calc((100% - 60px) / 3);
}

.main-block__card-without-sb {
  flex-basis: calc((100% - 90px) / 4);
}

@media screen and (max-width: 767px) {
  .main-block__cards {
    gap: 15px;
  }

  .main-block__card,
  .main-block__card-with-sb,
  .main-block__card-without-sb {
    flex-basis: calc((100% - 30px) / 3);
  }
}

@media screen and (max-width: 600px) {
  .product-card.one-card {
    flex-basis: 100%;
  }

  .product-card.two-cards {
    flex-basis: calc((100% - 15px) / 2);
  }
}

/* MAIN BLOCK PAGINATION */

.pagination,
.pagination__pages {
  display: flex;
  align-items: center;
}

.pagination {
  justify-content: center;
  gap: 20px;
  margin-top: 70px;
}

.pagination__text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 0.86;
}

.pagination__pages {
  gap: 20px;
}

.pagination__item.page-active .pagination__link,
.pagination__link:hover {
  font-weight: 700;
}

.pagination__link {
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  line-height: 0.86;
}

.pagination__arrow-prev {
  transform: rotate(180deg);
}

/* DESCRIPTION SECTION */

.description-section {
  padding-top: 20px;
  padding-bottom: 30px;
}

.description-section__content {
  line-height: 2.14;
  font-size: 14px;
}

.description-section__content h2,
.description-section__content h3 {
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
  color: inherit;
  font-size: 18px;
}

.description-section__content p {
  margin-bottom: 15px;
}

.description-section__content ul {
  list-style-type: disc;
  padding-left: 17px;
}

.description-section__content ul:not(:last-child) {
  margin-bottom: 15px;
}

.description-section__button {
  background-color: transparent;
  border: none;
  padding: 0;
  position: relative;
  line-height: 0.86;
}

.description-section__button::before,
.description-section__button::after {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #454545;
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: 2px;
}

.description-section__button::before,
.description-section__button.show-less::after {
  transform: translateY(-50%) rotate(-45deg);
}

.description-section__button::before {
  margin-right: -3px;
}

.description-section__button::after,
.description-section__button.show-less::before {
  transform: translateY(-50%) rotate(45deg);
}

/* MANUFACTURER LIST */

.manufacturer-section a {
  color: inherit;
}

.manufacturer-section a:hover {
  color: #ff7429;
}

.manufacturer-section p,
.manufacturer-section a {
  line-height: 1.4;
}

.manufacturer-section__manufacturer {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  column-gap: 1%;
}

.manufacturer-section__manufacturer-item {
  width: 24%;
  margin-bottom: 1%;
}

.manufacturer-section__manufacturer-item a {
  padding: 15px;
  border: 1px solid #d9d9d9;
  transition: background-color 0.3s;
  width: 100%;
  text-transform: uppercase;
}

.manufacturer-section__manufacturer-item a:hover {
  background-color: #d9d9d9;
}

@media screen and (max-width: 600px) {
  .manufacturer-section__manufacturer-item {
    width: 49%;
  }
}

/* MANUFACTURER INFO */

#product-manufacturer .page-title-section__heading {
  text-transform: uppercase;
}

/* -------------------------------PRODUCT PAGE------------------------------- */

/* PRODUCT SECTION */

.product-section {
  padding-top: 10px;
  padding-bottom: 30px;
}

.product-section__container {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .product-section__container {
    flex-direction: column;
  }
}

/* PRODUCT PHOTOS */

.product-section__photos {
  flex-basis: 50%;
  flex-shrink: 0;
}

.product-photos {
  display: flex;
  flex-wrap: wrap;
  gap: 29px;
}

.product-photos__main-image {
  position: relative;
}

.product-photos__main-image a,
.product-photos__main-image img {
  height: 100%;
}

.product-photos__other-image {
  flex-basis: calc((100% - 29px) / 2);
}

.last-even {
  flex-basis: 100% !important;
}

@media screen and (max-width: 767px) {
  .product-photos__main-image a,
  .product-photos__main-image img {
    height: auto;
  }

  .product-photos {
    gap: 15px;
  }

  .product-photos__other-image {
    flex-basis: calc((100% - 15px) / 2);
  }
}

/* PRODUCT INFO */

.product-section__info {
  flex-grow: 1;
  position: sticky;
  top: 20px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .product-section__info {
    width: 100%;
  }
}

/* PRODUCT TEXT INFO */

.product-info__text-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-info__brand,
.product-info__article {
  margin-bottom: 19px;
  color: inherit;
  font-size: 15px;
  line-height: 1;
}

.product-info__brand {
  font-weight: 700;
  text-transform: uppercase;
}

/* PRODUCT NAME */

.product-info__name {
  color: inherit;
  font-size: 20px;
  line-height: 1.2;
  font-weight: inherit;
  margin-bottom: 20px;
}

/* PRODUCT PRICE */

.product-info__price {
  display: flex;
  gap: 24px;
}

.product-info__current-price,
.product-info__old-price {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1;
}

.product-info__old-price {
  color: #9f9f9f;
  text-decoration: line-through;
}

/* PRODUCT SIZES */

.product-info__size .form-group,
.product-info__size-item,
.product-info__size-button {
  margin-bottom: 0;
}

.product-info__size {
  margin-bottom: 30px;
  position: relative;
}

.product-info__size:first-of-type .product-info__size-grid {
  display: none;
}

.product-info__size-title {
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 700;
}

.product-info__size-title span {
  text-transform: lowercase;
}

.product-info__size-list,
.product-info__size-button {
  display: flex;
}

.product-info__size-list {
  gap: 12px;
  flex-wrap: wrap;
}

.product-info__size-item:hover .product-info__size-button,
.product-info__size-item input:checked + .product-info__size-button {
  background-color: #f1f1f1;
}

.product-info__size-button,
.product-info__size-grid-btn {
  border: none;
  background-color: transparent;
}

.product-info__size-button {
  min-width: 40px !important;
  height: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  border: 1px solid #f5f5f5;
  transition: background-color 0.4s;
  cursor: pointer;
  padding: 10px !important;
}

.product-info__size-grid {
  position: absolute;
  top: 0;
  right: 0;
}

.product-info__size-grid-btn {
  padding: 0;
  line-height: 1.87;
  font-size: 15px;
  text-decoration: underline;
}

.product-info__size-error {
  margin-top: 20px !important;
}

@media screen and (max-width: 767px) {
  .product-info__size-grid {
    position: static;
    margin-top: 20px;
  }
}

/* POPUP */

.size-grid {
  max-width: 880px;
  width: 100%;
  max-height: 880px;
  height: 100%;
  background-color: #fff;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.size-grid__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.size-grid__btn-close {
  background-color: transparent;
  border: none;
  padding: 15px;
  margin-top: -15px;
  margin-right: -15px;
}

.size-grid__btn-close svg {
  transform: rotate(45deg);
}

.size-grid__tabs {
  display: flex;
  white-space: nowrap;
}

.size-grid__tab {
  flex: 0 0 auto;
  display: inline-block;
  /* width: 33.333333%; */
  width: 50%;
  min-width: 120px;
}

.size-grid__tab.active a,
.size-grid__tab a:hover {
  background-color: #f1f1f1;
  font-weight: 700;
}

.size-grid__tab a {
  padding: 15px;
  font-size: 16px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  width: 100%;
  color: inherit;
  text-align: center;
  transition: background-color 0.3s;
}

.size-grid__tab:last-child a {
  border-right: 1px solid #f1f1f1;
}

.size-grid__content {
  height: calc(100% - 100px);
}

.size-grid__pane {
  display: none;
  height: 100%;
  padding-top: 20px;
}

.size-grid__pane.active {
  display: flex;
  gap: 30px;
}

.size-grid__pane-sections {
  width: 64%;
  overflow-y: auto;
  overflow-x: hidden;
}

.size-grid__pane-table table {
  width: 100%;
}

.size-grid__pane-table th,
.size-grid__pane-table td {
  padding: 10px;
  border: 1px solid #f1f1f1;
  line-height: 1.2;
  text-align: center;
  font-size: 12px;
}

.size-grid__pane-table th {
  background-color: #f1f1f1;
  hyphens: auto;
}

.size-grid__pane-image {
  width: 34%;
}

.size-grid__pane-image img {
  height: 100%;
}

.size-grid__link {
  color: inherit;
  font-weight: 700;
  padding-top: 15px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .size-grid {
    padding: 15px;
  }

  .size-grid__tabs {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 3px;
  }

  .size-grid__pane {
    padding-top: 0;
  }

  .size-grid__pane-sections {
    width: 100%;
  }

  .size-grid__pane-image {
    display: none;
  }
}

/* PRODUCT BUY BUTTON */

.product-info__button {
  padding: 18px 20px;
  max-width: 313px;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .product-info__button {
    max-width: none;
  }
}

/* PRODUCT PROMO */

.product-promo {
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  padding: 30px 30px;
}

.product-promo__title {
  font-weight: 700;
  color: #454545;
  margin-bottom: 16px;
  font-size: 16px;
}

.product-promo__text {
  line-height: 1.4;
  margin-bottom: 0;
  color: #454545;
}

.product-promo__text a {
  color: inherit;
  text-decoration: underline;
}

.product-promo__text a:hover {
  text-decoration: none;
}

.product-promo__copy {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .product-promo {
    padding: 30px 15px;
  }
}

/* PRODUCT INFORMATION */

.product-information {
  border-top: 1px solid #f1f1f1;
}

.product-information__text {
  line-height: 1.4;
  padding-bottom: 4px;
}

.product-information__text p * {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px !important;
}

.product-information__text ul {
  list-style-type: disc;
  padding-left: 17px;
  margin-bottom: 10px;
}

/* RECCOMENDATIONS AND YOU LOOKED SECTION */

.recomends-section,
.looked-section {
  padding-top: 30px;
}

/* --------------------------------INFO PAGE--------------------------------- */

.info-section {
  padding-top: 40px;
  padding-bottom: 60px;
}

.info-section__title {
  font-size: 24px;
  margin-bottom: 30px;
}

.info-section ul {
  list-style-type: circle;
}

.info-section ul li {
  line-height: 30px;
}

.info-section p {
  line-height: 1.4;
}

.info-heading {
  margin-bottom: 20px;
}

/* ----------------------SEARCH PAGE---------------------------------------- */

/* SEARCH FIELD */

.search-section__field-block {
  margin-bottom: 30px;
}

.search-field,
.search-section__field-block-checkboxes,
.checkbox-input {
  display: flex;
}

.search-field {
  gap: 30px;
}

.search-field__select,
.search-field__button {
  max-width: 198px;
  width: 100%;
}

.search-field__select {
  font-weight: 700;
  font-size: inherit;
  text-align: center;
  text-align-last: center;
  border: 1px solid #454545;
  height: 54px;
  padding: 15px 23px;
}

.search-field__select option {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .search-field {
    flex-direction: column;
  }

  .search-field__select,
  .search-field__button {
    max-width: none;
  }
}

/* SEARCH CHECKBOXES */

.search-section__field-block-checkboxes {
  margin-top: 15px;
  gap: 20px;
}

.checkbox-input {
  align-items: center;
  gap: 9px;
}

.checkbox-input__control {
  width: 17px;
  height: 17px;
  margin-top: 0 !important;
}

.checkbox-input__label {
  font-size: inherit;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .search-section__field-block-checkboxes {
    flex-direction: column;
  }
}

/* SEARCH EMPTY */

.search-section__text {
  margin-bottom: 20px;
  padding-top: 30px;
  line-height: 1.2;
}

/* -------------------------REGISTER, AFFILIATE AND NEWSLETTER PAGE-------------------------------------------- */

.register-section .form-group,
.newsletter-section .form-group {
  display: flex;
  align-items: center;
}

.register-section .form-group,
.newsletter-section .form-group {
  margin-bottom: 15px;
  gap: 30px;
}

.register-section .form-group {
  justify-content: space-between;
}

.register-section .register-section__news .form-group {
  justify-content: flex-start;
}

.register-section__input {
  width: 80%;
}

.register-section .control-label,
.register-section .form-control {
  margin-bottom: 0;
}

.affiliate-section label {
  font-size: inherit;
}

@media screen and (max-width: 992px) {
  .register-section #account .form-group,
  .register-section .register-section__password .form-group {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .register-section__input {
    width: 100%;
  }
}

/* ---------------------------------------LOGIN PAGE---------------------------------------- */

.login-section {
  padding-top: 10px;
  padding-bottom: 30px;
}

.login-section__container {
  display: flex;
  gap: 30px;
}

.login-section__new,
.login-section__permanent {
  flex-basis: 50%;
}

.login-section__new .well,
.login-section__permanent .well {
  background-color: #fff;
  margin-bottom: 0;
  border-radius: 0;
  padding: 30px;
  box-shadow: none;
}

.login-section__permanent .control-label {
  margin-bottom: 10px;
}

.login-section__subtitle,
.login-section__text {
  margin-bottom: 20px;
}

.login-section__subtitle {
  font-size: 18px;
  line-height: 1.2;
}

.login-section__forgot-link {
  color: inherit;
  margin-top: 15px;
}

.login-section__button {
  margin-top: 20px;
}

@media screen and (max-width: 992px) {
  .login-section__new .well,
  .login-section__permanent .well {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .login-section__container {
    flex-direction: column;
  }

  .login-section__new .well,
  .login-section__permanent .well {
    padding: 15px;
  }
}

@media screen and (max-width: 600px) {
  .login-section__button {
    max-width: none;
  }
}

/* -------------------------FORGOTTEN PAGE----------------------------------------- */

.forgotten-section .form-horizontal {
  margin-top: 20px;
}

/* ------------------------------------ACCOUNT PAGE---------------------------------- */

.account-section {
  padding-top: 10px;
  padding-bottom: 30px;
}

.account-legend {
  padding-top: 15px;
  padding-bottom: 7px;
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.account-container,
.account-section .list-unstyled {
  display: flex;
}

.account-container {
  gap: 30px;
}

.account-mainblock {
  width: 100%;
}

.account-section .list-unstyled {
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}

.account-section .list-unstyled a,
.account-text {
  line-height: 1.2;
}

.account-section .list-unstyled a {
  color: inherit;
}

.account-section .list-unstyled a:hover {
  color: #ff7429;
}

@media (max-width: 992px) {
  .account-container {
    flex-direction: column;
  }
}

/* ACCOUNT MENU */

.account-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.account-menu__item {
  white-space: nowrap;
}

.account-menu__item,
.account-menu__item:hover {
  color: inherit;
}

.account-menu__item.active,
.account-menu__item:hover {
  font-weight: 700;
}

@media (max-width: 992px) {
  #column-left:has(.account-menu) {
    display: block !important;
    width: 100%;
  }

  .account-menu {
    flex-direction: row;
    gap: 30px;
    overflow-x: auto;
    padding-bottom: 2px;
    overflow-y: hidden;
  }
}

/* --------------------------ADDRESS PAGE------------------------- */

.address-section__addresses {
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #f5f5f5;
}

.address-section__item,
.address-section__buttons {
  display: flex;
}

.address-section__item {
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  gap: 15px;
}

form + form .address-section__item {
  border-top: 1px solid #f5f5f5;
}

.address-section__info {
  line-height: 1.4;
}

.address-section__buttons {
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (max-width: 992px) {
  .address-section__addresses {
    padding-left: 20px;
    padding-right: 20px;
  }

  .address-section__item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .address-section__addresses {
    padding-left: 15px;
    padding-right: 15px;
  }

  .address-section__item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 375px) {
  .address-section__item {
    flex-direction: column;
  }
}

/* ---------------------------------ORDER PAGE------------------------------------ */

.order-row {
  display: flex;
  gap: 30px;
}

.order-cell {
  line-height: 1.2;
}

.order-cell.cell-head {
  width: 100%;
  max-width: 180px;
}

@media screen and (max-width: 767px) {
  .order-cell.cell-head {
    max-width: 50%;
  }

  .order-row {
    gap: 15px;
  }
}

/* ORDER LIST PAGE */

.order-section .account-mainblock,
.order-section__item,
.order-list {
  display: flex;
}

.order-section .account-mainblock,
.order-list {
  flex-direction: column;
}

.order-section .account-mainblock {
  border: 1px solid #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
}

.order-section__item {
  justify-content: space-between;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  align-items: flex-start;
}

.order-section__item + .order-section__item {
  border-top: 1px solid #f5f5f5;
}

.order-section__info {
  flex-grow: 1;
}

.order-list {
  gap: 15px;
  margin-bottom: 30px;
}

.order-list .order-row:first-child {
  padding-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
}

.order-list .order-row:last-child {
  margin-top: 15px;
}

.order-section__image img {
  max-height: 264px;
}

@media screen and (max-width: 992px) {
  .order-section .account-mainblock {
    padding-left: 20px;
    padding-right: 20px;
  }

  .order-section__item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .order-section .account-mainblock {
    padding-left: 15px;
    padding-right: 15px;
  }

  .order-section__item {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-direction: column;
  }

  .order-section__info {
    width: 100%;
  }

  .order-section__image {
    width: 50%;
  }
}

/* ORDER INFO PAGE */

.order-title,
.order-info__title {
  font-size: 15px;
  font-weight: 700;
  color: inherit;
  margin-bottom: 0;
}

.order-info,
.order-products__item,
.order-products__info,
.order-total {
  display: flex;
}

.order-info,
.order-products {
  border: 1px solid #f5f5f5;
  margin-bottom: 30px;
}

.order-info,
.order-products__info,
.order-total {
  gap: 20px;
  flex-direction: column;
}

.order-info {
  padding: 30px;
}

.order-info__title {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 20px;
}

.order-products {
  padding-left: 30px;
  padding-right: 30px;
  align-items: flex-start;
}

.order-products__item {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 30px;
  gap: 30px;
  padding-bottom: 30px;
}

.order-products__item + .order-products__item {
  border-top: 1px solid #f1f1f1;
}

.order-products__info {
  flex-grow: 1;
}

.order-products__image {
  max-height: 135px;
}

.order-total .order-row:not(:last-child) {
  display: none;
}

@media screen and (max-width: 992px) {
  .order-info__title,
  .order-products__item {
    padding-bottom: 15px;
  }

  .order-info,
  .order-products {
    margin-bottom: 15px;
  }

  .order-info {
    padding: 20px;
  }

  .order-products {
    padding-left: 20px;
    padding-right: 20px;
  }

  .order-products__item {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .order-total {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .order-info {
    padding: 15px;
  }

  .order-products {
    padding-left: 15px;
    padding-right: 15px;
  }

  .order-products__item {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .order-products__info {
    width: 100%;
  }
}

/* ---------------------------------------RETURN PAGE------------------------------------------- */

@media screen and (min-width: 993px) {
  .return-section .form-group {
    display: flex;
    align-items: center;
  }
}

/* -------------------------------------ONEPCHECKOUT PAGE-----------------------------------------------*/

.checkout-heading {
  line-height: 1.2;
}

#onepcheckout-page .container {
  position: relative;
}

@media screen and (max-width: 992px) {
  .ch-alert-success,
  .ch-alert-danger {
    position: fixed !important;
  }
}

@media screen and (max-width: 767px) {
  .ch-alert-success,
  .ch-alert-danger {
    right: 15px !important;
  }
}

/* CART */

.cart-item {
  align-items: center;
  gap: 30px;
}

.cart-item-left a,
.cart-item-left a .img-responsive {
  width: 100%;
}

.cart-item-prod-name {
  line-height: 1.2;
}

.cart-item .cart-item-prod-name a:hover {
  color: #ff7429 !important;
}

.cart-item .product-model {
  line-height: 1.2;
}

.cart-item .cart-item-price-quantity {
  min-width: 109px;
}

.cart-total {
  gap: 30px;
  align-items: center;
}

.cart-totals {
  gap: 15px;
}

.ch-cart-quantity {
  height: 54px;
}

.ch-cart-quantity button:focus {
  outline: none;
}

.cart-item-price-quantity div {
  flex-grow: 1;
}

.cart-item-price-quantity .input-btn,
.cart-item-price-quantity .input-btn .btn {
  width: 100%;
}

.cart-total .btn {
  border-color: #eaedf7;
}

@media screen and (max-width: 767px) {
  .cart-item {
    gap: 15px;
  }

  .cart-total .btn {
    padding: 15px;
    width: auto;
  }
}

@media screen and (max-width: 619px) {
  .cart-item-left,
  .cart-item-price-quantity {
    width: 35%;
  }

  .cart-item-center {
    width: 59%;
    flex: auto !important;
    align-items: flex-start;
  }

  .cart-total {
    flex-grow: 1;
    gap: 15px;
    justify-content: space-between;
  }
}

@media screen and (max-width: 420px) {
  .cart-total {
    gap: 10px;
  }

  .cart-item-left,
  .cart-item-price-quantity {
    width: 28%;
  }

  .cart-item-price-quantity .input-btn,
  .cart-item-price-quantity .input-btn .btn,
  .cart-total .btn {
    min-width: auto;
  }

  .cart-total .btn {
    padding: 8px;
  }
}

@media screen and (max-width: 340px) {
  .cart-item {
    gap: 10px;
  }
}

/* CUSTOMER */

.opc_login {
  color: #454545;
  text-decoration: underline;
}

#onepcheckout .register-form {
  margin-top: 10px;
}

/* LOGIN */

.chm-modal .close-modal {
  transform: translateY(-50%);
}

.modal-footer__buttons {
  display: flex;
  gap: 15px;
}

.modal-footer__button {
  flex-basis: 50%;
}

@media screen and (max-width: 767px) {
  .modal-footer__buttons {
    flex-direction: column;
  }

  .modal-footer__button {
    flex-basis: 100%;
  }

  .modal-footer__button .btn {
    max-width: none;
  }
}

@media screen and (min-width: 768px) {
  .chm-modal .close-modal {
    right: 14px;
  }
}

@media screen and (min-width: 992px) {
  .chm-modal .modal-header {
    padding-left: 30px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .chm-modal .close-modal {
    right: 24px !important;
  }

  .chm-modal .modal-body {
    padding: 30px !important;
  }

  .chm-modal .modal-footer {
    padding: 0px 30px 30px !important;
  }
}

.text-info-pm {
  display: none;
}

/* SHIPPING METHOD */

.chm-radio label {
  line-height: 1.4;
}

ul.dropdown-address {
  width: calc(100% - 30px);
}

ul.dropdown-address::-webkit-scrollbar {
  width: 5px;
}

ul.dropdown-address::-webkit-scrollbar-thumb {
  background: #ff7429;
  border-radius: 5px;
}

/* COMMENT */

.checkout-comment {
  padding: 30px;
  box-shadow: 0px 0px 0px 1px #eaedf7;
}

@media screen and (max-width: 991px) {
  .checkout-comment {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .checkout-comment {
    padding: 25px;
  }
}
/* TOTALS */

.text-checkout-modules,
.chm-checkbox {
  line-height: 1.4;
}

.cart-coupon .control-label,
.cart-voucher .control-label {
  margin-bottom: 10px;
}

.cart-coupon .btn,
.cart-voucher .btn {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* ----------------------------------CART PAGE---------------------------------------- */

.cart-section a,
.cart-section .panel-heading {
  color: inherit;
}

.cart-section a:not(.secondary-btn):hover {
  color: #ff7429;
}

.cart-section .btn-block,
.cart-section .input-group-btn {
  display: flex;
}

.cart-section .btn-block {
  flex-direction: column;
}

.cart-section .input-group-btn {
  gap: 15px;
  width: 100%;
}

.cart-section .input-group-btn button {
  flex-grow: 1;
}

.cart-section .secondary-btn {
  padding: 18px 20px;
  color: #fff;
}

.cart-section .panel {
  border: none;
}

.cart-section .panel-heading {
  background-color: transparent;
  padding: 10px 0 10px;
}

.cart-section .control-label.col-sm-2 {
  padding: 0;
}

.cart-section .form-control {
  margin-bottom: 15px;
}

#collapse-voucher .btn {
  max-width: 335px;
  white-space: break-spaces;
  height: auto;
}

/* ----------------------------------SUCCESS PAGE---------------------------------- */

.success-section {
  padding-top: 20px;
}

.success-section p {
  line-height: 30px;
}

/* ------------------------------------------------CONTACT PAGE----------------------------------------*/

.contact-section iframe {
  height: 400px;
  width: 100%;
  margin-bottom: 50px;
}

.contact-section__container,
.contact-section__block-inner,
.contact-section__group {
  display: flex;
}

.contact-section__container {
  gap: 2%;
}

.contact-section__block {
  width: 28%;
}

.contact-section__block-inner,
.contact-section__group {
  flex-direction: column;
}

.contact-section__block-inner {
  gap: 30px;
}

.contact-section__group {
  gap: 20px;
}

.contact-section__group p {
  white-space: nowrap;
  color: #000 !important;
  text-decoration: none;
}

.contact-section address {
  line-height: 1.2;
}

.contact-section .form-horizontal {
  max-width: 70%;
}

.contact-section .form-group {
  margin-left: 0;
  margin-right: 0;
}

.contact-section .control-label {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .contact-section__container {
    flex-direction: column;
    gap: 20px;
  }

  .contact-section__block {
    width: 100%;
  }

  .contact-section .form-horizontal {
    max-width: none;
  }
}

/* --------------------------------------------------MODAL AGREE----------------------------------------------- */

#modal-agree .modal-header {
  padding: 30px 30px 15px;
}

#modal-agree .close {
  position: absolute !important;
  top: 30px !important;
  right: 30px !important;
  margin-top: 0;
}

#modal-agree .modal-body {
  padding: 15px 30px 20px;
}

@media screen and (max-width: 992px) {
  #modal-agree .modal-header {
    padding: 20px 20px 15px;
  }

  #modal-agree .close {
    top: 20px !important;
    right: 20px !important;
  }

  #modal-agree .modal-body {
    padding: 15px 20px 20px;
  }
}

@media screen and (max-width: 992px) {
  #modal-agree .modal-header,
  #modal-agree .modal-body {
    padding: 15px;
  }

  #modal-agree .close {
    top: 15px !important;
    right: 15px !important;
  }
}

/* ---------------------------ABOUT US PAGE--------------------------------- */

.about-images {
  display: flex;
  gap: 30px;
  margin-top: 56px;
  flex-direction: column;
}

.about-images > img {
  width: 100%;
}

.about-images-add {
  display: flex;
  gap: 30px;
}

.about-image {
  flex-basis: calc((100% - 60px) / 3);
}

.about-image img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .about-images-add {
    flex-direction: column;
  }

  .about-image {
    flex-basis: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 5000px) {
  .video-comp {
    display: block;
  }
  .video-mob {
    display: none;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .video-comp {
    display: none;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
  }
  .video-mob {
    display: block;
  }
}

/* ------------------------TELEGRAM LINK----------------------------------- */

.telegram-link {
  position: fixed;
  bottom: 85px;
  right: 30px;
  background-color: #ff7429;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: background-color 0.4s;
}

.telegram-link:hover {
  background-color: #454545;
}

.telegram-link svg {
  width: 30px;
  height: 20px;
}

.checkout-totals table.table.table_total.table-cart tr:first-child {
  display: none;
}

/* --------------------------------------CALL BUTTON-------------------------------------- */

.call-btn {
  width: 79px;
  height: 79px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 85px;
  left: 30px;
  background-color: #ff7429;
  border-radius: 50%;
  transition: background-color 0.4s;
  z-index: 1000;
}

.call-btn:hover {
  background-color: #454545;
}

.call-btn svg {
  width: 31px;
  height: 43px;
}
