.itemProduct .name_product{
    height: 45px;
}
.name_product a {
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.hd-logo img {
    height: 32px;
}
#catSideBar ,.showPs{
    display: none;
}
#catContent {
    margin-top: 30px;
}
#catContent hr {
    display: none;
}
.appendResultProduct {
    display: flex;
    flex-wrap: wrap;
}
#productDetail .attr .size.req a {
    background: #fff;
}
@media (min-width: 1024px) {
    .product_list .owl-nav button {
        background: #ffefd5 !important;
    }
}
.breadcrumb_link {
    padding: 0 15px;
}
.itemProduct .content-hover{
    background: #ffefd5;
    margin-bottom: 10px;
}
#nav .main-nav>ul>li>a {
    font-size: 18px;
    margin: 0 16px;
}
div#header,div#footer > :not(.drop_cart_mobile),.stocking span.label-sold,
.check-store.in-stock, .fixed_cart_mobile .psCode,
.service-box,.hotline_product,#productMix,.success-cart {
    display: none;
}
#filter .listProduct{
    margin-bottom: 30px;
}
.product-archive-coll svg {
    width: 14px;
}
.product-archive-coll button {
    position: absolute;
    top: 45%;
    z-index: 99;
    border: 1px solid #c0c0c0;
}
.product-archive-coll button.slick-prev {
    left: 0;
}
.product-archive-coll button.slick-next {
    right: 0;
}
.breadcrumb_view {
    display: flex;
    justify-content: space-between;
}
.breadcrumb_view.tt{
    width: 100%;
}
.breadcrumb_view.tt li{
    list-style: none;
}
.cart-count {
    position: relative;
}

.cart-count i {
    font-size: 20px;
    font-weight: 500;
}

.cart-count span {
    position: absolute;
    background: #333;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    top: -5px;
}
.success-cart.active{
    display: block;
}
.success-cart {
    position: fixed;
    top: 40px;
    right: 15px;
    z-index: 999;
}

.success-cart i {
    background: #333;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    margin-right: 8px;
}

.success-cart span {
    font-weight: 600;
}
.title_view>span{
    text-align: center;
}
#addToCartQuick{
    display: block;
    margin-left: 15px;
}
#myModalButtonCart .close img{
    height: 20px;
    width: 20px;
}
.success-cart {
    top: 45px;
    right: 50px;
}
.title_attribute {
    padding-right: 15px;
}
.grid-in-category>.container>.row>.breadcrumb_view {
    padding: 10px 15px;
}
@media (max-width: 768px) {
    .icon_filter_mobile{
        display: none;
    }
    #productDetail .fixed_cart_mobile h1 {
        margin: 20px 0;
    }
    #productDetail .fixed_cart_mobile {
        position: relative;
        box-shadow: none;
        padding: 0;
        background: unset;
    }
    #addToCartQuick{
        margin-left: 10px;
    }
    #lablestoreinstock_2{
        display: none;
    }
    .qty_cart input{
        width: initial;
        padding: 0;
    }
    .cart-count {
        padding-right: 15px;
    }
    #productInfo h1.tp_product_detail_name{
        width: 100%;
    }
    #productDetail #productInfo .price{
        position: unset;
        width: unset;
        text-align: left;
    }
    #productInfo .req{
        width: 100%;
        margin: 5px 0;
    }
    #productInfo .req.size{
        text-align: left;
    }
    #productDetail .attr .size.req a{
        margin-bottom: 0;
    }
    h2.tp_title span{
        font-size: 22px;
    }
    #productDetail #cartContent_mobile .price_cart{
        color: #173a04;
    }
}

/*hidden outstock tag*/
.itemProduct>p.outstock {
    display: none !important;
}
#showCarrier{
    display: none !important;
}
.drop_cart_mobile{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
    visibility: hidden;
    z-index: 999;
    display: block;
}
.drop_cart_mobile.active{
    visibility: visible;
}
.drop_cart_mobile .cart_mini{
    position: absolute;
    width: 25%;
    height: 100%;
    overflow: hidden;
    padding: 15px;
    background-color: #fff;
    z-index: 999;
    right: -100%;
    transition: all .3s;
}
.drop_cart_mobile.active .cart_mini{
    right: 0;
    top: 0;
    transition: all .3s;
}
.cart_body li{
    display: flex;
    margin: 10px 0;
    flex-wrap: wrap;
}
.removeCartItem{
    border-radius: 4px;
    padding: 1px 12px;
    background-position: -120px -63px;
    height: 20px;
}
.cart_body li .des {
    padding-left: 10px;
    width: calc(100% - 100px);
}
.cart_body .thumbnail{
    width: 100px;
}
.cart_body li .price{
    font-weight: 700;
}
.cart_rlt_f {
    position: relative;
    overflow-y: auto;
    height: 100%;
}

.cart_body{
    height: calc(100vh - 280px);
    overflow-y: auto;
    font-size: 14px;
}
.hd_show_cart .title{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
button.cart_close {
    right: 0;
    position: absolute;
    border: none;
    color: red;
    background-color: transparent;
    font-size: 20px;
}
.hd_show_cart {
    margin-top: 10px;
    font-size: 14px;
}
.drop_cart_mobile.active .drop_cart_overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    transition: all .3s;
}
.itemProduct .content-hover .qiv, .product_list.owl-theme .owl-nav{
    display: none;
}
.itemProduct .name_product{
    height: 30px;
    overflow: unset;
}
.item_content_product .content del{
    display: none;
}
@media screen and (max-width: 768px){
    .drop_cart_mobile .cart_mini{
        width: 80%;
    }
}