.t706__sidebar-prodamount-wrap {
    margin-top: 0px;
    color: white;
    opacity: 0;
}

.t706__cartwin-totalamount-wrap {
    margin-top: 0px;
    color: white;
    opacity: 0;
}

.t-store__prod-popup__sku {
    margin-top: -20px;
    margin-botton: 0px;
    color: white;
    opacity: 0;
}


.t-store__prod-popup__brand {
    font-weight: bold;
}

.t-store__prod-popup__btn t-btn t-btn_sm {
    color:#ffffff;
    background-color:#0b2352;
}

#order.t-store__prod-popup__btn t-btn t-btn_sm {
    background-color:#0b2352 !important;
}

.t-store__prod-popup__btn-wrapper {
    margin-top: 0px;
    margin-bottom: 10px;
}


.t-store__filter__search .t-store__filter__input {
    font-size: 18px;
    box-sizing: content-box;
    width: inherit !important;
    padding: 4px 6px;
    border: 1px #0b2352 solid;
    font-weight: 600;
}

.t-store__filter__item-title {
    box-sizing: content-box;
    border: 1px #0b2352 solid;
    padding: 4px 6px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 40px !important;
    border-radius: 3px;
    background: #f8f8f8;
    font-size: 18px;
    font-weight: 600;
}


.t-store__filter__item-title:after {
    right: 8px !important;
    font-weight: 600;
    color: #0b2352;
}

.t-descr_xxs {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
}

.t1025 .t-store__card .t-store__card__descr {
    margin-top: 4px;
    opacity: 0.9;
}


.t-store__filter__custom-sel {
    font-weight: 600;
}
    
.t-store__prod-popup__btn.t-btn.t-btn_sm {
    color: white !important;
    background-color: #0b2352 !important;
}

.t-name {
    font-weight: 700 !important;
}

#allrecords b, #allrecords strong {
    font-size: 17px !important;
}

.t-store__prod-popup__brand {
    margin-bottom: -20px;
}

@media (min-width: 981px) {
.t-store__filter__item-controls-container {
    column-count: 4;
    width: max-content !important;
    }
}

.t-store__filter__item-controls-container {
    max-height: 500px !important;
}

/* For mobile phones border for filter: */
@media (max-width: 980px) {
.t-store__filter__controls-wrapper {
        border: 1px solid;
        padding: 8px;
        border-color: #0b2352;
        border-radius: 3px;
}
}