@font-face {
  font-family: lalezar;
  src: url("./../fonts/Lalezar-Regular.ttf");
}
@font-face {
  font-family: iranYekan;
  src: url("./../fonts/IRANYekanRegular.ttf");
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: iranYekan;
  color: #2d365d;
  overflow-x: hidden;
}

.bg-theme {
  background-color: #05f;
}

.bg-secondary-500 {
  background-color: #797e86 !important;
}

.bg-secondary-400 {
  background-color: #b3bbc7 !important;
}

.bg-secondary-300 {
  background-color: #e5eaf0 !important;
}

.text-theme {
  color: #05f;
}

.color-dark {
  color: #2d365d !important;
}

.bg-dark-color {
  background-color: #2d365d;
}

.circle {
  clip-path: circle();
}

.b-radius-l {
  border-radius: 4rem;
}

.b-radius-m {
  border-radius: 2rem;
}

.b-radius-s {
  border-radius: 1rem;
}

.f-lalezar {
  font-family: lalezar;
}

.fs-7 {
  font-size: 0.9rem;
}

.fs-8 {
  font-size: 0.77rem;
}

.fw-bold {
  font-weight: bolder;
}

.fw-300 {
  font-weight: 300;
}

.w-max-content {
  width: max-content;
}

.h-max-content {
  height: max-content;
}

