html body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    box-sizing: border-box;
}
.container{
    max-width: 1230px !important;
    padding-left: 0  ;
    padding-right: 0 ;
}
.cart-icon a:hover{
    color: #fff;
}
.heading-wraph{
 display: flex;
 align-items: center;
 justify-content: space-around;
 flex-direction: row;
 font-family: inherit;
 font-size: .87em;
 color: #fff;
 max-width: auto;
 background-color: rgb(51,51 ,51);
 min-height: 40px;
 line-height: 1.6;
}
.heading-wraph p{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.7;
}

.nextbar{
    display: flex;
    justify-content:space-around;   
    border-top:1px solid rgb(228, 227, 227);
    border-bottom:1px solid rgb(228, 227, 227);
    font-family: inherit;
    background-color: rgb(51,51 ,51);
    color: #fff;
    font-size: .87em;
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/*.nextbar .leftbar img{*/
/*    margin-top: 10px;*/
/*}*/
.nextbar .rightbar{
    margin-top: 30px;
}
.rightbar{
    display: flex;
}
.rightbar i{
    font-size: 20px;
}
.cart-icon{
    
    cursor: pointer;
}

/*.cart-icon strong:after {*/
/*    transition: height .1s ease-out;*/
/*    bottom: 100%;*/
/*    margin-bottom: 0;*/
/*    margin-left: -8px;*/
/*    height: 8px;*/
/*    width: 14px;*/
/*    left: 50%;*/
/*    content: ' ';*/
/*    position: absolute;*/
/*    pointer-events: none;*/
/*    border: 2px solid #446084;*/
/*    border-top-left-radius: 99px;*/
/*    border-top-right-radius: 99px;*/
/*    border-bottom: 0;*/
/*}*/
/*.cart-icon strong {*/
/*    border-radius: 0;*/
/*    font-weight: bold;*/
/*    margin: .3em 0;*/
/*    border: 2px solid #446084;*/
/*    color: #446084;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    text-align: center;*/
/*    width: 2.2em;*/
/*    height: 2.2em;*/
/*    font-size: 1em;*/
/*    line-height: 1.9em;*/
/*    font-family: Helvetica,Arial, Sans-serif;*/
/*}*/
.hidding-cart-icon{
    opacity:0 ;
    background-color: #fff;
    z-index: 10;
    font-size: 120%;
    color: #353535;
    position: absolute;
    min-width: 300px;
    padding: 20px 0 20px;
    margin: 0;
    transition: opacity .25s;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    border: 2px solid #ddd;
    color: #777;
    text-align: left;
    /* display: table; */
    right: 15px;
    max-width: 240px;
    top: 65px; 
    visibility: hidden;
    /* opacity: 0; */
  
}

.cart-icon:hover .hidding-cart-icon{
    display: table;
    opacity:1;
    visibility:visible;
}

.hidding-cart-icon ul{
    list-style: none;
    padding: 0 20px 10px;
}
.hidding-cart-icon li{
    border-bottom: 1px solid #ddd;
    padding-top: 5px;

}

li.menu-bill-product{
    display: flex;
    font-family: sans-serif;
    min-height: 80px;

}
/*a.remove-small{*/
/*    display: block;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    font-size: 15px !important;*/
/*    line-height: 19px !important;*/
/*    border-radius: 100%;*/
/*    color: #ccc;*/
/*    font-weight: bold;*/
/*    text-align: center;*/
/*    border: 2px solid currentColor;*/

/*}*/
a.remove-small:hover{
    color: currentColor;
    text-decoration: none;
}
.name-insert-product{
    padding: 0px 0px 0px 15px;
}
.name-insert-product span{
    display: block;
    font-family: .9em;
    margin-bottom: 5px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}
.name-insert-product p{
    margin-top: 3px;
    font-size: .85em;
    opacity: 0.6;
}
li.cost-of-product{
    text-align: center;
    padding: 10px 0;
    border-bottom: 2px solid #ececec;
    margin-bottom: .5em;
    font-size: 14px;
 
} 
.cost-of-product strong{
    color: #c89979;
}
.cost-of-product span{
    font-weight: bold;
}
.badge-inner{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 3em;
  height: 3em;
  background-color: #446084;
  line-height: .85;
  color: #fff;
  font-weight: bolder;
  padding: 2px;
  white-space: nowrap;
  transition: background-color .3s, color .3s, border .3s;
}
.on-sale{
      margin-top: 20px;
    position: absolute;
    display: table;
    z-index: 20;
    pointer-events: none;
    height: 2.8em;
    width: 2.8em;
    backface-visibility: hidden;
}
.sale1{
  background-color: red;
    border-radius: 999px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: .85;
    color: #fff;
    font-weight: bolder;
    padding: 2px;
    white-space: nowrap;
    transition: background-color .3s, color .3s, border .3s;
}
.badge-inner.secondary{
    display: table;
    z-index: 20;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    border-radius: 999px;
    background-color: #c89979;
    position: absolute;
}
.on-sale{
  top: 0;
  right:30px;
  margin-top:15px;
}
li.pay-small a{
    width: 100%;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    background-color: transparent;
    font-size: .97em;
    letter-spacing: .03em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
}
li a.back-button{
    background-color: #C89979;
    margin: .5em 0 0;
}
li a.pay-bill{
    margin: .5em 0 0;
    background-color: #d26e4b;
}
.cart-title-inner h4{
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: "Roboto",sans-serif;
    font-weight: 700; 
}
.is-divider{
    height: 3px;
    display: block;
    background-color: rgba(0,0,0,0.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px;
    margin-left: 80px;
}
.pop-up-cart-inside{
    display: flex;
    justify-content: space-around;
}
li.pop-up-cart-inside{
    display: flex;
    justify-content: space-around;
    min-height: 80px;
}
.pop-up-cart-inside a{
    font-size: 14px;
    font-family: sans-serif;
    font-weight: normal;
}
.pop-up-cart-inside.name-insert-popup{
    padding: 0 10px;
}
.cost-of-product{
    font-size: 16px;
}
.big-banner{
    background-color: #353535;
    height: 600px;
}
.text-banner{
    position: absolute;
    left:7%;
    top: 30%;
    color: #fff;
    width: 45%;
    font-family: "Roboto",sans-serif;
    font-size: 16px;

}
.text-banner h4{
    padding: 0;
    font-size: 1.5em;
    margin-top: .6em;
    margin-bottom: .6em;
    font-weight: 700;
    
}
.text-banner h1{
    font-size: 3.5em;
    margin-bottom: .2em;
    font-weight: 700;
    line-height: 1;
    margin-top: .2em;
}
.text-banner p{
    color: #f1f1f1;
    margin-bottom: 1rem;
    margin-top: 1rem;
    line-height: 1.6;

}
.text-banner span{
    padding: 10px 20px;
    line-height: 1.6;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
}
.text-banner a:hover{
    background-color: #c89979 !important;
    border: 1px solid #c89979 !important;
}
.btn-primary{
    margin-top: .5em;
    margin-bottom: .5em;
}
.banner-bg{
    height: 300px;
    overflow: hidden;
   
}
.banner-layer {
    position: relative;
    height: 100%;
    background-image: url(img/trend-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .5s;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.banner-layer:hover{
     transition: 0.5s all;
     transform: scale(1.1);
}
.banner-link{
  color: #fff;
  top: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  margin-top: 80px;
  margin-left: 20px;
  font-family: "Roboto",sans-serif;
}
.banner-link h2{
    color: #fff;
    padding-left: 0;
    margin: 0;
    font-weight: 700;
    line-height: 1;
    font-size: 2.5em;
    margin-top: .2em;
    margin-bottom: .2em;
}
.banner-link h3{
    font-size: 20px;
    padding: 0;
    font-weight: normal;
    margin-top: .2em;
    margin-bottom: .2em;
}
.type-watch{
    height:  250px;
    overflow: hidden;
  
   
}
.type-layer {
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .5s;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    width: 585px;
}
.type-layer:hover{
     transition: 0.5s all;
     transform: scale(1.1);
}
.type-link{
  color: #fff;
  top: 0;
  width: 45%;
  padding: 0;
  position: absolute;
  text-align: left;
  margin-top: 80px;
  margin-left: 20px;
  font-family: "Roboto",sans-serif;
  left: 5%;
  top: 50.3%;
  width: 50%;
  transform: translateY(-100%);
  
}
.type-link.type-link-first{
    transform: translateY(-160%);
}
.type-link h2{
    text-transform: uppercase;
    color: #fff !important;
    padding-left: 0;
    margin: 0;
    font-weight: 700;
    line-height: 1;
    font-size: 40px;
    margin-top: .2em;
    margin-bottom: .2em;
    font-family: "Roboto",sans-serif;
}
.type-link h3{
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;   
    margin-top: .2em;
    margin-bottom: .2em;
}
  
.show-product{
    margin-left: 0;
    padding: 0;
}

.show-product h2{
    font-size: 1.6em;
    line-height: 1.3;
    font-weight: 700;
    font-family: "Roboto";
    margin-top: 0;
    margin-bottom: .5em;
    color: #1c1c1c;
    
}
.most-product-img{
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 3%;

}
/*.most-product-img a img{*/
/*  height: auto;*/
/*}*/
.images-tool{
    padding-bottom: 0;
    padding-left: 0;
    top: 0;
    right: 0;
    position: absolute;
    padding: 10px;
}
.show-on-hover{
    /* opacity: 0; */
    transition: opacity .5s, transform .3s, max-height .6s, filter .6s;
    filter: blur(0);
    pointer-events: none;
}
.button.circle{
    margin-left: .12em;
    margin-right: .12em;
    min-width: 2.5em;
    display: inline-block;
}
.circle{
    border-radius: 100% !important;
    object-fit: cover;
}
.wishlist-icon{
    position: relative;
}
.product-text{
    padding-top: .7em;
    padding-bottom: 1.4em;
    width: 100%;
    font-size: .9em;
    padding-left: 10px;
    padding-right: 10px;
}
.product-text p {
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    height: 55px;
    margin-bottom: 10px;
    color: #3a3a3a;
    font-size: 1.2em;
    font-weight: bold;
    font-family: "Roboto",sans-serif;
}
.product-text p a:hover{
    text-decoration: none;
    color: currentColor;
}
.price-product{
    color: #C89979;
    font-size: 18px;
    font-weight: 700 ;
    text-align: center;
}
.bv{
  color:#ccc;
  text-decoration:line-through;
  font-size:15px;
}
.padding{
  padding-bottom:20px;
}
.add-button a button{
  outline:none;
    background-color: #c89979;
    font-family: "Roboto",sans-serif;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    border-color: rgba(0,0,0,0.05);
    color: #fff;
    margin-right: 0;
    font-weight: bolder;
    border: 1px solid transparent;
    min-height: 2.5em;
    padding: 0 1.2em;
    text-transform: uppercase;
}
.add-button a button:hover{
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}

.menutop{
    background-color: rgb(51,51 ,51);
    color: #fff;
    min-height: 55px;
}
.menutop ul{
    justify-content: center;
    text-align: center;
    list-style-type: none;
    background-color: #353535;
    margin-bottom: 0;
    box-sizing: border-box;
    font-family: "Roboto",sans-serif;

}
.menutop li{
    display: inline-block;
    margin: 0 30px;
    height: 60px;
    line-height: 60px;
}
.menutop li a{
    color: rgb(228, 227, 227);
    font-size: 14px;
    font-weight: 700;
}
.menutop li a:hover{
    color: #c89979;
}
.carousel-item {
    align-items: center;
}

.box{
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    flex: auto;
    box-sizing: border-box;
}   

.menubot ul{
    display: flex; 
    font-size: 25px;
    font-weight: 700;
    list-style-type: none;
    margin-left: 25px;
}
.menubot li{
    margin: 20px;
  
}
.menubot li a{
    color: rgb(28, 28, 28);
    text-decoration: none;
}
.menubot li a:hover{
    color:  #C89979;
}
.w3-sidebar{
  /*padding:30px;*/
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.95) !important;
    
}
.w3-sidebar ul{
    text-align: left;
    padding: 0;
    line-height: 1.6;

}
.w3-sidebar li{
    text-transform: uppercase;
    letter-spacing: .02em;
    color: rgba(102,102,102,0.85);
    transition: all .2s;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    list-style: none;
    font-size: .8em;
    box-sizing: border-box;
}
.name-insert-popup{
  padding-left:5px;
}
.w3-sidebar a li:hover{
    color: currentColor;
    color: rgba(17,17,17,0.85);
    background-color: #ccc !important;  
}

.searching{
    font-size: 13px;
    display: flex;
    margin: 0;

}
input.form-searching{    
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-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;
    outline: none;
    font: inherit;
    margin: 0 !important;
}

#deptraivodich.cart-open{
  display:block !important;
}
.searching button{
    background-color: #c89979;
    color: #fff;
    border-radius: 0 0;
    outline: none;
    border: 0;
    min-width: 2.5em;
    font-size: .97em;
    font-weight: bolder;
    line-height: 2.4em;
    min-height: 2.5em;
    max-width: 100%;
    padding-left: .6em;
    padding-right: .6em;
}
.menu-button{
    color: #fff;
    background-color: #353535;
    border: none;
    font-size: 1.9em !important;
    outline: none;
}

.header-rps-menu{
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #353535;
    display: flex ;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;   
}

.carousel-item img{
    object-fit: cover;
    height: 600px;
    object-position: 100%;
    
}
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}
.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2;
}
.menu-hidding{
    display: none;
}
.logo{
    padding-top: 10px;
    
}

