@charset "UTF-8";
@font-face {
  font-family: BasisGrotesquePro;
  font-display: swap;
  src: url("../fonts/BasisGrotesquePro-Black.woff2") format("woff2"), url("../fonts/BasisGrotesquePro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: BasisGrotesquePro;
  font-display: swap;
  src: url("../fonts/BasisGrotesquePro-Medium.woff2") format("woff2"), url("../fonts/BasisGrotesquePro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: BasisGrotesquePro;
  font-display: swap;
  src: url("../fonts/BasisGrotesquePro-Regular.woff2") format("woff2"), url("../fonts/BasisGrotesquePro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RobotoRegular;
  font-display: swap;
  src: url("../fonts/RobotoRegular.woff2") format("woff2"), url("../fonts/RobotoRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RobotoMedium;
  font-display: swap;
  src: url("../fonts/RobotoMedium.woff2") format("woff2"), url("../fonts/RobotoMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: RobotoBold;
  font-display: swap;
  src: url("../fonts/RobotoBold.woff2") format("woff2"), url("../fonts/RobotoBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* advantages */
.advantages-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
}

.advantages-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.advantages-item-icon {
  max-width: 52px;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.advantages-item-icon img {
  position: relative;
  top: 2px;
}

.advantages-item-content {
  padding-left: 20px;
  padding-right: 15px;
}

.advantages-item-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.15;
}

.advantages-item-title a {
  text-decoration: none;
}

.advantages-item-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  margin-top: 6px;
}

.advantages-item-desc a {
  text-decoration: none;
}

.advantages-item-icon i {
  font-size: 36px;
}

.advantages-inner {
  scrollbar-color: #e4e4e4 #f5f5f5;
  scrollbar-width: thin;
}

.advantages-inner::-webkit-scrollbar {
  height: 2px;
}

.advantages-inner::-webkit-scrollbar-track, .live-search-result-products::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.advantages-inner::-webkit-scrollbar-thumb {
  background-color: #e4e4e4;
}

.btn {
  box-shadow: none !important;
  outline: none !important;
  --icon-size: 22px;
}
.btn.btn-light {
  color: var(--color-font-transparent);
}
.btn.btn-primary, .btn.btn-success, .btn.btn-danger, .btn.btn-warning, .btn.btn-info, .btn.btn-dark {
  color: var(--color-font-primary);
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active, .btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active {
  color: var(--color-font-primary);
}
.btn.btn-primary {
  background-color: var(--color-primary);
  border: 0;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background-color: var(--color-primary-shade);
}

a.btn-link,
button.btn-link {
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  transition: color 0.25s ease;
}
a.btn-link:hover,
button.btn-link:hover {
  color: var(--color-primary);
}

.btn.btn-circle {
  --btn-circle-size: 33px;
  width: var(--btn-circle-size);
  height: var(--btn-circle-size);
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  fill: #fff;
}
.btn.btn-circle:not(.btn-danger) {
  background-color: var(--color-primary);
}

.btn-circle.btn-cart {
  --btn-circle-size: 37px;
  width: 100%;
  fill: var(--color-font-primary);
}
.btn-circle.btn-cart:not(.btn-danger):hover {
  background-color: var(--color-primary-shade);
}

.btn.btn-outline-primary {
  color: var(--color-font-transparent);
  border-color: #c4c4c4;
  padding: 10px 20px;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active {
  color: var(--color-font-transparent);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.btn.btn-outline-primary .icon {
  fill: var(--color-font-transparent);
}

.btn.btn-font-transparent {
  color: var(--color-font-transparent);
}

.btn.btn-outline-primary.disabled, .btn.btn-outline-primary:disabled {
  color: var(--color-font-primary);
}

.btn.btn-primary, .btn.btn-outline-primary, .btn.btn-light, .btn.btn-outline, .btn.btn-continue {
  font-size: 14px;
}

.btn-light:hover {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

#top {
  padding: 5px 0;
  border-bottom: 1px solid #e5e5e5;
}
#top .address-block {
  max-width: 350px;
}
#top .dropdown-toggle {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #5d5d5d;
  background-size: 12px 8px;
  border: 0;
  border-radius: 99px;
  transition: background-color 0.25s ease;
}
#top .top-selects .dropdown-toggle {
  padding: 5px 10px;
  background-color: #f5f5f5;
}
#top .worktime {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #8e8e8e;
}
#top .btn-link {
  color: #000;
}
#top .btn-link:hover,
#top .city:hover {
  color: var(--color-primary);
  transition: color 0.25s ease;
}
#top .btn-link:hover .icon,
#top .city:hover .icon {
  fill: var(--color-primary);
}
#top .address,
#top .address .btn-link {
  font-size: 13px;
  color: #5d5d5d;
}
#top #headerAddressBtn {
  border-bottom: 1px solid #bababa;
}
#top .header-notify .icon {
  fill: white;
  --icon-size: 12px;
  vertical-align: baseline;
}
#top .city {
  font-size: 13px;
  color: black;
}
#top .city .icon {
  fill: black;
  --icon-size: 1rem;
  vertical-align: text-bottom;
  transition: fill 0.25s ease;
}
#top .dropdown-menu-phone a {
  color: #3d3d3d !important;
  transition: color 0.3s ease-in-out;
}
#top .dropdown-menu li a:hover {
  color: var(--color-primary) !important;
}
#top .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
#top .dropdown-menu li .icon {
  fill: #000;
  --icon-size: 1rem;
}
#top .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s cubic-bezier(0.5, 0, 0, 1.25), transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), visibility 0.35s step-start;
  transform: translate3d(0, 36px, 0);
}
#top .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s cubic-bezier(0.5, 0, 0, 1.25), transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), visibility 0.35s step-end;
  inset: 0px 0px auto auto;
  transform: translate3d(0, 50px, 0);
  min-width: max-content;
}
#top .phone-group .dropdown-menu, #top .address-group .dropdown-menu {
  border: none;
}
#top .address-group-md .dropdown-menu-start {
  margin-top: 9px !important;
}
#top .address-group:not(.address-group-md) .dropdown-menu-start {
  margin-top: 10px !important;
}
#top .address-group .dropdown-toggle .icon {
  fill: black;
  --icon-size: 18px ;
}
#top .address-group > .dropdown-toggle::after {
  content: none;
}
#top .address-group .dropdown-menu-start {
  max-width: 90vw;
  min-width: fit-content;
  width: max-content;
}
#top .address-group .dropdown-menu-start li {
  font-size: 13px;
}
#top .address-group .dropdown-menu-start li a {
  color: #5d5d5d !important;
}
#top .address-group .dropdown-menu-start li a:hover {
  color: #000 !important;
}
#top .phone {
  color: #000;
  white-space: nowrap;
  transition: color 0.3s ease-in-out;
}

.whatsapp {
  background-color: #5dc661;
}

.viber {
  background-color: #9047ca;
}

.telegram {
  background-color: #60a4f4;
}

.skype {
  background-color: #3588e8;
}

#checkout-cart .btn-outline-primary {
  display: inline-flex;
  align-items: center;
}
#checkout-cart .btn-outline-primary span {
  margin-left: 15px;
}
#checkout-cart .product-quantity-control .icon {
  --icon-size: 14px;
}
#checkout-cart .collapsing {
  transition: height 0s ease;
}
#checkout-cart .input-group-btn .btn-link {
  border-bottom: 1px dashed #000;
  color: #000;
}
#checkout-cart .checkout-order-list {
  background-color: #f5f5f5;
  padding: 20px;
}
#checkout-cart .checkout-order-list .input-group,
#checkout-cart .checkout-order-list .form-horizontal {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}
#checkout-cart .checkout-order-list .form-group,
#checkout-cart .checkout-order-list .form-control {
  width: 100%;
}
#checkout-cart .checkout-order-list .form-horizontal {
  margin-bottom: 0;
}
#checkout-cart .checkout-order-list .panel-body {
  border: none;
  margin-bottom: 1rem;
}
#checkout-cart .checkout-order-list label {
  margin-bottom: 6px;
}
#checkout-cart .checkout-order-list .btn-light {
  background-color: #e9e9e9;
  color: #949494;
  border-radius: 0;
}
#checkout-cart .checkout-order-list input,
#checkout-cart .checkout-order-list select {
  background-color: #fff;
  border: 0;
  padding: 12px 13px;
  font-size: 14px;
  font-weight: 400;
  box-shadow: none;
}
#checkout-cart .checkout-order-list .btn-primary {
  padding: 14px;
  width: 100%;
}
#checkout-cart .checkout-order-list #checkout-order-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#checkout-cart .checkout-order-list .panel-heading .btn-link {
  font-size: 0.95rem;
  color: #8e8e8e;
}
#checkout-cart .checkout-order-list .panel-heading .btn-link:hover {
  color: #000;
}
#checkout-cart .checkout-order-list .panel-heading .btn-link:not(.collapsed) {
  color: #000;
  pointer-events: none;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #000;
}
#checkout-cart .checkout-order-list .form-control {
  appearance: none;
  border-radius: 0;
}
#checkout-cart .checkout-order-list p {
  font-size: 14px;
  color: grey;
}
#checkout-cart .panel-collapse {
  transition: height 0.35s ease;
}
#checkout-cart .cart-footer {
  margin-top: 30px;
}

.cart-table-col .buttons .btn-link:not(:hover) {
  color: #8e8e8e;
  fill: #8e8e8e;
}
.cart-table-col .buttons .btn-link:hover {
  fill: var(--color-primary);
}
.cart-table-col .buttons .icon {
  --icon-size: 32px;
}

.cart-table-header {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
}
.cart-table-header .cart-table-col.table-title {
  white-space: nowrap;
}

.cart-table-header,
.cart-table-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.cart-table-col:nth-of-type(1) {
  flex: 0 0 13%;
  min-width: 116px;
  padding-left: 0;
}

.cart-table-col:nth-of-type(2) {
  flex: 0 0 77%;
}

.cart-table-col:nth-of-type(3) {
  min-width: 30px;
  padding-right: 0;
  justify-content: end;
}

