.base-link[data-elem-type="text"] a {
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 0 !important;
    /* цвет ссылки до наведения */
    color: #FFFFFF !important;
    /* толщина и цвет подчеркивания до наведения */
    border-bottom: 2px solid #B4822A !important;
    /* отступ между ссылкой и подчеркиванием до наведения */
    padding-bottom: 2px !important; 
}

.base-link[data-elem-type="text"] a:hover {
    /* цвет ссылки после наведения */
    color: #666666 !important;
    /* толщина и цвет подчеркивания после наведения */
    border-bottom: 2px solid #DAC195 !important;
    /* отступ между ссылкой и подчеркиванием после наведения */
    padding-bottom: 2px !important; 
}

.t-store__card__bgimg {
    border-radius: 8px !important;
}

.t778 .t-store__card__wrap_all {
    border-radius: 8px !important;
}

.t-slds__bgimg {
    border-radius: 8px;  
}

.t-store__card__textwrapper {
    display: flex;
    justify-content: space-between;
}

.t-store__card__price-wrapper {
    white-space: nowrap;
    margin-left: 14px;
    margin-top: 3px;
}

@media (max-width: 480px) {
    .t-store__card__textwrapper {
        display: block;
    }

    .t-store__card__price-wrapper {
        white-space: normal;
        margin-left: 0;
        margin-top: 4px;
    }
}

.t-name {
    font-family:'Jost';
    font-weight:400;
    color:#ffffff
}

.t-descr_xxs {
    font-size:14px !important;
    line-height:1.4;
}

.t-name_xl {
  font-size:20px;
  line-height:1.2
}

.t-name_md {
  font-size:16px;
  line-height:1.5
}

.t706__cartwin-content {
  background-color: #111111;
}

.t-submit {
  font-family:'Jost'
}
.t-input {
  font-family:'Jost'
}
.t-input__vis-ph {
  font-family:'Jost'
}
.t-select {
  font-family:'Jost'
}

.t-descr {
  font-family: 'Jost' !important;
  font-weight: 400 !important;
}

.t706__product-amount--portion,
.t706__product-amount {
  color:#ffffff
} 

.t706__product-quantity {
  color:#ffffff
}

.t706__product-title {
  color:#ffffff
}

.t706__cartwin-prodamount-wrap {
  color:#ffffff
}

.t706__cartwin-top {
  border-bottom:1px solid #474747
}

.t706__cartwin-bottom {
  border-top:1px solid #474747
}

