@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    src: url(/fonts/Roboto/bold.woff);
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    src: url(/fonts/Roboto/italic.woff);
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    src: url(/fonts/Roboto/regular.woff);
}
:root {
    --color-main: #b0082c;
}
body,h1, h2, h3, h4, h5, h6, #left_column .block .title_block, .pro-price, button {
    font-family: Helvetica Neue, sans-serif !important;
}
#frm_search_head button.chir_btn_sub, #frm_search_head>i, .box-vertical-megamenus h4.title span.btn-open-mobile, .box-vertical-megamenus h4.title, .header-cart-count{
    background: var(--color-main);
}
.info_policy .description h4, .info_policy span.name-icon{
    color: var(--color-main);
}
.fixedItem a{
    background: var(--color-main) !important;
    width: 44px;
    height: 44px;
    padding: 0;
}
.fixedItem.cart a {
    padding: 3px 10px 0 8px;
}
.fixedItem.hotline_right a {
    padding: 3px 10px 0 8px;
}
.fixedItem.backtop a{
    padding: 5px;
}
.fixedItem i {
    font-size: 26px;
    color: #fff;
    padding-top: 7px;
}
#footer_bottom{
    display: none;
}
#chir_search_head .chir_frm input[type=text]{
    border: 1px solid var(--color-main);
}
#frm_search_head>i{
    color: var(--color-main);
    background: none !important;
}
#sidebar-menu ul.vertical-menu-list{
    border-bottom: 2px solid var(--color-main);
}
.title_chir h2{
    border-bottom: 3px solid var(--color-main);
    font-weight: bold;
}
.product_tabs .nav-tabs{
    border-bottom: 3px solid var(--color-main);
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    color: var(--color-main);
}
.nav-tabs>li.active>a:after, .nav-tabs>li.active>a:focus:after, .nav-tabs>li.active>a:hover:after, .nav-tabs>li.active>a:before, .nav-tabs>li.active>a:focus:before, .nav-tabs>li.active>a:hover:before{
    color: var(--color-main);
}
.pro-price{
    color: var(--color-main);
}
.owl_design.owl-carousel .owl-controls .owl-nav div:hover, .product_tabs_slide.owl_design.owl-carousel .owl-controls .owl-nav div:hover{
    background: var(--color-main);
}
.owl_design.owl-carousel .owl-controls .owl-nav div{
    border: 1px solid var(--color-main);
    color: var(--color-main);
}
a:hover{
    color: var(--color-main);
}
.navar_menu>ul>li:hover>a, .navar_menu>ul>li.active>a{
    background: var(--color-main);
}
.blog_post_content ul li i{
    color: var(--color-main);
}
.product-detail-box .price .current{
    color: var(--color-main);
}
.product-preview-box #p-sliderproduct li.product-thumb:hover, .product-preview-box #p-sliderproduct li.product-thumb.active {
    border: 1px solid var(--color-main);
}
.btn-outline {
    border: 1px solid var(--color-main);
    background: var(--color-main);
}
.btn-login-comment:hover {
    color: var(--color-main) !important;
}
#frm_search_head:hover .fa-search{
    color: var(--color-main);
}
.formUser ul li.btns #btnSubmit{
    background: var(--color-main);
    border: 1px solid var(--color-main);
}
#quick-view-modal .p-price {
    color: var(--color-main) !important;
}
div#quick-view-modal .modal-header {
    background: var(--color-main);
}
button.btn-addcart, #quick-view-modal .btn-soldout {
    background: var(--color-main);
}
button.btn-addcart:hover {
    border-color: var(--color-main);
    color: var(--color-main);
}
#p-sliderproduct .owl-controls .owl-nav div:hover, #p-sliderproduct .owl-controls .owl-nav div:hover {
    background: var(--color-main);
}
#p-sliderproduct .owl-controls .owl-nav div{
    border: 1px solid var(--color-main);
    color: var(--color-main);
}
.btn-outline:hover, .btn-outline:focus, .btn-outline.btn-buyNow, .btn-outline.btn-style-2 {
    color: var(--color-main);
}
a.button.btn-outline.btn-buyNow:hover, .btn-outline.btn-style-2:hover {
    background: var(--color-main);
}
.owl-theme .owl-nav [class*=owl-]{
    padding: 0 7px;
}
.sale{
    color: var(--color-main);
    border: 1px solid var(--color-main);
}
.sp-remaining {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 5px 0 10px 10px;
}
#perc{
    padding-left: 10px;
    font-weight: bold;
}
.percent-bar {
    background-color: #fedfe2;
    position: relative;
    width: 90%;
    height: 12px;
    border-radius: 4px;
    color: #fff;
    margin-right: 3px;
}
.percent-sold {
    font-size: 11px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30%;
    min-width: 1px;
    max-width: calc(100% - 1px);
    background: linear-gradient(270deg,#fabad3,#eb395f);
    border-radius: 4px;
    padding: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}
.main-time-countdown .home-collection-countdown>div{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #fff !important;
    border: 1px solid var(--color-main) !important;
    color: var(--color-main);
}
.time-unit{
    font-size: 11px;
}
#days,#hrs,#mins,#secs{
    font-weight: bold;
}
.tp_product_discount.wrapper-promotion{
    margin-top: 10px;
    padding-bottom: 15px;
}
.tp_product_discount.wrapper-promotion .container{
    background: #fff;
    border-radius: 10px;
    padding-top: 10px;
}