.cart-table-col {
  text-align: left;
  width: 100%;
  padding: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cart-table-row {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.cart-table-row .price {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  display: block;
  white-space: nowrap;
}

.cart-table-subcol .btn-link {
  color: #000;
}

.cart-table-subcol:nth-of-type(1) {
  flex: 1 0 auto;
  max-width: 37%;
  padding-right: 20px;
}

.cart-table-subcol:nth-of-type(2) {
  flex: 1 1 22%;
  max-width: 22%;
  min-width: 112px;
  padding-right: 10px;
}

.cart-table-subcol:nth-of-type(3) {
  flex: 1 1 19%;
  max-width: 19%;
  min-width: 112px;
}

.cart-table-subcol:nth-of-type(4) {
  flex: 1 1 22%;
  max-width: 22%;
  min-width: 126px;
}

.cart-table-subcol .input-group.product-quantity {
  flex-wrap: nowrap;
}

.swiper {
  --swiper-pagination-color: var(--color-primary);
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-size: 7px;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  display: none;
  background-color: white;
  border: 1px solid #e5e5e5;
  --swiper-navigation-size: 52px;
  width: var(--swiper-navigation-size);
  border-radius: 10rem;
  bottom: 20px;
}
.swiper .swiper-button-prev::before,
.swiper .swiper-button-next::before {
  content: none;
}
.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
  background-color: var(--color-primary-shade);
  border-color: var(--color-primary-shade);
  transition: 0.25s background-color cubic-bezier(0.4, 0, 0.21, 1.1), 0.25s border-color cubic-bezier(0.4, 0, 0.21, 1.1);
}
.swiper .swiper-button-next {
  right: 20px;
}
.swiper .swiper-button-prev {
  left: 20px;
}
.swiper[id^=slideshow] .swiper-button-prev,
.swiper[id^=slideshow] .swiper-button-next {
  top: auto;
}
.swiper[id^=slideshow] .swiper-button-prev {
  left: auto;
  right: calc(30px + var(--size));
}
.swiper .swiper-button-next .icon,
.swiper .swiper-button-prev .icon {
  position: absolute;
  --icon-size: 10px;
}
.swiper .swiper-button-prev .icon {
  transform: rotate(90deg);
}
.swiper .swiper-button-next .icon {
  transform: rotate(-90deg);
}
.swiper .swiper-button-prev:after, .swiper .swiper-button-next:after {
  content: "";
}
.swiper[id^=slideshow] {
  margin: 0 -0.76rem;
}

.swiper-overlay-pagination {
  position: absolute;
  height: calc(100% + 0.75rem);
  width: 100%;
  top: -0.75rem;
  display: flex;
  z-index: 2;
}
.swiper-overlay-pagination .swiper-pagination-block {
  width: 33%;
}

.swiper-buttons {
  display: none;
}
.swiper-buttons .swiper-button-prev {
  left: auto;
  right: calc(var(--swiper-navigation-size) + 20px);
}
.swiper-buttons .swiper-button-next {
  right: 0;
}
.swiper-buttons .swiper-button-prev,
.swiper-buttons .swiper-button-next {
  top: auto;
  bottom: 100%;
}
.swiper-buttons:has(.swiper-button-lock) {
  display: none;
}

.module-carousel .swiper-button-prev {
  left: 0 !important;
}

.module-carousel .swiper-button-next {
  right: 0 !important;
}

.products-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}
.products-row .product-grid.card {
  margin-left: -0.5px;
  margin-right: -0.5px;
  width: calc(50% + 0.75px);
}

.product-layout.card {
  padding: 0;
  margin-bottom: -1px;
  border-radius: 0;
  transition: box-shadow 0.35s ease;
  height: auto;
}
.product-layout.card .countdown-time {
  width: 33px;
}
.product-layout.card .swiper {
  --swiper-pagination-bullet-inactive-color: #e5e5e5;
  --swiper-pagination-color: #5d5d5d;
}
.product-layout.card:not(.product-list) .swiper {
  width: 100%;
}
.product-layout.card.product-list {
  width: 100%;
}
.product-layout.card .swiper-pagination.swiper-pagination-bullets {
  bottom: 0;
}
.product-layout.card .swiper-pagination-bullet:nth-child(1):after {
  left: 0;
}
.product-layout.card .swiper-pagination-bullet:nth-child(2):after {
  left: 33.3333333333%;
}
.product-layout.card .swiper-pagination-bullet:nth-child(3):after {
  left: 66.6666666667%;
}
.product-layout.card .product-stickers-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 10px;
  left: 14px;
  z-index: 3;
  flex-wrap: wrap;
  transform: translate3d(0, 0, 0);
}
.product-layout.card .button-quick-order {
  font-size: 16px;
  padding: 0.5rem 1.5rem;
  border: 1px solid #e5e5e5;
  margin-bottom: 1rem;
  width: 100%;
  min-width: max-content;
  border-radius: unset;
}
.product-layout.card .btn.btn-cart {
  font-weight: 500;
  font-size: 13px;
}
.product-layout.card .card-header {
  padding: 0.75rem 0;
  height: 160px;
  flex-shrink: 0;
}
.product-layout.card .image {
  height: 100%;
}
.product-layout.card .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.product-layout.card .card-header,
.product-layout.card .card-footer {
  border: none;
  background-color: white;
}
.product-layout.card .card-footer {
  position: absolute;
  padding-bottom: 1rem;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 20;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.075s ease, visibility 0.075s ease;
}
.product-layout.card .card-title {
  margin-bottom: 0;
}
.product-layout.card .card-title .btn-link {
  display: block;
  color: #000;
}
.product-layout.card .top-buttons {
  position: absolute;
  top: 14px;
  right: 12px;
  z-index: 4;
  transform: translate3d(0, 0, 0);
}
.product-layout.card .top-buttons .btn-circle {
  background-color: #f5f5f5;
  margin-bottom: 4px;
}
.product-layout.card .top-buttons .btn-circle .icon {
  fill: #8e8e8e;
  transition: fill 0.3s ease-in-out;
}
.product-layout.card .top-buttons .btn:hover {
  background-color: var(--color-primary-shade);
}
.product-layout.card .top-buttons .btn:hover .icon {
  fill: #fff;
}
.product-layout.card .top-buttons .btn.button-wishlist:hover {
  background-color: var(--color-red);
}
.product-layout.card .btn.button-wishlist.product-in-wishlist {
  background-color: var(--color-red) !important;
  opacity: 1 !important;
}
.product-layout.card .btn.button-wishlist.product-in-wishlist .icon {
  fill: #fff;
}
.product-layout.card .btn.button-compare.product-in-compare {
  background-color: #afcc00 !important;
  opacity: 1 !important;
}
.product-layout.card .btn.button-compare.product-in-compare .icon {
  fill: #fff;
}
.product-layout.card .product-quantity {
  --icon-size: 12px;
  margin-bottom: 1rem;
}
.product-layout.card .card-text {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.15;
  color: #5d5d5d;
  margin-bottom: 0.5rem;
  border: none !important;
}
.product-layout.card .image {
  display: flex;
  justify-content: center;
}
.product-layout.card .price {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.14;
  white-space: nowrap;
}
.product-layout.card .price-tax {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.15;
  color: #000;
  margin-bottom: 0;
}
.product-layout.card .product-thumb {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-layout.card .product-thumb .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.75rem;
}
.product-layout.card .card-header {
  position: relative;
  overflow: hidden;
}
.product-layout.card .button-quick-view {
  color: #fff;
  background-color: #000;
  align-items: center;
  gap: 0.5rem;
  position: absolute;
  bottom: 25px;
  padding: 0.25rem 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  z-index: 4;
}
.product-layout.card .button-quick-view span {
  transition: color 0.3s ease-in-out;
}
.product-layout.card .button-quick-view .icon {
  transition: fill 0.3s ease-in-out;
  fill: #fff;
  --icon-size: 20px;
}
.product-layout.card .button-quick-view:hover, .product-layout.card .button-quick-view:active, .product-layout.card .button-quick-view:focus {
  color: var(--color-primary);
}
.product-layout.card .button-quick-view:hover .icon, .product-layout.card .button-quick-view:active .icon, .product-layout.card .button-quick-view:focus .icon {
  fill: var(--color-primary);
}
.product-layout.card .swiper-slide {
  transform: none !important;
}

.image.no-in-stock {
  opacity: 0.2;
}

.swiper.swiper-for-product .card-footer {
  display: none;
}

.swiper .product-layout.card {
  height: 100%;
}

header {
  height: 63px;
}
header .logo {
  width: 120px;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 20px;
}
.header-wrapper {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}

.sticky .header-wrapper {
  position: fixed;
  top: 0;
  z-index: 500;
}

.ocp-mega-menu-header {
  flex: 1 1 auto;
  white-space: nowrap;
}
.ocp-mega-menu-header .children-wrapper {
  white-space: normal;
}
.ocp-mega-menu-header li {
  list-style-type: none;
  height: 100%;
}
.ocp-mega-menu-header a {
  cursor: pointer;
}
.ocp-mega-menu-header .has-children {
  position: relative;
  margin-right: 10px;
}
.ocp-mega-menu-header .has-children:after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI3cHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDcgMTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDcgMTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMSwwLjVjMC4zLTAuMywwLjgtMC4zLDEuMSwwbDQsNGMwLjMsMC4zLDAuMywwLjgsMCwxLjFsLTQsNEMxLjcsOS44LDEuMyw5LjgsMSw5LjVDMC43LDkuMiwwLjcsOC44LDEsOC41CglMNC40LDVMMSwxLjVDMC43LDEuMiwwLjcsMC44LDEsMC41eiIvPgo8L3N2Zz4K);
  background-size: 10px 14px;
  background-repeat: no-repeat;
  background-position: center center;
  border: none !important;
  transform: rotate(90deg) scale(0.65);
  transition: transform 0.25s ease-in-out;
  position: absolute;
  top: 6px;
  right: -17px;
}
.ocp-mega-menu-header .has-children.show::after {
  transform: rotate(-90deg) scale(0.65);
}
.ocp-mega-menu-header .has-children:hover a {
  color: var(--color-primary);
  transition: color 0.25s ease;
}
.ocp-mega-menu-header .hidden-menu {
  float: right;
  display: none;
  order: 100;
}
.ocp-mega-menu-header .children:not(.hidden-menu__list .children) {
  width: fit-content;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 5px 15px;
  margin-top: 13px;
  max-height: 60vh;
  overflow-y: auto;
}
.ocp-mega-menu-header .children:not(.hidden-menu__list .children) ul {
  padding: 0;
}
.ocp-mega-menu-header .children:not(.hidden-menu__list .children) a {
  display: block;
  font-size: 13px;
  color: #5d5d5d !important;
}
.ocp-mega-menu-header .children:not(.hidden-menu__list .children) a:hover {
  color: var(--color-primary);
}
.ocp-mega-menu-header .children:not(.hidden-menu__list .children) li:not(.hidden-menu__list li) {
  padding: 10px 0;
}
.ocp-mega-menu-header .children:not(.hidden-menu__list .children) li:not(:last-child):not(.hidden-menu__list li) {
  border-bottom: 1px solid #e5e5e5;
}
.ocp-mega-menu-header .hidden-menu__list .has-children:after {
  content: none;
}
.ocp-mega-menu-header .hidden-menu__list .btn-link {
  padding: 10px 0;
  font-weight: 600;
}
.ocp-mega-menu-header .hidden-menu__list .has-children {
  padding: 0;
}
.ocp-mega-menu-header .hidden-menu__list .children li {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.ocp-mega-menu-header .hidden-menu__list > li {
  border-bottom: none !important;
}
.ocp-mega-menu-header .hidden-menu__list > li:last-child a {
  border-bottom: none !important;
}
.ocp-mega-menu-header .children-wrapper:not(.hidden-menu__list .children-wrapper) {
  position: absolute;
  top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  min-width: 200px;
}
.ocp-mega-menu-header .show > .children-wrapper:not(.hidden-menu__list .children-wrapper) {
  opacity: 1;
  visibility: visible;
  transform: translateY(20px);
}

#search {
  display: none;
}

