/* Project styles */

body {
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #1f6feb;
}

a:hover,
a:focus {
  color: #1958bd;
}

/* 1400px content width + Bootstrap container side paddings: 15px + 15px. */
@media (min-width: 1430px) {
  .container.oc-container {
    width: 1430px;
  }
}

.oc-section {
  padding: 30px 0;
}

.oc-section-title {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
}

.oc-page-title {
  margin: 0 0 24px;
  font-size: 30px;
  font-weight: 700;
}

.oc-muted {
  color: #777;
}

.oc-btn {
  border-radius: 4px;
  font-weight: 700;
}

.oc-btn-primary {
  border-color: #1f6feb;
  background-color: #1f6feb;
}

.oc-btn-primary:hover,
.oc-btn-primary:focus {
  border-color: #1958bd;
  background-color: #1958bd;
}

/* Header +++ */

.oc-site-header {
  background: #fff;
}

.oc-site-header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.oc-site-header__left,
.oc-site-header__right {
  flex: 1 1 0;
}

.oc-site-header__brand {
  flex: 0 0 180px;
  text-align: center;
}

.oc-brand-logo {
  display: inline-block;
}

.oc-brand-logo img {
  max-width: 150px;
  height: auto;
}

.oc-site-header-left-top,
.oc-site-header-right-top {
  display: flex;
  align-items: center;
}

.oc-site-header-left-top {
  margin-bottom: 14px;
}

.oc-site-header-right-top {
  justify-content: flex-end;
  margin-bottom: 24px;
}

.oc-site-header-left-bottom {
  max-width: 255px;
}

.oc-site-header__social {
  margin-left: 42px;
  white-space: nowrap;
}

.oc-social-link {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  vertical-align: middle;
}

.oc-social-link img,
.oc-catalog-btn__icon img,
.oc-header-action img {
  display: block;
  width: 100%;
  height: auto;
}

.oc-catalog-btn {
  min-width: 135px;
  height: 39px;
  border: 1px solid #d4e2d4;
  border-radius: 4px;
  background: #fff;
  color: #173913;
  font-weight: 700;
  text-align: left;
}

.oc-catalog-btn__icon {
  display: inline-block;
  width: 22px;
  margin-right: 10px;
  vertical-align: middle;
}

.oc-catalog-menu {
  min-width: 210px;
  border-color: #d4e2d4;
  border-radius: 4px;
}

.oc-catalog-menu > li > a {
  padding: 9px 15px;
  color: #173913;
}

/* .oc-site-search .form-control {
  height: 39px;
  border-color: #d4e2d4;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  box-shadow: none;
} */

/* .oc-site-search__btn {
  width: 42px;
  height: 34px;
  border: 1px solid #d4e2d4;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  background: #fff;
} */

/* .oc-site-search__btn img {
  width: 18px;
  margin: 0 auto;
} */

/* Header search */

#search {
  width: 100%;
  max-width: 352px;
}

#search .form-control {
  height: 53px;
  padding: 0 68px 0 22px;
  border: 1px solid #b8cfbc;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  background: #fff;
  color: #173913;
  font-size: 18px;
  font-weight: 400;
  box-shadow: none;
}

#search .form-control::placeholder {
  color: #b7c8b5;
}

#search .form-control:focus {
  border-color: #b8cfbc;
  box-shadow: none;
}

#search .input-group-btn {
  width: 1%;
}

#search .oc-site-search__btn {
  width: 54px;
  height: 53px;
  padding: 0;
  border: 1px solid #b8cfbc;
  border-left: 0;
  border-radius: 0 5px 5px 0;
  background: #fff;
  box-shadow: none;
  outline: none;
}

#search .oc-site-search__btn:hover,
#search .oc-site-search__btn:focus,
#search .oc-site-search__btn:active,
#search .oc-site-search__btn:active:focus {
  border-color: #b8cfbc;
  background: #fff;
  box-shadow: none;
  outline: none;
}

#search .oc-site-search__btn img {
  width: 26px;
  height: 25px;
}

/* Header search ---- */
.oc-site-header__phones {
  white-space: nowrap;
}

.oc-site-header__phones a {
  margin-right: 24px;
  color: #3B741E;
  font-weight: 700;
}

.oc-site-nav {
  text-align: right;
}

.oc-site-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.oc-site-nav li {
  display: inline-block;
  margin-left: 26px;
}

