@import "_variables.css";
@import "_typography.css";
@import "_btnStyles.css";
* {
  font-family: fa-Font, sans-serif;
}

body {
  background-color: color-mix(in srgb, var(--bs-gray) 40%, var(--bs-white));
  background-image: url("../Upload/bg-slimi-white.png");
  background-size: 100%;
  background-repeat: repeat;
}

.main {
  margin-bottom: 6rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  height: 52px;
  background-color: var(--bs-black);
}
.header .navbar {
  padding-left: calc(var(--bs-gutter-x) * 2.5);
  padding-right: calc(var(--bs-gutter-x) * 2.5);
}
.header .navbar .navbar__menu .navbar__menu-item .navbar__menu-link {
  text-align: center;
}
.header .navbar .navbar__menu .navbar__menu-item .navbar__menu-link i {
  font-size: 24px;
}
.header .navbar .navbar__menu .navbar__menu-item .active-link {
  background-color: var(--bs-blue-light);
  color: var(--bs-black);
}
.header .navbar .navbar__options .navbar__options-item .navbar__options-link img {
  max-width: 40px;
  height: auto;
}

.header-mask {
  height: 52px;
  display: block;
}

.main-link {
  font-size: 24px;
}

.modal-content-Search {
  border-radius: unset !important;
  border: unset !important;
  background-color: unset !important;
}

.modal-dialog {
  min-width: 320px;
  background-color: white;
  border-radius: var(--bs-border-radius);
}

.model-header {
  border-bottom: unset !important;
}

.form-control {
  background: var(--bs-white);
  border-radius: var(--bs-border-radius);
  border-width: 1px;
  color: var(--bs-black);
}

.form-control:focus {
  border-color: var(--bs-gray-300);
  border-width: 1px;
  box-shadow: 0 0 0.2rem 0.15rem var(--bs-gray);
}

.modal-header .productSearchModal-searchInput-icon {
  height: 22px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.product-result-item {
  border: 1px solid var(--bs-gray-100);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-gray);
  box-shadow: var(--bs-box-shadow-sm);
  transition: 0.4s;
}

.product-result-item:hover {
  border: 1px solid transparent;
  box-shadow: unset;
}

.product-result-item .product-result-content {
  flex: 1;
}

.product-result-item .product-result-content .product-title {
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: unset;
}

.product-result-item .product-result-content .product-result-link {
  background: var(--bs-gray);
  border-radius: calc(var(--bs-border-radius) / 2);
  padding: 1rem;
  color: white;
}

.product-result-item .product-result-content .product-result-link p {
  color: white;
  font-size: 18px;
}

.product-result-item .product-result-content .product-price .original-price {
  color: var(--bs-gray-400);
  font-size: 18px;
}

.product-result-item .product-result-content .product-price .discount-price {
  color: var(--bs-danger);
  font-size: 16px;
}

.product-result-item .product-result-content .product-price .discount-price {
  color: var(--bs-gray-400);
  font-size: 16px;
}

.product-result-img {
  width: 150px;
  height: 150px;
}

.product-result-img img {
  border-radius: var(--bs-border-radius);
  width: 100%;
  height: 100%;
}

.product-result-img .product-rating {
  border-width: 1px;
  border-style: solid;
  border-color: var(--bs-primary);
  border-radius: var(--bs-border-radius);
  background: rgba(0, 0, 0, 0.33);
  width: 45px;
  height: 45px;
}

.product-result-img .product-rating p {
  color: var(--bs-primary);
}

.product-result-img .product-sale {
  background: var(--bs-white);
  border-radius: var(--bs-border-radius);
  width: 45px;
  height: 45px;
}

.product-result-img .product-sale p {
  color: white;
}

footer {
  width: 100%;
  background-color: var(--bs-white);
  z-index: 1030;
}
footer .footer-item .footer-item-brand-owner-img {
  width: 180px;
  height: auto;
}
footer .footer-item .footer__social-media-link {
  color: var(--bs-gray-400);
  flex-grow: 1;
}
footer .footer-item .footer__social-media-link .footer__social-media-link-icon svg {
  width: 20px;
  height: 20px;
  color: var(--bs-gray-400);
}
footer .footer-item .footer__social-media-link p {
  font-size: 12px;
}

@media only screen and (max-width: 991px) {
  .main {
    margin-inline-start: 25%;
  }
  .header {
    left: unset;
    bottom: 0;
    height: 100%;
  }
  .header .navbar {
    padding-top: 52px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .header .navbar .navbar__menu {
    width: 100%;
  }
  .header .navbar .navbar__menu .navbar__menu-item {
    border-left: unset;
    border-right: unset !important;
    border-bottom: 2px solid var(--bs-gray-100);
  }
  .header .navbar .navbar__menu .navbar__menu-item .navbar__menu-link {
    font-size: 20px;
    color: var(--bs-gray-100);
  }
  .header .navbar .navbar__menu .navbar__menu-item .navbar__menu-link p {
    font-size: 20px;
    color: var(--bs-gray-100);
  }
  .main-link {
    font-size: 40px !important;
  }
  .header-mask {
    height: 100%;
  }
}
.section__header {
  border-bottom: var(--bs-border-width) solid var(--bs-black);
}
.section__header .section__header-title {
  width: fit-content;
  border-right: var(--bs-border-width) solid var(--bs-black);
  border-left: var(--bs-border-width) solid var(--bs-black);
}
.section__header .section__header-title h1 {
  font-size: 26px;
}

@media screen and (max-width: 992px) {
  .section__header .section__header-title h1 {
    font-size: 22px;
  }
  footer {
    width: 75%;
    margin-right: 25%;
  }
  footer .footer-item .footer__social-media-link .footer__social-media-link-icon svg {
    width: 16px;
    height: 16px;
  }
  footer .footer-item .footer__social-media-link p {
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  .section__header .section__header-title h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .header .navbar {
    padding-top: 52px;
    padding-left: calc(var(--bs-gutter-x) * 0.3);
    padding-right: calc(var(--bs-gutter-x) * 0.3);
  }
  .header .navbar .navbar__menu {
    width: 100%;
  }
  .header .navbar .navbar__menu .navbar__menu-item {
    border-left: unset;
    border-right: unset !important;
    border-bottom: 2px solid var(--bs-gray-100);
  }
  .header .navbar .navbar__menu .navbar__menu-item .navbar__menu-link {
    font-size: 14px;
    color: var(--bs-gray-400);
  }
  .header .navbar .navbar__menu .navbar__menu-item .navbar__menu-link p {
    font-size: 14px;
    color: var(--bs-gray-400);
  }
  .main-link {
    font-size: 28px !important;
  }
}
@media only screen and (max-width: 390px) {
  .content__footer .footer__social-media .footer__social-media-link .footer__social-media-link-icon svg {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .header .navbar .navbar__menu .navbar__menu-item {
    border-left: 2px solid var(--bs-white);
    border-bottom: unset;
  }
  .header .navbar .navbar__options .navbar__options-item {
    border-left: 2px solid var(--bs-white);
    border-bottom: unset;
  }
  .header .navbar .navbar__options .navbar__options-item:last-child {
    border-left: unset;
  }
}

/*# sourceMappingURL=Layout.css.map */
