@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: 200;
  src: url("fonts/Yekan_Bakh_Thin.woff2") format("woff2"), url("fonts/Yekan_Bakh_Thin.woff") format("woff");
}
@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Yekan_Bakh_Light.woff2") format("woff2"), url("fonts/Yekan_Bakh_Light.woff") format("woff");
}
@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Yekan_Bakh_Regular.woff2") format("woff2"), url("fonts/Yekan_Bakh_Regular.woff") format("woff");
}
@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: bold;
  src: url("fonts/Yekan_Bakh_Bold.woff2") format("woff2"), url("fonts/Yekan_Bakh_Bold.woff") format("woff");
}
body {
  font-family: "IRANYekan", sans-serif;
  background-color: #fcfcfc;
}

main {
  position: relative;
  top: 0;
}

.container {
  max-width: 1100px;
  padding: 0;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
}
header .navbar .container-fluid .navbar-brand {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
}
header .navbar .container-fluid .collapse .navbar-nav .nav-item {
  padding-left: 1.5rem;
}
header .navbar .container-fluid .collapse .navbar-nav .nav-item .nav-link {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3490196078);
}
header .navbar .container-fluid .collapse .navbar-nav .nav-item .nav-link::after {
  content: " ";
  position: absolute;
  bottom: 0px;
  background-color: #000000;
  width: 100%;
  height: 2px;
  right: 0;
  transition: 0.3s all ease-in-out;
  transform: scaleX(0);
}
header .navbar .container-fluid .collapse .navbar-nav .nav-item .nav-link:hover::after {
  transform: scaleX(1);
}
header .navbar .container-fluid .collapse .navbar-nav.me-auto .nav-item {
  padding-left: 1.5rem;
}
header .navbar .container-fluid .collapse .navbar-nav.me-auto .nav-item .nav-link {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3490196078);
}
header .navbar .container-fluid .collapse .navbar-nav.me-auto .nav-item .nav-link svg {
  stroke: #ffffff;
}
header .navbar .container-fluid .collapse .navbar-nav.me-auto .nav-item .nav-link::after {
  content: unset;
  position: unset;
}
header .navbar .container-fluid .collapse .navbar-nav.me-auto .nav-item .nav-link:hover {
  color: #000000;
}
header .navbar .container-fluid .collapse .navbar-nav.me-auto .nav-item .nav-link:hover svg {
  stroke: #000000;
}
header .navbar .container-fluid .collapse .navbar-nav.me-auto .nav-item:first-child .nav-link {
  font-weight: 700;
}
header:hover {
  background-color: #ffffff;
}
header:hover .navbar .container-fluid .navbar-brand {
  color: #000000;
}
header:hover .navbar .container-fluid .collapse .navbar-nav .nav-item .nav-link {
  color: #000000;
  text-shadow: unset;
}
header:hover .navbar .container-fluid .collapse .navbar-nav .nav-item .nav-link svg {
  stroke: #000000;
}
header.Scrolled {
  background-color: #ffffff;
}
header.Scrolled .navbar .container-fluid .navbar-brand {
  color: #000000;
}
header.Scrolled .navbar .container-fluid .collapse .navbar-nav .nav-item .nav-link {
  color: #000000;
  text-shadow: unset;
}
header.Scrolled .navbar .container-fluid .collapse .navbar-nav .nav-item .nav-link svg {
  stroke: #000000;
}

