/* 650 */
.sample-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  -ms-flex-align: start;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sample-popup.opened {
  opacity: 1;
  visibility: visible;
}
.sample-popup .sample-popup-in {
  text-align: left;
  position: relative;
  flex: 0 0 auto;
  margin: auto;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-block;
  width: 320px;
  padding: 25px 30px 25px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.13);
  position: relative;
}
.sample-popup .sample-close {
  z-index: 2;
  position: absolute;
  cursor: pointer;
  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%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23575757%22%20d%3D%22M15.985%2C14.571%20L14.571%2C15.985%20L8.000%2C9.414%20L1.429%2C15.985%20L0.015%2C14.571%20L6.586%2C8.000%20L0.015%2C1.429%20L1.429%2C0.015%20L8.000%2C6.586%20L14.571%2C0.015%20L15.985%2C1.429%20L9.414%2C8.000%20L15.985%2C14.571%20Z%22%2F%3E%3C%2Fsvg%3E) center center/12px no-repeat;
  width: 12px;
  height: 12px;
  top: 10px;
  right: 10px;
}
.sample-popup .sample-popup-text {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.product_slider .slick-list, .product_slider .slick-track, .js_product_slider3 .slick-list, .js_product_slider3 .slick-track {
  display: flex;
}
.product_slider_thumbs, .product_slider {
  opacity: 0;
}
.product_slider_thumbs.slick-initialized, .product_slider.slick-initialized {
  opacity: 1;
}
.product_slider_item-video div, .product_slider_item2-video div {
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
}
.product_slider_item-video div video, .product_slider_item2-video div video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.product_slider_item-video div video + img, .product_slider_item2-video div video + img {
  opacity: 0;
  visibility: hidden;
}
.product_top_wrapper .shop2-product .product_thumbs_item.video-item .product_image {
  background: #fcfafa;
  cursor: pointer;
}
.product_top_wrapper .shop2-product .product_thumbs_item.video-item .product_image .product_image_in a {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: auto;
  bottom: auto;
  border-radius: 50%;
  background-color: rgba(36, 36, 36, 0.8);
}
.product_top_wrapper .shop2-product .product_thumbs_item.video-item .product_image .product_image_in a:before, .product_top_wrapper .shop2-product .product_thumbs_item.video-item .product_image .product_image_in a:after {
  content: "";
  display: block;
  width: 4px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 4px;
}
.product_top_wrapper .shop2-product .product_thumbs_item.video-item .product_image .product_image_in a:before {
  left: 13px;
}
.product_top_wrapper .shop2-product .product_thumbs_item.video-item .product_image .product_image_in a:after {
  right: 13px;
}
.product_top_wrapper .shop2-product .product_thumbs_item.video-item .product_image .product_image_in a.active:before {
  display: none;
}
.product_top_wrapper .shop2-product .product_thumbs_item.video-item .product_image .product_image_in a.active:after {
  left: 15px;
  right: auto;
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #fff;
  border-width: 9px 0 9px 14px;
  background: none;
  border-radius: 0;
}
/*.product_top_wrapper .shop2-product .product_thumbs_item.video-item .product_image .product_image_in a {
	&.active {
		&:before,
		&:after {
			width: 4px;
		    height: 18px;
		    position: absolute;
		    top: 50%;
		    transform: translateY(-50%);
		    background-color: #fff;
		    border-radius: 4px;
		}
		&:before {
			right: auto;
			left: 13px;
		}
		&:after {
			left: auto;
			right: 13px;
		}
	}
}*/
/* 650 */
/* begin 1164 */
.product-thumbnails-new {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
}
.product-thumbnails-new ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-thumbnails-new ul li {
  margin: 0;
  padding: 0;
  display: block;
}
.product-thumbnails-new ul li a {
  display: block;
  font-size: 0;
}
.turntable {
  margin: 0px;
  display: none;
  width: 500px;
  height: 636px;
  padding: 25px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}
@media (max-width: 540px) {
  .turntable {
    width: 300px;
    height: 410px;
  }
}
@media (max-width: 375px) {
  .turntable {
    width: 240px;
    height: 330px;
    padding: 15px;
  }
}
.turntable ul {
  padding: 0px;
  margin: 0px;
}
.turntable ul li {
  list-style-type: none;
  display: none;
  cursor: e-resize;
}
.turntable ul li.active {
  display: block;
}
.turntable ul li img {
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.button.b-close {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #d4c8ff;
  color: #000;
  font: 35px/36px Tahoma, sans-serif;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 0px 0 0px 2px;
  text-align: center;
}
/* end 1164 */
.newcatalogbut {
  text-align: right;
  margin-bottom: 10px;
  margin-top: 10px;
}
.newcatalogbut > span {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  background-image: linear-gradient(to top, #888685 0, #888685 100%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px 12px;
  border-radius: 4px;
}
.newcatalogbut > span:hover {
  background-image: linear-gradient(to top, #313131 0, #313131 100%);
}
.product-block2 {
  overflow: hidden;
  transition: 0.3s;
}
.product-block2:not([style*="overflow"]) .product-item:hover {
  transform: scale(1.02);
}
.product-block2.mini {
  max-height: 181px;
}
@media (max-width: 768px) {
  .product-block2.mini {
    max-height: 134px;
  }
}
.product-item2:hover {
  transition: 0.5s;
  transform: scale(1.07);
  z-index: 999;
}
@media screen and (min-width: 0) and (max-width: 1000px) {
  .perehody_inner.mini {
    max-height: 96px;
    overflow: hidden;
  }
  .newcatalogbut {
    text-align: center;
  }
  .newcatalogbut > span {
    padding-top: 4px;
    padding-bottom: 6px;
  }
}
.title-page .phones-71 .icon, .phones-6 .icon {
  width: 52px;
  margin: 0 5px 0 -10px;
}
.site-popup-form {
  padding: 16px 0 0;
  text-align: left;
}
.site-popup-form a {
  text-decoration: underline;
  color: #687ee1;
  font-size: 23px;
  font-weight: bold;
}
.site-popup-form a:hover {
  text-decoration: none;
}
.remodal[data-remodal-id="popup-form"] {
  padding: 65px 70px 70px;
  max-width: 480px;
  box-sizing: border-box;
  text-align: left;
}
.remodal .close-button {
  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%23191919%22%20d%3D%22M13.005%2C11.619%20L11.619%2C13.005%20L6.500%2C7.885%20L1.380%2C13.005%20L-0.006%2C11.619%20L5.114%2C6.500%20L-0.005%2C1.380%20L1.381%2C-0.005%20L6.500%2C5.114%20L11.619%2C-0.005%20L13.004%2C1.380%20L7.885%2C6.500%20L13.005%2C11.619%20Z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
  background-size: 13px 13px;
  width: 20px;
  height: 20px;
  border: none;
  box-shadow: none;
  outline: none;
  position: absolute;
  top: 70px;
  right: 70px;
  padding: 0;
  font-size: 0;
}
.remodal[data-remodal-id="popup-form"] .tpl-anketa__title {
  font-weight: 500;
  color: #191919;
  font-size: 25px;
  padding: 0 20px 70px 0px;
  text-align: left;
}
.remodal[data-remodal-id="popup-form"] .tpl-field {
  padding: 0 0 20px;
}
.remodal[data-remodal-id="popup-form"] .tpl-field input[type="text"] {
  width: 100%;
  background: #fafafa;
  box-shadow: none;
  border: none;
  outline: none;
  box-sizing: border-box;
  font-size: 15px;
  color: #191919;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 300;
  padding: 21px 30px;
}
.remodal[data-remodal-id="popup-form"] .tpl-field input[type="text"]:hover {
  background: #f7f7f7;
}
.remodal[data-remodal-id="popup-form"] .tpl-field input[type="text"]:focus {
  background: #f2f2f2;
}
.remodal[data-remodal-id="popup-form"] textarea {
  width: 100%;
  background: #fafafa;
  box-shadow: none;
  border: none;
  outline: none;
  box-sizing: border-box;
  font-size: 15px;
  color: #191919;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 300;
  padding: 21px 30px;
}
.remodal[data-remodal-id="popup-form"] textarea:hover {
  background: #f7f7f7;
}
.remodal[data-remodal-id="popup-form"] textarea:focus {
  background: #f2f2f2;
}
.remodal[data-remodal-id="popup-form"] .tpl-field.tpl-field-button .tpl-form-button {
  background-color: #473cff;
  width: auto;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 19px 60px 19px 40px;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  outline: none;
  background-image: 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%2216px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2016%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M838.7%2C956.01l-0.707-.707%2C5.3-5.3H829v-1h14.293l-5.3-5.3%2C0.707-.707%2C6.313%2C6.314V949.7Z%22%20transform%3D%22translate%28-829%20-943%29%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 40px top 50%;
  background-repeat: no-repeat;
  text-align: left;
  transition: all 0.3s;
  letter-spacing: 0.2em;
}
.remodal[data-remodal-id="popup-form"] .tpl-field.tpl-field-button .tpl-form-button:hover {
  background-color: #473cff;
  background-position: right 37px top 50%;
}
.product-list.product-list-thumbs .product-item .product_bottom .jq-selectbox__dropdown {
  width: auto !important;
}
@media (max-width: 1023px) {
  .remodal[data-remodal-id="popup-form"] {
    max-width: 410px;
    padding: 50px 50px 50px;
  }
  .remodal .close-button {
    top: 52px;
    right: 50px;
  }
  .remodal[data-remodal-id="popup-form"] .tpl-anketa__title {
    font-size: 20px;
    padding-bottom: 45px;
  }
}
#shop2-cart .cart_table_buttons .cart_back_btn {
  background: #32d350;
}
#shop2-cart .cart_table_buttons .cart_back_btn a {
  color: #fff;
}
#shop2-cart .cart_table_buttons .cart_back_btn a:before {
  background-image: 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%2216px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2016%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M678.7%2C4126.01l-0.707-.71%2C5.3-5.3H669v-1h14.293l-5.3-5.3%2C0.707-.71%2C6.314%2C6.31v0.4Z%22%20transform%3D%22translate%28-669%20-4113%29%22%2F%3E%3C%2Fsvg%3E);
  top: 22px;
  width: 17px;
  height: 15px;
  transform: rotate(180deg);
  left: 26px;
}
@media (max-width: 480px) {
  .title-page .block-32, .block-5 {
    /*visibility: hidden;
		opacity: 0;
		height: 0;*/
    padding-top: 3px;
  }
  .title-page .widget-41, .widget-4, .title-page .widget-40 {
    display: none;
  }
  .title-page .block-9 {
    display: none;
  }
  .title-page .side-panel .widget-41, .side-panel .widget-4 {
    max-width: 230px;
  }
  .title-page .side-panel .widget-41 .block-cont, .side-panel .widget-4 .block-cont {
    display: none;
  }
  .remodal[data-remodal-id="popup-form"] {
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding: 30px 30px 30px;
    margin: 0;
  }
  .remodal .close-button {
    top: 28px;
    right: 26px;
  }
  .remodal[data-remodal-id="popup-form"] .tpl-anketa__title {
    font-size: 18px;
    padding-bottom: 30px;
  }
}
.remodal .close-button {
  top: 20px;
  right: 20px;
}
@media (max-width: 768px) {
  .p-view-btn, .quick-view-trigger {
    display: none !important;
  }
}
.popover-body .product_top_wrapper .shop2-product .shop2-product-options .cvt .color_ext .new_color li {
  flex: 0 0 calc(25% - 4px);
}
.title-page .menu-16 .menu-scroll > ul > li.menu-item > a, .menu-16 .menu-scroll > ul > li.menu-item > a {
  font-size: 15px;
}
.title-page .layout_69 .popup_block .address-58 .title, .title-page .layout_69 .popup_block .phones-57 .title, .sand2 .popup_block .schedule-70 .cell-text .title, .layout_8 .popup_block .phones-6 .title, .layout_8 .popup_block .address-34 .title, .sand2 .popup_block .schedule-7 .cell-text .title {
  font-size: 12px !important;
}
.out-of-stock .option-item.name_razmer ul li {
  opacity: 0.5;
  overflow: hidden;
  position: relative;
}
.out-of-stock .option-item.name_razmer ul li:before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  height: 1px;
  background: #000;
  transform: rotate(-39deg);
  top: 50%;
}
.shop2-product-item.out-of-stock .prod_center:has(.it_razmer) {
  display: none !important;
}
