.header .header-content #button-search, 
header nav .nav-item:hover > a, 
.footer .content .copyright .back-to-top, 
.footer .content .copyright, 
.details-product .product-tab .tab-link.current, 
.contact-now-button > a, 
.owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-next:before {
	background: #8B1E2D !important;
}
footer .list-menu.list-showroom .fa, .section-collection ul.tabs.tabs-title li, .module_category .tabs.tabs-title .tab-link.active, .product-box .price-box .special-price span, .aside-item .aside-title h2, .aside-item .aside-title h2 a, .product-tab .tab-link h3, header nav .nav-item .dropdown-menu li a:hover, footer .list-menu a:hover, footer .copyright a:hover, .aside-item.aside-mini-list-product .product-mini-item h3 a:hover, .filter-item--check-box input:checked + .fa:before, .filter-item--green *:hover, .blog-item-name a:hover, .policy .item-policy .info a:hover, .breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong, .section-collection ul.tabs.tabs-title li a:hover, .product-box .product-action form .btn:last-child, .product-box .product-action form .btn:last-child:hover, #table-of-content > ul li a:hover, .panel-title a:hover,
.section .section-title h2 a, 
header nav .nav-item > a, 
.product-box .product-info .price-box .special-price span,
.footer .content .footer-inner .list-menu.list-showroom .fa {
	color: #8B1E2D;
}
footer .copyright, .product-box .product-action form .btn:first-child, .product-tab .tab-link.current, .btn-info, .panel-table-of-content .with-chevron, .sortPagiBar .view-mode b.active, .sortPagiBar .view-mode b.hover, .sortPagiBar .view-mode b, .btn-default:hover, .top-cart-contain .mini-cart .heading-cart .cartCount {
	background: #B94A5A;
}
.section .container .section-title h2:before, .section .container .section-title h2:after, 
.aside-item .aside-title h2:after {
	background: #B94A5A;
}
.details-product .details-pro .price-box .special-price span,
.breadcrumb li a strong, 
.top-cart-contain .mini-cart .heading-cart > a, 
span.text-connect, .topbar li, .topbar li span a {
	color: #B94A5A;
}

.product-box .product-action form .btn:last-child {
    border: 1px solid #B94A5A;
}
.footer-widget img {
	max-width: 150px !important;
}
footer .site-footer h3 {
	font-size: 17px;
}
.blog-item .blog-item-thumbnail img {
	height: 250px;
}
@media (min-width: 1200px)
{
  .aside-vetical-menu .aside-content .nav-item>.dropdown-menu {
      position: absolute;
      left: calc(100% + 15px);
      top: 0;
      padding: 10px 15px;
      border-radius: 0;
      box-shadow: 0 0 15px -5px rgba(0,0,0,0.4);
  }
} 
.product-box .product-thumbnail.flexbox-grid a img{
	min-height:90px
    object-fit: contain;  
}
.topbar li.header-hotline span a{
	animation:none !important
}

.fixed-left {
    position: fixed;
    top: 127px;
    left: calc(50% - 770px);
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all
}

.fixed-right {
    position: fixed;
    top: 127px;
    right: calc(50% - 770px);
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all
}

.fixed-left.active,.fixed-right.active {
    top: 73px
}