.color {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  
}
tr:nth-child(even) {
    background-color: #f4f4f4;
}
.table1 {
font-size: 15px;
font-weight: 450;
}
.td1{
padding:7px;
width: 50%;
}
body * {
font-family: TildaSans !important; 
.t-name_xl {
    font-size: 24px !important;
    line-height: 1.35;
}
.js-product .t-product__option {
    position: relative;
    margin-right: 50px;
}
.js-product-controls-wrapper {
    display: flex;
    flex-wrap: wrap;
}

}
.js-product .t-product__option-select option:disabled {
    color: #666666;
    background: #cfcfcf;
}
.js-product .t-product__option-select {
    border-radius: 25px;
}
.js-product .t-product__option-selected_select.t-product__option-selected_image {
    border-radius: 25px;
}
.js-product .t-product__option-selected_image .t-product__option-selected-checkmark{
    border-radius: 50px;
}
 .colormonttable {   
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.t-card__btn {
    font-size:16px;
}
.t-store__card__btn-text {
      font-size:16px;
}
.t-btn td {
    vertical-align: middle;
    font-size: 16px;
}
.t-store__filter__item-title {
    font-size: 16px;
}
.t-descr_xxs {
    font-size: 15px;
}

.t-store__card__price:before,
.t-store__card__price_old:before {
    font-size: 12px;
    vertical-align: bottom;
    padding-right: 2px;
}
.t-store__card__price:before {content: "От "}
.t-store__card__price_old:before {content: "До "}
.t-store__card__price_old { color: #000}
.t-store__card__price-item {font-size: 16px}
.t-store__card__price-value {font-weight: 800}

.t-store__card__price:after {
    content: "\2014";
    padding-left: 6px;
}
.t-store__card__price_old:after,
.t-store__prod-popup__price_old{
    display: none !important;
}
