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

body {
  overflow-x: hidden;
}

.custom-object-fit {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.custom-object-fit img {
  opacity: 0;
}

::-webkit-input-placeholder {
  color: #bdbdbd;
}

::-moz-placeholder {
  color: #bdbdbd;
}

:-ms-input-placeholder {
  color: #bdbdbd;
}

:-moz-placeholder {
  color: #bdbdbd;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.header__bar {
  padding: 15px 0;
}
.header__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 991px) {
  .header__inner {
    align-items: center;
    flex-wrap: wrap;
  }
}
.header__info {
  font-size: 14px;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .header__info {
    display: none;
  }
}
.header__actions {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header__actions {
    flex-direction: column;
  }
}
.header__logo {
  display: inline-flex;
}
@media (max-width: 991px) {
  .header__logo {
    width: 100%;
    justify-content: center;
  }
}
.header__input-wrapper {
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
  align-self: flex-start;
}
@media (max-width: 991px) {
  .header__input-wrapper {
    order: 1;
    margin: 0;
    margin-left: 25px;
    align-self: center;
  }
}
@media (max-width: 767px) {
  .header__input-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header__buttons {
    margin: 20px 0 10px 0;
  }
}

.input {
  border: 0;
  border-bottom: 1px solid #c4c4c4;
  font-size: 14px;
  width: 165px;
}
.input:focus {
  outline: 0;
  border-bottom: 1px solid #000000;
}
@media (max-width: 767px) {
  .input {
    width: 100%;
  }
}
.input__button {
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 5px;
  background: none;
}

.menuFixed.fixed {
  position: fixed;
  z-index: 999;
  top: 0;
  background: #d4d4d4;
}