@media screen and (min-width: 1200px){
    .owlSlider .item img {
        max-height: 410px;
        object-fit: fill;
    }
}
@media screen and (max-width: 768px){
    .wrapper-promotion .title_chir {
        display: block;
    }
    .wrapper-promotion .main-time-countdown{
        position: absolute;
        top: 0;
        right: 0;
    }
    .wrapper-promotion .text-marquee{
        margin-top: 20px;
    }
    .tp_product_detail .main-time-countdown{
        justify-content: center !important;
        flex-wrap: wrap;
    }
    .tp_product_detail .home-collection-countdown{
        margin-top: 10px;
    }
    .tp_product_detail .promotion-title{
        text-align: center;
    }
    .tool_bar_menu a span,
    .tool_bar_menu a span:before,
    .tool_bar_menu a span:after,
    #mobile_menu .head,
    .open_tabs {
        background: var(--color-main);
    }

    .fix-conten {
        bottom: 70px;
    }

    .mobile-menu-bottom {
        position: fixed;
        bottom: -5px;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 999;
        padding: 0;
        width: 100%;
        display: block !important;
    }

    .mobile-menu-bottom .footer-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;

        align-items: center;
        text-align: center;
        font-size: 10px;
        padding-bottom: 24px;
        box-shadow: -1px -1px 3px rgb(0 0 0 / 15%);
    }

    .mobile-menu-bottom .bottom-menu-fixed.footer-nav .item.active {
        font-weight: 500;
        color: var(--color-main);
    }

    .mobile-menu-bottom .footer-nav .item {
        padding-top: 9px;
        position: relative;
        height: 46px;
        font-size: 11px;
        min-width: 20%;
    }

    .mobile-menu-bottom .footer-nav .item .icons-footer {
        display: inherit;
        width: 24px;
        height: 24px;
        margin: 0 auto;
        margin-bottom: 2px;
        background-size: 100% 100%;
        vertical-align: top;
        clear: both;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .mobile-menu-bottom .footer-nav .item.active .icons-footer {
        filter: invert(11%) sepia(97%) saturate(4279%) hue-rotate(339deg) brightness(83%) contrast(101%);
    }

    .mobile-menu-bottom .footer-nav .icon-search-bottom {
        background: url('/tp/T0199/img/stores/139086/search-footer.png');
    }
    .mobile-menu-bottom .footer-nav .home-bottom-icon {
        background: url('/tp/T0199/img/stores/139086/home-footer.png');
    }
    .mobile-menu-bottom .footer-nav .icon-category-bottom {
        background: url('/tp/T0199/img/stores/139086/category-footer.png');
    }
    .mobile-menu-bottom .footer-nav .icon-cart-bottom {
        background: url('/tp/T0199/img/stores/139086/cart-footer.png');
    }
    .mobile-menu-bottom .footer-nav .icon-user-bottom {
        background: url('/tp/T0199/img/stores/139086/user-footer.png');
    }

    section#footer_main .container {
        margin-bottom: 50px;
    }

    .box-price-cart {
        margin-bottom: 5px;
    }

    .imgage_hover a img {
        height: 300px;
        max-height: 250px;
        object-fit: cover;
    }

    .banner_brand {
        margin-bottom: 50px;
    }

    .banner_brand .brands{
        display: none;
    }
}
.text-marquee{
    width: 500px;
    margin-left: auto;
}
.homepage-more__button{
    text-transform: uppercase;
}
.description-block{
    display: none;
}
.promotion-title h2{
    margin-bottom: 5px;
}
.tp_product_detail .main-time-countdown{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.pview-promotion{
    padding: 15px;
    background-color: #FFFEE8;
}
#frmIndexOrder .btn-danger{
    background: var(--color-main);
}
.page_head .ins_title:before{
    border-bottom: 1px solid var(--color-main);
}
.product-detail-box .product-title{
    text-transform: none;
}
#pagination .paginator .currentPage{
    background: var(--color-main) !important;
    border: 1px solid var(--color-main);
}
#pagination .paginator a {
    color: var(--color-main);
    border: 1px solid var(--color-main);
}
@media screen and (max-width: 991px){
    #mobile_menu {
        background-color: #fff;
    }
    .chir_menu_mobile>li:last-child {
        border-bottom: 2px solid #b0082c
    }
    .tp_menu .tp_menu_item{
        color: black;
    }
    .tp_product_discount.wrapper-promotion {
        background-color: var(--color-main);
    }
}