#search .btn-search {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0 1rem;
}

#search .input {
  outline: none;
  border-left: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 0;
  border-right: 0;
  width: 100%;
  position: relative;
  height: 62px;
  border-radius: 0;
  padding-left: 52px;
  padding-right: 40px;
  font-size: 18px;
  color: #5d5d5d;
  box-shadow: none;
  z-index: 0;
}

.header-control {
  height: 100%;
  margin: 0;
  align-items: center;
  --icon-size: 28px;
}
.header-control .dropdown-menu {
  margin-top: 14px !important;
}
.header-control .btn-cart {
  background-color: transparent !important;
  border: none;
}
.header-control .dropdown-toggle::after {
  content: none;
}
.header-control li {
  position: relative;
}
.header-control .buble {
  position: absolute;
  min-width: 15px;
  height: 15px;
  top: -9px;
  right: -13px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background-color: var(--color-red);
  padding: 0 7px;
  border-radius: 99px;
}

.header-notify {
  position: relative;
  top: -5px;
}
.header-notify .header-notify-close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.header-notify p {
  margin: auto;
}
.header-notify a {
  color: inherit;
}
.header-notify .header-notify-content {
  text-align: center;
  padding: 5px 0;
}

#top .messengers, header .messengers {
  padding: 5px;
  border-radius: 10rem;
  margin-left: -4px;
}
#top .messengers .icon, header .messengers .icon {
  --icon-size: 12px;
}

.header-logged .icon {
  fill: #afcc00;
}

#cart .dropdown-menu {
  width: 320px;
}
#cart table {
  margin: 0;
}
#cart .dropdown-menu li:first-child {
  max-height: 300px;
  overflow-y: auto;
}
#cart table tr, #cart table td {
  border: none;
}
#cart .table tr td:first-child {
  padding-left: 10px;
}
#cart .icon-close {
  --icon-size: 30px;
}
#cart a.btn-link {
  color: #000000;
}
#cart a.btn-link:hover {
  color: var(--color-primary);
}

.dropdown-cart-img {
  display: block;
  width: 70px;
}

.dropdown-cart-footer-total > div:first-child {
  max-width: 60%;
}

.dropdown-cart-footer-total, .dropdown-cart-footer-buttons {
  justify-content: space-between;
}

.dropdown-cart-footer-buttons {
  margin-top: 20px;
  flex-wrap: wrap;
}

.dropdown-cart-footer {
  padding: 15px 20px 10px;
}

.dropdown-cart-footer-buttons a {
  width: 100%;
}

.dropdown-cart-footer-buttons a:first-child {
  margin-bottom: 15px;
}

.dropdown-cart-footer-buttons a span {
  margin-left: 15px;
}

.dropdown-cart-footer-buttons .btn-primary {
  padding: 10px 20px;
}

.dropdown-cart-is-empty {
  margin: 10px 0;
}

.header-middle {
  margin: 0 -0.75rem;
}

footer {
  margin-top: auto;
  background-color: #000;
}
footer .footer-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.15;
  color: #e5e5e5;
}
footer .text-footer {
  font-size: 16px;
  line-height: 1.1;
  color: #e5e5e5;
  margin-bottom: 10px;
}
footer .ocp-subscribe-form {
  display: flex;
  align-items: stretch;
}
footer .ocp-subscribe-form .ocp-subscribe-form-input {
  background: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #d9d9d9;
  border-bottom: 2px solid #c4c4c4;
  border-radius: 0;
  border-left: 0;
  height: 30px;
  border-right: 0;
  border-top: 0;
  outline: none;
  padding: 0;
}
footer .ocp-subscribe-form .ocp-subscribe-form-input[disabled] {
  opacity: 0.5;
}
footer .ocp-subscribe-form .ocp-make-subscribe {
  font-size: 13px;
  color: #e5e5e5;
  background-color: transparent;
  margin-top: 0;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #c4c4c4;
  height: 30px;
}
footer .ocp-subscribe-form .ocp-make-subscribe[disabled] {
  opacity: 0.5;
}
footer .ocp-subscribe-modal-form-terms {
  margin-top: 20px;
}
footer .footer-subscribe-description {
  font-size: 12px;
  color: #e5e5e5;
}
footer .address {
  font-size: 13px;
  line-height: 1.15;
  color: #e5e5e5;
}
footer .worktime {
  font-size: 14px;
  line-height: 1.29;
  color: #8e8e8e;
}
footer .btn-link.email {
  font-size: 13px;
  line-height: 1.15;
  color: var(--color-primary);
}
footer .btn-link.email:hover {
  color: var(--color-primary-shade);
}
footer .btn-link {
  color: #8e8e8e;
}
footer .btn-link:hover {
  color: #fff;
}
footer hr {
  background-color: #e3e3e3;
  margin: 0;
}
footer .list-max-height {
  columns: 2;
}
footer .footer-payment-systems li {
  opacity: 0.7;
  transition: opacity 0.35s ease;
}
footer .footer-payment-systems li:hover {
  filter: none;
  opacity: 1;
}
footer .footer-powered {
  font-size: 12px;
}
footer .footer-logo {
  width: 200px;
}
footer .logo span {
  font-size: 30px;
  color: white;
}

#menu > .btn.btn-primary {
  font-size: 16px;
}
#menu .navbar-collapse.collapsing {
  transition: height 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#menu .navbar-body.d-flex.align-items-start::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 324px);
  height: 1px;
  background-color: #e7e7e7;
  right: 0;
}
#menu .navbar-body {
  position: relative;
  transform: translateY(25px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: white;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.08);
}
#menu .navbar-body .nav-menu-link {
  display: flex;
  align-items: center;
  color: var(--color-font-primary);
  background-color: var(--color-primary);
}
#menu .navbar-body .active .nav-menu-link {
  color: var(--color-font-transparent);
}
#menu .navbar-body .active .nav-menu-link {
  background-color: #fff;
}
#menu .navbar-body .active .nav-menu-link:hover {
  color: var(--color-primary);
}
#menu .navbar-body .nav-links {
  width: 324px;
  height: 100%;
  max-height: 70vh;
  overflow-y: auto;
}
#menu .navbar-body .category-children, #menu .navbar-body .nav-links {
  scrollbar-color: #d5d5d5 #f5f5f5;
  scrollbar-width: thin;
}
#menu .navbar-body .category-children::-webkit-scrollbar,
#menu .navbar-body .nav-links::-webkit-scrollbar {
  width: 7px;
}
#menu .navbar-body .category-children::-webkit-scrollbar-track,
#menu .navbar-body .nav-links::-webkit-scrollbar-track {
  background: #f5f5f5;
}
#menu .navbar-body .category-children::-webkit-scrollbar-thumb,
#menu .navbar-body .nav-links::-webkit-scrollbar-thumb {
  background-color: #d5d5d5;
}
#menu .navbar-body .category-children__link-container + .category-children__link-container {
  margin-top: 1.5rem;
}
#menu .btn-children {
  font-family: "Basis Grotesque Pro", sans-serif;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #000;
  margin-right: 14px;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  text-decoration: none;
}
#menu .btn-children:hover {
  color: var(--color-primary);
}
#menu .ham:not(.collapsed .ham) {
  background-color: transparent;
}
#menu .ham:not(.collapsed .ham).ham__left:before {
  transform: rotateZ(45deg) translate(3px);
}
#menu .ham:not(.collapsed .ham).ham__left:after {
  transform: rotateZ(-45deg) translate(3px);
}
#menu .ham:not(.collapsed .ham).ham__right:before {
  transform: rotateZ(-45deg) translate(-3px);
}
#menu .ham:not(.collapsed .ham).ham__right:after {
  transform: rotateZ(45deg) translate(-3px);
}
#menu .ham:not(.collapsed .ham).ham:before {
  top: -6px;
}
#menu .burger {
  position: relative;
  width: 24px;
  height: 14px;
}
#menu .burger .ham {
  width: 12px;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--color-font-primary);
  transition: background-color 0.15s linear;
}
#menu .burger .ham:before, #menu .burger .ham:after {
  content: "";
  width: 12px;
  height: 2px;
  display: block;
  position: absolute;
  background-color: var(--color-font-primary);
  transition: background-color 0.15s linear, -webkit-transform 0.25s ease;
}
#menu .burger .ham.ham__right {
  left: 12px;
}
#menu .burger .ham:before {
  top: -7px;
}
#menu .burger .ham:after {
  top: 7px;
}
#menu .navbar-toggle {
  height: 62px;
  padding: 20px;
}
#menu .category-children {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: calc(100% - 320px);
  overflow-y: auto;
  height: 100%;
  display: none;
}
#menu li.active .category-children {
  display: block;
}
#menu .navbar-toggle:not(.collapsed) ~ .navbar-container .navbar-body {
  opacity: 1;
  transform: translateY(0px);
}
#menu .main-category-name {
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #000;
  padding-bottom: 1.75rem;
}
#menu .dropdown-category {
  height: calc(100% - 2rem - 34px);
}
#menu .category-children .dropdown-category a {
  font-size: 16px;
  color: #4e4e4e;
}
#menu .category-children .dropdown-category a:hover {
  color: var(--color-primary);
}

