.t-store__card__sold-out-msg {
  visibility: hidden;
}

.productout-img .tn-atom { 
    background-size: contain; 
}

.t-store__card__price-currency {
    font-size: 16px;
    color: #b97110;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.t-store__card__price-value {
    font-size: 16px;
    color: #b97110;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.t-store__prod-popup__price-currency {
    font-size: 16px;
    color: #b97110;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.t-store__prod-popup__price-value {
    font-size: 16px;
    color: #b97110;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.t-store__prod__price-portion {
    font-size: 16px;
    color: #b97110;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: uppercase;
}
.t-store__prod-popup__close-txt {
    font-size: 16px;
    color: #b97110;
    font-weight: 300;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.t-store__filter__chosen-val {
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #DCEEED;
    border-radius: 20px;
    padding: 2px 8px 3px 22px;
    line-height: 1.4;
    max-width: 260px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in;
}

.t-store__filter__title {
    font-size: 14px;
    color: #B97110;
    font-weight: 300;
    font-family: 'Montserrat';
    text-transform: uppercase;
}


.t-store__filter__reset_visible {
    font-size: 14px;
    color: #B97110;
    font-weight: 300;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.t-store__relevants__title {
    font-family: 'Montserrat, sans-serif;
    font-weight: 300;
    color: #24757f;
}



