.form-row.field-description_ru, 
    .form-row.field-long_desc_ru, 
    .form-row.field-extra_ru, 
    .form-row.field-about_item_ru,
.form-row.field-description_en, 
    .form-row.field-long_desc_en, 
    .form-row.field-extra_en, 
    .form-row.field-about_item_en { float: left; }
/*.form-row.field-how_to_buy_ru { float: left; }*/

.lb-image{
max-width: inherit;
}
.good_price td{
    padding: 8px;
    background-color: #c4ffc4;
}
.bad_price td{
    padding: 8px;
    background-color: #f9d4d5;
}

.disc__td {
    padding:5px;
    border:solid 1px;
    border-color:black;
}

.disc_u4b {
    color:#ed5e42;
}
.disc_cash {
    color:#ed5e42;
}
.disc_total {
    color:#87be85;
}
.cashback_table {
    border:solid 1px;
    /*border-spacing:0px;*/
}
.table{
    margin-top:20px;
    display:table
}
.table-row {
    display: table-row;
}
.table-cell {
    display:table-cell;
    padding: 5px;
}
.table__footer,
.table__header{
    font-weight:bold;
}
@media screen and (max-width: 767px) {
.alitable{
    overflow-x: scroll;
    width: 300px;
}

.alitable::-webkit-scrollbar {
    width: 5px;
  }

.alitable::-webkit-scrollbar-thumb {
    background:#ED5E42ed; 
    border-radius: 10px;
  }

.filter_select_menu{
    width:320px;
}
}

.ionTabs__tab.noshipping {
    color:#cccccc;
}

.ionTabs__tab--active.noshipping,
.ionTabs__tab.noshipping:hover {
    background:#9d9d9d;
}

@media screen and (min-width: 768px) {
.vert-align {
    display:flex;
    align-items: center;
}
}


.rating { width: 180px; padding-top:10px;}
.u-star-rating-15 { 
    list-style:none;
    margin:0px;
    padding:0px;
    width:75px;
    height:15px;
    position:relative;
    background: url('/static/img/rating.png') top left repeat-x }
.u-star-rating-15 li{ 
    padding:0px;
    margin:0px;
    float:left }
.u-star-rating-15 li a { 
    display:block;
    width:15px;
    height: 15px;
    line-height:15px;
    text-decoration:none;
    text-indent:-9000px;
    z-index:20;
    position:absolute;
    padding: 0px;
    overflow:hidden }
.u-star-rating-15 li a:hover { 
    background: url('/static/img/rating.png') left center;
    z-index:2;
    left:0px;
    border:none }
.u-star-rating-15 a.u-1-star { left:0px }
.u-star-rating-15 a.u-1-star:hover { width:15px }
.u-star-rating-15 a.u-2-stars { left:15px }
.u-star-rating-15 a.u-2-stars:hover { width:30px }
.u-star-rating-15 a.u-3-stars { left:30px }
.u-star-rating-15 a.u-3-stars:hover { width:45px }
.u-star-rating-15 a.u-4-stars { left:45px }
.u-star-rating-15 a.u-4-stars:hover { width:60px }
.u-star-rating-15 a.u-5-stars { left:60px }
.u-star-rating-15 a.u-5-stars:hover { width:75px }
.u-star-rating-15 li.u-current-rating { 
    top:0 !important; 
    left:0 !important;
    margin:0 !important;
    padding:0 !important;
    outline:none;
    background: url('/static/img/rating.png') left bottom;
    position: absolute;
    height:15px !important;
    line-height:15px !important;
    display:block;
    text-indent:-9000px;
    z-index:1 }