.oc-site-nav a {
  color: #111;
  font-weight: 700;
}

.oc-site-header__actions {
  display: none;
}

.oc-header-action {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 39px;
  margin-left: 14px;
  padding: 8px;
  border: 1px solid #d4e2d4;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
}

.oc-cart-count {
  position: absolute;
  top: -8px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background: #3B741E;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
}

@media (max-width: 1199px) {
  .oc-site-header__brand {
    flex-basis: 160px;
  }

  .oc-site-nav li {
    margin-left: 16px;
  }

  .oc-site-header__phones a {
    margin-right: 16px;
  }
}

@media (max-width: 991px) {
  .oc-site-header__main {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas:
      "catalog brand actions"
      "search search search";
    grid-row-gap: 12px;
    align-items: center;
    padding: 18px 0 14px;
  }

  .oc-site-header__left {
    display: contents;
  }

 .oc-site-header-left-top {
    grid-area: search;
    margin-bottom: 0;
  }

  .oc-site-header-left-bottom {
    grid-area: catalog;
    max-width: none;
  }

  .oc-site-header-left-top  {
    width: 100%;
  }

  .oc-site-header__brand {
    grid-area: brand;
    width: 110px;
    flex: none;
  }

  .oc-brand-logo img {
    max-width: 140px;
  }

  .oc-site-header__right {
    grid-area: actions;
    display: flex;
    justify-content: flex-end;
  }

  .oc-site-header-right-top {
    margin-bottom: 0;
  }

  .oc-site-header__phones,
  .oc-site-nav,
  .oc-site-header__social {
    display: none;
  }

  .oc-site-header__actions {
    display: flex;
    justify-content: flex-end;
    grid-area: actions;
    padding-right: 70px;
        
  }

  .oc-catalog-btn {
    min-width: 160px;
    height: 60px;
    padding: 0 14px;
    border-color: #d9e7d8;
    font-size: 18px;
  }

  .oc-catalog-btn__icon {
    width: 40px;
    margin-right: 12px;
  }

  .oc-header-action {
    width: 60px;
    height: 60px;
    padding: 13px;
    border-color: #d9e7d8;
  }

  .oc-cart-count {
    top: -9px;
    right: -3px;
    min-width: 24px;
    height: 24px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 24px;
  }

  /* .oc-site-search .form-control {
    height: 54px;
    border-color: #d9e7d8;
    font-size: 18px;
  } */

  /* .oc-site-search__btn {
    width: 56px;
    height: 54px;
    border-color: #d9e7d8;
  }

  .oc-site-search__btn img {
    width: 24px;
  } */
}

@media (max-width: 520px) {
  .oc-catalog-btn {
    min-width: 150px;
    height: 45px;
  }

  .oc-catalog-btn__icon {
    width: 28px;
  }

  .oc-site-header__brand {
    width: 90px;
  }

  .oc-brand-logo img {
    max-width: 90px;
  }

  .oc-header-action {
    width: 48px;
    height: 48px;
  }
  .oc-site-header__actions {
    padding-right: 50px;
        
  }
}
@media (max-width: 767px) {
  #search {
    max-width: none;
  }

  #search .form-control {
    height: 35px;
    padding: 0 52px 0 13px;
    border-width: 1px;
    font-size: 16px;
  }

  #search .oc-site-search__btn {
    width: 36px;
    height: 35px;
    border-width: 1px;
  }

  #search .oc-site-search__btn img {
    width: 16px;
    height: 16px;
  }
}

/* Header --- */
/* Home hero section +++ */

.oc-home-hero {
  position: relative;
  min-height: 810px;
  overflow: hidden;
  background: #e8eee2;
  color: #fff;
}

.oc-home-hero__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.oc-home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oc-home-hero__overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 62%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .72));
}

.oc-home-hero .oc-container {
  position: relative;
  min-height: 700px;
}

.oc-home-hero__content {
  position: absolute;
  right: 15px;
  bottom: 24px;
  left: 15px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.oc-home-hero__content h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.12;
}

