
:root {
  --header-bg-color: rgb(44, 36, 31);
  --btn-border-radius: 5px;
  --btn-height: 40px;
  --btn-width: 90px;
  --menu-icon-filter: brightness(0) saturate(100%) invert(75%) sepia(100%)
    saturate(700%) hue-rotate(0deg) brightness(100%) contrast(100%);
  --mob-menu-li: #1f1e1f;
}

.top-bar-left {
  width: -webkit-fill-available;
}

.topbar-wrapp.color-scheme-light {
  background-color: var(--header-bg-color);
  display: flex;
  align-items: center;
  height: 75px;
  width: -webkit-fill-available;
  position: fixed;
  top: 0;
}

.topbar-content {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  align-items: center;
}

.top-bar-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-header-topbar-right {
  display: flex;
  gap: 20px;
}

.top-bar-left a {
  border-radius: var(--btn-border-radius);
}

.top-bar-left span {
  font-family: Proxima;
  font-weight: 600;
}

.top-bar-left .p-xelem-7-login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--btn-height);
  width: var(--btn-width);
  font-size: 17px;
  color: black;
  background-image: linear-gradient(180deg, #ddb424 0%, #ffea47 100%);
}

.top-bar-left .p-xelem-8-signup {
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--btn-height);
  width: var(--btn-width);
  font-size: 16px;
  color: white;
  background-image: linear-gradient(to bottom, #89665a, #b18f84);
}

.p-xelem-wrapper-8-signup:hover .p-xelem-8-signup {
  color: black;
}

.p-xelem-img-img-4-logo img {
  width: 250px;
}

.p-header-topbar-left {
  align-content: space-evenly;
}

@media (min-width: 1024px) {
  .right-column {
    display: none !important;
  }
}
a.basel-logo.basel-main-logo img {
  display: none;
}
.main-header {
  background-color: var(--mob-menu-color) !important;
}

#menu-main-menu-1 a[class^="p-menu-link-menu"] img {
  width: 20px;
}

#menu-main-menu-1 a[class^="p-menu-link-menu"]:hover img {
  filter: var(--menu-icon-filter);
}

#menu-main-menu-1 a[class^="p-menu-link-menu"] span {
  font-family: Proxima;
  font-size: 18px;
  color: rgb(165, 165, 165);
  text-transform: capitalize;
  margin: 0 0 0 10px;
}

#menu-main-menu-1 a[class^="p-menu-link-menu"]:hover span {
  color: #eed230;
}

#menu-main-menu-1 a {
  display: flex;
  align-items: center;
}

.p-listbox-wrapper-payments {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr);
  justify-items: stretch;
  align-items: center;
  margin-top: 15px;
}
.p-listbox-wrapper-payments img[class^="p-listbox-item-content-img-"] {
  filter: brightness(0.6);
  max-height: 80px;
  min-height: 80px;
  max-width: 80px;
  min-width: 80px;
  object-fit: contain;
}

.p-listbox-wrapper-payments div[class^="p-listbox-item-content-"] {
  max-height: 80px;
  min-height: 80px;
  max-width: 80px;
  min-width: 80px;
}

.p-listbox-wrapper-payments {
  justify-self: center;
  column-gap: 25px;
  row-gap: 5px;
}

footer.footer-container.color-scheme-light {
  background-color: var(--bg-color);
}

footer.footer-container.color-scheme-light {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: rgb(238, 210, 48);
  background-color: var(--bg-color);
}

.p-fmenu-main {
  justify-self: center;
  width: 800px;
}

.p-fmenu-main a {
  color: white !important;
  font-family: Proxima !important;
  font-size: 15px;
  transition: 0.3s ease;
}
.p-fmenu-main a:hover {
  color: #eed230 !important;
}

.p-crypto-block-txt {
  color: white;
  font-family: Proxima;
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0 15px 0;
}

.p-copyrights-foter {
  padding: 10px 0 25px 0;
}

.p-copyrights-foter {
  color: white;
  font-size: 12px;
  font-family: Proxima;
  font-weight: 600;
  margin: 10px 0 0 0;
}


.swiper {
  margin: 100px 0 0 0;
  border-radius: 10px;
}

div[class^="swiper-button-"],
.swiper-pagination {
  display: none;
}