.logo img{
    padding-top: 3px;
}
.box-img{
  margin: auto; 
  border-bottom: 1px solid #eee;
}

.col-inner{
    border: 1px solid #eee;

}
.type-product.col-inner {
    margin-bottom: 30px;
}
.box-text{
   
    padding-top: .7em;
    padding-bottom: 1.4em;
    position: relative;
    width: 100%;
    font-size: .9em;
}

.title-wrap a{
    text-decoration: none !important;
    font-size: 1.2em;
    color: #353535;
    font-family: "Roboto",sans-serif;
}
.title-product a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 1.3em;
    margin-bottom: 10px;
    color: #3a3a3a;
    font-size: 1.3em;
    font-weight: bold;
    font-family: "Roboto",sans-serif;
}
.title-product a:hover{
    color: currentColor;
}
.price span {
    font: .9em;
}
.price {
    color: #C89979;
    font-weight: bolder;
    text-align: center;
    
}

.add-to-cart-button{
    background-color: #c89979;
    width: 113px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 1em;
}

.add-to-cart-button a
{
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    
}
.add-to-cart-button a:hover{
    text-decoration: none;
    color: #fff;
}
.text-under-box a h5{
    margin-top: 20px;
    font-size: 1.3em;
    line-height: 1.2;
    font-family: "Roboto",sans-serif;
}
.text-under-box h5{
    font-family: "Roboto",sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1em;
    margin-top: 0.5em;
}
.text-under-box a{
    text-decoration: none !important;
    font-size: 18.72px;
    font-weight: 700;
    color: #1c1c1c;
    margin-top: 20px;
}
.text-under-box a:hover{
    color:#c89979 ;
}
.text-under-text{
    margin-top: 20px;
    font-size: 1.1em;
    color: rgb(53, 53, 53);
}
.col-inner-banner{
    border: none;
}
.box-img-slide{
    overflow: hidden;   
    height: auto;
    position: relative;
    
    

}
.tab-product {
    overflow: hidden;
  }
  

