/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-shareit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1.2rem 5rem 1.2rem 1.1rem;
  border-radius: 27px;
  background: #000000;
  box-shadow: 0 0 15px 1px #7f7f7f;
  transition: all .6s ease-in;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: -4.4rem;
  z-index: 2; }
  .cp-shareit .share-item {
    padding: 0 1.2rem; }
    .cp-shareit .share-item a {
      color: #ffffff !important;
      font-size: 1.8rem !important; }
  .cp-shareit .icons {
    width: 2.4rem;
    height: 2.4rem; }
  .cp-shareit.active {
    opacity: 1;
    right: 0.4rem;
    visibility: visible; }
  .cp-shareit.typ-bloglist {
    right: initial;
    left: 0;
    top: -6px;
    padding: 0.6rem 1rem 0.6rem 5rem;
    z-index: 0; }
    @media only screen and (max-width: 768px) {
      .cp-shareit.typ-bloglist {
        left: initial;
        right: 0;
        padding: 0.6rem 4rem 0.6rem 1rem; } }
    .cp-shareit.typ-bloglist.active {
      left: -7px; }
      @media only screen and (max-width: 768px) {
        .cp-shareit.typ-bloglist.active {
          left: initial; } }
    .cp-shareit.typ-bloglist .share-item {
      padding: 0 1rem; }
      @media only screen and (max-width: 768px) {
        .cp-shareit.typ-bloglist .share-item {
          padding: 0 0.5rem; } }
    .cp-shareit.typ-bloglist .icon {
      box-shadow: none; }
  .cp-shareit.typ-pdp {
    top: -1px;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .cp-shareit.typ-pdp {
        padding: 0.4rem 5rem 0.4rem 1.1rem;
        top: -4px; } }
    @media only screen and (max-width: 768px) {
      .cp-shareit.typ-pdp .share-item {
        padding: 0 0.7rem; } }
    .cp-shareit.typ-pdp.active {
      right: -2px; }
      @media only screen and (max-width: 768px) {
        .cp-shareit.typ-pdp.active {
          right: -4px; } }
  .cp-shareit .bs-toast-msg {
    display: block !important; }
    .cp-shareit .bs-toast-msg.d-none {
      display: none !important; }
  .cp-shareit.typ-blogMain {
    z-index: 3; }

.share-wrap {
  position: relative; }
  .share-wrap.fixed {
    position: fixed;
    top: 0;
    right: 0; }
