.sidebox-order_action .btncart-checkout:before {
    background: var(--mainColor)!important;
}
.sidebox-order_action .btncart-checkout {
    border-color: var(--mainColor)!important;
}
.sidebox-order_total p .total-price{
	color:var(--textColor) !important
} 
.section_product_tab .view-more {
    margin-top: 6px;
    text-align: center;
} 
.header__menu>li>a:hover{
  text-decoration:underline
} 
.news__description h2,
.news__description h3,
.news__description h4,
.news__description h5,
.news__description h6{
font-size:18px;
  line-height:28px;
}
@media (max-width:767px){
.news__description h2,
.news__description h3,
.news__description h4,
.news__description h5,
.news__description h6{
font-size:16px;
  line-height:26px;
}
}