.oc-home-hero__content p {
  margin: 0 0 22px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.oc-home-hero__btn {
  min-width: 350px;
  padding: 16px 30px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #3B741E;
  font-weight: 700;
}

.oc-home-hero__btn:hover,
.oc-home-hero__btn:focus {
  background: #f3f7f2;
  color: #2f5f18;
}

@media (max-width: 991px) {
  .oc-home-hero,
  .oc-home-hero .oc-container {
    min-height: 500px;
  }

  .oc-home-hero__content h1 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .oc-home-hero,
  .oc-home-hero .oc-container {
    min-height: 460px;
  }

  .oc-home-hero__content {
    bottom: 20px;
  }

  .oc-home-hero__content h1 {
    font-size: 28px;
  }

  .oc-home-hero__content p {
    font-size: 14px;
  }

  .oc-home-hero__btn {
    min-width: 0;
    width: 100%;
    max-width: 350px;
  }
}

@media (max-width: 430px) {
  .oc-home-hero,
  .oc-home-hero .oc-container {
    min-height: 520px;
  }

  .oc-home-hero__overlay {
    height: 70%;
  }

  .oc-home-hero__content h1 {
    font-size: 25px;
  }
}

/* Home hero section --- */


/* Product slider +++ */

.oc-product-gallery__main {
  overflow: hidden;
  border-radius: 3px;
}

.oc-product-gallery__main .thumbnail {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.oc-product-gallery__main img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.03;
  object-fit: cover;
}

.oc-product-gallery__bottom {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

.oc-product-gallery__thumbs {
  flex: 1 1 auto;
}

.oc-product-gallery__thumb {
  width: 54px;
  height: 50px;
  padding: 0;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 3px;
  background: none;
}

.oc-product-gallery__thumb.is-active {
  border-color: #3B741E;
}

.oc-product-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oc-product-gallery__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 39px;
  width: 39px;
  height: 39px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #eef5ef;
  color: #3B741E;
  font-size: 34px;
  line-height: 1;
  box-shadow: none;
  outline: none;
}

.oc-product-gallery__arrow span {
  display: block;
  line-height: 1;
  transform: translateY(-2px);
}

.oc-product-gallery__arrow:hover,
.oc-product-gallery__arrow:focus,
.oc-product-gallery__arrow:active,
.oc-product-gallery__arrow:active:focus {
  background: #eef5ef;
  color: #3B741E;
  border: 0;
  box-shadow: none;
  outline: none;
}

.oc-product-gallery__arrow--prev span {
  transform: translate(-1px, -2px);
}

.oc-product-gallery__arrow--next span {
  transform: translate(1px, -2px);
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: none !important;
    background: none !important;
}

/* Product slider --- */

/* Product price +++ */
.oc-product-rating__price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
  color: #3B741E;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
.oc-product-card__caption .oc-product-rating__price {
  font-size: 20px;
}
.oc-product-rating__price .price-old {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #8da08b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.oc-product-rating__price .price-old:after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: 50%;
  height: 2px;
  background: #eb5f79;
  transform: rotate(-8deg);
}

.oc-product-rating__price .price-new {
  color: #3B741E;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}
.oc-product-card__caption .oc-product-rating__price .price-new{
  font-size: 20px;
}
/* Product price --- */

/* Product radio +++ */
.oc-product-type {
  display: flex;
  width: 276px;
  border: 1px solid #e5e9e4;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
}

.oc-product-type__btn {
  position: relative;
  flex: 1 1 0;
  height: 46px;
  padding: 0 14px;
  border: 0;
  border-right: 1px solid #e5e9e4;
  border-radius: 0;
  background: #fff;
  color: #173913;
  font-size: 15px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
}

.oc-product-type__btn:last-child {
  border-right: 0;
}

.oc-product-type__btn input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.oc-product-type__btn:hover,
.oc-product-type__btn:focus {
  background: #f5faf4;
  color: #3B741E;
  box-shadow: none;
  outline: none;
}

.oc-product-type__btn:active,
.oc-product-type__btn.active,
.oc-product-type__btn.is-active {
  background: #dce6de;
  color: #173913;
  box-shadow: none;
  outline: none;
}

.oc-product-type__btn.is-active:hover,
.oc-product-type__btn.is-active:focus,
.oc-product-type__btn.active:hover,
.oc-product-type__btn.active:focus {
  background: #dce6de;
  color: #173913;
}
/* Product radio --- */

/* Product description +++ */
.oc-product-description__text {
  max-height: 111px;
  overflow: hidden;
  color: #173913;
  font-size: 15px;
  line-height: 1.15;
  transition: max-height 0.25s ease;
}

.oc-product-description.is-open .oc-product-description__text {
  max-height: 1000px;
}

.oc-product-description__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: none;
  color: #3B741E;
  font-size: 15px;
  font-weight: 700;
  box-shadow: none;
}
.oc-product-description__more span {
  display: inline-block;
  margin-left: 6px;
  font-size: 16px;
  line-height: 1;
  vertical-align: -2px;
}
.oc-product-description__more:hover,
.oc-product-description__more:focus,
.oc-product-description__more:active {
  color: #2f5f18;
  background: none;
  box-shadow: none;
  outline: none;
}

.oc-product-description__more i {
  width: 10px;
  height: 10px;
  border-right: 2px solid #3B741E;
  border-bottom: 2px solid #3B741E;
  transform: rotate(45deg) translateY(-3px);
}

.oc-product-description.is-open .oc-product-description__more i {
  transform: rotate(225deg) translate(-2px, -1px);
}

.btn.oc-product-description__more,
.btn.oc-product-description__more:hover,
.btn.oc-product-description__more:focus,
.btn.oc-product-description__more:active,
.btn.oc-product-description__more:active:focus {
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
  outline: none;
}
/* Product description --- */

/* Season slider +++ */
.oc-season-offer {
  padding: 54px 0 70px;
  background: #fff;
}

.oc-season-offer__title {
  margin: 0 0 48px;
  color: #3B741E;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.oc-season-offer__slider {
  width: 100%;
  padding: 14px 0 10px;
}

.oc-season-offer__slider .swiper-wrapper {
  align-items: center;
}

.oc-season-offer__slider .swiper-slide {
  height: auto;
  transform: scale(0.9);
  opacity: 0.95;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.oc-season-offer__slider .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}

.oc-offer-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 12px;
  border: 1px solid #dbe7dc;
  border-radius: 4px;
  background: #fff;
}

