.t-store__relevants__container{
    .t-container {
      max-width:100% !important;
    }
}

.history.t-container{
      max-width:100% !important;
}


 .js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 1500;
}
/*.js-store-prod-text a:first-of-type {*/
/*    background-color: #4DEE6A;*/
/*    color: #ffffff !important;*/
/*}*/
/*.js-store-prod-text a:last-of-type {*/
/*    background-color: #4DEE6A;*/
/*    color: #ffffff !important;*/
/*} */


.t706__cartwin_showed {
    z-index: 999999999;
}


 .t-store .t-store__tabs .t-store__tabs__button, .t-store .t-store__tabs_accordion .t-store__tabs__item-button {
     justify-content: left !important;
     padding-left: 0px !important;
     border-bottom: none !important;
 }
 .t-store .t-store__tabs_tabs .t-store__tabs__content {
     margin: 0 !important;
 }
 
 
 .history {
     .history-title {
         h3{
             font-family: 'SFUIDisplay', Arial, sans-serif;
             font-size: 18px;
             margin: 70px 0 40px;
             font-weight: 300;
        }
    }
     .history-products {
         margin-top: 20px;
         .item {
             
            height: 350px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
             .item-title {
                 font-family: 'SFUIDisplay', Arial, sans-serif;
                 font-weight: 300;
                 font-size: 18px;
                 min-height: 50px;
                 text-align: center;
            }
             .item-img {
                     margin: auto;
                     max-width: 260px;
                }
        }
    }
}

.t-store__relevants__title {
    font-weight: bold;
}

.t-container {
    max-width:100% !important;
}