@media only screen and (max-width: 768px) {
  header {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
  }
  header .navbar .container-fluid .navbar-brand {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
  }
  header .navbar .container-fluid .collapse .navbar-nav .nav-item {
    padding-left: 1.5rem;
  }
  header .navbar .container-fluid .collapse .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    position: relative;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3490196078);
  }
  header .navbar .container-fluid .collapse .navbar-nav .nav-item .nav-link::after {
    content: " ";
    position: absolute;
    bottom: 0px;
    background-color: #000000;
    width: 100%;
    height: 2px;
    right: 0;
    transition: 0.3s all ease-in-out;
    transform: scaleX(0);
  }
  header .navbar .container-fluid .collapse .navbar-nav .nav-item .nav-link:hover::after {
    transform: scaleX(1);
  }
  header .navbar .container-fluid .collapse .navbar-nav.me-auto .nav-item {
    padding-left: 1.5rem;
  }
  header .navbar .container-fluid .collapse .navbar-nav.me-auto .nav-item .nav-link {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3490196078);
  }
  header .navbar .container-fluid .collapse .navbar-nav.me-auto .nav-item .nav-link svg {
    stroke: #ffffff;
  }
  header .navbar .container-fluid .collapse .navbar-nav.me-auto .nav-item .nav-link::after {
    content: unset;
    position: unset;
  }
  header .navbar .container-fluid .collapse .navbar-nav.me-auto .nav-item .nav-link:hover {
    color: #000000;
  }
  header .navbar .container-fluid .collapse .navbar-nav.me-auto .nav-item .nav-link:hover svg {
    stroke: #000000;
  }
  header .navbar .container-fluid .collapse .navbar-nav.me-auto .nav-item:first-child .nav-link {
    font-weight: 700;
  }
  header:hover {
    background-color: #ffffff;
  }
  header:hover .navbar .container-fluid .navbar-brand {
    color: #000000;
  }
  header:hover .navbar .container-fluid .collapse .navbar-nav .nav-item .nav-link {
    color: #000000;
    text-shadow: unset;
  }
  header:hover .navbar .container-fluid .collapse .navbar-nav .nav-item .nav-link svg {
    stroke: #000000;
  }
  header.Scrolled {
    background-color: #ffffff;
  }
  header.Scrolled .navbar .container-fluid .navbar-brand {
    color: #000000;
  }
  header.Scrolled .navbar .container-fluid .collapse .navbar-nav .nav-item .nav-link {
    color: #000000;
    text-shadow: unset;
  }
  header.Scrolled .navbar .container-fluid .collapse .navbar-nav .nav-item .nav-link svg {
    stroke: #000000;
  }
}
.Slider {
  width: 100%;
}
.Slider .carousel {
  padding: 0;
}
.Slider .carousel .carousel-indicators [data-bs-target] {
  height: 20px;
  width: 20px;
  background-color: #000000;
}
.Slider .carousel .carousel-inner .carousel-item img {
  height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (max-width: 768px) {
  .Slider {
    width: 100%;
    padding: 1rem;
  }
  .Slider .carousel {
    padding: 0;
  }
  .Slider .carousel .carousel-indicators [data-bs-target] {
    height: 20px;
    width: 20px;
    background-color: #000000;
  }
  .Slider .carousel .carousel-inner .carousel-item img {
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.Banner {
  padding: 1rem 0;
}
.Banner .container {
  padding: 0;
}
.Banner .container .row .col-md-4:first-child {
  padding-right: 0;
}
.Banner .container .row .col-md-4:nth-child(2) {
  padding: 0 0.38rem;
}
.Banner .container .row .col-md-4:last-child {
  padding-left: 0;
}
.Banner .container .row .col-md-6 {
  padding: 0;
}
.Banner .container .row .col-md-6:first-child {
  padding-left: 1rem;
}
.Banner .container .row .col-md-6 .swiper .swiper-wrapper .swiper-slide a {
  color: #000000;
  font-weight: 900;
  text-decoration: none;
  font-size: 16px;
}
.Banner .container .row .col-md-6 .swiper .swiper-wrapper .swiper-slide a h4 {
  margin-top: 0.5rem;
  font-size: 16px;
  font-weight: 900;
}
.Banner .container .row .col-md-6 .swiper .swiper-wrapper .swiper-slide p {
  margin: 0;
}
.Banner .container .row .col-md-6 .swiper .swiper-wrapper .swiper-slide price {
  font-size: 16px;
  font-weight: 900;
}
.Banner .container .row .col-md-6 .swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 50%;
  border: 1px solid #000000;
}
.Banner .container .row .col-md-6 .swiper .swiper-button-next::after {
  font-size: 20px;
  color: #000000;
}
.Banner .container .row .col-md-6 .swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 50%;
  border: 1px solid #000000;
}
.Banner .container .row .col-md-6 .swiper .swiper-button-prev::after {
  font-size: 20px;
  color: #000000;
}

.BannerThird {
  padding: 1rem 0;
}
.BannerThird .container {
  padding: 0;
}
.BannerThird .container .row .col-md-6:first-child {
  padding-right: 0;
}
.BannerThird .container .row .col-md-6:nth-child(2) {
  padding-left: 0;
}

@media only screen and (max-width: 768px) {
  .Banner {
    padding: 1rem;
  }
  .Banner .container .row .col-md-4:first-child {
    padding: 1rem;
  }
  .Banner .container .row .col-md-4:nth-child(2) {
    padding: 1rem;
  }
  .Banner .container .row .col-md-4:last-child {
    padding: 1rem;
  }
  .Banner .container .row .col-md-6 {
    padding: 1rem;
  }
  .Banner .container .row .col-md-6:first-child {
    padding: 1rem;
  }
  .Banner .container .row .col-md-6 .swiper .swiper-wrapper .swiper-slide a {
    color: #000000;
    font-weight: 900;
    text-decoration: none;
    font-size: 16px;
  }
  .Banner .container .row .col-md-6 .swiper .swiper-wrapper .swiper-slide a h4 {
    margin-top: 0.5rem;
    font-size: 16px;
    font-weight: 900;
  }
  .Banner .container .row .col-md-6 .swiper .swiper-wrapper .swiper-slide p {
    margin: 0;
  }
  .Banner .container .row .col-md-6 .swiper .swiper-wrapper .swiper-slide price {
    font-size: 16px;
    font-weight: 900;
  }
  .Banner .container .row .col-md-6 .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 50%;
    border: 1px solid #000000;
  }
  .Banner .container .row .col-md-6 .swiper .swiper-button-next::after {
    font-size: 20px;
    color: #000000;
  }
  .Banner .container .row .col-md-6 .swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 50%;
    border: 1px solid #000000;
  }
  .Banner .container .row .col-md-6 .swiper .swiper-button-prev::after {
    font-size: 20px;
    color: #000000;
  }
  .BannerThird {
    padding: 1rem;
  }
  .BannerThird .container .row .col-md-6:first-child {
    padding: 0.5rem;
  }
  .BannerThird .container .row .col-md-6:nth-child(2) {
    padding: 0.5rem;
  }
}
.WB_ProductSelection {
  margin: 2rem 0;
  padding: 0;
}
.WB_ProductSelection .container {
  padding: 1rem;
}
.WB_ProductSelection .container .row h3 {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
}
.WB_ProductSelection .container .row .swiper .swiper-wrapper .swiper-slide a {
  color: #000000;
  font-weight: 900;
  text-decoration: none;
  font-size: 16px;
}
.WB_ProductSelection .container .row .swiper .swiper-wrapper .swiper-slide a h4 {
  margin-top: 0.5rem;
  font-size: 16px;
  font-weight: 900;
}
.WB_ProductSelection .container .row .swiper .swiper-wrapper .swiper-slide p {
  margin: 0;
}
.WB_ProductSelection .container .row .swiper .swiper-wrapper .swiper-slide price {
  font-size: 16px;
  font-weight: 900;
}
.WB_ProductSelection .container .row .swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 50%;
  border: 1px solid #000000;
}
.WB_ProductSelection .container .row .swiper .swiper-button-next::after {
  font-size: 20px;
  color: #000000;
}
.WB_ProductSelection .container .row .swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 50%;
  border: 1px solid #000000;
}
.WB_ProductSelection .container .row .swiper .swiper-button-prev::after {
  font-size: 20px;
  color: #000000;
}

