

/* Start:/local/templates/vjweb_sln/components/bitrix/catalog.element/sln/style.css?17715194453523*/
ul.av-sizes li.disabled:hover {
    border: none !important;
    cursor: not-allowed !important;
    transition: none !important;
}
ul.av-sizes li.disabled {
    border: none !important;
    transition: none !important;
}
.av-colors ul li {
    width: 25px;
    height: 25px;
    display: flex;
    border-radius: 25px;
    border: solid 1px #e4e4e4;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
}
.av-colors ul li.color-active {
    border-color: #999;
}
.av-colors ul li span{
    width: 17px;
    height: 17px;
    display: block;
    border-radius: 17px;
}
.product-slider .thumbs-swiper {
    width: 76px !important;
    max-height: calc(100vh - 150px) !important;
}
.product-slider .thumbs-swiper .swiper-slide video {
    display: block;
    max-width: 100%;
    width: 76px;
}
.product-slider .main-swiper {
    width: calc(100% - 76px);
    max-height: calc(100vh - 150px) !important;
}
.popup-swiper-active main {
    z-index: 200;
}
.main-swiper .swiper-slide img {
    max-height: calc(100vh - 150px) !important;
    width: auto !important;
}
.product-slider .main-swiper .swiper-slide {
    justify-content: center;
    display: flex;
    background-color: transparent !important;
    overflow: hidden;
}

.videoPlay {
    background-color: #0707077a;
    border-radius: 50%;
    color: #fff;
    display: flex;
    left: 50%;
    padding: 8px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    /* z-index: 2; */
}
.main-swiper .swiper-slide img,
.main-swiper .swiper-slide video {
    max-width: 100%;
    width: auto;
    height: calc(100vh - 150px);
}
ul.av-sizes li.active-size, ul.av-sizes li:hover {
  border: none;
  color: #fff;
  background: #3F393B;
}
ul.av-sizes li.disabled {
    opacity: 0.5;
}
ul.av-sizes li.disabled:hover {
    background: #e4e4e4;
    color: #000;
}
.product_props {
    text-transform: none;
    color: #9e9899;
}
.product_props_more {
    display: none;
    background: #fff;
    padding: 20px;
    position: relative;
    left: -20px;
    text-transform: none;
    color: #9e9899;
}
.product_props_more span {
    display: block;
}
.product_props_more .props_list span:nth-child(2n){
    margin-bottom: 15px;
}
.product_props_more.active {
    display: block;
}
.product_props_close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.product_props_title {
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #3e393a;
}
.product_show_props {
    text-transform: none;
    cursor: pointer;
    border-bottom: solid 1px #3e393a;
    display: inline-block;
    width: fit-content;
}
/*.swiper-wrapper {
    z-index: 2 !important;
}*/
.swiper-actions.prev {
    width: 30px !important;
}
.swiper-actions.next {
    width: 30px !important;
    right: 0 !important;
}
.swiper-slide.image-zoom {
    cursor: zoom-in !important;
}
.products-images .product-slider {
    border-radius: 0px !important;
}
@media screen and (max-width: 768px){
    .product_props_more {
        left: 0px;
    }

    .product-slider .main-swiper {
        width: calc(100vw - 36px) !important;
        max-height: calc(150vw - 54px) !important;
    }
    .main-swiper .swiper-slide img,
    .main-swiper .swiper-slide video {
        width: calc(100vw - 36px) !important;
        max-height: calc(150vw - 54px) !important; 
    }
}
/* End */


/* Start:/local/templates/vjweb_sln/components/bitrix/catalog.section/sln/style.css?17714210843809*/
.av-colors {
    margin-bottom: 15px !important;
}

.av-colors ul li {
    width: 25px;
    height: 25px;
    display: flex;
    border-radius: 25px;
    border: solid 1px #e4e4e4;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
}

.av-colors ul li span{
    width: 17px;
    height: 17px;
    display: block;
    border-radius: 17px;
}
.product-card .product-img a img,
.product-img .product-slider a {
    border-radius: 10px;
    width: calc(25vw - 29px) !important;
    height: calc(37vw - 40px) !important;
}
.product-cards > div {
    overflow: hidden;
    position: relative;
}
.product-slider {
    position: relative; 
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 18px;
}
.product-slider a {
    height: calc(100vw / 3.2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.product-slider a img {
  border-radius: 0 !important;
  margin-bottom: 0px !important;
}
.product-slider .swiper-pagination {
  bottom: 10px !important;
}
.swiper-pagination-bullet-active {
  background: #3e393a !important;
}
.av-colors.noclick ul li {
    cursor: default !important;
}
.fav_heart {
    width: 17px;
    height: 17px;
    background-image: url('/local/templates/vjweb_sln/images/H_W.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 15px;
    right: 15px;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.fav_heart.active {
    background-image: url('/local/templates/vjweb_sln/images/H_B.svg');
}
.product-img {
    position: relative;
    transition: all .25s ease-in-out;
}
.fast_buy {
    display: none;
    opacity: 0;
    transition: all .25s ease-in-out;
    position: absolute;
    bottom: 35px;
    width: 100%;
    z-index: 1000;
    padding: 0 30px
}
.fast_buy ul {
    background-color: #433D3F90;
    justify-content: center;
    height: 45px;
    align-items: center;
    border-radius: 10px;
}
.fast_buy ul li{
    color: #E7E3E4;
    min-width: 15px;
    text-align: center;
    font-size: .8rem;
}
.fast_buy ul li:hover {
    border-bottom: solid 1px #E7E3E4;
    cursor: pointer;
}
.product-img:hover .fast_buy {
    display: block;
    opacity: 1;
}
.product-slider {
    z-index: 10;
}
.slider_mouseover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.slider_mouseover_item {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px){
    .slider_mouseover {
        display: none;
    }
    .product-img:hover .fast_buy {
        display: none;
        opacity: 0;
    }
    .product-slider .swiper-pagination {
        bottom: 5px !important;
        width: 100%;
        height: 15px;
    }
    .product-slider .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }
    .product-slider a {
        height: calc(100vw / 1.7);
    }
    .product-card .product-img a img,
    .product-img .product-slider a {
        border-radius: 10px;
        width: calc(50vw - 25px) !important;
        height: calc(75vw - 35px) !important;
    }
    .swiper.new-products-swiper .product-card .swiper-slide {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        display: block;
    }
    .swiper.new-products-swiper .product-card .swiper-wrapper {
        flex-wrap: unset;
        justify-content: unset;
    }
    .swiper.new-products-swiper .swiper-wrapper {
        gap: 25px 0px !important;
    }
}
/* End */
/* /local/templates/vjweb_sln/components/bitrix/catalog.element/sln/style.css?17715194453523 */
/* /local/templates/vjweb_sln/components/bitrix/catalog.section/sln/style.css?17714210843809 */
