/* ---> Fix Zoom Правки отображенияZoom  */

.zoomContainer{
    z-index: 1;
}
.zoomContainer .zoomLens{
    background-color: transparent !important;
}

/* <--- Fix Zoom  */


/* ---> Style Credit Button. Стилизация кнопок покупки в кредит   */
#button-ukrcredits, #ukrcredit-popup .prop_total button{
    margin: 0;
    background: none !important;
    height: 54px;
    border-radius: 0;
    padding: 0;
    border: 2px solid #303e48;
    color: #303e48;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 54px;
}

#ukrcredit-popup .prop_total button{
    padding: 0 10px;
}

/* <--- Style Credit Button.   */


/* ---> Fix button style. Правки отображения кнопок покупки   */
.v2buyinline{
    flex-wrap: wrap !important;
    display: flex !important;
}


.v2buyinline #button-ukrcredits,
.v2buyinline #button-cart2,
.v2buyinline #button-cart,
.v2buyinline #button-one-click{
    margin-right: 4px !important;
    margin-top: 0 !important;
    padding: 0 10px !important;
    float: none;
    line-height: 50px;
    flex: 1;
}

.v2buyinline .btn-actions{
    margin-top: 0 !important;
    flex: 1;
}

.v2buyinline ul {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px !important;
}

.v2buyinline .price .price-old{
    margin-right: 20px;
}


@media screen and (min-width: 1241px) {
    .v2buyinline .btn-actions{
        flex: none;
    }
}


@media screen and (max-width: 1240px) {
    .v2buyinline #button-cart2,
    .v2buyinline #button-cart{
        min-width: 48%;
        padding: 0 10px !important;
        margin: 0 0 10px 0 !important;
    }
    .v2buyinline #button-one-click{
        min-width: 48%;
        padding: 0 10px !important;
        margin: 0 4px 10px 0 !important;
    }

    .v2buyinline #button-ukrcredits{
        padding: 0 !important;
        margin: 0 4px 10px 0 !important;
        flex: 1;
    }

    .v2buyinline .btn-actions{
        margin: 0 0 10px 0 !important;
    }

}

@media screen and (max-width: 1024px) {
    .v2buyinline #button-cart2,
    .v2buyinline #button-cart{
        flex: 1;
        min-width: 48%;
        padding: 0 20px !important;
        margin: 0 auto 10px auto !important;
    }
    .v2buyinline #button-one-click{
        flex: 1;
        min-width: 48%;
        padding: 0 20px !important;
        margin: 0 4px 10px 0 !important;
    }

    .v2buyinline #button-ukrcredits{
        flex: 1;
        margin: 0 4px 10px 0 !important;
    }
}


@media screen and (max-width: 991px) {

    .v2buyinline #button-ukrcredits{
        flex: none;
        margin: 0 0 10px 0 !important;
        width: 100%;
    }
}



/* <--- Fix button style   */