#mobile-menu {
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  background-color: #fff;
  opacity: 0;
  visibility: visible;
  bottom: 0;
  top: 100%;
  transition: top 0.3s cubic-bezier(0.27, 0.01, 0.38, 1.06), opacity 0.15s cubic-bezier(0.27, 0.01, 0.38, 1.06);
}
#mobile-menu.show {
  top: var(--offset-top);
  opacity: 1;
}
#mobile-menu .navbar-nav {
  position: relative;
}
#mobile-menu .phone {
  color: #3d3d3d;
}
#mobile-menu .worktime {
  font-size: 12px;
  line-height: 14px;
  color: #8e8e8e;
}
#mobile-menu .email {
  font-size: 13px;
  line-height: 1;
  color: #5d5d5d;
}
#mobile-menu .address {
  font-size: 13px;
  line-height: 1.2;
  color: #5d5d5d;
}
#mobile-menu .dropdown-toggle::after {
  content: none;
}
#mobile-menu .dropdown-menu {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: calc(100% + 0.75rem);
}
#mobile-menu .dropdown-menu__back {
  padding-bottom: 17px;
}
#mobile-menu .dropdown-menu__back svg {
  margin-right: 5px;
}
#mobile-menu .dropdown-menu.show {
  transition: visibility 0.3s step-start;
  visibility: visible;
}
#mobile-menu .show-menu-next.dropdown-menu {
  transition: visibility 0.3s step-start;
  visibility: visible;
  display: block;
  left: 0;
  padding: 0;
}
#mobile-menu .dropdown-category-mobile {
  height: calc(100% - 46px - 0.5rem);
}
#mobile-menu .nav.navbar-nav {
  transition: transform 0.3s ease-in-out;
}
#mobile-menu .nav.navbar-nav.show-next {
  transform: translateX(calc(-100% - 0.75rem));
}
#mobile-menu #mobile-info-menu {
  display: flex;
  flex-wrap: wrap;
}
#mobile-menu #mobile-info-menu li {
  width: 50%;
}
#mobile-menu #mobile-info-menu a {
  font-size: 13px;
  line-height: 1.1;
  color: #8e8e8e;
}
#mobile-menu .control-link-item {
  border: 1px solid #e5e5e5;
  padding: 10px 12px;
  margin-bottom: -0.5px;
  --icon-size: 24px;
}
#mobile-menu .control-link-item a {
  display: flex;
  align-items: center;
}

#product-product nav.bg-breadcrumb {
  margin-bottom: 30px !important;
}
#product-product nav.bg-breadcrumb .breadcrumb-title {
  display: none;
}
#product-product .swiper-nav {
  height: 400px;
  width: 80px;
}
#product-product #product .product-in-compare {
  color: #afcc00 !important;
}
#product-product #product .product-in-compare .icon {
  fill: #afcc00 !important;
}
#product-product #product .product-in-wishlist {
  color: var(--color-red) !important;
}
#product-product #product .product-in-wishlist .icon {
  fill: var(--color-red) !important;
}
#product-product .product-price-word {
  font-size: 20px;
  margin-right: 10px;
}
#product-product .product-set-products {
  margin: -0.75rem;
}
#product-product .product-set-item:not(:first-child)::before, #product-product .product-set-result-wrapper::before {
  content: "";
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='12' width='2' height='26' fill='black'/%3E%3Crect x='26' y='12' width='2' height='26' transform='rotate(90 26 12)' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 30px);
  width: 40px;
  height: 40px;
  background-size: 20px 20px;
  left: -20px;
}
#product-product .product-set-result-wrapper::before {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='11' viewBox='0 0 26 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='26' y='9' width='2' height='26' transform='rotate(90 26 9)' fill='black'/%3E%3Crect x='26' width='2' height='26' transform='rotate(90 26 0)' fill='black'/%3E%3C/svg%3E");
  background-size: 22px;
  top: -20px;
  left: auto;
}
#product-product .product-set-item:nth-child(2n+1):before {
  display: none;
}
#product-product .product-set-items {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1px;
  padding-left: 0.5px;
}
#product-product .product-set-item.card {
  margin: -1px -1px 0 0;
  padding: 0;
  border-radius: 0;
  transition: box-shadow 0.35s ease;
}
#product-product .product-set-result-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -1px 1px 0;
}
#product-product .product-set-result-total {
  font-size: 18px;
  color: #000;
  margin-bottom: 22px;
}
#product-product .product-set-result-sale {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.16;
}
#product-product .product-set-result-price {
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
}
#product-product .product-set-result-economy {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.15;
}
#product-product .product-set-result-economy span {
  color: #5d5d5d;
}
#product-product #tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.product-block .thumbnails {
  position: sticky;
  top: 100px;
}
.product-block #ocp-product-cheaper {
  color: #5d5d5d;
  white-space: nowrap;
  border-bottom: 1px dashed #5d5d5d;
  padding: 0;
}
.product-block .reviews-list {
  width: 100%;
}
.product-block .review-item:not(:last-child) {
  margin-bottom: 1rem;
}
.product-block .review-item {
  background-color: #f7f7f7;
}
.product-block .review-item-header {
  padding: 20px 20px 26px 38px;
}
.product-block .review-item-info {
  padding-top: 10px;
}
.product-block .review-item-body {
  padding: 0 19px 50px 38px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.31;
  color: #525252;
}
.product-block .rating-summary-wrapper {
  min-width: max-content;
}
.product-block .rating-summary-wrapper .icon {
  --icon-size: 38px;
}
.product-block .rating-summary-wrapper .btn-dark {
  border-radius: 0;
  border: 0;
  background-color: #000;
  padding: 20px;
  --icon-size: 18px;
}
.product-block .rating-summary-wrapper .btn-dark:hover {
  background-color: var(--color-primary);
}
.product-block .video-icon {
  position: absolute;
  color: red;
}
.product-block .swiper-nav {
  font-size: 20px;
}
.product-block .swiper-product {
  font-size: 40px;
}
.product-block .reply-item {
  padding: 20px 38px 50px 110px;
}
.product-block .reply-item-body {
  color: #525252;
}
.product-block .attributes tr:not(.title-table):after {
  bottom: 8px;
}
.product-block .product-icon-image {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin-right: 10px;
  color: #c4c4c4;
  flex: 0 0 44px;
}
.product-block .product-icon-info {
  color: #5d5d5d;
}
.product-block .one-click-wrapper .form-control {
  border-radius: 0;
  border: 1px solid #e5e5e5;
}
.product-block .swiper-product {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.product-block .swiper-slide {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  height: 300px;
}
.product-block .swiper-nav {
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 10px 0;
}
.product-block .swiper-nav .swiper-slide {
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}
.product-block .swiper-nav .swiper-slide-thumb-active {
  opacity: 1;
}
.product-block .btn-link.btn-link-gray {
  font-size: 14px;
  color: #5d5d5d;
  display: flex;
  align-items: center;
  transition: color 0.25s ease;
  --icon-size: 28px;
}
.product-block .btn-link.btn-link-gray .icon {
  fill: #5d5d5d;
  margin-right: 5px;
  transition: fill 0.25s ease;
}
.product-block .btn-link.btn-link-gray:hover {
  color: #000;
}
.product-block .btn-link.btn-link-gray:hover .icon {
  fill: #000;
}
.product-block .manufacturer {
  color: var(--color-primary);
}
.product-block .manufacturer:hover {
  color: var(--color-primary-shade);
}
.product-block .btn-primary {
  padding: 14px 20px;
}
.product-block #btn-specs {
  margin-top: 35px;
  background-color: #fff;
  padding: 0;
  padding-bottom: 2px;
  border: 0;
  outline: 0;
  border-bottom: 1px dashed #5d5d5d;
  line-height: 1;
}
.product-block .tab-pane {
  padding-top: 2.5rem;
}
.product-block .nav-tabs {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.product-block .nav-tabs .btn-link.nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #8e8e8e;
  padding: 0;
  border: none;
  white-space: nowrap;
}
.product-block .nav-tabs .btn-link.nav-link.active {
  color: #000;
  text-decoration: underline !important;
}
.product-block #button-cart {
  --icon-size: 28px;
  fill: var(--color-font-primary);
}
.product-block .table > :not(:first-child) {
  border-top: none;
}
.product-block .table > :not(caption) > * > * {
  border-bottom-width: 0;
}
.product-block .subheading {
  font-size: 18px;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-weight: 500;
}
.product-block .product-specifications {
  color: #5d5d5d;
  font-size: 14px;
  line-height: 1.1;
}
.product-block .product-specifications .product-data {
  color: #000;
}
.product-block .product-thumb {
  max-width: 100%;
}
.product-block .quick-info,
.product-block .attributes {
  font-size: 14px;
}
.product-block .quick-info .title-table,
.product-block .attributes .title-table {
  font-size: 18px;
}
.product-block .quick-info thead:not(:first-child) .title-table,
.product-block .attributes thead:not(:first-child) .title-table {
  margin-top: 40px;
}
.product-block .quick-info tr,
.product-block .attributes tr {
  border-top: none;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.product-block .quick-info tr td,
.product-block .attributes tr td {
  padding: 0;
  position: relative;
  z-index: 10;
  background-color: #fff;
  color: black;
}
.product-block .quick-info tr td:first-child,
.product-block .attributes tr td:first-child {
  display: inline;
  color: #5d5d5d;
}
.product-block .quick-info tr:not(.title-table):after,
.product-block .attributes tr:not(.title-table):after {
  content: "";
  position: absolute;
  bottom: 3px;
  width: 100%;
  left: 0;
  height: 1px;
  z-index: 0;
  border-bottom: 1px dashed #e5e5e5;
}

.actual-price {
  font-size: 36px;
}

.user-rating {
  --icon-size: 38px;
}

.product-title {
  font-family: "Basis Grotesque Pro", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 22px;
}

.product-options input[type=checkbox], .product-options input[type=radio] {
  border: 1px solid #c4c4c4;
}
.product-options input[type=checkbox]:checked, .product-options input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='check' x='0' y='0' xml:space='preserve' viewBox='0 0 13 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.adst0%7Bfill-rule:evenodd%3Bclip-rule:evenodd%7D%3C/style%3E%3Cpath class='adst0' fill='%2392ac00' d='M12 1c.3.3.3.8 0 1.1L5.6 9c-.3.3-.7.3-1 0L1 5c-.3-.3-.3-.7 0-1 .3-.3.7-.3 1 0l3.2 3.5 6-6.5c.1-.3.6-.3.8 0z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 2px solid #afcc00;
}
.product-options input[type=radio] {
  margin: 0;
  font: inherit;
  color: currentColor;
  border-radius: 0;
}
.product-options .dropdown-option .dropdown-menu[data-bs-popper] {
  top: auto !important;
}
.product-options .checkboxes {
  column-gap: 3rem;
  row-gap: 1.5rem;
}

.img-option {
  width: 37px;
  height: 37px;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  position: relative;
  padding: 0;
  letter-spacing: 0;
  word-spacing: 0;
  transition: border 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  cursor: pointer;
}
.img-option span {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
}
.img-option .icon {
  top: 50%;
  left: 50%;
  margin: 0.5px;
  fill: #fff;
  --icon-size: 13px;
  visibility: hidden;
  transform: translate(-50%, -50%);
}
.img-option input:checked ~ span .icon {
  visibility: visible;
}

.product-metadata {
  border-bottom: 1px solid #000;
}
.product-metadata > div:first-child > * {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
  color: #5d5d5d;
  margin-bottom: 16px;
}

.fancybox__container {
  z-index: 2050;
}

.product-set-layout {
  margin-right: -0.5px;
  margin-left: -0.5px;
}

.product-set-layout .product-thumb {
  text-align: center;
}

.product-set-layout img {
  max-width: 100%;
}

