@charset "UTF-8";
/*#region Font Fa*/
@font-face {
  font-family: "Icon";
  src: url(../fonts/icons/Icons.ttf);
}
@font-face {
  font-family: "iransans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/iransans/iransanswebfa_light.woff) format("woff");
}
@font-face {
  font-family: "iransans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/iransans/iransanswebfa.woff) format("woff");
}
@font-face {
  font-family: "iransans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/iransans/iransanswebfa_medium.woff) format("woff");
}
@font-face {
  font-family: "iransans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/iransans/iransanswebfa_bold.woff) format("woff");
}
/*#endregion*/
/*#region Font En*/
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/outfit/Thin.ttf) format("truetype");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/outfit/ExtraLight.ttf) format("truetype");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/outfit/Light.ttf) format("truetype");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/outfit/Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/outfit/Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/outfit/SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/outfit/Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/outfit/ExtraBold.ttf) format("truetype");
}
/*#endregion*/
footer, .profile, .pay-result, .cart, .contact, .about, .blogs, .details, .products, .home-blog, .home-product, header, .page-description, .pagination, .breadcrumb {
  max-width: 1400px;
  margin: 0 auto;
}

.btn {
  display: inline-flex;
  justify-content: center;
  place-items: center;
  font-weight: 400;
  font-size: 12px;
  padding: 8px 16px;
  border-radius: 16px;
  border: none;
  outline: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #01377d;
  box-shadow: 0 0 5px 0 rgba(73, 167, 96, 0.8);
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #7ed348;
}
.btn-secondary {
  color: #ffffff;
  background-color: #7ed348;
  box-shadow: 0 0 5px 0 rgba(73, 167, 96, 0.8);
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #01377d;
}
.btn-danger {
  color: #ffffff;
  background-color: #ff3232;
  box-shadow: 0 0 5px 0 rgba(73, 167, 96, 0.8);
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #ff3232;
}
.btn .bi {
  margin: 0 5px;
  font-size: 16px;
}

.details-top .det-review .det-quantity button.prcbtn.add-to-cart {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.details-top .det-review .det-quantity button.prcbtn.add-to-cart:after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 0%;
  height: 100%;
  transition: width 600ms ease-in-out;
  transform-origin: left;
  transform: skew(10deg);
  z-index: -1;
}
.details-top .det-review .det-quantity button.prcbtn.add-to-cart:hover:after {
  width: 150%;
  right: -10%;
  transform-origin: right;
}

header .bottom-bar .header-bottons .register {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .bottom-bar .header-bottons .register:after {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: -5%;
  content: "";
  height: 150px;
  width: 115%;
  z-index: -1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-45%) skew(25deg) scale(0);
  transform: translateY(-45%) skew(25deg) scale(0);
}
header .bottom-bar .header-bottons .register:hover:after {
  -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
  transform: translateY(-45%) skew(25deg) scale(1.2);
}