.p-swiper-wrapper a {
  width: 985px;
  height: 285px;
  border-radius: 10px;
}

.p-search-bar {
  display: flex;
  justify-content: center;
}

.p-xelem-5-fa-search {
  display: flex;
  align-items: center;
  gap: 5px;
}

.p-xelem-wrapper-5-fa-search {
  display: flex;
  align-items: center;
  width: 400px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px;
  border-radius: 10px;
  background: #221b16;
  box-shadow: 0px 0px 6px 1px rgba(255, 255, 255, 0.15);
}

.p-xelem-font-icon-5-fa-search {
  filter: var(--menu-icon-filter);
  transition: 0.3s ease;
}

.p-xelem-font-icon-5-fa-search:hover {
  transform: scale(1.25);
}

.p-xelem-font-text-5-fa-search {
  color: rgb(200 200 255 / 50%);
  font-size: 10px;
  text-transform: uppercase;
  line-height: 30px;
  width: 350px;
}

.p-xelem-font-text-5-fa-search:hover {
  cursor: text;
}

div[class^="p-title-bar-cat-"] img {
  width: 35px;
  height: 32px;
}

.p-title-bar-cat-titleleft {
  gap: 10px;
}

.p-title-bar-cat-titleleft-text {
  font-family: Rooters;
  color: white;
  font-size: 23px;
  text-transform: uppercase;
}

div[class^="p-title-bar-cat-"] {
  margin-bottom: 5px;
}

.p-title-bar-cat-titleleft-btn {
  border: 1px solid rgb(200 200 150 / 50%);
  border-radius: 6px;
  width: 115px;
  height: 45px;
  text-align: center;
  align-content: space-evenly;
  font-family: "Rooters";
  text-transform: uppercase;
  color: white;
  margin-left: 15px;
  transition: 0.3s ease;
}

.p-title-bar-cat-titleleft-btn:hover {
  border: 1px solid rgb(255 255 135);
  color: rgb(255 255 155);
}

.p-title-bar-cat-titleright a {
  color: white;
  font-size: 25px;
  transition: 0.3s ease;
}

.p-title-bar-cat-titleright-l:hover a,
.p-title-bar-cat-titleright-r:hover a {
  color: rgb(255 255 0);
}

.p-title-bar-cat-titleright {
  gap: 10px;
}

.p-imagegrid-provider {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 35%);
  color: white;
  font-family: Proxima;
  font-size: 10px;
  width: -webkit-fill-available;
}

.p-imagegrid-overlay-content {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 13px;
}

