.thumbnail-template-product{
  padding:15px 0px;
  background:var(--main-color);
}
.title-name-prod{
  padding-bottom:10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
}
#breadcrumbs-dnt{
  box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: transparent;
    margin-bottom: 0;
    flex-wrap: wrap;
    list-style:none;
}
#breadcrumbs-dnt li a{
  color:white !important;
}
#breadcrumbs-dnt li:first-child a:before {
    content: "\f015";
    font-family: FontAwesome;
    font-size: 16px;
}
#breadcrumbs-dnt>li:before {
    padding-right: 2px;
}
#breadcrumbs-dnt>li:not(:first-child):before {
    content: "\f105";
    font-family: FontAwesome;
    padding: 0px 8px;
    font-size: 16px;
}
/*.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {*/
/*    content: none !important;*/
/*}*/
/*.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {*/
/*    content: none !important;*/
/*}*/
.slide-thumbnail-dnt{
    width: 73px !important;;
    min-height: 60px !important;;
    padding:2px;
}
.swiper-slide.swiper-slide-thumb-active{
 border: 2px solid var(--main-color)
}
.slide-thumbnail-dnt{
  border: 2px solid transparent;
}
.slide-thumbnail-dnt img{
    min-height: 60px;
    height: 60px;
    border: 1px solid #E6E6E6;
    float: left;
    object-fit: cover;
    padding: 5px;
  
}
.dnt-img-slide-big{
 aspect-ratio: 1/1;
 object-fit: cover;
}
.icon-play-img-dnt{
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    right: 40%;
}
.title-product-template-dnt{
    font-size: 20px;
    line-height: 1.5;
    color: #ff6600;
    font-weight: bold;
}
.sku-product-template-dnt{
      color: #6c757d 
}
.border-bottom-dnt{
  width:100%;
  border-bottom: 1px solid #ededed;
}
.tmp-prod-price{
    color: #3f3f3f;
    box-sizing: border-box;
    font-size: 30px;
    font-weight:700;
  
}
span.tmp-prod-sale {
    padding: 3px 10px;
    background: var(--main-color);
    color: white;
}
.tmp-prod-org_price{
  color: #6c757d ;
}
.valueChild{
    padding: 2px;
   align-items: center;
  color:black;
  background:white;
  box-shadow: 0 0 0 0.07rem #d5d5d5;
  cursor: pointer;
  margin: 5px 10px 5px 0;

}
.valueChild.active{
  color:white;
  background:#e32124;
 
}
.valueChild2{
   position: relative;
  height: 45px;
   width: 45px;
   padding: 2px;
   align-items: center;
   box-shadow: 0 0 0 0.07rem #d5d5d5;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 5px 10px 5px 0;
    position: relative;
    white-space: nowrap;
}
.valueChild2.active{
  box-shadow: 0 0 0 0.1rem #d26e4b;
}
/*.valueChild2:hover::after{*/
/*  display: block;*/
/*  content: attr(data-value);*/
/*  position: absolute;*/
/*  background-color: rgba(0, 0, 0, 0.8);*/
/*  border-radius:2px;*/
/*  padding:2px;*/
/*  color:white;*/
/*  top: -34px;*/
/*  border-width: 5px;*/
/*  border-style: solid;*/
/*  border-color: black transparent transparent transparent;*/
/*}*/


.valueChild2 .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  margin-left: -60px;
}

.valueChild2 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.valueChild2:hover .tooltiptext {
  visibility: visible;
}
.qty-minus{
  width: 48px;
    height: 40px;
    border: 1px solid #DDE1EF;
    background-color: #fff;
    font-size: 18px;
    padding: 0;
    font-weight: 400;
    border-radius: 0;
    border-radius: 20px 0px 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qty-plus {
    width: 48px;
    height: 40px;
    border: 1px solid #DDE1EF;
    background-color: #fff;
    font-size: 18px;
    padding: 0;
    font-weight: 400;
    border-radius: 0;
    border-radius: 0px 20px 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qty-text{
  width: 55px;
    height: 40px;
    border: #DDE1EF solid 1px;
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin: 0;
    color: #333f48;
    padding: 0;
    text-align: center;
    font-size: 18px;
    min-height: unset;
    
}
.default-btn-dnt{
  width:50%;
  padding: 10px;
  font-size: 16px;
  border:none;
  outline:none;
  font-weight: 700;
  text-transform: uppercase;
   background-size: 300% 100%;
   moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
   cursor: pointer;
   border-radius:23px;
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}
.btn-buy-now-prod:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #e32124, #40e495, #e32124, #e32124);
  box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}
.btn-add-cart-prod:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #fed835, #e43603, #fed835, #fed835);
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}

