.social-share {
    position: relative;
  }
  .social-share .custom-select {
    margin-right: 50px;
  }
  .menu {
    z-index: 0;
    position: fixed;
    padding: 0;
    margin: 0;
    list-style-type: none;
    cursor: pointer;
    cursor: hand;
  }
  .menu .share i.fab {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    border-radius: 2px;
  }
  .menu .share:hover.bottom .submenu li:nth-child(1) {
    opacity: 1;
    top: 50px;
    transform: rotate(0deg);
    border-top: 1px dashed #cccccc;
    transition-delay: 0.08s;
  }
  .menu .share:hover.bottom .submenu li:nth-child(2) {
    opacity: 1;
    top: 100px;
    transform: rotate(0deg);
    border-top: 1px dashed #cccccc;
    transition-delay: 0.16s;
  }
  .menu .share:hover.bottom .submenu li:nth-child(3) {
    opacity: 1;
    top: 150px;
    transform: rotate(0deg);
    border-top: 1px dashed #cccccc;
    transition-delay: 0.24s;
  }
  .menu .share:hover.bottom .submenu li:nth-child(4) {
    opacity: 1;
    top: 200px;
    transform: rotate(0deg);
    border-top: 1px dashed #cccccc;
    transition-delay: 0.32s;
  }
  .menu .share:hover.bottom .submenu li:nth-child(5) {
    opacity: 1;
    top: 250px;
    transform: rotate(0deg);
    border-top: 1px dashed #cccccc;
    transition-delay: 0.4s;
  }
  .menu .share:hover.bottom .submenu li:nth-child(6) {
    opacity: 1;
    top: 300px;
    transform: rotate(0deg);
    border-top: 1px dashed #cccccc;
    transition-delay: 0.4s;
  }
  .menu .submenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .menu .submenu li {
    transition: all ease-in-out 0.5s;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: -1;
    opacity: 0;
  }
  .menu .submenu li a {
    color: #212121;
  }
  .menu .submenu li a:hover i.fab {
    color: #fff;
  }
  .menu .submenu li a:hover.facebook i.fab {
    background-color: #3b5999;
  }
  .menu .submenu li a:hover.twitter i.fab {
    background-color: #55acee;
  }
  .menu .submenu li a:hover.whatsapp-share i.fab {
    background-color: #25D366;
  }
  .menu .submenu li a:hover.instagram i.fab {
    background-color: #e4405f;
  }
  .menu .submenu li a:hover.linkedin i.fab {
    background-color: #0A66C2;
  }
  .menu .submenu li a:hover.pinterest i.fab {
    background-color: #c8232c;
  }
  
  .menu.topLeft {
    position: absolute;
    top: 5px;
    right: 8px;
  }
  .menu.topRight {
    top: 10px;
    right: 10px;
  }
  .menu.bottomLeft {
    bottom: 10px;
    left: 10px;
  }
  .menu.bottomRight {
    bottom: 10px;
    right: 10px;
  }
  
  @media (max-width: 575px) {
    .product-filter {
      padding-bottom: 40px !important;
    }
  
    .menu.topLeft {
      position: absolute;
      top: auto;
      left: 8px;
    }
  }