.dropdown-sort {
  z-index: 100;
  margin-right: -1.5px;
  min-width: 80%;
}
.dropdown-sort .btn::after {
  content: none;
  margin-bottom: -2px;
}

.dropdown-option .btn,
.dropdown-sort .btn {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  font-size: 16px;
  padding: 10px 20px;
  --icon-size: 17px;
  overflow: hidden;
}
.dropdown-option .btn:hover, .dropdown-option .btn:active, .dropdown-option .btn:focus,
.dropdown-sort .btn:hover,
.dropdown-sort .btn:active,
.dropdown-sort .btn:focus {
  background-color: #fff;
}
.dropdown-option .btn:hover,
.dropdown-option .btn:focus,
.dropdown-option .btn:active,
.dropdown-sort .btn:hover,
.dropdown-sort .btn:focus,
.dropdown-sort .btn:active {
  border-color: #e7e7e7;
}
.dropdown-option .dropdown-menu.show,
.dropdown-sort .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.45s cubic-bezier(0.5, 0, 0, 1.25), visibility 0.45s step-start;
}
.dropdown-option .dropdown-menu,
.dropdown-sort .dropdown-menu {
  display: block !important;
  opacity: 0;
  border-top: 0;
  visibility: hidden;
  margin-top: -1px !important;
  transition: opacity 0.45s cubic-bezier(0.5, 0, 0, 1.25), visibility 0.45s step-end;
  overflow: hidden;
}
.dropdown-option .dropdown-menu .dropdown-item,
.dropdown-sort .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
  transition: color 0.25s;
  white-space: unset;
}
.dropdown-option .dropdown-menu .dropdown-item:hover,
.dropdown-sort .dropdown-menu .dropdown-item:hover {
  color: #1b1b1b;
}
.dropdown-option .dropdown-item.active,
.dropdown-sort .dropdown-item.active {
  color: #1b1b1b !important;
}

.category-limits li a {
  font-size: 16px;
}

#product-category .row-options {
  border-top: 1px solid #e7e7e7;
}

.row-options {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: -0.75px;
}
.row-options .dropdown-sort .btn {
  border-top: none;
  border-bottom: none;
}

.row-options,
.row-options .btn,
.row-options .dropdown-menu {
  font-size: 14px;
}

.subcategories-list {
  display: grid;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(257px, 1fr));
}

.categories-item {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  height: 126px;
  border: 1px solid #fff;
}

.categories-item:hover {
  background-color: #ebebeb;
}

.categories-item__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #1b1b1b;
}

.categories-item__img {
  max-width: 78px;
}

.ocp-filter-pages {
  gap: 10px;
  overflow-x: auto;
}

.ocp-filter-page {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 50px;
  background-color: #f9f9f9;
  padding: 10px 20px;
  font-style: normal;
  font-size: 18px;
  line-height: 21px;
  color: #1b1b1b;
  text-decoration: none;
  flex-shrink: 0;
}

.ocp-filter-page:hover {
  color: var(--color-primary-shade);
}

.swiper-categories {
  margin: 0 -0.75rem;
}

.row-options .btn-link.active {
  font-weight: 600;
}

.subcategories-grid {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.hide-category-description {
  height: 120px;
  overflow: hidden;
  position: relative;
}

.show-category-description {
  padding-top: 15px;
  display: block;
  cursor: pointer;
  color: #525252;
  font-size: 14px;
}

.category-description {
  position: relative;
}

.ocp-category-text-filter {
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0364583) 0%, #f9f9f9 100%);
  width: 100%;
  height: 95px;
  bottom: 0;
}

[id^=checkout-] #content-top {
  margin-top: 3rem;
}

.panel-body .radio, .panel-body .checkbox {
  margin-bottom: 8px;
}
.panel-body .radio label, .panel-body .checkbox label {
  display: flex !important;
  align-items: center;
  user-select: none;
  gap: 10px;
}
.panel-body .control-label {
  margin-bottom: 10px;
}
.panel-body .radio label.radio-label {
  border: 2px solid #e7e7e7;
  padding: 15px;
  cursor: pointer;
}
.panel-body .radio input[type=radio]:checked ~ .radio-label {
  border: 2px solid var(--color-primary);
}
.panel-body .radio input[type=radio]:checked ~ .radio-label .form-checkout-radiobox-radio {
  border: 1px solid var(--color-primary);
}
.panel-body .radio input[type=radio]:checked ~ .radio-label .form-checkout-radiobox-radio::after {
  display: block;
  background-color: var(--color-primary);
}
.panel-body .radio .form-checkout-radiobox-radio {
  width: 17px;
  height: 17px;
  margin-top: 4px;
  margin-right: 8px;
  align-self: flex-start;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  position: relative;
  flex-shrink: 0;
}
.panel-body .radio .form-checkout-radiobox-radio::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #000;
  display: none;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.panel-body p,
.panel-body .forgot-password,
.panel-body .radio-text {
  font-size: 13px;
  line-height: 1.15;
  color: #8e8e8e;
}
.panel-body .radio-text {
  font-weight: 600;
}
.panel-body p:first-of-type,
.panel-body p.comment-title {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}
.panel-body .btn-primary {
  padding: 1rem 2.35rem;
}

.panel-collapse:not(#collapse-checkout-option) {
  overflow: hidden;
}

#checkout-checkout .panel-collapse:not(#collapse-checkout-option) {
  transition: height 0.6s ease;
}
#checkout-checkout .panel:not(:first-of-type) .panel-body {
  border-top: 0;
}

#collapse-checkout-confirm .table {
  min-width: 500px;
}

.bg-breadcrumb {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}

.breadcrumb {
  padding: 14px 0 0 0 !important;
  margin-bottom: 0 !important;
}
.breadcrumb .breadcrumb-item {
  font-size: 13px;
  line-height: 1.35;
}
.breadcrumb .breadcrumb-item a {
  font-size: 13px;
  color: #8e8e8e;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #5d5d5d;
}
.breadcrumb .breadcrumb-item:last-of-type {
  color: #5d5d5d;
  pointer-events: none;
}

.breadcrumb-title {
  font-weight: 500;
  color: #000;
  font-size: 28px;
  margin: 0;
  padding: 8px 0;
}

[id^=account-] {
  --icon-size: 20px;
}
[id^=account-] legend {
  color: #000;
  font-size: 16px;
}
[id^=account-] #content .btn.btn-cart.btn-circle {
  --btn-circle-size: 33px;
  width: var(--btn-circle-size);
}
[id^=account-] .thead {
  width: inherit;
  display: none;
}
[id^=account-] .td, [id^=account-] .th, [id^=account-] .order-comments {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
}
[id^=account-] .td, [id^=account-] .th {
  padding-top: 18px;
  padding-bottom: 18px;
}
[id^=account-] .table-link {
  position: relative;
  z-index: 1;
  text-decoration: none;
}
[id^=account-] .table-link:hover {
  background-color: rgba(243, 243, 243, 0.5);
}
[id^=account-] .tr {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  flex-wrap: wrap;
}
[id^=account-] .td-title {
  font-size: 11px;
  color: #8e8e8e;
  display: block;
  margin-bottom: 6px;
}
[id^=account-] .td {
  flex: 1 1 50%;
  max-width: 50%;
}
[id^=account-] .td:nth-child(2n+1) {
  padding-right: 12px;
}
[id^=account-] .td:nth-child(2n) {
  padding-left: 12px;
}
[id^=account-] .list-group {
  margin: 0 -0.75rem;
}
[id^=account-] .table-details, [id^=account-] .table-billing-address {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-bottom: 40px;
}
[id^=account-] .table-details .tr, [id^=account-] .table-billing-address .tr {
  border-bottom: 0;
  align-items: flex-start;
}
[id^=account-] .table-details .td:nth-of-type(1), [id^=account-] .table-billing-address .td:nth-of-type(1) {
  padding-right: 6px;
}
[id^=account-] .table-details .td, [id^=account-] .table-billing-address .td {
  flex: 1 1 50%;
  max-width: 50%;
  padding-top: 6px;
  padding-bottom: 6px;
}
[id^=account-] .table-billing-products {
  margin-bottom: 30px;
}
[id^=account-] .table-billing-products .tfooter {
  padding-top: 10px;
}
[id^=account-] .table-billing-products .tfooter .tr {
  align-items: flex-start;
}
[id^=account-] .table-billing-products .tfooter .td {
  font-family: RobotoMedium, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: #000;
  padding-top: 3px;
  padding-bottom: 3px;
}
[id^=account-] .table-billing-products .tfooter .td:nth-of-type(1) {
  flex: 0 0 calc(100% - 112px);
  max-width: calc(100% - 112px);
  text-align: right;
  padding-right: 76px;
}
[id^=account-] .table-billing-products .tfooter .td:nth-of-type(2) {
  flex: 0 0 112px;
  max-width: 112px;
  min-width: 112px;
}
[id^=account-] .table-billing-products .tfooter .tr {
  border-bottom: 0;
}
[id^=account-] .lk-wrapper h3 {
  margin: 0 0 20px 0;
}

.input-group-btn .btn.btn-outline-primary {
  border-color: #e7e7e7;
}

#account-wishlist .btn-remove, #account-address .btn-remove {
  padding: 0;
  --icon-size: 32px;
}
#account-wishlist .btn-remove .icon, #account-address .btn-remove .icon {
  fill: #8e8e8e;
  transition: fill 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}
#account-wishlist .btn-remove:hover .icon, #account-address .btn-remove:hover .icon {
  fill: var(--color-primary);
}

#account-wishlist a {
  color: #000;
  text-decoration: none;
}
#account-wishlist a:hover {
  color: var(--color-primary);
}

#account-account #content li {
  margin-bottom: 16px;
}
#account-account #content li .panel-body {
  margin-bottom: 15px;
  width: 100%;
}
#account-account #content li a {
  font-size: 16px;
  color: #000;
}
#account-account .panel-body {
  flex: 1 1 100%;
  max-width: 100%;
}

.modal {
  z-index: 1000 !important;
}

.modal-title {
  line-height: 1.2;
}

.modal-backdrop {
  z-index: 980 !important;
}

.modal .modal-content {
  border-radius: 10px;
  max-height: calc(100vh - 3.5rem);
}
.modal .modal-content .modal-header .btn-close {
  position: absolute;
  background-size: 14px;
  top: 20px;
  right: 20px;
}
.modal .modal-content .modal-body {
  overflow: auto;
}
.modal .modal-content .modal-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.15;
  color: #000;
}

#quickviewModal .nav.nav-tabs {
  border: none !important;
}
#quickviewModal .nav.nav-tabs .nav-link {
  font-size: 1.25rem;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #8e8e8e;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}
