.overlay-body{
    opacity: .6;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 22;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    transition: opacity .25s;
}
@media (min-width: 576px){
.container {
    max-width: 540px !important;
    width: 540px !important;
}} 
@media (min-width: 640px){
    .container {
        max-width: 640px !important;
        width: 640px !important;
    }}
    @media (min-width: 768px){
        .container{
            max-width: 720px !important;
            width: 720px !important;
        }}
        @media (min-width: 992px){
            .container{
                max-width: 960px !important;
                width: 960px !important;
            }}
            @media (min-width: 1200px){
                .container{
                    max-width: 1320px !important;
                    width: 1430px !important;
                }} 
                @media (min-width: 1540px){
                    .container{
                        max-width: 1440px !important;
                        width: 1440px !important;
                    }
                    
                    }
                    @media (min-width: 1860px){
                        .container{
                            max-width: 1620px !important;
                            width: 1620px !important;
                        }}
.topbar{
    background-color: #f2f2f2;
    /*padding: 0 150px ;*/
}
.topbar-menu{
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
}
ul.topbar-menu li:not(:last-child){
    margin-right: 15px;
}
ul.topbar-menu li{
    display: inline-block;
}
ul.topbar-menu li span{
    font-size: 15px;
    color: #343a40;
}
ul.topbar-menu li a{
    text-decoration: none;
    color: #343a40;
}
/*.header-main{*/
/*    padding: 0 150px;*/
/*}*/
.float-right{
    float: right ;
}
.drop-down{
    right: 0;
    left: auto;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    padding: 12px;
    margin: 2px;
    transition: opacity .25s;
    border: 2px solid #ddd;
    background-color: #fff;
    min-width: 160px;
    display: none;
    position: absolute ;
    z-index: 1;
}
.topbar-menu li:hover .drop-down{
    display: block;
}
.drop-down-item{
    padding-bottom: 10px;
}
.drop-down-down::after{
    display: inline-block;
    margin-left: 4.08px;
    vertical-align: 4.08px;
    content: "";
    border-top: 4.8px solid;
    border-right: 4.8px solid transparent;
    border-bottom: 0;
    border-left: 4.8px solid transparent;
}
.header-main{
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-align: center;
    align-items: center;
}
a{
    color: #eb2771;
    text-decoration: none;
    background-color: transparent;
}
#header-desktop .app-logo{
    width: auto;
    max-height: 40px;
}
img{
    vertical-align: middle;
    border-style: none;
    width: 100%;
}
#header-desktop .search-box{
    max-width: 600px;
    width: 100%;
    position: relative;
    margin: 0;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
}
.search-box-input{
    height: 40px;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    overflow: visible;
    outline:none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.search-box-button{
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    padding: 4.4px 12px;
    color: #999;
    font-size: 19px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: button;
    overflow: visible;
}
.font-weight{
    font-weight: 700 ;
    font-size: 15px;
}
.login{
    right: 100px;
    left: auto;
    border: 2px solid #ddd;
    background-color: #fff;
    display: none;
    height: 80px;
    padding: 10px;
    position: absolute;
    width: auto;
    z-index: 2;
}
.topbar-menu li:hover .login{
    display: grid;
}
/*.header-bottom{*/
/*    padding: 0 150px;*/
/*}*/
ul.header-bottom-menu{
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.menu-item{
    -webkit-box-flex: 1;
        text-transform: uppercase;
    flex: 1 1 auto;
    text-align: center;
}
.menu-item a{
    color: #343a40;
    font-weight: 600;
    padding: 8px;
    display: block;
}
.menu-item a:hover{
    text-decoration: none;
    color: #343a40;
}
.menu-item a:focus{
    color: #343a40;
    text-decoration: none;
}
.tag-1{
    font-size: 15px;
    position: relative;
}
.tag-text{
    border: 1px solid #579e9f;
    background-color: #579e9f;
    position: absolute;
    right: 0;
    top: -100%;
    transform: translate3d(70%,0,0);
    font-size: 10px;
    color: #fff;
    padding: 0 3px;
    border-radius: 1px;
    display: inline-block;
}
.tag-text:before{
    content: "";
    position: inherit;
    bottom: -5px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #579e9f;
}
.tag-text-red{
    border: 1px solid #e95b6e;
    background-color: #e95b6e;
    position: absolute;
    right: 0;
    top: -100%;
    transform: translate3d(70%,0,0);
    font-size: 10px;
    color: #fff;
    padding: 0 4px;
    border-radius: 1px;
    display: inline-block;
}
.tag-text-red:before{
    content: "";
    position: inherit;
    bottom: -5px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #e95b6e;
}
.menu-item-small{
    list-style: none;
    right: auto;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    padding: 8px 0;
    margin: 2px 0 0;
    font-size: 16px;
    transition: opacity .25s;
    border: 2px solid #ddd;
    background-color: #fff;
    min-width: 190px;
    display: none;
    text-align: left;
    font-weight:100;
    position: absolute ;
    z-index: 2;
}
.menu-item-small a{
    font-weight: normal;
    padding: 0 10px;
    line-height: 30px;
}
.header-bottom-menu li:hover .menu-item-small{
    display: grid;
}
.menu-item-small a:hover{
    color: #b5114f;
}
.index-top{
    background: #ececec;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #777;
}
.pr{
    text-align: center;
}
.boder-right{
    border-right: 1px solid #dee2e6;
}
.pr-content{
    font-size: 14px;
    padding-left: 45px;
    position: relative;
    display: inline-block;
    line-height: 20px;
    text-align: left;
}
.pr-content-icon{
    display: inline-flex;
    position: absolute;
    top: 0;
    left: 0;
}
.pr-content-icon i{
    font-size: 32px;
    line-height: 40px;
}
strong{
    font-weight: bolder !important;
}
.pr-content-text{
    font-size: 12px;
    display: inline-block;
    font-weight: 400;
}
.index-banner{
    padding:20px;
}
.index-product{
    padding: 15px 0;
}
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
@media (min-width: 992px) {
.col-lg-15 {
    -webkit-box-flex: 0 !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
    }
}
.index-product-item{
    margin-bottom: 20px;
}
.index-product-item .index-image{
    border: 1px solid #e9ecef;
    position: relative;
}
.image-cover{
    display: block;
    position: relative;
    height: auto;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
}
.tag-sale{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate3d(25%,-25%,0);
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    color: #eb2771;
    background-color: #fff;
    border: 1px dashed #eb2771;
    border-radius: 50%;
    z-index: 2;
}
.index-text{
    padding: 5px 0;
    font-size: 14px;
}
.index-text a{
    text-align:center;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    text-transform: none;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    color: #000;
}
.index-text a:hover{
    color: #eb2771;
    text-decoration: none;
}
.index-price{
    text-align: center
}
.sale-price{
    color: #eb2771;
    font-size: 16px;
    margin-right: 10px;
    font-weight: 700;
}
.normal-price{
    color: #495057;
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 300;
}

.index-product h3{
    text-transform: uppercase;
    padding: 12px 20px 12px 0;
    font-size: 25px;
    position: relative;
    font-weight: 700;
}
.tab{
    cursor: pointer;
    padding-left: 0;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}
.tablinks{
    cursor: pointer;
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    padding: 5px 10px;
    font-size: 15px;
}
.index-product ul li.active{
    color: #eb2771;
    border-bottom: 3px solid #eb2771;
}
.tabcontent{
    display: none;
    border-bottom: 1px solid #e9ecef;
}
.tabcontent.active{
    display: block;
}
.tabcode{
    font-size: 15px;
    cursor: pointer;
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    padding: 5px 10px;
}
.tabtext{
    display: none;
    border-bottom: 1px solid #e9ecef;
}
.tabtext.active{
    display: block;
}
.showall{
    position: absolute;
    top: 0;
    right: 0;
}
.showall a{
    line-height: 38px;
    font-size: 16px;
    color: #eb2771;
    text-decoration: none;
}
.showall a:hover{
    color: #b5114f;
    text-decoration: none;
}
.index-blog{
    padding: 20px 0;
}
.index-blog-menu{
    border-bottom: 2px solid #3ba1a2;
    margin-bottom: 15px;
  
}
.blog-title{
    display: inline-block;
    background-color: #3ba1a2;
    padding: 0 15px;
    margin: 0;
    color: #fff;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    min-width: 250px;
    text-align: center;
    text-decoration: none;
}
.blog-title:hover{
    text-decoration: none;
    color: #fff;
}

.index-blog-ul li{
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 0;
    position: relative;
    display: inline-block;
}
.index-blog-ul li a{
    color: #000;
    font-size: 15px;
    text-decoration: none;
}
.index-blog-ul li a:hover{
    color: #eb2771;
}
.index-blog-ul li::before{
    content: "";
    position: absolute;
    height: 23px;
    border-right: 1px solid #9f9f9f;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
}
.index-blog-title a{
    text-align: center !important;
    color: #000;
    font-size: 16px;
    text-decoration: none;
}
.index-today{
    padding: 20px 0;
}
.index-today h3{
    font-weight: 700;
}
.footer-top{
    padding: 20px 0;
    border-top: 1px solid #ced4da;
}
.font-size{
    font-size: 32px;
    color: #eb2771;
    font-weight: 700;
}
.icon i{
    font-size: 50px;
    padding-left: 10px;
}
.menu li{
    list-style: none;
}
.aboutloza{
    background-color: #fafafa;
    padding-top: 20px;
}
.aboutloza ul{
    padding: 0;
}
.account-info{
  padding:20px 150px;
  margin-bottom:3rem !important;
}
@media (max-width: 992px){
    #header-desktop{
        display: none;
    }
    .index-blog-ul{
        display: inline-block;
        margin: 0 0 0 15px;
        padding-left: 0;
        padding-top: 15px;
        list-style: none;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        white-space: nowrap;
    }
    .aboutloza{
        display: none !important;
    }
    .contact-footer {
        padding-bottom: 30px;
    }
    .none{
        display: none;
    }
    .account-info{
      padding: 20px 70px;
    }
    .index-top{
        padding: 10px 70px;
        background-color: #fff;
    }
    .boder-right{
        border: none;
    }
    .right-mobile{
        border-right: 1px solid #dee2e6;
    }

}
@media (min-width:993px){
    #header-mobile{
        display: none;
    }
    .index-menu-mobile{
        display: none !important;
    }
    .aboutloza-mobile{
        display: none;
    }
    .footer-bottom-menu{
        display: none;
    }
    
}