.p-imagegrid-button-wrap a {
  display: flex;
  border: 1px solid rgb(255 255 255);
  border-radius: 4px;
  width: 70px;
  height: 30px;
  color: white;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.p-imagegrid-button-wrap a:hover {
  color: rgb(255 255 0);
  border: 1px solid rgb(255 255 0);
}

.p-imagegrid-icon-wrap img {
  transition: 0.3s ease;
}

.p-imagegrid-icon-wrap a:hover img {
  transform: scale(1.25);
}

div[class^="p-banner-"] {
  justify-content: space-between;
}
.p-banner-1 div[class^="p-banner-1-item-"] {
  width: 550px;
}

.p-banner-1 div[class^="p-banner-1-item-info"] {
  display: none;
}

@media (max-width: 1023px) {
  /* header */
  .p-xelem-img-img-4-logo img {
    width: 150px;
  }
  .mobile-nav-icon {
    position: relative;
    z-index: 1000;
  }
  .top-bar-left .p-xelem-7-login,
  .top-bar-left .p-xelem-8-signup {
    height: 35px;
    width: 75px;
  }

  .p-header-topbar-right {
    margin: 0 50px 0 25px;
  }

  .website-wrapper .topbar-content {
    display: flex;
  }

  .top-bar-left .p-xelem-7-login {
    height: 30px;
    width: 65px;
  }

  .top-bar-left .p-xelem-8-signup {
    height: 30px;
    width: 65px;
  }

  .p-header-topbar-right span[class^="p-xelem-img-text-"] {
    font-size: 12px;
    font-weight: 600;
  }

  .vertical-header-top {
    position: relative;
    top: 15px;
  }
  .main-header .wrapp-header {
    min-height: 0 !important;
  }

  .mobile-nav-icon {
    position: fixed;
    top: 23px;
    right: 13px;
  }

  .mobile-nav {
    background-color: var(--bg-color) !important;
  }

  ul#menu-main-menu {
    background-color: var(--mob-menu-li);
  }

  .basel-close-sidebar-btn {
    background-color: var(--mob-menu-li) !important;
    margin: 30px 30px 0 30px !important;
    outline: 30px solid var(--mob-menu-li);
  }

  span.sidebar-mobile-span {
    position: absolute !important;
    right: 0;
    top: 5px;
    font-size: 20px !important;
    font-weight: bold;
  }

  #menu-main-menu span {
    margin-left: 10px;
  }

  #menu-main-menu img {
    height: 22px;
    width: 22px;
  }

  #menu-main-menu span {
    font-family: proxima;
    text-transform: capitalize;
    font-size: 18px;
  }

  #menu-main-menu a {
    display: flex;
    align-items: center;
  }
  ul#menu-main-menu li {
    border-color: var(--mob-menu-li) !important;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
  }
  ul#menu-main-menu a[class^="p-menu-link"] img {
    transition: 0.3s ease;
  }

  ul#menu-main-menu a[class^="p-menu-link"]:hover img {
    filter: var(--menu-icon-filter);
  }

  ul#menu-main-menu a[class^="p-menu-link"] span {
    transition: 0.3s ease;
  }

  ul#menu-main-menu a[class^="p-menu-link"]:hover span {
    color: #eed230;
  }

  .p-swiper-wrapper a {
    height: 99px;
    width: 340px;
  }

  .p-xelem-wrapper-5-fa-search {
    width: -webkit-fill-available;
  }

  .p-title-bar-cat-titleleft-text {
    font-size: 13px;
    white-space: nowrap;
  }

  a.p-title-bar-cat-titleleft-btn {
    width: 85px;
    height: 35px;
    font-size: 10px;
  }

  div[class^="p-image-grid-cat-"] {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  div[class^="p-banner-"] {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .p-banner-1 div[class^="p-banner-1-item-"] {
    width: -webkit-fill-available;
  }

  div[class^="p-image-grid-cat-"] {
    display: flex;
    overflow: auto;
  }

  div[class^="p-image-grid-cat-"]::-webkit-scrollbar {
    display: none;
  }

  div[class^="p-image-grid-cat-"] > div {
    flex-shrink: 0;
  }

  .p-imagegrid-item-img {
    width: 175px;
  }

  .min-footer {
    display: flex !important;
  }

  .p-fmenu-main {
    display: flex;
    justify-content: center;
  }

  ul.p-fmenu-list-main {
    display: flex;
    flex-direction: column;
  }

  .p-listbox-wrapper-payments {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .p-listbox-wrapper-payments div[class^="p-listbox-item-content-"] img {
    max-width: 75px;
    min-width: 75px;
    max-height: 60px;
    min-height: 60px;
  }

  .p-listbox-wrapper-payments {
    column-gap: 0;
    row-gap: 0;
    margin-top: 25px;
  }

  .p-listbox-wrapper-payments div[class^="p-listbox-item-content-"] {
    max-height: none;
    min-height: 0;
    max-width: none;
    min-width: 0;
  }
	
  .basel-toolbar.icons-design-line.basel-toolbar-label-show {
    background-color: var(--header-bg-color);
    position: fixed;
  }

  .basel-toolbar.icons-design-line.basel-toolbar-label-show
    .basel-toolbar-shop {
    display: none;
  }

  .basel-toolbar span[class^="p-xelem-img-text-"] {
    color: white;
    white-space: nowrap;
  }

  .basel-toolbar div[class^="p-xelem-wrapper-"] a {
    display: flex;
    flex-direction: column;
  }

  .basel-toolbar img {
    height: 25px;
    width: 25px;
    transition: 0.3s ease;
  }

  .basel-toolbar a {
    padding-top: 15px;
  }

  .basel-toolbar span[class^="p-xelem-img-text-"] {
    font-family: "Proxima";
    font-size: 12px;
  }
  .basel-toolbar a:hover img {
    filter: grayscale(100%) brightness(200%);
  }
}