.box-img-slide img{
    object-fit: cover;
    height: 100%;
    object-position: 60% 50%;
    height: 250px;
}
.box-img-slide img:hover{
    transform: scale(1.1);
    transition: 0.5s all;

}
/* Style the tab */
.tab-product {
    overflow: hidden;
    padding: 10px 0;
    font-weight: bold;
  }
  
  /* Style the buttons inside the tab */
  .tab-product button {
    padding-left: 0%;
    color: #1c1c1c;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding-right: 34px ;
    transition: 0.3s;
    font-size: 1.6em;
    font-family: "Roboto",sans-serif;
    background-color: #fff;
  }
  
  /* Change background color of buttons on hover */
  .tab-product button:hover {
      color: #c89979;
     
  }
  .tab-product button:focus{
      outline: none;
  }
  
  /* Create an active/current tablink class */
  .tab-product button.active 
  {
      background-color: #fff;
      color: #c89979;
     
      
  }
  
  /* Style the tab content */
  .tabcontentpr {
    display: none;
    padding: 16px 0 0;
    border-top: none;
  }
  .col-inner-product{
    
    height: 100%;
    box-shadow: 0 0 2px rgb(0 0 0 / 30%);
    margin: 5px auto;
    
}


.text-footer h2{
    color: #1c1c1c;
    font-weight: 700;
    line-height: 1.3;
    font-size: 1.6em;
    width: 100%;
    margin-bottom: .5em;
    text-rendering: optimizeSpeed;
    margin-top: 0;
    font-family: "Roboto",sans-serif;
    
}
.login-email{
   display: flex;
   justify-content: flex-end;
}
.email-dangki{
    height: 40px;
    border-radius: 3px 0 0 3px;
    border-right: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0);
    background: #f1f1f1;
    border: none;
    outline: none;
    text-align: start;
    padding: 0.75em;
    font-size: 0.97em;
    color: #333;
    max-width: 100%;
    width: 360px;
}