#brandId-custom .owl_brand_list {
    margin-top: 0;
}

#footer_top,
.newfooter.hiddenBox,
.newfooter.fanpage {
    display: none;
}

.mobile-menu-bottom {
    display: none;
}

.blog_post_heading h2 a:hover {
    color: var(--color-main);
}

.site_user_xs span.open-user,
.chir_loop .product-detail a:hover,
#searchFolding a i {
    color: var(--color-main);
}

#searchFolding a:hover,
.owl_design.owl-carousel .owl-controls .owl-dots .owl-dot.active {
    background: var(--color-main);
}
.product_tabs .nav-tabs>li.active>a,
.product_tabs .nav-tabs>li.active>a:focus,
.product_tabs .nav-tabs>li.active>a:hover,
.owl_design.owl-carousel .owl-controls .owl-dots .owl-dot {
    border-color: var(--color-main) !important;
}

.pro-price .tp_product_price {
    display: block;
}

.product-detail .box-price-cart>a {
    width: 30px;
    height: unset;
}

.box-price-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-price-cart .compare-price {
    margin-left: 0;
}

@media (min-width: 1200px) {
    .box-vertical-megamenus {
        position: absolute;
        top: -40px;
    }

    #sidebar-menu ul.vertical-menu-list {
        min-height: 410px;
    }
}

@media (min-width: 992px) {
    .navar_menu .nav.nav-navbar {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    #box-vertical-megamenus {
        position: relative;
    }

    .box-vertical-megamenus {
        position: absolute;
        top: -40px;
        width: 100%;
    }

    .box-vertical-megamenus h4.title span.btn-open-mobile i {
        padding: 0;
    }

    .vertical-menu-content .slimScrollDiv,
    .vertical-menu-content .menu-slimscroll {
        height: unset !important;
    }

    #box-vertical-megamenus .box-vertical-megamenus h4 {
        border-radius: 5px 5px 0 0;
        background: #fff;
        color: var(--color-main);
        text-transform: inherit;
        text-align: left;
    }

    #box-vertical-megamenus .box-vertical-megamenus h4 span {
        color: var(--color-main);
        background: #fff;
    }

    #sidebar-menu {
        height: 370px;
    }
    .tp_product_discount.wrapper-promotion .container {
        border: 20px solid #b0082c;
    }
    .cate-listMb{
        display: none;
    }
}
.title_chir h2, .info_policy .description h4, p, a , h1{
    font-family: Helvetica Neue, sans-serif !important;
}
.site_user_xs span.open-user{
    color: #b0082c;
}
#footer_promotion .container>.row {
    display: flex;
}
#footer_promotion .container>.row .item_policy:nth-child(1) {
    order: 2;
}
#footer_promotion .container>.row .item_policy:nth-child(2) {
    order: 1;
}
#footer_promotion .container>.row .item_policy:nth-child(3) {
    order: 3;
}
#footer_promotion .container>.row .item_policy:nth-child(4) {
    order: 4;
}
@media (min-width: 768px){
    .navar_menu .nav-navbar li.has_c.vismb {
        display: none;
    }
}
.fi-title .fa-angle-down{
    display: none;
}
@media (max-width: 767px){
    #mobile_menu{
        background: #fff !important;
    }
    a.current.tp_menu_item{
        color: #333 !important;
    }

    .owl_brand_list .item_product img {
        height: 80px;
    }

    #view-product-list .fil_mobile {
        border: 1px solid #b0082c;
    }

    #view-product-list .fil_mobile a {
        color: #b0082c;
    }

    #view-product-list .display-product-option li.selected span,
    #view-product-list .display-product-option li:hover span {
        background-color: #b0082c;
    }

    #view-product-list .display-product-option li.selected span,
    #view-product-list .display-product-option li:hover span {
        background-color: #b0082c;
    }

    .btn-filter {
        background: #b0082c;
    }
    #footer_promotion .container>.row{
        flex-wrap: wrap;
    }
    .footer_form {
        display: flex;
    }
    .frm_new input[type=email]{
        width: 65%;
    }
    .fi-content{
        display: none;
    }
    .newfooter.email-register .fi-content{
        display: block;
    }
    .fi-title .fa-angle-down{
        display: inline-block;
    }
    #chir_top_bar.hidden-xs{
        display: block!important;
    }
}

#voteView0, #voteView1, #voteView2, #voteView3, #voteView4 {
    background-position: -1224px -1316px;
}

