#shop2-msg {
  padding: 25px 40px;
}
#shop2-msg::before {
  content: "+";
  transform: rotate(45deg);
  position: absolute;
  color: #333;
  font-size: 45px;
  font-weight: 300;
  left: 90%;
  top: 10%;
}
.select-pop-wr {
  padding: 15px 0 0;
}
.select-pop-wr select {
  font: normal 16px/ 22px "Rubik", sans-serif;
  color: #000;
  border: none;
  background: var(--selectArrow) right 15px top 50% no-repeat #fff;
  box-shadow: inset 0 0 0 1px #f4f4f4;
  border-radius: 0px;
  padding: 13px 50px 13px 30px;
  width: 100%;
  height: auto;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.18s linear;
}
.select-pop-wr select:hover, .select-pop-wr select:focus {
  color: #000;
  border: none;
  background: var(--selectArrowHover) right 15px top 50% no-repeat #fff;
  box-shadow: inset 0 0 0 1px #f4f4f4;
}
@media (min-width: 768px) {
  .main .site-header__logo_pic_sh, .site-header__logo_pic_sh {
    width: auto;
    min-width: 220px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  #shop2-msg::before {
    font-size: 35px;
    left: 90%;
    top: 5%;
  }
  #shop2-msg {
    top: 95% !important;
    left: 44% !important;
    padding: 25px 25px !important;
    margin-left: -165px !important;
    margin-top: -40px !important;
  }
}
.shop2-input-float {
  /* Firefox 19+ */
  /* Firefox 18- */
}
.shop2-input-float::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
}
.shop2-input-float::-moz-placeholder {
  color: #000;
  font-size: 14px;
}
.shop2-input-float:-moz-placeholder {
  color: #000;
  font-size: 14px;
}
.shop2-input-float:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
}
.scrollTop {
  bottom: 50px !important;
}
@media (max-width: 1100px) {
  .folders-block__enter, .folders-block__more_fb, .product-list.thumbs .product-item .product-item__params-btn, .product-list.thumbs .product-item .product-additional__more_info span, .product-list.thumbs .product-item .buy-one-click, .news .news__item-btn {
    font-size: 12px;
  }
}
.product-list.thumbs .product-item .gr-product-image, .product-list.simple .product-item .gr-product-image {
  padding: 0 !important;
}
.product-list.thumbs .product-item .gr-product-image a, .product-list.simple .product-item .gr-product-image a {
  position: relative;
}
.product-list.thumbs .product-item .gr-product-image a img, .product-list.simple .product-item .gr-product-image a img {
  position: relative;
  width: auto;
  height: auto;
  object-fit: inherit;
}
.card-slider__image a img {
  position: relative;
  width: auto;
  height: auto;
  margin: auto;
}
.card-slider__image a {
  display: flex;
  align-items: center;
}
.card-slider__controls {
  top: 50% !important;
}
@media (max-width: 768px) {
  .card-slider__image {
    padding: 0 !important;
  }
  .card-slider__image a {
    position: relative !important;
  }
  .card-slider__image a img {
    position: relative !important;
    width: auto;
    height: auto;
    object-fit: inherit;
  }
}
.product-flags {
  left: auto !important;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  margin-left: auto;
  right: 0;
}
@media (max-width: 640px) {
  .site-header__logo_pic_sh {
    width: 120px !important;
  }
}
