[id ^= sandbox_theme_panel] {
  width: 120px !important;
  font-size: 12px !important;
  right: 0;
  top: auto !important;
  bottom: 0;
}
.ya-pay-widget-wrap {
  margin: 0 -20px;
}
.yandex-pay-in-list {
  margin: 15px 0 0;
}
.product-list.price .shop-product-item .product-bottom {
  flex-wrap: wrap;
}
.ui-autocomplete {
  border: 1px solid #e5e5e5 !important;
  background: #fff;
  z-index: 100 !important;
  margin-top: 0 !important;
  width: 464px;
  border-radius: 0;
  padding: 1px !important;
  background: #fff !important;
}
.ui-autocomplete td.autocomplete-item-name {
  width: auto;
}
.ui-menu .ui-menu-item {
  padding: 5px 0 !important;
}
.ui-menu .ui-menu-item:nth-child(odd) {
  background: #fff5e4;
}
.autocomplete-item-image {
  width: 50px;
  padding-left: 10px;
}
.autocomplete-item-image div {
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.autocomplete-item-image div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.autocomplete-item-price {
  text-align: right;
  padding: 0 10px 0 0;
}
.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  background: #fff !important;
  font-weight: normal !important;
}
@media (max-width: 1680px) {
  .ui-autocomplete {
    width: auto !important;
    right: 20px;
  }
}
@media (max-width: 1440px) {
  .ui-autocomplete {
    width: 450px !important;
    right: 20px;
    left: auto !important;
  }
}
@media (max-width: 1000px) {
  .shop-folder-items-wr .shop-folder-fixed.fixed .shop-search-wrapper {
    display: block;
    flex: 1 0 0;
    margin: 0 20px;
  }
  .ui-autocomplete {
    width: auto !important;
    left: 20px !important;
    top: 320px !important;
  }
  .ui-autocomplete.fixed {
    top: 60px !important;
    position: fixed;
    max-height: calc(100vh - 130px);
  }
  .shop-folder-items-wr .shop-folder-fixed.fixed .shop-search-wrapper .shop2-block.search-form {
    max-height: calc(100vh - 170px);
    overflow-y: auto;
  }
}
@media (max-width: 400px) {
  .shop-folder-items-wr .shop-folder-fixed {
    padding-left: 10px;
    padding-right: 10px;
  }
  .shop-folder-items-wr .shop-folder-fixed.fixed .shop-search-wrapper {
    margin: 0 10px;
  }
  .shop-search-wrapper .search-shop-button {
    width: 30px;
    right: 10px;
  }
  html.mobile .shop-search-wrapper .site-search-wr .search-button {
    right: 50px;
  }
  html.mobile .shop-search-wrapper .site-search-wr .search-text {
    right: 80px;
    padding-left: 20px;
  }
  .ui-autocomplete {
    left: 10px !important;
    right: 10px !important;
  }
}
@media (max-width: 370px) {
  .autocomplete-item-image {
    display: none;
  }
  .ui-menu .ui-menu-item {
    padding: 10px 0 !important;
  }
}
@media (max-width: 359px) {
  .shop-folder-items-wr .shop-folder-fixed.fixed .shop-search-wrapper .shop2-block.search-form {
    position: fixed;
    left: 20px;
    top: 52px;
    right: 20px;
    width: auto;
  }
}
.fixed-social-block {
  position: fixed;
  z-index: 500;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #fff;
  padding: 10px;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  font-size: 0;
  line-height: 0;
}
@media (max-width: 768px) {
  .fixed-social-block {
    top: 35%;
  }
}
.fixed-social-block a {
  display: block;
}
.fixed-social-block a + a {
  margin-top: 5px;
}
.fixed-social-block img {
  width: auto;
  height: auto;
  max-width: 30px;
}
.empty input[type="text"] {
  border-color: red;
}
.required_fields_popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 20px;
  display: flex;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
}
.required_fields_popup .body {
  position: relative;
  padding: 25px;
  box-sizing: border-box;
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: normal;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: auto;
}
.required_fields_popup .body .closer {
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' version='1.1' baseProfile='full' xml:space='preserve' x='0px' y='0px' width='15px' height='15px' viewBox='0 0 15 15' preserveAspectRatio='none' shape-rendering='geometricPrecision'%3E%3Cpath fill='%23fff' d='M15.56 2.124L9.902 7.78l5.656 5.658-2.122 2.12-5.656-5.656-5.658 5.658-2.12-2.122L5.66 7.78.003 2.125l2.12-2.12 5.66 5.656L13.437.003l2.12 2.12z' class='cls-1' style='fill: %23000;'/%3E%3C/svg%3E") 50% no-repeat;
}
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
  max-width: 450px;
  padding: 30px;
  vertical-align: middle;
  border-radius: 10px 0 10px 10px;
  text-align: left;
}
.remodal .login_wrap {
  position: relative;
  padding-bottom: 73px;
  box-sizing: border-box;
}
.remodal .login-form {
  width: 100%;
}
.remodal .login-form__header {
  font-size: 18px;
  font-weight: 600;
  color: #2c2c2c;
  padding: 0 0 20px;
  text-transform: uppercase;
  text-align: left;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .remodal .login-form__header {
    padding-top: 6px;
    box-sizing: border-box;
  }
}
.remodal .login-form__row {
  margin: 0 0 20px;
}
.remodal .login-form .login-btns {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.remodal .login-form .login-btns__enter {
  -moz-order: 2;
  order: 2;
  margin-left: 10px;
}
.remodal .login-form .login-btns__enter .gr-button-1 {
  min-width: 110px;
}
.remodal .login-form .login-btns__links {
  -moz-order: 1;
  order: 1;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.remodal .login-form .login-btns__links .forgot_btn {
  font-size: 15px;
  color: #2c2c2c;
  text-decoration: none;
  display: block;
  position: relative;
}
.remodal .login-form .login-btns__links .forgot_btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.5);
  transition: all 0.3s;
}
.remodal .login-form .login-btns__links .forgot_btn:hover:before {
  width: 0;
}
.remodal .login-form .register_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: inset 0 0 0 1px #101010;
  font-weight: 600;
  font-size: 15px;
  padding: 11.5px 26px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #101010;
  z-index: 1;
  transition: all 0.3s;
  border-radius: 6px;
  overflow: hidden;
  box-sizing: border-box;
}
.remodal .login-form .register_btn:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #101010;
  z-index: -1;
  transition: all 0.3s;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .remodal .login-form .register_btn:before {
    display: none;
  }
}
.remodal .login-form .register_btn:hover {
  color: #fff;
}
@media (max-width: 1024px) {
  .remodal .login-form .register_btn:hover {
    color: #2c2c2c;
  }
}
.remodal .login-form .register_btn:hover:before {
  width: 100%;
}
.remodal .login-form .user-block__info {
  margin-bottom: 20px;
}
.remodal .login-form .user-block__title {
  color: #393939;
  font-size: 16px;
  font-weight: normal;
  padding: 0 0 5px;
  box-sizing: border-box;
}
.remodal .login-form .user-block__settings {
  margin-bottom: 20px;
}
.remodal .g-form-field__title {
  font-size: 14px;
}
.remodal .login-form__row input {
  outline: none;
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
  margin-top: 5px;
  font-size: 15px;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 5px;
}
.remodal .login-form .user-block__buttons {
  display: -moz-flex;
  display: flex;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -moz-flex-direction: column;
  flex-direction: column;
}
.remodal .login-form .user-block__buttons .orders_btn {
  margin-bottom: 20px;
}
.remodal .login-form .user-block__buttons .log-out_btn {
  margin-left: 0;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
  vertical-align: middle;
}
[data-remodal-id="login_popup"] .close-button {
  position: absolute;
  z-index: 2;
  width: 80px;
  height: 80px;
  font-size: 0;
  cursor: pointer;
  border: none;
  top: 0;
  right: -80px;
  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%2213px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2013%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%232c2c2c%22%20d%3D%22M4.94975%206.36396L0%2011.3137L1.41421%2012.7279L6.36396%207.77817L11.3137%2012.7279L12.7279%2011.3137L7.77817%206.36396L12.7279%201.41421L11.3137%203.37175e-07L6.36396%204.94975L1.41421%200L6.7435e-07%201.41421L4.94975%206.36396Z%22%2F%3E%3C%2Fsvg%3E) 50% 50% no-repeat;
  background-size: 13px 13px;
  background-color: #f7f7f7;
  padding: 0;
  outline: none;
  box-shadow: none;
  border-radius: 0 6px 6px 0;
}
@media (max-width: 639px) {
  [data-remodal-id="login_popup"] .close-button {
    width: 46px;
    height: 46px;
    right: 8px;
    top: 8px;
    border-radius: 5px;
    z-index: 1;
    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%2213px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2013%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.94975%206.36396L0%2011.3137L1.41421%2012.7279L6.36396%207.77817L11.3137%2012.7279L12.7279%2011.3137L7.77817%206.36396L12.7279%201.41421L11.3137%203.37175e-07L6.36396%204.94975L1.41421%200L6.7435e-07%201.41421L4.94975%206.36396Z%22%2F%3E%3C%2Fsvg%3E) 50% 50% no-repeat;
    background-color: rgba(44, 44, 44, 0.1);
    background-size: 12px;
  }
}
[data-remodal-id="login_popup"] .close-button:before {
  display: none;
}
.form-add-bottom .custom_buy_btn {
  padding: 16px 25px 18px;
  font-size: 16px;
  font-weight: bold;
  background: #f64d40;
  transition: all 0.3s ease;
  color: #fff;
  border-radius: 250px;
}
.form-add-bottom .custom_buy_btn:hover {
  opacity: 0.8;
  background: #f64d40;
}
.shop2-product-item .custom_buy_btn {
  transition: all 0.3s ease;
  color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  min-width: 50px;
  padding: 0;
  font-size: 0;
  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%2226px%22%20height%3D%2222px%22%20%20viewBox%3D%220%200%2026%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M25.931%2C5.278%20L23.310%2C15.000%20C23.188%2C15.454%2022.784%2C15.769%2022.324%2C15.769%20L8.568%2C15.769%20C8.568%2C15.769%208.568%2C15.769%208.567%2C15.769%20C8.567%2C15.769%208.567%2C15.769%208.567%2C15.769%20C8.453%2C15.769%208.343%2C15.749%208.238%2C15.713%20C8.195%2C15.698%208.159%2C15.669%208.119%2C15.649%20C8.061%2C15.619%208.001%2C15.596%207.949%2C15.556%20C7.904%2C15.521%207.870%2C15.472%207.831%2C15.430%20C7.795%2C15.391%207.753%2C15.358%207.723%2C15.313%20C7.660%2C15.219%207.612%2C15.114%207.581%2C15.000%20L4.960%2C5.278%20C4.953%2C5.252%204.962%2C5.226%204.957%2C5.199%20L4.166%2C2.245%20L0.985%2C2.103%20C0.422%2C2.078%20-0.016%2C1.589%200.008%2C1.011%20C0.032%2C0.435%200.474%2C-0.037%201.076%2C0.011%20L5.000%2C0.186%20C5.444%2C0.205%205.825%2C0.516%205.944%2C0.955%20L6.747%2C3.953%20L24.946%2C3.953%20C25.265%2C3.953%2025.565%2C4.106%2025.759%2C4.366%20C25.953%2C4.626%2026.017%2C4.963%2025.931%2C5.278%20ZM7.307%2C6.047%20L9.350%2C13.675%20L21.545%2C13.675%20L23.600%2C6.047%20L7.307%2C6.047%20ZM11.011%2C16.241%20C12.563%2C16.241%2013.826%2C17.532%2013.826%2C19.120%20C13.826%2C20.709%2012.563%2C22.000%2011.011%2C22.000%20C9.458%2C22.000%208.197%2C20.709%208.197%2C19.120%20C8.197%2C17.532%209.458%2C16.241%2011.011%2C16.241%20ZM11.011%2C19.906%20C11.434%2C19.906%2011.779%2C19.553%2011.779%2C19.120%20C11.779%2C18.688%2011.434%2C18.335%2011.011%2C18.335%20C10.587%2C18.335%2010.244%2C18.688%2010.244%2C19.120%20C10.244%2C19.553%2010.587%2C19.906%2011.011%2C19.906%20ZM19.542%2C16.241%20C21.093%2C16.241%2022.356%2C17.532%2022.356%2C19.120%20C22.356%2C20.709%2021.093%2C22.000%2019.542%2C22.000%20C17.988%2C22.000%2016.727%2C20.709%2016.727%2C19.120%20C16.727%2C17.532%2017.988%2C16.241%2019.542%2C16.241%20ZM19.542%2C19.906%20C19.963%2C19.906%2020.309%2C19.553%2020.309%2C19.120%20C20.309%2C18.688%2019.963%2C18.335%2019.542%2C18.335%20C19.118%2C18.335%2018.774%2C18.688%2018.774%2C19.120%20C18.774%2C19.553%2019.118%2C19.906%2019.542%2C19.906%20Z%22%2F%3E%3C%2Fsvg%3E) 50% no-repeat #f64d40;
}
.shop2-product-item .custom_buy_btn:hover {
  opacity: 0.8;
  background: #f64d40;
  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%2226px%22%20height%3D%2222px%22%20%20viewBox%3D%220%200%2026%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M25.931%2C5.278%20L23.310%2C15.000%20C23.188%2C15.454%2022.784%2C15.769%2022.324%2C15.769%20L8.568%2C15.769%20C8.568%2C15.769%208.568%2C15.769%208.567%2C15.769%20C8.567%2C15.769%208.567%2C15.769%208.567%2C15.769%20C8.453%2C15.769%208.343%2C15.749%208.238%2C15.713%20C8.195%2C15.698%208.159%2C15.669%208.119%2C15.649%20C8.061%2C15.619%208.001%2C15.596%207.949%2C15.556%20C7.904%2C15.521%207.870%2C15.472%207.831%2C15.430%20C7.795%2C15.391%207.753%2C15.358%207.723%2C15.313%20C7.660%2C15.219%207.612%2C15.114%207.581%2C15.000%20L4.960%2C5.278%20C4.953%2C5.252%204.962%2C5.226%204.957%2C5.199%20L4.166%2C2.245%20L0.985%2C2.103%20C0.422%2C2.078%20-0.016%2C1.589%200.008%2C1.011%20C0.032%2C0.435%200.474%2C-0.037%201.076%2C0.011%20L5.000%2C0.186%20C5.444%2C0.205%205.825%2C0.516%205.944%2C0.955%20L6.747%2C3.953%20L24.946%2C3.953%20C25.265%2C3.953%2025.565%2C4.106%2025.759%2C4.366%20C25.953%2C4.626%2026.017%2C4.963%2025.931%2C5.278%20ZM7.307%2C6.047%20L9.350%2C13.675%20L21.545%2C13.675%20L23.600%2C6.047%20L7.307%2C6.047%20ZM11.011%2C16.241%20C12.563%2C16.241%2013.826%2C17.532%2013.826%2C19.120%20C13.826%2C20.709%2012.563%2C22.000%2011.011%2C22.000%20C9.458%2C22.000%208.197%2C20.709%208.197%2C19.120%20C8.197%2C17.532%209.458%2C16.241%2011.011%2C16.241%20ZM11.011%2C19.906%20C11.434%2C19.906%2011.779%2C19.553%2011.779%2C19.120%20C11.779%2C18.688%2011.434%2C18.335%2011.011%2C18.335%20C10.587%2C18.335%2010.244%2C18.688%2010.244%2C19.120%20C10.244%2C19.553%2010.587%2C19.906%2011.011%2C19.906%20ZM19.542%2C16.241%20C21.093%2C16.241%2022.356%2C17.532%2022.356%2C19.120%20C22.356%2C20.709%2021.093%2C22.000%2019.542%2C22.000%20C17.988%2C22.000%2016.727%2C20.709%2016.727%2C19.120%20C16.727%2C17.532%2017.988%2C16.241%2019.542%2C16.241%20ZM19.542%2C19.906%20C19.963%2C19.906%2020.309%2C19.553%2020.309%2C19.120%20C20.309%2C18.688%2019.963%2C18.335%2019.542%2C18.335%20C19.118%2C18.335%2018.774%2C18.688%2018.774%2C19.120%20C18.774%2C19.553%2019.118%2C19.906%2019.542%2C19.906%20Z%22%2F%3E%3C%2Fsvg%3E) 50% no-repeat #f64d40;
}
.cart-param-btn {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .product-list.thumbs .shop-product-item {
    flex: 0 0 calc(33% - 10px);
    width: calc(33% - 10px);
    margin-right: 0;
  }
  .product-list.thumbs:not(.slick-slider) {
    justify-content: space-between;
  }
  .product-list.thumbs {
    margin-right: 0;
  }
}
.localcontacts * {
  color: #484848 !important;
  font-size: 17px !important;
}
.g-submenu .g-submenu__item a {
  font-size: 14pt;
  font-family: Times New Roman, Times, serif;
}