input#btn-gui{
    height: 40px;
    border-radius: 0 3px 3px 0;
    border: none;
    background-color: #c89979;
    color: #fff;
    font-size: .97em;
    box-sizing: border-box;
    font-family: "Roboto",sans-serif;
}
input[type='submit']{
    position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}
.bg-footer{
    background-color: rgb(51,51 ,51);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.inner-col{
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
    margin-top: 0;
    margin-bottom: .5em;
    text-rendering: optimizeSpeed;
    box-sizing: border-box;
}
.inner-col h3{
    color: #fff;
    font-weight: 700;
    font-size: 1.25em;
    width: 100%; 
}
.icon-img{
    width: 14px !important;
    font-size: 16px;
}
.icon-box-text{
    display: flex;
}
.text-box{
    font-size: 14px;
    padding-left: 1em;
    line-height: 1.6;
}
.text-box a{
    text-decoration: none !important;
    color: #fff;
}
.text-box a:hover{
    color: #C89979;
}
.text-box p{
    margin-top: 0;
    margin-bottom: 0rem;
}
.footer-menu-text{
    list-style-type: none;
    padding-left: 0;

}
.footer-menu-text li {
    padding-bottom: 12px;
    color: #fff;
    font-size: 14px;
}

.footer-menu-text li a{
    text-decoration: none !important;
    color: #fff;
    font-size: 14px;
}
.footer-menu-text li a:hover{
    color: #C89979;
}
.section-infor{
    padding-top: 30px;
    padding-bottom: 30px;
}
.detail-company{
    border-top: 1px solid #999;
    padding: 20px 0 20px;
   
}
.last-footer-first{
    float: right;
    padding: 7.5px 0;
}
.last-footer{
    color: #fff;
    font-family: "Roboto",sans-serif;
    line-height: 4em;
    font-size: .9em;
    float: left;
}
.smGlobalBtn{ /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 20px 10px 14px 1.68px;
    
    box-shadow: 0 2px 2px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 15px !important;
    font-weight: normal;
    padding-top: 8px;
    line-height: 2em;
    border-radius: 25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
    width: 35px !important;
    height: 35px !important;
}
.icon-social a:hover{
 
    text-decoration: none;
    color: #fff;
    
}
/* facebook button class*/
.facebookBtn{
    background: #4060A5;
}




/* twitter button class*/
.twitterBtn{
    background: #00ABE3;
}




/* google plus button class*/
.googleplusBtn{
    background: #e64522;
}

/* linkedin button class*/
.linkedinBtn {
    background: #0094BC;
}






/* rss button class*/
.rssBtn{
    background-color: #e88845;
}

.stuck {
    top: 0 ;
    position: fixed ;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    transition: top 0.5s linear 0s;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  }
  .orignal{
    opacity: .6;
    font-weight: normal;
    margin-right: .3em;
  }

@media (max-width: 850px){
    .nextbar, 
    .heading-wraph,
    .menutop{
        display: none;
    }
    .menu-hidding{
        display: block;
    }
  
}
@media (max-width:850px) {
    .banner-link{
        width: 80%;
        font-size: 1.8vw;             
    }
    .type-layer{
        width: auto;
    }
    .type-link{
        width: 85%;
        font-size: .8vw; 
        transform: translateY(-160px);

    }
    .type-link h3{
        line-height: 30px;
        font-size: 18px;
    }
    .type-link.type-link-first{
        transform: translateY(-160px);
    }
    .type-layer.type-layer-second{
        background-position: 92%;
    }
    .type-watch{
        background-color: rgba(0, 0, 0, 1.4);
    }
    .type-layer{
        opacity: 0.5;
    }
}

@media (max-width: 850px) and (min-width:580px){
    .big-banner{
        height: 450px;
    }   
    .carousel-item img {
       
        height: 450px;
        
    }
    .text-banner{
        top: 20%;
        width: 65%;
    }
    .banner-bg{
        height: 250px;
        background-color: rgba(0, 0, 0, 7);
       
    }
    .banner-layer{
        background-position: 66% 4%;
        opacity: 0.6;
        
    }
}
@media (max-width:579px){
    .big-banner{
        max-height: 300px;
        overflow: auto;
    }
    .carousel-item img {
        
        max-height: 300px;
        
    }
    .text-banner{
        top: 50.3%;
        width: 85%;
        transform: translateY(-50%);
        max-height: 100%;
    }
    .banner-bg{
        height: 250px;
        background-color: rgba(0, 0, 0, 10);
       
    }
    .banner-layer{
        background-position: 60% ;
        opacity: 0.8;
        padding-bottom: 30px;
    }
    .banner-link{
        width: 80%;
        
        font-style: 10px;
    }
    .banner-link h3{
        font-size: 2em;
    }
    .box-text{
        font-size: 85%;

    }
    .title-wrap a{
        margin-top: 0;
    }
    .add-button a button{
        font-size: 10px;
    }
    .login-email{
        justify-content: flex-start;

    }
    .text-footer{
        font-size: 80%;
    }
    .col-lg-3.col-md-4.col-6.smal-col {
    padding-left: 0;
}
    .tab-product button{
      font-size:1.5em;
    }

}
@media (max-width:768px){
    .banner-bg{
        height: 250px;
        background-color: rgba(0, 0, 0, 10);
       
    }
    .banner-layer{
        background-position: 60% ;
        opacity: 0.8;
        padding-bottom: 30px;
    }
    .banner-link{
        width: 80%;
        font-size: 100% !important;
        top: 50.3%;
        transform: translateY(-120%);
    }
    .banner-link h3{
        font-size: 2em;
    }
    .type-link h3{
        font-size: 34px !important;
        line-height: 34px !important;
        
        
    }
}
.absolute{
    position: absolute;
    left: 50%;
    top: 80%;
    text-align: center;
    color: #fff;
    /* width: 45%; */

}
.absolute h4{
  color:black;
  padding: 0;
    font-size: 1.5em;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    font-weight: 700;
}
.absolute h1{
  color:black;
  font-size: 3.5em;
    margin-bottom: 0.2em;
    font-weight: 700;
    line-height: 1;
    margin-top: 0.2em;
}

.absolute p{
      display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  color:black;
    margin-bottom: 1rem;
    margin-top: 1rem;
    line-height: 1.6;
    padding:0 10px;
}
.absolute a{
      outline: none;
    border: 2px solid;
    border-radius: 5px;
    background-color: aliceblue;
    cursor: pointer;
        padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.absolute a:hover {
    background-color: #c89979 !important;
    border: 1px solid #c89979 !important;
}
@media (max-width:768px){
  .absolute h1{
    font-size:1.25em;
  }
  .absolute{
    left:0;
    text-align:center;
    width:100%;
  }
  .absolute h4{
    font-size:1em;
  }
}
@media (max-width:475px){
  .absolute p{
    display:none;
  }
}
@media (min-width:850px) and (max-width:1064px){
    .type-link-first{
      transform: translateY(-150%);
      
    }
    .type-link-second{
        transform: translateY(-90%);
    }
    .type-layer{
        width: auto;
    }
}

@media (max-width:850px) {
    .banner-link{
        width: 80%;
        font-size: 1.8vw;             
    }
    .type-layer{
        width: auto;
    }
    .type-link{
        width: 85%;
        font-size: .8vw; 
        transform: translateY(-160px);

    }
    .type-link h3{
        line-height: 30px;
        font-size: 18px;
    }
    .type-link.type-link-first{
        transform: translateY(-160px);
    }
    .type-layer.type-layer-second{
        background-position: 92%;
    }
    
    .type-watch{
        background-color: rgba(0, 0, 0, 1.4);
    }
    .type-layer{
        opacity: 0.5;
    }
}
@media (max-width:700px){
    .last-footer, .last-footer-first{
        float: none;
    }
    .detail-company{
        text-align: center;
    }
}

.logo-pancake img{
  width:100px;
  height:auto;
}
.cart-icon i{
  font-size:30px;
}
.cart-icon .remove-small i{
  font-size:20px;
}







/*tapj nha?m*/
                       
  .list_menu {
                                position: relative;
                            }
                            
                            .list_menu:hover {
                                background: rgb(214, 211, 206) !important;
                            }
                            
                            .dropdown-menu-1 {
                                position: absolute;
                                display: none;
                                float: left;
                                min-width:160px;
                                white-space: nowrap;
                                background: white;
                                font-size: 14px;
                                text-align: left;
                                list-style: none;
                                box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
                                z-index: 10;
                            }
                            
                            .dropdown-menu-2 {
                                position: absolute;
                                display: none;
                                float: left;
                                min-width: 160px;
                                white-space: nowrap;
                                background: white;
                                font-size: 14px;
                                text-align: left;
                                list-style: none;
                                box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
                                top: 0px;
                                right: -160px;
                            }
                            
                            .spanx {
                                color: #333;
                            }
                            
                            .list_menu:hover .dropdown-menu-1 {
                                background: #f7f7f7 !important;
                                display: block !important;
                            }
                            
                            .li-list-down:hover {
                                background: #e6e4e4!important;
                            }
                            
                            .li-list-down1:hover {
                                background: #e4e0e0!important;
                            }
                            
                            .li-list-down {
                                padding: 0px 10px;
                                /* border: 1px solid #dfdcdc; */
                            }
                            
                            .the-a:hover {
                                color: black !important;
                            }
                            
                            .li-list-down1:hover .dropdown-menu-2 {
                                background: #f7f7f7 !important;
                                display: block !important;
                            }     
                            
                            /*css-product-cart*/
                            /* css-breadcrumb */
    
    .header-navigate .breadcrumb {
        margin: 0px;
        background: none;
        padding: 8px 0px;
        list-style: none;
    }
    
    .mb15 {
        margin-bottom: 15px;
    }
    
    .span-login {
        font-size: 14px;
        color: #030303;
        white-space: normal;
        display: inline-block;
        font-weight: bold;
    }
    /* css-box img-product */
    
    #surround {
        margin-bottom: 15px;
    }
    
    .mTSWrapper {
        position: relative;
        overflow: hidden;
        height: 100%;
        max-width: 100%;
        outline: none;
        direction: ltr;
    }
    
    .mTSContainer {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
    
    .mTS-buttons-out .mTS_vertical .mTSThumbContainer {
        margin: 6px 0;
    }
    
    #sliderproduct .product-thumb a {
        display: block;
        text-align: center;
        border: 1px solid #e7e7e7;
    }
    
    #surround .product-image-feature {
        margin-bottom: 10px;
        display: block;
        margin: auto;
        pointer-events: none;
    }
    /* img {
        width: 100%;
    } */
    
    .lazy-load-ball {
        height: 300px;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
    
    .uil-ring-css {
        background: none;
        position: relative;
        width: 200px;
        height: 200px;
        transform: scale(0.44);
        margin: auto;
    }
    
    .uil-ring-css div {
        position: absolute;
        display: block;
        width: 160px;
        height: 160px;
        top: 20px;
        left: 20px;
        border-radius: 80px;
        box-shadow: 0 6px 0 0 #59ebff;
        animation: uil-ring-anim 1s linear infinite;
    }
    /*information-product  */
    
    .information-product .product-title h1 {
        font-size: 20px;
        margin: 0 0 10px;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
    }
    
    .information-product .product-sku-date .product-sku {
        font-size: 13px;
    }
    
    .information-product .product-price {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    #lhb-ori-price {
        color: #252a2b;
        font-size: 20px;
        margin-right: 10px;
    }
    #lhb-price{
      color: #e01b22;
        font-size: 20px;
        margin-right: 10px;
        margin-bottom:10px;
    }
    .variant-style .selector-wrapper,
    .variant-style .select-wrapper {
        margin-bottom: 10px;
    }
    
    .variant-style .selector-wrapper label {
        vertical-align: middle;
        font-weight: normal;
        margin-right: 10px;
    }
    
    label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
    }
    
    .style-variant-template {
        display: inline-block;
        vertical-align: middle;
    }
    
    input[type='checkbox'],
    input[type='radio'] {
        margin-top: 0;
        vertical-align: top;
        width: 16px;
        height: 16px;
        appearance: none;
        margin: 2px 0;
    }
    
    /*.acctive {*/
    /*    border: 1px solid #D87C7C;*/
    /*    background: url(https://theme.hstatic.net/1000213616/1000273130/14/bg-variant-checked.png) no-repeat right bottom #fff;*/
    /*}*/
    
    .style-variant-template li span {
        display: block;
        padding: 6px 8px;
        /* background: #fff; */
        cursor: pointer;
        /* border: 1px solid #ccc; */
        font-weight: 400;
    }
    
    .style-variant-template span img {
        margin-right: 3px;
    }
    
    .style-variant-template input {
        display: none;
    }
    
    .style-variant-template {
        display: inline-block;
        vertical-align: middle;
    }
    
    .variant-style.qty-btn-1 {
        float: left;
        background: #fff;
        border: solid 1px #E5E5E5;
        cursor: pointer;
        font-weight: 600;
        font-size: 16px;
        outline: none;
        height: 32px;
        width: 32px;
        text-align: center;
        border-radius: 0;
    }
    
    .variant-style#quantity {
        background: #FFF;
        font-weight: 600;
        height: 32px;
        padding: 0;
        text-align: center;
        width: 70px;
        border: 1px solid #E5E5E5;
        border-left: none;
        border-right: none;
        border-radius: 1px;
        float: left;
        -webkit-appearance: none;
    }
    
    .btn-style-add-addtocart
    {
        border-radius: 3px;
        margin-right: 15px;
      
        border: none;
        position: relative;
        display: inline-block;
        background: #7dc558;
        font-weight: 500;
        height: 48px;
        width: 160px;
        color: #ffffff;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .btn-style-buynow-addnow {
        border-radius: 3px;
        margin-right: 15px;
       
        border: none;
        position: relative;
        display: inline-block;
        background: #05b2e9;
        font-weight: 500;
        height: 48px;
        width: 160px;
        color: #ffffff;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    
    .variant-style.btn-style-add .icon_cart_btn,
    .variant-style.btn-style-buynow .icon_cart_btn {
        background:  center center no-repeat #7dc558;
        width: 48px;
        height: 48px;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 3px 0 0 3px;
    }
    
    .variant-style .btn-style-buynow {
        background: #05b2e9;
       
    }
    
    .variant-style .btn-style-buynow .icon_cart_btn {
        background:  #05b2e9;
    }
    /*css-hover*/
    .btn-style-add-addtocart:hover {
       
        background: #5dba2d !important;
    }
    .btn-style-buynow-addnow:hover {
        background-color: #0ca0cf !important;
    }
    /* css-box-service-product */
    
    .box-service-product .header-box-service-product {
        background: #f6f6f6;
        border-top: 1px solid #e0e0e0;
        padding: 10px;
    }
    
    .box-service-product .header-box-service-product .title {
        font-size: 15px;
        font-weight: bold;
        color: #f77705;
    }
    
    .box-service-product .header-box-service-product .content {
        font-size: 13px;
        color: #666;
    }
    
    @media (min-width: 1200px) {
        .border-service-product {
            border-bottom: 1px solid #e0e0e0;
        }
        .border-service-product {
            padding: 10px 0;
        }
    }
    
    .box-service-product .content-box-service-product .content-server {
        font-size: 12px;
        color: #666;
    }
    /* css-product-comment */
    
    .product-tablist {
        background: #e7e7e7;
    }
    
    .nav-tabs {
        border-bottom: 1px solid #ddd;
    }
    
    .product-tablist.nav-tabs li a {
        border-radius: 0;
        margin: 0;
        text-transform: uppercase;
    }
    
    .product-tablist.nav-tabs>li.active {
        position: relative;
    }
    
    .product-tablist.nav-tabs>li.active a {
        border-top: 3px solid #58b3f0;
        border-left: 1px solid #E5E5E5;
        border-right: 1px solid #E5E5E5;
        border-bottom: 1px solid #fff;
        color: #365DB5;
        font-weight: bold;
        background: #fff;
    }
    /* css-tab-pen */
    
    #description {
        min-height: .01%;
        overflow-x: auto;
        border: solid 1px #E5E5E5;
        border-top: none;
    }
    
    .product-description-wrapper {
        padding: 20px;
    }
    
    b,
    strong {
        font-weight: 700;
    }
    /* css-list-product */
    
    .wrapper-product-related .title-group-related .title-group {
        margin: 0;
        padding: 21px 15px 15px;
        font-size: 15px;
        background: #e7e7e7;
        text-transform: uppercase;
    }
    
    .list-product-related {
        border: 1px solid #e7e7e7;
        border-top: 0;
        padding: 10px;
    }
    
    .flexbox-auto-100px {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100px;
        flex: 0 0 100px;
    }
    
    .list-product-related .product-title {
        margin: 0;
        font-size: 15px;
        line-height: 20px;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -moz-line-clamp: 2;
        -moz-box-orient: vertical;
        height: 39px;
        /* margin-bottom: 5px; */
    }
    /* css-product-review */
    
    .style-list-review li {
        float: left;
        margin: 0 5px 5px 0;
        width: 80px;
        height: 80px;
        border: 1px solid #c4b9b9;
        background: #f5f5f5;
    }
    /* css-check*/
    .checks {
      display: block;
    padding: 6px 8px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    font-weight: 400;
    /*justify-content: center;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*color: #a89842;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*background-color: white;*/
    /*margin-left: 20px;*/
    /*border: 1px solid lightgrey;*/
    /*border-radius: 5px;*/
    /*font-size: 10px;*/
    /*padding: 0px 10px;*/
}
.checks.active {
    border: 1px solid #D87C7C;
        background: url(https://theme.hstatic.net/1000213616/1000273130/14/bg-variant-checked.png) no-repeat right bottom #fff;
}
.tvh-text{
  margin-right:20px;
}
.stuckk{
  border-bottom: 1px solid red;
}