.fa-home {
    font-size: 20px;
}

.breadcrumb {
    margin-bottom: 20px;
    list-style: none;
    border: 1px solid #eaeaea !important;
    background-color: white !important;
    border-radius: 4px;
    margin-top:20px;
}

.img-frame {
    border: 1px solid #eaeaea;
    justify-content: center;
}

.img-small {
    width: 70px;
    height: 70px;
    border: 1px solid #eaeaea;
    margin-left: 30px;
    margin-bottom: 30px;
}

.price-prd-tp {
    font-size: 25px;
    color: red;
}
.price-prd-tp-2 {
    font-size: 14px;
    text-decoration-line: line-through;
}



@media only screen and (min-width:768px){
  .no-padding-left {
      padding-left: 0 !important;
  }
  
  .no-padding-right {
      padding-right: 0 !important;
  }
  .collection-title{
    padding:0 !important;
  }
  .tab{
     padding: 0 !important;
  }
}
/* quantity */
.collection{
  margin-top:30px;
}
.collection-title{
    margin-bottom: 20px;
    text-align: center;
}
.title-more{
    background: blue;
    color: white;
    padding: 10px;
}
.quantity {
    display: flex;
}

.quantity-title {
    margin-top: 7px;
    padding-right: 10px;
}

.dnt-input {
    height: 36px;
    width: 65px;
    text-align: center;
    border: 1px solid #000;
    outline: none;
    padding-top: 1px;
    font-size: 14px;
}

.dnt-btn-quanity {
    height: 36px;
    font-size: 16px;
    width: 40px;
    border: 1px solid #000;
    outline: none;
    background: white;
}
.dnt-font-size{
  font-size:18px;
}
.bttn-left {
    margin-right: -5px;
}

.bttn-right {
    margin-left: -5px;
}

.dnt-btn-quanity:hover .dnt-font-size {
    color: red;
}

.btn-pay-addcart {
    display: flex;
    margin-top: 30px;
    ;
    justify-content: space-between;
}

.btn-addcart {
    padding: 10px 20px;
    border: 1px solid #eaeaea;
    background: blue;
    color: white;
    border-radius: 7px;
    font-size:14px;
}

.btn-pay {
    padding: 10px 20px;
    border: 1px solid #eaeaea;
    background: orange;
    color: white;
    border-radius: 7px;
     font-size:14px;
}

.title-pay-on-295k {
    text-align: center;
    border: 1px solid #eaeaea;
}

.img-free-295k {
    border: 1px solid #eaeaea;
}


/* tab */

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    margin-top: 30px !important;
}


/* 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: #ddd;
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: blue;
    color: white;
}


/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.tabcontent img {
  width:100% !important;
}
 p img {
  width:100% !important;
}
.scoll-y-dnt{
  height:300px;
  overflow-y: scroll;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,800);
figure.snip0016 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    background: #000000;
    text-align: left;
}

figure.snip0016 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure.snip0016 img {
    max-width: 100%;
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.snip0016 figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 3em;
    width: 100%;
    height: 100%;
}

figure.snip0016 figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 100%;
    content: '';
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

figure.snip0016 h2,
figure.snip0016 p {
    margin: 0 0 5px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}

figure.snip0016 h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transform: translate3d(30%, 0%, 0);
    transform: translate3d(30%, 0%, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

figure.snip0016 h2 span {
    font-weight: 800;
}

figure.snip0016 p {
    font-weight: 200;
    -webkit-transform: translate3d(0%, 30%, 0);
    transform: translate3d(0%, 30%, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure.snip0016 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #ffffff;
}

figure.snip0016:hover img {
    opacity: 0.3;
}

figure.snip0016:hover figcaption h2 {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

figure.snip0016:hover figcaption p {
    opacity: 0.9;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

figure.snip0016:hover figcaption::before {
    background: rgba(255, 255, 255, 0);
    left: 30px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media only screen and (min-width: 1024px) {
    figcaption h2 {
        font-size: 14px !important;
    }
    .dnt-input {
      padding-left:10px !important;
    }
}
@media only screen and (max-width: 1024px) {
  .img-free-295k{
    height:251px !important;
  }
}
@media only screen and (max-width:991px){
  .padding-top-30px{
    margin-top:30px !important;
  }
}

.dnt-addcart {
    border-radius: 7px;
    background-color: red;
    color: white;
    outline: none;
    padding: 5px;
}

.infor-prd {
    text-align: center;
}

.product-more {
    margin-top: 30px;
}

.swiper-button-next {
    top: 50% !important;
    right: 0 !important;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    width: 40px !important;
    height: 40px !important;
    display: block;
    z-index: 100;
    border-radius: 50%;
}

.swiper-button-prev {
    top: 50% !important;
    left: 0 !important;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    width: 40px !important;
    height: 40px !important;
    display: block;
    z-index: 100;
    border-radius: 50%;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: none !important;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: none !important;
}

.block-head {
    display: flex;
    border-bottom: 1px solid #eaeaea;
    padding: 0 !important;
    margin-bottom: 10px;
}

.title-name-more {
    background: blue;
    color: white;
    padding: 10px;
}
.dnt-bt {
    color: white;
    font-size: 17px;
}
.breadcrumb-ul{
  list-style:none;
  display:flex;
  padding:0 !important;
  margin:0;
}
.breadcrumb-ul li{
  font-size:14px;
}
.breadcrumb-ul li a {
  color:black;
  text-decoration:none;
}
.fa-angle-right{
  margin:0px 10px;
}
.valueChild.active{
  background:red;
  color:white;
 
}
.valueChild{
  background:white;
  color:black;
  font-size:14px;
  padding:5px;
  margin-left:5px;
   border:1px solid #000;
   margin-top:10px;
   cursor: pointer;
}
.title-attributes{
  font-size:14px;
}
.product-template{
  margin-top:30px;
}
.product-categori {
  box-shadow: none;
  padding: 10px 10px 82px 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.product-categori:hover .produ-title {
  bottom: 15px;
  transition: 0.5;
}
.width-style{
  width:75px !important;
}
.swiper-slide-thumb-active{
  border:1px solid;
  
}
.btn_numberplus {
  display: flex !important;
}
.btn_numberplus :hover{
  color:#4cf14c;
}
.prd_quantity {
  width: 55px !important;
  height: 35px !important;
  text-align: center !important;
  border-radius: none !important;
}
.button_qty{
    width: 40px;
    background: none;
    outline: none;
    font-size: 18px;
    border:1px solid #000;
}
.form-control{
  border-radius:0 !important ;
  border:1px solid #000 !important;
}
.zoomContainer{
  z-index:1 !important;
}
/*@media only screen and (max-width:425px){*/
/*  .zoomContainer{*/
/*    display:none !important;*/
/*  }*/
/*}*/