.logo_custom a{
    display: block;
    text-align: center;
}
.ui-dialog-titlebar {
    background: #af3952;
}
.ui-dialog .ui-dialog-buttonpane button{
    background: #af3952;
    color: #fff;
}
.home_block{
    margin-top: 0;
}
.cate-list{
    padding: 0 10px;
}
.cate-list p{
    text-align: center;
}
.cate-list li{
    padding-bottom: 5px;
}
.cate-active {
    border-bottom: 3px solid var(--color-main);
}
.cate-active p{
    color: var(--color-main);
    font-weight: 700;
}
.discount-block {
    margin-top: calc(1.5rem - 10px);
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    padding-bottom: 10px;
    padding-top: 10px;
}
.discount-block .coupon {
    display: flex;
    border: 2px solid black;
    border-radius: 16px;
    cursor: pointer;
    transition: all .2s;
}
.discount-block .coupon-left {
    flex: 1;
    border-right: 2px dashed black;
    min-width: 20px;
    max-width: 20px;
    position: relative;
}
.discount-block .coupon-right {
    flex: 2;
    padding: 0.5rem 1rem 0.5rem 1rem;
    position: relative;
}
.discount-block .coupon-left:before {
    content: '';
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    background: #fff;
    top: 50%;
    left: -2px;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #0000;
    border-left: 2px solid #0000;
    border-radius: 100em;
}
.discount-block .coupon-right .coupon-title {
    font-size: 12px;
    font-weight: bold;
}
.discount-block .coupon-right .coupon-count {
    font-weight: normal;
    font-size: 0.8em;
}
.discount-block .coupon-right:after {
    content: '';
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    background: #fff;
    top: 50%;
    right: -2px;
    transform: translate(48.5%, -50%) rotate(45deg);
    position: absolute;
    border-top: 2px solid #0000;
    border-right: 2px solid #0000;
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    border-radius: 100em;
}
.discount-block .coupon-right .coupon-description {
    font-size: 9px;
    color: #999;
    display: block;
    min-width: 135px;
    transition: .2s all;
}
.discount-block .coupon:not(:last-child) {
    margin-right: 1rem;
}
.discount-block .coupon:hover, .discount-block .coupon.active {
    border: 2px solid var(--color-main);
    background-color: var(--color-main);
    color: #fff;
}
.coupon.active .d-code,
.coupon.active .coupon-count,
.coupon:hover .coupon-count,
.coupon:hover .d-code{
    color: #fff;
}
.discount-block .coupon:hover .coupon-left, .discount-block .coupon.active .coupon-left {
    border-color: #ccc;
}
.discount-block .coupon:hover .coupon-right .coupon-description, .discount-block .coupon.active .coupon-right .coupon-description {
    color: #231f20;
}
.discount-block .coupon:hover .coupon-left:before,.discount-block .coupon.active .coupon-left:before{
    border: none;
}
.discount-block .coupon:hover .coupon-right:after,.discount-block .coupon.active .coupon-right:after{
    border: none;
}
.discount-block:hover::-webkit-scrollbar-track {
    background: #D9D9D9;
}
.discount-block:hover::-webkit-scrollbar-thumb {
    background: #a9a9a9;
}
.discount-block::-webkit-scrollbar {
    height: 5px;
}
.fi-title1.insScroll.logo_custom {
    margin-top: 20px;
}
.footer-right{
    border-left:none;
}
#txtCode span{
    float: unset !important;
}
#orderIf #txtCode{
    width: 100%;
}
.sp-remaining{
    position: relative;
}
.sp-remaining:before{
    content: "Bán chạy";
    color: #fff;
    position: absolute;
    z-index: 10;
    font-size: 11px;
    left: 21px;
    top: -2px;
}
.sp-remaining img{
    width: 25px !important;
    height: 25px;
    position: absolute;
    z-index: 20;
    left: -5px;
    top: -8px;
}
#chir_seller .banner img {
    max-height: unset;
}

.fixedItem.facebook a {
    background: #38529a !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navar_menu>ul>li>a{
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.promotion_cus .promotionImage{
    display: none;
}
#getCoupon,
#formCheckOut .btnCtn,
#btnOrder{
    background: var(--color-main);
    color: #fff;
}
#formCheckOut .btnCtn:hover,
#btnOrder:hover,
#getCoupon:hover{
    background: #ccc;
}
#getCoupon:focus{
    border: none;
    outline: none;
}
#orderIf p{
    margin-bottom: 15px;
}
#column1>h2>span, #column2 h2 span, #column3>h2>span{
    background: var(--color-main);
}
#formCheckOut h2{
    color: var(--color-main);
}
ul.chir_menu_mobile {
    height: fit-content !important;
}
.title-header {
    padding: 10px;
}
h4.title-order-search {
    padding: 10px 0;
    font-weight: 800;
}
ul.dropdown-menu.info-user.user-xs li:last-child {
    display: none;
}
section#mobile_menu {
    max-height: 600px;
    overflow-y: auto;
}