/* these styles are for the demo, but are not required for the plugin */
.product .zoom {
  display: inline-block;
  position: relative;
}

/* magnifying glass icon */
.product .zoom:after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url('icon.png');
}

.product .zoom img {
  display: block;
}

.product .zoom img::selection {
  background-color: transparent;
}

#ex2 img:hover {
  cursor: url('grab.cur'), default;
}
#ex2 img:active {
  cursor: url('grabbed.cur'), default;
}

.product .product__media.media {
  padding-top: 0 !important;
}

.product .product__media.media img.devImage {
  width: 100%;
  margin: 0 auto;
}

.product .product__media.media img.zoomImg {
  background-color: #fff;
}

@media(max-width:749px) {
  .product .product__media.media {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}
@media(min-width: 1024px)(max:1920px) {
  .discount_text h6 {
    color: black;
    font-size: 21px;
  }
}
.notranslate.roduct__description.rte.quick-add-hidden {
/*   display: none; */
}
.discount-description {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  display: flex;
}
.off-discount {
  border: 1px solid #000000;
  border-style: dashed;
/*   height: 80px; */
  padding-left: 20px;
  border-right:none;
}
.price-discount {
    border: 1px solid #000000;
    border-style: dashed;
/*     height: 80px; */
/*     padding-left: 10px;
    margin-left: 60px; */
    background-color: #f49323;
    margin: 0 auto;
    padding: 0px 10px;

}
.off-discount { 
  line-height: 9.5px;
  width: 128%;
  min-height: 72px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

p.code-discount1 {
  font-size: 18px;
  color: black;
}
.price-discount p a{
  color:#000000;
  font-weight: 600;
  text-decoration: none;
  font-size: 20px !important;
}
p.code-discount2 {
  font-size: 15px;
}

.off-discount p {
  width: 100%;
}


  .hover-effect-classes span.card-hovers {
    font-family: 'Poppins';
  }



  .hover-effect-classes span.card-hovers {
    font-style: italic;
  }


.hover-effect-classes span.card-hovers {
  overflow-wrap: break-word;
}

.hover-effect-classes {
  line-height: 20px;
}

@media(max-width: 989px) {
  .hover-effect-classes {
    display: block;
    line-height: 15px;
    position: relative;
    margin: 0 auto;
    margin-right: 0px;    
  }

  .hover-effect-classes span.card-hovers {
    font-size: 13px !important;   
  }
}

@media(max-width: 1240px) {
  .price-discount p a , .off-discount p {
    font-size: 16px !important;
  }

  .off-discount {
    padding-left: 12px;
  } 

  .off-discount {
    min-height: 71px;
  }  
  
}

@media(max-width: 768px) {
  .price-discount{
    height: auto;
  }
  .discount-description {
    display: block;
    text-align: center;
  }
  .off-discount,
  .price-discount {
    padding-left: 10px;
    margin-left: 0px;
  }
  .price-discount p {
    font-size: 40px;
    margin-top: 15px !important;
  }
  .off-discount {
    border-right: 1px solid orange;
    border-style: dashed;
    width: 100%;
  }
}


@media(min-width:901px) {
  .off-discount p {
    margin: 0px; 
    line-height: normal;
    width: 100%;
  }
  
  .off-discount p.code-discount2 {
    margin-top: -12px;
  }
}
  
@media(max-width: 900px) {
  .off-discount {
    justify-content: center;
    min-height: auto;
  }

 .off-discount p.code-discount2 {
    margin-top: 0px;
  }  
}

@media(max-width: 1024px) {
  .price-discount p {
    font-size: 25px;
    color: ;
    font-weight: 700;
    margin-top: 20px;
  }
  p.code-discount2 {
    font-size: 13px;
  }
  p.code-discount1 {
    font-size: 15px;
    font-weight: 900;
  }
  
  .off-discount {
    padding-top: 10px;
  }
  .off-discount,
  .price-discount {
    padding-left: 15px;
  }
  .off-discount, .price-discount {
    padding-left: 15px;
    padding: unset;
  } 
}


@media(max-width: 1024px) and (min-width:901px) {
  .price-discount p a , .off-discount p {
    font-size: 14px !important;
  }

  .off-discount {
    min-height: 64px;
  } 

  .price-discount {
    justify-content: center;
    display: flex;
    align-items: center;
  }
}

