[id ^= sandbox_theme_panel] {
  width: 120px !important;
  font-size: 12px !important;
  right: 0;
  top: auto !important;
  bottom: 0;
}
.card-page__top {
  box-shadow: inset 0 0 0 1px #f5f5f5;
}
.card-page .shop2-product-navigation {
  margin: 0 0 15px;
}
body .top-product-wr {
  padding-top: 0;
}
.top-product-wr-left {
  display: flex;
  align-items: center;
}
.card-page .tpl-rating-block {
  margin-bottom: 0;
  margin: 0;
  font-size: 15px;
  display: flex;
  align-items: center;
  line-height: normal;
  color: #D34B17;
  margin-right: 40px;
}
.card-page .tpl-rating-block .tpl-stars {
  margin-right: 10px;
}
.rev-anchor {
  cursor: pointer;
}
.card-page .shop2-product-article {
  margin-bottom: 0;
  line-height: normal;
  margin-right: 40px;
}
.rating-title {
  display: none;
}
.card-page .shop2-product .gr-has-amount {
  line-height: normal;
}
.card-page .product-amount .shop2-product-amount button {
  line-height: 31px;
}
.card-page .shop2-product-article span {
  color: #3f332f;
}
.card-page-prod__bottom {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.widgetWr .product-compare {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='gr-svg-icon'%3E%3Cpath fill='%23c1c1c4' fill-rule='evenodd' clip-rule='evenodd' d='M7 5c-.552 0-1 .407-1 .91v18.18c0 .503.448.91 1 .91s1-.407 1-.91V5.91C8 5.406 7.552 5 7 5zm8 5c-.552 0-1 .407-1 .91v13.18c0 .503.448.91 1 .91s1-.407 1-.91V10.91c0-.503-.448-.91-1-.91zm8 7c-.552 0-1 .407-1 .91v6.18c0 .503.448.91 1 .91s1-.407 1-.91v-6.18c0-.503-.448-.91-1-.91zm3-9h-2V6a1 1 0 10-2 0v2h-2a1 1 0 100 2h2v2a1 1 0 102 0v-2h2a1 1 0 100-2z'%3E%3C/path%3E%3C/svg%3E") center /cover no-repeat;
}
.widgetWr .product-compare.product-compare-added {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='gr-svg-icon'%3E%3Cpath fill='%23000' fill-rule='evenodd' clip-rule='evenodd' d='M7 5c-.552 0-1 .407-1 .91v18.18c0 .503.448.91 1 .91s1-.407 1-.91V5.91C8 5.406 7.552 5 7 5zm8 5c-.552 0-1 .407-1 .91v13.18c0 .503.448.91 1 .91s1-.407 1-.91V10.91c0-.503-.448-.91-1-.91zm8 7c-.552 0-1 .407-1 .91v6.18c0 .503.448.91 1 .91s1-.407 1-.91v-6.18c0-.503-.448-.91-1-.91zm3-9h-2V6a1 1 0 10-2 0v2h-2a1 1 0 100 2h2v2a1 1 0 102 0v-2h2a1 1 0 100-2z'%3E%3C/path%3E%3C/svg%3E") center /cover no-repeat;
}
body .top-product-wr .product-compare.product-compare-added .link-reset {
  padding: 7px;
  background: #555555;
  box-shadow: unset;
  color: #fff;
  font-size: 13px;
  text-align: center;
  min-width: auto;
}
.widgetWr .product-compare .tooltip, .share-block .tooltip {
  position: absolute;
  background: #555555;
  font-size: 13px;
  top: calc(100% + 7px);
  left: 50%;
  transform: translateX(-50%);
  padding: 7px;
  border-radius: 3px;
  color: #fff;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.widgetWr .product-compare .tooltip:before, .share-block .tooltip:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  content: "";
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 4px solid #555555;
}
.widgetWr .product-compare:hover .tooltip, .share-block:hover .tooltip {
  opacity: 1;
}
.share-block {
  position: relative;
}
.widgetWr {
  display: flex;
  align-items: center;
}
.widgetWr .product-compare {
  cursor: pointer;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  padding: 0;
  font-size: 0;
}
.widgetWr .product-compare input[type="checkbox"] {
  opacity: 0;
}
.widgetWr .product-compare .compare_checkbox input[type="checkbox"] {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.widgetWr .product-compare a {
  display: inline-flex;
  padding: 5px;
  font-size: 15px;
  position: absolute;
  width: auto;
  min-width: 100px;
  background: #fff;
  bottom: 110%;
  left: -35px;
  z-index: 9;
  text-decoration: none;
  transition: all 0.2s linear;
  border-bottom: 1px solid #0000;
  opacity: 0;
  visibility: hidden;
}
.widgetWr .product-compare a:hover {
  border-bottom: 1px solid #D34B17;
}
.widgetWr .product-compare label {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.widgetWr .product-compare.product-compare-added:hover a {
  opacity: 1;
  visibility: visible;
}
.widgetWr .product-compare.product-compare-added .compare_checkbox {
  position: static;
  background: #0000;
  width: 100%;
}
.widgetWr .product-compare.product-compare-added .link-reset {
  padding-right: 20px;
  bottom: 75px;
}
.widgetWr .product-compare {
  position: relative;
}
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
}
.ya-share2__container_mobile.ya-share2__container_size_m .ya-share2__icon {
  height: 24px !important;
  width: 24px !important;
}
body .top-product-wr .widgetWr .product-compare .compare_plus {
  font-size: 0;
  padding: 0;
  position: static;
  background: #0000;
  box-shadow: none;
}
body .top-product-wr .widgetWr .product-compare .compare_plus:before {
  display: none;
}
.rev-anchor {
  cursor: pointer;
}
.card-page .shop2-product-article {
  margin-bottom: 0;
  line-height: normal;
  margin-right: 40px;
}
.rating-title {
  display: none;
}
.card-page .shop2-product .gr-has-amount {
  line-height: normal;
}
.card-page .product-amount .shop2-product-amount button {
  line-height: 31px;
}
.card-page .shop2-product-article span {
  color: #3f332f;
}
.card-page-prod__bottom {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.card-page .form-additional {
  flex-direction: column;
}
.card-page .form-additional .product-price .price-current strong {
  font-size: 26px;
}
.price-and-amount {
  display: flex;
  align-items: center;
}
.card-page .form-additional .shop-product-btn {
  font-size: 18px;
  padding: 21px 35px 20px;
  order: 0;
  margin: 10px 0;
}
.card-page .form-additional .buy-one-click {
  font-size: 18px;
  padding: 21px 35px 20px;
  border: none;
  line-height: 1;
}
.card-page .form-additional .buy-one-click:hover {
  background: #f2faff;
  color: #3053ae;
}
.card-btns {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.card-page .shop2-product__left {
  margin-right: 30px;
}
.param-anchor {
  width: auto;
  display: inline-block;
  padding: 0 20px 0 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
}
.param-anchor:before {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 7px;
  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%224px%22%20%20viewBox%3D%220%200%207%204%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23a2a2a2%22%20d%3D%22M3.213%2C3.939%20C3.126%2C3.906%203.044%2C3.857%202.973%2C3.790%20L0.197%2C1.139%20C-0.077%2C0.876%20-0.077%2C0.450%200.197%2C0.188%20C0.472%2C-0.074%200.916%2C-0.074%201.191%2C0.188%20L3.500%2C2.393%20L5.787%2C0.209%20C6.062%2C-0.053%206.507%2C-0.053%206.780%2C0.209%20C7.055%2C0.471%207.055%2C0.897%206.780%2C1.159%20L4.005%2C3.811%20C3.790%2C4.016%203.473%2C4.055%203.213%2C3.939%20Z%22%2F%3E%3C%2Fsvg%3E") center /cover no-repeat;
}
.card-page .options-more ~ .shop2-product-options .option-item {
  display: flex;
}
.card-page .shop2-product-options .option-item {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.card-page .shop2-product-options .option-item:nth-child(n+5) {
  display: none;
}
.card-page .shop2-product-options .option-body select {
  box-shadow: inset 0 0 0 2px rgba(211, 75, 23, 0.12);
  padding-top: 9px;
  padding-bottom: 9px;
  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='9px' height='6px' viewBox='0 0 9 6' preserveAspectRatio='none' shape-rendering='geometricPrecision'%3E%3Cpath fill='%23D34B17' d='M3.621,4.908 C3.497,4.860 3.380,4.786 3.279,4.685 L0.313,1.708 C-0.079,1.314 -0.079,0.676 0.313,0.282 C0.705,-0.111 1.341,-0.111 1.733,0.282 L4.031,2.590 L6.298,0.314 C6.691,-0.080 7.327,-0.080 7.718,0.314 C8.111,0.707 8.111,1.345 7.718,1.739 L4.753,4.716 C4.446,5.025 3.993,5.083 3.621,4.908 Z'/%3E%3C/svg%3E") right 31px top 50% no-repeat #fff;
}
.card-page .shop2-product-options .option-title {
  margin-bottom: 0;
  width: 60%;
  flex: none;
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-right: 10px;
}
@media (max-width: 960px) {
  .card-page .shop2-product-options .option-title {
    width: 65%;
  }
}
.card-page .shop2-product-options .option-title:after {
  content: "";
  border-bottom: dashed 1px rgba(0, 0, 0, 0.3);
  height: 1px;
  width: 100%;
  margin-top: 13px;
  margin-left: 10px;
  flex: 1 1 10%;
}
.card-page .shop2-product-options .option-body {
  width: 40%;
}
@media (max-width: 960px) {
  .card-page .shop2-product-options .option-body {
    width: 35%;
  }
}
body .shop2-product-options .option-body {
  font-size: 14px;
}
.card-page .shop2-product__right {
  width: 380px;
  flex: none;
}
.card-page .shop2-product__left {
  width: calc(100% - 380px - 30px);
}
.card-page__bottom .gr-back-btn a.shop2-btn {
  background: #D34B17;
}
.remodal {
  font-family: "Fira Sans", sans-serif;
}
.tpl-field .field-title, .tpl-field .tpl-title, .tpl-field.type-checkbox ul li span {
  font-family: "Fira Sans", sans-serif;
}
.tpl-field.type-checkbox ul li span, .tpl-field .field-title {
  color: #2b2b2b;
}
.remodal .tpl-anketa__title {
  text-align: center;
}
.tpl-field button {
  width: 100%;
  text-align: center;
}
.tpl-field input[type="text"]:hover, .tpl-field input[type="email"]:hover, .tpl-field input[type="tel"]:hover, .tpl-field input[type="number"]:hover, .tpl-field input[type="password"]:hover, .gr-field-style input[type="text"]:hover, .gr-field-style input[type="email"]:hover, .gr-field-style input[type="tel"]:hover, .gr-field-style input[type="number"]:hover, .gr-field-style input[type="password"]:hover, .option-item input[type="text"]:hover, .option-item input[type="email"]:hover, .option-item input[type="tel"]:hover, .option-item input[type="number"]:hover, .option-item input[type="password"]:hover, .form-item input[type="text"]:hover, .form-item input[type="email"]:hover, .form-item input[type="tel"]:hover, .form-item input[type="number"]:hover, .form-item input[type="password"]:hover {
  color: #2b2b2b;
}
.recent-block .price_on_request {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
}
.product-list .price_on_request {
  font-size: 20px !important;
  font-weight: 700;
}
.recent-block__item-price {
  margin-top: 8px;
}
@media (max-width: 1360px) {
  .card-page .shop2-product__container {
    margin-top: 10px;
  }
}
@media (max-width: 1280px) {
  .card-page-prod__bottom {
    flex-direction: column;
    align-items: stretch;
  }
  .card-page .shop2-product__left {
    width: 100%;
  }
  .card-page .shop2-product__right {
    width: 100%;
    margin-top: 20px;
  }
  .card-page .form-additional {
    flex-direction: row;
    justify-content: space-between;
  }
  .card-btns {
    margin-top: 0;
    margin-left: 20px;
  }
  .card-page .shop2-product__left {
    margin-right: 0;
  }
}
@media (max-width: 1140px) {
  .card-page .shop2-product-article {
    margin-right: 15px;
  }
  .card-page .tpl-rating-block {
    margin-right: 15px;
  }
}
@media (max-width: 889px) {
  body .top-product-wr .product-compare {
    margin: 0 5px 0 0;
  }
}
@media (max-width: 640px) {
  .card-page .form-additional {
    flex-direction: column;
  }
  .card-btns {
    margin-left: 0;
    margin-top: 5px;
  }
  .card-page .form-additional .shop-product-btn {
    font-size: 16px;
    padding: 15px 20px 14px;
  }
  .card-page .form-additional .buy-one-click {
    font-size: 16px;
    padding: 15px 20px 14px;
  }
  .card-page .shop2-product__right {
    margin-top: 0;
  }
  .card-page .shop2-product__left {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .top-product-wr-left {
    flex-direction: column;
    align-items: flex-start;
  }
  .card-page .shop2-product-article {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .card-page .tpl-rating-block {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .card-page .shop2-product-options .option-item {
    margin-bottom: 10px;
  }
  .card-page .gr-product-options .shop2-product-options .option-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .card-page .shop2-product-options .option-title:after {
    display: none;
  }
  .card-page .shop2-product-options .option-title {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
  }
  .card-page .shop2-product-options .option-body {
    width: 100%;
  }
  .card-page-prod__bottom {
    margin-top: 10px;
  }
  .price-and-amount {
    flex-direction: column;
  }
  .card-page .form-additional .product-price {
    width: 100%;
    margin: 5px 0;
  }
  .card-page .form-additional .product-amount {
    margin: 5px 0;
  }
}
