
@media (max-width: 767px){
  h1 {
    font-size: 20px !important;
  }
  h2 {
    font-size: 20px !important;
  }
  
  .footer-widget-area {
          padding-top: 15px;
    padding-bottom: 10px;
    }
    
    .sec-padding-t {
    padding-top: 15px;
    }
    
    .intro_slider1.owl-carousel .owl-dots{
        bottom:0px;
    }
    .ajaxAddtoCart {
        margin-left:100px !important;
    }
    
    #buyNowBtn{
        width:330px !important;
    }
    
    .product-list{
        margin-left:100px !important; 
    }
    .add-to-cart-product{
        padding-right: 50px !important; padding-left: 30px !important;
    }
    
    .product-item-img img{
        max-height:450px !important;
    }
    
  }

    #return_back a:hover {
        color: #27af9a !important;
    }
    .bootstrap-dialog.type-primary .modal-header{
        background-color:#d50073 !important;
    }
    .nav-menu > ul > li {
    padding-left: 8px;
    padding-right: 8px;
}
.nav-icons{
    width: 10px;
}
.notify-sale-badge{
    position: absolute;
    right: 20px;
    top: 10px;
    /*background:#d50073;*/
    background:red;
    text-align: center;
    border-radius: 5px;
    color: white;
    padding-top:3px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 14px;
}

.notify-new-badge{
    position: absolute;
    left: 20px;
    top: 10px;
    background:black;
    text-align: center;
    border-radius: 5px;
    color: white;
    padding-top:3px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 14px;
}

.sale-color {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  10% {
    opacity: 0;
  }
}


/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.cat-content h1, h2{
    font-size: 35px !important;
    
}
.sale-color{
    background-color:#d50073; padding-left:15px; padding-right:15px; color:white !important;padding-top:10px; padding-bottom:10px;
}
.less{
    height:auto;
    max-height:300px;
}
.more{
    height:auto;
}
.color-red{
    color:red;
}
