html, body{}
#b-price, .tovar-price-left, .basket-reccom-prices em, #TOTAL_PRICE{}
.pr_term2{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    background: #dfd246;
    z-index: 4;
    padding-top: 5px;
    padding-bottom: 5px;
}
.pr_term3{
    display:none
}
.scroll-menu .pr_term3{
    display:block;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    background: #dfd246;
    z-index: 4;
    padding-top: 5px;
    padding-bottom: 5px;
}
.icon-close-pr.close-btn-new{
    position: relative !important;
    display: inline-block !important;
    right: auto !important;
    top: 0px !important;
    color: red;
    font-weight: bold;
    margin-left: 4px;
    background: #dfd246 !important;
    padding: 2px 7px;
    width: auto;
    height: auto;
    border-radius: 2px;
}
@media (max-width: 3000px) and (min-width: 2400px){
      aside{
            width:296px;
      }
      .razdel-sort-alp.sort-option.active.checked{
            width:125px !important;
      }
}
/*-------*/
.table_description_tovar{
      border: 1px solid;
       margin: auto;
}
.table_description_tovar tbody{
      border: 1px solid #000;
}
.table_description_tovar tbody td{
      text-align: center;
    padding: 5px;
    width: 150px;
 border: 1px solid #000;
}
/*-------*/
a.left-home-art{
	display: block;
    float: left;
    background: #f39200;
    width: 47%;
    color: #fff;
    padding: 9px 20px;
    margin-left: 13px;
    color: #FFFFFF !important;
    position: relative;
    transform: skewX(26deg);
	margin-bottom: 10px;
}
a.left-home-art:before{
	position: absolute;
    content: '';
    width: 50px;
    height: 100%;
    display: block;
    background: #f39200;
    left: -13px;
    top: 0px;
    transform: skewX( -26deg);
}
a.left-home-art span{
	transform: skewX( -26deg);
    display: block;
}
a.right-home-art{
	color:#FFFFFF !important;
	display: block;
    background: #6a2a3c;
    width: 49%;
    margin-right: 22px;
    float: right;
    color: #fff;
    padding: 9px 20px;
    padding-left: 45px;
    transform: skewX(26deg);
	position:relative;
	margin-bottom: 10px;
}
a.right-home-art:before{
	position: absolute;
    content: '';
    width: 50px;
    height: 100%;
    display: block;
    background: #6a2a3c;
    right: -11.5px;
    top: 0px;
    transform: skewX( -26deg);
}
a.right-home-art:hover, a.left-home-art:hover{
	opacity:0.8;
}
a.right-home-art span{
      transform: skewX( -26deg);
      display: block;
}
/*-------*/
.wrapper{
	margin-bottom: 0px;
}
.wrapper:after{
	display:none;
}