#quickviewModal .nav.nav-tabs .nav-link:hover, #quickviewModal .nav.nav-tabs .nav-link.active {
  color: #000;
}
#quickviewModal .nav.nav-tabs .nav-link.active {
  border-bottom: 2px solid #000;
}
#quickviewModal .product-in-compare {
  color: #afcc00 !important;
}
#quickviewModal .product-in-compare .icon {
  fill: #afcc00 !important;
}
#quickviewModal .product-in-wishlist {
  color: var(--color-red) !important;
}
#quickviewModal .product-in-wishlist .icon {
  fill: var(--color-red) !important;
}
#quickviewModal .swiper-button-next {
  right: 0;
}
#quickviewModal .swiper-button-prev {
  left: 0;
}
#quickviewModal .product-title {
  display: block;
  text-decoration: none;
}
#quickviewModal .product-title:hover {
  color: var(--color-primary);
}

.form-group.required .control-label:after, .dropdown.required .control-label:after {
  content: "*";
}

#ocp-live-search {
  background-color: #fff;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s step-end;
  visibility: hidden;
  position: relative;
  z-index: 10;
  max-height: 65vh;
  overflow-y: auto;
}
#ocp-live-search.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0.3s step-start;
}
#ocp-live-search .search-product img {
  margin-bottom: -15px;
  margin-top: 15px;
}
#ocp-live-search .live-search-results {
  border-top: 1px solid #e5e5e5;
}
#ocp-live-search .search-title {
  color: #8e8e8e;
  line-height: 1.3;
}
#ocp-live-search .product-price {
  border-color: transparent !important;
}
#ocp-live-search .product-data {
  color: #979797;
}
#ocp-live-search .live-search-result-products {
  overflow-y: auto;
  padding-right: 20px;
}
#ocp-live-search .live-search-result-products img {
  width: 42px;
  height: 42px;
}
#ocp-live-search .btn-circle {
  width: var(--btn-circle-size);
}
#ocp-live-search .stock {
  margin: 0;
}

.live-search-container {
  visibility: hidden;
  transition: visibility 0.3s step-end;
}

.description,
.text-compare {
  font-size: 14px;
  color: #5d5d5d;
}

#product-compare .table {
  position: relative;
  width: auto;
}
#product-compare .table td {
  width: 250px;
}
#product-compare .table .btn-close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  border: 2px solid #e5e5e5;
  border-radius: 10rem;
  background: none;
  opacity: 1;
  right: 0;
  --icon-size: 20px;
}
#product-compare .table .btn-close .icon {
  fill: #8e8e8e;
  transition: fill 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}
#product-compare .table .btn-close:hover .icon {
  fill: var(--color-primary);
}

#information-contact .phone {
  font-size: 18px;
  text-decoration: none;
  color: black;
}
#information-contact .phone:hover {
  color: var(--color-primary);
}
#information-contact .worktime {
  font-size: 13px;
  line-height: 1.6;
  color: #8e8e8e;
}
#information-contact .link {
  color: var(--color-primary);
  border-bottom: 1px solid #e5e5e5;
}
#information-contact .link:hover {
  color: var(--color-primary-shade);
}

.dropdown-address {
  color: #5d5d5d;
}

.article-layout .image {
  background-color: #f5f5f5;
}
.article-layout .image img {
  max-height: 220px;
  object-fit: cover;
}
.article-layout .article-title.btn-link {
  font-size: 18px;
  line-height: 1.2;
  white-space: break-spaces;
}
.article-layout .article-text {
  font-size: 16px;
  line-height: 19px;
  color: #525252;
}

.blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 60px;
}

.blog-item-col {
  width: 100%;
}

.blog-item-col:nth-of-type(1) {
  flex: 0 0 347px;
  max-width: 347px;
}

.blog-item-col:nth-of-type(2) {
  flex: 1 1 calc(100% - 347px);
  max-width: calc(100% - 347px);
  padding-left: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.blog-item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 270px;
  background-color: #f5f5f5;
}

.blog-item-image img {
  mix-blend-mode: darken;
  max-height: 100%;
}

.blog-item-link {
  text-decoration: none;
  color: #000;
}

.blog-item-title.btn-link {
  font-family: "Basis Grotesque Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 0.9230769231;
  color: #000000;
  margin: 0;
  text-decoration: none;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}
.blog-item-title.btn-link:hover {
  color: var(--color-primary);
}

.blog-item-description {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3125;
  color: #8E8E8E;
  margin-top: 24px;
  margin-bottom: 16px;
}

.blog-item-description p {
  margin: 0;
}

.blog-item-date {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  color: #8E8E8E;
  display: block;
  margin-top: 17px;
}

.article-list {
  display: flex;
  align-items: stretch;
}

.article-item-top {
  display: flex;
  height: 290px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  align-items: center;
  justify-content: center;
}

.article-item-top.full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-item-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding-left: 18px;
  padding-right: 18px;
}

.article-item-title {
  display: inline-block;
  margin-top: 24px;
}

.article-item-title h4 {
  margin: 0;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  color: #000000;
  transition: color 0.25s ease;
}

.article-item-introtext {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #525252;
}

.article-item-date {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #8E8E8E;
}

.blog-description p, .blog-description li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #5d5d5d;
}

#ocp-blog-article h1 {
  font-size: 28px;
  line-height: 1.14;
  margin-bottom: 15px;
}

#ocp-blog-article #content h2 {
  font-size: 24px;
  line-height: 1.14;
  margin: 15px 0;
}

.article-date {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #8e8e8e;
  margin-bottom: 20px;
}

.article-gallery-image {
  text-align: center;
}

.article-gallery > div {
  margin-bottom: 20px;
}

.article-gallery-image-description {
  font-size: 12px;
  line-height: 1.5;
  color: #8e8e8e;
  margin-top: 10px;
}

.article-author {
  margin-bottom: 10px;
}

#column-left .article-list, #column-right .article-list {
  flex-direction: column;
}

#column-left .articles-row-simple .article-item, #column-right .articles-row-simple .article-item {
  margin-bottom: 20px;
}

#column-left .articles-row-slider .article-item, #column-right .articles-row-slider .article-item {
  width: 306px;
}

#column-left .article-item-body, #column-right .article-item-body {
  padding: 0;
}

#ocp-blog-article [aria-label=breadcrumb] {
  margin-bottom: 0 !important;
}
#ocp-blog-article #column-left,
#ocp-blog-article #column-right {
  border: none !important;
}

.blog-description img {
  max-width: 100%;
}

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

#column-left .article-item, #column-right .article-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  flex: 0 0 100%;
  max-width: 100%;
}

.articles-row {
  display: flex;
  flex-wrap: wrap;
}
.articles-row .article-item {
  width: 100%;
  margin-left: 1px;
  margin-right: 1px;
}

.article-title {
  font-family: "Basis Grotesque Pro", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 18px;
  transition: color 0.25s ease;
  text-decoration: none;
  line-height: 1.2;
}

.article-title:hover {
  color: var(--color-primary);
}

.blog-comment-name {
  font-weight: 400;
  color: #000;
}

.blog-comment-date {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.1;
  color: #8e8e8e;
}

.blog-comment-customer, .blog-comment-admin {
  margin-bottom: 15px;
}

.blog-comment-customer {
  background-color: #f7f7f7;
  padding: 19px 19px 50px 38px;
}

.blog-comment-admin {
  padding: 19px 38px 50px 110px;
}

.blog-comment {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.31;
  color: #525252;
}

.product-small-card {
  padding: 20px;
  border: 1px solid #e5e5e5;
  height: 100%;
}
.product-small-card .card-left {
  padding-right: 16px;
  flex-shrink: 0;
}
.product-small-card .card-right {
  flex: 1 1 auto;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.product-small-card .card-right .product-small-card-title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.15;
  color: #000;
  margin: 0 0 4px 0;
}
.product-small-card .card-right .product-small-card-title a {
  color: #000;
}
.product-small-card .product-small-card-bottom {
  display: flex;
  justify-content: space-between;
}
.product-small-card .btn-cart {
  font-weight: 500;
  font-size: 13px;
  flex-shrink: 0;
}
.product-small-card .price {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.14;
  white-space: nowrap;
}
.product-small-card .price-new {
  margin-right: 13px;
}

.articles-row .article-item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.swiper-article-related-products {
  position: relative;
}
.swiper-article-related-products .swiper-buttons {
  position: absolute;
  z-index: 2;
  width: 100%;
  justify-content: space-between;
  top: 50%;
  margin: 0;
}
.swiper-article-related-products .swiper-buttons .swiper-button-prev {
  left: -25px;
}
.swiper-article-related-products .swiper-buttons .swiper-button-next {
  right: -25px;
}

.category-wall-grid {
  display: flex;
  gap: 2px;
  overflow-x: auto;
  overflow-y: hidden;
}
.category-wall-grid:not(.category-wall-grid-1) .category-wall-item {
  flex: 0 0 calc(100% - 80px);
}

.category-wall-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #f5f5f5;
  transition: background-color 0.35s ease;
}
.category-wall-item:hover {
  background-color: #e2e2e2;
}

.category-wall-item-body {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding: 20px 26px 20px 26px;
}

.category-wall-item-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.16;
  color: #000;
  margin: 0;
  padding-right: 10px;
}

.category-wall-item-img {
  object-fit: contain;
  max-height: 210px;
}

#column-right .category-wall-grid, #column-left .category-wall-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}
#column-right .category-wall-grid img, #column-left .category-wall-grid img {
  max-height: 210px !important;
}

.smart-banner-wrapper .swiper-slide:hover img {
  transform: scale(1.1);
}

.slider-smart-banner-wrapper, .slider-product-wrapper {
  height: 100%;
}

.smart-banner-bottom, .smart-banner-top {
  position: relative;
  z-index: 2;
}

.slider-smart-banner-wrapper .slider-product-wrapper {
  overflow: hidden;
}

.smart-banner-image {
  text-align: center;
}
.smart-banner-image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: transform 1.4s cubic-bezier(0.19, 0.98, 0.65, 0.82), -webkit-transform 1.4s cubic-bezier(0.19, 0.98, 0.65, 0.82);
}

.slider-smart-banner-title, .slider-product-title {
  font-weight: 500;
}

.smart-banner-product-sticker {
  display: inline-block;
  text-align: right;
}

.smart-banner-countdown-title {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  margin-bottom: 5px;
}

.module-ocp-smart-banner .btn {
  font-size: 14px;
}

.faq-list .accordeon-item-top .accordeon-item-title {
  font-size: 18px;
  transition: color 0.35s ease;
}

.accordeon-item-top {
  border-bottom: 1px solid #e5e5e5;
}
.accordeon-item-top .btn-link:hover .accordeon-item-title {
  color: var(--color-primary-shade);
}

.accordeon-item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.14;
  color: #000;
}

.accordeon-item-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #5d5d5d;
}

