body {
  font-family: 'Raleway', sans-serif;
  font-variant-numeric: lining-nums;
  font-feature-settings: 'lnum';
}

.t-store .t-product__option-select {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
}
    
.t450__burger_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #111;
    border-radius: 10px;
}

.t-btn_sm {
    height: 60px;
    font-size: 16px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
}

.t958__avatar {
   margin-right: 12px;
   -ms-flex-negative: 0;
   -webkit-flex-shrink: 0;
   flex-shrink: 0;
   width: 60px;
   height: 60px;
   ckground-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}

.t958__author-name {
   color: #000000;
   margin-bottom: 0px;
}
.t958__author {
   width: 100%;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: center;
   text-align: left;
}

.t958__review {
    margin-top: 18px;
    text-align: left;
}

.t958__slider {
    position: relative;
    margin: 0px;
}

@media screen and (min-width: 480px) {
.t604__imgwrapper .t-slds__bgimg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 15px;
}
}

.t-descr {
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 500;
    color: #000000;
    font-size: 16px;
}

.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 20px;
}

