.t-store .js-store-product .t-store__prod-popup__info.t-align_center .js-product-controls-wrapper .t-product__option, .t-store .js-product.t-align_center .js-product-controls-wrapper .t-product__option {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: center;
}


.js-product .t-product__option .t-product__option-variants_custom {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    min-width: auto;
    justify-content: center;
}


.t-store__card__bgimg, .t-store__card__bgimg_second {
    background-position: revert;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}