

/* Start:/local/templates/santex/components/bitrix/catalog.section/current/style.css?1581620859664*/
.sale-btns {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 50px;
}
.sale-btns .btn {
    margin: 10px 15px;
    width: 180px;
    padding: 7px 10px;
}
#actionCarousel.owl-carousel.owl-carousel_gray .owl-nav .owl-prev {
    left: -25px;
}
#actionCarousel.owl-carousel.owl-carousel_gray .owl-nav .owl-next {
    right: -25px;
}

@media screen and (max-width: 1100px) {
    #actionCarousel {
        padding: 0px 20px;
    }
    #actionCarousel.owl-carousel.owl-carousel_gray .owl-nav .owl-prev {
        left: 0px;
    }
    #actionCarousel.owl-carousel.owl-carousel_gray .owl-nav .owl-next {
        right: 0px;
    }
}
/* End */


/* Start:/local/templates/santex/components/bitrix/catalog.item/main4carousel/style.css?15816208574168*/
.item {
  max-width: 230px;
  margin: auto;
  /*padding-bottom: 30px;*/
}
.item a, .item a:hover, .item a:focus, .item a:active {
  text-decoration: none;
}
.item .item__top {
  background: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 5px;
}
.item img {
  display: inline-block!important;
  width: auto !important;
}
.item .item__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.item .item__image {
  max-width: 185px;
  max-height: 185px;
}
.item .item__sts, .item .item__val {
  display: inline-block;
  vertical-align: middle;
}
.item .item__name {
  color: #255AAF;
  font-size: 12px;
  min-height: 42px;
  line-height: 14px;
  overflow: hidden;
}
.item .item__image-block {
  height: 185px;
  margin-bottom: 5px;
}
.item .item__image-block > span {
    display: inline-block;
    line-height: 180px;
}
.item .item__bottom {
  margin-top: 15px;
  margin-bottom: 10px;
}
.item .item__left {
  float: left;
  color: #777;
}
.item .item__right {
  float: right;
}
.item .item__price {
  color: #e31e24;
  font-weight: bold;
  font-size: 18px;
  margin-left: 10px;
  margin-right: 4px;
}
.item .item__cur {
  color: #e31e24;
}
@media only screen and (min-width: 881px) and (max-width: 991px) {
  .item .item__right {
    width: 100%;
  }
  .item .item__cart {
    display: block;
    text-align: center;
    background-color: #e31e24;
    background-image: url("/local/templates/santex/components/bitrix/catalog.item/main4carousel/images/icon_bskt-wt.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 30px;
  }
  .item .item__cart img {
    display: none!important;
  }
}
.item .item__cart.item__cart_load, .add-to-cart.add-to-cart_load {
  opacity: ..4;
}
@media only screen and (min-width: 881px) {
  .item .item__cart.item__cart_load {
    opacity: .4;
    -webkit-animation: spin1 2s infinite linear;
    -moz-animation: spin1 2s infinite linear;
    -o-animation: spin1 2s infinite linear;
    -ms-animation: spin1 2s infinite linear;
    animation: spin1 2s infinite linear;
    display: block;
  }
}
@media only screen and (max-width: 880px) {
  .item {
    margin-bottom: 25px;
  }
  .item .item__right {
    width: 100%;
  }
  .item .item__cart {
    display: block;
    text-align: center;
    background-color: #e31e24;
    background-image: url("/local/templates/santex/components/bitrix/catalog.item/main4carousel/images/icon_bskt-wt.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 30px;
    transition: .2s;
  }
  .item .item__cart img {
    display: none!important;
  }
}
.checkbox.add-compare_a {
  font-weight: bold;
  padding: 5px 0px;
}


 
@-webkit-keyframes spin1 {
  0% { -webkit-transform: rotate(0deg);}
  100% { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin1 {
  0% { -moz-transform: rotate(0deg);}
  100% { -moz-transform: rotate(360deg);}
}
@-o-keyframes spin1 {
  0% { -o-transform: rotate(0deg);}
  100% { -o-transform: rotate(360deg);}
}
@-ms-keyframes spin1 {
  0% { -ms-transform: rotate(0deg);}
  100% { -ms-transform: rotate(360deg);}
}
@-keyframes spin1 {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
} 
.popup-window {
  z-index: 99999!important;
}
.popup-window-overlay {
  z-index: 99998!important;
}
.popup-window-close-icon:after {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center;
    background: none;
    transform: none;
}
.popup-window {
  border-radius: 5px;
  max-width: 325px;
}
.product-item-compare .checkbox:not(.add-compare_l) {
	opacity: 0;
	visibility: hidden;
}
.add-compare.compare_load, .add-to-cart.add-to-cart_load {
	opacity: .4;
	pointer-events: none;
	cursor: default;
}
.add-compare_a {
	padding: 5px 0px;
}
button[data-module="buyoneclick"] {
	background: #255aaf;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 7px 20px;
    margin: 10px 0px 15px;
}
button[data-module="buyoneclick"] img {
	width: 23px;
}
button[data-module="buyoneclick"]:hover {
	background-color: #3371d4;
}
/* End */


/* Start:/local/templates/santex/components/bitrix/catalog.section/current/themes/blue/style.min.css?1581620859706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/santex/components/bitrix/catalog.section/current/style.css?1581620859664 */
/* /local/templates/santex/components/bitrix/catalog.item/main4carousel/style.css?15816208574168 */
/* /local/templates/santex/components/bitrix/catalog.section/current/themes/blue/style.min.css?1581620859706 */