.accordeon-icon {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
}

.accordeon-icon::after {
  transform: rotate(90deg);
}

.accordeon-icon::after,
.accordeon-icon::before {
  content: "";
  width: 18px;
  height: 1px;
  background-color: #191919;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.25s ease, background-color 0.35s ease;
}

.accordeon-icon::before {
  transform: rotate(0);
}

.accordeon-item-top:hover .accordeon-icon::after, .accordeon-item-top:hover .accordeon-icon::before {
  background-color: var(--color-primary);
}

.accordeon-item .btn-link:not(.collapsed) {
  color: var(--color-primary);
}
.accordeon-item .btn-link:not(.collapsed) .accordeon-icon::after {
  transform: rotate(180deg);
}

.reviews-slider .swiper-slide {
  height: auto;
}
.reviews-slider .swiper-slide > a {
  display: block;
  height: 100%;
}
.reviews-slider .reviews-slider-item {
  padding: 24px 22px;
  height: 100%;
  background-color: #f5f5f5;
}
.reviews-slider .review-item {
  display: flex;
}
.reviews-slider .review-item-info-name {
  color: #000;
}
.reviews-slider .review-item-body {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.31;
  color: #525252;
}
.reviews-slider .review-item-product-title {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #525252;
  margin-top: 10px;
}
.reviews-slider .rating-li {
  --icon-size: 15px;
}

.ocp-promo-block-wrapper {
  width: 100%;
}

.ocp-promo-block-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.16;
}

.ocp-promo-block-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}

.ocp-promo-block-image {
  height: 214px;
}

.ocp-promo-block-description {
  padding: 1rem;
}

.ocp-product-tabs .section-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ocp-product-tabs .section-tabs-menu .ocp-product-tabs__list {
  display: flex;
  overflow-x: auto;
  margin: 0;
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  gap: 15px;
}
.ocp-product-tabs .section-tabs-menu .ocp-product-tabs__list li {
  flex-shrink: 0;
}
.ocp-product-tabs .section-tabs-menu .ocp-product-tabs__list li:last-child {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
.ocp-product-tabs .section-tabs-menu .ocp-product-tabs__item {
  padding: 0;
  padding-top: 20px;
  border: none;
  background-color: transparent;
}
.ocp-product-tabs .section-tabs-menu .tabs-item {
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #8e8e8e;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  cursor: pointer;
}
.ocp-product-tabs .section-tabs-menu .tabs-item.active {
  color: #000;
  border-bottom-color: #000;
}
.ocp-product-tabs .tabs-preloader {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(215, 215, 215, 0.5);
}

#goTop {
  padding: 0;
  margin: 0;
  border: 0;
  appearance: none;
  display: inline-block;
  position: fixed;
  z-index: 100;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #f8f8f8;
  cursor: pointer;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), opacity 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), transform 0.3s ease-in-out, -webkit-box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.3s ease-in-out;
}

#goTop .icon {
  width: 10px;
  transform: rotate(180deg);
}

#goTop.is-visible {
  opacity: 1;
}

#goTop.is-upper {
  transform: translate(0, -280px);
}

.goTop-upper {
  bottom: 125px;
}

.goTop-bottom {
  bottom: 35px;
}

.goTop-left {
  left: 20px;
}

.goTop-right {
  right: 20px;
}

.feedback-panel {
  position: fixed;
  z-index: 999;
  bottom: 60px;
  width: 69px;
  height: 69px;
}

.feedback-panel-button {
  padding: 0;
  margin: 0;
  border: 0;
  appearance: none;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  transition: background-color 0.25s ease;
}

.feedback-panel-icon {
  --icon-size: 20px;
  fill: var(--color-font-primary);
}

.feedback-panel-main-icon {
  --icon-size: 26px;
  fill: var(--color-font-primary);
}

.feedback-panel-item {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: var(--color-primary);
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transform: translate(0, 0);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.21, 1.1), opacity 0.25s ease, background-color 0.25s ease, -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.feedback-panel-item-link {
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 0;
  line-height: 0;
  align-items: center;
  justify-content: center;
}

.feedback-panel.is-active .feedback-panel-item {
  opacity: 1;
}

.feedback-panel-left {
  left: 40px;
}

.feedback-panel-right {
  right: 40px;
}

.popup-cart {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

.popup-cart-wrapper .cart-table-body {
  overflow-y: auto;
  max-height: 290px;
  padding-right: 20px;
  margin-right: -20px;
}

.popup-cart-wrapper .cart-table {
  padding-right: 20px;
}

.popup-cart .price-old {
  margin: 0;
}

.popup-cart .icon-close {
  --icon-size: 30px;
}
.popup-cart .icon-close:hover {
  fill: var(--color-primary);
}

.cart-popup-footer {
  margin-bottom: 20px;
}

.cart-popup-footer, .cart-popup-footer-buttons {
  justify-content: space-between;
}

.cart-popup-footer .input-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.ocp-one-click-popup-input {
  width: 100% !important;
}

.cart-popup-footer-buttons .btn-continue {
  color: #000;
  border-color: #c4c4c4;
}

.cart-popup-footer-buttons .btn-continue span {
  margin-left: 15px;
}

.cart-popup-footer-buttons .btn-continue svg {
  --icon-size: 14px;
  position: relative;
  top: -2px;
}

.cart-popup-footer, .cart-popup-footer-buttons {
  flex-direction: column;
}

#ocp-cookie-policy {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: white;
}

#ocp-cookie-policy-text {
  color: #5d5d5d;
  margin-bottom: 0;
}

#ocp-cookie-policy-text a {
  color: var(--color-primary);
}

#ocp-cookie-policy-text a:hover {
  color: var(--color-primary-shade);
}

#ocp-cookie-policy-accept-button:hover {
  background-color: var(--color-primary-shade);
}

.categories-list-children {
  display: none;
}

.categories-list-children.active {
  display: block;
}

.shevron-rotate {
  transform: rotate(0deg) !important;
}

.categories-list .shevron {
  --icon-size: 12px;
  transform: rotate(-90deg);
  transition: 0.25s ease;
}

.notify {
  align-items: center;
  width: 300px;
  padding: 15px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 9px;
  transform: translateY(-40px);
  transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
}

.notify .notify-close {
  position: absolute;
  top: 0;
  right: 0;
}

.notify-icon {
  width: 45px;
  height: 45px;
  padding: 10px;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 20px;
}

.notify-icon img {
  max-height: 100%;
}

.notify-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

.notify-text a {
  color: #000;
}

.notify-icon .icon {
  --icon-size: 30px !important;
}

.notify-close .icon {
  --icon-size: 12px !important;
}

:root {
  --color-font-primary: #000;
  --color-font-transparent: #000;
  --color-primary: #afcc00;
  --color-primary-shade: #92ac00;
  --color-red: #bc3b3b;
}

* {
  font-family: "RobotoRegular", sans-serif;
}

body {
  overflow-x: hidden;
  --icon-size: 1rem;
}

.no-scroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Basis Grotesque Pro", sans-serif;
  font-weight: 400;
  color: #000;
}

h2 {
  font-size: 1.75rem !important;
}

h3 {
  font-size: 1.5rem !important;
}

legend {
  float: none;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.small, small {
  font-size: 12px;
}

.text-black {
  color: #000 !important;
}

#content {
  overflow: visible;
  min-height: 20vh;
}

.icon {
  width: var(--icon-size);
  height: var(--icon-size);
}

.pagination {
  margin: 0;
}

img[data-fancybox] {
  cursor: zoom-in;
}

#content-bottom .section:not(:last-of-type), #content-top .section:not(:last-of-type) {
  margin-bottom: 3rem;
}

#product-product .section {
  margin-top: 3rem;
}

#column-left .section, #column-right .section {
  margin-bottom: 3rem;
}

[id^=account-] #column-left .section:last-of-type, [id^=account-] #column-right .section:last-of-type {
  margin-bottom: 0 !important;
}

.row-view-buttons button {
  --icon-size: 12px;
}
.row-view-buttons button.active .icon {
  fill: var(--color-primary);
}

.quantity-amount::-webkit-outer-spin-button,
.quantity-amount::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-amount[type=number] {
  -moz-appearance: textfield;
}

.quantity-amount {
  border-left: none;
  border-right: none;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  background-color: transparent;
  text-align: center;
  outline: none;
  height: 36px;
}

#product .quantity-amount, .cart-table-col .quantity-amount {
  width: 40px;
}

.stock {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.18;
  position: relative;
  padding-left: 12px;
  color: #525252;
  margin-bottom: 10px;
}
.stock.in-stock::before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 10rem;
  position: absolute;
  top: 4px;
  left: 0;
  background-color: #26dd2d;
}
.stock.out-of-stock::before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 10rem;
  position: absolute;
  top: 4px;
  left: 0;
  background-color: #dd2626;
}

.product-quantity-control {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: none;
  border-left: none;
  background-color: transparent;
  padding: 4px 8px;
  height: 36px;
  fill: #9c9c9c;
  --icon-size: 12px;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}
.product-quantity-control:last-child {
  border-right: 1px solid #e5e5e5;
}
.product-quantity-control:first-child {
  border-left: 1px solid #e5e5e5;
}
.product-quantity-control:hover .icon {
  fill: var(--color-primary);
}

/* Выпадающее меню */
.dropdown-menu {
  border-radius: 0;
}

/* Список */
.list-group {
  border-radius: 0;
}
.list-group .list-group-item {
  display: flex;
  align-items: center;
  padding: 10px 14px 10px 10px;
  border: none;
  color: #000;
}
.list-group .list-group-item:hover, .list-group .list-group-item.active {
  background-color: #f5f5f5;
}

[id^=column-] .swiper-buttons {
  display: flex;
  justify-content: end;
  padding: 0.75rem 0;
  gap: 0.5rem;
}
[id^=column-] .swiper-buttons > * {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  margin-bottom: 0 !important;
}
[id^=column-] .swiper {
  margin: 0;
}

#common-home [id^=column-] {
  border-top: none !important;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #dee2e6 !important;
}

.table.table-product img {
  width: 100px;
  height: 100px;
}
.table thead tr,
.table thead td {
  border-top: none;
}
.table tbody:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.table tr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.table tr td:first-child {
  padding-left: 0;
}
.table .price {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}
.table .img-col {
  width: 100px;
}

.table-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.14;
  color: #000;
  padding: 14px 0;
}

.icon.icon-close {
  transform-origin: center;
  transform: scale(0.625);
}

.price-new {
  color: #c11111;
}

.price-old {
  display: inline-block;
  font-weight: 400;
  color: #8e8e8e;
  position: relative;
  margin-bottom: 0;
}
.price-old::before {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background-color: #8e8e8e;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-8deg);
}

.prices {
  display: flex;
  flex-wrap: wrap;
}

