.animation.fade-in.home-banner-1{
    display: none;
}
.pull-right{
    /*position: absolute;*/
    /*right: -170px;*/
}
.quickview-description{
    height: 165px;
    overflow: hidden;
}
.blockBrand{
    padding: 10px 0;
}
.sort-collection{
    text-transform: initial;
}
.product-block .pro-name{
    height: 40px;
}
.product-block .pro-name a{
    overflow: initial;
}
.addnow{
    display: none;
}
#navbar ul.dropdown-menu {
    min-width: 450px !important;
}
.qttProduct {
    display: none;
}

.eachDepots>a{
    margin-bottom: 10px;
    display: inline-block;
}

.eachDepots p {
    margin-bottom: 5px;
}

.eachDepots p b{
    color: #28b241;
}

@media (max-width: 768px) {
    .footer-content .chungnhan img {
        width: 50%;
    }
    #cateDes img {
        width: 100% !important;
        height: auto !important;
    }
}
.banner-promo img {
    width: 100%;
}
.cate-bottom-area {
    margin-top: 40px;
    margin-bottom: 40px;
}
.cate-bottom-title {
    text-align: center;
}
.cate-bottom-title h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.cate-bot-item {
    position: relative;
    padding-bottom: 30px;
}
.cate-bot-img img {
    width: 100%;
    height: auto;
}
.cate-bot-item .cate-bot-title {
    display: block;
    background-color: #212121;
    color: #fff;
    text-align: center;
    padding: 15px;
}
.cate-bot-item .cate-bot-title span {
    text-transform: uppercase;
    color: white;
}
.new-nav-wrapper #navbar ul.dropdown-menu{
    min-width: 280px !important;
}
.mm-menu.mm-offcanvas{
    width: 60% !important;
}
html.mm-opening .mm-slideout{
    -webkit-transform: translate(60%,0);
    -ms-transform: translate(60%,0);
    transform: translate(60%,0);
    -webkit-transform: translate3d(60%,0,0);
    transform: translate3d(60%,0,0);
}
.blockListLct .tabs-left {
    display: grid;
}
.content-contact>.text-center {
    display: none;
}
.content-contact {
    margin-top: 15px;
}
.title-store {
    color: #333;
    font-size: 16px;
    background: #f6f6f6;
    border: 1px solid #e0e0e0;
    padding: 10px;
    font-weight: 700;
}
.title-store span {
    color: #3d3d3d;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.list-store ul {
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
}
.list-store .all-submenu-1 .sub-item1:nth-child(odd) {
    background: #fff;
}
.list-store ul li {
    line-height: 30px;
    color: #333;
    cursor: pointer;
    list-style: none;
    font-size: 12px;
}
.list-store ul li a {
    display: block;
    text-align: left;
    white-space: inherit;
    color: #333;
    background: #fff;
}
#paymentMethod {
    display: flex;
    flex-direction: column;
}
#paymentMethod .b:last-child {
    order: 4;
}
#paymentMethod .b.payment-momo {
    order: 5;
}
.map-wrapper.clearfix {
    display: none;
}
#navbar{
    padding-left: 0;
}
.navbar-main .navbar-nav > li:first-child a {
    padding-left: 15px;
}

.box-countdown,.footer-content {
    display: none;
}
#widget-social .social-icon svg {
    height: 100%;
    width: 100%;
}

#footer .widget-wrapper #widget-social ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    align-items: center;
}

#widget-social .social-wrapper {
    display: block;
}
.footer-content.footer-bct-30923 {
    display: block;
    margin-top: 25px;
}
#paymentMethod .b.payment-momo span {
    display: inline-block;
}
#paymentMethod .b.payment-momo span img {
    width: 40px !important;
    height: 40px !important;
}
.product-child-wrap .owl-buttons>div {
    position: absolute;
    top: 40%;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    color: #333;
    text-indent: initial;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
}

.product-child-wrap .owl-buttons>div.owl-prev {
    left: -15px;
}

.product-child-wrap .owl-buttons>div.owl-next {
    right: -15px;
}
.product-child-wrap .owl-buttons > div:before {
    margin: 0;
    transform: initial;
    width: 100%;
    height: 100%;
    display: none;
}
.bagde-tag {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}
.bagde-tag {
    width: 48px;
}
#surround .bagde-tag{
    right: 10px;
}
.tag-detail .tag-item {
    background: #000;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 12px;
}

.bagde-tag.tag-detail {
    width: auto;
}
.product-block .product-img img{
    aspect-ratio: 1 / 1;
    width: 100%;
}
.req a.deactive,
.sizenew a.deactive {
    position: relative;
    color: #aaa;
    pointer-events: none;
    background: #eee;
}
.req a.deactive::before,
.req a.deactive::after{
    content: "";
    position: absolute;
    top: -12px;
    left: -5px;
    width: 100%;
    height: 100%;
    background: transparent;
    border-bottom: 2px solid #ccc;
    transform-origin: center;
}
.req a.deactive::before{
    transform: rotate(18deg);
}
.req a.deactive::after{
    transform: rotate(-18deg);
}
.req a.deactive::before, .sizenew a.deactive::before{
    left: 4px;
    top: -12px;
}
.selector-wrapper.color a{
    padding: 0;
}
.img-color{
    display: block !important;
}

.product-title h1 {
    margin: 7px 0;
}

.addthis_toolbox {
    display: none;
}

.zalo-pview.btn-detail {
    background: #0999e8;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-indent: 20px;
}

.zalo-pview.btn-detail.btn-color-add:after {
    background: url('/tp/T0211/img/tmp/zalo.svg') no-repeat center center;
    background-size: 30px;
}

.btn-view-wrap {
    padding-top: 0 !important;
}

.fax-info {
    display: none;
}
.color a, .colornew a {
    width: 50px;
    height: 50px;
}

@media (min-width: 1024px) {
    .btn-detail {
        text-indent: 45px;
    }
}