.folder-desc-top {
  margin: 20px 0; }

.tpl-field.type-checkbox ul li input[type="checkbox"], .gr-field-style.type-checkbox ul li input[type="checkbox"], .option-item.type-checkbox ul li input[type="checkbox"], .form-item.type-checkbox ul li input[type="checkbox"] {
  visibility: visible; }

.mosaic-s3-include--u-isyrnqtl0 {
  width: 100%; }

.product-list.thumbs .product-item .gr-product-image a {
  background-size: contain;
  background-position: 50%; }

.product-list.simple .product-item .gr-product-image a {
  background-size: contain;
  background-position: 50%; }

.product-list-titles__item:nth-child(3), .product-list-titles__item:nth-child(4) {
  opacity: 0; }

.card-slider.horizontal .card-slider__image {
  background-size: contain;
  background-position: 50%; }

.card-slider.horizontal .card-slider__thumb-img a {
  background-size: contain;
  background-position: 50%; }
  .card-slider.horizontal .card-slider__thumb-img a img {
    opacity: 0; }

.msgrs {
  position: fixed;
  z-index: 555;
  right: 15px;
  bottom: 75px;
  display: flex;
  flex-direction: row; }

.msgrs_list {
  position: absolute;
  bottom: 25px;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow-y: clip;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all linear; }

.msgrs_list.opened {
  height: 220px;
  bottom: 55px;
  opacity: 1;
  visibility: visible; }

.msgrs_item a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  background-image: url(msgrs_sprite.png);
  background-repeat: no-repeat;
  transition: 0.3s opacity linear;
  position: relative; }

.msgrs_item a span {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  right: 100%;
  margin-right: 5px;
  top: 50%;
  margin-top: -10px;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s all linear;
  white-space: nowrap; }

.msgrs_item a:hover {
  opacity: 0.9; }

.msgrs_item a:hover span {
  visibility: visible;
  opacity: 1; }

.msgrs_item:not(.phone) {
  margin-bottom: 5px; }

.msgrs_item.phone a {
  background-position: bottom left; }

.msgrs_item.telegram a {
  background-position: top right; }

.msgrs_item.whatsapp a {
  background-position: top -55px right 0; }

.msgrs_item.viber a {
  background-position: top -110px right 0; }

.msgrs_item.form a {
  background-position: top -165px right 0; }

.msgrs_but {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url(msgrs_sprite.png);
  background-repeat: no-repeat;
  background-position: bottom -55px right 0;
  cursor: pointer;
  transition: 0.3s opacity linear; }

.msgrs_but:hover {
  opacity: 0.9; }

.msgrs_but.opened {
  background-position: bottom 0 right 0; }

@media (max-width: 960px) {
  .msgrs:not(.real-mobile) {
    bottom: 15px; } }

.shop-search-colors {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  .shop-search-colors li {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 5px 5px 0;
    border: 1px solid #000;
    cursor: pointer;
    border-radius: 50%;
    position: relative; }
    .shop-search-colors li .shop-search-color-icon {
      width: 30px;
      height: 30px;
      border-radius: 50%; }
    .shop-search-colors li .shop-search-color-title {
      font-size: 14px;
      display: none; }
    .shop-search-colors li.shop2-color-ext-selected:before {
      content: '';
      position: absolute;
      top: -1px;
      right: -1px;
      bottom: -1px;
      left: -1px;
      border: 3px solid red;
      border-radius: 50%; }

.kinds-block .kinds-block__items.kinds_slider:before, .kinds-block .kinds-block__items.kinds_slider:after {
  display: none; }

@media (min-width: 1024px) {
  .kinds-block .kind-item {
    width: calc(33.333% - 20px); } }

.shop2-product-tags {
  display: flex;
  align-items: center; }