.price-old, .actual-price {
  white-space: nowrap;
}

.product-thumb .price-new {
  margin-right: 13px;
}
.product-thumb .price-old {
  font-size: 12px;
  line-height: 1.58;
}

.product-cheaper-block {
  width: 100%;
}

input {
  box-shadow: none !important;
}

.panel-body {
  border: 1px solid #e7e7e7;
}

#error-not-found {
  background-color: #1b1b1b;
}

.alph-order p {
  margin-right: 120px;
  margin-bottom: 0;
  position: relative;
}
.alph-order p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 25px);
  height: 1px;
  width: 70px;
  transform: translateY(-50%);
  background-color: #8e8e8e;
}

input[type=checkbox] {
  appearance: none;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0;
  flex-shrink: 0;
}
input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  border: 2px solid #000;
}
input[type=checkbox][disabled] {
  background-color: #f2f4f4;
}

.pagination {
  flex-wrap: wrap;
  gap: 1rem;
  --icon-size: 10px;
}
.pagination li a,
.pagination li span {
  background-color: #fff;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ebebeb;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  text-decoration: none;
}
.pagination li a {
  color: var(--color-font-transparent);
}
.pagination li span {
  color: var(--color-font-primary);
}
.pagination li .icon {
  fill: var(--color-font-transparent);
}
.pagination li.active a,
.pagination li.active span, .pagination li:hover a,
.pagination li:hover span {
  user-select: none;
  background-color: var(--color-primary);
}
.pagination li:first-child .icon, .pagination li:nth-child(2) .icon {
  transform: rotate(180deg);
}
.pagination li:first-child .icon, .pagination li:last-child .icon {
  margin: -3px;
}

.dropdown-toggle::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI3cHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDcgMTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDcgMTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMSwwLjVjMC4zLTAuMywwLjgtMC4zLDEuMSwwbDQsNGMwLjMsMC4zLDAuMywwLjgsMCwxLjFsLTQsNEMxLjcsOS44LDEuMyw5LjgsMSw5LjVDMC43LDkuMiwwLjcsOC44LDEsOC41CglMNC40LDVMMSwxLjVDMC43LDEuMiwwLjcsMC44LDEsMC41eiIvPgo8L3N2Zz4K);
  background-size: 10px 14px;
  background-repeat: no-repeat;
  background-position: center center;
  border: none !important;
  font-size: 14px;
  margin-bottom: -6px;
  transform: rotate(90deg) scale(0.65);
  transition: transform 0.25s ease-in-out;
}
.dropdown-toggle.show::after {
  transform: rotate(-90deg) scale(0.65);
}

#common-success .bg-breadcrumb,
#product-product .bg-breadcrumb,
#product-category .bg-breadcrumb,
#product-compare .bg-breadcrumb,
#ocp-blog-article .bg-breadcrumb,
#simple .bg-breadcrumb,
[id^=account-] .bg-breadcrumb,
[id^=affiliate-] .bg-breadcrumb {
  background-color: transparent;
  border: none;
  --bs-gutter-x: 0;
}

.countdown {
  display: flex;
  gap: 4px;
  margin: 10px 0;
}
.countdown .countdown-time {
  padding: 10px 4px;
  width: 45px;
  text-align: center;
  color: #000;
  background-color: #eaeaea;
  font-size: 14px;
}
.countdown .seconds {
  background-color: #f9e5e5;
  color: #f33737;
}
.countdown .countdown-text {
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  color: #c4c4c4;
}

textarea:focus {
  background-color: #fff;
}

.ocp-form-control {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  background-color: #f2f4f4;
  border: 1px solid #f2f4f4;
  transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.ocp-form-control:focus {
  color: #444;
  background-color: #fff;
  border-color: #e5e5e5;
  outline: 0;
  box-shadow: none;
}

.input-group .ocp-form-control {
  position: relative;
  flex: 1 1 auto;
  width: auto !important;
  min-width: 0;
}

.input-group .input-group-text {
  background-color: #f2f4f4;
  border: none;
  border-left: 1px solid #c9c9c9 !important;
}

.navbar-container {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 300;
}

.messengers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.messengers .icon {
  fill: #fff;
}

footer .messengers, #information-contact .messengers {
  padding: 10px;
  border-radius: 10rem;
}
footer .messengers .icon, #information-contact .messengers .icon {
  --icon-size: 18px;
}

.img-social-media {
  width: 36px;
}

input[type=radio] {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #c4c4c4;
  appearance: none;
  border-radius: 10rem;
  flex-shrink: 0;
}
input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23000000'/%3e%3c/svg%3e");
}

.review-item-info-date,
.reply-item-info-date,
.article-item-info-date {
  font-size: 12px;
  line-height: 1.1;
  color: #8e8e8e;
}

.text-terms,
.product-sticker-item {
  font-size: 12px;
}

.product-stickers-wrapper {
  position: absolute;
  z-index: 2;
  flex-wrap: wrap;
}

.product-sticker-item {
  padding: 4px 6px;
  white-space: nowrap;
}

.product-layout .product-sticker-item {
  margin-bottom: 3px;
}

#input-captcha, #captcha-image {
  margin-bottom: 10px;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #e0e0e0;
  z-index: 1001;
  transition: 0.3s opacity;
}

.preloader__image {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}
#ocp-go-top {
  --size: 52px;
  border: 1px solid #e5e5e5;
  border-radius: 10rem;
  height: var(--size);
  width: var(--size);
  background-color: #f8f8f8;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), opacity 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}
#ocp-go-top:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
#ocp-go-top::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3IDEwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMSAuNWMuMy0uMy44LS4zIDEuMSAwbDQgNGMuMy4zLjMuOCAwIDEuMWwtNCA0Yy0uNC4yLS44LjItMS4xLS4xLS4zLS4zLS4zLS43IDAtMUw0LjQgNSAxIDEuNUMuNyAxLjIuNy44IDEgLjV6IiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQiLz48L3N2Zz4=);
  background-position: 50%;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#ocp-go-top.hide {
  opacity: 0;
}

.rating-on .icon {
  fill: #ddc026;
}

.rating-off .icon {
  fill: #d7d7d7;
}

.rating-area {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.rating-area:not(:checked) > label {
  cursor: pointer;
}
.rating-area:not(:checked) > label .icon.user-rating {
  fill: #d7d7d7;
}

.rating-area > input:checked ~ label .icon.user-rating {
  fill: #ddc026;
}

.rating-area:not(:checked) > label:hover .icon.user-rating,
.rating-area:not(:checked) > label:hover ~ label .icon.user-rating {
  fill: #ddc026;
}

.rating-area > input:checked + label:hover .icon.user-rating,
.rating-area > input:checked + label:hover ~ label .icon.user-rating,
.rating-area > input:checked ~ label:hover .icon.user-rating,
.rating-area > input:checked ~ label:hover ~ label .icon.user-rating,
.rating-area > label:hover ~ input:checked ~ label .icon.user-rating {
  fill: #ddc026;
}

.rate-area > label:active {
  position: relative;
}

.input-group-append {
  cursor: pointer;
}

.button-cart-disabled {
  background-color: #8e8e8e !important;
  cursor: auto !important;
  color: white !important;
}
.button-cart-disabled .icon {
  fill: white;
}

.menu-icon {
  width: 24px;
  height: 24px;
  margin-right: 14px;
  position: relative;
  flex-shrink: 0;
}
.menu-icon img {
  max-width: 100%;
}

.has-error input, .has-error textarea, .has-error select, .has-error .input-group-text, .has-error .img-option, .has-error .dropdown-toggle {
  border: 1px solid #bc3b3b !important;
  color: #bc3b3b;
}
.has-error ::-webkit-input-placeholder {
  color: #bc3b3b;
}
.has-error ::-moz-placeholder {
  color: #bc3b3b;
}
.has-error :-moz-placeholder {
  color: #bc3b3b;
}
.has-error :-ms-input-placeholder {
  color: #bc3b3b;
}

.text-danger {
  font-size: 14px;
  color: #bc3b3b !important;
  margin-top: 4px;
}

.text-terms a {
  color: var(--color-primary);
}

.ocp-scrollbar {
  scrollbar-color: #e4e4e4 #f5f5f5;
  scrollbar-width: thin;
}

.ocp-scrollbar::-webkit-scrollbar {
  width: 7px;
}

.ocp-scrollbar::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.ocp-scrollbar::-webkit-scrollbar-thumb {
  background-color: #e4e4e4;
}

.information-module a {
  color: black;
}

.description-image {
  float: left;
  margin: 0 20px 20px 0;
}

.category-description img, .tab-content img {
  max-width: 100%;
}

.pt-30 #column-left, .pt-30 #column-right, .pt-30 #content {
  padding-top: 30px;
}

#product-category #column-left, #product-category #column-right {
  padding-top: 1rem !important;
}

[id^=account-] h1, [id^=affiliate-] h1, #common-success h1, #product-compare h1, #simple h1 {
  margin-bottom: 35px;
}

#column-right:not([id^=account-] #column-right):not([id^=affiliate-] #column-right):not(#product-compare #column-right), #column-left:not([id^=account-] #column-left):not([id^=affiliate-] #column-left):not(#product-compare #column-left) {
  display: none;
}

#column-left .products-row .product-grid.card, .column-right .products-row .product-grid.card {
  width: 100%;
  margin: 0 0 -0.75px 0;
}

.swiper.swiper-for-product, .smart-banner-wrapper {
  margin: 0 calc(-0.7rem - 0.7px);
}

#search.show {
  display: block !important;
}

.form-group {
  position: relative;
}

.ocp-control-label {
  position: absolute;
  font-size: 16px;
  top: 12px;
  left: 20px;
  color: #757575;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}

.is-focused .ocp-control-label {
  top: -10px;
  background: white;
}

.required .ocp-control-label:after, .required .control-label:after {
  content: "*";
}

.product-layout.card .button-quick-view {
  display: none;
}

.page-result {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.12;
  color: #5d5d5d;
}

.panel-block:first-child {
  border-right: 0;
  border-bottom: 1px solid #e7e7e7;
}

.alph-order {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 1.5rem;
}

.svg-shevron-dims {
  fill: var(--color-font-transparent);
}

.tags {
  margin-top: auto;
  margin-bottom: -9px;
}

.tags .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  gap: 5px;
}

.tags .tags-item {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 6px 9px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 0;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 9px;
  transition: border-color 0.25s ease;
}
.tags .tags-item:hover {
  border-color: var(--color-primary);
}
.tags .tags-item:hover span {
  color: var(--color-primary);
}

.tags span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #8e8e8e;
  transition: color 0.25s ease;
}

#product-manufacturer .btn-link {
  color: #000000;
}
#product-manufacturer .btn-link:hover {
  color: var(--color-primary);
}
