/*CSS Version: 1.0.0*/

html {
  scroll-behavior: smooth;
}

/*:root {
  --primary_color: #e40297;
  --secondary_color: #02e4c0;
  --accent1_color: #252b42;
  --background1_color: #f4fbfe;
  --header1_color: brown;
  --disabled_color: purple;
}*/

a {
  text-decoration: none;
}

body {
  margin: 0;
  background-color: black;
}

.labelws__content {
  word-break: break-word;
}

.link-item {
  cursor: pointer !important;
}

.footer02__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
}

.footer02__content.footer {
  width: 1440px;
  position: fixed;
  display: flex;
  top: 0;
  z-index: 99;
  background: linear-gradient(
    180deg,
    rgb(0 0 0) 0%,
    rgb(0 0 0 / 0%) 100%
  ) !important;
}

.footer02__footer-container {
  background: black;
  display: grid;
  justify-content: space-between;
  width: 100%;
  padding: 64px 112px;
  box-sizing: border-box;
  grid-template-areas:
    "links social-media"
    "location-phone social-media"
    "powered powered";
  position: relative;
}

.footer02__tab-navigation-content {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.footer02__links-content {
  grid-area: links;
  display: flex;
  column-gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  /*background: #1db5be;*/
}

.footer02__link-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-feature-settings: "liga" off;
  color: #ffffff;
  padding: 5px 10px;
}

.footer02__link-text:hover, 
.footer02__link-text:focus {
  border-radius: 8px !important;
}

.footer02__powered-content {
  grid-area: powered;
  text-align: center;
  margin-top: 15px;
}

.footer02__powered-label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14.5814px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.182267px;
  color: #757575;
  text-align: center;
  cursor: pointer;
  /*background: tan;*/
}

.footer02__social-media-content {
  display: flex;
}

.footer02__location-phone-content {
  grid-area: location-phone;
  /*background: violet;*/
}

.footer02__location-phone-content {
  grid-area: location-phone;
  /* background: violet; */
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.footer02__location-content svg {
  width: 20px;
  min-width: 25px;
}

.footer02__sm-follow-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  font-feature-settings: "liga" off;
  color: #d1d5db;
}

.footer02__sm-accounts-content {
  display: flex;
  column-gap: 15px;
}

.footer02__image {
  width: 40px;
  margin-right: 10px;
  margin-bottom: 4px;
}

.footer02__location-content {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.footer02__location-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14.5814px;
  line-height: 22px;
  letter-spacing: 0.182267px;
  color: #ffffff;
}

.footer02__phone-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14.5814px;
  line-height: 22px;
  letter-spacing: 0.182267px;
  color: #ffffff;
}

.footer02__logo-tabs-content {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#adcentral-template__container {
  overflow-y: auto;
  height: 100vh;
}

.footer02__politics-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer02__terms-conditions {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 100%;
  justify-content: center;
  padding-bottom: 50px;
}

.footer02__privacy-policy {
  color: var(--primary_color) !important;
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 20px;
  font-feature-settings: "liga" off;
  cursor: pointer;
}

.footer02__privacy-policy:hover {
  text-decoration: underline;
}

.footer02__social-media-content {
  flex-direction: column;
  margin-right: 50px;
  margin-top: 50px;
  display: flex;
}

.footer02__social-media-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14.5814px;
  line-height: 22px;
  text-align: right;
  letter-spacing: 0.182267px;
  color: var(--secondary_color);
  padding-bottom: 20px;
}

.footer02__trademarks {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14.5814px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.182267px;
  color: #757575;
  z-index: 2;
  padding: 0px 16px;
  box-sizing: border-box;
}

.footer02__social-media-links {
  column-gap: 20px;
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
  margin-left: auto;
}

.footer02__logo-content {
  position: relative;
  width: 100%;
}

.footer > .footer-header {
  display: inline-flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.footer > .footer-links {
  display: flex;
  padding: 0px 16px;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.footer > .footer-header > .footer-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
}

.footer02__link-text:hover {
  color: var(--primary_color);
}

.adcentral-link:hover {
  text-decoration: underline;
}

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hide-sm {
  display: none;
}

/*Styles new logo shape*/

@media (min-width: 1501px) {
  .footer02__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 145px;
  }

  .footer02__footer-container {
    padding: 25px 125px 55px 120px !important;
  }

  /*Styles new logo shape*/
  .footer02__store-name-container {
    padding: 8px;
    box-sizing: border-box;
    background: #000000;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    width: 241px;
    height: 54px;
    display: flex;
    align-items: center;
  }

  .footer02__parent-store-name-content {
    width: 220px;
    height: 33px;
  }

  .footer02__store-name-label {
    width: 220px;
    height: 33px;
    background: #000000;
    text-align: center;
    color: white;
    display: flex !important;
    font-family: "Montserrat";
    align-items: center;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.17562px;
    text-transform: uppercase;
    justify-content: center;
  }
}

