/*Products Btn
.uc-products .t-store__card .t-store__prod__quantity{
    border:none;
    border-radius:0;
}
.uc-products .t-store__card .t-store__prod__quantity__minus-wrapper, .uc-products .t-store__card .t-store__prod__quantity__plus-wrapper{
    min-width: 35px;
    width: 35px;
    height: 35px;
    margin: 0;
    border-radius: 50%;
}
.uc-products .t-store__card .t-store__prod__quantity__minus, .uc-products .t-store__card .t-store__prod__quantity__plus{
    background-size: 50% 2px, 2px 50% !important;
     background-repeat: no-repeat !important;
    background-position: center !important;
}
.uc-products .t-store__prod__quantity-input{
    width: 25px;
    height: 30px;
    font-weight: 700;
    font-size: 17px;
}
.uc-products .t-store__card .t-store__prod__quantity__plus{
    background: linear-gradient(#1e1e1e, #1e1e1e), linear-gradient(#1e1e1e, #1e1e1e), #F5F5F5;
}
.uc-products .t-store__card .t-store__prod__quantity__minus{
   background: linear-gradient(#1e1e1e, #1e1e1e), #F5F5F5;
}

END Products Btn*/

/*price+btns*/
.uc-products .t-store__card .t-store__card__price-wrapper{
    position:absolute;
    bottom:18px;
}
.uc-products .t-store .t-store__card__wrap_all.t-store__card__wrap_pad-sm .t-store__card__btns-wrapper{
     display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
    -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.t-store__card__btns-wrapper--quantity .t-store__prod__quantity {
    margin-left: 0 !important;
    margin-right: 12px !important;
}
@media screen and (max-width: 360px) {
    .t-store__card__btn {
        width: 32px !important;
        height: 32px !important;
    }
}

@media screen and (max-width: 670px) {
    .t-store__card__btn {
        width: 32px !important;
         height: 32px !important;
    }
}

/*@media screen and (max-width: 1200px) {
    .t-store__card__btn {
        width: 48px !important;
         height: 48px !important;
    }
}
*/

@media screen and (max-width: 480px) {
    .t-store__mobile-two-columns .t-store__card__btn.t-btn, .t-store__mobile-two-columns .t-store__card__btn.t-store__card__btn_second.t-btn {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 1200px) {
    .t-store__mobile-two-columns .t-store__card__btn.t-btn, .t-store__mobile-two-columns .t-store__card__btn.t-store__card__btn_second.t-btn {
        font-size: 18px !important;
    }
}

.t-btn_xs {
    height: 44px;
    width: 44px;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
}





@media screen and (max-width: 640px) {
    .t-name_md {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 640px) {
    .t-descr_xxs {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 640px) {
    .t-name_xl {
        font-size: 24px !important;
        
    }
}



/*END price+btns*/