/**
 * Quick Social Links.
 *
 */
.merchant-quick-social-links__regular {
  position: fixed;
  bottom: 50px;
  z-index: 9999;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.merchant-quick-social-links:not(.merchant-quick-social-links__regular) .merchant-quick-social-links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.merchant-quick-social-links .merchant-quick-social-links-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: var(--merchant-border-radius);
  background-color: var(--merchant-bg-color);
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 320px) {
  .merchant-quick-social-links .merchant-quick-social-links-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.merchant-quick-social-links .ql-image {
  text-align: center;
  height: 20px;
}
.merchant-quick-social-links .merchant-quick-social-link {
  padding: 15px;
  margin: 0 !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.merchant-quick-social-links .merchant-quick-social-link:last-of-type {
  border-right: 0;
}
.merchant-quick-social-links .merchant-quick-social-link a {
  color: #212121;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.merchant-quick-social-links .merchant-quick-social-link a:hover {
  opacity: 0.5;
}
.merchant-quick-social-links .merchant-quick-social-link svg,
.merchant-quick-social-links .merchant-quick-social-link img {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.merchant-quick-social-links .merchant-quick-social-link img {
  max-height: 30px;
  vertical-align: top;
}
.merchant-quick-social-links .merchant-quick-social-link svg {
  fill: var(--merchant-icon-color);
}

@media (min-width: 1025px) {
  .merchant-quick-social-links.visibility-mobile {
    display: none;
  }
  .merchant-quick-social-links__regular.pos-right, .merchant-quick-social-links__regular.pos-left {
    left: 0;
    width: 60px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translatey(-50%);
            transform: translatey(-50%);
  }
  .merchant-quick-social-links__regular.pos-right .container, .merchant-quick-social-links__regular.pos-left .container {
    width: 100%;
  }
  .merchant-quick-social-links__regular.pos-right .merchant-quick-social-links-inner, .merchant-quick-social-links__regular.pos-left .merchant-quick-social-links-inner {
    display: block;
  }
  .merchant-quick-social-links__regular.pos-right .ql-image, .merchant-quick-social-links__regular.pos-left .ql-image {
    margin: 0;
  }
  .merchant-quick-social-links__regular.pos-right .merchant-quick-social-link, .merchant-quick-social-links__regular.pos-left .merchant-quick-social-link {
    padding: 20px 10px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .merchant-quick-social-links__regular.pos-right .merchant-quick-social-link:last-of-type, .merchant-quick-social-links__regular.pos-left .merchant-quick-social-link:last-of-type {
    border-bottom: 0;
  }
  .merchant-quick-social-links__regular.pos-right {
    left: auto;
    right: 0;
  }
}
@media (max-width: 991px) {
  .merchant-quick-social-links__regular {
    bottom: 0;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  .merchant-quick-social-links__regular.pos-right, .merchant-quick-social-links__regular.pos-left {
    bottom: 0;
  }
  .merchant-quick-social-links__regular.pos-right .merchant-quick-social-link, .merchant-quick-social-links__regular.pos-left .merchant-quick-social-link {
    border-bottom: 0;
  }
  .merchant-quick-social-links__regular.pos-right .merchant-quick-social-link:last-of-type, .merchant-quick-social-links__regular.pos-left .merchant-quick-social-link:last-of-type {
    border-right: 0;
  }
  .merchant-quick-social-links__regular.pos-right .merchant-quick-social-links-inner, .merchant-quick-social-links__regular.pos-left .merchant-quick-social-links-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .merchant-quick-social-links__regular .merchant-quick-social-links-inner {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .merchant-quick-social-links.visibility-desktop {
    display: none;
  }
  .merchant-quick-social-links .merchant-quick-social-link {
    padding: 15px;
    position: static;
  }
  .merchant-quick-social-links .merchant-quick-social-link .ql-image {
    margin: 0;
  }
  .merchant-quick-social-links .merchant-quick-social-link .ql-image img {
    max-height: 27px;
    max-width: none;
  }
  .merchant-quick-social-links .container {
    width: 100%;
    padding: 0;
  }
}
.rtl .merchant-quick-social-link {
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.rtl .merchant-quick-social-link:last-of-type {
  border-left: 0;
}