.oc-offer-card__image {
  margin-bottom: 10px;
}

.oc-offer-card__image img {
  display: block;
  width: 100%;
  height: 282px;
  object-fit: cover;
  border-radius: 3px;
}

.oc-season-offer__slider .swiper-slide-active .oc-offer-card__image img {
  height: 355px;
}

.oc-offer-card__title {
  min-height: 34px;
  margin: 0 0 10px;
  color: #173913;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
}

.oc-offer-card__title a {
  color: inherit;
}

.oc-offer-card__bottom {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
}

.oc-offer-card__price {
  flex: 0 0 auto;
  margin: 0;
  color: #3B741E;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.oc-season-offer__slider .swiper-slide-active .oc-offer-card__price {
  font-size: 22px;
}

.oc-offer-card__cart {
  flex: 1 1 auto;
  min-height: 36px;
  padding: 7px 14px;
  border: 1px solid #dbe7dc;
  border-radius: 3px;
  background: #fff;
  color: #3B741E;
  font-size: 15px;
  font-weight: 700;
}

.oc-offer-card__cart:hover,
.oc-offer-card__cart:focus {
  border-color: #3B741E;
  background: #f3f8f1;
  color: #2f5f18;
  outline: none;
  box-shadow: none;
}

.oc-season-offer__nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.oc-season-offer__arrow {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #edf5ed;
  color: #3B741E;
  font-size: 0;
  line-height: 1;
  box-shadow: none;
  outline: none;
}

.oc-season-offer__arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: 0;
  color: inherit;
  font-size: 34px;
  line-height: 1;
  transform: translate(-50%, -55%);
}

.oc-season-offer__arrow:hover,
.oc-season-offer__arrow:focus,
.oc-season-offer__arrow:active,
.oc-season-offer__arrow:active:focus,
.oc-season-offer__arrow:active:hover {
  background: #b8d0bc;
  color: #fff;
  outline: none;
  box-shadow: none;
}

.oc-season-offer__arrow::-moz-focus-inner {
  border: 0;
}