.menu__list {
  list-style-type: none;
  margin: 0;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.menu__list::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: radial-gradient(ellipse at center, #19331a 0%, rgba(255, 255, 255, 0.14) 70%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 991px) {
  .menu__list::before {
    display: none;
  }
}
.menu__list li.active a {
  color: #ecc1ec;
}
.menu__list li.active-row a {
  color: #ac8dac;
}
.menu__item {
  margin-right: 20px;
}
.menu__item.parent {
  margin-right: 0px;
}
.menu__item.parent ul {
  display: none;
}
.menu__item:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  .menu__item {
    margin: 0;
  }
  .menu__item:last-child {
    margin-bottom: 10px;
  }
}
.menu__link {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  display: inline-flex;
  text-transform: uppercase;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
@media (max-width: 991px) {
  .menu__link {
    padding: 10px 0;
  }
}
.menu__link:hover, .menu__link:focus, .menu__link.active {
  color: #19331a;
}

.navbar-toggler {
  cursor: pointer;
  background: #757273;
  width: 100%;
  border-radius: 0;
  padding: 15px 0;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  border: 0;
  /*    &::before, &::after {
          content: '';
          height: 100%;
          width: 50%;
          background: turquoise;
          position: absolute;
          left: 100%;
          top: 0;
          background: #757273;
      }
      &::after {
          left: unset;
          right: 100%;
      } */
}

.logout-title {
  font-size: 2rem;
  margin: 0.5rem 0 1.5rem;
}

@media (max-width: 991px) {
  .header {
    padding-right: 0;
    padding-left: 0;
    background-image: none;
  }

  .menu {
    max-width: 100%;
    padding: 0;
  }

  .menuFixed {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer {
  background: #f4f4f4;
  padding: 25px 0 15px 0;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
}
.footer__title {
  font-size: 12px;
  text-transform: uppercase;
  color: #979797;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.footer__title--input {
  margin-bottom: 12px;
}
.footer__logo {
  display: flex;
  justify-content: center;
  padding: 15px 0 25px 0;
}
.footer__logo img {
  height: 55px;
}
.footer__input {
  position: relative;
  margin-bottom: 25px;
}
.footer__input img {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}

.footer-input {
  width: 100%;
  height: 30px;
  padding: 0 15px 0 35px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  border: 1px solid #979797;
}
.footer-input:hover, .footer-input:focus {
  outline: 0;
  border: 1px solid #3e3e3e;
}

.footer-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 25px;
}
.footer-list__item {
  color: #979797;
  font-size: 12px;
  padding: 3px 0;
}
.footer-list__item--title {
  font-weight: 700;
}
.footer-list__link {
  color: #979797;
}
.footer-list__link:hover, .footer-list__link:focus {
  color: #3e3e3e;
}

.button {
  background: #19331a;
  border: 0;
  padding: 15px 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.button:hover, .button:focus {
  background: #c4c4c4;
  outline: 0;
}

.button-header {
  border: 0;
  padding: 0;
  background: none;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  margin-right: 15px;
  font-weight: 600;
  color: buttontext;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.button-header.skip-cart {
  margin-right: 0;
}
.button-header:last-child {
  margin: 0;
}
.button-header:hover, .button-header:focus {
  outline: 0;
  color: #19331a;
  text-decoration: underline;
}
.button-header span {
  margin-top: 4px;
}
.button-header__number {
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  display: inline-block;
  bottom: 19px;
}
.button-header__number--heart {
  color: #ff0000;
  right: 15px;
}
.button-header__number--basket {
  color: #19321b;
  right: 11px;
}

.button-product {
  font-size: 14px;
  font-weight: 600;
  background: #ecc1ec;
  border: 0;
  display: block;
  height: 32px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  cursor: pointer;
}
.button-product:hover, .button-product:focus {
  outline: 0;
  background: #f4f4f4;
  border: 1px solid #3e3e3e;
}
@media (max-width: 767px) {
  .button-product {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 40px;
  }
}
.button-product img {
  margin-right: 15px;
}

.boxes {
  padding-top: 35px;
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  .boxes {
    padding-top: 0;
  }
}
.boxes__box {
  background: aqua;
  height: 320px;
  width: 100%;
  margin: 15px 0;
  position: relative;
}
.boxes__box--large {
  height: 670px;
}
.boxes__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.boxes__inner {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.boxes__title {
  margin: 0;
  color: #ffffff;
  text-shadow: 1px 1px #ecc1ec;
}
.boxes__desc {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin: 25px 0 30px 0;
  line-height: 18px;
  background: rgba(255, 255, 255, 0.4);
  padding: 5px;
}
.boxes__outer:nth-child(1) .boxes__box .boxes__inner {
  left: unset;
  right: 0;
  max-width: 255px;
}
.boxes__outer:nth-child(1) .boxes__box .boxes__title {
  font-size: 48px;
  font-weight: 300;
  line-height: 52px;
}
.boxes__outer:nth-child(1) .boxes__box .boxes__title span {
  font-weight: 500;
  padding-top: 5px;
  color: #b42329;
}
.boxes__outer:nth-child(1) .boxes__box .button {
  background: #b42329;
}
.boxes__outer:nth-child(1) .boxes__box .button:hover, .boxes__outer:nth-child(1) .boxes__box .button:focus {
  background: #c4c4c4;
  outline: 0;
}
.boxes__outer:nth-child(2) > div > div:nth-child(1) .boxes__inner {
  align-items: flex-start;
  left: 0;
}
.boxes__outer:nth-child(2) > div > div:nth-child(1) .boxes__title {
  text-transform: uppercase;
  color: #8a6042;
  font-size: 30px;
  font-weight: 600;
}
.boxes__outer:nth-child(2) > div > div:nth-child(1) .button {
  background: #bb8a6e;
}
.boxes__outer:nth-child(2) > div > div:nth-child(1) .button:hover, .boxes__outer:nth-child(2) > div > div:nth-child(1) .button:focus {
  background: #c4c4c4;
  outline: 0;
}
.boxes__outer:nth-child(2) > div > div:nth-child(2) .boxes__inner {
  align-items: flex-start;
  justify-content: flex-end;
  right: 0;
  left: unset;
  max-width: 190px;
}
.boxes__outer:nth-child(2) > div > div:nth-child(2) .boxes__title {
  color: #594670;
  text-transform: uppercase;
  font-weight: 400;
}
.boxes__outer:nth-child(2) > div > div:nth-child(2) .button {
  background: #69528e;
}
.boxes__outer:nth-child(2) > div > div:nth-child(2) .button:hover, .boxes__outer:nth-child(2) > div > div:nth-child(2) .button:focus {
  background: #c4c4c4;
  outline: 0;
}
.boxes__outer:nth-child(3) > div > div:nth-child(1) .boxes__inner {
  align-items: flex-start;
  justify-content: flex-end;
  right: 10px;
  bottom: 0;
  left: unset;
  max-width: 195px;
}
.boxes__outer:nth-child(3) > div > div:nth-child(1) .boxes__title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-weight: 600;
  font-size: 30px;
}
.boxes__outer:nth-child(3) > div > div:nth-child(1) .boxes__desc {
  color: #ffffff;
}
.boxes__outer:nth-child(3) > div > div:nth-child(1) .button {
  background: #000000;
  align-self: flex-end;
}
.boxes__outer:nth-child(3) > div > div:nth-child(1) .button:hover, .boxes__outer:nth-child(3) > div > div:nth-child(1) .button:focus {
  background: #c4c4c4;
  outline: 0;
}
.boxes__outer:nth-child(3) > div > div:nth-child(2) .boxes__inner {
  align-items: flex-start;
  justify-content: flex-start;
  left: 0;
  left: unset;
}
.boxes__outer:nth-child(3) > div > div:nth-child(2) .boxes__title {
  color: #e6475e;
  text-transform: uppercase;
  font-weight: 400;
  font-weight: 600;
  font-size: 30px;
}
.boxes__outer:nth-child(3) > div > div:nth-child(2) .boxes__desc {
  margin: 5px 0;
}
.boxes__outer:nth-child(3) > div > div:nth-child(2) .button {
  background: #e6475e;
  align-self: flex-end;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.boxes__outer:nth-child(3) > div > div:nth-child(2) .button:hover, .boxes__outer:nth-child(3) > div > div:nth-child(2) .button:focus {
  background: #c4c4c4;
  outline: 0;
}

.main-slider__item {
  position: relative;
  height: 100%;
  height: 675px;
}
@media (max-width: 991px) {
  .main-slider__item {
    height: 315px;
  }
}
.main-slider__item:focus, .main-slider__item:active {
  outline: 0;
}
.main-slider__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.main-slider__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.main-slider .container {
  height: 100%;
}
.main-slider__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.main-slider__title {
  font-size: 56px;
  color: #000000;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 991px) {
  .main-slider__title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .main-slider__title {
    font-size: 20px;
  }
}
.main-slider__desc {
  font-weight: 700;
  font-size: 32px;
  color: #3e3e3e;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .main-slider__desc {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .main-slider__desc {
    font-size: 13px;
  }
}
.main-slider__arrow {
  cursor: pointer;
  margin: 0;
  border: 0;
  padding: 15px;
  background: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
@media (max-width: 1199px) {
  .main-slider__arrow {
    display: none !important;
  }
}
.main-slider__arrow:hover, .main-slider__arrow:focus {
  outline: 0;
}
.main-slider__arrow--left {
  left: 15px;
}
.main-slider__arrow--right {
  right: 15px;
  transform: translateY(-50%) rotate(180deg);
}

.breadcrumbs {
  margin: 15px 0;
}
.breadcrumbs__item {
  font-size: 14px;
  color: #c4c4c4;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.breadcrumbs__item:after {
  content: '/';
  position: relative;
  margin-left: 5px;
  color: #c4c4c4;
}
.breadcrumbs__item:hover {
  color: #3e3e3e;
  text-decoration: none;
}
.breadcrumbs__item:hover:after {
  color: #c4c4c4;
}
.breadcrumbs__item:last-child:after {
  display: none;
}

.pagination {
  justify-content: center;
  display: flex;
  width: 100%;
}
.pagination .previous a {
  background: #979797;
  color: #ffffff;
  padding: 7px 15px;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.pagination .previous a:hover {
  background: #3e3e3e;
  text-decoration: none;
}
@media (max-width: 767px) {
  .pagination .previous a {
    font-size: 12px;
    padding: 7px 10px;
  }
}
.pagination .next a {
  background: #979797;
  color: #ffffff;
  padding: 7px 15px;
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.pagination .next a:hover {
  background: #3e3e3e;
  text-decoration: none;
}
@media (max-width: 767px) {
  .pagination .next a {
    font-size: 12px;
    padding: 7px 10px;
  }
}
.pagination .page {
  font-size: 14px;
  display: inline-block;
  padding: 7px 0;
  margin: 0 3px;
  color: #979797;
}
.pagination .page:hover {
  text-decoration: none;
  color: #58b200;
}
.pagination .page.current {
  border: 1px solid #979797;
  color: #58b200;
  font-weight: 700;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .pagination .page.current {
    padding: 6px 12px;
  }
}
@media (max-width: 767px) {
  .pagination .page {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .pagination .page-box__text {
    display: none;
  }
}

.pagination--page {
  font-size: 14px;
}

.register {
  padding-top: 50px;
  padding-bottom: 50px;
}
.register__title {
  text-align: center;
}
.register__instructions {
  text-align: center;
}
.register__new-users {
  border-right: 1px solid #707070;
}
@media (max-width: 991px) {
  .register__new-users {
    padding-bottom: 30px;
    border-right: none;
  }
}
.register__new-users li {
  list-style-type: square;
}
.register__button {
  display: table;
  margin: 0 auto;
}
.register__button:hover {
  text-decoration: none;
  color: #3e3e3e;
}
.register__content {
  padding-bottom: 50px;
  height: 300px;
}
@media (max-width: 767px) {
  .register__content {
    height: auto;
  }
}
.register__form-list {
  text-align: center;
  padding-top: 10px;
  margin: 0 auto;
  display: block;
}
.register__form-list li a {
  color: #3e3e3e;
}
.register__form-list .form-control {
  border: 1px solid #979797;
  border-radius: unset;
}
.register__form-list .form-control:focus {
  box-shadow: none;
  border-color: #979797;
}
.register__form-list .form-control::placeholder {
  color: #cacaca;
}
.register__form-list .form-control:-ms-input-placeholder {
  color: #cacaca;
}
.register__form-list .form-control::-ms-input-placeholder {
  color: #cacaca;
}
.register__form-list .form-control::autofill {
  background-color: white !important;
}
.register__form-list .form-control:-webkit-autofill {
  background-color: white !important;
}
.register__form-list .form-control::-webkit-autofill {
  background-color: white !important;
}
.register__capcha-container {
  text-align: center;
}
.register__buttons-set {
  text-align: center;
}
.register__inputs {
  margin: 0 auto;
}
.register__inputs .validation-advice {
  color: #eb0000;
}
.register__inputs .form-control {
  border: 1px solid #979797;
  border-radius: unset;
}
.register__inputs .form-control::placeholder {
  color: #cacaca;
}
.register__inputs .form-control:-ms-input-placeholder {
  color: #cacaca;
}
.register__inputs .form-control::-ms-input-placeholder {
  color: #cacaca;
}
.register .arrow-buttons {
  margin-top: 20px;
}
.register .arrow-buttons a {
  background: #979797;
  padding: 7px 15px;
  margin-right: 10px;
  font-size: 14px;
  -webkit-transition: .3s all;
  color: #fff;
  display: inline-block;
}
.register .arrow-buttons a:hover {
  background: #3e3e3e;
  text-decoration: none;
}

.error-msg {
  border-top: 3px double black;
  border-bottom: 3px double black;
  padding: 20px;
  margin: 10px;
  font-size: 18px;
  margin-bottom: 1px;
}
.error-msg ul li {
  margin-bottom: 10px;
}
.error-msg ul li span {
  color: #212529;
  box-shadow: 0px 4px 4px -4px #d2a1a1;
  font-size: 14px;
}

.messages {
  text-align: center;
}
.messages .success-msg ul li span {
  font-size: 14px;
}

#messages_product_view .success-msg {
  border-top: 3px double black;
  border-bottom: 3px double black;
  padding: 20px;
  font-size: 18px;
  margin-bottom: 1px;
}

.popup {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  max-width: 930px;
  border: 1px solid #8073a4;
  margin: 50px;
  padding: 25px;
  position: relative;
  overflow: hidden;
  transition: all .3;
}
.popup__overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  transition: all .3;
}
.popup__overlay.active {
  display: none;
}
@media (max-width: 991px) {
  .popup__overlay {
    /*display: none!important;*/
  }
}
.popup__image {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: .8;
}
.popup__logo {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .popup__logo {
    width: 100%;
  }
}
.popup__inner {
  position: relative;
  padding-right: 270px;
}
@media (max-width: 991px) {
  .popup__inner {
    padding-right: 0;
  }
}
.popup__inner b {
  font-weight: 600;
}
.popup__inner p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .popup__inner p {
    font-size: 14px;
  }
}
.popup__inner a:hover {
  color: #fff;
}

.cart {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cart .page-title {
  padding-bottom: 20px;
}
.cart .page-title p {
  margin-top: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.cart .checkout-types button {
  float: right;
}
.cart .product-name a {
  color: #212529;
}
.cart-totals tfoot {
  border-top: 1px solid black;
}
.cart-totals thead tr:first-child {
  border-bottom: 2px solid #c4c4c4;
}
.cart-totals tr .td-right {
  text-align: right;
}
.cart-totals tr td {
  padding: 0;
  border-top: none;
}
.cart-totals tr td:first-child {
  padding-right: 15px;
}
.cart-action-wrapper.pull-left {
  margin-right: 15px;
}
.cart table tr th {
  border-top: none;
  border-bottom: 2px solid #c4c4c4;
}
.cart table td a {
  color: #212529;
}
.cart table .first.last {
  text-transform: uppercase;
  font-size: 14px;
}
.cart table .first.last td {
  padding-left: 0px;
}
.cart table .first.last.odd img {
  max-width: 125px;
  height: auto;
}
.cart-totals-wrapper {
  padding-right: 0;
}
.cart-forms .coupon-title {
  margin-top: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.oye {
  font-size: 14px;
}
.oye .page-title {
  margin-top: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.oye-table .oye-heading {
  margin-bottom: 0;
  margin-left: 15px;
}
.oye-table .oye-heading .oye-row {
  margin-right: 2px;
}
.oye-table .oye-heading .oye-row li {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.oye-table .oye-heading .oye-row li.section {
  background: #fff !important;
}
.oye-table .oye-heading .oye-row li.section.active {
  background: #c4c4c4 !important;
}
.oye-table .oye-heading .oye-row li p {
  margin-top: 1rem;
}
.oye .opc {
  margin-left: 15px;
}
.oye .opc .opc-row {
  margin-right: 2px;
}
.oye .opc .opc-row .step {
  background-color: #fff !important;
}
.oye .opc input[type="radio"] {
  margin-right: 10px;
}
.oye .opc input[type="checkbox"] {
  margin-right: 10px;
}
.oye .opc #opc-review #checkout-review-table-wrapper .subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.oye .opc #opc-review #checkout-review-table-wrapper table thead tr th {
  font-weight: 700;
  text-transform: uppercase;
}
.oye .opc #opc-review #checkout-review-table-wrapper table tbody tr td p {
  padding-top: 15px;
}
.oye .opc #opc-review #checkout-review-table-wrapper table tbody tr td.a-center {
  padding-top: 30px;
}
.oye .opc #opc-review .coupon-box {
  float: right;
  text-align: right;
  margin: 0;
  padding: 0;
}
.oye .opc #opc-review .coupon-box-title {
  background: #c4c4c4;
  text-transform: uppercase;
}
.oye .opc #opc-review .coupon-box-title h3 {
  color: #212529;
}
.oye .opc #opc-review .coupon-box-content {
  background: #f7f7f7;
}
.oye .opc #opc-review #checkout-review-submit {
  display: inline-block;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}
.oye .opc #opc-review #checkout-review-submit .sub {
  float: right;
  text-align: right;
}
.oye .opc #opc-review #checkout-review-submit .sub button {
  float: right;
}
.oye .opc #opc-review #checkout-review-submit .sub .padding-0 {
  padding: 0;
}
.oye .opc #opc-review #checkout-review-table th {
  border-top: none;
  border-bottom: 2px solid #c4c4c4;
}
.oye .opc #opc-review #checkout-review-table tbody td {
  border-top: 1px solid #c4c4c4;
}
.oye .opc #opc-review #checkout-review-table tfoot {
  text-align: right;
}
.oye .opc #opc-review #checkout-review-table tfoot td {
  border: none;
  padding: 0.25rem;
}
.oye .opc #opc-review #checkout-review-table tfoot .first {
  font-weight: 700;
  text-transform: uppercase;
}
.oye .arrow-buttons {
  padding-top: 10px;
}
.oye .arrow-buttons a {
  background: #979797;
  padding: 7px 15px;
  margin-right: 10px;
  font-size: 14px;
  -webkit-transition: .3s all;
  color: #fff;
  display: inline-block;
}
.oye .arrow-buttons a:hover {
  background: #3e3e3e;
  text-decoration: none;
}
.oye .checkbox_label {
  padding-left: 0;
}
.oye input {
  border-radius: 0;
  border: 1px solid #bbafa0;
}
.oye input:focus {
  box-shadow: none;
  border-color: #bbafa0;
}
.oye select {
  border-radius: 0;
  border: 1px solid #bbafa0;
}
.oye select:focus {
  box-shadow: none;
  border-color: #bbafa0;
}

