.header .header-middle {
	background: #ed7b23;
}

.header .header-bottom {
        background: #e56503;
 }

 :root {
    --product_builder_primary_color: #ed7b23 !important;
    --product_builder_secondary_color: #e56503 !important;
}
#column-left .collection-category .aside-title {
	display: none;
}
#column-left .categories-box ul li {
  text-transform: uppercase;
	border-bottom: 1px solid #e4e4e4;
    padding: 5px 0;
}
#column-left .categories-box ul li:last-child {
	border-bottom: none;
}
.page-hompage .box-product-deal {
    background: linear-gradient(180deg, #ed7b23 0%, #e56503 100%)!important;
}

.aside-item.collection-category {
    border: 1px solid #ec7b23;
    padding: 3px 10px;
    border-radius: 10px;
    min-height: 420px;
}
.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-middle img {
  max-width: 200px;
  
} 


.header .header-middle .box-tabs-header span {
        font-size: 11px !important;
}

.header .header-bottom .title-header-bottom {
        color: #fff;
        font-size: 17px;
        font-weight: 700;
}

.global-menu-holder .item:hover .cat-1 {
        color: #111;
        background: #0099ff;
} 
.copyright{
	text-align:left;
} 

.common-home .grecaptcha-badge{
	display:none !important
} 
.swiper-slide .product-item .product-image:before,
.product-item .product-image:before,
.swiper-slide .bigImage:before {
		content: '';
		z-index: 3;
		width: 15%;
		height: 15%;
		background: url(https://hogen.vn/image/catalog/ai-icon.png) no-repeat;
		background-size: contain;
		position: absolute;
	}
    .swiper-slide .bigImage:before
    {
        margin: 20px 0px 0px 20px;
    }
@media only screen and (min-width: 1200px) {
    .global-menu-container .group-title {
        color: #e56503!important;
    }
     .global-menu-holder .sub-menu-list .cat-2,
     .header .header-middle .header-menu-category .box-title {
        color: #0099ff!important;
    }
     
} 

@media (max-width: 767px) {
    .header-search-group {
        background: #0099ff!important;
    }
}