@font-face {
  font-family: peyda;
  src: url(../fonts/Peyda/PeydaWeb-Regular.woff2);
}
@font-face {
  font-family: bold;
  src: url(../fonts/Peyda/PeydaWeb-Black.woff2);
}
@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/Montserrat/Montserrat-Bold.woff);
}
@font-face {
  font-family: Montserrat-Regular;
  src: url(../fonts/Montserrat/Montserrat-Regular.woff);
}
body {
  font-family: "peyda";
  overflow-x: hidden;
  line-height: 27px;
  height: 100%;
}

html {
  height: 100%;
}

.bold-en {
  font-family: "Montserrat-Bold";
}

.en {
  font-family: "Montserrat-Regular";
}

.bold {
  font-family: "bold";
}

.flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}

.lh-0 {
  line-height: 0;
}

.radius {
  border-radius: 7px;
}

a {
  text-decoration: none;
  color: #202020;
  transition: 0.4s;
}
a:hover {
  color: #00aeef !important;
}

button {
  border: unset;
}

.bg-gray {
  background-color: rgba(216, 207, 226, 0.2) !important;
}

.green-btn {
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 7px 7px 0 7px;
  background-color: #00aeef;
  color: #fff;
  gap: 4px;
  padding: 3px 20px;
  transition: 0.4s;
}
.green-btn:hover {
  background-color: #5c2d91;
  color: #fff !important;
}

.purple-btn {
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 7px 7px 0 7px;
  background-color: #5c2d91;
  color: #fff;
  gap: 4px;
  padding: 10px;
  transition: 0.4s;
}
.purple-btn:hover {
  background-color: #00aeef;
  color: #fff !important;
}

.num {
  font-feature-settings: "ss02";
}

.text-primary {
  color: #5c2d91 !important;
}

.text-secondary {
  color: #00aeef !important;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.z-index-1 {
  z-index: 1;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin-bottom: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  opacity: 1 !important;
  background-color: #5c2d91;
  margin: 0 5px !important;
}
@media (min-width: 320px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
@media (min-width: 1200px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00aeef !important;
}
@media (min-width: 320px) {
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1200px) {
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 17px;
    height: 17px;
  }
}

header .logo {
  width: 180px;
}
header .nav li.active a {
  color: #5c2d91;
}
header .languages {
  cursor: pointer;
  border-radius: 2px;
  position: relative;
}
header .languages .language-items {
  position: absolute;
  top: 80%;
  left: -10%;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  width: auto;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
  margin-top: 3px;
  border-radius: 7px;
  transition: 0.3s;
  z-index: 2;
}
header .languages .language-items > div {
  padding: 0.4em;
  margin: 0.2em;
  border-radius: 4px;
  transition: 0.3s;
}
header .languages .language-items > div:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.open {
  right: auto !important;
  left: 50% !important;
  transform: translateX(-50%);
  top: 100% !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.half-opacity {
  opacity: 0.5;
  transition: 0.4s;
}
.half-opacity:hover {
  opacity: 1;
  color: #fff !important;
}

.slider .swiper-pagination {
  bottom: 5% !important;
}
.slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}

footer {
  background-color: #5c2d91;
  background-image: url(../images/infographics-map.png);
  background-repeat: no-repeat;
}
@media (min-width: 320px) {
  footer {
    background-size: 350%;
    background-position: bottom;
  }
}
@media (min-width: 1200px) {
  footer {
    background-size: cover;
    background-position: top;
  }
}
footer * {
  color: #fff;
}
footer .logo {
  width: 220px;
}
footer .namads {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 16px;
}
footer .namads > div {
  border-radius: 5px;
  background-color: #fff;
  width: 65px;
  height: 65px;
  padding: 10px;
}
footer .links li {
  position: relative;
  padding-right: 20px;
  opacity: 0.5;
  transition: 0.4s;
}
footer .links li:not(:last-child) {
  margin-bottom: 15px;
}
footer .links li:hover {
  opacity: 1;
}
footer .links li:after {
  content: "";
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .links li a {
  color: #fff !important;
}

.products-tabs .nav-link {
  position: relative;
  padding-bottom: 15px;
}
.products-tabs .nav-link.active {
  background-color: unset !important;
  color: #5c2d91 !important;
}
.products-tabs .nav-link.active:after {
  content: "";
  width: 100%;
  height: 4px;
  bottom: -3px;
  left: 0;
  background-color: #5c2d91;
  position: absolute;
  border-radius: 15px;
}
.products-tabs .nav-pills {
  border-bottom: 3px solid #dddfe3;
  margin-bottom: 0;
}

.three-column-swiper {
  padding-bottom: 30px;
}
.three-column-swiper .swiper-pagination {
  bottom: 0 !important;
}

.box-item {
  border-radius: 15px 15px 0 15px;
  overflow: hidden;
}
.box-item img {
  transition: 0.5s;
}
.box-item:hover img {
  transform: scale(1.1);
}

.shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06) !important;
}