.success {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}
.success .page-title {
  text-transform: uppercase;
  font-weight: 700;
}
.success .sub-title {
  text-transform: uppercase;
  font-weight: 700;
}
.success h3 {
  font-size: 14px;
}

.ptech ol {
  padding-left: 0;
}
.ptech-filter {
  font-size: 12px;
}
.ptech-filter #ptech_multilayer_init_cat {
  font-size: 14px;
}
.ptech dd a {
  color: #212529;
}
.ptech dd#ptech_multilayer_init_price {
  line-height: 3;
}
.ptech dd#ptech_multilayer_init_price li {
  overflow: visible !important;
}
.ptech dd#ptech_multilayer_init_price li .price_slider {
  background: #d4d4d4 !important;
  height: 8px !important;
  border-radius: 5px;
}
.ptech dd#ptech_multilayer_init_price li .price_slider .handle {
  background: #ecc1ec !important;
  border-radius: 50%;
  width: 14px !important;
  height: 14px !important;
  top: -4px !important;
  border: 2px solid #979797;
  left: 0px;
}
.ptech dd#ptech_multilayer_init_price li .price_slider .handle span {
  padding-top: 5px;
  display: block;
  position: relative;
  left: -5px;
}
.ptech dd#ptech_multilayer_init_cat {
  margin-bottom: 20px;
}
.ptech dd#ptech_multilayer_init_cat li {
  overflow: visible !important;
}
.ptech dd#ptech_multilayer_init_cat li.li-nav-pad1 img {
  padding-right: 10px;
}
.ptech dd#ptech_multilayer_init_cat li a {
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 600;
  margin: 0 5px;
  white-space: nowrap;
}