@media (min-width: 1001px) and (max-width: 1500px) {
  .footer02__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 145px;
  }

  .footer02__footer-container {
    padding: 25px 125px 55px 120px !important;
  }

  .footer02__store-name-container {
    padding: 8px;
    box-sizing: border-box;
    background: #000000;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    width: 241px;
    height: 54px;
    display: flex;
    align-items: center;
  }

  .footer02__parent-store-name-content {
    width: 220px;
    height: 33px;
  }

  .footer02__store-name-label {
    width: 220px;
    height: 33px;
    background: #000000;
    text-align: center;
    color: white;
    display: flex !important;
    font-family: "Montserrat";
    align-items: center;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.17562px;
    text-transform: uppercase;
    justify-content: center;
  }

  .footer02__trademarks_container {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-bottom: 30px;
  }
}

@media (min-width: 1px) and (max-width: 1000px) {
  /*Styles new logo shape*/
  .footer02__image {
    width: 110px;
    margin: 0 auto;
  }

  .footer02__footer-container {
    padding: 40px 10px !important;
  }

  .footer02__logo-container {
    height: 55px;
    width: 100%;
  }

  .footer02__no-logo-container {
    min-width: 100%;
    margin: auto;
  }

  .footer02__footer-container {
    background: black;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    padding: 10px 30px;
    box-sizing: border-box;
    grid-template-areas:
      "links"
      "social-media"
      "location-phone"
      "powered";
  }

  .footer02__location-phone-content {
    grid-area: location-phone;
    /*background: violet;*/
    display: flex;
    flex-direction: column;
    row-gap: 5px;
  }

  .footer02__location-content {
    display: flex;
    align-items: center;
    column-gap: 12px;
  }

  .footer02__sm-follow-label {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14.5814px;
    line-height: 22px;
    letter-spacing: 0.182267px;
    color: #ffffff;
  }

  .footer02__location-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14.5814px;
    line-height: 22px;
    letter-spacing: 0.182267px;
    color: #ffffff;
  }

  .footer02__phone-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14.5814px;
    line-height: 22px;
    letter-spacing: 0.182267px;
    color: #ffffff;
  }

  .footer02__social-media-content {
    flex-direction: row;
    row-gap: 25px;
    align-items: flex-start;
    justify-content: center;
    column-gap: 10px;
    margin: auto;
  }

  .footer02__logo-tabs-content {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .footer02__location-phone-content {
    margin: 0 auto;
    margin-top: 20px;
  }

  .footer02__powered-label {
    margin: 35px 0;
  }

  .footer02__links-content {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: center;
  }

  .footer02__store-name-container {
    padding: 8px;
    box-sizing: border-box;
    background: #000000;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    width: 241px;
    height: 54px;
    display: flex;
    align-items: center;
    margin: auto;
  }

  .footer02__parent-store-name-content {
    width: 220px;
    height: 33px;
  }

  .footer02__store-name-label {
    width: 220px;
    height: 33px;
    background: #000000;
    text-align: center;
    color: white;
    display: flex !important;
    font-family: "Montserrat";
    align-items: center;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.17562px;
    text-transform: uppercase;
    justify-content: center;
  }

  .footer02__content {
    flex-direction: column;
  }

  .footer02__social-media-content {
    flex-direction: column;
    align-items: end;
    width: 100%;
    padding-right: 30px;
    margin: unset;
  }

  .footer02__trademarks {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-feature-settings: "liga" off;
    color: #d1d5db;
    z-index: 2;
  }

  .footer02__social-media-title {
    padding-top: 50px;
  }

  .footer02__trademarks_container {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-bottom: 30px;
  }

  .footer02__content {
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 30px;
  }  

  .footer > .footer-links {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 1px) and (max-width: 450px) {
  .footer02__logo-content {
    flex-direction: column;
    display: flex;
    width: 100%;
  }

  .footer02__image change-logo-shape,
  .footer02__links-content {
    width: 100%;
  }

  .footer02__content {
    width: 100%;
  }

  .footer02__social-media-content {
    padding: unset;
    justify-content: center;
    align-items: center;
  }
  .footer > .footer-header {
    justify-content: start;
    align-items: start;
  }
  .footer02__social-media-title {
    padding-top: 30px;
    padding-bottom: 0px;
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
  }

  .footer02__social-media-links {
    width: 100%;
    justify-content: center;
}

  .footer02__trademarks {
    width: 100%;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    font-feature-settings: "liga" off;
    color: #d1d5db;
    display: inline-block;
    margin: 0px 20px;
    z-index: 2;
  }

  .different02__body-row-content {
    width: 100%;
  }



  .footer02__content {
    /* width: 80%; */
    padding-bottom: 0px;
    margin-bottom: 30px;
  }

  footer .responsive-name__store-name-container {
  }

 

  .footer > .footer-links {
    flex-wrap: wrap;
    row-gap: 20px;
    padding-left: initial;
    max-width: initial;
    column-gap: initial;
    display: flex;
    justify-content: center;
    column-gap: 0px;
  }
}
