.img-banner_home{
  height:100%;
  width:100%;
  object-fit:cover;
}
a{
  text-decoration:none;
}
a:hover{
  text-decoration:none;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
.homeDNT{
  position:relative;
}
.main-box-dnt{
  max-width: 425px;
  padding-bottom: 80px;
  margin:auto;
}

.mainDNT{
    position: absolute;
    z-index: 99;
    top: 0;
    display: block;
    margin: auto;
    width: 100%;
    padding: 24px 12px;
}
.dnt-home_logo img{
    border-radius: 50%;
    width: 96px;
    height: 96px;
    display: block;
    object-fit: contain;
    object-position: initial;
    margin: 0 auto 16px;
    filter: none;
}
.dnt-titleHome1{
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.5;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    margin: 0;
    overflow: hidden;
}
.dnt-titleHome2 {
    padding: 0px;
    margin: 0px;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    color: rgb(255, 255, 255);
    margin-bottom: 32px;
}
.category-collectionDNT{
    font-weight: 700;
    z-index: 0;
    overflow: hidden;
    margin-bottom: 16px;
    transition: box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;
    border: 2px solid rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    color: rgb(61, 59, 60);
    border-radius: 0px;
    display: block;
    padding: 16px 20px;
    text-align: center;
}
.category-collectionDNT:hover {
    background: transparent;
    color: #fff;
}
.socialHome{
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}
.socialHome a img{
  width:40px;
  height:40px;
  object-fit:cover;
}
.socialHome a {
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
}
.margin-topResponsive{
  margin-top:170px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: black !important;
}
.swiper-pagination-bullet{
  background: white !important;
}

.valueChild{
  position:relative;
  border: 2px solid #ddd;
  background-color: white;
  color:black;
  margin: 5px 5px;
  padding:5px;
  min-width:70px;
  min-height:70px;
  cursor: pointer;
  text-align:center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.valueChild:hover{
  border: 2px solid #ee4d2d;
}
.valueChild.active{
   border: 2px solid #ee4d2d;
  color:black;
  /*background: url(https://theme.hstatic.net/1000290074/1000712859/14/bg-variant-checked.png) no-repeat right bottom #fff;*/
}
 /*blog*/
 .wrapper-dnt-blog{
  
    max-width: 1000px;
    margin: 0 auto;
    padding:0 15px;
 }
 .blog-title a{
    display: inline-block;
    font-weight: bold;
    color: #333333;
 }
 .blog img{
   width:100%;
 }
 .blog-info{
   color: gray;
    display: inline-block;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #aaa;
 }
 .title-blogDNT{
    font-size: 21px;
    color: #333333;
    padding: 0px;
    margin: 0px;
 }
 .aside-title{
   display: block;
    font-size: 21px;
    color: #333333;
    padding: 0px;
    margin: 0px 0px 5px 0px;
 }
 .nobllets{
    position: relative;
    display: inline-block;
    padding-left: 15px;
    color: #333333;
 }
 .nobllets:hover{
   color: #333333;
 }
 .nobllets:hover::after{
   width: 100%;
   
 }
 .nobllets::after{
    content: '';
    display: block;
    border-bottom: 1px solid #000000;
    width: 0;
    position: absolute;
    left: 0;
    -webkit-transition: 1s ease;
    transition: 1s ease;
 }
 .markerLiDnt::marker {
  content: '\f111';
  font-family: FontAwesome;
  font-size: 6px;
  color: #333333;
}
.wrapper-dnt-blog .blog img{
  display:block;
  margin:auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.aside-posts ul {
  margin:0;
  padding:0;
}


/*header*/
#headerWrapper {
    border-bottom: 1px solid rgba(255,255,255,.8);
    top: 0;
    height:auto;
      transition: all .6s ease;
}
#headerWrapper.active{
  height:100%;
 
}


#headerWrapper {
 
    position: relative;
    width: 100%;
    z-index: 9009;
    line-height: 1;
    letter-spacing: 0;
}
#headerWrapper {
    transition: left .3s ease-in-out;
    left: 0;
    position: fixed;
}
#headerWrapper header {
    padding: 25px 0;
    position: relative;
}
#header {
    background-color: #fff;
}
.ctrl-button {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}
.ctrl-button.menu {
    display: none;
}
.ctrl-button {
    display: inline-block;
    text-align: center;
    padding: 0 8px;
}
.ctrl-button {
    font-size: 13px;
}

