 .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 {
     max-width:100% !important;
     .history-title {
         h3{
             font-family: 'SFUIDisplay', Arial, sans-serif;
             font-size: 18px;
             margin-top: 50px;
             font-weight: 300;
        }
    }
     .history-products {
         margin-top: 20px;
         .item {
             .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;
}