.t-typography__title{
    font-size: 20px;
  line-height: 1.2;
  color: #2a4069;
  padding-bottom: 0px;
  font-family: 'Times New Roman';
}

.t-typography__descr{
    font-size: 14px;
  line-height: 1.4;
  color: #485f89;
  font-weight: 400;

}
.t-store__card__btn{

    color: #ffffff!important;
    background-color: #aab67a!important;
    border-radius: 50px!important;
    -moz-border-radius: 50px!important;
    -webkit-border-radius: 50px!important;
    font-weight: 600;
}

   .t-store__card__wrap_all{
    background-color: #efede3!important;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2)!important;
  border: 1px solid #355185!important;
  border-radius: 20px!important;
}

.t-store .js-product.t-align_center .js-product-controls-wrapper .t-product__option, .t-store .js-store-product .t-store__prod-popup__info.t-align_center .js-product-controls-wrapper .t-product__option {
   
    flex-direction: row;
  }
  


  
   .t-store__prod__quantity__minus, .t-store__prod__quantity__plus {
    
    background: linear-gradient(#fff,#fff),linear-gradient(#fff,#fff),#2a4069!important;
    background-position: 50%!important;
  background-repeat: no-repeat!important;
  background-size: 50% 1px,1px 50%!important;
  }
  
  .t-store__prod__quantity input[type="number"] {
    color: white;
  }
  
  /* Елемент | https://sorrento.kr.ua/#popup:mygallery#!/tab/479755283-1 */
  
  .t-store__prod__quantity {
    background: #2a4069!important;
    border-radius: 50px!important;
    -moz-border-radius: 50px!important;
    -webkit-border-radius: 50px!important;
  }
  

  .t-store__prod__quantity__minus-wrapper span, .t-store__prod__quantity__plus-wrapper span {
    color: white;
  }
  
  .t-rec{  background: #efede3!important;}