.summary h4 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.grid-two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 320px) {
  .grid-two-column {
    gap: 15px;
  }
}
@media (min-width: 1200px) {
  .grid-two-column {
    gap: 25px;
  }
}

.why-us .why-us-item {
  background-color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 15px;
  flex-direction: column;
  text-align: center;
  border-radius: 15px 15px 0 15px;
  transition: 0.3s;
  border: 2px solid #5c2d91;
}
@media (min-width: 320px) {
  .why-us .why-us-item {
    height: 155px;
  }
}
@media (min-width: 1200px) {
  .why-us .why-us-item {
    height: 195px;
  }
}
.why-us .why-us-item:hover {
  background-color: #5c2d91;
  color: #fff;
  box-shadow: 0 20px 20px -8px #beabd3;
}
.why-us .why-us-item:hover img {
  filter: brightness(100);
}
@media (max-width: 767px) {
  .why-us .why-us-item p {
    line-height: 1.3;
  }
}
.why-us .download {
  background-color: #5c2d91;
  position: relative;
  margin: auto;
  border-radius: 15px 15px 0 15px;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 320px) {
  .why-us .download {
    width: 100%;
    font-size: 20px;
    padding: 10px 60px 8px 11px;
  }
}
@media (min-width: 1200px) {
  .why-us .download {
    padding: 15px 80px 12px 11px;
    width: 80%;
    font-size: 30px;
  }
}
.why-us .download img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 320px) {
  .why-us .download img {
    width: 60px;
    right: 13%;
  }
}
@media (min-width: 1200px) {
  .why-us .download img {
    width: 70px;
    right: 5%;
  }
}
.why-us .download:hover {
  background-color: #00aeef;
  color: #fff !important;
}

.open-menu {
  right: 0 !important;
}

#close {
  position: absolute;
  left: 4%;
  top: 1%;
}

input:focus, input:focus-visible {
  border-color: #5c2d91;
  outline: 0;
}