.menu-mobile{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 23;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.95);
    overflow-x: hidden;
    transition: 0.5s;
}
.icon-menu-mobile{
    padding: 30px 0;
}
.cart-mobile{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: rgba(255,255,255,0.95);
    overflow-x: hidden;
    transition: 0.5s;
    padding: 30px 0;
}
.logo-menu-mobile{
    background-color: #000;
    height: 40px;
    background-size: 100% 100%;
    color: #fff;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 10px;
}
.logo-menu-mobile img{
    max-height: 30px;
    width: auto;
    margin: 5px 0;
}
.search{
    display: flex;
    padding:20px;
    border-bottom: 1px solid #ddd;
}
.search input{
    width: 100%;
    max-width: 100%;
    outline: none;
    border: 1px solid #ddd;
    line-height: 2.5;
    padding-left: 10px;
}
.bt button{
    border: 1px solid #ddd;
    line-height: 2.5;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
}
.bt i{
    color: #ddd !important;
}
.cart h4{
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}
.divider{
    height: 3px;
    display: block;
    background-color: rgba(0,0,0,0.1);
    margin: 1em auto 1em;
    width: 100%;
    max-width: 30px;
}
.list-cart ul{
    list-style: none;
    font-size: 14px;
    margin: 0;
    padding: 15px;
}
.list-cart ul li{
    border-bottom: 1px solid #dbd9d9;
    padding-right: 30px;
    list-style: none;
    padding: 10px 30px 20px 75px;
    min-height: 170px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    line-height: 1.33;
}
.list-cart a{
    color: #0000008A;
}
.list-cart i{
    /*position: absolute;*/
    right: 0;
    text-decoration: none;
    padding-right: 10px;
    color: #b5114f;
}
.list-cart img{
    top: 10px;
    position: absolute;
    left: 0;
    width: 100px;
}
.list-cart-info{
    position: absolute;
    padding: 0 40px;
}
.xemgiohang{
    position: relative;
    display: inline-block;
    font-size: .97em;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: bolder;
    color: #ffffff;
    background-color: #343a40;
    text-align: center;
    text-decoration: none;
    border: 1px solid #343a40;
    vertical-align: middle;
    border-radius: 0;
    text-shadow: none;
    line-height: 0.5em;
    padding: 15px 30px;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}