.ctrl-button a {
    cursor: pointer;
    color: #7d7d7d;
    transition: color .3s;
}
.ctrl-button a {
    font-size: 22px;
    line-height: 1.5em;
    margin-left: 16px;
}
a {
    text-decoration: none;
}
#logo {
    display: inline-block;
    vertical-align: middle;
    padding-left: 35px;
}
#logo .logo-image {
    margin: 0;
}
#logo h1 {
    line-height: 0;
    margin: 0;
    width: 100%;
}
#logo h1 a {
    display: inline-block;
    white-space: nowrap;
}
#logo .logo-image img {
    max-height: 70px;
    max-width: 100%;
}
#topNav {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.ctrl-button.menu {
    display: none;
}
.ctrl-button2.menu{
  display:none;
}
#topNav .main-nav ul li {
    display: inline-block;
    margin: 0;
    margin-right: 25px;
    position: relative;
}
#topNav .main-nav li a {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-transform: lowercase;
    display: block;
    color: #7d7d7d;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}
#topNav .main-nav ul {
    margin: 0;
    padding-left: 33px;
}

 #mobile-navigation.active{
    display:block;
    height:auto;
  }
  .menu-dropdown{
    padding:0px 15px;
  }
  .products-collection2{
    margin-left:20px;
  }
  .menu-2moblie{
    display:none;
  }
  .menu-2moblie.active{
    display:block;
  }
  
  .products-collection2{
    border-bottom: 1px dashed #e6e6e6 !important;
  }
  #mobile-navigation {
    display:none;
  }
   .page-collection{
     position: relative;
  }
  .menu-pc-con {
    display: none;
    background-color: white;
    color: black;
    min-width: 230px;
    position: absolute;
    top: 100%;
    z-index: 99;
    text-align: start;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
}

  .ul-menu-con-pc {
      margin: 0px !important;
      padding: 0px !important;
      width: 100%;
      list-style-type: none;
  }
  
  .page-collection:hover .menu-pc-con {
      display: block;
  }
  .hoverBorder:hover:after{
    width: 100%;
   
  }
  .hoverBorder::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #000000;
    transition: all .6s ease;
   
  }
  .menu-con {
      width: 100%;
      padding: 8px 15px;
      color: black;
      display:block;
      margin:0px !important;
      border-bottom: 1px dashed #e6e6e6;
      
      
  }
  .none-color2{
    position:relative;
  }
   .none-color2:hover:after{
    width: 100%;
   
  }
  .none-color2::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #000000;
    transition: all .6s ease;
  }
  
.cart-item__thumbnail-quantity2 {
    font-size: 12px;
    position: absolute;
    top: -13px;
    right: -20px;
    height: 20px;
    min-width: 20px;
    color: #fff;
    background-color: #768B98;
    padding: 2px 4px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s;
}
  @media only screen and (max-width: 736px){
    #topNav{
      display:none;
    }
    .cart-item__thumbnail-quantity3 {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 50px;
    height: 20px;
    min-width: 20px;
    color: #fff;
    background-color: #768B98;
    padding: 2px 4px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s;
}
    .wrapper-dnt-blog .blog img{
      width:100%;
    }
    .margin-topResponsive{
      margin-top:70px !important;
    }
    #headerWrapper{
      border-bottom-width: 0;
    }
      #headerWrapper #header #logo {
      position: static;
    }
    #header #logo {
      display: block;
      max-width: none;
      text-align: center;
      padding: 0 54px;
    }
    #headerWrapper #header #logo .logo-image a {
    display: inline-block;
    vertical-align: middle;
    line-height: 0em;
    width: 100%;
    }
    #header #logo .logo-image img {
        max-height: 42px;
    }
    #headerWrapper #header #logo h1 {
        line-height: 37px;
    }
    #headerWrapper #header {
    padding: 0;
    height: 44px;
    border-bottom: 1px solid rgba(255,255,255,.8);
    }
    .ctrl-button.menu {
      cursor: pointer;
      display: block;
      position: absolute;
      text-align: left;
      top: 50%;
      margin-top: -16px;
    }
    .ctrl-button2.menu{
      cursor: pointer;
      display: block;
      position: absolute;
      text-align: right;
      top: 50%;
      right: 16px;
      margin-top: -13px;
      font-size: 23px;
      color: #7d7d7d !important;
    }
    .ctrl-button {
      padding: 0;
    }
    #mobile-navigation {
    display: block;
    position: absolute;
    width: 100%;
    top: 43px;
    bottom: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
     transition: all .6s ease;
  }
 
    #mobile-navigation>ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }
  #mobile-navigation>ul li {
    color: #7d7d7d;
    font-size: 18px !important;
    line-height: 44px;
    border-bottom: 1px solid rgba(255,255,255,.8);
  }
  #mobile-navigation>ul a {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 17px;
    color: #7d7d7d;
    text-decoration: none;
    font-size: 18px !important;
    -webkit-tap-highlight-color: rgba(0,0,0,.7) !important;
    }
  }
  
  /*cart*/
  
  .title-carts {
    font-size: 16px;
    font-weight: bold;
    color: red;
}

