:root{
  --main_color:#387272
}
.header1 {
    background: #ff0000;
}
.footer .title-menu {
    font-size: 16px;
    } 
@media (min-width: 576px){
  .col-sm-20.product3__item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
} 
.desc_category h2.category6__title.text-center{
  display:none
}
.section-cate{
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
  -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
  -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
}
.body-left-box-title {
  color: #333;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  text-align: center;
  padding: 7px 0;
}
.list-catalog-sub{
  margin:0;
  padding:0;
}
.catalog-sub-item {
  position: relative;
}
.icon-sub-item {
  position: absolute;
  left: 10px;
}
.catalog-sub-item-link {
    font-size: 14.5px;
    padding: 6px 0;
    display: block;
    line-height: 23.1565px;
}
.icon-sub-item img {
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.catag-title-sub-item {
  padding-right: 5px;
  padding-left: 40px;
  display: table-cell;
}
.filter-group-title {
  font-weight:600;
  margin-bottom:10px;
}
.filter-group .filter-show{
  padding:0;
  display:flex;
  flex-wrap:wrap;
  margin-bottom:10px;
}
.filter-group .filter-show .filter-item:nth-child(6),
.filter-group .filter-show .filter-item:nth-child(7){
  display:none
}
.filter-group .filter-show .filter-item a{
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 10px;
  margin-right:7px;
  margin-bottom:7px;
  display:inline-block;
}
.filter-group .filter-show .filter-item a:hover {
  color: #fff;
  padding-bottom: 5px;
  border: 1px solid #0071c4;
  background: #0071c4;
} 
.mail_footer form .subscribe:hover {
    opacity: 1;
}
.mail_footer form .subscribe {
    right: 10px;
} 
.box-right-image img {
    margin-bottom: 10px;
    } 
    .menu-mobile__icon img {
    filter: invert(1);
}
.menu-mobile__LI {
    background: var(--main_color, #324b4f);
}
.menu-mobile__logo {
    background: transparent;} 
    
    
     
/**********************************/
    .backdrop__body-backdrop___1rvky {
        position: fixed;
        opacity: 0;
        width: 100%;
        left: 0;
        top: 0 !important;
        right: 0;
        bottom: 0;
        background-color: #363636;
        z-index: 9;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out
    }

    @media (max-width: 480px) {
        .backdrop__body-backdrop___1rvky {
            z-index: 999
        }
    }

    .backdrop__body-backdrop___1rvky.active {
        visibility: visible;
        opacity: 0.5
    }
    #cartformpage {
        margin: 0;
    }
    .cart_sidebar {
        text-align: left;
        position: fixed;
        width: 340px;
        top: 0 !important;
        bottom: 0;
        background-color: #fff;
        overflow: hidden;
        z-index: 999999;
        transform: translateX(100%);
        visibility: hidden;
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        box-shadow: none;
        touch-action: manipulation;
        right: 0
    }

    @media (max-width: 480px) {
        .cart_sidebar {
            width: 80vw;
            transform: translateX(100%)
        }
    }

    .cart_sidebar.active {
        visibility: visible;
        transform: translateX(0)
    }

    .cart_sidebar.active .cart-content {
        opacity: 1;
        transform: translateX(0)
    }

    .cart_sidebar .cart-content {
        opacity: 0;
        transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
        transform: translateX(80px);
        height: 100%;
        position: relative
    }

    .cart_sidebar .cart-content .cart_heading {
        padding: 15px 15px;
        display: block;
        position: relative
    }

    .cart_sidebar .cart-content .cart_heading .cart_title {
        margin-bottom: 0;
        text-align: left;
        font-size: 16px;
        display: block;
        text-transform: uppercase;
        color: #222;
        font-weight: 600
    }

    .cart_sidebar .cart-content .cart_heading .cart_btn-close {
        position: absolute;
        margin-left: 0;
        right: 15px;
        top: 18px;
        line-height: 0;
        padding: 0;
        border: none;
        background-color: transparent;
        cursor: pointer;
        border-radius: 0;
        z-index: 999;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out
    }

    .cart_sidebar .cart-content .cart_heading .cart_btn-close svg {
        width: 15px;
        height: 15px;
        stroke-width: 1.5px
    }

    .cart_sidebar .cart-content .cart_heading .cart_btn-close:hover {
        transform: translate(0%, 0%) rotate(360deg)
    }

    .cart_sidebar .cart-content .cart-footer {
        padding: 10px
    }

    .cart_sidebar .cart-content .cart-footer hr {
        margin-top: 15px;
        margin-bottom: 15px;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1)
    }

    .cart_sidebar .cart-content .cart-footer .cart__subtotal {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 12px
    }

    .cart_sidebar .cart-content .cart-footer .cart__subtotal .cart__col-6 {
        width: 50%;
        float: left
    }

    .cart_sidebar .cart-content .cart-footer .cart__subtotal .cart__totle {
        width: 50%;
        float: left
    }

    .cart_sidebar .cart-content .cart-footer .cart__subtotal .cart__totle .total-price {
        color: #eb3e32
    }

    .cart_sidebar .cart-content .cart-footer .cart__btn-proceed-checkout-dt {
        display: block;
        position: relative;
        padding-top: 24px
    }

    .cart_sidebar .cart-content .cart-footer .cart__btn-proceed-checkout-dt button {
        width: 100%;
        background-color: #212121;
        color: #fff;
        text-align: center
    }

    .cart_sidebar .cart-content .cart-footer .cart__btn-proceed-checkout-dt button:hover, .cart_sidebar .cart-content .cart-footer .cart__btn-proceed-checkout-dt button:focus {
        background-color: #212121
    }

    .cart_sidebar .cart-content .cart_body {
        padding: 15px;
        height: calc(100vh - 210px);
        overflow-y: auto
    }

    @media (max-width: 767px) {
        .cart_sidebar .cart-content .cart_body {
            height: calc(100vh - 270px)
        }
    }

    .cart_sidebar .cart-content .cart_body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        background-color: #F5F5F5
    }

    .cart_sidebar .cart-content .cart_body::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5
    }

    .cart_sidebar .cart-content .cart_body::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        background-color: #e5e5e5
    }

    .cart_sidebar .cart-content .cart_body .cart-empty .empty-icon {
        display: block
    }

    .cart_sidebar .cart-content .cart_body .cart-empty .empty-icon .ico-cart {
        height: 200px;
        width: 200px;
        background-image: url(/catalog/view/theme/smachine/image/mobile-shopping.svg);
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    @media (max-width: 569px) {
        .cart_sidebar .cart-content .cart_body .cart-empty .empty-icon .ico-cart {
            height: 180px;
            width: 180px
        }
    }

    .cart_sidebar .cart-content .cart_body .cart-empty .btn-cart-empty {
        margin-top: 20px;
        text-align: center
    }

    .cart_sidebar .cart-content .cart_body .cart-empty .btn-cart-empty a {
        background-color: #212121;
        display: inline-block;
        padding: 12px 30px;
        color: #fff;
        height: auto;
        line-height: 1.1
    }

    .cart_sidebar .cart-content .cart_body .cart-empty .btn-cart-empty a:hover, .cart_sidebar .cart-content .cart_body .cart-empty .btn-cart-empty a:focus {
        background-color: #212121;
        color: #fff
    }

    .cart_sidebar .cart-content .cart_body .cart_product {
        margin-bottom: 15px;
        padding-bottom: 15px;
        display: table;
        width: 100%
    }

    @media (min-width: 500px) and (max-width: 569px) {
        .cart_sidebar .cart-content .cart_body .cart_product {
            margin-bottom: 5px;
            padding-bottom: 5px
        }
    }

    .cart_sidebar .cart-content .cart_body .cart_product .cart_image {
        display: table-cell;
        width: 24%;
        vertical-align: top;
        position: relative
    }

    .cart_sidebar .cart-content .cart_body .cart_product .cart_info {
        padding-left: 15px;
        vertical-align: top
    }

    .cart_sidebar .cart-content .cart_body .cart_product .cart_info .cart_name {
        margin-bottom: 4px;
        font-size: 13px;
        font-weight: 600
    }

    .cart_sidebar .cart-content .cart_body .cart_product .cart_info .cart_name a {
        color: #222
    }

    .cart_sidebar .cart-content .cart_body .cart_product .cart_info .cart_name a:hover, .cart_sidebar .cart-content .cart_body .cart_product .cart_info .cart_name a:focus {
        color: #ffb416
    }

    .cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name {
        width: 50%;
        float: left
    }

    .cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_size {
        font-size: 13px;
        margin-bottom: 0;
        display: block;
        font-weight: normal
    }

    .cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_quantity {
        font-size: 12px;
        margin-bottom: 0;
        display: block;
        font-weight: normal;
        color: #333
    }

    .cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select button {
        border-radius: 0;
        border: 1px solid #e5e5e5;
        border-color: #e5e5e5;
        color: #222;
        line-height: 26px;
        padding: 0;
        margin: 0;
        width: 28px;
        background-color: #fff;
        height: 28px
    }

    .cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select button.btn-minus {
        float: left;
        border-right: 0
    }

    .cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select button.btn-plus {
        float: left;
        border-left: 0
    }

    .cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select input {
        display: inline-block;
        height: 28px;
        padding: 0;
        text-align: center;
        border-radius: 0;
        width: 35px;
        float: left;
        min-height: 28px;
        border: 1px solid #e5e5e5;
        color: #222;
        height: 28px;
        font-size: 14px;
        margin: 0
    }

    .cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices {
        width: 50%;
        float: left
    }

    .cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__price {
        margin-bottom: 5px;
        margin-top: 5px
    }

    .cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__price .cart__sale-price {
        font-weight: 600;
        display: block;
        font-size: 14px;
        color: #eb3e32
    }

    .cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__btn-remove {
        font-size: 13px;
        color: #212121
    }

    .cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__btn-remove:hover, .cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__btn-remove:focus {
        text-decoration: underline
    }

.header1__item .icon svg path {
  fill: #fff;
}
.header1__item .icon span {
  position: absolute;
  display: inline-block;
  width: 17px;
  height: 17px;
  background: #ffb416;
  color: #fff;
  text-align: center;
  line-height: 17px;
  border-radius: 17px;
      top: 5px;
    right: 3px;
  font-size: 10px;
}
.header1__item .cart-drop{
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 0 0.5rem;
  position: relative;
}
.header1__item .icon svg{
  width: 25px;
  height: 25px;
  fill: #fff;
} 
[class^='product-product-'] .details-pro .form-product .btn-mua #button-buy{
  background-color: #fb6e2e;
  border-color: #fb6e2e;
  margin-bottom:1rem;
  height:50px;
  width:100%;
  font-weight:bold;
}
[class^='product-product-'] .details-pro .form-product .btn-mua #button-cart{
  background-color: #0fa80f;
  border-color: #0fa80f;
  margin-bottom:1rem;
  height:50px;
  width:100%;
  font-weight:bold;
}
[class^='product-product-'] .details-pro .form-product .btn-mua #button-buy:hover{
  background-color: #fff;
  color: #fb6e2e;
}
[class^='product-product-'] .details-pro .form-product .btn-mua #button-cart:hover{
  background-color: #fff;
  color: #0fa80f;
} 
@media (max-width: 991px)
{
.footer {
    padding-bottom: 0;
}
}
.menu-mobile__LI{position:relative}
@media(max-width:991px){
  .menu-mobile__cart-mb{
    position: absolute;
    right: 60px;
    top: 25px;
    display: flex;
  }
  .menu-mobile__cart-mb .header1__item{
    border:none
  }
} 
@media(max-width:991px){
  .header1__item.kinh-nghiem-hay .news1__dropdown{
    display:none;
  }
  .header1__item.cart2 {
    order: 2;
}
}
.social-button:before{
  opacity:0;
}
.social-button{
  background-color: transparent;
} 
@media(max-width:767px){
  .menu-mobile__LI.sticky{
    position:relative;
  }
  .menu-mobile__LI.sticky .menu-mobile__icon{
    position: fixed;
    bottom: 20px;
    right: 16px;
    background: var(--main_color, #324b4f);
    padding:3px;
  }
  .menu-mobile__LI.sticky + .menu-mobile .menu-mobile__menu{
    position:fixed;
    top:0
  }
} 
.float-icon-hotline{
  /* bottom:190px!important; */
  left:auto!important;
  right:16px!important;
}
.backtop.show{
  display:none!important;
}
.menu-mobile__icon{
  border-radius:50%;
      -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    border: 2px solid #fff;
}
.menu-mobile__icon img {
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 576px){
  .float-icon-hotline{
    bottom:60px!important;
  }
}
.float-icon-hotline ul li span{
  left:auto!important;
  right:15px!important;
} 
.hotline_float_icon:nth-child(3){
  display:none!important
}