

/* Start:/local/templates/.default/assets/js/components/catalog-element/style.css?17596120669311*/
.catalog_element__basket-error {
    color: #e30202;
    margin: -30px 15px 10px 0;
    position: relative;
    text-align: right;
}

.btn-tab-change-label.highlighted {
    color: #000;
    position: relative;
}
.btn-tab-change-label.highlighted:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 2px;
    width: 100%;
    background-color: #000;
}

.btn-tab-size.disabled + .btn-tab-size-label {
    color: #000 !important;
}
.btn-tab-size.disabled + .btn-tab-size-label .btn-tab-size-label-text {
    display: inline-block;
}
.btn-tab-size:disabled + .btn-tab-size-label,
.btn-tab-size.disabled:disabled + .btn-tab-size-label {
    color: #8c8c8c !important;
}

.popup-preorder__agree {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #8c8c8c;
}

.product__sharing {
    margin: 0 0 20px;
}
.product__sharing .caption {
    padding-top: 10px;
    text-align: center;
    text-transform: lowercase;
}
.product__sharing .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .1rem;
    justify-content: center;
}
.product__sharing .share__icon {
    margin-left: .5rem;
    width: 1.5rem;
    height: 1.5rem;
}
.product__sharing .share__icon:first-child {
    margin-left: 0;
}
.product__sharing .share__icon svg {
    width: 100%;
    height: 100%;
    fill: #000;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.product__sharing .share__icon:hover svg,
.product__sharing .share__icon:active svg {
    fill: #cc9933;
}

.price-item--discount {
    color: rgb(146, 15, 15) !important;
}

.product-about-choose-size-btn {
    display: none;
    font-size: 14px;
    padding: 5px !important;
    margin-right: 12px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 250px;
    justify-content: center;
    align-items: center;
    line-height: 1 !important;
}

.desktop-none {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .product-about-fastbuy-btn {
        display: none !important;
    }
    .product-about-choose-size-btn {
        display: flex;
    }
    .desktop-none {
        display: block !important;
    }
}

.popup-size.popup-size--show{
    z-index: 100;
}

.digi-dolyame-button-custom {
    align-items: center;
    padding: 12px;
    margin-top: 16px;
    background-color: rgb(255, 255, 255);
    border-color: rgb(199, 201, 204);
    border-width:1px;
    border-style: solid;
    border-radius: 5px;
    justify-self: left;
}

.digi-dolyame-button-custom.mobile {
    display: none;
}
.digi-dolyame-button-custom.desktop {
    display: flex;
}

.digi-dolyame-button-custom__content {
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    margin-left: 14px;
    display: flex;
    flex-direction: column;
}
.split-btn .digi-dolyame-button-custom__content {
    margin-left: 0;
}

.digi-dolyame-button-custom__text {
    color: rgb(0, 0, 0);
    text-align: left;
    font-weight: 400;
    white-space: nowrap;
    margin: auto;
}

.modal-dolyame {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    background-color: rgba(92,92,92,.7);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.modal-dolyame.active {
    z-index: 1000;
    opacity: 1;
    visibility: visible;
}

.modal-dolyame__close-btn {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 1;
}

.modal-dolyame__container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 680px;
    height: auto;
    min-width: 320px;
    padding: 40px;
    text-align: center;
    background-color: #fff;
}
.product-split-widget .ya-pay-widget {
    min-width: 240px !important;
}

.spoiler-next {
    position: absolute;
    top: 50%;
    z-index: 2;
    font-size: 5px;
    width: 40px;
    height: 50px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -25px;
    padding: 10px 12px;
    cursor: pointer;
    border-radius: 50%;
}

.spoiler-prev {
    position: absolute;
    top: 50%;
    z-index: 2;
    font-size: 0;
    width: 40px;
    height: 50px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -25px;
    padding: 10px 12px;
    cursor: pointer;
    border-radius: 50%;
}

.nav-next {
    position: absolute;
    top: 50%;
    z-index: 2;
    font-size: 5px;
    width: 40px;
    height: 40px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #ffffff;
}

.nav-prev {
    position: absolute !important;
    top: 50%;
    z-index: 2;
    font-size: 0;
    width: 40px;
    height: 40px;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #ffffff;
}

.nav-next svg {
    width: 7px;
}

.nav-prev svg{
    width: 7px;
}

.slider-pagination-item-border {
    border: 2px solid #ffffff;
    width: auto;
    cursor: pointer;
}

.product-gallery-slider-pagination .slick-list .slick-track .slick-current .slider-pagination-item-border {
    border: 2px solid #c93;
}

.slider-pagination-item {
    margin: 5px;
    padding-top: 125%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.transform10 {
    transform: translate3d(-10px, 0px, 0px) !important;
}

.transform442 {
    transform: translate3d(-442px, 0px, 0px) !important;
}

.transform874 {
    transform: translate3d(-874px, 0px, 0px) !important;
}

.transform1306 {
    transform: translate3d(-1306px, 0px, 0px) !important;
}

.transform1738 {
    transform: translate3d(-1738px, 0px, 0px) !important;
}

.transform2170 {
    transform: translate3d(-2170px, 0px, 0px) !important;
}

.transform2602 {
    transform: translate3d(-2602px, 0px, 0px) !important;
}

.transform3034 {
    transform: translate3d(-3034px, 0px, 0px) !important;
}

.transform3466 {
    transform: translate3d(-3466px, 0px, 0px) !important;
}

.transform3898 {
    transform: translate3d(-3898px, 0px, 0px) !important;
}

.transform4330 {
    transform: translate3d(-4330px, 0px, 0px) !important;
}

.transform4762 {
    transform: translate3d(-4762px, 0px, 0px) !important;
}

.transform5194 {
    transform: translate3d(-5194px, 0px, 0px) !important;
}

.transform5484 {
    transform: translate3d(-5484px, 0px, 0px) !important;
}

.transform5804 {
    transform: translate3d(-5804px, 0px, 0px) !important;
}

.transform6124 {
    transform: translate3d(-6124px, 0px, 0px) !important;
}

.transform6444 {
    transform: translate3d(-6444px, 0px, 0px) !important;
}

.transform6764 {
    transform: translate3d(-6764px, 0px, 0px) !important;
}

.noneTransform {
    transform: translate3d(0px, 0px, 0px) !important;
}

.product-gallery-slider-wrapper .slick-slider {
    padding-right: 5px;
}

@media screen and (max-width: 768px) {
    .digi-dolyame-button-custom {
        margin-left: auto;
        margin-right: auto;
    }
    .digi-dolyame-button-custom.mobile {
        display: flex;
        min-width: 300px;
        margin-left: 10px;
        margin-right: 0;
    }
    .digi-dolyame-button-custom.desktop {
        display: none;
    }
    .modal-dolyame__close-btn {
        top: 10px;
        right: 15px;
    }
}
@media screen and (max-width: 1200px) {
    .product-about-item-text {
        border-bottom: none;
        padding: 30px 0 10px 0 !important;
    }
}
@media screen and (max-width: 425px) {
    .product-gallery-slider-pagination .slick-slide {
        width: 102.9px !important;
    }
}

@media screen and (max-width: 376px) {
    .spoiler-next {
        top: 45%;
    }
    .spoiler-prev {
        top: 45%;
    }
}

@media screen and (max-width: 320px) {
    .spoiler-next {
        top: 40%;
    }
    .spoiler-prev {
        top: 40%;
    }
}

@media screen and (max-width: 320px) {
    .product-gallery-slider-pagination .slick-slide {
        width: 102px !important;
    }
}



/* End */
/* /local/templates/.default/assets/js/components/catalog-element/style.css?17596120669311 */