.pagination a.previous {
  display: none;
}
.pagination a.next {
  display: none;
}

#ptech_multilayer_container ol {
  padding-left: 0;
}
#ptech_multilayer_container .page-box {
  display: flex;
  justify-content: flex-end;
}
#ptech_multilayer_container .page-box ol {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  justify-content: flex-end;
}
#ptech_multilayer_container .page-box li .current {
  display: flex;
}
#ptech_multilayer_container .page-box form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#ptech_multilayer_container .page-box form input {
  width: 34px;
}

.account {
  font-size: 14px;
  padding-bottom: 30px;
  color: #3e3e3e;
}
.account .my-wishlist .messages .success-msg {
  padding-top: 20px;
}
.account-login .messages .success-msg {
  border-top: 3px double black;
  border-bottom: 3px double black;
  padding: 20px;
  font-size: 18px;
  margin-bottom: 1px;
}
.account p {
  font-size: 14px;
}
.account input {
  font-size: 14px;
}
.account .form-control {
  border: 1px solid #979797;
  border-radius: unset;
}
.account .form-control:focus {
  box-shadow: none;
  border-color: #979797;
}
.account .form-control::placeholder {
  color: #cacaca;
  font-size: 14px;
}
.account .form-control:-ms-input-placeholder {
  color: #cacaca;
  font-size: 14px;
}
.account .form-control::-ms-input-placeholder {
  color: #cacaca;
  font-size: 14px;
}
.account .form-control::autofill {
  background-color: white !important;
}
.account .form-control:-webkit-autofill {
  background-color: white !important;
}
.account .form-control::-webkit-autofill {
  background-color: white !important;
}
.account button[type=submit] {
  display: block;
  margin: 0 auto;
}
.account li a {
  color: #3e3e3e;
  font-size: 14px;
}
.account .block-title {
  border-bottom: 1px solid #3e3e3e;
}
.account .box-head {
  border-bottom: 1px solid #3e3e3e;
}
.account h5 {
  margin-bottom: 0;
  margin-top: 1rem;
}
.account h5.hello {
  margin-bottom: 15px;
}
.account address {
  margin-bottom: 0;
}
.account form {
  margin-top: 15px;
}
.account .info {
  margin-top: 15px;
}
.account .block-content {
  margin-top: 15px;
}
.account ul.form-list {
  margin-top: 15px;
}
.account .arrow-buttons {
  margin-top: 20px;
}
.account .arrow-buttons a {
  background: #979797;
  padding: 7px 15px;
  margin-right: 10px;
  font-size: 14px;
  -webkit-transition: .3s all;
  color: #fff;
  display: inline-block;
}
.account .arrow-buttons a:hover {
  background: #3e3e3e;
  text-decoration: none;
}
.account .wishlist-table .messages .success-msg {
  padding-top: 40px;
}
.account .wishlist-table .customer-wishlist-item-image {
  padding: 0;
}
.account .wishlist-table td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-top-color: #3e3e3e;
}
.account .wishlist-table th {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-top: none;
  border-bottom: none;
}
.account .wishlist-table a {
  color: #3e3e3e;
}
.account .page-title p {
  margin-top: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.account .order-info {
  padding-top: 20px;
  margin-bottom: 0;
}
.account .order-info li {
  font-weight: 700;
  text-transform: uppercase;
}
.account .order-info-box .box-title p {
  margin-top: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.account .order-date {
  margin-bottom: 0;
}
.account .table-caption {
  margin-top: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.account .order-items th {
  border-bottom: 1px solid #c4c4c4 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.account .order-items tr {
  border-bottom: 1px solid #c4c4c4 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.account .order-items tfoot tr {
  border: none !important;
}
.account .order-items tfoot tr td {
  padding-left: 0;
  padding-bottom: 0;
  border: none !important;
}

.split {
  width: 15%;
}

#my-orders-table {
  width: 100%;
}

@media (max-width: 991px) {
  .products > div:nth-child(n+4) {
    display: none;
  }
}
.products__title {
  font-size: 24px;
  color: #3e3e3e;
  font-weight: 600;
  margin-bottom: 20px;
  padding-top: 20px;
}
.products__item {
  height: 300px;
  padding: 20px;
  border: 1px solid #c4c4c4;
  position: relative;
  display: block;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.products__item:hover, .products__item:focus {
  border: 1px solid #3e3e3e;
}
@media (max-width: 575px) {
  .products__item {
    margin-bottom: 25px;
  }
}
.products__item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.products__new {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  background: #eb0000;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.info-box {
  min-height: 250px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 40px 0;
  padding: 15px 0;
  width: 100%;
}
.info-box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #183219;
  opacity: .8;
  z-index: 1;
}
.info-box--subpage {
  min-height: 150px;
  height: auto;
  width: 100%;
}
.info-box--subpage::before {
  display: none;
}
.info-box--subpage__text h2 {
  font-size: 30px;
}
.info-box--subpage__text span {
  font-size: 18px;
}
.info-box img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.info-box__text {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-weight: 300;
  width: 70%;
  font-size: 18px;
  margin: 0;
}
.info-box__text b, .info-box__text strong {
  font-weight: 500;
}

.blur-filter {
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}

.product {
  padding-top: 20px;
  margin-bottom: 25px;
}
.product__top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .product__top {
    flex-direction: column;
  }
}
.product__title {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.product__images {
  display: flex;
  height: 100%;
}
@media (max-width: 991px) {
  .product__images {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product__images {
    flex-direction: column;
  }
}
.product__image {
  border: 1px solid #c4c4c4;
  height: 165px;
  width: 165px;
  margin-bottom: 30px;
  padding: 15px;
  cursor: pointer;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.product__image:last-child {
  margin-bottom: 0;
}
.product__image:hover, .product__image:focus {
  border: 1px solid #3e3e3e;
}
@media (max-width: 767px) {
  .product__image {
    margin-right: 20px;
    height: 120px;
  }
  .product__image:last-child {
    margin: 0;
  }
}
.product__image .big {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.product__image--main {
  width: auto;
  flex: 1;
  height: 100%;
  margin-right: 30px;
  margin-bottom: 0;
  cursor: unset;
}
@media (max-width: 767px) {
  .product__image--main {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.product__image--main:hover, .product__image--main:focus {
  border: 1px solid #c4c4c4;
}
.product__image--main #wrap {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.product__image--main #wrap a {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.product__image img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
@media (max-width: 767px) {
  .product__desc {
    text-align: center;
  }
}
.product__inner-text {
  position: relative;
}
.product__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 767px) {
  .product__inner {
    flex-direction: row;
  }
}
.product__model {
  color: #19331a;
  font-size: 14px;
  font-weight: 500;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .product__model {
    padding-bottom: 15px;
  }
}
.product__subtitle {
  font-size: 24px;
  color: #3e3e3e;
  font-weight: 500;
  line-height: 1;
  margin: 25px 0  30px 0;
}
.product__subtitle:first-child {
  margin-top: 0;
}
.product__text {
  color: #3e3e3e;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.3;
  font-weight: 500;
}
.product__text:last-child {
  margin-bottom: 20px;
}
.product__size-cost {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .product__size-cost {
    flex-direction: column;
  }
}
.product__size-cost .price-box {
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  text-align: right;
  color: #ecc1ec;
  font-weight: 600;
}
.product__button {
  display: flex;
  justify-content: flex-end;
  margin: 35px 0 20px 0;
}
.product__button a {
  color: buttontext;
}
.product__button a:hover {
  text-decoration: none;
}
.product__select {
  position: relative;
  margin: 0;
}
.product__select::after {
  position: absolute;
  height: 20px;
  width: 20px;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: '\f107';
  font-size: 22px;
  top: 3px;
  color: #787878;
  right: 5px;
}
.product__size {
  padding-bottom: 10px;
  color: #787878;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
}
.product__size select {
  color: #787878;
  border: 1px solid #787878;
  margin: 0 0 0 10px;
  padding: 6px 30px 6px 12px;
  appearance: none;
  font-size: 14px;
}
.product__size select::-ms-expand {
  display: none;
}
.product__size select:hover, .product__size select:focus {
  outline: 0;
}
.product__size option:hover, .product__size option:focus {
  outline: 0;
}
.product__cost {
  text-align: right;
  font-size: 24px;
  line-height: 1.2;
  color: #3e3e3e;
  margin: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .product__cost {
    margin-top: 25px;
  }
}
.product__cost--price {
  color: #ecc1ec;
  font-weight: 600;
}
.product__cost .price-box {
  display: inline-block;
}

.wish-list {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .wish-list {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .wish-list {
    justify-content: flex-start;
  }
}
.wish-list__button {
  color: #3e3e3e;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  display: flex;
}
@media (max-width: 767px) {
  .wish-list__button {
    padding: 0;
  }
}
.wish-list__button .fa-heart {
  font-size: 22px;
  margin-right: 5px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.wish-list__button:hover, .wish-list__button:focus, .wish-list__button.active {
  outline: 0;
}
.wish-list__button:hover .fa-heart, .wish-list__button:focus .fa-heart, .wish-list__button.active .fa-heart {
  color: #e6475e;
}
.wish-list__button a {
  color: #3e3e3e;
}
.wish-list #cloud-zoom-big :hover {
  display: block !important;
}

@media (max-width: 991px) {
  .socials {
    position: absolute;
    bottom: 20px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .socials {
    position: static;
    justify-content: center;
    display: flex;
  }
}
.socials .fab {
  font-size: 26px;
  color: #000000;
  margin-right: 14px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.socials__link:last-child .fab {
  margin: 0;
}
.socials__link:hover, .socials__link:focus {
  text-decoration: none;
}
.socials__link:hover .fa-facebook-f, .socials__link:focus .fa-facebook-f {
  color: #3b5998;
}
.socials__link:hover .fa-twitter, .socials__link:focus .fa-twitter {
  color: #00aced;
}
.socials__link:hover .fa-instagram, .socials__link:focus .fa-instagram {
  color: #bc2a8d;
}

.old-price {
  font-size: 11px;
  color: #3e3e3e;
  font-weight: 500;
}

.old-price .price-label {
  font-size: 11px;
  color: #3e3e3e;
}

.special-price {
  margin-bottom: 2px;
}

.price-label {
  color: #3e3e3e;
}

.product-list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 575px) {
  .product-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-list__item {
  border-bottom: 1px solid #3e3e3e;
  display: flex;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .product-list__item {
    flex-wrap: wrap;
  }
}
.product-list__image {
  flex: 2;
}
@media (max-width: 767px) {
  .product-list__image {
    flex-basis: 40%;
  }
}
.product-list__image .image-box {
  margin-right: 10px;
  height: 135px;
  border: 1px solid #c4c4c4;
}
@media (max-width: 991px) {
  .product-list__image .image-box {
    width: 90px;
    height: 115px;
  }
}
.product-list__image .image-box img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.product-list-info {
  flex: 8;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .product-list-info {
    flex-basis: 60%;
  }
}
.product-list-info__title {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
@media (max-width: 991px) {
  .product-list-info__title {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .product-list-info__title {
    font-size: 14px;
  }
}
.product-list-info__title:hover, .product-list-info__title:focus {
  color: #ecc1ec;
  text-decoration: none;
}
.product-list-info__model {
  color: #19331a;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .product-list-info__model {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .product-list-info__model {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .product-list-info__ore, .product-list-info__stone {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .product-list-info__ore, .product-list-info__stone {
    display: none;
  }
}
.product-list__price {
  flex: 2;
}
@media (max-width: 767px) {
  .product-list__price {
    flex-basis: 100%;
    width: 100%;
  }
}
.product-list__price h2 {
  color: #3e3e3e;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 991px) {
  .product-list__price h2 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .product-list__price h2 {
    text-align: left;
    margin-top: 15px;
  }
}
.product-list__price .price-box {
  color: #3e3e3e;
  font-size: 20px;
  text-align: right;
  padding-right: 5px;
}

.viev-switch {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #3e3e3e;
  border-bottom: 1px solid #3e3e3e;
  padding: 15px 0;
  align-items: center;
}
.viev-switch .menu-box {
  cursor: pointer;
  display: flex;
}
.viev-switch .menu-box a {
  margin-right: 5px;
}
.viev-switch .pagination--page {
  justify-content: flex-end;
}

.filter-forms {
  border-bottom: 1px solid #3e3e3e;
  border-top: 1px solid #3e3e3e;
  padding: 15px 0;
}
.filter-forms__label {
  width: 100%;
  position: relative;
}
.filter-forms__label:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f107";
  font-weight: 700;
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 22px;
  color: #979797;
}
@media (max-width: 767px) {
  .filter-forms__label:after {
    top: 8px;
  }
}
.filter-forms__select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 10px 0;
  width: 100%;
  height: 35px;
  padding: 0 10px;
  font-size: 14px;
  color: #979797;
  appearance: none;
  outline: 0;
  border: 0;
  border: 1px solid #c4c4c4;
}
.filter-forms__select::-ms-expand {
  display: none;
}
.filter-forms__select:focus {
  outline: 0;
}
@media (max-width: 767px) {
  .filter-forms__select {
    margin: 5px 0;
  }
}

.filter-tabs {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  border-top: 1px solid #3e3e3e;
  border-bottom: 1px solid #3e3e3e;
  flex-wrap: wrap;
}
.filter-tabs__button {
  background: #f4f4f4;
  margin: 0 5px;
  color: #000000;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 600;
}
.filter-tabs__button.active {
  background: #19331a;
  color: #ffffff;
}
.filter-tabs__button:hover {
  color: black;
}

.mobile-filter {
  display: none;
}
@media (max-width: 991px) {
  .mobile-filter {
    background: #19331a;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
  }
  .mobile-filter img {
    margin-right: 10px;
  }
}

.filter-container {
  display: block;
}
@media (max-width: 991px) {
  .filter-container {
    display: none;
  }
}
@media (max-width: 575px) {
  .filter-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.filter-container.show {
  display: block;
}

.product-grid {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 10px 0 10px 0;
}
.product-grid__item {
  flex: 0 1 25%;
  padding: 15px;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.product-grid__item:hover .product-grid__inner, .product-grid__item:focus .product-grid__inner {
  transform: scale(1);
}
.product-grid__item::after {
  content: '';
  position: absolute;
  top: 25px;
  right: 25px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("../images/product_search_icon.png");
}
@media (max-width: 991px) {
  .product-grid__item {
    flex: 0 1 50%;
  }
}
@media (max-width: 767px) {
  .product-grid__item {
    flex: 0 1 100%;
  }
}
.product-grid__image {
  height: 100%;
  width: 100%;
  border: 1px solid #c4c4c4;
}
.product-grid__image img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.product-grid__inner {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background: #19331a;
  opacity: .8;
  transform: scale(0);
  text-align: center;
  transition: 0.6s all;
  -webkit-transition: 0.6s all;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
}
.product-grid__inner:hover, .product-grid__inner:focus {
  color: #ffffff;
  text-decoration: none;
}
.product-grid__title {
  font-size: 18px;
  margin-bottom: 20px;
}
.product-grid__title span {
  font-size: 14px;
  display: block;
}
.product-grid__text {
  font-size: 14px;
  margin-bottom: 12px;
}

.subpage-image {
  width: 100%;
  height: 290px;
  overflow: hidden;
}
.subpage-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .subpage-image {
    height: 150px;
  }
}

.std {
  padding: 5px;
  margin-bottom: 15px;
  color: #3e3e3e;
  font-size: 13px;
}

#ptech_multilayer_init_rozmiar li {
  display: inline-block;
  width: 50px;
  margin-right: 10px;
  oveflow: auto;
}

#ptech_multilayer_init_rozmiar ol {
  height: 69px;
  overflow: auto;
}

.ptech-filter dt {
  margin-bottom: 5px;
}
