.custom-category .category-image{
    margin-bottom: 20px;
}

.custom-category .category-image img{
    width: 100%;
}

.custom-category .category-list{
    margin: 20px 0;
}

.custom-category .category-list .category-box{
    margin: 10px;
    box-shadow: 5px 5px 6px #ccc;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.custom-category .category-list .category-box:hover img{
    transform: scale(1.05);
    transition: all .5s;
}

.custom-category .category-list .category-box .box-image{
    height: 200px;
    overflow: hidden;
}

.custom-category .category-list .category-box .box-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-category .category-list .category-box .box-title .custom-cat-title{
    font-size: 1em;
    text-align: center;
    margin: .5em 0;
}

/* Custom archive Đèn Pin */

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}
  
/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}
  
/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}
  
/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}
  
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.nav-tabs{
    border-color: #000;
}

.nav-tabs .nav-link{
    color: #fff;
    background-color: #e6a60d;
}

.nav-tabs .nav-link.active{
    background-color: #000;
    color:#fff
}

.brandlist-custom{
    list-style: none;
    display: flex;
    margin: 20px auto;
    justify-content: center;
}

.brandlist-custom li{
    display: inline-block;
    margin: 0 10px;
}

.brandlist-custom li a{
    display: block;
    background: #e6a60d;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.brandlist-custom li a:hover{
    background-color: #000;
}

.brandlist-custom li h2{
    margin: 0;
    padding: 5px 15px;
    font-size: 14px;
    color: white;
}

.custom-page .nav-tabs .nav-link{
    width: 200px;
    text-align: center;
}

.custom-page section#CRcontent_products_page{
    margin: 0 0 50px !important;
}

.custom-page section#CRcontent_products_page .highlight{
    text-align: center;
    position: relative;
    z-index: 8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
}

.custom-page section#CRcontent_products_page .highlight p{
    text-align: center;
    font-size: 20px;
    margin: 0 10px;
    text-transform: uppercase;
}

.custom-page section#CRcontent_products_page .highlight b{
    display: block;
    flex: 1;
    height: 1px;
    background-color: rgba(0,0,0,.6) !important;
    opacity: 1 !important;
}

#CRproducts_page.custom-page{
    margin-top: 10px;
}

.CRitem_product{
    padding: 10px 4px;
}

.CRgr_item_pd{
    box-shadow: 0px 1px 4px rgb(0 0 0 / 13%);
}

.CRgr_item_pd:hover{
    box-shadow: 2px 2px 8px rgb(0 0 0 / 47%);
}

#CRproducts_page.custom-page .main-title{
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}


#CRproducts_page.custom-page .child-cat-section .child-head{
    position: relative;
}

#CRproducts_page.custom-page .child-cat-section .child-head:before{
    content: "";
    position: absolute;
    bottom:0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #000;
    z-index: 7;
}

#CRproducts_page.custom-page .child-cat-section .child-head .child-title{
    position: relative;
    z-index: 8;
}

#CRproducts_page.custom-page .child-cat-section .child-head .text-right{
    align-self: flex-end;
}

#CRproducts_page.custom-page .child-cat-section .child-head .text-right .read-more{
    font-size: 12px;
    color: #000;
}

#CRproducts_page.custom-page .custom-banner{
    height: 350px;
    overflow: hidden;
}

#CRproducts_page.custom-page section#CRbreadcrumbs{
    position: relative;
}

#CRproducts_page.custom-page .header-custom .custom-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.child-cat-section .child-title{
    margin: 0;
    padding: 10px 20px;
    color: #fff;
    background-color: #e6a60d;
    width: fit-content;
    font-size: 15px;
}

a{
    color: #f06724;
}

#pills-tab .nav-item{
    margin: 0 10px;
}

#pills-tab .nav-item .nav-link{
    background: #e6a60d;
    color: #fff;
}

#pills-tab .nav-item .nav-link.active{
    background-color: #000
}

.CRfillter_center_right .custom-title{
    font-size: 15px;
    padding: 10px 20px;
    background: #e6a60d;
    color: #fff;
    width: fit-content;
}

.fixed_header .top_header{
    padding: 5px 0;
    transition: all .3s;
}

.fixed_header .main_header{
    padding: 5px 0;
    transition: all .3s;
}

.fixed_header #CRlogo img{
    height: 40px;
    transition: all .3s;
}

.CRfilter_sort.CRcustom_sl{
    width: 160px;
}

.CRcustom_sl .select{
    height: 40px;
}

select#filter_sort{
    width: 130px;
}

.CRcustom_sl .select-styled{
    font-size: 12px;
    padding: 0 20px;
}

.CRcustom_sl .select:after{
    height: 35px;
    right: 10px;
}

.empty_pd p{
    margin-left: 1em;
}

.CRgroup_left_form_home .title{
    color: #1d1d1d;
    font-size: 23px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}


@media only screen and (max-width: 767px){
    .CRfilter_sort.CRcustom_sl{
        margin-bottom: 0;
    }

    .mobile-none{
        display: none !important;
    }
    .custom-page .nav-tabs .nav-link{
        width: 170px;
        font-size: 14px;
    }
    .nav-tabs .nav-item{
        display: block;
        margin: 2px auto;
    }
    #CRproducts_page.custom-page .child-cat-section .child-content .child-banner{
        display: none;
    }
}

@media (max-width: 612px){
    .brandlist-custom{
        display: block;
        text-align: center;
    }
    .brandlist-custom li{
        margin: 10px 3px;
    }
    #CRproducts_page.custom-page .custom-banner{
        height: 120px;
    }
    #CRproducts_page.custom-page .child-cat-section{
        overflow: hidden;
    }
    .brandlist-custom .slick-list{
        width: 100%;
    }

}