.blue-tb {
    color: #0000ff;
    font-size: 15px;
}

.thamkhao {
    margin: 15px 0px;
    color: black;
    font-size: 15px;
}

.thamkhao a {
    color: black;
    font-weight: bold;
}

.thamkhao a:hover {
    color: #D3AD51;
    text-decoration: none;
}

.table-cart {
    width: 100%;
}


.quantity-cart{
  text-align:center !important;
}
.img-w-h {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin:auto;
}
.img-w-h a img {
  width:100%;
  height:100%;
}

.tableCart{
  border:1px solid #ccc;
}
.cart_item td {
    padding: 30px 30px;
    text-align: left;
   
    text-align: left;
    border-bottom: 1px solid #ccc;
    line-height: 1.3;
    font-size: 14px;
}
.tab-responsite{
  overflow-y:hidden;
}
.color-red {
    color: red;
    font-weight: bold;
}

.cart-item th {
    text-align: left;
    padding: .5em;
    text-align: left;
    border-bottom: 3px solid #ececec;
    line-height: 1.3;
    font-size: 14px;
}

.btn-continue {
    padding: 3px 10px;
    background: black;
    outline: none;
    border: none;
    color: white;
    text-transform: uppercase;
    text-align:center;
}
.btn-continue a{
   color: white;
}
.btn-continue a:hover{
   color: black;
   text-decoration:none;
}
.btn-continue:hover {
    color: black;
    background: white;
    border:1px solid black;
}
.align-center{
  text-align:center;
}
.btn-update {
     padding: 3px 33px;
    background: black;
    outline: none;
    border: none;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
button[disabled]{
     cursor: not-allowed !important;
     opacity: .3;
}
.total-table {
    width: 100%;
    margin-bottom: 1em;
    border: none !important;
}





.woocommerce-Price-amount {
    float: right;
}

.title-plus {
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
    padding-bottom: 5px;
    
    border-bottom: 1px solid #979797;
}

.cart-subtotal {
    margin: 15px 0px;
     border-bottom: 1px solid #979797;
}


.order-total {
    margin: 15px 0px;
    border-bottom: 1px solid #979797;
    font-size: 20px;
    font-weight: bold;
}

.prdall {
    padding: 10px 0px;
}

.border-leftss {
    border-left: 1px solid #ececec;
}

.thtt {
    width: 100%;
    margin: 15px 0px;
    background: black;
    outline: none;
     border:none;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 15px;
    font-size: 16px;
    text-align:center;
}

.thtt:hover {
    background: white;
    color:black;
    text-decoration:none;
    border:1px solid black;
}

.widget-title {
    background: #f1c40f;
    line-height: 34px;
    padding-left: 10px;
    padding-top: 3px;
    border-left: 10px solid #252424;
    letter-spacing: 0;
    border-bottom: 3px solid #ececec;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.code-discount {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    outline: none;
    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;
}

.accept-ap {
    width: 100%;
    background-color: #f9f9f9;
    text-shadow: 1px 1px 1px #fff;
    color: #666;
    border: 1px solid #ddd;
    text-transform: none;
    padding: 3px 0px;
}

.accept-ap:hover {
    background-color: #ddd;
}

.product-name-cart{
  min-width:200px;
  /*word-break: break-word;*/
}
.tt-price-total{
  white-space:nowrap;
}
.product-name-cart a {
  color:black;
  font-size: 16px;
  text-transform: uppercase;
}
.product-name-cart a:hover{
  text-decoration:none;
  color:#d6b257;
}
.remove-item3 a i {
    color: #000;
}

.remove-item3:hover {
    color: #000;
}

.remove-item3 a:hover {
    color: #000;
    text-decoration: none;
}
.is-flex{
  display:flex;
}
.totalcart{
  font-size: 14px;
    padding: 30px 20px 15px;
    background-color: #f5f5f5;
}
.bttn-right2 {
    width: 30px;
    height: 35px;
    outline: none;
    border: 1px solid #ddd;
    background-color: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.09);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.bttn-left2 {
    width: 30px;
    height: 35px;
    outline: none;
    border: 1px solid #ddd;
    background-color: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.09);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.input-quantity {
    width: 70px;
    height: 35px;
    outline: none;
    border: 1px solid #ddd;
    background-color: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.09);
    text-align: center;
}