.cart-ul li{
    list-style: none;
    text-align: center;
    padding-bottom: 10px;
    margin: 0;
}
#header-mobile {
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #ddd;
}
.logo-mobile img{
    width: auto;
    max-width: 100%;
    max-height: 40px;
}
.menu-mobile ul{
    padding-left: 15px;
    padding-bottom: 15px;
    list-style: none;
    border-bottom: 1px solid #ddd;
}
.menu-mobile ul li{
    padding-top: 20px;

      text-transform: uppercase;
}
.menu-mobile a{
    color: #333;
    font-size: 15px;
    text-decoration: none;
}
.menu-mobile a:hover{
    text-decoration: none;
    color: #333;
}
.menu-mobile li:hover .menu-item-small{
    display: block;
}
.menu-mobile .drop-down-down::after{
    display: none
}
.up{
    transform: rotate(180deg);
    float: right;
    border: 1px solid transparent;
    line-height: 1;
    box-shadow: none !important;
    padding-right: 20px;
    color: currentColor;
    opacity: .6;
    margin: 0 5px 0 0;
}
.index-menu-mobile{
    padding-top: 20px;
}
.index-menu-mobile p{
    text-align: center;
    padding-top: 10px;
}
.footer-top input{
    outline: none;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.footer-top button{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    background-color: #eb2771;
    border-color: #eb2771;
    width: 100%;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.aboutloza-mobile{
    padding-top: 20px;
    background-color: #fafafa;
}
.aboutloza-mobile ul{
    list-style: none;
    padding: 0;
}
.children{
    opacity: 1;
    left: auto;
    display: none;
}
.aboutloza-mobile h5{
    font-size: 16px;
    padding: 5px 0;
}
.footer-bottom-menu{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #ced4da;
    background-color: #fff;
    font-size: 12px;
    z-index: 99;    
}
.menu-bottom{
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.menu-bottom li{
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    text-align: center;
}
.menu-bottom a{
    padding: 5px 0 0;
    line-height: 20px;
    text-align: center;
    color: #6c757d;
    text-decoration: none;
}
.menu-bottom i{
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #6c757d;
    padding-top: 10px;
}
.index-blog-ul{
    display: inline-block;
    margin: 0 0 0 15px;
    padding-left: 0;
    padding-top: 15px;
    list-style: none;
}
.stuck {
    position: fixed;
    left: 0;
    background-color: #fff;
    z-index: 1000;
    right: 0;
    margin: 0 auto;
    transition: top 1.5s linear 2s;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
@media (min-width: 768px){
  .index-blog-menu{
    display:flex !important;
  }
}
@media (max-width:425px){
 
  
    .index-top{
        padding: 10px 20px;
        background-color: #fff;
    }
    .account-info{
      padding:20px 20px;
    }
}
.catagory{
    padding: 20px 0;
}
.catagory-header{
    padding: 7px 15px;
    margin: 10px 0;
    background: #f8f9fa;
    font-size: 15px;
}
.catagory-menu{
    padding: 15px 0;
}
.catagory-menu h1{
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 0;
    margin-right: 20px;
}
.catagory-menu ul{
    list-style: none;
    display: flex;
    padding-left: 0;
    overflow-y: scroll;
    white-space: nowrap;
}
.catagory-menu li{
    line-height: 38px;
    cursor: pointer;
}
.catagory-menu a{
    text-decoration: none;
    color: #0000008A;
}
.catagory-menu a:hover{
    color: #333;
}
.catagory-menu a:focus{
    text-decoration: none;
    color: #333;
    font-weight: 700;
}
.gach{
    margin: 0 10px;
    line-height: 38px;
}
.text-right{
    text-align: right;
}
.form-loc{
    margin: 0;
    display: inline-flex;
    display: -webkit-inline-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center
}
.form-select{
    margin-left: 10px;
    border: 0;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 16px;
    margin-top: 20px;
    outline: none;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (min-width: 576px){
    .form-select{
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}
.number-page{
    margin: 5px 0;
    font-size: 15px;
    text-align: center;
    list-style: none;
}
.number-page li{
    display: inline-block;
    margin-left: inherit;
    margin: 0 .4em;
}
.number:hover{
    text-decoration: none;
    background-color: #c51230;
    color: #fff !important;
    border-color: #c51230;
}
.number{
    text-decoration: none;
    font-size: 1.1em;
    display: block;
    color: #3a3a3a;
    height: 2.25em;
    line-height: 2em;
    text-align: center;
    width: auto;
    min-width: 2.25em;
    padding: 0 7px;
    font-weight: bolder;
    border-radius: 99px;
    border: 2px solid currentColor;
    transition: all .3s;
    vertical-align: top;
}
.catagory-text h2{
    font-size: 18px;
}
.slide{
    position: relative;
    margin-bottom: 30px;
}
.product-image-main{
    padding-left: 90px;
}
.product-image-list{
    position: absolute !important;
    display: inline;
    width: 88px;
    z-index: 2;
    top: 0;
}
.slide .prev{
    background-color: rgba(255,255,255,.8);
    z-index: 1;
    width: 100%;
    color: #000;
    text-align: center;
    position: absolute;
    outline: none;
    border: none;
}
.slide .next{
    z-index: 1;
    width: 100%;
    color: #000;
    text-align: center;
    position: absolute;
    outline: none;
    border: none;
}
.hidee{
    display: none;
}
.hidee.active{
    display: block;
}
.size-table{
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.size-table h3{
    text-align: center;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}
.size-table p{
    text-align: right;
    padding-right: 10px;
}
.size-table table{
    width: 100%;
    color: #212529;
    border: 1px solid #dee2e6;
    margin: 10px;
}
.size-table th, .size-table td{
    border: 1px solid #dee2e6;
    padding: .75rem;
    text-align: center;
}
.product-header{
    padding: 7px 15px;
    margin: 10px 0;
    background: #f8f9fa;
}
.product-main h1{
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.2;
}
.product-main p{
    font-size: 15px;
    margin: 0;
}
.star i{
    color: #eb2771;
    font-size: 15px;
}
.text-right u{
    color: #343a40;
    font-weight: 700;
    font-size: 15px;
}
.color span{
    font-weight: 700;
    line-height: 33px;
}
.tab-menu{
    list-style: none;
    padding: 0;
}
.clickmenu{
    width: 60px;
    display: inline-block;
    padding-right: 8px;
    padding-bottom: 15px;
}
.size p{
    display: inline-block;
    line-height: 3;
}
.size ul{
    padding: 0;
}
.doubleclick{
    list-style: none;
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 1px solid #ced4da;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    font-weight: 300;
    cursor: pointer;
}
.size li:hover{
    border-color: #6c757d;
}
.product-info{
    background-color: #f8f9fa;
    padding: 15px;
    margin: 15px 0;
}
.product-price{
    margin-bottom: 15px;
}
.product-price .sale-price{
    color: #eb2771;
    font-size: 30px;
    font-weight: bolder;
    line-height: 20px;
}
.regular-price{
    color: #212529;
    text-decoration: line-through;
    font-size: 16px;
    margin-left: 10px;
}
.product-tag-sale{
    padding: 2px;
    font-size: 16px;
    font-weight: 500;
    background-color: #ef5690;
    color: #fff;
    margin-left: 10px;
    border-radius: 3px;
}
.show-room{
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.show-room-header{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.show-room-body{
    overflow-y: scroll;
    max-height: 400px;
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem;
}
.show-room-body ul{
    list-style: none;
    padding:0;
    text-align:left;
    
}
.show-room-body li{
    border-bottom: 1px solid #dee2e6;
    padding: 8px 0;
}
.list-info{
    padding-left: 0;
    list-style: none;
}
.list-info-li{
    font-size: 15px;
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #404040;
}
.list-info-li span{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #eb2771;
    color: #fff;
    font-size: 13px;
    position: absolute;
    left: 0;
    text-align: center;
}
.list-info-2{
    list-style: none;
    padding: 0;
    font-size: 15px;
    margin-top: 8px;
}
.list-info-2 li{
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #404040;
}
.product-add-cart-desktop button{
    font-size: 30px;
    padding: 8px 48px;
    color: #fff;
    background-color: #eb2771;
    border-color: #eb2771;
    border-radius: 0;
    border: 1px solid transparent;  
}
.product-add-cart-desktop p{
    line-height: 38px;
    margin-bottom: 5px;
    font-size: 15px;
    cursor: pointer;
}
.product-add-cart-desktop u{
    margin-left: 8px;
}
.product-hotline{
    border-bottom: 1px solid #ced4da;
    font-size: 16px;
    padding: 15px 0;
}
.product-tab{
    padding-top: 100px;
    padding-bottom: 40px;
}
.tab-small{
    cursor: pointer;
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    padding: 5px 10px;
    font-size: 15px;
}
.product-tab ul li.active{
    color: #eb2771;
    border-bottom: 3px solid #eb2771;
}
.small-tab{
    display: none;
}
.small-tab.active{
    display: block;
}
.product-tag{
    padding-bottom: 30px;
}
.product-tag a{
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    color: #6c757d;
    background-color: #e9ecef;
    border-radius: 3px;
    padding: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}
a:active, a:focus, a:hover {
    text-decoration: none;
}
@media (min-width: 768px){
    .offset-md-3 {
        margin-left: 25%;
    }
}
.score-review{
    background-color: #f8f9fa;
    padding: 20px 30px;
    margin: 15px 0;
}
.score-review h4{
    font-size: 24px;
}
.score-review span{
    font-size: 22px;
}
.score-review .star i{
    font-size: 22px;
}
.form-inline{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 16px;
}
.form-inline textarea{
    outline: none;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-inline button{
    font-weight: 700;
    border-radius: 0;
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    border: 1px solid transparent;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.5;
}
.product-review{
    padding-bottom: 20px;
}
.product-today{
    padding-bottom: 20px;
}
.product-today ul{
    margin: 0;
    padding-left: 0;
    list-style: none;
    cursor: pointer;
    padding-left: 0;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}
.product-today li{
    color: #eb2771;
    border-bottom: 3px solid #eb2771;
    font-size: 16px;
    display: inline-block;
}
.product-hotline span{
    color: #eb2771;
}
@media (max-width:850px){
  
  .sanphamlq{
        display: none !important;
  }
  
    .tab{
      /*position:absolute ;*/
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    /*overflow-y: scroll !important;*/
    white-space: nowrap !important;
    }
    .blog-title{
          font-size: 25px !important;
    height: 40px !important;
    line-height: 40px !important;
    min-width: 250px !important;
    }
    .showall{
      top:-50px !important;
    }
    .a{
      min-height: 50px !important;
    }
    .product-image-main{
        display: none !important;
    }
    .product-image-list{
        display: none !important;
    }
    .ma-mobile{
        display: inline-block !important;
        background-color: #ef5690 !important;
        border-radius: 3px !important;
        color: #fff !important;
        font-size: 16px !important;
        padding: 3px 5px !important;
        vertical-align: middle !important;
    }
    .ma{
        display: none !important;
    }
    .product-add-cart{
        display: none !important;
    }
    .sanphamlq{
        display: none !important;
    }
}
@media (min-width:851px){
  .product-bottom-menu{
        display: none !important;
    }
  .sanphamlq-mobile{
    display:none !important;
  }
    .slide-mobile{
        display: none !important;
    }
    .ma-mobile{
        display: none !important;
    }
    
    
    }

.product-bottom-menu{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #ced4da;
    background-color: #fff;
    font-size: 12px;
    z-index: 99;    
}
.product-menu-bottom{
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.product-menu-bottom li{
    line-height: 1.5;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    border: 1px solid transparent;
    /*text-align: center;*/
}
.product-menu-bottom i{
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #6c757d;
}
.dark{
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.dark i{
    color: #fff;
}
.white{
    padding: .375rem .75rem;
    border-color: #343a40 !important;

}
.nextt{
    position: absolute;
    display: block;
    height: auto;
    width: 20px;
    line-height: 0;
    right: -15px;
    cursor: pointer;
    background: 0 0;
    color: #eb2771;
    top: 50%;
    font-size: 15px;
    transform: translate(0,-50%);
    padding: 0;
    border: none;
    outline: 0;
}
.sanphamlq-mobile i{
    font-size: 30px;
}
.prevv{
    position: absolute;
    display: block;
    height: auto;
    width: 20px;
    line-height: 0;
    cursor: pointer;
    background: 0 0;
    left: -15px;
    color: #eb2771;
    top: 50%;
    transform: translate(0,-50%);
    padding: 0;
    border: none;
    outline: 0;
}


.abc{
      color: #343a40;
    font-weight: 600;
    padding: 8px;
    display: block;
}
.list-cart-info-desktop{
         padding: 0 0 0 40px;
      font-weight: 100;
}

.cart-ul-desktop{
  list-style: none;
    text-align: center;
    padding-bottom: 10px;
    margin: 0;
}
.xemgiohangpc{
      position: relative;
    display: inline-block;
    font-size: .97em;
    letter-spacing: .03em;
    cursor: pointer;
    color: #ffffff;
    background-color: #343a40;
    text-align: center;
    text-decoration: none;
    border: 1px solid #343a40;
    vertical-align: middle;
    border-radius: 0;
    text-shadow: none;
    line-height: 0.5em;
    padding: 15px 30px;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}
.cart-ul-desktop li a{
  color:#fff !important;
}
ul.menu a {
    color: #333;
    text-decoration: none;
}
ul.menu a:hover {
    color: #c53120;
    text-decoration: none;
}
.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 70px;
    right: 1px;
    z-index: 9999;
}
.scroll {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #b2b2b2;
    background: #ce8564;
    padding: 12px 14px 7px 14px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
}
.scroll:hover {
    background: #ce8564;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.scroll .fa {
    font-size: 20px;
    
}
.scrolltop .icon i{
  padding:0;
}
.a{
  position:relative;
}
.tabb{
  padding:0;
}
#success-color {
    color: #7a9c59;
    padding: 15px 0 15px 15px;
    font-size: 20px;
    display: none;
}
.account-form h3{
      font-size: 20px;
    font-weight: 600;
}
.form-item {
    clear: both;
    margin-bottom: 1em;
}
.form-item label{
  float:left;
      display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.form-item input{
  outline: none;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}
.account-form button{
      font-weight: bold;
    letter-spacing: .03em;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #c51230;
    padding: 0 1.2em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: auto;
    vertical-align: middle;
    background-color: #c51230;
    color: #fff;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;

}
 #sigin{
      display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 21;
    cursor: pointer;
}
 #opa{
      display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 21;
    cursor: pointer;
}
#op4{
  display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 21;
    cursor: pointer;
}
#op5{
  display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 21;
    cursor: pointer;
}
.close-formlogin {
    width: 100%;
    height: 100%;
    z-index:30;
}
#text {    padding:30px;

      background-color: white;
    z-index: 30;
    position: absolute;
    display: none;
    top: 20%;
    width: 100%;
    font-size: 15px;
}
#sizetable {    padding:30px;

      background-color: white;
    z-index: 30;
    position: absolute;
    display: none;
    top: 20%;
    width: 100%;
    font-size: 15px;
}
#showzoom{
   padding:30px;

      background-color: white;
    z-index: 30;
    position: absolute;
    display: none;
    top: 20%;
    width: 100%;
    font-size: 15px;
}
#showzoomm{
   padding:30px;

      background-color: white;
    z-index: 30;
    position: absolute;
    display: none;
    top: 20%;
    width: 100%;
    font-size: 15px;
}
.loginn{
  letter-spacing: .03em;
    padding: 0 30px 30px;
}
#reg{
  padding:30px;

      background-color: white;
    z-index: 30;
    position: absolute;
    display: none;
    top: 20%;
    width: 100%;
    font-size: 15px;
}
.list-gr{
      display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}
.list-gr-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.list-gr-item {
  list-style:none;
    position: relative;
    display: block;
    padding: 15px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
/*.list-group-item.active {*/
/*    z-index: 2;*/
/*    color: #fff;*/
/*    background-color: #eb2771;*/
/*    border-color: #eb2771;*/
/*}*/
.list-gr-item a{
      color: inherit;
    font-weight: 500;
    display:block;
    cursor: pointer;
    text-decoration: none;
}
.list-gr-item a:hover{
  color: inherit;
  text-decoration:none;
}
.list-gr-item span{
  width:25px;
  font-size:15px;
}
.my-account img{
  max-height: 20px;
    width: auto;
    vertical-align: text-bottom;
    margin-right: 5px;
}
.my-account h3{
      font-size: 30px;
    text-align: center;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.title-acc{
      padding-bottom: 4px;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
        padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 35px;
}
.boder-bot{
      padding-bottom: 4px;
    font-size: 16px;
    font-weight: 700;
      margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.my-account .text-primary {
    color: #eb2771!important;
}
.my-account .a{
      padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 35px;
}
.my-account .b{
      color: rgba(0,0,0,.5)!important;
      font-style: italic!important;
          font-size: 80%;
    font-weight: 400;
}    
.my-account p{
  margin:0;
}    
.my-account table{
         width: 100%;
    margin-bottom: 1rem;
    color: #212529;
        border-collapse: collapse;
}
.my-account tr{
  text-align: center!important;

}
.my-account th{
      font-size: 14px;
    color: #999;
    font-weight: 400;
    vertical-align: middle;
    padding: 20px 10px;
    border-top-color: #eee;
    text-align: center;
    
    border-top: 1px solid #dee2e6;
}
.my-account button{
      width: 150px;
    height: 40px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    text-align:center;
    cursor: pointer;
        color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.my-account .c{
  text-align:center;
}
.mona-list-varid2 {
    display: flex;
    padding:0;
}
.active-show2 {
    background: white;
    width: 45px;
    line-height: 45px;
    text-align: center;
    color: black;
    margin-right: 10px;
    border: 1px solid #ced4da;
    height: 45px;
}
.active-show2.selected {
    background: black;
    color: white;
    border: 1px solid #000;
}
.style-size-dnt{
  text-transform:uppercase;
}
.mona-list-varid{
  padding:0;
}
.mona-list-varid .image{
      width: 60px;
    border: 2px solid #ced4da;
    border-radius: 3px;
}
li.item.active-show.valueChild {
    display: inline-block;
    list-style:none;
}
    
.active-show.selected {
    border: 2px solid red !important;
}
.size p{
  cursor:pointer;
}
.list-cart-info-desktop input{
  width:30%;
}
button.add-cart {
    background-color: #333;
    color: #fff;
    margin-top: 10px;
    border: 1px solid;
}
button#add-to-cart{
  color: #fff;
    background-color: #343a40;
    border: 1px solid #343a40;
}
li.dark{
  text-align:center;
}
li.white{
  text-align:center;
}
.title-cart{
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.title-cart a{
    position: absolute;
    left: 0;
    color: #eb2771;
    text-decoration: none;
    background-color: transparent;
    line-height: 40px;
}
.title-cart i{
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.title-cart h3{
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    margin: 0;
}
.info-cart{
    padding: 18px 0;
    margin-bottom: 15px;
    /*border-bottom: 1px solid #ddd;*/
}
.boder-bottom{
  border-bottom: 1px solid #ddd;
  padding-bottom:20px;
}
.center{
    text-align: center;
}
.info-cart img{
    height: 25px;
    width: auto;
}
.text-dark{
    font-weight: 700;
    display: block;
    line-height: 25px;
}
.info-cart a{
    color: #eb2771;
    text-decoration: none;
    background-color: transparent;
}
.cart-note{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (min-width: 576px){
.cart-note label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 0;
}
}
.cart-note textarea{
    width: 100%;
    border: 0;
    outline: none;
}
@media (min-width: 576px){
.cart-note textarea {
    display: inline-block;
    vertical-align: middle;
}
}

@media (min-width: 992px){
.box-total{
    border: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
}
}
.box-total{
    font-size: 14px;
    padding-top: 15px;
    line-height: 22px;
    font-weight: 700;
}
.pl-4{
    padding-left: 24px !important ;
    font-weight: normal;
}
.total-price{
    /*margin-top: 15px;*/
    font-weight: 700;
    padding: 15px 0;
    /*border-top: 1px solid #ddd;*/
    border-bottom: 1px solid #ddd;
}
.btn-order{
    border-bottom: 1px solid #ddd;
}
.price-cart{
    color: #f85084;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}
.cart-center{
      text-decoration: none;
      text-align:center;
    background: #f85084;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    border: 0;
    font-weight: 700;
}
.cart-center:hover{
  color:#fff;
  background:#f85084;
  text-decoration:none;
}
.info-cart a:hover{
  text-decoration: none;
}
.bank-ship{
  display:none;
}
.all{
  padding:50px 0;
}
.d{
       position: absolute; 
    right: 0;
    text-decoration: none;
    padding-right: 10px;
    color: #b5114f;
}
.g{
  text-align:center;
}
.g a{
      color: #fff;
    background-color: #eb2771;
    border-color: #eb2771;
}
.box-product{
    font-size: 14px;
}
.check-payment{
    padding-bottom: 10px;
}
.check-title h4{
    font-size: 16px;
}
.payment-item{
    margin-bottom: 7px;
    cursor: pointer;
}
.img-payment{
    display: inline-block;
    margin-right: 5px;
}
.img-payment img{
    max-height: 40px;
    width: auto;
    max-width: 80px;
    margin-right: 10px;
}
.box-total{
    font-size: 14px;
    padding-top: 15px;
    line-height: 22px;
    font-weight: 700;
}
@media (min-width:992px){
    .box-total{
        border: 1px solid #ddd;
        /*padding-top: 15px;*/
        padding-bottom: 15px;
    }
}
.voucher{
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    font-weight: 700
}
.voucher img{
    width: 35px;
    margin-right: 5px;
}
.voucher button{
    line-height: 35px;
    display: inline-block;
    margin-left: 5px;
    border-radius: 4px;
    text-align: center;
    min-width: 35px;
    font-size: 18px;
    background: #3ba1a2;
    color: #fff;
    border: 0;
    cursor: pointer;
}
.c a{
  line-height: 20px;
  padding:10px;
    display: inline-block;
    margin-left: 5px;
    border-radius: 4px;
    text-align: center;
    min-width: 35px;
    font-size: 18px;
    background: #3ba1a2;
    color: #fff;
    border: 0;
    cursor: pointer;
    text-decoration:none;
}
.c a:hover{
  color:#fff;
  text-decoration:none;
}
.oanh{
  border-bottom:1px solid #ddd;
  padding-bottom:30px;
}
.ti{
  padding-top:20px;
}
.ta{
  padding-bottom:20px;
  border-bottom:1px solid #ddd;
}
.bach{
     color: #888;
}
.background-succ {
    background-color: #000000;
    color: #fff;
    top: 0;
    left: 0;
    width: 400px;
    z-index: 1000;
    border-radius: 5px;
    height: 215px;
    position: absolute;
    display: none;
    justify-content: ;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.background-succ .content {
    padding-top: 50px;
    position: relative;
    text-align: center;
}
.background-succ .content img {
    width: 60px;
    height: 60px;
}
.background-succ .content p {
    display: block;
    font-size: 18px;
    margin-top: 1rem;
    font-weight: 500;
}
 .copyright {
    text-align: center;
    color: #222;
    font-size: 13px;
    line-height: 35px;
    /* padding-bottom: 16px; */
}
 .copyright hr {
    width: 1690px;
    max-width: 100%;
    border-top: 1px solid rgba(255,255,255,0.3);
    margin: 0;
}
 .copyright .logo-pk {
    width: 100px;
}