::root{
    --bg-linear-right: linear-gradient(to right, #dcb34c , #906627);
    
    --countdown-background: #906627 !important;
    --countdown-color: #ffffff;
}
@media (max-width: 767px){
    html body .flashsale .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

}

.pagination_section{
    margin-top: 20px;
}
.pagination li a,
.pagination li span{
    margin: 0 3px;
    border-radius: 50% !important;
    width: 36px;
    height: 36px;
    font-size: .875rem;
    color: #8898aa;
    position: relative;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination li.active span{
    z-index: 1;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
}
.pagination li a:hover{
    z-index: 2;
    color: #8898aa;
    text-decoration: none;
    background-color: #dee2e6;
    border-color: #dee2e6;
}
.remove_cart-item{
    cursor: pointer;
}

.blogwp {
    margin-bottom: 20px;
}
.news-news .title_page{
    margin: 0;
}


/*ul#thumblist_quickview {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr 1fr 1fr;*/
/*    overflow-x: auto;*/
/*    list-style: none;*/
/*}*/

html .item_product_main .price-contact, html .item_product_main .price{
    display: inline-block;
}
html body .sale_label_product{
    position: absolute;
    display: inline-block !important;
    width: 44px !important;
    height: 44px;
    color: white;
    right: 0;
    
   
    
}
.label_product.product_gift_label{
     display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width: 991px){
    .label_product.product_gift_label{
        font-size: 12px !important;
    }
    html body .ega-header .header-wrap {
        grid-template-columns: 100px 1fr 100px;
    }
}
.fot_copyright{
    font-size: 15px;
    margin-top: 0 !important;
}
.sales-pop{
    z-index: 9999999 !important;
}

html body .item_product_main .btn-views{
    margin: 0;
}
html body .product-option-radio label>input[type="radio"]:checked+* {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

html body .arrow-down {
    border-top: 15px solid var(--primary-color);
}
html body .product-option-radio label>input[type="radio"]+* {
    border-radius: 4px;
}
html body .ega-header .header-wrap{
    height: 100px;
}
html body #logo img{
    height: 100px;
    width: auto;
    
}

#thumblist_quickview .slick-slide.slick-slide{
    margin: 5px;
}
/*ĐĂNG NHẬP*/
.account-box-shadow input[type="text"], 
.account-box-shadow input[type="email"], 
.account-box-shadow input[type="number"], 
.account-box-shadow input[type="tel"], 
.account-box-shadow input[type="password"], 
.account-box-shadow select.form-control--customize{
    width: 100%;
}
html body .navigation .submenu{
    top: 80%;
}
.mid-footer .footer-block a.logo-wrapper img{
    height: 150px;
    width: auto;
}

 html .navigation .list-group-item.active>a:after {
     width: calc(100% - 30px);
    background: linear-gradient(to left, #dcb34c , #906627);
}
 html .navigation .list-group-item.active>a,
 html body .navigation .submenu__item--main.active a{
    background: -webkit-linear-gradient(#dcb34c, #906627);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
 html .navigation .list-group-item.active>a .icon {
    stroke: #dcb34c;
    fill: #dcb34c;
    color: #dcb34c;
}

html body .navigation .menu-item {
    text-transform: uppercase;
}


/*COLOR GRADIENT*/

.text_color_gradient{
    background: -webkit-linear-gradient(#dcb34c, #906627);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}
.heading-bar__title{
   background: -webkit-linear-gradient(#dcb34c, #906627);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
    font-weight: 600 !important;
}

.tabs li.current,
.tabs li:hover{
   background: -webkit-linear-gradient(#dcb34c, #906627);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
}
html .tabs li:not(:last-of-type) {
    margin-right: 1rem;
}
html body .tabs li.current:after,
html .navigation .list-group-item>a:after {
    background: linear-gradient(to left, #dcb34c , #906627);
}

html body .navigation .list-group-item:hover>a{
     background: -webkit-linear-gradient(#dcb34c, #906627);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
}

html body #mobile-menu .navigation .list-group-item:hover>a{
     background: -webkit-linear-gradient(#dcb34c, #906627);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
}
.section_ss_collection .ss_item:hover .ss_name,
html body a.link:hover{
    background: -webkit-linear-gradient(#dcb34c, #906627);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
}

html body .btn-main,
html body .btn-main--primary{
    border-color: #906627;
    color: #906627;
    background: -webkit-linear-gradient(#dcb34c, #906627);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}
html body .btn-main:hover,
html body .btn-main--primary{
    border: transparent;
    -webkit-text-fill-color: unset;
    background: linear-gradient(to left, #dcb34c , #906627);
}
html body .btn-main--primary{
    color: white;
}
html .item_product_main .product-thumbnail .action-bar .btn {
    background: -webkit-linear-gradient(#dcb34c, #906627);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}
html .item_product_main .product-thumbnail .action-bar .action-child:hover{
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset; 
    border: none;
}
html body .item_product_main .product-thumbnail .action-bar .action-child .action-name,
html body .item_product_main .product-thumbnail .action-bar .action-child .action-name:after{
    background: linear-gradient(to left, #dcb34c , #906627);
}
html body .custom-input-group .input-group-btn{
    background: linear-gradient(to left, #dcb34c , #906627);
}
html body .custom-input-group .input-group-btn:hover{
    background: linear-gradient(to right, #dcb34c , #906627);
}

input#newsletter-email {
    border-color: #906627;
}
html body .mid-footer .link:hover{
    color: #986e2b; 
    filter: unset;
}
html .backtop{
    background: linear-gradient(to right, #dcb34c , #906627);
}
html .ega-header .header-wrap .header-right__icons .icon-action__search:hover .icon,
html .ega-header .header-wrap .header-right__icons #icon-account :hover .icon{
    fill: #986e2b;
}
html .bread-crumb .breadcrumb a{
    color: #999;
}
html .bread-crumb .breadcrumb a:hover{
    background: -webkit-linear-gradient(#dcb34c, #906627);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}
.custom-checkbox:hover,
html .bread-crumb .breadcrumb li.active span{
    background: -webkit-linear-gradient(#dcb34c, #906627);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    cursor: pointer;
}
    
.custom-checkbox:not(.color) input:checked ~ .fa:after {
    border-color: #906627 !important;
    background-image: linear-gradient(to left, #dcb34c , #906627);
}

html .mini-cart>a .count_item {
    background: linear-gradient(to right, #dcb34c , #906627);
}
html body .top-cart-content .pd.right_ct .btn{
    background: linear-gradient(to right, #dcb34c , #906627);
    border: none;
}
.single-contact .fa, .single-contact .fas{
    background: -webkit-linear-gradient(#dcb34c, #906627);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}
html .status_name, .status_name a,
html .details-product .details-pro .product-price{
    background: -webkit-linear-gradient(#dcb34c, #906627);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}
.button_actions .btn-cart, .btn-installment, .quick-view-product .button_actions .btn-cart{
    
}
button#button-buy {
    background: linear-gradient(to right, #dcb34c , #906627);
    border: #906627;
}
.button_actions .btn-cart:hover, .btn-installment:hover, .quick-view-product .button_actions .btn-cart:hover{
    background: linear-gradient(to right, #dcb34c , #906627);
    border: none;
}
html .product-promotion__heading{
    color: #dcb34c;
}
html .pagination li.active span{
    background: linear-gradient(to right, #dcb34c , #906627);
     border-color: #dcb34c;
    
}
html .title-head{
    font-weight: 700;
    background: -webkit-linear-gradient(#dcb34c, #906627);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}
html .title_page, 
hmtl .title-head {
    font-weight: bold;
    background: -webkit-linear-gradient(#dcb34c, #906627);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

html body .slick-arrow {
    --size: 35px;
}
#layout-login-v2 input#input-birthday {
    height: 55px;
    padding: 0 15px;
    outline: none;
    box-shadow: none;
    border-radius: 4px;
    margin-bottom: 0;
    border: 1px solid transparent;
    background: #ededed;
    color: #333333;
    width: 100%;
    
}
.btn.btn-default {
    height: 40px;
    background: #eb3e32;
    color: #fff;
    text-align: center;
    padding: 0;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
    padding: 10px;
}
.btn.btn-primary {
    height: 40px;
    background: #9c722c;
    color: #fff;
    text-align: center;
    padding: 0;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
    padding: 10px;
    margin: 20px 0;
}
 
 
html .product-option-radio label {
    text-transform: uppercase;
} 
.label_product.product_gift_label{
	    background-image: url(/image/catalog/icon/icon-sale-new.png);
    background-size: cover;
    width: 80px;
    height: 80px;
    background-repeat:no-repeat;
    padding:0;
}
.label_product.product_gift_label span{
	 position: absolute;
    top: 25%;
    font-weight: bold;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}     
.service_background_product{
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    grid-gap:10px;
}
.service_background_product__product-list-inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap:10px;
}
.service_background_product h4 a{
	color:#ac8b08;    
}
.service_background_product h4{
	font-size:16px;
line-height:22px;
margin-top:10px;
}
.service_background_product img{
	width:100%
}
@media (min-width:992px){
.service_background_product{
	width:50%
}
}
@media (max-width:767px){
	.service_background_product{
    grid-template-columns: 1fr;
    }
} 
.ega-header-search{
	display:none
}
@media(max-width:767px)
{
	.float-icon-hotline{
     bottom:100px !important;
    }
}
.footer-mobile .footerContactMobile{
    float:left;
    width:20%;
}
.footer-mobile .footerContactMobile .item-footer-contact-mobile .img_contact_menu
{ 
    text-align:center;
}
.footer-mobile .footerContactMobile .item-footer-contact-mobile .img_contact_menu img
{ 
    width:35%;
}
.footer-mobile .footerContactMobile .item-footer-contact-mobile .img_contact_menu p{
    font-size:15px;
}
#footer_mobile_contact{
    position: fixed;
    bottom: 0;
    left: 0;
    background:#fff;
    z-index: 9;
    width:100%;
}
.footer-mobile{
    padding-top:10px;
}
@media(min-width:767px)
{
    #footer_mobile_contact{
    display:none;
}
} 