/* Optional social profiles in the existing footer payment-logo rail. */
.copyright .copyright_content .imgs_payment .cbl-social-logo {
  width: 28px;
  height: 28px;
  margin-right: 7px;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}

.copyright .copyright_content .displayFooterCopyright {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.copyright .copyright_content .displayFooterCopyright .cbl-social-footer-icons {
  align-items: center;
  justify-content: flex-end;
}

.copyright .copyright_content .imgs_payment .cbl-social-logo a {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .18);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.copyright .copyright_content .imgs_payment .cbl-social-logo a:hover,
.copyright .copyright_content .imgs_payment .cbl-social-logo a:focus-visible {
  color: #fff;
  filter: brightness(1.08);
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, .25);
}

.copyright .copyright_content .imgs_payment .cbl-social-logo a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.copyright .copyright_content .imgs_payment .cbl-social-logo i {
  width: auto;
  height: auto;
  font-size: 15px;
  line-height: 1;
}

.copyright .copyright_content .imgs_payment .cbl-social-logo--instagram a {
  background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.copyright .copyright_content .imgs_payment .cbl-social-logo--facebook a {
  background: #1877f2;
}

.copyright .copyright_content .imgs_payment .cbl-social-logo--tiktok a {
  background: linear-gradient(135deg, #25f4ee 0 12%, #111 12% 78%, #fe2c55 78%);
}

.dbthemecustom-social-header {
  display: none;
}

@media (min-width: 1100px) {
  html.cblnav-compact-header-active #header .header-nav .cblnav-utility-slot .dbthemecustom-social-header {
    display: flex;
    min-height: 32px;
    margin: 0 16px;
    padding: 0 16px;
    align-items: center;
    gap: 7px;
    list-style: none;
    border-right: 1px solid rgba(23, 23, 23, .2);
    border-left: 1px solid rgba(23, 23, 23, .2);
  }

  html.cblnav-compact-header-active #header .header-nav .cblnav-utility-slot .dbthemecustom-social-header li {
    display: block;
    width: 26px;
    height: 26px;
    margin: 0;
    padding: 0;
  }

  html.cblnav-compact-header-active #header .header-nav .cblnav-utility-slot .dbthemecustom-social-header a {
    display: inline-flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 50%;
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .18);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  }

  html.cblnav-compact-header-active #header .header-nav .cblnav-utility-slot .dbthemecustom-social-header a:hover,
  html.cblnav-compact-header-active #header .header-nav .cblnav-utility-slot .dbthemecustom-social-header a:focus-visible {
    color: #fff !important;
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .26);
  }

  html.cblnav-compact-header-active #header .header-nav .cblnav-utility-slot .dbthemecustom-social-header a:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
  }

  html.cblnav-compact-header-active #header .header-nav .cblnav-utility-slot .dbthemecustom-social-header i {
    width: auto;
    height: auto;
    color: inherit !important;
    font-size: 14px !important;
    line-height: 1;
  }

  html.cblnav-compact-header-active #header .header-nav .cblnav-utility-slot .dbthemecustom-social-header .cbl-social-logo--instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  }

  html.cblnav-compact-header-active #header .header-nav .cblnav-utility-slot .dbthemecustom-social-header .cbl-social-logo--facebook a {
    background: #1877f2;
  }

  html.cblnav-compact-header-active #header .header-nav .cblnav-utility-slot .dbthemecustom-social-header .cbl-social-logo--tiktok a {
    background: linear-gradient(135deg, #25f4ee 0 12%, #111 12% 78%, #fe2c55 78%);
  }
}

@media (max-width: 991px) {
  .copyright .copyright_content .displayFooterCopyright,
  .copyright .copyright_content .displayFooterCopyright .cbl-social-footer-icons {
    justify-content: center;
  }

  .copyright .copyright_content .imgs_payment .cbl-social-logo {
    margin-right: 5px;
    margin-left: 2px;
  }
}
