.header-logo-fix {
float:left;
    display:none;
    margin:0px 10px;
}

.header-cart-fix {
    float:right;
    display:none;
    /* margin:0px 10px; */
}

.logos-grayscale, 
.logos-hover-grayscale {
     filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    opacity:0.7;
    margin:10px;
    
    
}

.logos-hover-grayscale:hover {
      filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    opacity:1;
}


.logos-clear-both {
    clear:both;
    height:0px;
}

#storenumber .phone2 { display: none; }
#storenumber:hover .phone1 { display: none; }
#storenumber:hover .phone2 { display: inline; }

.yoPowered, .yotpo-label {
display:none !important;
}

.yotpo a.text-m {
white-space: nowrap;
}


#instafeed .owl-item { padding: 0 10px; }
.home-instagram { background: #fff8ee; text-align: center; padding: 54px 0 60px; clear: both; }
.home-instagram .widget-title { margin-bottom: 35px; }
.home-instagram .widget-title h3 { margin: 0; padding: 0 0 19px; font-size: 20px; font-weight: 700; letter-spacing: 0.05em; }
.instagram-des { color: #2d2d2d; letter-spacing: 0.02em; }
.instagram-des span { display: inline-block; margin-right: 7px; width: 16px; height: 16px; line-height: 16px; background: url(//cdn11.bigcommerce.com/s-3yv88/templates/__custom/Styles/social.png?t=1539185991) no-repeat -163px -10px; }
.home-instagram .owl-theme .owl-controls .owl-buttons div { margin-top: -14px; height: 33px; width: 33px; top: 50%; }
.home-instagram .owl-theme .owl-controls .owl-buttons div.owl-prev { left: 30px; background-position: -66px -593px; }
.home-instagram .owl-theme .owl-controls .owl-buttons div.owl-next { right: 30px; background-position: -66px -652px; }
.home-instagram a.btn { min-width: 225px; margin-top: 40px; }



.instLogoHolder {
  position: absolute;
/* bottom: 190px; */
  width: 100%;
}

.instLogoHolder .instLogo {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.instLogoHolder .instLogo img {
  width: 25%;
  max-width: 156px;
}