.form-input input,
.form-input textarea {
  width: 100%;
  border: 1px solid #dddfe3;
  border-radius: 7px;
  padding: 12px 20px 10px 20px;
  outline: 0;
}
.form-input input::-moz-placeholder, .form-input textarea::-moz-placeholder {
  font-size: 0.8em;
  opacity: 0.8;
}
.form-input input::placeholder,
.form-input textarea::placeholder {
  font-size: 0.8em;
  opacity: 0.8;
}
.form-input select {
  width: 100%;
  border: 1px solid #dddfe3;
  border-radius: 7px;
  padding: 12px 45px 10px 20px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-input label {
  font-family: "bold";
  font-size: 0.9em;
  background-color: #fff;
  padding: 0 8px;
  position: absolute;
  top: -28%;
  right: 5%;
}
.form-input.textarea label {
  top: -9%;
}
.form-input i {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.news-page .box-item p {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.news-page a {
  transition: 0.3s;
}
.news-page a:hover {
  color: #5c2d91 !important;
}
.news-page .vertical-btn {
  writing-mode: vertical-lr;
  text-orientation: sideways;
  border-right: 1px solid #eaecee;
  color: #00aeef;
  transition: 0.3s;
}
.news-page .vertical-btn p {
  transform: rotate(180deg);
}
.news-page .vertical-btn:hover {
  background-color: #5c2d91;
  color: #fff !important;
}
.news-page .vertical-btn:hover img {
  filter: brightness(100);
}

.accordion-item:last-child {
  border-bottom: 0;
}

.news-details-page .accordion-body .latest-news li {
  position: relative;
  padding-right: 20px;
  margin-bottom: 5px;
  transition: 0.3s;
}
.news-details-page .accordion-body .latest-news li:after {
  content: "";
  background-color: #565d73;
  width: 9px;
  height: 9px;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 20%;
}
.news-details-page .accordion-body .latest-news li:hover a {
  color: #5c2d91 !important;
}
.news-details-page .accordion-body .latest-news li:hover:after {
  background-color: #5c2d91 !important;
}

.add-to-cart {
  width: 35px;
  height: 35px;
  padding: 0;
}
@media (max-width: 767px) {
  .add-to-cart {
    width: 100%;
  }
}

.checkbox-container {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.custom-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #e4e4e4;
  border-radius: 7px;
  transition: background-color 0.3s;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox:checked ~ .checkmark {
  background-color: #5c2d91;
  border: 2px solid #5c2d91;
}

.custom-checkbox:checked ~ .checkmark:after {
  display: block;
}

@keyframes checkAnim {
  0% {
    height: 0;
  }
  100% {
    height: 10px;
  }
}
.custom-checkbox:checked ~ .checkmark:after {
  animation: checkAnim 0.2s forwards;
}

.noUi-handle {
  border-radius: 50%;
  background-color: #00aeef;
  border: unset;
  box-shadow: 0 0 10px #4dc6f4;
}

.noUi-target {
  border: unset;
  background-color: #00aeef;
}

.noUi-handle:before,
.noUi-handle:after {
  content: unset;
}

.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  right: -8px;
  top: -6px;
}

.prices .price {
  font-size: 1.5em;
  font-weight: bold;
}
.prices .toman {
  font-size: 1em;
}

.information-tabs .nav-link.active {
  background-color: #5c2d91 !important;
  color: #fff !important;
}

.player {
  position: absolute;
  left: 9%;
  bottom: 0;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 40px;
}

.product-feature-item {
  font-family: "bold";
  color: #5c2d91;
}
.product-feature-item h4 {
  position: relative;
}
.product-feature-item h4::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #00aeef;
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  outline-offset: 4px;
  outline: 2px solid #00aeef;
}

.videos-tab {
  background-color: #5c2d91;
  border-radius: 20px 20px 0 20px;
}
.videos-tab a {
  position: relative;
}
.videos-tab a figure {
  width: 50px;
}
.videos-tab a figure img {
  width: 100%;
  border-radius: 8px 8px 0;
  border: 3px solid;
}
.videos-tab .videos-archive {
  height: 100%;
  width: 250px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 320px) {
  .representations-page ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .representations-page ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .representations-page ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 40px;
  }
}
.representations-page ul li img {
  filter: invert(1) hue-rotate(163deg);
}

.video-item {
  position: relative;
}
.video-item img:first-child {
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.video-item h4 {
  z-index: 10;
  position: absolute;
  bottom: 5%;
  width: 79%;
  right: 4%;
}
.video-item h4 > a {
  color: #fff !important;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pagination a {
  width: 35px;
  height: 35px;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #efeaf4;
  border-radius: 3px;
  transition: 0.3s;
}
.pagination a.active {
  background-color: #5c2d91;
  color: #efeaf4;
}
.pagination a:hover {
  background-color: #5c2d91;
  color: #efeaf4 !important;
}

.zoomable {
  position: relative;
}
.zoomable__img {
  transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
  transition: transform 0.15s linear;
}
.zoomable--zoomed .zoomable__img {
  cursor: zoom-in;
  transform: scale(var(--zoom, 2));
}

.gallery_sec {
  width: 100%;
  padding: 80px 0;
}

.heading {
  width: 100%;
  text-align: center;
}

.heading h2 {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding-bottom: 25px;
}

.gallery_sec img {
  width: 100%;
  margin-bottom: 30px;
  height: 250px;
}

.gallery_sec a {
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.gallery_sec a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery_sec img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.gallery_sec a:hover img {
  position: relative;
  width: 100%;
}

.gallery_sec a:hover img {
  opacity: 0.2;
}

.gallery_sec a:hover::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: url(https://i.ibb.co/3fMkjjF/Resize.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;
}

.line-ellipsis-2 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-ellipsis-1 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.dashboard .nav .nav-link {
  margin: 5px 10px;
  color: #5c2d91;
  background-color: #f4f4f4;
  border-radius: 10px 10px 0;
}
.dashboard .nav .nav-link.active {
  background-color: #5c2d91;
  color: #fff;
}
.dashboard .nav .nav-link:hover {
  background-color: #5c2d91;
  color: #fff;
}
.dashboard .nav .nav-link > div {
  padding: 10px;
  gap: 5px;
  display: flex;
  align-items: center;
}
.dashboard .box {
  border: 1px solid #ccc;
  border-radius: 20px 20px 0 20px;
}

#v-pills-home .col-lg-4:not(:last-child) > a {
  border-left: 1px solid #e4e4e4;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

#orderTab .nav-link i {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: white;
  font-size: 13px;
}

.bg-warning {
  background-color: #ffa500;
}

.trash,
.edit {
  width: 37px;
  height: 37px;
}

.selectbox i {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
}

.dashboard-head.active:after {
  content: unset !important;
}

/* ======================= Start Cart =========================== */
.cart-table-content {
  border-radius: 20px 20px 0 20px;
  padding: 10px;
  border: 1px solid #ccc;
}
.cart-table-content table {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cart-table-content table thead > tr {
  background-color: rgba(93, 46, 145, 0.12);
}
.cart-table-content table thead > tr > th {
  border-top: medium none;
  color: #5c2d91;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 14px 12px;
  text-align: right;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1;
}
.cart-table-content table tbody tr:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.cart-table-content table tbody tr td {
  color: #444444;
  font-size: 16px;
  padding: 10px;
  text-align: left;
}
.cart-table-content table tbody tr td.cart-product-name a {
  color: #444444;
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  line-height: 1.5;
  align-items: center;
  gap: 10px;
}

.quantity-block button {
  background-color: transparent;
  font-size: 20px;
  padding: 3px 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  line-height: 1;
}
.quantity-block input {
  background-color: unset;
  box-shadow: none;
  text-align: center;
  padding: 0;
  width: 50px;
  border: unset;
}

.cart-summary > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.cart-summary-total {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 19px;
  padding-bottom: 19px;
  margin-bottom: 16px;
  margin-top: 16px;
}

.cart-sidebar {
  border-radius: 20px 20px 0 20px;
  padding: 10px;
  border: 1px solid #ccc;
}
.cart-sidebar label {
  margin-bottom: 5px;
}
.cart-sidebar input,
.cart-sidebar textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 7px 7px 0 7px;
  padding: 5px 10px;
}
.cart-sidebar input:focus-visible,
.cart-sidebar textarea:focus-visible {
  outline: 0;
}

.cart-product-name:before {
  content: none !important;
}

.quantity-block input[type=number]::-webkit-inner-spin-button,
.quantity-block input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.quantity-block input[type=number] {
  -moz-appearance: textfield;
}

.login {
  background-color: #5c2d91;
  background-image: url(../images/pattern.png);
  background-blend-mode: soft-light;
  background-repeat: repeat;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login__form {
  background-color: #fff;
  border-radius: 20px 20px 0 20px;
}
.login__form input {
  border-radius: 7px 7px 0 7px;
}

/* ======================= End Cart =========================== */
@media (min-width: 320px) {
  .subheader {
    height: 80px;
  }
  .slider,
  .subheader {
    border-radius: 20px 20px 0 20px;
  }
}
@media (min-width: 1200px) {
  .slider,
  .subheader {
    border-radius: 50px 50px 0 50px;
  }
  .call-to-action {
    display: block;
  }
  .subheader {
    height: 221px;
  }
}
@media (max-width: 1024px) {
  .filter-modal {
    position: fixed;
    width: 100%;
    left: 0;
    background-color: #fff;
    height: 100%;
    bottom: -100%;
    transition: bottom 0.3s ease-out;
    z-index: 100;
  }
  .filter-modal .purple-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2%;
    width: 90% !important;
  }
  .filter-modal .box-item {
    overflow-y: auto;
    height: inherit;
    padding-bottom: 120px;
  }
  header .nav {
    position: fixed;
    top: 0;
    height: 100%;
    background-color: #fff;
    z-index: 10;
    width: 100%;
    right: -100%;
    padding: 25px;
    transition: 0.3s;
  }
  header .nav ul {
    width: 100%;
  }
  header .nav ul li {
    width: 100%;
  }
  .w-md-100 {
    width: 100%;
  }
  .cart-table-content thead {
    display: none;
  }
  .cart-table-content table td:before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: capitalize;
    font-size: 14px;
    color: #444444;
    min-width: 90px;
    text-align: right;
  }
  .cart-table-content table tbody tr td {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 8px 10px;
  }
  .cart-table-content table tbody tr td.cart-product-name, .cart-table-content table tbody tr td.cart-product-qty {
    width: 100%;
  }
  .quantity-block {
    width: 40%;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .product-page .col-lg-9 .row {
    margin-inline: -7.5px;
  }
  .product-page .col-lg-9 .row [class^=col-] {
    padding-inline: 7.5px;
  }
  .fs-3,
  .fs-2 {
    font-size: 1.2rem !important;
  }
  header .logo {
    width: 140px;
  }
  .products-tabs .nav-item {
    width: 25%;
  }
  .products-tabs .nav-item .nav-link {
    padding: 0;
  }
  .products-tabs .nav-item .nav-link img {
    width: 75%;
    margin: auto;
  }
  .products-tabs .nav-item .nav-link span {
    font-size: 0.9em;
  }
  .products-tabs .nav-item .nav-link.active:after {
    bottom: -12px;
  }
  .box-item .summary a.fs-5 {
    font-size: 1em !important;
  }
  .box-item .summary .price span.fs-5 {
    font-size: 1em !important;
  }
  .box-item .summary .price span.toman {
    font-size: 0.6em !important;
  }
}/*# sourceMappingURL=style.css.map */