@media only screen and (max-width: 768px) {
  .WB_ProductSelection {
    margin-top: 1rem;
    padding: 1rem;
  }
  .WB_ProductSelection .container .row h3 {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
  }
  .WB_ProductSelection .container .row .swiper .swiper-wrapper .swiper-slide a {
    color: #000000;
    font-weight: 900;
    text-decoration: none;
    font-size: 16px;
  }
  .WB_ProductSelection .container .row .swiper .swiper-wrapper .swiper-slide a h4 {
    margin-top: 0.5rem;
    font-size: 16px;
    font-weight: 900;
  }
  .WB_ProductSelection .container .row .swiper .swiper-wrapper .swiper-slide p {
    margin: 0;
  }
  .WB_ProductSelection .container .row .swiper .swiper-wrapper .swiper-slide price {
    font-size: 16px;
    font-weight: 900;
  }
  .WB_ProductSelection .container .row .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 50%;
    border: 1px solid #000000;
  }
  .WB_ProductSelection .container .row .swiper .swiper-button-next::after {
    font-size: 20px;
    color: #000000;
  }
  .WB_ProductSelection .container .row .swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 50%;
    border: 1px solid #000000;
  }
  .WB_ProductSelection .container .row .swiper .swiper-button-prev::after {
    font-size: 20px;
    color: #000000;
  }
}
.Size {
  margin: 1rem 0;
}
.Size .container {
  padding: 0;
}
.Size .container .row {
  background-color: #000000;
  padding: 2rem 1rem;
}
.Size .container .row .col-md-6 {
  display: block;
  padding: 0;
  text-align: center;
}
.Size .container .row .col-md-6 h4 {
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 0;
  text-align: center;
}
.Size .container .row .col-md-6 a {
  text-decoration: none;
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  margin: 0 1rem;
}