/*modal*/

.modal-chooseDate{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 99999;
  
}

.modal-dateContent{
    position: relative;
    max-width: 800px !important;
    margin: auto !important;
    background: white !important;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
    text-align: center;
    border-radius:10px;
    box-shadow: rgba(255, 255, 255, 0.25) 0px 14px 28px, rgba(255, 255, 255, 0.22) 0px 10px 10px;
}
button.closeModal {
    display: block;
    margin: auto;
    margin-top: 40px;
    border: 1px solid;
    outline: none;
    padding: 15px 30px;
    background: #000;
    color: white;
    border-radius: 20px;
}
.background-succ {
  display:none;
  background-color:#222;
  color: #fff;
  top: 0;
  left: 0;
  width: 400px;
  z-index: 99999999;
  height: 215px;
  position: absolute;
  display: none;
  justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}

.background-succ .content2 {
  padding-top: 50px;
  position: relative;
  text-align: center;
}

.background-succ .content2 img {
  width: 60px;
  height: 60px;
  filter: contrast(0);
}

.background-succ .content2 p {
  display: block;
  font-size: 18px;
  margin-top: 1rem;
  font-weight: 500;
  color: #fff;
}
.dnt-bt-addmore{
  border:none;
  outline:none;
  background:black;
  color:white;
  border:1px solid #000;
  padding:0px 10px;
  
}
.dnt-bt-addmore:hover{
   background:white;
  color:black;
}
.swiper-button-next:after, .swiper-button-prev:after {
    content: none !important;
}
.dnt-bt-next,.dnt-bt-prev i{
  color:black;
  font-size:30px;
}

/*category-new*/
.template-prod-cate-img{
  position:relative;
  overflow:hidden;
 
}
.template-prod-cate-img img {
  aspect-ratio: 4/5;
  object-fit: cover;
}
#productGallery img{
  aspect-ratio: 4/5;
  object-fit: cover;
}
.dnt-cate-img-1{
  width:100%;
  
}
.cate-template-prod{
    border: 1px solid #e2e2e2;
    padding: 25px 25px 25px 25px;
}
.cate-pro-name{
  font-size:18px;
  font-weight:700;
}
.cate-checkship{
  font-style: italic;
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.price-cate {
  border-bottom: 1px solid #ebebeb;
}
.addcart-cate{
    display: flex;
    display: -webkit-flex;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 41px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    padding: 0 40px;
    transition: all .3s;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
}
.addcart-cate:hover{
  background:#000;
  color:white;
}
.wish-cate{
    position: relative;
    height: 41px;
    width: 39px;
    margin-left: 5px;
    border: 1px solid #000;
    transition: all .4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wish-cate:hover{
  background:#000;
  color:white;
}
.quantity-numberMB{
    position: absolute;
     height: 20px;
    min-width: 20px;
    color: #fff;
    background-color: #768B98;
    padding: 2px 4px;
    border-radius: 10px;
    text-align: center;
    line-height: 17px;
     top: -5px;
    right: -13px;
    font-size: 12px;
}
@media screen and (max-width:992px){
  .form-add{
    width:100%;
  }
  .addcart-cate{
    width:100%;
  }
  .wish-cate{
    width:20%;
  }
}
.outStock{
  position:absolute;
  top:0;
  right:0;
  background: rgba(0,0,0,0.7);
  padding:10px 15px;
  color:white;
  text-align:center;
}
.disabal_allelement{
  position: absolute;
    z-index: 10000;
    background: rgba(0,0,0,0.5);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.content_dislabale{
  background: white;
    position: relative;
   
   padding:40px;
    margin: auto;
    height: 100%;
}