@media (max-width: 991px) {
  .oc-season-offer__slider .swiper-slide,
  .oc-season-offer__slider .swiper-slide-active {
    transform: none;
    opacity: 1;
  }

  .oc-offer-card__image img,
  .oc-season-offer__slider .swiper-slide-active .oc-offer-card__image img {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .oc-season-offer {
    padding: 40px 0 52px;
  }

  .oc-season-offer__title {
    margin-bottom: 28px;
    font-size: 22px;
  }

  .oc-offer-card__bottom {
    gap: 10px;
  }
}
/* Season slider --- */

/* Pagination +++ */
.oc-catalog-pagination-row {
  margin-top: 34px;
}

.oc-catalog-pagination-row .pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.oc-catalog-pagination-row .pagination > li {
  display: inline-flex;
}

.oc-catalog-pagination-row .pagination > li > a,
.oc-catalog-pagination-row .pagination > li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  padding: 0 8px;
  border: 1px solid #dbe7dc;
  border-radius: 50%;
  background: #fff;
  color: #173913;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
}

.oc-catalog-pagination-row .pagination > li > a:hover,
.oc-catalog-pagination-row .pagination > li > a:focus {
  border-color: #b8d0bc;
  background: #edf5ed;
  color: #3B741E;
  outline: none;
  box-shadow: none;
}

.oc-catalog-pagination-row .pagination > .active > span,
.oc-catalog-pagination-row .pagination > .active > a,
.oc-catalog-pagination-row .pagination > .active > span:hover,
.oc-catalog-pagination-row .pagination > .active > a:hover,
.oc-catalog-pagination-row .pagination > .active > span:focus,
.oc-catalog-pagination-row .pagination > .active > a:focus {
  border-color: #3B741E;
  background: #3B741E;
  color: #fff;
  font-weight: 700;
  cursor: default;
  outline: none;
  box-shadow: none;
}

.oc-catalog-pagination-row .pagination > li:first-child > a,
.oc-catalog-pagination-row .pagination > li:first-child > span,
.oc-catalog-pagination-row .pagination > li:last-child > a,
.oc-catalog-pagination-row .pagination > li:last-child > span {
  min-width: 36px;
  height: 36px;
  border-color: transparent;
  background: #edf5ed;
  color: #3B741E;
  font-size: 18px;
}

.oc-catalog-pagination-row .pagination > li:first-child > a:hover,
.oc-catalog-pagination-row .pagination > li:first-child > span:hover,
.oc-catalog-pagination-row .pagination > li:last-child > a:hover,
.oc-catalog-pagination-row .pagination > li:last-child > span:hover {
  background: #b8d0bc;
  color: #fff;
}

.oc-catalog-results {
  margin-top: 14px;
  color: #173913;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 430px) {
  .oc-catalog-pagination-row .pagination {
    gap: 6px;
    flex-wrap: wrap;
  }

  .oc-catalog-pagination-row .pagination > li > a,
  .oc-catalog-pagination-row .pagination > li > span {
    min-width: 28px;
    height: 28px;
    font-size: 13px;
  }

  .oc-catalog-pagination-row .pagination > li:first-child > a,
  .oc-catalog-pagination-row .pagination > li:first-child > span,
  .oc-catalog-pagination-row .pagination > li:last-child > a,
  .oc-catalog-pagination-row .pagination > li:last-child > span {
    min-width: 34px;
    height: 34px;
    font-size: 17px;
  }
}
/* Pagination --- */

/* Filter, Cart styles */

.ocf-noUi-connect:before, .ocf-noUi-handle {
    background-color: #3B741E !important;
}

.ocf-btn-link, .ocf-btn-link:hover, .ocf-btn-link:focus {
    color: #3B741E !important;
}

.btn.btn-primary {
  background-color: #3B741E !important;
}
.radio input[type="radio"] {
  accent-color: #3B741E;
}
/*  */
#product-search #content h1, p {
  text-align: center;
}

.oc-site-footer__payments {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.oc-site-footer__payments img {
  display: block;
  max-width: 145px;
  height: auto;
}

.oc-product-summary__cart:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.oc-product-stock {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
}

.oc-product-stock--in {
    color: #3B741E;
}

.oc-product-stock--out {
    color: #dc3545;
}

/* Статус наличия товара и стикер «Продано» */

.oc-product-card__image {
    position: relative;
}

.oc-product-card__sold {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    padding: 6px 12px;
    background: #dc3545;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 4px;
}

.oc-product-card__stock {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
}

.oc-product-card__stock--in {
    color: #3B741E;
}

.oc-product-card__stock--out {
    color: #dc3545;
}

.oc-product-card__cart:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Стикер «Продано» */

.oc-offer-card__image {
    position: relative;
}

.oc-offer-card__sold {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 6px 12px;
    background: #d9534f;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
}