@media only screen and (max-width: 768px) {
  .Size {
    margin: 1rem 0;
    padding: 1rem;
  }
  .Size .container {
    padding: 1rem;
  }
  .Size .container .row {
    background-color: #000000;
    padding: 1rem;
  }
  .Size .container .row .col-md-6 {
    display: block;
    padding: 0.5rem;
    text-align: center;
  }
  .Size .container .row .col-md-6 h4 {
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 0;
    text-align: center;
  }
  .Size .container .row .col-md-6 a {
    text-decoration: none;
    color: #ffffff;
    font-size: 28px;
    font-weight: 900;
    margin: 0 1rem;
  }
}
.WB_TopProductsDiv {
  margin-top: 0.5rem;
  padding: 1rem 0;
}
.WB_TopProductsDiv .container {
  padding: 0;
}
.WB_TopProductsDiv .container .row .col-12 .WB_TopProducts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}
.WB_TopProductsDiv .container .row .col-12 .WB_TopProducts h3 {
  color: #0e1935;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  padding: 0.5rem 0rem;
  text-align: right;
}
.WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container .swiper {
  overflow-y: visible;
  padding: 1rem;
}
.WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container .swiper .swiper-pagination {
  top: 22rem;
}
.WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide {
  overflow: hidden;
  background-color: #ffffff;
  padding: 0 0.5rem 0.5rem;
  border: 0.5px solid #555555;
  border-radius: 10px;
}
.WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide .sale {
  background-color: #c94064;
  color: #ffffff;
  padding: 5px;
  border-radius: 0px;
  font-size: 10px;
  width: 80%;
  margin: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
}
.WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide img {
  width: 100%;
  border-radius: 5px;
  width: 170px;
  height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 2rem auto;
  display: block;
}
.WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide h4 {
  margin: 1rem 0;
  font-size: 14px;
  color: #0e1935;
  text-align: center;
  min-height: 3rem;
}
.WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide .d-flex .AddToCart {
  width: 50%;
  display: flex;
  align-items: end;
}
.WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide .d-flex .AddToCart a {
  background-color: #c94064;
  padding: 0.5rem;
  border-radius: 10px;
}
.WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide .d-flex .AddToCart a svg {
  width: 28px;
  height: 28px;
  color: #ffffff;
}
.WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide .d-flex .PriceDetails {
  width: 50%;
}
.WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide .d-flex .PriceDetails ins {
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  background-color: rgba(201, 64, 100, 0.9019607843);
  border-radius: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px;
  margin-right: auto;
}
.WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide .d-flex .PriceDetails ins discount {
  padding: 5px;
  color: #ffffff;
  text-align: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}
.WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide .d-flex .PriceDetails ins .old {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  color: #677788;
  background-color: #ffffff;
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide .d-flex .PriceDetails span {
  display: block;
  margin: 0.5rem 0 0;
  text-align: left;
}
.WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide .d-flex .PriceDetails span price {
  font-size: 17.6px;
  font-weight: 600;
  color: #1e2022;
}
.WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide .d-flex .PriceDetails span currency {
  font-size: 12px;
  color: #677788;
}
.WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container .swiper-pagination {
  top: 0px !important;
}

@media only screen and (max-width: 768px) {
  .WB_TopProductsDiv {
    margin-top: 0.5rem;
  }
  .WB_TopProductsDiv .container {
    padding: 1rem;
  }
  .WB_TopProductsDiv .container .row .col-12 .WB_TopProducts {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
  }
  .WB_TopProductsDiv .container .row .col-12 .WB_TopProducts h3 {
    color: #0e1935;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    padding: 0.5rem 0rem;
    text-align: right;
  }
  .WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container .swiper {
    overflow-y: visible;
    padding: 1rem;
  }
  .WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container .swiper .swiper-pagination {
    top: 22rem;
  }
  .WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide {
    overflow: hidden;
    background-color: #ffffff;
    padding: 0 0.5rem 0.5rem;
    border: 0.5px solid #555555;
  }
  .WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide .sale {
    background-color: #c94064;
    color: #ffffff;
    padding: 5px;
    border-radius: 0px;
    font-size: 10px;
    width: 80%;
    margin: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
  }
  .WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide img {
    width: 100%;
    border-radius: 5px;
    width: 170px;
    height: 170px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0.5rem auto;
    display: block;
  }
  .WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide h4 {
    margin: 0.5rem 0;
    font-size: 14px;
    color: #0e1935;
    text-align: center;
    min-height: 3rem;
  }
  .WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide .d-flex .AddToCart {
    width: 20%;
    display: flex;
    align-items: end;
  }
  .WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide .d-flex .AddToCart a {
    background-color: #c94064;
    padding: 0.5rem;
    border-radius: 10px;
  }
  .WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide .d-flex .AddToCart a svg {
    width: 28px;
    height: 28px;
    color: #ffffff;
  }
  .WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide .d-flex .PriceDetails {
    width: 80%;
  }
  .WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide .d-flex .PriceDetails ins {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    background-color: rgba(201, 64, 100, 0.9019607843);
    border-radius: 0.5rem;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px;
    margin-right: auto;
  }
  .WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide .d-flex .PriceDetails ins discount {
    padding: 5px;
    color: #ffffff;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
  }
  .WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide .d-flex .PriceDetails ins .old {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    color: #677788;
    background-color: #ffffff;
    border-bottom-right-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide .d-flex .PriceDetails span {
    display: block;
    margin: 0.5rem 0 0;
    text-align: left;
  }
  .WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide .d-flex .PriceDetails span price {
    font-size: 17.6px;
    font-weight: 600;
    color: #1e2022;
  }
  .WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container swiper-slide .d-flex .PriceDetails span currency {
    font-size: 12px;
    color: #677788;
  }
  .WB_TopProductsDiv .container .row .col-12 .WB_TopProducts swiper-container .swiper-pagination {
    top: 0px !important;
  }
}
.Product header {
  background-color: #ffffff;
  border-bottom: 1px solid #677788;
}
.Product header .navbar .container-fluid .navbar-brand {
  color: #000000;
}
.Product header .navbar .container-fluid .collapse .navbar-nav .nav-item .nav-link {
  color: #000000;
  text-shadow: unset;
}
.Product header .navbar .container-fluid .collapse .navbar-nav .nav-item .nav-link svg {
  stroke: #000000;
}

.WB_SingleProduct {
  padding: 1.5rem 0;
}
.WB_SingleProduct .container .row {
  padding: 1rem 0;
}
.WB_SingleProduct .container .row .col-md-6:first-child .img-box {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem;
}
.WB_SingleProduct .container .row .col-md-6:first-child .img-box .img-fluid {
  width: 300px;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
.WB_SingleProduct .container .row .col-md-6 h1 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.WB_SingleProduct .container .row .col-md-6 .Reviews {
  margin-bottom: 2rem;
}
.WB_SingleProduct .container .row .col-md-6 .Reviews .Rate {
  margin-left: 1rem;
}
.WB_SingleProduct .container .row .col-md-6 .Reviews .Rate i::before {
  font-size: 12px;
  color: #39ace7;
}
.WB_SingleProduct .container .row .col-md-6 .Reviews .Review {
  margin-left: 1rem;
}
.WB_SingleProduct .container .row .col-md-6 .Reviews .Review a {
  text-decoration: none;
  color: #0e1935;
  font-size: 14px;
}
.WB_SingleProduct .container .row .col-md-6 .Reviews .Review a i::before {
  font-size: 12px;
}
.WB_SingleProduct .container .row .col-md-6 .Reviews .Review a:hover {
  color: #39ace7;
}
.WB_SingleProduct .container .row .col-md-6 .Reviews .WriteReview a {
  text-decoration: none;
  color: #0e1935;
  font-size: 14px;
}
.WB_SingleProduct .container .row .col-md-6 .Reviews .WriteReview a i {
  margin-left: 0.5rem;
}
.WB_SingleProduct .container .row .col-md-6 .Reviews .WriteReview a i::before {
  font-size: 12px;
}
.WB_SingleProduct .container .row .col-md-6 .Reviews .WriteReview a:hover {
  color: #39ace7;
}
.WB_SingleProduct .container .row .col-md-6 .fs-5 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.WB_SingleProduct .container .row .col-md-6 .fs-5 span {
  font-size: 18px;
  color: #000000;
  margin-left: 1rem;
}
.WB_SingleProduct .container .row .col-md-6 .fs-5 price {
  font-size: 30px;
  color: #000000;
  font-weight: 800;
}
.WB_SingleProduct .container .row .col-md-6 table {
  font-family: "IRANYekan", sans-serif !important;
  min-width: 400px;
  border-width: 0;
}
.WB_SingleProduct .container .row .col-md-6 table tr {
  padding: 0.5rem;
  line-height: 32px;
}
.WB_SingleProduct .container .row .col-md-6 table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.WB_SingleProduct .container .row .nav .nav-item .nav-link {
  border-width: 0;
  background-color: transparent;
  color: #000000;
  font-size: 20px;
}
.WB_SingleProduct .container .row .nav .nav-item .nav-link.active {
  font-weight: 800;
  color: #39ace7;
  border-bottom: 2px solid #39ace7;
}
.WB_SingleProduct .container .row .tab-content {
  padding: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.WB_SingleProduct .container .row .tab-content .tab-pane {
  font-size: 18px;
  line-height: 36px;
}
.WB_SingleProduct .container .row .tab-content .tab-pane .review h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.WB_SingleProduct .container .row .tab-content .tab-pane .review span {
  font-size: 18px;
  margin-bottom: 2rem;
}
.WB_SingleProduct .container .row .tab-content .tab-pane .review span strong {
  color: #39ace7;
}
.WB_SingleProduct .container .row .tab-content .tab-pane .review .review-list li span {
  font-size: 16px;
}
.WB_SingleProduct .container .row .tab-content .tab-pane .review .review-list li i::before {
  font-size: 12px;
  color: #39ace7;
}
.WB_SingleProduct .container .row .tab-content .tab-pane .review .review-field form .form-group {
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 500;
}
.WB_SingleProduct .container .row .tab-content .tab-pane .review .review-field form .form-group .form-control {
  background-color: transparent;
  border-radius: 0;
}
.WB_SingleProduct .container .row .tab-content .tab-pane .review .review-field form .form-group:first-child {
  margin-top: 1rem;
}
.WB_SingleProduct .container .row .tab-content .tab-pane .review .review-field form button {
  background-color: #39ace7;
  border-color: #39ace7;
  color: #ffffff;
  padding: 0.3rem 1.5rem;
  border-width: 0;
  box-shadow: unset;
}
.WB_SingleProduct .container .row .tab-content .tab-pane .card {
  border-width: 0;
  background-color: #555555;
}
.WB_SingleProduct .container .row .tab-content .tab-pane .card .card-body .media .Rate i::before {
  font-size: 12px;
  color: #39ace7;
}

.WB_RelatedProducts {
  margin-top: 0.5rem;
  padding: 1rem 0;
  background-color: #ffffff;
}
.WB_RelatedProducts .container {
  padding: 0;
}
.WB_RelatedProducts .container .row h3 {
  color: #0e1935;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  padding: 0.5rem 0rem;
  text-align: right;
}
.WB_RelatedProducts .container .row .swiper .swiper-wrapper .swiper-slide a {
  color: #000000;
  font-weight: 900;
  text-decoration: none;
  font-size: 16px;
}
.WB_RelatedProducts .container .row .swiper .swiper-wrapper .swiper-slide a h4 {
  margin-top: 0.5rem;
  font-size: 16px;
  font-weight: 900;
}
.WB_RelatedProducts .container .row .swiper .swiper-wrapper .swiper-slide p {
  margin: 0;
}
.WB_RelatedProducts .container .row .swiper .swiper-wrapper .swiper-slide price {
  font-size: 16px;
  font-weight: 900;
}
.WB_RelatedProducts .container .row .swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 50%;
  border: 1px solid #000000;
}
.WB_RelatedProducts .container .row .swiper .swiper-button-next::after {
  font-size: 20px;
  color: #000000;
}
.WB_RelatedProducts .container .row .swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 50%;
  border: 1px solid #000000;
}
.WB_RelatedProducts .container .row .swiper .swiper-button-prev::after {
  font-size: 20px;
  color: #000000;
}

@media only screen and (max-width: 768px) {
  .Product header {
    background-color: #ffffff;
    border-bottom: 1px solid #677788;
  }
  .Product header .navbar .container-fluid .navbar-brand {
    color: #000000;
  }
  .Product header .navbar .container-fluid .collapse .navbar-nav .nav-item .nav-link {
    color: #000000;
    text-shadow: unset;
  }
  .Product header .navbar .container-fluid .collapse .navbar-nav .nav-item .nav-link svg {
    stroke: #000000;
  }
  .WB_SingleProduct {
    padding: 1rem;
  }
  .WB_SingleProduct .container .row .col-md-6:first-child .img-box {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
  }
  .WB_SingleProduct .container .row .col-md-6:first-child .img-box .img-fluid {
    width: 300px;
    height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .WB_SingleProduct .container .row .col-md-6 h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .WB_SingleProduct .container .row .col-md-6 .Reviews {
    margin-bottom: 2rem;
  }
  .WB_SingleProduct .container .row .col-md-6 .Reviews .Rate {
    margin-left: 1rem;
  }
  .WB_SingleProduct .container .row .col-md-6 .Reviews .Rate i::before {
    font-size: 12px;
    color: #39ace7;
  }
  .WB_SingleProduct .container .row .col-md-6 .Reviews .Review {
    margin-left: 1rem;
  }
  .WB_SingleProduct .container .row .col-md-6 .Reviews .Review a {
    text-decoration: none;
    color: #0e1935;
    font-size: 14px;
  }
  .WB_SingleProduct .container .row .col-md-6 .Reviews .Review a i::before {
    font-size: 12px;
  }
  .WB_SingleProduct .container .row .col-md-6 .Reviews .Review a:hover {
    color: #39ace7;
  }
  .WB_SingleProduct .container .row .col-md-6 .Reviews .WriteReview a {
    text-decoration: none;
    color: #0e1935;
    font-size: 14px;
  }
  .WB_SingleProduct .container .row .col-md-6 .Reviews .WriteReview a i {
    margin-left: 0.5rem;
  }
  .WB_SingleProduct .container .row .col-md-6 .Reviews .WriteReview a i::before {
    font-size: 12px;
  }
  .WB_SingleProduct .container .row .col-md-6 .Reviews .WriteReview a:hover {
    color: #39ace7;
  }
  .WB_SingleProduct .container .row .col-md-6 .fs-5 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .WB_SingleProduct .container .row .col-md-6 .fs-5 span {
    font-size: 18px;
    color: #000000;
    margin-left: 1rem;
  }
  .WB_SingleProduct .container .row .col-md-6 .fs-5 price {
    font-size: 30px;
    color: #000000;
    font-weight: 800;
  }
  .WB_SingleProduct .container .row .col-md-6 table {
    font-family: "IRANYekan", sans-serif !important;
    min-width: 400px;
    border-width: 0;
  }
  .WB_SingleProduct .container .row .col-md-6 table tr {
    padding: 0.5rem;
    line-height: 32px;
  }
  .WB_SingleProduct .container .row .col-md-6 table tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  .WB_SingleProduct .container .row .nav .nav-item .nav-link {
    border-width: 0;
    background-color: transparent;
    color: #000000;
    font-size: 20px;
  }
  .WB_SingleProduct .container .row .nav .nav-item .nav-link.active {
    font-weight: 800;
    color: #39ace7;
    border-bottom: 2px solid #39ace7;
  }
  .WB_SingleProduct .container .row .tab-content {
    padding: 1rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .WB_SingleProduct .container .row .tab-content .tab-pane {
    font-size: 18px;
    line-height: 36px;
  }
  .WB_SingleProduct .container .row .tab-content .tab-pane .review h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2rem;
  }
  .WB_SingleProduct .container .row .tab-content .tab-pane .review span {
    font-size: 18px;
    margin-bottom: 2rem;
  }
  .WB_SingleProduct .container .row .tab-content .tab-pane .review span strong {
    color: #39ace7;
  }
  .WB_SingleProduct .container .row .tab-content .tab-pane .review .review-list li span {
    font-size: 16px;
  }
  .WB_SingleProduct .container .row .tab-content .tab-pane .review .review-list li i::before {
    font-size: 12px;
    color: #39ace7;
  }
  .WB_SingleProduct .container .row .tab-content .tab-pane .review .review-field form .form-group {
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 500;
  }
  .WB_SingleProduct .container .row .tab-content .tab-pane .review .review-field form .form-group .form-control {
    background-color: transparent;
    border-radius: 0;
  }
  .WB_SingleProduct .container .row .tab-content .tab-pane .review .review-field form .form-group:first-child {
    margin-top: 1rem;
  }
  .WB_SingleProduct .container .row .tab-content .tab-pane .review .review-field form button {
    background-color: #39ace7;
    border-color: #39ace7;
    color: #ffffff;
    padding: 0.3rem 1.5rem;
    border-width: 0;
    box-shadow: unset;
  }
  .WB_SingleProduct .container .row .tab-content .tab-pane .card {
    border-width: 0;
    background-color: #555555;
  }
  .WB_SingleProduct .container .row .tab-content .tab-pane .card .card-body .media .Rate i::before {
    font-size: 12px;
    color: #39ace7;
  }
  .WB_RelatedProducts {
    margin-top: 0.5rem;
    padding: 1rem 0;
    background-color: #ffffff;
  }
  .WB_RelatedProducts .container {
    padding: 0;
  }
  .WB_RelatedProducts .container .row h3 {
    color: #0e1935;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    padding: 0.5rem 0rem;
    text-align: right;
  }
  .WB_RelatedProducts .container .row .swiper .swiper-wrapper .swiper-slide a {
    color: #000000;
    font-weight: 900;
    text-decoration: none;
    font-size: 16px;
  }
  .WB_RelatedProducts .container .row .swiper .swiper-wrapper .swiper-slide a h4 {
    margin-top: 0.5rem;
    font-size: 16px;
    font-weight: 900;
  }
  .WB_RelatedProducts .container .row .swiper .swiper-wrapper .swiper-slide p {
    margin: 0;
  }
  .WB_RelatedProducts .container .row .swiper .swiper-wrapper .swiper-slide price {
    font-size: 16px;
    font-weight: 900;
  }
  .WB_RelatedProducts .container .row .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 50%;
    border: 1px solid #000000;
  }
  .WB_RelatedProducts .container .row .swiper .swiper-button-next::after {
    font-size: 20px;
    color: #000000;
  }
  .WB_RelatedProducts .container .row .swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 50%;
    border: 1px solid #000000;
  }
  .WB_RelatedProducts .container .row .swiper .swiper-button-prev::after {
    font-size: 20px;
    color: #000000;
  }
}
footer {
  background-color: #f6f6f6;
  padding: 1rem 0;
}
footer .container .row .col-md-4 {
  padding: 1rem 0;
}
footer .container .row .col-md-4 h4 {
  font-size: 18px;
  font-weight: 300;
  color: #555555;
}
footer .container .row .col-md-4 p a {
  font-weight: 400 !important;
  font-size: 16px;
  margin-bottom: 0;
  color: #777777 !important;
  text-decoration: none;
}
footer .container .row .col-12 {
  padding: 2rem 0 1rem;
}
footer .container .row .col-12 p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
}
footer .container .row .col-12 p a {
  text-decoration: none;
  font-weight: 900;
  color: #555555;
}

@media only screen and (max-width: 768px) {
  footer {
    background-color: #f6f6f6;
    padding: 1rem;
  }
  footer .container .row .col-md-4 {
    padding: 1rem;
  }
  footer .container .row .col-md-4 h4 {
    font-size: 18px;
    font-weight: 300;
    color: #555555;
  }
  footer .container .row .col-md-4 p a {
    font-weight: 400 !important;
    font-size: 16px;
    margin-bottom: 0;
    color: #777777 !important;
    text-decoration: none;
  }
  footer .container .row .col-12 {
    padding: 1rem;
  }
  footer .container .row .col-12 p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
  }
  footer .container .row .col-12 p a {
    text-decoration: none;
    font-weight: 900;
    color: #555555;
  }
}/*# sourceMappingURL=main.css.map */