@media (min-width: 1024px) {
.hero-slider-1 .single-hero-slider{
  height: 730px !important;
  }}
@media (max-width: 600px) {
.hero-slider-1 .single-hero-slider{
  height: 530px !important;
  }}
.float{
        position:fixed;
        width:60px;
        height:60px;
        bottom:65px;
        left:16px;
        background-color:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
  font-size:30px;
        box-shadow: 2px 2px 3px #999;
  z-index:100;
        animation: beat .25s infinite alternate;
        transform-origin: center;
}
.my-float{
        margin-top:16px;
}
/* Heart beat animation */
@keyframes beat{
        to { transform: scale(1.05)
}
}
.single-social-share.clearfix.mt-50.mb-15{
display:none;
}
.header-top, #product-sku, .mail-to-friend, .d-md-block{
  display:none !important;
}
.header-style-1 .header-bottom-bg-color{
background:#000;
}
.main-menu nav ul li a, .main-menu>nav>ul>li>a.active{
  color:#fff;
}