.shadow-dark {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

html::-webkit-scrollbar {
  background-color: #fff;
  width: 0.6rem;
}

html::-webkit-scrollbar-thumb {
  background-color: #05f;
}

.nav-item {
  list-style-type: none;
}

.lifesports {
  width: 13rem;
}

.search-product {
  width: 20rem;
}
.search-product .search-product-input {
  padding: 8px 1rem 12px 4rem;
  border: 2px solid #797e86;
}
.search-product .search-product-input:focus {
  box-shadow: none;
}
.search-product .search-product-input::placeholder {
  color: #797e86;
}
@media screen and (max-width: 1199px) {
  .search-product {
    width: 16rem;
  }
}
@media screen and (max-width: 991px) {
  .search-product {
    width: 20rem;
  }
}
@media screen and (max-width: 576px) {
  .search-product {
    width: 17rem;
  }
}
@media screen and (max-width: 400px) {
  .search-product {
    width: 75%;
  }
}
.search-product .btn-search {
  background-color: #797e86;
  border: none;
  left: 0;
  -moz-transform: translateY(2px);
}

.btn-login-register-user {
  border: 1px solid #797e86;
  transition: 0.25s;
}
.btn-login-register-user:hover {
  background-color: #2d365d !important;
  color: #fff;
}

.collapse .nav-item {
  transition: 0.25s;
}
.collapse .nav-item:hover {
  background-color: #2d365d;
}
.collapse .nav-item .nav-link {
  padding-top: 12px;
  padding-bottom: 12px;
}

.offcanvas .btn-close-navbar:hover {
  background: #05f;
}

.cart-icon {
  background-color: #49be78;
}

.count-cart {
  transform: translate(10px, -5px);
  background-color: #2d365d;
}

.btn-navbar-toggle .btn-navbar-toggle-item {
  width: 2.5rem;
  height: 0.37rem;
}
@media screen and (max-width: 576px) {
  .btn-navbar-toggle .btn-navbar-toggle-item {
    width: 2rem;
  }
}

.offcanvas {
  width: 17rem !important;
}
@media screen and (max-width: 576px) {
  .offcanvas {
    width: 14rem !important;
  }
}
.offcanvas .btn-close:focus {
  box-shadow: none;
}
.offcanvas .offcanvas-body ul li:hover,
.offcanvas .offcanvas-body ul li:focus {
  background: #05f !important;
  color: #fff !important;
}

.dropdown-menu {
  padding: 0 !important;
  border-radius: 0 !important;
}
.dropdown-menu li a {
  transition: 0.25s;
  padding: 0.7rem 1rem !important;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  background-color: #05f !important;
  color: #fff !important;
}

@media screen and (max-width: 400px) {
  .lifesports-icon {
    width: 80%;
  }
}

.submenu-category {
  width: 95%;
}

.hidden-content {
  overflow: hidden !important;
}

.section-one {
  background-image: url("./../../images/gallery-items/bg-footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #111;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 400px) {
  .section-one {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.section-one .title-item-footer {
  margin-right: -20px;
}
@media screen and (max-width: 991px) {
  .section-one .title-item-footer:nth-child(1) {
    margin-right: 20px;
  }
}
.section-one li {
  list-style-type: disc;
  color: #05f;
}

.footer-image {
  margin-top: -140px;
}
@media screen and (max-width: 400px) {
  .footer-image {
    margin-top: -100px;
  }
}

.loader {
  height: 100vh;
  z-index: 99999999999;
  position: fixed;
  top: 0;
}
.loader .custom-loader {
  width: 50px;
  height: 50px;
  display: grid;
}
.loader .custom-loader::before, .loader .custom-loader::after {
  content: "";
  grid-area: 1/1;
  --c: radial-gradient(farthest-side, #05f, 92%, #0000);
  background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  animation: s2 1s infinite;
}
.loader .custom-loader::before {
  margin: 4px;
  filter: hue-rotate(45deg);
  background-size: 8px 8px;
  animation-timing-function: linear;
}

.hidden-loader {
  display: none !important;
}

@keyframes s2 {
  100% {
    transform: rotate(0.5turn);
  }
}
@font-face {
  font-family: lalezar;
  src: url("./../fonts/Lalezar-Regular.ttf");
}
@font-face {
  font-family: iranYekan;
  src: url("./../fonts/IRANYekanRegular.ttf");
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: iranYekan;
  color: #2d365d;
  overflow-x: hidden;
}

.bg-theme {
  background-color: #05f;
}

.bg-secondary-500 {
  background-color: #797e86 !important;
}

.bg-secondary-400 {
  background-color: #b3bbc7 !important;
}

.bg-secondary-300 {
  background-color: #e5eaf0 !important;
}

.text-theme {
  color: #05f;
}

.color-dark {
  color: #2d365d !important;
}

.bg-dark-color {
  background-color: #2d365d;
}

.circle {
  clip-path: circle();
}

.b-radius-l {
  border-radius: 4rem;
}

.b-radius-m {
  border-radius: 2rem;
}

.b-radius-s {
  border-radius: 1rem;
}

.f-lalezar {
  font-family: lalezar;
}

.fs-7 {
  font-size: 0.9rem;
}

.fs-8 {
  font-size: 0.77rem;
}

.fw-bold {
  font-weight: bolder;
}

.fw-300 {
  font-weight: 300;
}

.w-max-content {
  width: max-content;
}

.h-max-content {
  height: max-content;
}

.shadow-dark {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.container {
  margin-top: 11rem;
}

.content-page svg {
  margin: -40px 0 -30px 0;
}
@media screen and (max-width: 400px) {
  .content-page svg {
    width: 250px !important;
    height: 250px !important;
  }
}

.hidden-loading,
.hidden-content {
  display: none !important;
}

/* Start Grouping Products */
.dropdown-menu {
  border-radius: 5px !important;
}
.dropdown-menu button {
  transition: 0.25s;
}
.dropdown-menu .first-item {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.dropdown-menu .last-item {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dropdown-menu button:focus,
.dropdown-menu button:hover,
.dropdown-menu .active {
  background: #05f !important;
  color: #fff !important;
}

/* Finish Grouping Products */
/* Start Products */
.container-products {
  margin-top: 6rem;
}
.container-products .card {
  transition: 0.25s;
}
.container-products .card:hover {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2392156863);
}
.container-products .product-title {
  height: 4rem;
  margin-bottom: 7px;
  overflow-y: hidden;
}
@media screen and (max-width: 767px) {
  .container-products .product-title {
    height: 3.7rem;
  }
}
.container-products .product-title .card-title {
  font-size: 0.9rem;
  line-height: 1rem !important;
  display: block;
}
.container-products .product-title .card-title:hover {
  color: #05f;
}
@media screen and (max-width: 767px) {
  .container-products .product-title .card-title {
    font-size: 0.8rem;
    line-height: 0.9rem !important;
  }
}
.container-products .product-discount {
  height: 1.5rem;
}
.container-products .product-discount .discount {
  font-size: 0.9rem;
  line-height: 12px;
}
.container-products .product-price {
  height: 1.8rem;
}
.container-products .product-price .price {
  font-size: 1rem;
  line-height: 13px;
}
.container-products .product-discount {
  height: 1.3rem;
}
.container-products .product-discount .discount {
  font-size: 0.9rem;
  line-height: 12px;
}
@media screen and (max-width: 400px) {
  .container-products .product-discount .discount {
    font-size: 0.7rem !important;
  }
}
@media screen and (max-width: 400px) {
  .container-products .price {
    font-size: 0.8rem !important;
  }
}
.container-products .price span {
  font-size: 0.8rem;
}
@media screen and (max-width: 400px) {
  .container-products .price span {
    font-size: 0.7rem !important;
  }
}
.container-products .value-discount-off {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 0;
  cursor: default;
}
.container-products .value-score {
  cursor: default;
  padding: 4px;
}
.container-products .value-score .score-photo {
  width: 20px;
  height: 16px;
  margin-bottom: 8px;
}

/* Finish Products */

/*# sourceMappingURL=shop.css.map */
