a.empty-val, li.empty-val {
  display: none !important;
}
.red_block {
  text-align: left;
}
@media (min-width: 1261px) {
  .filter-block .shop2-filter__body {
    display: block;
  }
  .baron__scroller {
    padding-right: 5px;
  }
  .baron__track {
    height: 100%;
    width: 5px;
    background: transparent;
  }
  .site_wrap .baron__bar {
    width: 100%;
    height: 10px !important;
    width: 5px;
    background: #ad884b !important;
    border-radius: 3px;
  }
  .red_block {
    text-align: left;
  }
  .filter-block .shop2-filter__params .shop2-filter__checkbox:nth-child(n+7) {
    display: block;
  }
  .filter-block .shop2-filter__body.baron {
    height: 185px;
    margin: 0;
    max-width: 100%;
    display: block;
    overflow: hidden;
  }
  .filter-block .shop2-filter__body .scroller_wrap {
    max-width: 100% !important;
    min-width: 0 !important;
  }
  .baron {
    background-color: transparent !important;
    box-shadow: none !important;
    max-height: 200px !important;
    min-width: 0 !important;
    width: 100% !important;
  }
  .site_wrap .filter-block .shop2-filter__checkbox {
    margin-bottom: 0;
  }
  .site_wrap .filter-block .shop2-filter__checkbox > a {
    margin-bottom: 12px;
    display: inline-block;
  }
}
@media (min-width: 1261px) and (max-width: 1260px) {
  .filter-block .shop2-filter__body.baron {
    height: auto;
    overflow: visible !important;
  }
}
.filter-block .shop2-filter__body.baron {
  margin: 0;
}
@media (max-width: 1260px) {
  .filter-block .shop2-filter__body.baron {
    height: auto;
  }
  .filter-block .shop2-filter__items {
    z-index: 105;
  }
}
.filter-block .shop2-filter__body {
  padding-bottom: 10px;
}
.filter-block .shop2-filter__item:nth-of-type(1n+2) .shop2-filter__title {
  padding-top: 15px;
}
@media (max-width: 480px) {
  .filter-block .shop2-filter__checkbox {
    margin-bottom: 0;
  }
  .filter-block .shop2-filter__checkbox > a {
    margin-bottom: 10px !important;
    display: block;
  }
  html .filter-block .shop2-filter__checkbox .param-val::before {
    box-shadow: #fff 0px 0px 0px 2px inset;
  }
}
.folder-desc-top {
  text-align: justify;
}
.shop-product-data__desc .desc-area.html_block {
  text-align: justify;
}
@media (min-width: 1261px) {
  .filter-block .shop2-filter__body {
    position: relative;
  }
}
.mobile_shared > li ul li a {
  text-align: left;
}
.search-result-left .folders-item {
  display: inline-block;
}
.search-result-left .folders-item:nth-child(5) {
  padding-bottom: 0;
}
.ticker {
  border-top: 2px solid #524457;
  border-bottom: 2px solid #524457;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 8px;
  overflow: hidden;
  height: 36px;
  position: relative;
  margin-top: -20px;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  text-align: left;
  max-width: 1600px;
  margin: -20px auto 20px;
}
@media (max-width: 1260px) {
  .ticker {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .ticker {
    margin-top: 34px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 1260px) {
  .ticker ~ .site_wrap .site__inner {
    padding-top: 0;
  }
}
.ticker::after, .ticker::before {
  position: absolute;
  top: 0;
  height: 36px;
  width: 28px;
  content: "";
}
.ticker::before {
  left: 0;
  border-left: 8px solid #000;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: -moz-linear-gradient(left, #000, rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, #000, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, #000, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
}
.ticker::after {
  right: 0;
  border-right: 8px solid #000;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #000);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0)), to(#000));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #000);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), #000);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000);
  background-repeat: repeat-x;
}
.ticker > div {
  font: normal 18px/36px Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: left;
  width: 9999px;
}
.ticker > div > div {
  display: inline-block;
  margin: 0 10px;
}
.site.sand .folders_menu > li ul li a .cat-item__pic {
  display: none !important;
}
.site.sand .thumbs .quick-view-trigger {
  right: 10px;
  bottom: 10px;
  top: auto;
  left: auto;
  border-radius: 0;
}
.site.sand .suggestions-input--wrapper .suggestions-suggestions .suggestions-value:hover *, .site.sand .suggestions-input--wrapper .suggestions-suggestions .suggestions-suggestion:hover {
  background: #ebebeb;
  color: #ad884b !important;
}
.site.sand .shop2-order-options.shop2-delivery .options-list .option-details .option-item, .site.sand .shop2-delivery .options-list .option-details .option-item {
  max-width: 548px;
}
.site.sand .shop2-order-options.shop2-delivery .options-list .option-details .option-item .g-form-field__value, .site.sand .shop2-delivery .options-list .option-details .option-item .g-form-field__value {
  width: 100%;
}
.site.sand .shop2-order-options.shop2-delivery .options-list .option-details .option-item .g-form-field__value input[type="text"], .site.sand .shop2-delivery .options-list .option-details .option-item .g-form-field__value input[type="text"] {
  width: 100%;
}
.site.sand .product-list.thumbs .product-item .shop2-product-action.bonus-action {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  background: #fff;
}
.site.sand .product-list.thumbs .product-item .shop2-product-action.bonus-action .gift-action {
  margin: 0;
  padding: 5px;
}
.site.sand #shop2-msg, .site.sand .shop2-color-ext-tooltip, .site.sand .shop2-product-actions dd, .site.sand .shop2-product-discount-desc {
  border-radius: 0;
}
.site.sand .site-content__left .folders-nav {
  margin-top: 60px;
  border-radius: 6px;
  position: relative;
}
.site.sand .site-content__left .folders_menu > li ul li li a {
  font-size: 14px;
}
.site.sand .site-content__left .folders_menu > li ul {
  max-height: 450px;
  width: 500px;
  overflow: auto;
  top: 0 !important;
}
.site.sand .site-content__left .folders_menu > li ul ul {
  position: static;
  display: none !important;
  box-shadow: none;
}
.site.sand .site-content__left .folders_menu > li ul ul.show {
  display: block !important;
  width: 100%;
  max-height: 250px;
  overflow: auto;
}
.site.sand .site-content__left .folders_menu > li ul li {
  padding-left: 10px;
  padding-right: 10px;
}
.site.sand .brand-search {
  display: none;
}
.site.sand .site-content__left .folders_menu > li ul li a .open-btn {
  cursor: pointer;
  min-width: 20px;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site.sand .site-content__left .folders_menu > li ul li a .open-btn:after {
  content: "+";
  font-size: 22px;
  color: #ad884b;
}
.site.sand .site-content__left .folders_menu > li ul li a .open-btn.active:after {
  content: "-";
  font-size: 44px;
  font-weight: 400;
}
.site.sand .site-content__left .folders_menu > li ul li a .open-btn.del {
  display: none;
}
.site.sand .site-content.content_shop_pages .site-content__left {
  margin-top: 60px;
}
.new-vendors-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
  margin-left: -320px;
}
@media (max-width: 1260px) {
  .new-vendors-block {
    margin-left: 0;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .new-vendors-block {
    align-items: center;
  }
}
.new-vendors-block__title {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.38px;
  text-align: left;
  color: #AD884B;
  align-self: flex-start;
}
@media (max-width: 1500px) {
  .new-vendors-block__title {
    min-width: 320px;
  }
}
@media (max-width: 480px) {
  .new-vendors-block__title {
    text-align: center;
  }
}
.new-vendors-block__body {
  display: flex;
  align-items: center;
  flex: auto;
  gap: 12px;
}
@media (max-width: 1260px) {
  .new-vendors-block__body {
    flex-wrap: wrap;
  }
}
.new-vendors-block__item {
  display: none;
  flex: auto;
}
@media (max-width: 1500px) {
  .new-vendors-block__item {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .new-vendors-block__item {
    justify-content: center;
  }
}
.new-vendors-block__item-lat {
  display: flex;
  gap: 12px;
}
@media (max-width: 980px) {
  .new-vendors-block__item-lat {
    gap: 6px;
    position: relative;
  }
}
.new-vendors-block__item span {
  display: inline-block;
  position: relative;
  flex: auto;
}
@media (max-width: 1500px) {
  .new-vendors-block__item span {
    flex: unset;
  }
}
@media (max-width: 980px) {
  .new-vendors-block__item span {
    position: static;
  }
}
.new-vendors-block__item span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 22px;
  top: 100%;
  display: inline-block;
  width: 220px;
}
@media (max-width: 1500px) {
  .new-vendors-block__item span:before {
    width: 100%;
  }
}
.new-vendors-block__item span:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 7px;
  top: 100%;
  margin-top: 14px;
  left: 5px;
  pointer-events: none;
  z-index: 8;
  opacity: 0;
  background: url("data:image/svg+xml,%3Csvg width='22' height='8' viewBox='0 0 22 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='22' height='7' transform='translate(0 0.5)' fill='black'/%3E%3Crect width='22' height='7' transform='translate(0 0.5)' fill='black' fill-opacity='0.2'/%3E%3Cpath d='M0 6.5H3L11 1.5L19 6.5H22' stroke='%23A9854A'/%3E%3C/svg%3E%0A") 50% no-repeat;
  top: 32px;
}
@media (max-width: 980px) {
  .new-vendors-block__item span:after {
    display: none;
  }
}
@media (min-width: 981px) {
  .new-vendors-block__item span:hover > .sub-items {
    display: flex;
  }
}
.new-vendors-block__item span:hover > a {
  border-color: #A9854A;
}
.new-vendors-block__item span:hover:after {
  opacity: 1;
}
.new-vendors-block__item a {
  border: 1px solid #FFFFFF1F;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #171717;
  height: 32px;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #fff;
}
.new-vendors-block__item a.active ~ .sub-items {
  display: flex;
}
.new-vendors-block__item .sub-items {
  display: none;
  width: 200px;
  padding: 12px 8px;
  border-radius: 4px;
  border: 1px solid #A9854A;
  background: #171717;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 20px;
  z-index: 99999999;
  align-items: flex-start;
  max-height: 400px;
  overflow: auto;
}
@media (max-width: 980px) {
  .new-vendors-block__item .sub-items {
    top: 110px;
    left: 0;
    right: 0;
    width: 100%;
    gap: 5px;
  }
}
@media (max-width: 425px) {
  .new-vendors-block__item .sub-items {
    gap: 5px;
  }
}
.new-vendors-block__item .sub-items:before {
  display: none !important;
}
.new-vendors-block__item .sub-items:after {
  display: none !important;
}
.new-vendors-block__item .sub-items a {
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: left;
  transition: all 0.3s ease;
  color: #fff;
  min-width: 0;
}
.new-vendors-block__item .sub-items a:hover {
  color: #A9854A;
}
.new-vendors-block__change-btn {
  position: relative;
}
@media (max-width: 980px) {
  .new-vendors-block__change-btn {
    position: static;
  }
}
@media (min-width: 981px) {
  .new-vendors-block__change-btn:hover .sub-items {
    display: flex;
  }
}
.new-vendors-block__change-btn:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 22px;
  top: 100%;
  display: inline-block;
  width: 55px;
}
.new-vendors-block__change-btn a {
  border: 1px solid #FFFFFF1F;
  min-width: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #171717;
  color: #fff;
  height: 32px;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 6px 8px;
  cursor: pointer;
}
.new-vendors-block__change-btn a:hover {
  border-color: #A9854A;
}
.new-vendors-block__change-btn a.show-btn {
  display: flex;
}
.new-vendors-block__change-btn a.active ~ .sub-items {
  display: flex;
}
.new-vendors-block__change-btn .sub-items {
  display: none;
  width: 200px;
  padding: 12px 8px;
  border-radius: 4px;
  border: 1px solid #A9854A;
  background: #171717;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 19px;
  z-index: 999999;
  align-items: flex-start;
  max-height: 400px;
  overflow: auto;
  height: auto;
  cursor: auto;
  left: auto;
}
@media (max-width: 980px) {
  .new-vendors-block__change-btn .sub-items {
    top: 110px;
    left: 0;
    right: 0;
    width: 100%;
    gap: 5px;
  }
}
@media (max-width: 425px) {
  .new-vendors-block__change-btn .sub-items {
    gap: 4px;
  }
}
.new-vendors-block__change-btn .sub-items:before, .new-vendors-block__change-btn .sub-items:after {
  display: none !important;
}
.new-vendors-block__change-btn .sub-items a {
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: left;
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;
  min-width: 0;
}
.new-vendors-block__change-btn .sub-items a:hover {
  color: #A9854A;
}
.site-content__right.cart_page_no_sid .new-vendors-block {
  margin-left: 0;
}
@media (min-width: 1025px) {
  html #search-app .shop-modules__search-input:focus {
    color: #000;
  }
}
/*html .shop-modules__search-input:focus {
	color: #fff !important;
	&::placheolder {
		color: #fff !important;
	}
	&::-webkit-input-placeholder {color:#fff !important;}
	&::-moz-placeholder          {color:#fff !important;}
	&:-moz-placeholder           {color:#fff !important;}
	&:-ms-input-placeholder      {color:#fff !important;}
}*/
@media (max-width: 980px) {
  html .shop-modules__search-input {
    color: #fff;
  }
  html .shop-modules__search-input::placeholder {
    color: #fff !important;
  }
}
@media (max-width: 480px) {
  .main-slider__item_slid {
    height: 220px;
  }
}
@media (max-width: 479px) {
  .card-page .form-additional .shop-product-btn {
    padding: 17.5px 45px 17.5px 15px;
  }
}
.fio_field_main {
  display: none;
}
.cart-total__title .shop2-product-discount-desc {
  background: #ad884b !important;
  color: #fff !important;
}
.order-repeat-buttons a {
  display: inline-block;
  vertical-align: middle;
}
.order-repeat-buttons .shop2-btn {
  color: #fff;
}
.order-repeat-title {
  margin-bottom: 10px;
}
.shop-view.view-3 .shop-view__btn {
  background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%207%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M3.41291%205.00741L6.70772%201.70663L5.29223%200.293701L0.587036%205.00741L5.27776%209.70663L6.69325%208.2937L3.41291%205.00741Z%22%20fill%3D%22%23ad884b%22%20opacity%3D%220.5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) 50% 50% no-repeat #524457 !important;
}
.shop-view.view-3 .shop-view__inner.active .shop-view__btn {
  transform: rotate(180deg);
}
.folders_menu > li ul li ul li:hover > a {
  color: #ad884b;
}
.folders_menu > li ul li ul li:hover a {
  color: #9b9b9b;
}
.folders_menu > li ul li ul li:hover a:hover {
  color: #ad884b;
}