.default-btn-dnt:focus {
    outline: none;
}
.default-btn-dnt.btn-buy-now-prod{
  margin-right:10px;
  background-color: var(--main-color);
  color:white;
  
}
.default-btn-dnt.btn-add-cart-prod{
  margin-left:10px;
  background-color: #fed835;
  
}
.btn-contacts{
    max-width: none;
    background-color: none;
    color: #000 ;
    border: 1px #999 solid;
    padding: 10px 0;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    height: auto;
     cursor: pointer;
     moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border-radius:5px;
    
}
.btn-contacts:hover{
  color:white;
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  background-image: linear-gradient(to right, #e32124, #e32124, #e32124, #e32124);
  box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}
.modal-contain-contacts{
   background-color: #FFF;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    display: none;
    overflow: auto;
}
.over-play-dnt{
   background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 100;
    display: none;
    overflow: auto;
    bottom: 0;
    left: 0;
}
.modal-contain-contacts .close {
    padding: 15px;
    position: absolute;
    right: 0;
    z-index: 9;
    color:white;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
}
.modal-contain-contacts .tragop-container {
    background-color: var(--main-color);
    height: 100vh;
}
.tragop-container {
    padding: 20px 50px;
    position: relative;
}
.body p{
  color:white;
}
.tragop-container .header {
    color:white;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    padding: 15px 0;
}
#lienhelai-container .areainfo .left {
    float: left;
    width: 100%;
    margin-right: 0;
}
.tragop-container input {
    display: block;
    padding: 8px 0;
    height: 38px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    margin: 0 0 5px 0;
    text-indent: 10px;
    width: 100%;
}
.btn-dathang {
   color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
    border-radius: 0;
    max-width: 50%;
}
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: white;
  display:flex;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: var(--main-color);
  color:white;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: var(--main-color);
  color:white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.img-additional_info img{
 
  max-width: 100%;
    /* object-fit: cover; */
    height: auto;
}
.pick-size.values-attributes{
  flex-wrap: wrap;
}
.image-product-big{
  border: 1px solid #ddd;
}
.box-images-product{
  display: inline-block;
    width: 90px;
    height: 70px;
    font-size: 12px;
    margin: 5px;
    cursor: pointer;
    line-height: 1.7;
    color: #333;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 10px;
}
.box-images-product .icon {
    display: block;
    border: 1px solid #ddd;
    line-height: 40px;
    padding: 10px;
    font-size: 30px;
}
.box-images-product:hover{
  color:var(--main-color);
  
}
.modal-slide-imgaes{
  display:none;
   position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    z-index: 9999;
  
}
.modal-slide-imgaes__box-slide{
    position: relative;
    max-width: 800px;
    margin: auto;
    background: white;
    padding: 30px;
    top: 50%;
    transform: translateY(-50%);
}
#img-big-slide{
  cursor: zoom-in;
}
.control-remote{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.dnt-prod-pagination{
  position:relative;
  color:white;
  bottom: 0;
  margin-left: 10px;
  margin-top: 10px;
}
.clos-modal-images{
  color:white;
  bottom: 0;
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.review-product-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
   display:inline-block;
   border-bottom: 3px solid #E8C453;
   padding-bottom: 7px;
}
/*.infor-review{*/
/*  border-top:1px solid #D9D9D9;*/
/*  border-bottom:1px solid #D9D9D9;*/
/*}*/
.rat-border-100{
  position:relative;
  background: #D9D9D9;
  border-radius: 10px;
  width:60%;
  margin:0px 10px;
  height:6px;
}

#rate-5.rat-border-100::after{
     position: absolute;
    content: "";
    top: 0;
    background: #989898;
    bottom: 0;
    border-radius: 10px;
    width:100%;
   
}
#rate-4.rat-border-100::after{
     position: absolute;
    content: "";
    top: 0;
    background: #989898;
    bottom: 0;
    border-radius: 10px;
    width:80%;
   
}
#rate-3.rat-border-100::after{
     position: absolute;
    content: "";
    top: 0;
    background: #989898;
    bottom: 0;
    border-radius: 10px;
    width:50%;
   
}
#rate-2.rat-border-100::after{
     position: absolute;
    content: "";
    top: 0;
    background: #989898;
    bottom: 0;
    border-radius: 10px;
    width:0%;
   
}
#rate-1.rat-border-100::after{
     position: absolute;
    content: "";
    top: 0;
    background: #989898;
    bottom: 0;
    border-radius: 10px;
    width:0%;
   
}
.border-leftdnt{
  border-left:1px solid #D9D9D9;
}
.number-review {
    font-size: 20px;
    font-weight: 500;
}
.number-star {
        margin-right: 30%;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
    flex-direction: row;
    align-content: stretch;
}
.number-star i{
  color:var(--main-color3);
}
.description-prod-pm img{
  display:block;
  margin:auto;
}
.w3-bar.w3-black{
  padding-bottom:20px;
  padding-top:20px;
}
.start-rate-user i{
   color:var(--main-color3);
}
.name-user{
  font-weight: 500;
font-size: 16px;
line-height: 19px;

color: #000000;
}
.block-smaill1024{
  display:none;
}
.vari-buyReview{
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
color: #A0A0A0;
}
.time-coment{
  font-weight: 500;
  font-size: 14px;
  color: #A0A0A0;
}
.traloi-coment {
    padding: 10px 15px;
    background: #D9D9D9;
    border-radius: 15px;
}
.user-reviewBox {
   border-bottom: 1px solid #D9D9D9;
   padding-bottom: 20px;
}
.product-short-description {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
.product-short-description h6 {
    text-transform: initial;
    font-size: 20px;
    margin: 0 0 5px;
    font-weight :500;
}
.product-short-description ul li {
    margin: 0;
    font-size: 15px;
}
.product-short-description ul li i {
    font-size: 12px;
    margin-right: 5px;
}