/*#region Icons*/
[class*=" bi-"],
[class^=bi-] {
  font-family: "Icon" !important;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.bi-instagram:before {
  content: "\ea20";
}

.bi-linkedin:before {
  content: "\ea21";
}

.bi-paper-plane:before,
.bi-telegram:before {
  content: "\ea26";
}

.bi-bale:before {
  content: "\ea69";
}

.bi-eitaa:before {
  content: "\ea56";
}

.bi-instagram:before {
  content: "\ea20";
}

.bi-whatsapp:before {
  content: "\ea25";
}

.bi-telegram:before {
  content: "\ea26";
}

.bi-home:before {
  content: "\e900";
}

.bi-arrow-down:before {
  content: "\e917";
}

.bi-user-block:before {
  content: "\ea05";
}

.bi-address-map:before {
  content: "\ea67";
}

.bi-map-pin:before {
  content: "\e97f";
}

.bi-link:before {
  content: "\e974";
}

.bi-phone:before {
  content: "\e9e3";
}

.bi-envelop:before {
  content: "\e959";
}

.bi-bars:before {
  content: "\e99c";
}

.bi-angle-left:before {
  content: "\e919";
}

.bi-angle-right:before {
  content: "\e918";
}

.bi-cash:before {
  content: "\ea6c";
}

.bi-ad:before {
  content: "\ea7c";
}

.bi-video:before {
  content: "\ea4c";
}

.bi-documents:before {
  content: "\e929";
}

.bi-camera:before {
  content: "\ea0f";
}

.bi-camera-zoom:before {
  content: "\ea36";
}

.bi-online-support:before {
  content: "\e9c6";
}

.bi-camera-alt:before {
  content: "\ea63";
}

.bi-mobile:before {
  content: "\ea5d";
}

.bi-books:before {
  content: "\ea31";
}

.bi-calendar:before {
  content: "\e97a";
}

.bi-writer:before {
  content: "\e9ba";
}

.bi-eye:before {
  content: "\e937";
}

.bi-user-alt:before {
  content: "\ea04";
}

.bi-like:before {
  content: "\e943";
}

.bi-dislike:before {
  content: "\e945";
}

.bi-pluse-circle:before {
  content: "\ea41";
}

.bi-message-view:before {
  content: "\ea48";
}

.bi-search:before {
  content: "\ea36";
}

.bi-user:before {
  content: "\ea05";
}

.bi-user-info:before {
  content: "\ea07";
}

.bi-user-solid:before {
  content: "\ea06";
}

.bi-user-plus:before {
  content: "\ea09";
}

.bi-shopping-desk:before {
  content: "\e9df";
}

.bi-shopping-desk.rtl:before {
  display: inline-block;
  transform: rotateY(180deg);
}

.bi-shopping-bag:before {
  content: "\e902";
}

.bi-th-larg:before {
  content: "\e955";
}

.bi-th-list:before {
  content: "\e99d";
}

.bi-times:before {
  content: "\e960";
}

.bi-sort-dec:before {
  content: "\e9c5";
}

.bi-sort-asc:before {
  content: "\e9c4";
}

.bi-chart:before {
  content: "\ea2c";
}

.bi-chart-solid:before {
  content: "\ea29";
}

.bi-heart:before {
  content: "\e940";
}

.bi-heart-solid:before {
  content: "ु";
}

.bi-share:before {
  content: "\e90c";
}

.bi-minus:before {
  content: "\e95e";
}

.bi-plus:before {
  content: "\e95f";
}

.bi-trash:before {
  content: "\e9f1";
}

.bi-info:before {
  content: "\e965";
}

.bi-price-toman:before {
  content: "\ea22";
}

.bi-star-solid:before {
  content: "\e9cd";
}

.bi-check-circle:before {
  content: "\e922";
}

.bi-check-circle-solid:before {
  content: "\e923";
}

.bi-shop-market:before {
  content: "\ea91";
}

.bi-edit:before {
  content: "\e9a5";
}

.bi-user-profile:before {
  content: "\ea55";
}

.bi-panel:before {
  content: "\e907";
}

.bi-shopping-bag:before {
  content: "\e902";
}

.bi-sing-out:before {
  content: "\e9b0";
}

.bi-will-cart:before {
  content: "\ea13";
}

/*#endregion*/
/*#region Public*/
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #002049;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
a:hover {
  color: #26b170;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

li {
  list-style: none;
}

html, body {
  direction: rtl;
  font-family: "iransans", sans-serif;
  position: relative;
  scroll-behavior: smooth;
  transition: all 600ms;
}

.lockScroll {
  overflow-y: hidden;
}

.container {
  padding: 16px 2.5% 24px;
}

.breadcrumb {
  background-color: rgba(151, 231, 245, 0.6);
}
.breadcrumb ol {
  padding: 8px 16px;
}
.breadcrumb li {
  display: inline-flex;
  place-items: center;
  list-style: none;
  line-height: 25px;
  color: #01377d;
}
.breadcrumb li a {
  font-weight: 400;
  font-size: 11px;
}
.breadcrumb li:after {
  content: "\e919";
  font-family: "Icon";
  margin-right: 4px;
  font-size: 11px;
}
.breadcrumb li.active:after {
  content: "";
  color: #01377d;
  margin: 0;
}

.pagination {
  display: flex;
  place-items: center;
  gap: 14px;
  padding: 8px 0;
  border-top: 1px solid #97e7f5;
  background-color: #ffffff;
}
.pagination ul {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: thin;
  padding: 8px 0;
}
.pagination ul li {
  list-style: none;
  flex-shrink: 0;
}
.pagination ul li a {
  display: flex;
  justify-content: center;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #01377d;
  color: #fff;
  font-size: 13px;
}
.pagination ul li a:hover {
  background-color: #26b170;
}
.pagination ul li.active a {
  background-color: #26b170;
}

.form {
  width: 100%;
  padding: 8px;
}
.form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
}
.form-control {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  min-height: 50px;
  padding: 8px;
  font-family: "iransans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  background-color: #97e7f5;
  color: #04000b;
  border-radius: 4px;
}
.form-control:focus {
  box-shadow: 0 0 10px #97e7f5;
}
.form-rating {
  display: flex;
  gap: 25px;
}
.form-rating .rating-item {
  display: inline-block;
  position: relative;
}
.form-rating .rating-item:before {
  content: "\e9cc";
  font-family: "Icon";
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  display: block;
  z-index: 9;
  color: #666666;
  background-color: #ffffff;
  font-size: 30px;
  transition: all ease-in-out 300ms;
}
.form-rating .rating-item.selected:before {
  content: "\e9cd";
  color: #ffb300;
}
.form-input-group {
  position: relative;
  display: flex;
  place-items: center;
  background-color: #ffffff;
  border: 1px solid rgba(170, 170, 170, 0.3);
  border-radius: 4px;
  padding: 4px;
  height: 50px;
  width: 100%;
  overflow: hidden;
}
.form-input-group-btn {
  height: 100%;
  width: 50px;
  border: none;
  outline: none;
  background-color: transparent;
  text-align: center;
  line-height: 100%;
  font-size: 25px;
  cursor: pointer;
}
.form-input-group-text {
  display: block;
  height: 100%;
  line-height: 100%;
  width: calc(100% - 50px);
  border: none;
  background-color: transparent;
  outline: none;
  padding: 8px;
  font-family: "iransans", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.form-input-group.text-only {
  padding: 0;
}
.form-input-group.text-only .form-input-group-btn {
  font-family: "iransans", sans-serif;
  font-size: 14px;
  width: 60px;
  background-color: #97e7f5;
}

input[type=submit] {
  font-family: "iransans", sans-serif;
  cursor: pointer;
}

.text-danger {
  font-size: 10px;
  font-weight: 500;
  color: #ff3232;
}

.table {
  width: 100%;
  display: flex;
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table table th {
  line-height: 50px;
  font-weight: 500;
  font-size: 13px;
}
.table table td {
  line-height: 40px;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}
.table table thead tr {
  background-color: #97e7f5;
}
.table table.border {
  border: 1px solid #97e7f5;
}
.table table.border td,
.table table.border th {
  border: 1px solid;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
}
.table table.border tr {
  border-bottom: 1px solid;
}
.table table.border tr td:last-child,
.table table.border tr th:last-child {
  border-left: none;
}
.table table.border-primary tr,
.table table.border-primary th,
.table table.border-primary td {
  border-color: #97e7f5;
}
.table.responsive {
  display: flex;
  overflow: auto;
  scrollbar-width: thin;
  padding: 16px 8px;
}
.table.responsive table {
  width: 100%;
}
.table.responsive table td,
.table.responsive table th {
  min-width: fit-content;
  text-wrap: nowrap;
  padding: 4px 8px;
}

.owl-btn {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: #666666;
  background-color: rgba(151, 231, 245, 0.4);
  box-shadow: 0 0 3px #97e7f5;
}
.owl-btn:before {
  font-family: "Icon";
}
.owl-btn.left {
  left: 40px;
}
.owl-btn.left:before {
  content: "\e919";
}
.owl-btn.right {
  right: 40px;
}
.owl-btn.right:before {
  content: "\e918";
}

.page-description {
  position: relative;
  margin: 40px 0;
  font-size: 13px;
  line-height: 30px;
}
.page-description h1 {
  padding: 16px 0;
  font-size: 16px;
}
.page-description h2 {
  padding: 12px 0;
  font-size: 14px;
}
.page-description h3,
.page-description h4,
.page-description h5 {
  padding: 8px 0;
  font-size: 13px;
}
.page-description p {
  color: #666666;
}
.page-description img {
  display: block;
  max-width: 95%;
  margin: 16px auto;
}
.page-description:before {
  position: absolute;
  content: "";
  top: -5px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: rgba(151, 231, 245, 0.4);
  box-shadow: 0 -2px 5px 0 rgba(151, 231, 245, 0.6);
}

.page-caption {
  font-size: 12px;
  color: #1f4e3d;
  overflow: hidden;
}
.page-caption h1,
.page-caption h2,
.page-caption h3,
.page-caption h4,
.page-caption h5,
.page-caption h6,
.page-caption strong,
.page-caption b {
  color: #1f4e3d;
  font-weight: 500;
  font-size: 14px;
}
.page-caption p {
  padding: 0 8px;
}
.page-caption-details {
  padding: 8px 16px;
  position: relative;
  line-height: 28px;
}
.page-caption-details:before {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 50%, #fff);
  content: "";
  height: calc(100% - 30px);
  bottom: 0;
  position: absolute;
  width: 100%;
}
.page-caption.show .page-caption-details {
  max-height: fit-content;
  overflow: unset;
}
.page-caption.show .page-caption-details:before {
  display: none;
}
.page-caption.hide .page-caption-details {
  overflow: hidden;
  max-height: 150px;
}
.page-caption.hide .page-caption-details:before {
  display: block;
}
.page-caption-toggle {
  height: 40px;
  background-color: #ffffff;
  cursor: pointer;
  padding: 4px 16px;
  font-size: 11px;
  color: #06B6D4;
}
.page-caption-toggle span {
  display: flex;
  place-items: center;
  gap: 8px;
  min-width: max-content;
  margin-left: 100%;
}
.page-caption-toggle.show span:first-child {
  display: none;
}
.page-caption-toggle.hide span:last-child {
  display: none;
}

.show-all {
  display: flex !important;
  min-width: fit-content !important;
  place-items: center !important;
}
.show-all a {
  display: flex;
  place-items: center;
  padding: 40px;
  height: 100%;
}

.tempdata-message {
  display: none;
}

/*#endregion*/
/* #region Modal*/
.ui-details-admin {
  display: inline-block;
  position: fixed;
  z-index: 999;
  right: -60px;
  top: 170px;
  background-color: #ffffff;
  box-shadow: 0 0 5px #97e7f5;
  border-radius: 16px 0 0 16px;
  transition: all 400ms;
}

.ui-details-admin > a {
  display: inline-flex;
  justify-content: end;
  place-items: center;
  padding: 4px;
}

.ui-details-admin .bi-edit {
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
}

.ui-details-admin ul {
  display: none;
  position: absolute;
  top: 95%;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 0 5px #97e7f5;
  border-radius: 16px 0 0 16px;
}

.ui-details-admin:hover ul {
  display: block;
}

.ui-details-admin li {
  display: block;
  width: max-content;
  min-width: 150px;
  padding-right: 4px;
  line-height: 30px;
  margin: 8px 4px;
  text-align: right;
  border-bottom: 1px solid #f7f7f7;
}

.ui-details-admin li a {
  display: flex;
  cursor: pointer;
}

.ui-details-admin li:last-child {
  border-bottom: none;
}

.ui-details-admin:hover {
  right: 0;
  border-radius: 16px 0 0 0;
}

.ui-details-nextprev {
  display: inline-block;
  position: fixed;
  z-index: 990;
  right: 0;
  top: 230px;
  transition: all 400ms;
}

.ui-details-nextprev li {
  display: block;
}

.ui-details-nextprev a {
  display: flex;
  place-items: center;
  font-size: 10px;
  line-height: 30px;
  padding: 0 10px;
  background-color: rgba(94, 94, 94, 0.2);
  color: #444;
}

.ui-details-nextprev a:hover {
  background-color: rgba(94, 94, 94, 0.6);
}

.callAction-modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: scroll;
  overflow-x: hidden;
}

.callAction-modal-body {
  background-color: #fff;
  width: 80%;
  margin: 50px auto;
  padding: 20px;
  border-radius: 5px;
}

.callAction-modal-body h3 {
  font-size: 14px;
}

.callAction-modal-close {
  text-align: left;
}

.display-none-callAction {
  display: none;
}

.display-block-callAction {
  display: block;
}

.callAction-modal fieldset {
  border: none;
}

.callAction-modal .btn {
  border: none;
  display: block;
  width: fit-content !important;
  margin: 20px auto;
  background-color: #26b170;
  color: #fff;
  padding: 16px 30px;
  cursor: pointer;
  border-radius: 4px;
  font-family: "iransans", sans-serif;
}

.callAction-modal .btn:hover {
  background-color: #01377d;
}

/* #endregion*/
/*#region Header*/
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
  padding: 8px 0;
  box-shadow: 0 -2px 4px #666666;
}
header .top-bar {
  background-color: #01377d;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  line-height: 30px;
}
header .top-bar .quick-phone {
  display: flex;
  gap: 10px;
  direction: ltr;
}
header .top-bar .quick-phone i {
  color: #26b170;
  font-size: 25px;
  margin: 0 4px;
}
header .top-bar .quick-phone span {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
header .top-bar a {
  color: #ffffff;
  display: inline-flex;
  place-items: center;
}
header .top-bar .quick-social ul {
  display: flex;
  place-items: center;
  gap: 20px;
}
header .top-bar .quick-social ul li {
  display: inline-flex;
  place-items: center;
  transition: all ease-in-out 400ms;
}
header .top-bar .quick-social ul li:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
header .top-bar .quick-social ul li i {
  color: #ffffff;
  font-size: 20px;
}
header .bottom-bar {
  padding: 5px 2.5% 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .bottom-bar .sm-nav-bg {
  content: "";
  position: fixed;
  z-index: 99;
  background-color: rgba(1, 55, 125, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all ease-in-out 400ms;
}
header .bottom-bar .sm-nav-bg.show {
  transform: translateX(0);
}
header .bottom-bar .sm-nav-bg.hide {
  transform: translateX(-100%);
}
header .bottom-bar .header-logo {
  display: flex;
  place-items: center;
  gap: 16px;
  flex-direction: row-reverse;
}
header .bottom-bar .header-logo img {
  max-height: 50px;
}
header .bottom-bar .header-logo .menu-toggle {
  padding: 4px;
  font-size: 30px;
  display: none;
}
header .bottom-bar .header-nav .header-nav-sm {
  display: none;
  place-items: center;
  justify-content: space-between;
  padding: 20px 10px 50px 25px;
}
header .bottom-bar .header-nav .header-nav-sm .sm-nav-logo {
  width: 160px;
  display: flex;
}
header .bottom-bar .header-nav .header-nav-sm .sm-nav-logo img {
  height: 50px;
  max-width: 80%;
  object-fit: cover;
  position: relative;
}
header .bottom-bar .header-nav .header-nav-sm .sm-nav-logo img:before {
  content: "";
  width: 60%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 0 0 30px rgba(1, 55, 125, 0.5);
}
header .bottom-bar .header-nav .header-nav-sm .menu-toggle {
  font-size: 20px;
  color: #04000b;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #97e7f5;
  place-items: center;
  justify-content: center;
  display: flex;
}
header .bottom-bar .header-nav ul {
  display: flex;
  gap: 10px;
}
header .bottom-bar .header-nav ul a {
  padding: 4px 16px;
  font-weight: 700;
}
header .bottom-bar .header-bottons {
  display: flex;
  place-items: center;
  gap: 10px;
}
header .bottom-bar .header-bottons button {
  border: none;
  background: none;
  outline: none;
  font-family: "iransans", sans-serif;
  cursor: pointer;
}
header .bottom-bar .header-bottons .register {
  padding: 8px 30px;
  border-radius: 30px;
  font-size: 13px;
  color: #04000b;
  border: 2px solid #26b170;
}
header .bottom-bar .header-bottons .register:after {
  background-color: #26b170;
}
header .bottom-bar .header-bottons .register.logged-in {
  position: relative;
  padding-left: 10px;
  padding-right: 30px;
}
header .bottom-bar .header-bottons .register.logged-in:before {
  content: "\ea05";
  font-family: "Icon";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  border: none;
  font-size: 18px;
  padding-top: 10px;
}
header .bottom-bar .header-bottons .cart-btn {
  position: relative;
}
header .bottom-bar .header-bottons .cart-btn i {
  background: #cfe6ff;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 20px;
}
header .bottom-bar .header-bottons .cart-btn span {
  background-color: #26b170;
  height: 24px;
  line-height: 24px;
  padding: 0;
  position: absolute;
  left: -8px;
  text-align: center;
  top: -8px;
  width: 24px;
  border-radius: 50%;
  font-weight: 600;
  color: #04000b;
  margin-right: 0;
}

/*#endregion*/
/*#region Home*/
.owl-carousel .owl-stage,
.owl-carousel .owl-item,
.owl-carousel .owl-stage-outer {
  height: 100% !important;
  max-height: 100%;
}

.banners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.banners-one {
  height: 230px;
  grid-row: 1/span 1;
  grid-column: 1/span 1;
}
.banners-two {
  height: 230px;
  grid-row: 2/span 1;
  grid-column: 1/span 1;
}
.banners-three {
  height: 460px;
  grid-row: 1/span 2;
  grid-column: 2/span 2;
  position: relative;
}
.banners-three .banners-slider {
  display: flex;
  width: 100%;
  height: 100%;
}
.banners-three .banners-slider a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 4px 8px;
}
.banners-three .banners-slider a img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  border-radius: 8px;
}
.banners-three .slider-btn {
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  place-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  background-color: #ffffff;
  box-shadow: 0 0 3px #97e7f5;
  transition: all ease-in-out 400ms;
}
.banners-three .slider-btn-left {
  left: 20px;
}
.banners-three .slider-btn-right {
  right: 20px;
}
.banners-three .slider-btn:hover {
  background-color: #26b170;
}
.banners-one a, .banners-two a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 4px 0;
}
.banners-one a img, .banners-two a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.banners-four {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 40px 2.5% 100px;
}
.banners-four div {
  display: block;
  position: relative;
  padding-top: 35%;
  overflow: hidden;
  border: 1px solid #97e7f5;
  border-radius: 16px;
}
.banners-four a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banners-four img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-product {
  position: relative;
  z-index: 1;
  padding-top: 75px;
  margin-top: 40px;
}
.home-product:before {
  content: "";
  position: absolute;
  top: 19px;
  right: 0;
  left: 0;
  height: 2px;
  background-color: #26b170;
  opacity: 0.6;
}
.home-product-title {
  text-align: center;
  box-shadow: 0 10px 15px rgba(1, 55, 125, 0.4);
  background-color: #26b170;
  padding: 16px;
  display: inline-block;
  position: absolute;
  z-index: 20;
  top: -16px;
  right: 5%;
  border-radius: 0 0 8px 8px;
}
.home-product-title h2 {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.home-product-title p {
  padding: 16px 0;
  font-weight: 500;
  color: #ffffff;
}
.home-product-title:after {
  position: absolute;
  right: -29px;
  top: 0;
  content: "";
  border-right: 30px solid transparent;
  border-bottom: 35px solid #26b170;
  opacity: 0.6;
}
.home-product-title:before {
  position: absolute;
  left: -29px;
  top: 0;
  content: "";
  border-left: 30px solid transparent;
  border-bottom: 35px solid #26b170;
  opacity: 0.6;
}
.home-product-list {
  display: flex;
  gap: 20px;
  padding: 16px 10px 10px;
  overflow: auto;
  scrollbar-width: thin;
}
.home-product-list .prc {
  min-width: 230px;
  max-width: 230px;
}
.home-product .owl-btn {
  top: 60px;
  background-color: #ffffff;
  box-shadow: 0 0 5px #01377d;
}
.home-product .owl-btn.right {
  right: unset;
  left: 130px;
}
.home-product .owl-btn.left {
  left: 70px;
}

.home-cat h2 {
  padding: 24px 0;
  font-size: 16px;
}
.home-cat-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 16px 24px;
  justify-content: center;
}
.home-cat-list a {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 0 5px #97e7f5;
  place-items: center;
  gap: 8px;
  font-size: 10px;
  text-align: center;
  font-weight: 400;
  color: #1f4e3d;
}
.home-cat-list img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.home-cat-list h3 {
  line-height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-blog {
  position: relative;
  margin: 40px 0;
}
.home-blog h2 {
  padding: 24px 0;
  font-size: 16px;
}
.home-blog-list {
  display: flex;
  gap: 20px;
  padding: 20px;
  overflow: auto;
  scrollbar-width: thin;
}
.home-blog-list .blog-item {
  min-width: calc(50% - 20px);
  margin-bottom: 0;
}
.home-blog-list .blog-info {
  padding: 20px;
}
.home-blog-list .blog-info p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-blog-list .blog-auther {
  justify-content: space-between;
}
.home-blog .owl-btn {
  top: 60px;
  box-shadow: 0 0 5px #01377d;
}
.home-blog .owl-btn.left {
  left: 60px;
}
.home-blog .owl-btn.right {
  right: unset;
  left: 115px;
}

.home-caption {
  color: #1f4e3d;
}
.home-caption .page-caption {
  border: 1px solid #97e7f5;
  border-radius: 8px;
}

/*#endregion*/
/*#region Product*/
.products {
  display: grid;
  grid-template-columns: 18% calc(82% - 20px);
  gap: 20px;
}
.products .product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 8px;
}
.products .product-list.twocol {
  grid-template-columns: repeat(2, 1fr);
}
.products .product-list.twocol .prc {
  display: grid;
  grid-template-columns: 2fr 3fr;
}
.products .product-list.twocol .prc-image a {
  max-height: 150px;
}
.products .product-sort {
  display: flex;
  justify-content: space-between;
  place-items: center;
  border-bottom: 1px solid #97e7f5;
}
.products .product-sort-list {
  display: flex;
  place-items: center;
  gap: 10px;
}
.products .product-sort-list select {
  position: relative;
  font-family: "iransans", sans-serif;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  background-image: url(../../images/Page/approch.svg);
  background-repeat: no-repeat;
  background-position: 2% 10px;
  border-radius: 30px;
  padding: 15px 20px 15px 30px;
  margin-left: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
.products .product-sort-list span {
  font-weight: 500;
  color: #666666;
  font-size: 13px;
}
.products .product-sort-btn {
  display: flex;
  place-items: center;
  gap: 10px;
  font-size: 20px;
}
.products .product-sort-btn span {
  cursor: pointer;
  border: 1px solid #e7e7e7;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  border-radius: 5px;
  background-color: #e9f1ee;
  color: #04000b;
}
.products .product-sort-btn span.active {
  color: #7ed348;
  border-color: #7ed348;
}
.products.category {
  display: block;
}

.product-filter {
  height: fit-content;
  position: sticky;
  top: var(--topscroll);
  z-index: 1;
  background-color: #ffffff;
}
.product-filter .filter-list {
  background-color: #97e7f5;
  border: 1px solid #97e7f5;
}
.product-filter .filter-list p {
  text-align: center;
  line-height: 25px;
  padding: 16px 0;
}
.product-filter .filter-list .filter-nav {
  height: 290px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #26b170 #ffffff;
  background-color: #ffffff;
}
.product-filter .filter-list .filter-nav li {
  display: block;
  line-height: 25px;
  padding: 8px;
  cursor: pointer;
  border-bottom: 1px solid #97e7f5;
}
.product-filter .filter-list .filter-nav li:hover {
  background-color: rgba(151, 231, 245, 0.4);
}
.product-filter .filter-list .filter-nav li label {
  font-weight: 500;
  font-size: 12px;
  color: #01377d;
  display: flex;
  place-items: center;
  cursor: pointer;
  gap: 5px;
}
.product-filter .filter-selected {
  margin: 8px 0;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: thin;
  padding: 8px 4px;
  display: flex;
  gap: 5px;
  border: 1px solid #97e7f5;
  scrollbar-color: #26b170 #ffffff;
}
.product-filter .filter-selected span {
  margin-top: 4px;
  min-width: fit-content;
  display: inline-flex;
  justify-content: space-between;
  place-items: center;
  gap: 2px;
  background-color: rgba(151, 231, 245, 0.4);
  padding: 8px 16px;
  border-radius: 16px;
  font-size: 10px;
  font-weight: 400;
  cursor: pointer;
}
.product-filter .filter-selected span:hover {
  background-color: #97e7f5;
}

.details-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  border-bottom: 1px solid #97e7f5;
}
.details-top .det-image {
  text-align: center;
}
.details-top .det-image img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
.details-top .det-review-top {
  display: flex;
  justify-content: space-between;
  place-items: center;
}
.details-top .det-review-top h2 {
  font-weight: 500;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  color: #666666;
}
.details-top .det-review-rate {
  display: flex;
  gap: 4px;
  font-size: 18px;
  color: #ffb300;
}
.details-top .det-review h1 {
  font-size: 22px;
  font-weight: 700;
  color: #04000b;
  padding: 30px 0;
  line-height: 30px;
}
.details-top .det-review .det-price {
  display: flex;
  place-items: center;
  color: #7ed348;
  font-weight: 700;
  font-size: 20px;
}
.details-top .det-review .det-price del {
  color: #666666;
  margin-left: 15px;
}
.details-top .det-review .det-status {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}
.details-top .det-review .det-status form {
  display: inline-block;
}
.details-top .det-review .det-status span {
  display: inline-flex;
  place-items: center;
  gap: 5px;
  padding: 8px 20px;
  background-color: #97e7f5;
  border-radius: 4px;
}
.details-top .det-review .det-status span i {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
}
.details-top .det-review .det-status span i.bi {
  font-size: 25px;
  color: #7ed348;
  font-weight: 400;
}
.details-top .det-review .det-status span i.notexist {
  color: #ff3232;
}
.details-top .det-review .det-status button {
  border: none;
  background-color: unset;
  outline: none;
}
.details-top .det-review .det-status .add-to-fav {
  width: 50px;
  height: 50px;
  border: 1px solid #7ed348;
  border-radius: 50%;
  font-size: 20px;
  color: #7ed348;
  margin: 0 2px;
}
.details-top .det-review .det-status .add-to-fav:hover {
  background-color: #26b170;
  color: #ffffff;
}
.details-top .det-review .det-status .add-to-fav.selected {
  background-color: #7ed348;
  color: #ff3232;
}
.details-top .det-review .det-subtext {
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  color: #666666;
  margin: 30px 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.details-top .det-review .det-short-property {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  place-items: center;
  margin-bottom: 30px;
}
.details-top .det-review .det-short-property li {
  display: grid;
  border: 1px solid rgba(151, 231, 245, 0.6);
  border-radius: 8px;
  min-width: calc(33% - 8px);
  min-width: calc(33% - 8px);
}
.details-top .det-review .det-short-property li span:first-child {
  color: #666666;
  font-size: 11px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px;
}
.details-top .det-review .det-short-property li span:last-child {
  color: #1f4e3d;
  font-size: 12px;
  font-weight: 700;
  line-height: 35px;
  padding: 8px 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.details-top .det-review .det-quantity {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.details-top .det-review .det-quantity div {
  display: flex;
  width: 100%;
}
.details-top .det-review .det-quantity input[type=number] {
  border: none;
  max-width: 50px;
  text-align: center;
  border: 1px solid #97e7f5;
  border-radius: 0;
  font-family: "iransans", sans-serif;
  font-size: 18x;
  min-height: 50px;
  font-weight: 700;
  outline: none;
}
.details-top .det-review .det-quantity input[type=number]::-webkit-inner-spin-button, .details-top .det-review .det-quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.details-top .det-review .det-quantity button {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  cursor: pointer;
  background: transparent;
  font-size: 16px;
  padding: 0 20px;
  min-height: 50px;
  color: #04000b;
  border: 1px solid #97e7f5;
  width: 100%;
}
.details-top .det-review .det-quantity button:nth-of-type(2) {
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.details-top .det-review .det-quantity button:nth-of-type(1) {
  border-left: none;
  border-radius: 0 4px 4px 0;
}
.details-top .det-review .det-quantity button.prcbtn {
  border: none;
  outline: none;
  font-family: "iransans", sans-serif;
  font-weight: 700;
  line-height: 50px;
  display: inline-flex;
  place-items: center;
  justify-content: center;
  gap: 8px;
}
.details-top .det-review .det-quantity button.prcbtn.add-to-cart {
  color: #ffffff;
  background-color: #ff3232;
  padding: 0 50px;
  border-radius: 4px;
}
.details-top .det-review .det-quantity button.prcbtn.add-to-cart:after {
  background-color: #01377d;
}
.details-top .det-review .det-quantity button.prcbtn.add-to-cart i {
  font-size: 24px;
}
.details-top .det-review .det-categories {
  margin: 50px 0;
}
.details-top .det-review .det-categories strong {
  color: #666666;
  font-weight: 700;
  font-size: 16px;
  padding: 0 4px;
}
.details-top .det-review .det-categories a {
  display: inline-block;
  padding: 0 4px;
  color: #26b170;
  font-size: 12px;
}
.details-content h3:not(.prc h3) {
  font-size: 14px;
  padding-bottom: 8px;
  color: #04000b;
  position: relative;
}
.details-content .det-section {
  font-size: 13px;
  line-height: 30px;
  font-weight: 500;
  color: #01377d;
  background-color: #ffffff;
  transition: all ease-in-out 400ms;
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px solid #97e7f5;
}
.details-content .det-section:last-child {
  border-bottom: none;
}
.details-content .det-section p {
  color: #1f4e3d;
}
.details-content .det-properties ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 98%;
  margin-right: auto;
}
.details-content .det-properties li {
  border-bottom: 1px solid #01377d;
  display: flex;
  gap: 8px;
}
.details-content .det-properties li strong {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 8px;
  min-width: 140px;
  max-width: 140px;
  background-color: rgba(151, 231, 245, 0.2);
  height: 100%;
  padding: 8px 16px;
}
.details-content .det-properties li span {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  padding: 8px;
}
.details-content .det-properties li:nth-child(odd) {
  border-left: 1px solid #01377d;
  border-right: 1px solid #01377d;
}
.details-content .det-properties li:nth-child(even) {
  border-left: 1px solid #01377d;
}
.details-content .det-properties li:nth-of-type(1), .details-content .det-properties li:nth-of-type(2) {
  border-top: 1px solid #01377d;
}
.details-content .com-list {
  display: flex;
  flex-wrap: nowrap;
  overflow-y: auto;
  scrollbar-width: thin;
  padding: 8px;
  gap: 16px;
}
.details-content .com-item {
  display: grid;
  grid-template-columns: 40px calc(100% - 40px);
  border: 1px solid #97e7f5;
  border-radius: 8px;
  padding: 2px;
  min-width: 290px;
  max-width: 290px;
}
.details-content .com-item-avatar span {
  display: block;
  margin: 20px auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #aaaaaa;
  color: #ffffff;
  position: relative;
}
.details-content .com-item-avatar span i {
  font-size: 36px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
.details-content .com-item-top {
  display: flex;
  justify-content: space-between;
  place-items: center;
  padding: 8px;
  color: #666666;
}
.details-content .com-item-top .bi-star-solid {
  font-size: 16px;
}
.details-content .com-item-top .bi-star-solid.golden {
  color: #ffb300;
}
.details-content .com-item-text {
  font-weight: 400;
  color: #666666;
  font-size: 12px;
  line-height: 30px;
  padding: 8px;
}
.details-content .com-item-text p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.details-content .com-item-text strong {
  color: #04000b;
  font-weight: 500;
  font-size: 14px;
}
.details-content .com-register {
  width: 60%;
  margin: 40px auto 0;
  box-shadow: 0 0 8px #97e7f5;
  border-radius: 16px;
}
.details-content .com-register h5 {
  padding: 24px 8px;
  color: #666666;
  text-align: center;
  font-size: 18px;
}
.details-content .com-register p {
  padding: 0 8px;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
}
.details-content .com-register form {
  width: 100%;
  display: grid;
  gap: 4px;
}
.details-content .com-register form textarea {
  height: 100px;
  resize: none;
}
.details-content .com-register form .btn {
  width: fit-content;
  margin-right: auto;
}
.details-content .det-related > h2 {
  font-size: 18px;
  border-top: 1px solid #97e7f5;
  color: #04000b;
  padding-top: 40px;
  margin-top: 50px;
}
.details-content .det-related-container {
  position: relative;
}
.details-content .det-related-container .owl-stage-outer {
  padding: 50px 0;
}
.details-content .det-related .prc {
  margin: 8px;
  box-shadow: 0 0 10px 0 rgba(174, 175, 175, 0.17);
}

.prc {
  padding: 10px;
  box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 8px;
  transition: transform 200ms ease, box-shadow 200ms ease;
  overflow: hidden;
}
.prc-image {
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 1px solid #97e7f5;
  border-radius: 8px;
  overflow: hidden;
  padding: 2px;
}
.prc-image a {
  display: flex;
  height: 100%;
  place-items: center;
  justify-content: center;
}
.prc-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all 200ms;
}
.prc-action ul {
  position: absolute;
  right: 4px;
  top: 25px;
  display: flex;
  flex-direction: column;
}
.prc-action ul li {
  display: block;
  text-align: right;
  margin-bottom: 10px;
  transition: all 0.35s ease-in-out;
  position: relative;
  z-index: 1;
}
.prc-action ul li button {
  font-family: "iransans", sans-serif;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  background-color: rgba(126, 211, 72, 0.6);
  line-height: 30px;
  color: #ffffff;
  display: inline-flex;
  place-items: center;
  position: relative;
  border-radius: 20px;
  font-size: 12px;
  text-shadow: 0 1px #000000;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  height: 30px;
  max-width: 30px;
  transition: all 300ms;
}
.prc-action ul li button:before {
  position: absolute;
  right: 0;
  z-index: 9;
  display: inline-block;
  font-family: "Icon";
  background-color: #7ed348;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  color: #ffffff;
  box-shadow: 0 0 2px #97e7f5;
  margin-left: 8px;
}
.prc-action ul li button:hover {
  max-width: max-content;
  color: #ffffff;
  padding-right: 50px;
  padding-left: 16px;
}
.prc-action ul li button.prc-fav-btn:before {
  content: "\e940";
}
.prc-action ul li button.prc-cart-btn:before {
  content: "\e902";
}
.prc-action ul li button.prc-view-btn:before {
  content: "\ea01";
}
.prc-caption {
  text-align: center;
}
.prc-caption h3 {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  font-family: "Outfit", sans-serif;
  padding: 4px;
}
.prc-caption h2 a {
  display: flex;
  color: #000000;
  font-size: 16px;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prc-price {
  display: flex;
  place-items: center;
  justify-content: center;
  color: #7ed348;
  font-weight: 700;
  font-size: 20px;
  gap: 5px;
}
.prc-price del {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}
.prc-btn {
  margin: 8px;
  display: inline-flex;
  border: 2px solid #26b170;
  padding: 8px 16px;
  border-radius: 30px;
  text-transform: uppercase;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  background: transparent;
  color: #000000;
}
.prc-btn i {
  display: inline;
  font-weight: 100;
  font-size: 20px;
  margin-left: 10px;
}
.prc-btn:hover {
  background-color: #26b170;
  color: #ffffff;
}
.prc:hover {
  box-shadow: 1px 4px 30px -2px rgba(0, 0, 0, 0.2);
}
.prc:hover img {
  transform: scale(1.08);
}

/*#endregion*/
/*#region Blogs*/
.blogs {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  margin: 50px 0;
}

.blog-item {
  border-radius: 8px;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 2fr 3fr;
  place-items: center;
}
.blog-thumb {
  border-radius: 0 8px 8px 0;
  overflow: hidden;
  height: 100%;
}
.blog-thumb a {
  display: flex;
  height: 100%;
}
.blog-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.blog-info {
  padding: 50px;
  box-shadow: -2px 4px 20px -4px rgba(0, 0, 0, 0.1);
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}
.blog-info h2 {
  font-size: 18px;
  padding: 16px 0;
  color: #04000b;
}
.blog-info p {
  color: #666666;
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-info div {
  text-align: left;
  padding-top: 20px;
}
.blog-auther {
  display: flex;
  place-items: center;
  justify-content: left;
  gap: 10px;
}
.blog-auther li {
  display: flex;
  place-items: center;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.blog-auther .bi {
  color: #26b170;
  margin: 0 8px;
  font-size: 20px;
}
.blog-auther .bi-user {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #26b170;
  font-size: 16px;
  overflow: hidden;
}
.blog-auther .bi-user:before {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.blog-side-item {
  margin-bottom: 50px;
  width: 100%;
  background: #f4f5f8;
  padding: 40px;
}
.blog-side-item h4 {
  font-weight: 500;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 16px;
  position: relative;
  display: inline-block;
}
.blog-side-item h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 2px;
  background-color: #7ed348;
}
.blog-resent li {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.blog-resent li img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.blog-resent li span {
  font-size: 13px;
  color: #666666;
  display: block;
}
.blog-resent li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-categories li {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.1);
}
.blog-categories li a {
  display: flex;
  place-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #04000b;
}
.blog-categories li a strong {
  font-weight: 500;
}
.blog-categories li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.blog-tags-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.blog-tags a {
  display: inline-flex;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 400;
  background-color: #666666;
  color: #ffffff;
}
.blog-content {
  padding: 50px;
  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  font-size: 13px;
  line-height: 30px;
  color: #666666;
}
.blog-content h1 {
  font-size: 18px;
  padding: 20px 0;
  color: #04000b;
}
.blog-content h2 {
  font-size: 16px;
  padding: 16px 0;
  color: #04000b;
}
.blog-content h3 {
  font-size: 14px;
  padding: 14px 0;
  color: #04000b;
}
.blog-content .com-item {
  display: grid;
  grid-template-columns: 80px calc(100% - 80px);
  border: 1px solid #97e7f5;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 2px;
}
.blog-content .com-item-avatar span {
  display: block;
  margin: 20px auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #aaaaaa;
  color: #ffffff;
  position: relative;
}
.blog-content .com-item-avatar span i {
  font-size: 50px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
.blog-content .com-item-top {
  display: flex;
  justify-content: space-between;
  place-items: center;
  padding: 8px;
  color: #666666;
}
.blog-content .com-item-top .bi-star-solid {
  font-size: 16px;
}
.blog-content .com-item-top .bi-star-solid.golden {
  color: #ffb300;
}
.blog-content .com-item-text {
  font-weight: 400;
  color: #666666;
  font-size: 13px;
  line-height: 30px;
  padding: 8px;
  padding-bottom: 40px;
}
.blog-content .com-item-text strong {
  color: #04000b;
  font-weight: 500;
  font-size: 16px;
}
.blog-content .com-register h5 {
  padding: 24px 8px;
  color: #666666;
}
.blog-content .com-register p {
  padding: 16px 0;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
}
.blog-content .com-register form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
.blog-content .com-register form .form-group:nth-child(1) {
  grid-column: 1/span 2;
}
.blog-content .com-register form .form-group:nth-child(4) {
  grid-column: 1/span 2;
}
.blog-content .com-register form .form-group:nth-child(4) textarea {
  height: 200px;
}
.blog-content .com-register form .form-group:nth-child(5) {
  grid-column: 2/span 1;
}
.blog-content .com-register form .form-group:nth-child(5) .btn {
  width: fit-content;
  margin-right: auto;
}
.blog-details .blog-thumb {
  height: fit-content;
  border-radius: 8px 8px 0 0;
}

/*#endregion*/
/*#region About*/
.about {
  margin: 0 0 80px;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
}
.about h2 {
  padding: 16px 0;
  font-size: 16px;
}
.about h3 {
  font-size: 14px;
  padding: 16px 0;
}
.about-top {
  display: grid;
  grid-template-columns: 45% 55%;
  position: relative;
}
.about-top p {
  margin-bottom: 30px;
  display: block;
}
.about-service {
  margin: 80px 0;
}
.about-service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding-top: 40px;
}
.about-service-item {
  display: grid;
  grid-template-columns: 80px calc(100% - 90px);
  gap: 10px;
  place-items: center;
  padding: 8px;
  box-shadow: 0 0 10px rgba(38, 177, 112, 0.6);
  border-radius: 8px;
}
.about-service-item img {
  max-width: 100%;
}
.about-service-item p {
  color: #666666;
  padding: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-service-item h3 {
  color: #01377d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*#endregion*/
/*#region Contact*/
.contact {
  margin: 50px 0;
  display: grid;
  display: flex;
  place-items: center;
  justify-content: space-between;
  gap: 30px;
}
.contact-info {
  background-color: #01377d;
  color: #ffffff;
  padding: 30px 50px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(1, 55, 125, 0.3);
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
}
.contact-info h1 {
  font-size: 18px;
  padding: 16px 0;
}
.contact-info h2,
.contact-info h3 {
  font-size: 14px;
  padding: 8px 0;
  font-weight: 500;
  position: relative;
  margin-bottom: 15px;
}
.contact-info h2:before,
.contact-info h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 3px;
  background-color: #7ed348;
}
.contact-info a {
  color: #ffffff;
  font-weight: 400;
}
.contact-info-phone {
  display: flex;
  place-items: center;
  gap: 8px;
}
.contact-info .bi {
  font-size: 20px;
  color: #ffffff;
}
.contact-info ul {
  padding-bottom: 30px 0;
  display: flex;
  justify-content: space-around;
  place-items: center;
  gap: 20px;
}
.contact-info ul a {
  display: flex;
  place-items: center;
  font-size: 12px;
  gap: 4px;
}
.contact .contact-map {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  background-color: #f1f1f1;
  box-shadow: 0 0 5px #666666;
}
.contact .map-section {
  height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 0;
}
.contact .map-section .contact-map-label {
  color: #23254c;
  display: block;
  background-color: #ffffff;
  width: max-content !important;
  height: max-content !important;
  padding: 8px;
  font-family: "iransans", sans-serif;
  font-weight: 400;
  border-radius: 8px;
  box-shadow: 0 0 5px #1F1E17;
  position: relative;
  top: -50%;
  right: 50%;
  margin-left: 0px !important;
  margin-top: -40% !important;
}
.contact .map-section .contact-map-label::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
  bottom: -8px;
  position: absolute;
  left: 50%;
  -webkit-filter: drop-shadow(0 2px 1px #1F1E17);
  filter: drop-shadow(0 2px 1px #1F1E17);
}
.contact .contact-map-name {
  font-family: "iransans", sans-serif;
  text-align: center;
  font-size: 11px;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  place-items: center;
}
.contact .contact-map-name img {
  width: 100px !important;
}

.leaflet-control-attribution {
  font-family: "iransans", sans-serif;
}

.leaflet-control-attribution a,
.leaflet-control-attribution span {
  display: none;
}

/*#endregion*/
/*#region Cart*/
.cart {
  position: relative;
}
.cart-header {
  width: 290px;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  overflow-y: auto;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: 1px 0 5px #01377d;
  transition: all ease-in-out 600ms;
}
.cart-header.show {
  transform: translateX(0);
}
.cart-header.hide {
  transform: translateX(-130%);
}
.cart-header-toggle {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-size: 20px;
  margin: 20px 8px;
}
.cart-header-icon {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  margin: 8px;
  color: #26b170;
}
.cart-header li {
  display: flex;
  place-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 4px;
  border-bottom: 1px solid #97e7f5;
}
.cart-header li:first-child {
  border-top: 1px solid #97e7f5;
}
.cart-header li.empty {
  padding: 50px 0;
  border-bottom: none;
  flex-direction: column;
}
.cart-header li.empty img {
  width: 150px;
}
.cart-header li p {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #ff3232;
}
.cart-header li a {
  position: relative;
  border-radius: 4px;
  color: #ff3232;
}
.cart-header li a span {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
}
.cart-header li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 55, 125, 0.2);
  top: 0;
  right: 0;
  border-radius: 4px;
}
.cart-header li img {
  width: 60px;
}
.cart-header li h3 {
  font-weight: 500;
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-header li div {
  width: 90px;
  display: flex;
  flex-direction: column;
  place-items: center;
  font-size: 12px;
}
.cart-header-price {
  color: #26b170;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  place-items: center;
}
.cart-header .btn {
  display: flex;
  width: 80%;
  margin: 30px auto;
}
.cart-top {
  display: grid;
  grid-template-columns: calc(75% - 20px) 25%;
  gap: 20px;
}
.cart-list {
  border: 1px solid #97e7f5;
  border-bottom: none;
}
.cart-item {
  position: relative;
  display: flex;
  place-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px;
  margin-top: 30px;
  border-bottom: 1px solid #97e7f5;
}
.cart-item-thumb {
  width: 80px;
  height: auto;
  max-height: 80px;
  border: 1px solid #97e7f5;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  place-items: center;
}
.cart-item-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cart-item-title h3 {
  font-weight: 500;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}
.cart-item-countity {
  display: flex;
  place-items: center;
  direction: ltr;
}
.cart-item-countity input {
  outline: none;
  border: 1px solid #97e7f5;
  width: 70px;
  padding: 8px;
  text-align: center;
  font-family: "iransans", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.cart-item-countity input::-webkit-inner-spin-button, .cart-item-countity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-item-countity span {
  display: block;
  width: 40px;
  padding: 8px;
  text-align: center;
  border: 1px solid #97e7f5;
  cursor: pointer;
}
.cart-item-countity span.minus {
  border-left: none;
  border-radius: 0 4px 4px 0;
}
.cart-item-countity span.plus {
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.cart-item-price {
  display: flex;
  place-items: center;
  gap: 4px;
  justify-content: space-between;
}
.cart-item-price del {
  color: #666666;
}
.cart-item-price-amount {
  color: #26b170;
  font-weight: 700;
  font-size: 18px;
}
.cart-item-price .bi {
  color: #7ed348;
  font-size: 24px;
}
.cart-item-remove {
  display: flex;
  place-items: center;
  cursor: pointer;
  padding: 8px;
  font-size: 24px;
  color: #ff3232;
  border: 1px solid #97e7f5;
  border-radius: 4px;
}
.cart-side {
  position: sticky;
  top: 10px;
  height: fit-content;
}
.cart-info {
  border: 1px solid #97e7f5;
  margin-bottom: 20px;
}
.cart-info p {
  display: flex;
  place-items: center;
  justify-content: space-between;
  padding: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid #97e7f5;
}
.cart-info p span:last-child {
  display: flex;
  place-items: center;
  color: #7ed348;
}
.cart-info p span:first-child {
  font-size: 14px;
  color: #666666;
}
.cart-info p i {
  font-size: 20px;
}
.cart-info .btn {
  display: flex;
  width: 80%;
  margin: 20px auto;
  padding: 12px;
  border-radius: 30px;
  font-weight: 400;
  font-size: 14px;
}
.cart-note {
  font-size: 12px;
  background-color: #97e7f5;
  color: #666666;
  line-height: 30px;
  padding: 4px;
  margin-top: 4px;
}
.cart-note p {
  display: flex;
}
.cart-note p .bi {
  display: block;
  font-size: 25px;
  margin: 8px;
}
.cart-favourite {
  grid-column: 1/span 2;
  padding: 30px 0;
  border-top: 1px solid #97e7f5;
  margin-top: 40px;
  position: relative;
}
.cart-favourite .owl-btn {
  box-shadow: 0 0 5px #01377d;
  top: 70px;
}
.cart-favourite .owl-btn.left {
  left: 20px;
}
.cart-favourite .owl-btn.right {
  right: unset;
  left: 70px;
}
.cart-favourite h4 {
  font-size: 16px;
  position: relative;
  padding-bottom: 16px;
}
.cart-favourite h4:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 3px;
  right: 0;
  bottom: 0;
  background-color: #7ed348;
}
.cart-favourite-list {
  display: flex;
  overflow: auto;
  gap: 20px;
  padding: 50px 8px 16px;
  scrollbar-width: thin;
}
.cart-favourite-list .prc {
  min-width: 280px;
}
.cart-address h3 {
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 16px;
  position: relative;
}
.cart-address h3:before {
  content: "";
  width: 35px;
  height: 2px;
  background-color: #26b170;
  position: absolute;
  bottom: 0;
}
.cart-address-list {
  font-size: 12px;
  font-weight: 400;
}
.cart-address-item {
  border-bottom: 1px solid #97e7f5;
}
.cart-address-item:last-child {
  border-bottom: none;
}
.cart-address-item label {
  display: flex;
  gap: 4px;
  place-items: center;
  line-height: 30px;
}
.cart-address-item label i {
  display: inline-flex;
  height: 100%;
  font-style: normal;
  font-weight: 500;
  padding: 16px 0;
}
.cart-address-item label span {
  padding: 16px 8px;
}
.cart-address-item label div {
  display: flex;
  place-items: center;
  margin-right: auto;
}
.cart-address-item label button {
  display: flex;
  place-items: center;
  font-size: 11px;
  padding: 4px 16px;
  border: none;
  background: none;
  outline: none;
  font-family: "iransans", sans-serif;
}
.cart-address-item label button.selectadd {
  border: 1px solid #97e7f5;
}
.cart-address-item label button span {
  padding: 4px;
  font-size: 16px;
}
.cart-address-new {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.cart-address-map {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  height: 400px;
}
.cart-address-owner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.cart-address-owner .form-group:nth-of-type(1) {
  grid-column: 1/span 2;
}
.cart-address-owner label {
  display: flex;
  gap: 4px;
  font-size: 13px;
}
.cart-address .btn {
  width: fit-content;
  margin-right: auto;
}
.cart-payment h3 {
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 16px;
  position: relative;
  margin: 30px 0 8px;
}
.cart-payment h3:before {
  content: "";
  width: 35px;
  height: 2px;
  background-color: #26b170;
  position: absolute;
  bottom: 0;
}
.cart-payment-list {
  display: flex;
  overflow: auto;
  scrollbar-width: thin;
  padding: 16px 8px;
  gap: 10px;
}
.cart-payment-item {
  min-width: 80px;
  height: 80px;
  max-width: 80px;
  border: 1px solid #97e7f5;
  overflow: hidden;
  border-radius: 4px;
}
.cart-payment-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-payment .cart-address-item {
  border-bottom: 1px solid #97e7f5;
}
.cart-payment .cart-address-item a {
  display: flex;
  place-items: center;
  font-size: 12px;
  gap: 2px;
  border: 1px solid #97e7f5;
  padding: 0 4px;
}
.cart-payment .cart-address-item a span {
  padding: 0;
}
.cart-shipping {
  border-bottom: 1px solid #97e7f5;
  padding-bottom: 16px;
}
.cart-shipping li {
  display: flex;
  gap: 8px;
  place-items: center;
  padding: 8px 0;
  font-size: 12px;
}
.cart-shipping li strong {
  position: relative;
  color: #666666;
  padding: 0 8px;
}
.cart-shipping li strong:before {
  content: "";
  position: absolute;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: #26b170;
  border-left: 2px solid #7ed348;
}
.cart-discount {
  max-width: 400px;
}

.pay-result img {
  display: block;
  margin: auto;
  max-width: 270px;
}
.pay-result p {
  padding: 40px 8px;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  font-size: 13px;
}
.pay-result a {
  margin: 20px 0;
  padding: 8px 24px;
  border-radius: 40px;
}
.pay-result.success-pay {
  color: #26b170;
}
.pay-result.faild-pay {
  color: #ff3232;
}

/*#endregion*/
/*#region Profile*/
.profile {
  margin: 50px 0;
  display: grid;
  grid-template-columns: 25% calc(75% - 20px);
  gap: 20px;
}
.profile-header {
  width: 290px;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  overflow-y: auto;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: 1px 0 5px #01377d;
  transition: all ease-in-out 600ms;
}
.profile-header.show {
  transform: translateX(0);
}
.profile-header.hide {
  transform: translateX(-130%);
}
.profile-header-toggle {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-size: 20px;
  margin: 20px 8px;
}
.profile-header-icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 30px;
  margin: 8px;
  background-color: rgba(38, 177, 112, 0.4);
  color: #ffffff;
  display: flex;
  justify-content: center;
  place-items: center;
}
.profile-header li {
  border-bottom: 1px solid rgba(1, 55, 125, 0.2);
}
.profile-header li:first-child {
  border-top: 1px solid rgba(1, 55, 125, 0.2);
}
.profile-header li:last-child {
  border-bottom: none;
}
.profile-header li a {
  position: relative;
  color: #04000b;
  background-color: rgba(151, 231, 245, 0.2);
  display: flex;
  padding: 24px 8px;
  place-items: center;
  gap: 4px;
  font-weight: 400;
  font-size: 12px;
}
.profile-header li a span {
  font-size: 20px;
  color: rgba(1, 55, 125, 0.4);
}
.profile-header li a:hover {
  background-color: #97e7f5;
}
.profile-title {
  padding: 16px 0;
  font-weight: 500;
  font-size: 16px;
  position: relative;
}
.profile-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 2px;
  background-color: #26b170;
}
.profile-side {
  position: sticky;
  max-height: fit-content;
  background-color: #ffffff;
  top: 5px;
  border: 1px solid #97e7f5;
  z-index: 10;
}
.profile-thumb {
  border-bottom: 1px solid #97e7f5;
  background-color: rgba(151, 231, 245, 0.2);
  padding: 30px 0;
}
.profile-thumb span {
  display: block;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  font-size: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  color: rgba(151, 231, 245, 0.2);
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(151, 231, 245, 0.4);
}
.profile-nav {
  position: relative;
  padding-top: 30px;
  background-color: #ffffff;
}
.profile-nav ul {
  display: grid;
}
.profile-nav ul li.active a {
  color: #26b170;
}
.profile-nav a {
  display: flex;
  padding: 16px 8px;
  gap: 4px;
  place-items: center;
  border-bottom: 1px solid #97e7f5;
  position: relative;
  font-size: 13px;
}
.profile-nav a:after {
  content: "\e919";
  font-family: "Icon";
  margin-right: auto;
}
.profile-nav a span {
  font-size: 20px;
  color: rgba(102, 102, 102, 0.6);
}
.profile-nav a:hover {
  background-color: rgba(151, 231, 245, 0.3);
}
.profile-nav li:last-child a {
  border-bottom: none;
}
.profile-info tr {
  display: grid;
  grid-template-columns: 50% 50%;
}
.profile-info tr:last-child {
  border-bottom: none !important;
}
.profile-info-content {
  display: flex;
  justify-items: center;
  justify-content: space-between;
}
.profile-info-content strong {
  display: block;
  color: #666666;
}
.profile-info-content span {
  color: #666666;
}
.profile-info-content a {
  display: flex;
  place-items: center;
  padding: 0 8px;
  font-size: 11px;
}
.profile-info-content a i {
  font-size: 16px;
  margin: 0 3px;
}
.profile-address .cart-address-map {
  height: 400px;
}
.profile-favourite {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  padding: 16px 0;
}
.profile-order {
  padding: 16px 0;
}
.profile-order-prc {
  display: grid;
}
.profile-order-prc img {
  display: block;
  margin: auto;
  max-width: 80px;
}
.profile-order-prc h2 {
  font-size: 14px;
  color: #04000b;
  line-height: 30px;
  margin-bottom: 0;
  padding: 4px;
  text-align: center;
}
.profile-order-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  border: 1px solid #97e7f5;
  border-radius: 4px;
  margin-bottom: 50px;
}
.profile-order-item li {
  display: flex;
  justify-content: space-between;
  place-items: center;
  border-bottom: 1px solid #97e7f5;
  padding: 10px 4px;
}
.profile-order-item li:last-child {
  border-bottom: none;
}
.profile-order-item li strong {
  font-weight: 500;
  font-size: 13px;
  color: #666666;
}
.profile-order-item li span {
  font-size: 12px;
  padding: 8px 0;
  color: #666666;
  display: flex;
  place-items: center;
  justify-content: space-between;
}
.profile-order-item li i {
  font-size: 12px;
  font-style: normal;
  color: #04000b;
}
.profile-order-item li .bi {
  font-size: 16px;
}
.profile-order-rating {
  border-top: 1px solid #97e7f5;
  grid-column: 1/span 2;
}
.profile-order-rating p {
  display: flex;
  justify-content: space-between;
  place-items: center;
  font-size: 12px;
  padding: 8px 4px;
}
.profile-order-rating p > span {
  display: flex;
  gap: 20px;
}
.profile-order-rating .golden {
  color: #ffb300;
}
.profile-order-rating a {
  font-size: 11px;
  border: 1px solid #26b170;
  padding: 4px 8px;
  border-radius: 4px;
}
.profile-order-details {
  border-right: 1px solid #97e7f5;
}

/*#endregion*/
/*#region Footer*/
footer {
  position: relative;
  background-color: #01377d;
  color: #97e7f5;
  font-size: 13px;
  line-height: 30px;
  padding-top: 80px;
}
footer h2 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 16px;
  height: fit-content;
  width: 100%;
  position: relative;
}
footer h2:before {
  content: "";
  width: 35%;
  height: 2px;
  background-color: #26b170;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #7ed348;
}
footer h3 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 16px;
  height: fit-content;
  width: 100%;
}
footer strong {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
footer a {
  color: #97e7f5;
  font-size: 13px;
}
footer .footer-top {
  display: grid;
  grid-template-columns: 5fr 2fr 3fr;
  gap: 20px;
  padding-bottom: 50px;
}
footer .footer-top .foot-details {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 8px;
  display: grid;
  grid-template-columns: 5fr 2fr;
  place-items: center;
}
footer .footer-top .foot-details img {
  display: block;
  margin: auto;
  max-height: 75px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(94%) saturate(0%) hue-rotate(231deg) brightness(106%) contrast(106%);
}
footer .footer-top .foot-details a img {
  max-height: fit-content;
}
footer .footer-top .foot-nav a {
  display: flex;
  padding: 4px 0;
}
footer .footer-top .foot-contact li {
  display: flex;
  place-items: center;
  gap: 10px;
  margin-top: 20px;
}
footer .footer-top .foot-contact-icon i {
  display: inline-block;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  margin-right: 20px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border: 1px dashed rgba(255, 255, 255, 0.3);
  font-weight: 300;
  font-size: 18px;
}
footer .footer-top .foot-contact-icon i.bi-phone {
  transform: rotate(-90deg);
}
footer .copy-right {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
}
footer .copy-right a {
  color: #97e7f5;
  font-weight: 400;
}

/*#endregion*/
/*#region Responsive*/
@media (max-width: 992px) {
  /*#region Header*/
  header .bottom-bar .header-logo img {
    height: 40px;
  }
  header .bottom-bar .header-nav ul a {
    padding: 4px 8px;
    font-weight: 500;
    font-size: 13px;
  }
  /*#endregion*/
  /*#region Home*/
  .home-cat-list {
    grid-template-columns: repeat(5, 1fr);
  }
  /*#endregoion*/
  /*#region Product*/
  .products .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
  /*#endregion*/
  /*#region Blogs*/
  .blogs {
    grid-template-columns: 2fr 3fr;
    gap: 20px;
  }
  /*#endregion*/
}
@media (max-width: 768px) {
  /*#region Common*/
  .custom-breadcrumb {
    background-attachment: scroll;
    padding: 100px 0;
  }
  .custom-breadcrumb .breadcrumb-content {
    width: 80%;
  }
  .custom-breadcrumb .breadcrumb-content h1 {
    font-size: 18px;
  }
  .custom-breadcrumb .breadcrumb-content ol {
    padding: 0;
  }
  /*#endregion*/
  /*#region Header*/
  header {
    padding: 16px 0;
  }
  header .top-bar {
    display: none;
  }
  header .bottom-bar .header-logo .menu-toggle {
    display: flex;
  }
  header .bottom-bar .header-logo img {
    max-height: 40px;
  }
  header .bottom-bar .header-nav {
    background-color: #ffffff;
    position: fixed;
    z-index: 100;
    width: 85%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow-y: auto;
    transition: all ease-in-out 400ms;
  }
  header .bottom-bar .header-nav .header-nav-sm {
    display: flex;
  }
  header .bottom-bar .header-nav ul {
    flex-direction: column;
    padding-bottom: 40px;
  }
  header .bottom-bar .header-nav ul a {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    place-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #97e7f5;
  }
  header .bottom-bar .header-nav ul a:after {
    content: "\e919";
    font-family: "Icon";
    margin-right: auto;
  }
  header .bottom-bar .header-nav.show {
    transform: translateX(0);
  }
  header .bottom-bar .header-nav.hide {
    transform: translateX(-100%);
  }
  header .bottom-bar .header-bottons {
    padding-left: 16px;
  }
  header .bottom-bar .header-bottons button {
    cursor: unset;
  }
  header .bottom-bar .header-bottons .register {
    padding: 8px 20px;
    max-width: 60%;
    text-wrap: nowrap;
  }
  header .bottom-bar.logged-in {
    gap: 10px;
    padding: 0;
  }
  header .bottom-bar.logged-in .header-logo,
  header .bottom-bar.logged-in .header-bottons {
    width: 100%;
    justify-content: space-around;
  }
  /*#endregion*/
  /*#region Home*/
  .owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-banners-item {
    height: 300px;
  }
  .banners {
    grid-template-columns: repeat(2, 1fr);
  }
  .banners-one {
    grid-row: 2/span 1;
    grid-column: 1/span 1;
    height: 150px;
  }
  .banners-two {
    grid-row: 2/span 1;
    grid-column: 2/span 1;
    height: 150px;
  }
  .banners-one a, .banners-two a {
    padding: 0 4px;
  }
  .banners-three {
    grid-row: 1/span 1;
    grid-column: 1/span 2;
    height: 300px;
  }
  .banners-three .banners-slider a {
    padding: 0px 4px 20px;
  }
  .banners-four {
    margin-bottom: 60px;
    grid-template-columns: 1fr;
  }
  .banners-four div {
    padding-top: 35%;
  }
  .home-banners-caption {
    padding: 0;
  }
  .home-banners-caption h3 {
    font-size: 18px;
  }
  .home-banners-caption p {
    font-size: 14px;
  }
  .home-product {
    padding-top: 100px;
  }
  .home-product .owl-btn {
    top: 50px;
    background-color: #ffffff;
    box-shadow: 0 0 5px #01377d;
  }
  .home-product .owl-btn.right {
    right: 10px;
  }
  .home-product .owl-btn.left {
    left: 10px;
  }
  .home-product-title {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .home-product-title h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .home-product-title p {
    font-size: 12px;
  }
  .home-cat-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .home-about {
    grid-template-columns: 1fr;
  }
  .home-blog-list {
    padding-top: 40px;
  }
  .home-blog .owl-btn {
    top: 90px;
  }
  .home-blog .owl-btn.left {
    left: 10px;
  }
  .home-blog .owl-btn.right {
    left: 60px;
  }
  .home-blog .blog-item {
    min-width: calc(100% - 20px);
  }
  .home-blog .blog-info {
    padding: 30px 8px;
  }
  .home-blog .blog-info h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    height: 60px;
    line-height: 30px;
    margin: 8px 0;
  }
  .home-blog .blog-thumb img {
    max-height: 240px;
    min-height: 240px;
  }
  /*#endregion*/
  /*#region Product*/
  .products {
    display: block;
  }
  .products .product-list,
  .products .product-list.twocol {
    grid-template-columns: 1fr;
  }
  .products .product-sort {
    flex-direction: column;
    gap: 20px;
  }
  .products .product-sort-list {
    flex-direction: column;
    gap: 20px;
  }
  .products .product-sort-list select {
    margin: 0;
  }
  .products .product-filter {
    position: relative;
    top: 0;
    border-bottom: 1px solid #97e7f5;
    background-color: #97e7f5;
  }
  .products .product-filter .filter-list p {
    padding: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    background-color: #7ed348;
  }
  .products .product-filter .filter-list .filter-nav {
    height: 100px;
  }
  .products .product-filter .filter-selected {
    padding: 0 4px 16px;
  }
  .products .product-filter .filter-selected span {
    background-color: #aaaaaa;
  }
  .details-top {
    grid-template-columns: 1fr;
  }
  .details-top .det-review .det-quantity {
    flex-direction: column;
    gap: 20px;
  }
  .details-top .det-review .det-quantity button.add-to-cart {
    margin-left: 0 !important;
  }
  .details-top .det-review .det-quantity div {
    justify-content: center;
  }
  .details-top .det-review .det-quantity div:nth-of-type(2) {
    display: grid;
    gap: 30px;
  }
  .details-top .det-short-property {
    justify-content: center;
  }
  .details .details-content .com-list {
    display: flex;
    overflow: auto;
    scrollbar-width: thin;
    gap: 10px;
    padding-bottom: 20px;
  }
  .details .details-content .com-list .com-item {
    min-width: 260px;
    max-width: 260px;
  }
  .details .details-content .com-list .com-item-top {
    flex-direction: column;
  }
  .details .details-content .com-register {
    width: 95%;
  }
  .details .details-content .det-properties ul {
    grid-template-columns: 1fr;
    border: 1px solid #01377d;
  }
  .details .details-content .det-properties li {
    border: none !important;
    border-bottom: 1px solid #01377d !important;
  }
  .details .details-content .det-properties li:last-child {
    border-bottom: none !important;
  }
  /*#endregion*/
  /*#region Blogs*/
  .blogs {
    grid-template-columns: 1fr;
  }
  .blog-item {
    grid-template-columns: 1fr;
  }
  .blog-thumb {
    border-radius: 8px 8px 0 0;
    width: 100%;
  }
  .blog-side {
    order: 2;
  }
  .blog-side-item {
    margin-bottom: 30px;
    padding: 30px;
  }
  .blog-content, .blog-info {
    padding: 30px 8px;
  }
  .blog-auther {
    justify-content: space-between;
  }
  .blog-commets .com-list {
    display: flex;
    overflow: auto;
    scrollbar-width: thin;
    gap: 10px;
    padding-bottom: 20px;
  }
  .blog-commets .com-list .com-item {
    min-width: 85%;
    margin-bottom: 0;
    grid-template-columns: 60px calc(100% - 60px);
  }
  .blog-commets .com-list .com-item-top {
    flex-direction: column;
  }
  /*#endregion*/
  /*#region About*/
  .about-top {
    grid-template-columns: 1fr;
  }
  .about-top .home-about-caption {
    grid-row: 1/span 1;
  }
  .about-top .home-about-bottom {
    bottom: -50px;
  }
  .about-service-list {
    grid-template-columns: 1fr;
  }
  /*#endregion*/
  /*#region Contact*/
  .contact {
    flex-direction: column;
  }
  .contact-info {
    padding: 30px;
  }
  .contact-info ul {
    flex-wrap: wrap;
    gap: 20px;
  }
  /*#endregion*/
  /*#region Cart*/
  .cart-top {
    grid-template-columns: 100%;
  }
  .cart-address-new {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .cart-address-item label div {
    flex-direction: column;
  }
  .cart-address-map {
    width: 90%;
    margin: 16px auto;
  }
  .cart-item {
    flex-direction: column;
  }
  .cart-item-price {
    margin-top: 10px;
  }
  .cart-item-remove {
    position: absolute;
    top: -20px;
    left: 10px;
  }
  /*#endregion*/
  /*#region Profile*/
  .profile {
    grid-template-columns: 100%;
  }
  .profile-side {
    position: relative;
  }
  .profile-thumb {
    padding: 8px 0;
  }
  .profile-thumb span {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 40px;
  }
  .profile-info tr {
    grid-template-columns: 100%;
  }
  .profile-info table.border td {
    border: none;
    border-bottom: 1px solid #97e7f5;
  }
  .profile-info table.border td:last-child {
    border-bottom: none;
  }
  .profile-favourite {
    grid-template-columns: repeat(2, 1fr);
  }
  /*#endregion*/
  /*#region Footer*/
  footer {
    padding-top: 50px;
    background-size: 25%;
  }
  footer .footer-top {
    grid-template-columns: 1fr;
  }
  footer .footer-top .foot-details {
    border-left: none;
    padding-left: 0;
  }
  footer .footer-top .foot-details a {
    grid-column: 1/span 7;
  }
  footer .footer-top .foot-details p {
    grid-column: 1/span 7;
  }
  footer .foot-right-back {
    width: 45%;
  }
  /*#endregion*/
}
@media (max-width: 576px) {
  /*#region Profile*/
  .profile {
    grid-template-columns: 100%;
  }
  .profile-favourite {
    grid-template-columns: 1fr;
  }
  .profile-favourite .prc {
    max-width: 100%;
  }
  /*#endregion*/
  /*#region Home*/
  .home-cat-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .banners-four {
    margin-bottom: 60px;
    grid-template-columns: 1fr;
  }
  .banners-four div {
    padding-top: 40%;
  }
  /*#endregoion*/
}
/*#endregion*/

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