select {
  font-family: var(--font-family-dambla), sans-serif !important;
  direction: rtl !important;
}
.products--list .product__item--color-1 .product__img {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#14151f),
    to(#151413)
  );
}
@media (min-width: 992px) {
  .products--list-lg .product__slider .product__slide {
    height: 708px;
  }
}
@media (min-width: 592px) {
  .products--list-lg .product__slider .product__slide {
    height: 708px;
  }
}
tr th {
  font-family: var(--font-family-dambla), sans-serif !important;
  direction: rtl !important;
}
button,
input {
  font-family: var(--font-family-dambla), sans-serif !important;
}
.fildown {
  display: flex;
}
.fildown .textdown strong {
  display: block;
  margin-right: 15px;
  margin-top: 5px;
}

.page-item.active .page-links,
.page-item.active .page-links:hover,
.page-item.active .page-links:focus {
  background-color: #fc0;
  border-color: #fc0;
  color: #fff;
}

.page-links {
  margin: 0 4px;
  padding: 14px;
  line-height: 36px;
  width: 50px;
  height: 36px;
  text-align: center;
  background-color: #292c31;
  border-radius: 3px;
  border-color: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: static;
}

.page-links:hover {
  background-color: #fc0;
  border-color: #fc0;
  color: #fff;
}

.pagination--condensed .page-item:first-child .page-links,
.pagination--condensed .page-item:last-child .page-links {
  border-radius: 0;
}

.pagination--condensed .page-links {
  border-radius: 0;
  margin: 0;
  margin-right: -1px;
}

.pagination--lg .page-links {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.pagination--circle .page-item:first-child .page-links,
.pagination--circle .page-item:last-child .page-links {
  border-radius: 50%;
}

.pagination--circle .page-links {
  width: 32px;
  height: 32px;
  line-height: 30px;
  border-radius: 50%;
  margin: 0 2px;
}

@media (min-width: 992px) {
  .pagination--circle .page-links {
    width: 46px;
    height: 46px;
    line-height: 44px;
    margin: 0 5px;
  }
}
@media (min-width: 1200px) {
  .header-logo__img {
    width: 85px;
    height: 67.5px;
    top: -15px;
  }
}
.theme_2 {
  background-color: #18191c;
}

.center-flex {
  display: flex;
  justify-content: center;
  align-content: center;
}
.flag-country {
  width: 30px;
  position: absolute;
  z-index: 999;
  top: 15px;
  left: 15px;
}
.item-center-index {
  margin: auto;
  text-align: center;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header {
  margin-right: 0px;
}
.info-block--header .header-cart__item {
  padding: 10px;
}
.header-mobile__logo-img {
  margin-right: 0px !important;
  text-align: center;
}
.header-mobile__logo {
  right: -50%;
}
@media screen and (max-width: 992px) {
  #carouselExampleIndicators {
    height: 160px;
  }
  .carousel-item img {
    height: 160px !important;
  }
  .product__header .silver-icon {
    position: absolute;
    top: 5px;
    left: 10px;
  }
  .shop-filter__result {
    display: block !important;
  }

  .shop-filter {
    min-height: 37px;
  }
  .shop-filter__result {
    padding: 12px 24px 12px;
  }
}
.silver-icon,
.gold-icon {
  font-size: 15px;
  position: relative;
  text-align: left;
  padding-left: 20px;
  line-height: 18px;
  display: block;
}

.product__title .silver-icon {
  float: left;
}

.silver-icon::before {
  content: "";
  background-image: url("../img/silver.png");
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  left: -3px;
  top: 0px;
}
.product__title .silver-icon::before {
  top: -1px;
}
.gold-icon::before {
  content: "";
  background-image: url("../img/gold-icoin.png");
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  left: -3px;
  top: 0px;
}
.open-profile {
  position: relative;
}
.box-profile {
  position: absolute;
  list-style: none;
  padding: 6px;
  margin: 0;
  display: block;
  top: 52px;
  right: 0;
  z-index: 99;
  width: 360px;
  background-color: #1e2024;
  opacity: 1;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  border-top: 1px solid #30333a;
  border-bottom: 1px solid #30333a;
  display: none;
}
.box-profile .profile-top {
  padding: 15px;
  display: flex;
  justify-content: unset;
  align-items: center;
  gap: 15px;
}
.box-profile .profile-top img {
  width: 45px;
  border-radius: 50%;
  border: 2px solid #30333a;
}
.box-profile .profile-top .info {
  display: flex;
  flex-direction: column;
  font-size: 11px;
}
.bordered {
  width: 100%;
  height: 1px;
  background: #30333a40;
}
.box-profile .coins {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px;
  gap: 35px;
}
.box-profile .coins .silver-icon,
.gold-icon {
  font-size: 15px;
}
.gold-icon {
  color: gold;
}
.box-profile .coins .fa-plus {
  font-size: 10px;
  float: right;
  margin-left: 7px;
  line-height: 19px;
}
.box-profile .list-profile {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column;
}
.box-profile .list-profile a {
  padding: 11px;
  font-size: 14px;
  color: #9199a7;
  background: #1b1d20;
  border-bottom: 1px solid #30333a40;
}
.exit-link {
  border-top: 1px solid #30333a40;
}
.box-profile .list-profile a:hover {
  color: gold;
}
@media screen and (min-width: 993px) {
  .show_profile {
    background: #1e202461;
    padding: 4px;
    height: 53px !important;
    padding-left: 26px !important;
    text-align: center;
    margin: auto;
  }

  .show_profile.active {
    color: gold !important;
    background: #1e2024;
  }
}
.show_profile img {
  width: 25px;
  border-radius: 50%;
  border: 1.3px solid rgb(70 96 147);
}
#langs {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53px;
  background: #24272c;
  padding: 15px;
}
.langs::after {
  display: none !important;
}
.silver-icon::before {
  left: -3px;
  top: 0px;
}
.btn-shop {
  background: #fffcec;
  padding: 3px;
  /* font-size: 10px; */
  color: black;
  /* text-align: center; */
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.btn-more {
  background: #ffdc11;
  padding: 3px;
  color: black;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.btn-more:hover,
.btn-shop:hover {
  color: #000;
}
.product__img {
  position: relative;
}
.product__img .silver-icon {
  position: absolute;
  top: -39px;
  left: -26px;
}
.login-nav {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  direction: rtl !important;
}
.login-nav .show_profile {
  position: relative;
  top: -4px;
  text-align: center;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px !important;
  padding-top: 8px;
  color: #fff;
  height: 43px !important;
}
.login-nav .box-profile {
  width: 385px !important;
  z-index: 99999999999999;
  left: -10px;
  right: auto;
  top: 39px;
}
.carousel-indicators {
  z-index: -1;
}
.btn-login {
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  background: #10101038;
  border: 1px solid rgb(255 255 255 / 6%);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 3px;
  margin-top: 3px;
}
.flex-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0px;
  gap: 15px;
}
.burger-menu-icon {
  right: auto;
}
.langs-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  font-size: 14px;
  background: #10101038;
  border: 1px solid rgb(255 255 255 / 6%);
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  margin-top: 3px;
  padding-bottom: 3px;
  gap: 10px;
  position: relative;
}
.langs-nav img {
  position: relative;
  top: -1px;
}
.lang-dropdown {
  position: absolute;
  top: 30px;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #1e2024;
  border: 1px solid rgb(255 255 255 / 6%);
  width: 100%;
  display: none;
}
.lang-dropdown a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: row-reverse;
  color: #a2b4bd;
}
.current-lang {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 5px;
}

#toast-container > div {
  opacity: 1;
}
