@charset "UTF-8";
/*
Peydafonts are considered a proprietary software. To gain information about the laws regarding the use 
of these fonts, please visit www.fontiran.com
---------------------------------------------------------------------
This set of fonts are used in this project under the license: (SS5DPS)
---------------------------------------------------------------------
*/
@font-face {
  font-family: "Peyda-Black";
  src: url("../fonts/peyda/Peyda-Black.eot") format("embedded-opentype"), url("../fonts/peyda/Peyda-Black.woff") format("woff"), url("../fonts/peyda/Peyda-Black.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Peyda-ExtraBold";
  src: url("../fonts/peyda/Peyda-ExtraBold.eot") format("embedded-opentype"), url("../fonts/peyda/Peyda-ExtraBold.woff") format("woff"), url("../fonts/peyda/peyda-extralight.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Peyda-Bold";
  src: url("../fonts/peyda/Peyda-Bold.eot") format("embedded-opentype"), url("../fonts/peyda/Peyda-Bold.woff") format("woff"), url("../fonts/peyda/Peyda-Bold.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Peyda-Medium";
  src: url("../fonts/peyda/Peyda-Medium.eot") format("embedded-opentype"), url("../fonts/peyda/Peyda-Medium.woff") format("woff"), url("../fonts/peyda/Peyda-Medium.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Peyda-Regular";
  src: url("../fonts/peyda/Peyda-Regular.eot") format("embedded-opentype"), url("../fonts/peyda/Peyda-Regular.woff") format("woff"), url("../fonts/peyda/Peyda-Regular.ttf") format("truetype");
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  direction: rtl;
  background: #F4F7FB;
}

.demo2-body {
  background: #ffffff;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.my-80 {
  margin: 80px 0;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.my-100 {
  margin: 100px 0;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.img-container {
  position: relative;
  overflow: hidden;
  display: block;
}
.img-container::after {
  content: "";
  display: block;
}

.img-container-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-cover img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.tooltip-arrow,
.tooltip {
  font-family: "Peyda-Regular";
}

.tooltip-btn {
  background: transparent;
}

.line {
  width: 100%;
  height: 1px;
  background: #F4F7FB;
}

.group-input {
  margin-bottom: 15px;
}
.group-input label {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #354752;
  margin-bottom: 10px;
}
.group-input .input-box:focus-within {
  border: 1px solid #349E89;
}
.group-input .input-box:focus-within span {
  display: none;
}
.group-input .input-box,
.group-input .input-box_pass {
  border: 1px solid #DDDBDA;
  border-radius: 8px;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}
.group-input .input-box span,
.group-input .input-box_pass span {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.group-input .input-box:focus-within,
.group-input .input-box_pass:focus-within {
  border: 1px solid #349E89;
}
.group-input input,
.group-input textarea {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
  flex-grow: 2;
  padding: 10px;
  border: none;
}
.group-input .toggle-password {
  cursor: pointer;
}

.table {
  width: 100%;
}
.table thead {
  background: #F4F7FB;
  border-radius: 30px;
}
.table thead th {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #349E89;
}
.table thead th span {
  font-size: 20px;
  margin-left: 5px;
}
.table td,
.table th {
  border: none;
  text-align: center;
  vertical-align: baseline;
}
.table tbody tr {
  border-bottom: 1px solid #F1F4F5;
}
.table tbody td {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #354752;
  padding: 20px 0;
}
.table .view-btn,
.table .download-btn {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #FFFFFF;
  background: #349E89;
  border-radius: 40px;
  padding: 5px 10px;
}
.table .view-btn span,
.table .download-btn span {
  margin-right: 10px;
  font-size: 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  padding: 5px 10px;
}

.select2-container--default .select2-selection--multiple {
  outline: none !important;
  border: none !important;
  height: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #236A5C;
  color: #FFFFFF;
  border: none;
  font-family: "Peyda-Regular";
  font-size: 14px;
  padding-right: 22px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 15px;
  color: #FFFFFF;
  height: 100%;
  border-radius: unset !important;
  left: unset;
  right: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
  font-size: 14px;
  font-family: "Peyda-Medium";
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-results__option--selectable {
  font-family: "Peyda-Regular";
  font-size: 14px;
}

.select2-container .select2-selection--single {
  height: 40px;
  display: flex;
  align-items: center;
  width: 100%;
}

.locale-fa .datepicker-plot-area-inline-view,
.locale-fa .datepicker-plot-area,
.datepicker-container .datepicker-plot-area-inline-view,
.datepicker-container .datepicker-plot-area {
  box-shadow: unset;
  border-radius: 16px;
  padding: 20px;
}
.locale-fa .datepicker-plot-area-inline-view.datepicker-plot-area .toolbox,
.locale-fa .datepicker-plot-area.datepicker-plot-area .toolbox,
.datepicker-container .datepicker-plot-area-inline-view.datepicker-plot-area .toolbox,
.datepicker-container .datepicker-plot-area.datepicker-plot-area .toolbox {
  display: none;
}
.locale-fa .datepicker-plot-area-inline-view.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell,
.locale-fa .datepicker-plot-area.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell,
.datepicker-container .datepicker-plot-area-inline-view.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell,
.datepicker-container .datepicker-plot-area.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell {
  font-size: 14px;
  font-family: "Peyda-Bold";
  color: #9C9A9A;
}
.locale-fa .datepicker-plot-area-inline-view.datepicker-plot-area .datepicker-day-view .table-days .disabled span,
.locale-fa .datepicker-plot-area.datepicker-plot-area .datepicker-day-view .table-days .disabled span,
.datepicker-container .datepicker-plot-area-inline-view.datepicker-plot-area .datepicker-day-view .table-days .disabled span,
.datepicker-container .datepicker-plot-area.datepicker-plot-area .datepicker-day-view .table-days .disabled span {
  color: #c2c0c0;
}
.locale-fa .datepicker-plot-area-inline-view.datepicker-plot-area .datepicker-day-view .table-days .selected::after,
.locale-fa .datepicker-plot-area.datepicker-plot-area .datepicker-day-view .table-days .selected::after,
.datepicker-container .datepicker-plot-area-inline-view.datepicker-plot-area .datepicker-day-view .table-days .selected::after,
.datepicker-container .datepicker-plot-area.datepicker-plot-area .datepicker-day-view .table-days .selected::after {
  content: "";
  position: absolute;
  border: 2px solid #E85805;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.locale-fa .datepicker-plot-area-inline-view.datepicker-plot-area .datepicker-day-view .table-days .selected span,
.locale-fa .datepicker-plot-area.datepicker-plot-area .datepicker-day-view .table-days .selected span,
.datepicker-container .datepicker-plot-area-inline-view.datepicker-plot-area .datepicker-day-view .table-days .selected span,
.datepicker-container .datepicker-plot-area.datepicker-plot-area .datepicker-day-view .table-days .selected span {
  text-shadow: unset !important;
  color: #170F49 !important;
}
.locale-fa .datepicker-plot-area-inline-view.datepicker-plot-area .datepicker-day-view .table-days .today,
.locale-fa .datepicker-plot-area.datepicker-plot-area .datepicker-day-view .table-days .today,
.datepicker-container .datepicker-plot-area-inline-view.datepicker-plot-area .datepicker-day-view .table-days .today,
.datepicker-container .datepicker-plot-area.datepicker-plot-area .datepicker-day-view .table-days .today {
  background: #E85805;
  border-radius: 50%;
}
.locale-fa .datepicker-plot-area-inline-view.datepicker-plot-area .datepicker-day-view .table-days .today span,
.locale-fa .datepicker-plot-area.datepicker-plot-area .datepicker-day-view .table-days .today span,
.datepicker-container .datepicker-plot-area-inline-view.datepicker-plot-area .datepicker-day-view .table-days .today span,
.datepicker-container .datepicker-plot-area.datepicker-plot-area .datepicker-day-view .table-days .today span {
  text-shadow: unset !important;
  color: #FFFFFF !important;
}
.locale-fa .datepicker-plot-area-inline-view.datepicker-plot-area .datepicker-day-view .table-days .today::after,
.locale-fa .datepicker-plot-area.datepicker-plot-area .datepicker-day-view .table-days .today::after,
.datepicker-container .datepicker-plot-area-inline-view.datepicker-plot-area .datepicker-day-view .table-days .today::after,
.datepicker-container .datepicker-plot-area.datepicker-plot-area .datepicker-day-view .table-days .today::after {
  content: unset;
}
.locale-fa .datepicker-plot-area-inline-view.datepicker-plot-area .datepicker-day-view .table-days .today::before,
.locale-fa .datepicker-plot-area.datepicker-plot-area .datepicker-day-view .table-days .today::before,
.datepicker-container .datepicker-plot-area-inline-view.datepicker-plot-area .datepicker-day-view .table-days .today::before,
.datepicker-container .datepicker-plot-area.datepicker-plot-area .datepicker-day-view .table-days .today::before {
  content: unset;
}
.locale-fa .datepicker-plot-area-inline-view.datepicker-plot-area .datepicker-day-view .table-days span,
.locale-fa .datepicker-plot-area.datepicker-plot-area .datepicker-day-view .table-days span,
.datepicker-container .datepicker-plot-area-inline-view.datepicker-plot-area .datepicker-day-view .table-days span,
.datepicker-container .datepicker-plot-area.datepicker-plot-area .datepicker-day-view .table-days span {
  font-size: 18px;
  font-family: "Peyda-Medium";
  color: #666666;
  background: transparent !important;
  margin: 10px 0 !important;
}
.locale-fa .datepicker-plot-area-inline-view.datepicker-plot-area .datepicker-day-view .table-days .other-month,
.locale-fa .datepicker-plot-area.datepicker-plot-area .datepicker-day-view .table-days .other-month,
.datepicker-container .datepicker-plot-area-inline-view.datepicker-plot-area .datepicker-day-view .table-days .other-month,
.datepicker-container .datepicker-plot-area.datepicker-plot-area .datepicker-day-view .table-days .other-month {
  color: #CFCDCD;
}
.locale-fa .datepicker-navigator,
.datepicker-container .datepicker-navigator {
  position: relative;
}
.locale-fa .datepicker-navigator .pwt-btn-prev,
.locale-fa .datepicker-navigator .pwt-btn-next,
.datepicker-container .datepicker-navigator .pwt-btn-prev,
.datepicker-container .datepicker-navigator .pwt-btn-next {
  position: absolute;
  top: 0;
  left: 0;
}
.locale-fa .datepicker-navigator .pwt-btn-prev::after,
.locale-fa .datepicker-navigator .pwt-btn-next::after,
.datepicker-container .datepicker-navigator .pwt-btn-prev::after,
.datepicker-container .datepicker-navigator .pwt-btn-next::after {
  content: "\ec1e";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.locale-fa .datepicker-navigator .pwt-btn-next,
.datepicker-container .datepicker-navigator .pwt-btn-next {
  left: 40px;
}
.locale-fa .datepicker-navigator .pwt-btn-next::after,
.datepicker-container .datepicker-navigator .pwt-btn-next::after {
  content: "\ec41";
}
.locale-fa .datepicker-navigator .pwt-btn-switch,
.datepicker-container .datepicker-navigator .pwt-btn-switch {
  float: right;
  text-align: initial;
  font-size: 24px;
  font-family: "Peyda-Medium";
  color: #333333;
}
.locale-fa .header,
.datepicker-container .header {
  padding: 20px 0;
}
.locale-fa .header::after,
.datepicker-container .header::after {
  height: 3px;
  background: linear-gradient(-82.06deg, #279882 -6.62%, #236A5C 99.21%);
}

.datepicker-container .datepicker-plot-area {
  width: 350px;
}

.initial-value-example {
  height: 40px;
  border: none;
  font-size: 16px;
  font-family: "Peyda-Regular";
  padding: 0 15px;
}

.upload-wrraper {
  width: 100%;
  border: 1px dashed #3370CB;
  border-radius: 7px;
  padding: 30px;
  position: relative;
}
.upload-wrraper .img-edit input {
  display: none;
}
.upload-wrraper .img-edit label {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #FFFFFF;
  padding: 5px 15px;
  background: #349E89;
  border-radius: 7px;
  cursor: pointer;
}
.upload-wrraper .img-delete-btn {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #FFFFFF;
  padding: 5px 15px;
  background: #C8D3D9;
  border-radius: 7px;
  cursor: pointer;
  border: none;
  display: none;
  margin-right: 10px;
}
.upload-wrraper .upload-title {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #8798A1;
}
.upload-wrraper .upload-desc {
  font-size: 13px;
  font-family: "Peyda-Regular";
  color: #8798A1;
}
.upload-wrraper .img-preview {
  width: 72px;
  height: 72px;
  background: #FFFFFF;
  border-radius: 6.50575px;
  position: relative;
  margin-bottom: 20px;
}
.upload-wrraper .img-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.styled-select {
  width: 100%;
  min-height: 40px;
  background-image: url("../img/arrow-selectBox.svg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 15px;
  border: 1px solid #DDDBDA;
  border-radius: 8px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.styled-select select {
  font-size: 11px;
  padding: 0 10px;
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  font-family: "Peyda-Regular";
  height: 100%;
  width: 100%;
  font-size: 14px;
  color: #354752;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}

.group-checkbox input[type=checkbox] {
  display: none;
}
.group-checkbox label {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-right: 30px;
  cursor: pointer;
}
.group-checkbox label::after {
  content: "";
  width: 24px;
  height: 24px;
  background: #F1F4F5;
  border: 1px solid #C8D3D9;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s linear;
}
.group-checkbox label::before {
  content: "\ed68";
  font-family: "icomoon";
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  z-index: 10;
  transition: all 0.2s linear;
}
.group-checkbox input[type=checkbox]:checked ~ label::before {
  transform: translateY(-50%) scale(1);
}
.group-checkbox input[type=checkbox]:checked ~ label::after {
  background: #E85805;
  border: 1px solid #E85805;
}

.group-radio input[type=radio] {
  display: none;
}
.group-radio label {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-right: 30px;
  cursor: pointer;
}
.group-radio label::after {
  content: "";
  width: 24px;
  height: 24px;
  background: #F1F4F5;
  border: 1px solid #C8D3D9;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s linear;
}
.group-radio label::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FFFFFF;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  z-index: 10;
  transition: all 0.2s linear;
}
.group-radio input[type=radio]:checked ~ label::before {
  transform: translateY(-50%) scale(1);
}
.group-radio input[type=radio]:checked ~ label::after {
  background: #E85805;
  border: 1px solid #E85805;
}

.product-card {
  border-radius: 20px;
  padding: 10px;
  background: #fff;
  width: 100%;
  height: 100%;
}
.product-card .product-img {
  width: 100%;
  border-radius: 16px;
}
.product-card .product-img::after {
  padding-bottom: 70%;
}
.product-card .line {
  margin: 15px 0;
}
.product-card .product-name {
  font-size: 16px;
  font-family: "Peyda-Bold";
  color: #354752;
  line-height: 1.8;
  margin: 10px 0;
  transition: all 0.2s linear;
}
.product-card .product-name:hover {
  color: #31917d;
}
.product-card .product-price {
  font-size: 10px;
  font-family: "Peyda-Regular";
  color: #236A5C;
}
.product-card .product-price span {
  font-size: 18px;
  font-family: "Peyda-Bold";
}
.product-card .discounted-price {
  font-size: 11px;
  font-family: "Peyda-Regular";
  color: #8798A1;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-card .product-off {
  font-size: 12px;
  font-family: "Peyda-Medium";
  width: 36px;
  height: 17px;
  padding: 3px 10px 0;
  background: #E85805;
  color: #fff;
  border-radius: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card .product-sender,
.product-card .product-rating,
.product-card .product-remaining {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.product-card .product-sender span,
.product-card .product-rating span,
.product-card .product-remaining span {
  margin-left: 5px;
  font-size: 20px;
  color: #8798A1;
}
.product-card .product-remaining {
  color: #9E3A00;
}
.product-card .product-remaining span {
  color: #9E3A00;
}
.product-card .product-rating span {
  margin-left: 0;
  margin-bottom: 4px;
  margin-right: 5px;
  color: #DFAE00;
  font-size: 17px;
}
.product-card .tags {
  position: absolute;
  left: 0;
  top: 0;
}
.product-card .tags .new-product {
  font-size: 12px;
  color: #fff;
  font-family: "Peyda-Regular";
  background: #349E89;
  padding: 3px 15px 2px;
  border-radius: 16px 0 16px 0;
}
.product-card .tags .discount-product,
.product-card .tags .amazing-offer {
  font-size: 12px;
  color: #fff;
  font-family: "Peyda-Regular";
  background: #236A5C;
  padding: 3px 15px 2px 30px;
  border-radius: 16px 0 16px 0;
  margin-left: -20px;
}
.product-card .tags .short-time {
  background: #E85805;
}
.product-card .product-save {
  position: absolute;
  bottom: -50px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #E85805;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
  border: none;
}
.product-card .product-save span {
  color: #fff;
}
.product-card .product-save .icon-Save-fill {
  display: none;
}
.product-card .product-save.active {
  bottom: 10px;
}
.product-card .product-save.active .icon-Save {
  display: none;
}
.product-card .product-save.active .icon-Save-fill {
  display: block;
}
.product-card:hover .product-save {
  bottom: 10px;
}

.amazing-offer-time {
  font-size: 12px;
  color: #fff;
  font-family: "Peyda-Regular";
  background: #349E89;
  padding: 3px 15px 2px;
  border-radius: 16px 0 16px 0;
}
.amazing-offer-time .part {
  display: flex;
}
.amazing-offer-time .part:first-child .text {
  display: none;
}

.product-carousel .owl-stage {
  display: flex;
}
.product-carousel .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}

.product-cart-second {
  background: #FFFFFF;
  border: 0.833795px solid #C8D3D9;
  border-radius: 13px;
  overflow: hidden;
}
.product-cart-second-img {
  width: 100%;
}
.product-cart-second-img::after {
  padding-bottom: 100%;
}
.product-cart-second-img img {
  width: 100%;
}
.product-cart-second-name {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
  line-height: 1.8;
  margin: 20px 0;
  transition: all 0.2s linear;
}
.product-cart-second-name:hover {
  color: #349e89;
}
.product-cart-second_tag {
  position: absolute;
  right: 0;
  top: 0;
}
.product-cart-second_tag .special-sale {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #E85805;
}
.product-cart-second_tag .available {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.product-cart-second_tag .available span {
  font-size: 18px;
  margin-left: 5px;
}
.product-cart-second .product-price {
  font-size: 10px;
  font-family: "Peyda-Regular";
  color: #236A5C;
}
.product-cart-second .product-price span {
  font-size: 18px;
  font-family: "Peyda-Bold";
}
.product-cart-second .discounted-price {
  font-size: 11px;
  font-family: "Peyda-Regular";
  color: #8798A1;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-cart-second .product-rating {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.product-cart-second .product-rating span {
  margin-left: 0;
  margin-bottom: 4px;
  margin-right: 5px;
  color: #DFAE00;
  font-size: 17px;
}

.title-section .title__section {
  font-size: 18px;
  font-family: "Peyda-Bold";
  color: #354752;
  background-image: url("../img/img-title.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right 10px;
  padding: 0 30px;
}
.title-section .title__section p {
  margin-left: 15px;
}
.title-section .title__section span {
  position: relative;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  background-image: url("../img/bg-title.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 20px;
}
.title-section.title-section_column .title__section {
  font-family: "Peyda-Bold";
  color: #fff;
  background-image: none;
}
.title-section.title-section_column .title__section p {
  margin-left: 0;
  margin-bottom: 10px;
}
.title-section.title-section_column .title__section span {
  background-image: url("../img/bg-title2.png");
}
.title-section_link {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.title-section_link span {
  margin-right: 5px;
  font-size: 25px;
  color: #349E89;
}

.no-bg .title__section {
  background-image: none;
}

.bg-section {
  position: relative;
  padding: 10px 0 50px;
}
.bg-section::after, .bg-section::before {
  content: "";
  position: absolute;
  opacity: 0.4;
  width: 49%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.bg-section::after {
  right: 0;
  background-image: linear-gradient(90deg, #90AAB9 0%, rgba(200, 211, 217, 0) 96.69%);
  border-radius: 232px 0px 0px 232px;
}
.bg-section::before {
  left: 0;
  background-image: linear-gradient(-90deg, #90AAB9 0%, rgba(200, 211, 217, 0) 96.69%);
  border-radius: 0px 232px 232px 0px;
}

.quantity-field {
  min-width: 63px;
  height: 26px;
  background: #F1F4F5;
  border-radius: 8px;
  margin: 0 auto;
  overflow: hidden;
}
.quantity-field .value-button {
  height: 100%;
  width: 33%;
  padding: 0;
  font-size: 14px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
}
.quantity-field .value-button span {
  font-size: 15px;
}
.quantity-field .value-button.increase-button span {
  color: #E85805;
}
.quantity-field .number {
  border: none;
  margin: 0px;
  height: 100%;
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Peyda-Bold";
  font-size: 9px;
  background: transparent;
}
.quantity-field .number::-moz-selection {
  background: none;
}
.quantity-field .number::selection {
  background: none;
}

.category-name {
  font-size: 18px;
  font-family: "Peyda-Bold";
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 10px;
  width: 200px;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.category-name::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(95deg, #349E89 0%, #097A64 115.57%);
  border-radius: 16px;
  z-index: -2;
}
.category-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(95.23deg, #E85805 0%, #843D15 133.77%);
  opacity: 0;
  border-radius: 16px;
  z-index: -1;
  transition: all 0.2s linear;
}

.header {
  position: relative;
  z-index: 10;
}
.header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  background: #236A5C;
  z-index: -3;
}
.header .search-box {
  border: 1px solid #C8D3D9;
  border-radius: 72px;
  background: #fff;
  width: 600px;
  z-index: 100;
  position: relative;
}
.header .search-box .search-input {
  font-size: 16px;
  font-family: "Peyda-Regular";
  color: #151618;
  background: transparent;
  border: none;
  padding: 10px;
  flex-grow: 2;
}
.header .search-box .search-input::-moz-placeholder {
  font-size: 16px;
  font-family: "Peyda-Regular";
}
.header .search-box .search-input::placeholder {
  font-size: 16px;
  font-family: "Peyda-Regular";
}
.header .search-box .dropdown-toggle {
  height: 100%;
}
.header .search-box .dropdown-toggle option {
  padding: 5px 0;
}
.header .search-box .dropdown-toggle::before {
  content: "\eda5";
  font-family: "icomoon";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  color: #8798A1;
}
.header .search-box .dropdown-toggle::after {
  content: none;
}
.header .search-box .nav-tabs {
  height: 48px;
  background: #C8D3D9;
  border: 1px solid #C8D3D9;
  border-bottom: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 0px 72px 72px 0px;
}
.header .search-box .dropdown {
  height: 100%;
}
.header .search-box .nav-link {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
  border: none;
  padding: 0 5px;
  position: relative;
}
.header .search-box .nav-link:hover {
  border-color: unset;
}
.header .search-box .dropdown-menu {
  right: 0 !important;
}
.header .navbar-top {
  border-radius: 16px;
  border: 1px solid #DBDBDB;
  position: relative;
}
.header .navbar-bottom .navbar-wrapper {
  width: 80%;
  height: 48px;
  margin: auto;
  position: relative;
  padding: 0 30px;
}
.header .navbar-bottom .navbar-wrapper::after, .header .navbar-bottom .navbar-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  height: 48px;
  width: 50px;
  z-index: -1;
}
.header .navbar-bottom .navbar-wrapper::after {
  transform: skewX(-336deg);
  left: 0;
  border-bottom-left-radius: 16px;
  background: #349E89;
}
.header .navbar-bottom .navbar-wrapper::before {
  transform: skewX(336deg);
  right: 0;
  border-bottom-right-radius: 16px;
  background: #0D7E68;
}
.header .navbar-bottom .navbar-collapse {
  background: linear-gradient(94.65deg, #349E89 3.3%, #097A64 111.25%);
}
.header .navbar-bottom .nav-item {
  height: 100%;
  flex-grow: 2;
}
.header .navbar-bottom .nav-link {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .navbar-bottom .nav-link .menu__img {
  width: 15px;
  margin-left: 10px;
}
.header .navbar-bottom .nav-link span.arrow__icon {
  font-size: 10px;
  margin-right: 5px;
}
.header .navbar-bottom .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: all 0.2s linear;
}
.header .navbar-bottom .nav-link:hover::after {
  background: #fff;
}
.header .navbar-bottom .first-item .nav-link::before,
.header .navbar-bottom .last-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  width: 1px;
  height: 15px;
}
.header .navbar-bottom .last-item .nav-link::before {
  left: 100%;
}
.header .dropdown-menu_category {
  min-width: 300px;
  border-radius: 16px;
  top: 20px !important;
  border: 1px solid #C8D3D9;
}
.header .dropdown-menu_category .dropdown-item {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #354752;
}
.header .dropdown-menu_category .dropdown-item:active {
  color: #236A5C;
  background-color: unset;
}

#my_search_form {
  position: relative;
}

.search-box-result {
  background: #FFFFFF;
  border: 1px solid #C8D3D9;
  border-radius: 16px;
  padding: 20px;
  width: 100%;
  margin-top: 10px;
  position: absolute;
  z-index: 9;
  margin-bottom: 0;
  height: auto;
}

#datafetch {
  position: relative;
  max-height: 301px;
  overflow: auto;
  font-family: "Peyda-Regular";
  background: transparent;
  border: none;
  margin: unset;
  padding: unset;
  /* Chrome, Edge, and Safari */
}
#datafetch {
  scrollbar-width: auto;
  scrollbar-color: #9eadbd #e8e8e8;
}
#datafetch::-webkit-scrollbar {
  width: 5px;
}
#datafetch::-webkit-scrollbar-track {
  background: #e8e8e8;
}
#datafetch::-webkit-scrollbar-thumb {
  background-color: #9eadbd;
  border-radius: 40px;
  border: 0px solid #080808;
}
#datafetch h2 {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
#datafetch h2 a {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #607079;
}
#datafetch .curent-price {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #607079;
}
#datafetch .curent-price span {
  font-size: 16px;
  color: #236A5C;
}
#datafetch .img-search {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-left: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.megamenu-container .megamenu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 10;
  display: none;
  width: 130%;
}
.megamenu-container .menu__img {
  width: 20px;
  margin-left: 10px;
}
.megamenu-container .megamenu__box {
  width: 100%;
  padding: 30px 30px 30px 10px;
  border-radius: 16px;
}
.megamenu-container .megamenu-list {
  border-left: 1px solid #C8D3D9;
  min-width: 250px;
}
.megamenu-container .megamenu-list li.active a::after {
  opacity: 1;
}
.megamenu-container .megamenu-list li.active a span {
  color: #E85805;
}
.megamenu-container .megamenu-list .megamenu_link {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #354752;
  padding: 10px;
  display: block;
  position: relative;
  z-index: 10;
}
.megamenu-container .megamenu-list .megamenu_link span {
  color: #354752;
  font-size: 20px;
  margin-left: 10px;
}
.megamenu-container .megamenu-list .megamenu_link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #F1F4F5 0%, rgba(241, 244, 245, 0) 97.88%);
  border-radius: 0px 16px 16px 0px;
  opacity: 0;
  transition: all 0.2s linear;
  z-index: -1;
}
.megamenu-container .megamenu-list .megamenu_link:hover::after {
  opacity: 1;
}
.megamenu-container .megamenu-list .megamenu_link:hover span {
  color: #E85805;
}
.megamenu-container .megamenu__content .megamenu__list_title {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #000;
}
.megamenu-container .megamenu__content .megamenu__list_title span {
  font-size: 12px;
  margin-bottom: 3px;
  margin-right: 5px;
}
.megamenu-container .megamenu__content .megamenu__item__link {
  font-size: 16px;
  font-family: "Peyda-Regular";
  color: #607079;
  padding: 10px 0;
}
.megamenu-container .megamenu__content .megamenu__item__link:hover {
  color: #349E89;
  text-decoration: underline;
}
.megamenu-container .megamenu__content .megamenu__item__title {
  font-size: 18px;
  font-family: "Peyda-Bold";
  color: #354752;
  margin-bottom: 10px;
  position: relative;
  padding-right: 10px;
}
.megamenu-container .megamenu__content .megamenu__item__title span {
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 5px;
}
.megamenu-container .megamenu__content .megamenu__item__title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #E85805;
}
.megamenu-container:hover .megamenu {
  display: flex;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(135, 152, 161, 0.7);
  display: none;
  opacity: 0;
  transition: all 0.2s linear;
  z-index: -2;
}

.submenu .megamenu {
  width: 90%;
}
.submenu .megamenu__box {
  box-shadow: 12px 106px 42px rgba(23, 41, 64, 0.01), 7px 59px 36px rgba(23, 41, 64, 0.05), 3px 26px 27px rgba(23, 41, 64, 0.09), 1px 7px 15px rgba(23, 41, 64, 0.1), 0px 0px 0px rgba(23, 41, 64, 0.1);
}
.submenu .megamenu__item__link {
  font-size: 14px;
  color: #607079;
  font-family: "Peyda-Regular";
  transition: all 0.2s linear;
}
.submenu .megamenu__item__link:hover {
  color: #349E89;
  text-decoration: underline;
}
.submenu .megamenu__item__title {
  font-size: 15px;
  font-family: "Peyda-Bold";
  color: #354752;
  margin-bottom: 10px;
  position: relative;
  padding-right: 10px;
}
.submenu .megamenu__item__title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #E85805;
}

.simple-submenu {
  position: relative;
}
.simple-submenu .megamenu {
  width: auto;
  min-width: 100%;
  position: absolute;
  left: unset;
  right: 0;
  transform: unset;
}
.simple-submenu .arrow__down {
  color: #E85805;
  display: inline-block;
  font-size: 15px;
  margin-right: 5px;
}
.simple-submenu .megamenu__box {
  padding: 10px 0;
  box-shadow: 12px 106px 42px rgba(23, 41, 64, 0.01), 7px 59px 36px rgba(23, 41, 64, 0.05), 3px 26px 27px rgba(23, 41, 64, 0.09), 1px 7px 15px rgba(23, 41, 64, 0.1), 0px 0px 0px rgba(23, 41, 64, 0.1);
}
.simple-submenu li {
  padding: 5px 20px;
  position: relative;
}
.simple-submenu li:hover > .submenu_inner {
  display: block;
}
.simple-submenu .megamenu__item__link {
  font-size: 14px;
  color: #607079;
  font-family: "Peyda-Regular";
  transition: all 0.2s linear;
}
.simple-submenu .megamenu__item__link:hover {
  color: #349E89;
  text-decoration: underline;
}
.simple-submenu .submenu_inner {
  position: absolute;
  top: 0;
  display: none;
}
.simple-submenu.simple-submenu_left .submenu_inner {
  right: 100%;
}
.simple-submenu.simple-submenu_right .submenu_inner {
  left: 100%;
}

.nav-user {
  border: 1px solid #C8D3D9;
  border-radius: 8px;
}

.nav-icon {
  font-size: 25px;
  color: #8798A1;
  min-width: 56px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-cart {
  padding: 3px 6px 0px;
  background: #E85805;
  color: #fff;
  font-size: 9px;
  font-family: "Peyda-Bold";
  border-radius: 40px;
  bottom: 3px;
  left: 3px;
  border: 2px solid #fff;
}

.menu-dropdown {
  margin-right: 15px;
}
.menu-dropdown .menu-dropdown_wrapper {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  display: none;
}
.menu-dropdown .dropdown__box {
  width: 230px;
  border-radius: 16px;
  border: 1px solid #F1F4F5;
}
.menu-dropdown .dropdown__box_cart {
  min-width: 500px;
  max-height: 550px;
}
.menu-dropdown .dropdown__box_cart .quantity {
  height: 30px;
  margin-left: 10px;
}
.menu-dropdown .dropdown__box_cart .cart__items {
  overflow-y: auto;
  max-height: 350px;
}
.menu-dropdown .dropdown__box_cart .cart__items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #C8D3D9;
  border-radius: 1px;
  background-color: #F5F5F5;
}
.menu-dropdown .dropdown__box_cart .cart__items::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.menu-dropdown .dropdown__box_cart .cart__items::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px #8798A1;
  background-color: rgb(207, 207, 207);
}
.menu-dropdown .dropdown__box_cart .total-amount-products_text {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #8798A1;
}
.menu-dropdown .dropdown__box_cart .total-amount-products {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #354752;
  margin-top: 10px;
}
.menu-dropdown .dropdown__box_cart .buy-btn {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #fff;
  background: #349E89;
  border-radius: 8px;
  padding: 10px 30px;
  transition: all 0.2s linear;
}
.menu-dropdown .dropdown__box_cart .buy-btn:hover {
  background: #1d6e5e;
}
.menu-dropdown .dropdown__box_cart .cart-footer {
  border-top: 1px solid #C8D3D9;
}
.menu-dropdown .dropdown__box_cart .cart-item {
  border-bottom: 1px solid #F1F4F5;
}
.menu-dropdown .dropdown__box_cart .cart-total {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #8798A1;
  margin-left: 15px;
  position: relative;
}
.menu-dropdown .dropdown__box_cart .cart-total::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  background: #E85805;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.menu-dropdown .dropdown__box_cart .cart-btn {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #236A5C;
}
.menu-dropdown .dropdown__box_cart .cart-btn span {
  margin-right: 5px;
  font-size: 25px;
}
.menu-dropdown .dropdown__box_cart .product-price {
  font-size: 10px;
  font-family: "Peyda-Regular";
  color: #236A5C;
}
.menu-dropdown .dropdown__box_cart .product-price span {
  font-size: 18px;
  font-family: "Peyda-Bold";
}
.menu-dropdown .dropdown__box_cart .discounted-price {
  font-size: 11px;
  font-family: "Peyda-Regular";
  color: #8798A1;
  text-decoration: line-through;
  margin-left: 10px;
}
.menu-dropdown .dropdown__box_cart .cart-product-img {
  min-width: 91px;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  margin-left: 15px;
}
.menu-dropdown .dropdown__box_cart .cart-product-img::after {
  padding-bottom: 100%;
}
.menu-dropdown .dropdown__box_cart .cart-product-name {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
  line-height: 1.8;
}
.menu-dropdown .dropdown-list {
  border-left: 1px solid #C8D3D9;
  width: 250px;
}
.menu-dropdown .dropdown-list .dropdown_link {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #354752;
  padding: 10px;
  display: block;
  position: relative;
  z-index: 10;
}
.menu-dropdown .dropdown-list .dropdown_link span {
  color: #354752;
  font-size: 20px;
  margin-left: 10px;
}
.menu-dropdown .dropdown-list .dropdown_link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #F1F4F5 0%, rgba(241, 244, 245, 0) 97.88%);
  border-radius: 0px 16px 16px 0px;
  opacity: 0;
  transition: all 0.2s linear;
  z-index: -1;
}
.menu-dropdown .dropdown-list .dropdown_link:hover::after {
  opacity: 1;
}
.menu-dropdown .dropdown-list .dropdown_link:hover span {
  color: #E85805;
}
.menu-dropdown:hover .menu-dropdown_wrapper {
  display: flex;
}
.menu-dropdown .profile-img {
  min-width: 48px;
  border-radius: 50%;
  margin-left: 15px;
}
.menu-dropdown .profile-img::after {
  padding-bottom: 100%;
}
.menu-dropdown .profile-name {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #354752;
}
.menu-dropdown .profile-btn {
  font-size: 12px;
  font-family: "Peyda-Medium";
  color: #349E89;
}
.menu-dropdown .dropdown__list_profile {
  margin-top: 15px;
}
.menu-dropdown .dropdown__list_profile li {
  border-bottom: 1px solid #F1F4F5;
}
.menu-dropdown .dropdown__list_profile li:last-child {
  border-bottom: none;
}
.menu-dropdown .dropdown__link_profile {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #354752;
  padding: 10px;
}
.menu-dropdown .dropdown__link_profile span {
  font-size: 20px;
  margin-left: 10px;
  color: #8798A1;
}
.menu-dropdown .dropdown__link_profile:hover span {
  color: #E85805;
}

.header-mobile .top-line {
  height: 8px;
  width: 100%;
  background: #236A5C;
}
.header-mobile .offcanvas-header {
  border-bottom: 1px solid #C8D3D9;
}
.header-mobile_top {
  background: transparent;
  border-bottom: 1px solid #C8D3D9;
}
.header-mobile_bottom {
  background: transparent;
  border-bottom: 1px solid #C8D3D9;
}
.header-mobile .header-mobile_search {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #DDDBDA;
  position: relative;
}
.header-mobile .header-mobile_search input {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
  border: none;
  background: transparent;
  flex-grow: 2;
  height: 40px;
}
.header-mobile .header-mobile_search button {
  background: transparent;
  padding: 5px 10px;
  color: #8798A1;
  border: none;
}
.header-mobile .icon_responsive {
  font-size: 23px;
  color: #607079;
}
.header-mobile .icon_responsive_cart {
  margin: 0 20px;
}

.navbar-toggler {
  font-size: 25px;
  color: #607079;
  padding: unset;
  box-shadow: unset;
}

#accordian {
  width: 100%;
  min-height: 100vh;
  height: 100%;
}
#accordian ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
#accordian ul li a {
  width: 100%;
  color: #010101;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 30px;
  transition: all 0.3s;
  position: relative;
  font-size: 16px;
  font-family: "Peyda-Regular";
  border-radius: 3px;
}
#accordian ul li a span {
  margin-left: 10px;
  font-size: 20px;
}
#accordian ul li a:hover {
  background: #f6f6f6;
}

#accordian > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul > li > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > a {
  width: 100%;
  background: #f6f6f6;
}

#accordian > ul > li > ul,
#accordian > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul > li > ul {
  display: none;
  position: relative;
  padding-right: 20px;
}
#accordian > ul > li > ul::before,
#accordian > ul > li > ul > li > ul::before,
#accordian > ul > li > ul > li > ul > li > ul::before,
#accordian > ul > li > ul > li > ul > li > ul > li > ul::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #00AC87;
  border-radius: 40px 0 0 40px;
  height: 100%;
  width: 3px;
  z-index: 1;
}

#accordian > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li > ul > li > ul > li.active > ul.show-dropdown {
  display: block;
}

#accordian > ul > li > ul,
#accordian > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul > li > ul {
  padding-left: 0;
}

#accordian a:not(:only-child):after {
  content: "\ec1d";
  position: absolute;
  left: 20px;
  top: 14px;
  font-size: 15px;
  font-family: "icomoon";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  transition: 0.2s;
}

#accordian .active > a:not(:only-child):after {
  transform: rotate(180deg);
}

.menuOpened .menu_overlay {
  display: block;
}

.menuOpened .sidebarMenu {
  transform: translate(0, 0);
  transition: all 0.3s cubic-bezier(0.29, 0.39, 0.68, 0.53);
}

.menuOpened {
  overflow: hidden;
}

.slider .instant-offers .product-card {
  padding: 20px 20px 50px;
}
.slider .instant-offers .product-card .product-img::after {
  padding-bottom: 65%;
}
.slider .instant-offers .instant-offers_body {
  border: 1px solid #C8D3D9;
  border-radius: 0 0 16px 16px;
  height: 92%;
}
.slider .instant-offers .instant-offers_title {
  height: 8%;
  width: 100%;
  background: transparent;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}
.slider .instant-offers .instant-offers_title p {
  font-size: 18px;
  font-family: "Peyda-Bold";
  color: #236A5C;
  position: absolute;
  z-index: 1;
}
.slider .instant-offers .instant-offers_title::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  border-left: 1px solid #C8D3D9;
  border-top: 1px solid #C8D3D9;
  border-radius: 16px 0 0 0;
  background: #fff;
  z-index: 10;
}
.slider .instant-offers .instant-offers_title::before {
  content: " ";
  position: absolute;
  right: 1;
  bottom: 0;
  width: 50px;
  height: 100%;
  border-right: 1px solid #C8D3D9;
  border-top: 1px solid #C8D3D9;
  border-radius: 0 16px 0 0;
  background: #fff;
  z-index: 100;
}
.slider .instant-offers .title-inner {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider .instant-offers .title-inner::after {
  content: " ";
  position: absolute;
  left: 10px;
  top: 0;
  width: 70px;
  transform: skew(30deg);
  height: 100%;
  border: 1px solid #C8D3D9;
  border-bottom: none;
  border-left: none;
  border-radius: 0 10px 0 0;
  background: #fff;
  z-index: -1;
}
.slider .instant-offers .title-inner::before {
  content: " ";
  position: absolute;
  right: 10px;
  top: 0;
  width: 70px;
  transform: skew(-30deg);
  height: 100%;
  border: 1px solid #C8D3D9;
  border-bottom: none;
  border-right: none;
  border-radius: 10px 0 0 0;
  background: #fff;
  z-index: -1;
}
.slider .instant-offers .product-card .product-off {
  margin-left: 10px;
}
.slider .instant-offers .owl-nav button.owl-prev,
.slider .instant-offers .owl-nav button.owl-next {
  background: #236A5C;
  z-index: 10;
  transition: all 0.2s linear;
}
.slider .instant-offers .owl-nav button.owl-prev::after,
.slider .instant-offers .owl-nav button.owl-next::after {
  color: #fff;
}
.slider .instant-offers .owl-nav button.owl-prev:hover,
.slider .instant-offers .owl-nav button.owl-next:hover {
  background: #2f8b79;
}
.slider .instant-offers .owl-nav {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 10px 0;
}
.slider .instant-offers .owl-nav::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 1px;
  background: #F1F4F5;
}
.slider .owl-stage-outer {
  border-radius: 16px;
}
.slider .img-slider {
  width: 100%;
  border-radius: 16px;
}
.slider .img-slider::after {
  padding-bottom: 54%;
}
.slider .owl-nav {
  position: absolute;
  left: 30px;
  bottom: 10px;
}
.slider .owl-nav.disabled {
  display: block;
}
.slider .owl-nav button.owl-prev,
.slider .owl-nav button.owl-next {
  width: 40px;
  height: 24px;
  background: #fff;
  border-radius: 40px;
  position: relative;
}
.slider .owl-nav button.owl-prev span,
.slider .owl-nav button.owl-next span {
  display: none;
}
.slider .owl-nav button.owl-prev::after,
.slider .owl-nav button.owl-next::after {
  content: "\ec41";
  font-family: "icomoon";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #349E89;
}
.slider .owl-nav button.owl-next::after {
  content: "\ec1e";
}
.slider .owl-nav button.owl-next {
  margin-right: 5px;
}
.slider .owl-dots {
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.slider .owl-carousel button.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background: #fff;
  margin: 0 3px;
}
.slider .owl-carousel button.owl-dot.active {
  width: 20px;
  background: #236A5C;
}

.store-features p {
  font-size: 18px;
  font-family: "Peyda-Bold";
  color: #354752;
}
.store-features span {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #8798A1;
}
.store-features-icon {
  min-width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(222, 133, 81, 0.2);
  margin-left: 10px;
}
.store-features-icon img {
  height: 70%;
}

.categories .categories__item:hover .category-name::before {
  opacity: 1;
}
.categories .img-cuadrada {
  width: 49%;
  border-radius: 16px;
}
.categories .img-cuadrada::after {
  padding-bottom: 85%;
}
.categories .img-vertical {
  width: 49%;
  border-radius: 16px;
  height: 100%;
}
.categories .img-cuadradas-verticales {
  width: 49%;
}
.categories .img-rectangular {
  width: 100%;
  border-radius: 16px;
}
.categories .img-rectangular::after {
  padding-bottom: 38%;
}

.categories_resp_img {
  width: 100%;
  border-radius: 16px;
}
.categories_resp_img::after {
  padding-bottom: 100%;
}
.categories_resp .rectangular-img::after {
  padding-bottom: 130%;
}
.categories_resp .category-name {
  font-size: 12px;
  font-family: "Peyda-Medium";
  width: 90%;
  padding: 5px 10px;
}

.categories-second {
  margin-top: 50px;
}
.categories-second-box:hover .categories-second_img::after {
  width: 120px;
  height: 120px;
}
.categories-second_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories-second_img::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #E1E9EF;
  z-index: -1;
  transition: all 0.2s linear;
}
.categories-second_img img {
  max-height: 100px;
}
.categories-second_name {
  font-size: 14px;
  font-family: "Peyda-Medium";
  color: #010101;
  text-align: center;
  margin-top: 10px;
  transition: all 0.2s linear;
}

.banners {
  margin: 80px 0;
}
.banners.banner-three {
  position: relative;
  padding: 20px 0;
}
.banners.banner-three .banner-img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.banners.banner-three .banner-img::after {
  padding-bottom: 40%;
}
.banners.banner-three::after, .banners.banner-three::before {
  content: "";
  position: absolute;
  opacity: 0.4;
  width: 30%;
  height: 50%;
  z-index: -1;
}
.banners.banner-three::after {
  right: 0;
  top: 0;
  background: linear-gradient(90deg, #A70CA1 0%, rgba(200, 211, 217, 0) 96.69%);
  border-radius: 232px 0px 0px 232px;
}
.banners.banner-three::before {
  left: 0;
  bottom: 15px;
  background: linear-gradient(-90deg, #0C94A7 0%, rgba(200, 211, 217, 0) 96.69%);
  border-radius: 0px 232px 232px 0px;
}
.banners.banner-two .banner-img {
  width: 100%;
  border-radius: 16px;
  background: #f5f5f5;
  overflow: hidden;
  border: 1px solid #8798A1;
  display: block;
}
.banners.banner-two .banner-img::after {
  padding-bottom: 47%;
}

.products .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.products .owl-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products .owl-nav.disabled {
  display: block;
}
.products .owl-nav button.owl-prev,
.products .owl-nav button.owl-next {
  width: 40px;
  height: 24px;
  background: #349E89;
  border-radius: 40px;
  margin: 0 5px;
  position: relative;
  transition: all 0.2s linear;
}
.products .owl-nav button.owl-prev span,
.products .owl-nav button.owl-next span {
  display: none;
}
.products .owl-nav button.owl-prev::after,
.products .owl-nav button.owl-next::after {
  font-family: "icomoon";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}
.products .owl-nav button.owl-prev:hover,
.products .owl-nav button.owl-next:hover {
  background: #1d6e5e;
}
.products .owl-nav button.owl-prev::after {
  content: "\ec41";
}
.products .owl-nav button.owl-next::after {
  content: "\ec1e";
}

.special-products {
  margin: 80px 0;
}
.special-products .row-section-right,
.special-products .row-section-left {
  position: relative;
}
.special-products .row-section-right::after,
.special-products .row-section-left::after {
  content: "";
  height: 100%;
  width: 90%;
  position: absolute;
  left: 0;
  top: 0;
  background: #349E89;
  border-radius: 0 20px 20px 0;
  z-index: -1;
}
.special-products .row-section-right::after {
  right: 0;
  left: unset;
  border-radius: 20px 0 0 20px;
}
.special-products .title-section {
  margin-bottom: -60px;
}
.special-products_img {
  margin-bottom: -30px;
}
.special-products .owl-item {
  width: 265px !important;
}
.special-products .item {
  width: 265px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  height: 100%;
}
.special-products .owl-stage {
  display: flex;
}
.special-products .special-products-right-carousel {
  direction: ltr;
}
.special-products .special-products-right-carousel .product-card {
  direction: rtl;
}

.special-products_resp .product_resp {
  background: linear-gradient(90deg, rgba(245, 245, 245, 0) -20.72%, rgba(216, 216, 216, 0.63) 100%);
  border-radius: 16px !important;
  overflow: hidden;
}
.special-products_resp .product_resp_name {
  font-size: 18px;
  font-family: "Peyda-Medium";
  color: #354752;
  margin-bottom: 20px;
}
.special-products_resp .product_resp .tags {
  bottom: 0;
  right: 0;
  top: unset;
  left: unset;
}
.special-products_resp .product_resp_img {
  min-width: 40%;
  background: #fff;
}
.special-products_resp .product_resp_img::after {
  padding-bottom: 80%;
}
.special-products_resp .product_resp_img .img-container-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.special-products_resp .product_resp_img img {
  height: 90%;
}

.team .title-section {
  margin-bottom: -60px;
}
.team .swiper-container {
  padding: 0 80px 130px;
}
.team .swiper-slide {
  border: 1px solid #C8D3D9;
  border-radius: 16px;
  width: 225px;
}
.team .team-img {
  min-width: 183px;
  border-radius: 50%;
}
.team .team-img::after {
  padding-bottom: 100%;
}
.team .team-name {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #151618;
  margin-top: 25px;
}
.team .team-post {
  font-size: 12px;
  font-family: "Peyda-Medium";
  color: #7B808C;
}
.team .team-description {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #41444B;
  margin-top: 15px;
  text-align: center;
}
.team .team-social {
  margin-top: 15px;
}
.team .team-social a {
  font-size: 20px;
  margin: 0 10px;
  color: #41444B;
}
.team .swiper-slide-active {
  top: 100px;
  filter: none !important;
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.15);
}
.team .swiper-slide-prev,
.team .swiper-slide-next {
  top: 50px;
  filter: none !important;
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.15);
}
.team .swiper-slide {
  filter: blur(4.5px);
}
.team .swiper-button-prev, .team .swiper-container-rtl .swiper-button-next {
  background-image: none;
  font-size: 30px;
  color: #236A5C;
}

.searches .title-section {
  margin-bottom: -30px;
  z-index: 10;
  position: relative;
}
.searches .search-wrapper {
  background: #F1F4F5;
  border: 1px solid #8798A1;
  border-radius: 25px;
  padding: 50px 80px;
  position: relative;
}
.searches .search-wrapper .search-wrapper_hesder {
  height: 40px;
  width: 250px;
  border-radius: 0 0 25px 25px;
  margin: 0px auto;
  border: 1px solid #8798A1;
  border-top: none;
  position: absolute;
  background: #F4F7FB;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.searches .search-wrapper .search-wrapper_hesder::after {
  content: " ";
  position: absolute;
  left: -20px;
  top: 0;
  border-top: 1px solid #8798A1;
  border-right: 1px solid #8798A1;
  width: 20px;
  height: 20px;
  border-top-right-radius: 50%;
  box-shadow: 3px -3px 0 0 #F1F4F5;
}
.searches .search-wrapper .search-wrapper_hesder::before {
  content: " ";
  position: absolute;
  right: -20px;
  top: 0;
  border-top: 1px solid #8798A1;
  border-left: 1px solid #8798A1;
  width: 20px;
  height: 20px;
  border-top-left-radius: 50%;
  box-shadow: -3px -3px 0 0 #F1F4F5;
}
.searches .item {
  padding: 10px;
}
.searches .search-img {
  width: 100%;
  border-radius: 24px;
  background: #fff;
  border: 2px solid #fff;
  transition: all 0.2s linear;
}
.searches .search-img::after {
  padding-bottom: 100%;
}
.searches .search-img img {
  width: 100%;
}
.searches .search-img:hover {
  border: 2px solid #E85805;
}
.searches .search__tag {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #135245;
  background: #FFFFFF;
  border: 1px solid #C8D3D9;
  border-radius: 16px;
  padding: 5px 20px;
  transition: all 0.2s linear;
  margin: 0 0 10px 10px;
}
.searches .search__tag:hover {
  color: #fff;
  background: #E85805;
}
.searches .owl-carousel .owl-nav.disabled {
  display: flex;
}
.searches .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 1px;
}
.searches .owl-nav button.owl-next,
.searches .owl-nav button.owl-prev {
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border: 1px solid #C8D3D9;
  border-radius: 8px;
  position: relative;
}
.searches .owl-nav button.owl-next span,
.searches .owl-nav button.owl-prev span {
  display: none;
}
.searches .owl-nav button.owl-next::after,
.searches .owl-nav button.owl-prev::after {
  font-family: "icomoon";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #236A5C;
}
.searches .owl-nav button.owl-prev {
  right: 20px;
}
.searches .owl-nav button.owl-prev::after {
  content: "\ec41";
}
.searches .owl-nav button.owl-next {
  left: 20px;
}
.searches .owl-nav button.owl-next::after {
  content: "\ec1e";
}

.searches_resp .search-wrapper {
  background: transparent;
  border: unset;
  border-radius: unset;
  padding: 0;
}
.searches_resp .search-img {
  border-radius: 50%;
}
.searches_resp .search-img img {
  width: 100%;
}
.searches_resp .search-tag {
  overflow-x: auto;
}
.searches_resp .search__tag {
  margin: 0 0 0 10px;
  white-space: nowrap;
}

.comments {
  margin: 80px 0;
}
.comments .owl-stage-outer {
  position: relative;
}
.comments .owl-stage-outer::after {
  content: "";
  width: 80%;
  height: 1px;
  border-top: 1px dashed #236A5C;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
}
.comments .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}
.comments .owl-carousel .owl-dots.disabled, .comments .owl-carousel .owl-nav.disabled {
  display: flex;
}
.comments .owl-carousel button.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background: #D9D9D9;
  margin: 0 3px;
}
.comments .owl-carousel button.owl-dot.active {
  width: 20px;
  background: #236A5C;
}
.comments .owl-carousel .owl-nav {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  align-items: center;
}
.comments .owl-nav button.owl-next,
.comments .owl-nav button.owl-prev {
  position: absolute;
}
.comments .owl-nav button.owl-next span,
.comments .owl-nav button.owl-prev span {
  display: none;
}
.comments .owl-nav button.owl-next::after,
.comments .owl-nav button.owl-prev::after {
  font-family: "icomoon";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #236A5C;
}
.comments .owl-nav button.owl-prev {
  right: 0;
}
.comments .owl-nav button.owl-prev::after {
  content: "\ec43";
}
.comments .owl-nav button.owl-next {
  left: 0;
}
.comments .owl-nav button.owl-next::after {
  content: "\ec9f";
}
.comments .comment-card {
  padding: 0 30px;
}
.comments .comment-head {
  margin-bottom: 20px;
  box-shadow: -2px 1px 4px rgba(0, 0, 0, 0.14);
  border-radius: 16px;
}
.comments .comment-head .img-comment {
  min-width: 74px;
  border-radius: 50%;
  margin-left: 15px;
}
.comments .comment-head .img-comment::after {
  padding-bottom: 100%;
}
.comments .comment-head .comment-name {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #151618;
  margin-bottom: 10px;
}
.comments .comment-head .comment-post {
  font-size: 12px;
  font-family: "Peyda-Medium";
  color: #7B808C;
}
.comments .comment-text {
  font-size: 16px;
  font-family: "Peyda-Regular";
  color: #151618;
  line-height: 1.8;
}

.blog {
  margin: 100px 0 80px 0;
}
.blog .card-blog {
  background: linear-gradient(119.14deg, #116353 20.46%, #349E89 98.12%);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog .card-blog-body {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog .blog-img {
  width: 100%;
  display: block;
}
.blog .blog-img::after {
  padding-bottom: 50%;
}
.blog .blog-title {
  font-size: 20px;
  font-family: "Peyda-Bold";
  color: #FFFFFF;
  line-height: 1.8;
  transition: all 0.2s linear;
}
.blog .blog-title:hover {
  color: rgba(0, 0, 0, 0.3);
}
.blog .author-article-img {
  width: 32px;
  border-radius: 50%;
  margin-left: 10px;
}
.blog .author-article-img::after {
  padding-bottom: 100%;
}
.blog .author-article p {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #FFFFFF;
}
.blog .arrow-blog {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.2s linear;
}
.blog .arrow-blog span {
  color: #fff;
  font-size: 25px;
}
.blog .arrow-blog:hover {
  background: rgba(0, 0, 0, 0.5);
}

.blog_resp .swiper-blog {
  padding: 50px 0;
}
.blog_resp .swiper-slide {
  border-radius: 16px;
  width: 230px !important;
}
.blog_resp .swiper-slide {
  opacity: 0.5;
  top: 50px;
}
.blog_resp .swiper-slide-active {
  top: 30px;
  opacity: 1 !important;
}

.footer {
  background-image: url("../img/bg-footer.png"), url("../img/bg-footer2.png");
  background-size: contain, 400px;
  background-position: right bottom, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-color: #354752;
}
.footer .footer-nav__title {
  font-size: 24px;
  font-family: "Peyda-Bold";
  color: #F1F4F5;
  margin-bottom: 20px;
}
.footer .navbar-footer li {
  margin: 10px 0;
}
.footer .navbar-footer .footer-nav__link {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #F1F4F5;
  transition: all 0.2s linear;
}
.footer .navbar-footer .footer-nav__link:hover {
  color: #8798a1;
}
.footer .namad-box {
  width: 120px;
  border-radius: 16px;
  margin-bottom: 30px;
}
.footer .namad-box img {
  height: 110px;
}
.footer .copyright {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #F1F4F5;
}
.footer .footer-text {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #F1F4F5;
}
.footer .social-group .social-link {
  color: #fff;
  margin-right: 10px;
  font-size: 20px;
  transition: all 0.2s linear;
}
.footer .social-group .social-link:hover {
  color: #349e89;
}

.newsletters input {
  height: 36px;
  border-radius: 40px;
  border: none;
  background: #fff;
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #8798A1;
  flex-grow: 2;
  text-align: right;
  padding: 10px;
}

.newsletters-btn {
  font-size: 12px;
  font-family: "Peyda-Regular";
  background: #236A5C;
  color: #fff;
  border-radius: 40px;
  padding: 10px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -30px;
  border: none;
}

.special-offer {
  padding: 60px 0;
}
.special-offer.bg-section::after, .special-offer.bg-section::before {
  width: 40%;
}

.breadcrumb {
  overflow-x: auto;
  padding: 20px 0;
}
.breadcrumb .breadcrumb-link {
  font-size: 12px;
  font-family: "Peyda-Medium";
  color: #8798A1;
  white-space: nowrap;
}
.breadcrumb .active-link {
  color: #236A5C;
  background: #fff;
  border-radius: 16px;
  padding: 0 8px;
}
.breadcrumb span {
  font-size: 12px;
  margin: 0 10px;
  color: #236A5C;
}

.pagination .page-link {
  font-size: 18px;
  font-family: "Peyda-Bold";
  width: 64px;
  height: 64px;
  border: 1px solid #C8D3D9;
  border-radius: 16px;
  background: transparent;
  color: #C8D3D9;
  transition: all 0.2s linear;
}
.pagination .page-link:hover {
  color: #236A5C;
  border: none;
}
.pagination .active-page {
  color: #236A5C;
  border: none;
}
.pagination .page-item {
  margin: 0 10px;
}
.pagination .page-link-prev,
.pagination .page-link-next {
  border-radius: 50% !important;
  color: #236A5C;
}

.cart__title {
  border-bottom: 1px solid #C8D3D9;
  padding: 10px 0;
}
.cart__title .cart-page-title {
  position: relative;
}
.cart__title .cart-page-title h1 {
  font-size: 20px;
  font-family: "Peyda-Bold";
  color: #607079;
}
.cart__title .cart-page-title span {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #F1F4F5;
  background: #E85805;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  margin-right: 10px;
}
.cart__title .cart-page-title::after {
  content: "";
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #E85805;
  position: absolute;
  bottom: -14px;
  left: 0;
}

.cart-page .quantity {
  height: 50px;
}
.cart-page .top-cart {
  margin-right: 180px;
}
.cart-page .top-cart .title-cart-item {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #fff;
  background: #349E89;
  border-radius: 12px 12px 1px 1px;
  padding: 5px 20px;
}
.cart-page .cart-item {
  border: 1px solid #C8D3D9;
  border-radius: 16px;
  background: #fff;
}
.cart-page .cart-item-img {
  min-width: 165px;
  border: 1px solid #F1F4F5;
  border-radius: 8px;
  background: #fff;
  margin-left: 15px;
}
.cart-page .cart-item-img::after {
  padding-bottom: 100%;
}
.cart-page .cart-item-img img {
  width: 90%;
}
.cart-page .cart-item-name {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #000000;
  line-height: 1.8;
  transition: all 0.2s linear;
}
.cart-page .cart-item-name:hover {
  color: #135245;
}
.cart-page .cart-item-price {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #000000;
  margin-top: 10px;
}
.cart-page .cart-item-discount {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #DE8551;
}
.cart-page .cart-item-discount span {
  font-size: 20px;
  margin-left: 5px;
}
.cart-page .cart-item-specifications p {
  font-size: 16px;
  font-family: "Peyda-Regular";
  color: #354752;
  margin-left: 10px;
  margin-bottom: 10px;
}
.cart-page .cart-item-specifications p span {
  color: #349E89;
  margin-left: 5px;
  font-size: 20px;
}
.cart-page .cart-item-specifications .warehouse-stock span {
  width: 24px;
  height: 24px;
  background: #349E89;
  border-radius: 40px;
  color: #fff;
  padding-top: 3px;
}
.cart-page .cart-item .product-specifications span {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #8798A1;
  margin-left: 10px;
}
.cart-page .cart-item .line {
  background: #C8D3D9;
  margin: 15px 0;
}
.cart-page .cart-item .quantity-field {
  border-radius: 16px;
  height: 50px;
  max-width: 125px;
}
.cart-page .cart-item .quantity-field .value-button span {
  font-size: 20px;
}
.cart-page .cart-item .quantity-field .number {
  font-size: 16px;
}
.cart-page .cart-item .quantity-field input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.cart-page .cart-item .quantity-field input[type=number]::-webkit-inner-spin-button,
.cart-page .cart-item .quantity-field input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.cart-page .cart-item .min-h-165 {
  min-height: 165px;
}
.cart-page .update-btn-cart:disabled {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
}
.cart-page .update-btn-cart {
  margin: 0;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  right: auto;
  float: left;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  color: #F4F7FB;
  font-family: "Peyda-Bold";
  background: #349E89;
  border-radius: 10px;
  padding: 10px 15px;
  transition: all 0.2s linear;
}
.cart-page .update-btn-cart:hover {
  background: #1d6e5e;
}
.cart-page .sidebar-cart {
  background: #FFFFFF;
  border: 1px solid #C8D3D9;
  border-radius: 16px;
  overflow: hidden;
}
.cart-page .empty-cart img {
  width: 200px;
}
.cart-page .empty-cart-text {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #8798A1;
  margin: 20px 0;
}
.cart-page .empty-cart-link {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #FFFFFF;
  background: #349E89;
  border-radius: 8px;
  padding: 10px 30px;
}
.cart-page .receipt-invoice {
  border-radius: 16px;
  overflow: hidden;
}
.cart-page .receipt-invoice .factor-title {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.cart-page .receipt-invoice .factor-link {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #000;
  transition: all 0.2s linear;
}
.cart-page .receipt-invoice .factor-link span {
  font-size: 20px;
  margin-left: 5px;
  color: #8798A1;
}
.cart-page .receipt-invoice .factor-link:hover {
  color: #E85805;
}
.cart-page .total-purchase,
.cart-page .amount-payable,
.cart-page .profit {
  margin: 30px 0;
}
.cart-page .total-purchase p,
.cart-page .amount-payable p,
.cart-page .profit p {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #607079;
}
.cart-page .total-purchase .text span {
  min-width: 24px;
  min-height: 24px;
  background: #E85805;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
}
.cart-page .amount-payable .text {
  color: #354752;
}
.cart-page .amount-payable .num {
  font-size: 18px;
  font-family: "Peyda-Bold";
  color: #354752;
}
.cart-page .profit .text {
  color: #E85805;
}
.cart-page .profit .num {
  color: #000;
}
.cart-page .profit .num span {
  min-width: 24px;
  min-height: 24px;
  background: #E85805;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
}
.cart-page .cart-btn {
  font-size: 18px;
  color: #F4F7FB;
  font-family: "Peyda-Bold";
  background: #349E89;
  border-radius: 15px;
  width: 100%;
  padding: 15px;
  margin-top: 50px;
  transition: all 0.2s linear;
}
.cart-page .cart-btn:hover {
  background: #1d6e5e;
}
.cart-page .sidebar-cart_footer .score_text {
  font-size: 18px;
  font-family: "Peyda-Bold";
  color: #354752;
}
.cart-page .sidebar-cart_footer .score_text span {
  font-size: 24px;
}
.cart-page .sidebar-cart_footer .score_text_icon {
  margin-left: 5px;
  color: #DE8551;
}
.cart-page .sidebar-cart_footer .score_num {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #000000;
}

.latest-searches {
  margin: 80px 0;
}

.authentication {
  background-image: url("../img/authentication-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
}
.authentication .authentication-box {
  box-shadow: -67px 279px 115px rgba(23, 41, 64, 0.01), -38px 157px 97px rgba(23, 41, 64, 0.04), -17px 70px 72px rgba(23, 41, 64, 0.07), -4px 17px 39px rgba(23, 41, 64, 0.08), 0px 0px 0px rgba(23, 41, 64, 0.08);
  border-radius: 24px;
  background-image: url("../img/Vector (2).png"), url("../img/Vector (3).png");
  background-size: 300px, 400px;
  background-position: right top, left bottom;
  background-repeat: no-repeat, no-repeat;
  margin: 80px 0;
}
.authentication .authentication-form {
  box-shadow: 9px 5px 46px rgba(35, 106, 92, 0.11);
  border-radius: 24px;
  width: 500px;
}
.authentication .authentication-title {
  font-size: 20px;
  font-family: "Peyda-Bold";
  color: #349E89;
}
.authentication .authentication-title span {
  color: #607079;
  font-size: 25px;
  margin-left: 5px;
}
.authentication .close-page-btn {
  width: 24px;
  height: 24px;
  border: 1px solid #349E89;
  border-radius: 8px;
  transition: all 0.2s linear;
}
.authentication .close-page-btn span {
  color: #607079;
}
.authentication .close-page-btn:hover {
  background: #349E89;
}
.authentication .close-page-btn:hover span {
  color: #FFFFFF;
}
.authentication .text-form {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #607079;
  margin-bottom: 15px;
}
.authentication input {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #8798A1;
  background: #F4F7FB;
  border: 1px solid #C8D3D9;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
}
.authentication .toggle-password {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.authentication .login-btn {
  font-size: 16px;
  font-family: "Peyda-Medium";
  background: #349E89;
  border-radius: 8px;
  padding: 12px;
  color: #fff;
  border: none;
  width: 100%;
  margin-top: 30px;
  transition: all 0.2s linear;
}
.authentication .login-btn:hover {
  background: #1d6e5e;
}
.authentication .rule-text {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #607079;
}
.authentication .rule-text a {
  color: #349E89;
  transition: all 0.2s linear;
}
.authentication .rule-text a:hover {
  color: #000;
}
.authentication .one-time-pass,
.authentication .forgot-pass {
  font-size: 12px;
  font-family: "Peyda-Medium";
  color: #58AAD9;
  background: transparent;
  border: none;
  transition: all 0.2s linear;
}
.authentication .one-time-pass:hover,
.authentication .forgot-pass:hover {
  color: #0279bd;
}
.authentication .successful-membership {
  font-size: 18px;
  font-family: "Peyda-Bold";
  color: #236A5C;
}
.authentication .icon-Approve {
  font-size: 60px;
  color: #1FD066;
}
.authentication .completion-specifications-btn {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #354752;
  border: none;
  background: transparent;
}
.authentication .remaining-time {
  font-size: 12px;
  font-family: "Peyda-Medium";
  color: #354752;
}
.authentication .remaining-time span {
  color: #9E3A00;
}
.authentication .authentication-row {
  width: 100%;
}

.filters-product {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #C8D3D9;
  border-radius: 16px;
}
.filters-product .filter-head {
  border: 0.893536px solid #C8D3D9;
  border-radius: 7.14829px;
  margin-top: -30px;
}
.filters-product .filter-head .delete-filter-btn {
  font-size: 10px;
  font-family: "Peyda-Regular";
  color: #607079;
  border: none;
  background: transparent;
}
.filters-product .filter-head h5 {
  font-size: 16px;
  font-family: "Peyda-Bold";
  color: #236A5C;
}
.filters-product .filter-head h5 span {
  font-size: 20px;
  margin-left: 5px;
  color: #8798A1;
}
.filters-product .accordion-filter .accordion-item {
  width: 100%;
  background: transparent;
  border: none;
  padding: 15px 0;
  overflow: hidden;
  border-bottom: 1px solid #C8D3D9;
}
.filters-product .accordion-filter .accordion-item.open .accordion-item__button:after {
  content: "\ec1d";
}
.filters-product .accordion-filter .last-item-filter,
.filters-product .accordion-filter .group_toggle:last-child {
  border-bottom: unset;
}
.filters-product .accordion-filter .accordion-item__button {
  padding: 20px 0;
  border: none;
  width: 100%;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #354752;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  background: transparent;
}
.filters-product .accordion-filter .accordion-item__button::after {
  content: "\ec1e";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-left: 0;
  font-size: 16px;
  color: #8798A1;
}
.filters-product .accordion-filter .group-checkbox {
  margin: 15px 0;
}
.filters-product .accordion-filter .group-checkbox label p {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #354752;
}
.filters-product .accordion-filter .group-checkbox label span {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #8798A1;
}
.filters-product .accordion-filter .group-checkbox_score {
  margin-bottom: 10px;
}
.filters-product .accordion-filter .group-checkbox_score input {
  display: none;
}
.filters-product .accordion-filter .group-checkbox_score label {
  cursor: pointer;
}
.filters-product .accordion-filter .group-checkbox_score label span {
  font-size: 25px;
  margin: 0 2px;
  color: #607079;
}
.filters-product .accordion-filter .group-checkbox_score input:checked ~ label span {
  color: #E85805;
}
.filters-product .accordion-filter .group-checkbox_clr {
  margin-right: 10px;
  margin-bottom: 10px;
}
.filters-product .accordion-filter .group-checkbox_clr input {
  display: none;
}
.filters-product .accordion-filter .group-checkbox_clr label {
  cursor: pointer;
  position: relative;
  width: 19px;
  height: 19px;
  border-radius: 4px;
  border: 0.5px solid #cacaca;
}
.filters-product .accordion-filter .group-checkbox_clr label::after {
  content: "\ed68";
  font-family: "icomoon";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: none;
}
.filters-product .accordion-filter .group-checkbox_clr label.red {
  background: red;
}
.filters-product .accordion-filter .group-checkbox_clr label.green {
  background: green;
}
.filters-product .accordion-filter .group-checkbox_clr label.yellow {
  background: yellow;
}
.filters-product .accordion-filter .group-checkbox_clr label.orange {
  background: orange;
}
.filters-product .accordion-filter .group-checkbox_clr label.black {
  background: black;
}
.filters-product .accordion-filter .group-checkbox_clr label.white {
  background: white;
}
.filters-product .accordion-filter .group-checkbox_clr input:checked ~ label::after {
  display: block;
}
.filters-product .accordion-filter .filter-title {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #8798A1;
  margin: 20px 0 10px 0;
}
.filters-product .accordion-filter .filter-search {
  border: 1px solid #C8D3D9;
  border-radius: 8px;
  margin-bottom: 10px;
}
.filters-product .accordion-filter .filter-search input {
  padding: 5px;
  background: transparent;
  border: none;
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #8798A1;
  flex-grow: 2;
}
.filters-product .accordion-filter .filter-search button {
  padding: 0 5px;
  border: none;
  background: transparent;
}
.filters-product .accordion-filter .all-options {
  height: 217px;
  overflow-y: auto;
  padding-left: 5px;
}
.filters-product .accordion-filter .all-options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #C8D3D9;
}
.filters-product .accordion-filter .all-options::-webkit-scrollbar {
  width: 3px;
  background-color: #C8D3D9;
}
.filters-product .accordion-filter .all-options::-webkit-scrollbar-thumb {
  background-color: #8798A1;
}
.filters-product .group_toggle {
  border-bottom: 1px solid #C8D3D9;
}
.filters-product .group_toggle input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.filters-product .group_toggle label {
  cursor: pointer;
  text-indent: -9999px;
  min-width: 48px;
  height: 24px;
  background: #C8D3D9;
  display: block;
  border-radius: 100px;
  position: relative;
}
.filters-product .group_toggle label:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
.filters-product .group_toggle input:checked + label {
  background: #E85805;
}
.filters-product .group_toggle input:checked + label:after {
  left: calc(100% - 2px);
  transform: translate(-100%, -50%);
}
.filters-product .group_toggle label:active:after {
  width: 50px;
}
.filters-product .group_toggle p {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #354752;
}
.filters-product .group_toggle p span {
  font-size: 20px;
  color: #E85805;
  margin-right: 5px;
}
.filters-product .group_toggle span {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #8798A1;
}
.filters-product .range-wrapper {
  width: 100%;
  direction: ltr;
  margin: 20px 0;
}
.filters-product .range-wrapper .range__label {
  color: #607079;
  font-size: 12px;
  font-family: "Peyda-Regular";
}
.filters-product .range-wrapper .range__input {
  width: 70px;
  padding: 0;
  background: transparent;
  border: none;
  color: #354752;
  font-size: 16px;
  font-family: "Peyda-Medium";
  border-bottom: 1px solid #C8D3D9;
  flex-grow: 2;
  margin: 0 20px;
}
.filters-product .range-wrapper .range-slider {
  margin: 0;
  width: 100%;
  background-image: linear-gradient(to right, #BADDD8 var(--first-val), #236A5C var(--first-val), #236A5C var(--second-val), #BADDD8 var(--second-val));
  background-size: 100% 4px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  position: relative;
  z-index: 1;
  height: 20px;
  border-radius: 4px;
}
.filters-product .range-wrapper .range-slider__input {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  -webkit-appearance: none;
  background-color: transparent;
}
.filters-product .range-wrapper .range-slider__input::-webkit-slider-runnable-track {
  background: none;
  height: 100%;
  width: 100%;
}
.filters-product .range-wrapper .range-slider__input::-moz-range-track {
  background: none;
  height: 100%;
  width: 100%;
}
.filters-product .range-wrapper .range-slider__input::-webkit-slider-thumb {
  background-color: #236A5C;
  border-radius: 50%;
  pointer-events: auto;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
}
.filters-product .range-wrapper .range-slider__input::-moz-range-thumb {
  border: none;
  border-radius: 5px;
  pointer-events: auto;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
}
.filters-product .range-wrapper .range-slider__input:last-of-type {
  position: absolute;
}
.filters-product .range-wrapper .range-slider__input:focus {
  outline: none;
}
.filters-product .range-wrapper .range-slider__input:not(:only-of-type) {
  pointer-events: none;
  left: 0;
}

.search-page .sort-product .sort-link {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #607079;
  padding: 5px 8px;
}
.search-page .sort-product .active-link {
  font-size: 16px;
  font-family: "Peyda-Medium";
}
.search-page .sort-product .sort-text {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #354752;
  margin-left: 20px;
}
.search-page .sort-product .sort-text span {
  font-size: 20px;
  margin-left: 5px;
}
.search-page .styled-select {
  width: 50%;
}
.search-page .filter-responsive h5 {
  font-size: 16px;
  font-family: "Peyda-Bold";
  color: #354752;
}
.search-page .filter-responsive h5 span {
  margin-left: 5px;
  font-size: 20px;
}

.product-page .variations {
  width: 100%;
}
.product-page .variations tr {
  margin-bottom: 10px;
}
.product-page .variations .styled-select {
  width: 100%;
}
.product-page .variations .value {
  width: 80%;
}
.product-page .icons_product a {
  font-size: 20px;
  color: #236A5C;
  margin-bottom: 5px;
}
.product-page .icons_product a:hover {
  color: #E85805;
}
.product-page .progress-product a, .product-page .progress-product span {
  font-size: 12px;
  font-family: "Peyda-Medium";
  color: #236A5C;
}
.product-page .product-name {
  font-size: 18px;
  font-family: "Peyda-Bold";
  color: #354752;
}
.product-page .short-description {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #8798A1;
}
.product-page .attributes-title {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #000000;
  margin-bottom: 10px;
}
.product-page .attributes-list p, .product-page .attributes-list span {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #607079;
  margin-left: 10px;
}
.product-page .attributes-list span {
  color: #354752;
  margin-left: 0;
}
.product-page .attribute-product li {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
  position: relative;
  padding: 5px 15px 5px 0;
}
.product-page .attribute-product li::after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 15px;
  background: #097A64;
  top: 50%;
  transform: translateY(-50%);
}
.product-page .buyer-satisfaction-percentage {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #607079;
}
.product-page .buyer-satisfaction-percentage span {
  margin-left: 10px;
  color: #236A5C;
}
.product-page .average-score {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #607079;
}
.product-page .average-score span {
  margin-left: 10px;
  color: #E85805;
}
.product-page .product-sidebar {
  border-radius: 16px;
}
.product-page .product-sidebar .add-cart-btn,
.product-page .product-sidebar .notification-btn {
  font-size: 14px;
  font-family: "Peyda-Regular";
  background: #E85805;
  color: #FFFFFF;
  border-radius: 8px;
  border: none;
  margin-right: 10px;
  padding: 13px 10px !important;
  transition: all 0.2s linear;
}
.product-page .product-sidebar .add-cart-btn:hover,
.product-page .product-sidebar .notification-btn:hover {
  background: #ff7a2e;
}
.product-page .product-sidebar .notification-btn {
  margin-right: 0;
  margin-left: 10px;
}
.product-page .product-sidebar .notification-btn span {
  margin-left: 5px;
  font-size: 18px;
}
.product-page .product-sidebar .unavailable {
  font-size: 14px;
  font-family: "Peyda-Regular";
  background: #8798A1;
  color: #FFFFFF;
  border-radius: 8px;
  border: none;
  padding: 13px 30px !important;
}
.product-page .product-sidebar_seller {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #354752;
}
.product-page .product-sidebar .other-sellers {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #349E89;
}
.product-page .product-sidebar .name-seller {
  font-stretch: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
  margin-bottom: 10px;
}
.product-page .product-sidebar .name-seller span {
  margin-left: 10px;
  font-size: 20px;
}
.product-page .product-sidebar .function,
.product-page .product-sidebar .warranty,
.product-page .product-sidebar .send-goods,
.product-page .product-sidebar .price-wrapper,
.product-page .product-sidebar .product-sidebar-head {
  margin-bottom: 10px;
}
.product-page .product-sidebar .price-text,
.product-page .product-sidebar .price,
.product-page .product-sidebar .inventory,
.product-page .product-sidebar .number-views {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.product-page .product-sidebar .price {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #CC0000;
}
.product-page .product-sidebar .inventory {
  color: #9E3A00;
  margin-bottom: 10px;
}
.product-page .product-sidebar .number-views {
  color: #8798A1;
}
.product-page .product-sidebar .source-goods {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #354752;
  margin-bottom: 10px;
}
.product-page .quantity {
  height: 100%;
}
.product-page .quantity-field {
  min-width: 80px;
}
.product-page .quantity-field .number {
  font-size: 14px;
}
.product-page .img_product_container {
  width: 90%;
  background-color: #FFFFFF;
  border: 1px solid #C8D3D9;
  border-radius: 16px;
}
.product-page .img_product_container::after {
  padding-bottom: 120%;
}
.product-page .img_product_container .img-container-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-page .img_product_container img {
  height: 85%;
}
.product-page #thumb1 .item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product-page #thumb1 .owl-item img {
  width: unset !important;
}
.product-page .check_color {
  margin-left: 8px;
}
.product-page .check_color input {
  display: none;
}
.product-page .check_color .label-clr {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid rgb(221, 221, 221);
}
.product-page .check_color .label-clr::after {
  content: "\ed68";
  font-family: "icomoon";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: #FFFFFF;
}
.product-page .check_color .label-clr.label-blue {
  background: blue;
}
.product-page .check_color .label-clr.label-orange {
  background: orange;
}
.product-page .check_color .label-clr.label-pink {
  background: pink;
}
.product-page .check_color .label-clr.label-white {
  background: white;
}
.product-page .check_color input:checked ~ .label-clr::after {
  display: block;
}
.product-page .product-img {
  width: 16px;
  margin-left: 10px;
}
.product-page .success-notification-cart,
.product-page .error-notification-cart {
  background: #349E89;
  border-radius: 8px;
  padding: 15px;
}
.product-page .success-notification-cart_text,
.product-page .error-notification-cart_text {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.product-page .success-notification-cart_text span,
.product-page .error-notification-cart_text span {
  margin-left: 10px;
  font-size: 20px;
}
.product-page .success-notification-cart_btn,
.product-page .error-notification-cart_btn {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #FFFFFF;
  background: #236A5C;
  border-radius: 4px;
  padding: 5px 10px;
  transition: all 0.2s linear;
}
.product-page .success-notification-cart_btn:hover,
.product-page .error-notification-cart_btn:hover {
  background: #247262;
}
.product-page .error-notification-cart {
  background: #E85805;
}
.product-page .error-notification-cart_btn {
  background: #9E3A00;
}
.product-page .error-notification-cart_btn:hover {
  background: #b54809;
}

.product-thumb-img {
  width: 71px;
  border-radius: 8px;
  background: #FFFFFF;
  display: block;
}
.product-thumb-img::after {
  padding-bottom: 100%;
}
.product-thumb-img .img-container-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-thumb-img img {
  height: 100%;
}

.video-gallery::before {
  content: "\edbb";
  font-family: "icomoon";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  border-radius: 5px;
}

.gallery-modal .owl-carousel .owl-item img {
  width: unset;
}
.gallery-modal #gallery {
  width: 50%;
  margin-left: 20px;
}
.gallery-modal .product-gallery-img {
  width: 100%;
  border-radius: 8px;
  background: #FFFFFF;
  display: block;
}
.gallery-modal .product-gallery-img::after {
  padding-bottom: 100%;
}
.gallery-modal .product-gallery-img .img-container-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-modal .product-gallery-img img {
  height: 100%;
}
.gallery-modal #gallery .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.gallery-modal #gallery.owl-theme {
  position: relative;
}
.gallery-modal #gallery.owl-theme .owl-next, .gallery-modal #gallery.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.gallery-modal #gallery.owl-theme .owl-prev {
  left: 10px;
}
.gallery-modal #gallery.owl-theme .owl-next {
  right: 10px;
}
.gallery-modal #thumb2 .owl-nav.disabled {
  display: none;
}
.gallery-modal #thumb2 .item {
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
}
.gallery-modal #thumb2 .current .product-thumb-img {
  border: 2px solid #E85805;
}

.function {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #349E89;
}
.function p {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #8798A1;
  margin-right: 15px;
}
.function p span {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #349E89;
}

.warranty {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #354752;
}

.send-goods {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
}

.product-id,
.product-category {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
  display: block;
  margin-right: 20px;
}

.product-category {
  transition: all 0.2s linear;
}
.product-category:hover {
  color: #0D7E68;
  text-decoration: underline;
}

.discount-code {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
}
.discount-code .discount-code-text {
  font-size: 16px;
  font-family: "Peyda-Medium";
  height: 100%;
  color: #fff;
  background: #354752;
  white-space: nowrap;
  padding: 12px 10px;
}
.discount-code .discount-code-text span {
  color: #349E89;
  margin-left: 5px;
  font-size: 20px;
}
.discount-code .discount-code-input {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #354752;
  padding: 10px;
  height: 100%;
  background: transparent;
  flex-grow: 2;
  width: 50px;
  border: none;
}
.discount-code .discount-code-btn {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #E85805;
  padding: 10px;
  border: none;
  height: 100%;
  background: transparent;
  position: relative;
  transition: all 0.2s linear;
}
.discount-code .discount-code-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 1px;
  background: #C8D3D9;
}
.discount-code .discount-code-btn:hover {
  color: #354752;
}

.share-modal .share-text,
.share-modal .discount-code-text,
.share-modal .discount-code-desc {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.share-modal .discount-code-desc {
  font-size: 12px;
}
.share-modal .social-btn {
  font-size: 12px;
  font-family: "Peyda-Regular";
  width: 100%;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 8px 5px;
  transition: all 0.2s linear;
}
.share-modal .social-btn_whatsapp {
  background: #65D072;
}
.share-modal .social-btn_whatsapp:hover {
  background: #4fad5a;
}
.share-modal .social-btn_gmail {
  background: #CD0707;
}
.share-modal .social-btn_gmail:hover {
  background: #ad0505;
}
.share-modal .social-btn_telegram {
  background: #4DA9E8;
}
.share-modal .social-btn_telegram:hover {
  background: #3289c4;
}
.share-modal .social-btn span {
  margin-left: 5px;
  font-size: 18px;
}
.share-modal .discount-code-btn {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #E85805;
  border: 1px solid #E85805;
  border-radius: 8px;
  padding: 10px 20px;
  background: transparent;
  transition: all 0.2s linear;
}
.share-modal .discount-code-btn span {
  margin-left: 10px;
  font-size: 20px;
}
.share-modal .discount-code-btn:hover {
  background: #E85805;
  color: #f5f5f5;
}
.share-modal .line {
  border: 2px solid #F4F7FB;
  margin: 15px 0;
}
.share-modal .share-link {
  background: transparent;
  padding: 10px;
  border: 1px solid #C8D3D9;
  border-radius: 8px;
}
.share-modal .share-link button {
  font-size: 25px;
  margin-left: 10px;
  border: none;
  background: transparent;
}
.share-modal .share-link p {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: rgba(61, 90, 128, 0.5);
  margin-bottom: 10px;
}
.share-modal #link {
  align-self: center;
  font-size: 14px;
  font-family: "Peyda-Regular";
  flex-grow: 2;
  border: none;
  text-align: left;
  height: 100%;
  background: transparent;
  width: 150px;
}
.share-modal #copy span {
  display: block;
  line-height: 30px;
  font-size: 20px;
  position: relative;
  cursor: pointer;
}
.share-modal #copy span.copied::after {
  content: "با موفقیت کپی شد";
  position: absolute;
  top: 0px;
  right: 35px;
  height: 30px;
  display: block;
  white-space: nowrap;
  padding: 2px 10px;
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #fff;
  background-color: #236A5C;
  opacity: 1;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}
@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}

.location-modal .leaflet-marker-pane img {
  cursor: move;
}
.location-modal #map {
  width: 100%;
  height: 300px;
}
.location-modal .marker-position {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 5px;
  font-size: 14px;
  font-family: "Peyda-Regular";
  background-color: #fff;
}

.report-modal .submit-report-btn {
  border: none;
  padding: 10px;
  background: #0D7E68;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Peyda-Regular";
  border-radius: 10px;
  margin-top: 15px;
}
.report-modal .group-checkbox label {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #354752;
}
.report-modal textarea {
  border-radius: 10px;
  border: 2px solid rgb(206, 206, 206);
  padding: 10px;
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
}

.sellers-product_title {
  font-size: 18px;
  font-family: "Peyda-Bold";
  color: #354752;
  position: relative;
  display: inline-block;
  padding: 10px 0;
}
.sellers-product_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 2px;
  background: #E85805;
}
.sellers-product .seller-row {
  margin: 5px 0;
}
.sellers-product .seller-row .selected-store {
  margin-left: 15px;
  font-size: 25px;
}
.sellers-product .seller-row:nth-child(odd) {
  background: #FFFFFF;
  border-radius: 8px;
}
.sellers-product .seller_name {
  font-size: 18px;
  font-family: "Peyda-Bold";
  color: #354752;
  margin-bottom: 10px;
}
.sellers-product .seller-feature {
  background: linear-gradient(270deg, rgba(52, 158, 137, 0.3234) -9.24%, rgba(255, 255, 255, 0) 110.38%);
  border-radius: 4px;
  margin-top: 10px;
  padding: 5px;
}
.sellers-product .seller-feature span {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #236A5C;
}
.sellers-product .seller-feature p {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #354752;
  margin-right: 15px;
}
.sellers-product .price {
  font-size: 18px;
  font-family: "Peyda-Bold";
  color: #354752;
  margin-left: 15px;
}
.sellers-product .add-cart {
  font-size: 16px;
  font-family: "Peyda-Regular";
  color: #135245;
  transition: all 0.2s linear;
}
.sellers-product .add-cart span {
  font-size: 20px;
  margin-left: 5px;
}
.sellers-product .add-cart:hover {
  color: #419b88;
}

.nav-bottom-price {
  position: fixed;
  left: 50%;
  bottom: 0;
  background: linear-gradient(94.65deg, #349E89 3.3%, #097A64 111.25%);
  z-index: 100;
  width: 85%;
  height: 70px;
  transform: translateX(-50%);
}
.nav-bottom-price::after, .nav-bottom-price::before {
  content: "";
  position: absolute;
  top: 0;
  height: 70px;
  width: 50px;
  z-index: -1;
}
.nav-bottom-price::after {
  transform: skewX(336deg);
  left: -30px;
  border-top-left-radius: 16px;
  background: #349E89;
}
.nav-bottom-price::before {
  transform: skewX(-336deg);
  right: -30px;
  border-top-right-radius: 16px;
  background: #0D7E68;
}
.nav-bottom-price .add-cart-btn {
  font-size: 14px;
  font-family: "Peyda-Regular";
  background: #E85805;
  color: #FFFFFF;
  border-radius: 8px;
  border: none;
  padding: 10px 40px;
}
.nav-bottom-price .price-wrapper .price {
  color: #70d7c2 !important;
  text-decoration: line-through;
}
.nav-bottom-price .product-off {
  font-size: 12px;
  font-family: "Peyda-Medium";
  width: 36px;
  height: 17px;
  padding: 3px 10px 0;
  background: #E85805;
  color: #fff;
  border-radius: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-bottom-price .price-wrapper,
.nav-bottom-price .off-wrapper {
  margin: 2px 0;
}
.nav-bottom-price .price-wrapper .price-text,
.nav-bottom-price .off-wrapper .price-text {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #FFFFFF;
  margin-left: 10px;
}
.nav-bottom-price .price-wrapper .price,
.nav-bottom-price .off-wrapper .price {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #FFFFFF;
}
.nav-bottom-price .off-wrapper {
  background: rgba(255, 255, 255, 0.2);
}
.nav-bottom-price .nav-bottom_right {
  width: 50%;
}
.nav-bottom-price .nav-bottom_left {
  width: 50%;
}

.advertisements {
  margin: 80px 0;
}
.advertisements_box {
  border-radius: 8px;
}
.advertisements_btn {
  font-size: 18px;
  font-family: "Peyda-Bold";
  color: #354752;
  background: #F1F4F5;
  border-radius: 45px;
  padding: 15px 15px;
  transition: all 0.2s linear;
}
.advertisements_btn:hover {
  background: #354752;
  color: #fff;
}
.advertisements_img {
  width: 160px;
  margin-left: 10px;
}
.advertisements_img::after {
  padding-bottom: 100%;
}
.advertisements_img .img-container-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.advertisements_img img {
  width: 80%;
}
.advertisements .advertisements_item_name {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #8798A1;
}
.advertisements .advertisements_item_price {
  font-size: 12px;
  font-family: "Peyda-Medium";
  color: #354752;
}

.specification_box_link {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.specification_box_link:hover {
  color: #000000;
}

.empty-search {
  margin: 10px 0;
}
.empty-search img {
  width: 300px;
}
.empty-search p {
  font-size: 18px;
  font-family: "Peyda-Bold";
  color: #354752;
  margin-top: 20px;
}

.specification-boxes .specification_box {
  border: 1px solid #C8D3D9;
  border-radius: 16px;
}
.specification-boxes .specification_box_title {
  font-size: 18px;
  font-family: "Peyda-Bold";
  color: #354752;
}
.specification-boxes .specification_box_text {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #607079;
}
.specification-boxes .specification_box .icon_shield {
  color: #E85805;
  font-size: 18px;
  margin-left: 5px;
}
.specification-boxes .specification_box .icon_checked {
  color: #135245;
  font-size: 18px;
  margin-left: 5px;
}
.specification-boxes .free-delivery_box img {
  width: 130px;
}

.product-specifications .navbar-specifications {
  background: #F4F7FB;
  position: sticky;
  top: 0;
  z-index: 10;
}
.product-specifications .specifications-list li {
  padding: 10px 0;
}
.product-specifications .specifications-list_title {
  width: 30%;
}
.product-specifications .specifications-list_title, .product-specifications .specifications-list_text {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #8798A1;
}
.product-specifications .specifications-list_text {
  color: #354752;
  border-bottom: 1px solid #C8D3D9;
  flex-grow: 2;
  padding-bottom: 10px;
}
.product-specifications .scroll-nav {
  border-bottom: 1px solid #D9D9D9;
}
.product-specifications .scroll-nav .nav-link {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #8798A1;
}
.product-specifications .scroll-nav .nav-link.active {
  border-bottom: 2px solid #236A5C;
  color: #236A5C;
  background: transparent;
  border-radius: unset;
}
.product-specifications_title {
  font-size: 18px;
  font-family: "Peyda-Bold";
  color: #354752;
  padding: 10px 0;
  border-bottom: 3px solid #236A5C;
  display: inline-block;
  margin-bottom: 20px;
}
.product-specifications .introduction_text {
  font-size: 14px;
  color: #354752;
  line-height: 1.8;
  font-family: "Peyda-Regular";
}
.product-specifications .btn-more {
  font-size: 12px;
  color: #E85805;
  cursor: pointer;
  font-family: "Peyda-Medium";
  transition: all 0.2s linear;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  border: none;
  background: transparent;
}
.product-specifications .btn-more::after {
  content: "\ec1e";
  font-family: "icomoon";
  position: absolute;
  left: -15px;
  top: 0;
  font-size: 12px;
}
.product-specifications .btn-more.close::after {
  content: "\ec42";
}
.product-specifications .textbox {
  width: 100%;
  min-height: 200px;
  height: 200px;
  overflow: hidden;
  transition: height 0.2s ease-in;
}
.product-specifications .line {
  border: 2px solid #C8D3D9;
}
.product-specifications_img {
  width: 70%;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #BEBEBE;
  border-radius: 16px;
  overflow: hidden;
}
.product-specifications_img img {
  width: 100%;
}

.comment-product {
  background: #fff;
}
.comment-product .profile-comment-img {
  min-width: 76px;
  border-radius: 50%;
  margin-left: 10px;
}
.comment-product .profile-comment-img::after {
  padding-bottom: 100%;
}
.comment-product .comment-name {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #E85805;
  margin-left: 20px;
}
.comment-product .comment-date {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #8798A1;
}
.comment-product .comment-reply-btn {
  font-size: 16px;
  font-family: "Peyda-Regular";
  color: #349E89;
}
.comment-product .comment-reply-btn .reply_icon {
  margin-left: 10px;
  transform: rotate(180deg);
  font-size: 20px;
}
.comment-product .comment-text {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
  line-height: 1.8;
  margin-top: 15px;
}
.comment-product .comment-form label {
  font-size: 16px;
  font-family: "Peyda-Regular";
  color: #607079;
  margin-bottom: 15px;
}
.comment-product .comment-form input, .comment-product .comment-form textarea {
  background: #FFFFFF;
  border: 1px solid #C8C8C8;
  border-radius: 16px;
  width: 100%;
  padding: 10px 10px;
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.comment-product .comment-form input:focus, .comment-product .comment-form textarea:focus {
  border: 1px solid #236A5C;
}
.comment-product .comment-form .comment-btn {
  font-size: 16px;
  font-family: "Peyda-Regular";
  color: #F4F7FB;
  background: #E85805;
  border-radius: 8px;
  padding: 10px 40px;
  border: none;
}
.comment-product .comment-wrapper {
  margin-bottom: 40px;
}
.comment-product .comment-wrapper_reply {
  margin-right: 100px;
  position: relative;
}
.comment-product .comment-wrapper_reply::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  transform: translateY(-50%);
  width: 65px;
  height: 90px;
  border: 1px solid #E3E3E3;
  border-left: none;
  border-top: none;
}

.comparison .container {
  overflow-x: auto;
  overflow-y: hidden;
}
.comparison .comparison-col {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.comparison td {
  width: 25%;
  padding: 0 15px;
  border-bottom: 1px dashed #C8D3D9;
}
.comparison tr:last-child td {
  border-bottom: unset;
}
.comparison .comparison_row_title {
  font-size: 18px;
  font-family: "Peyda-Bold";
  color: #135245;
  margin: 20px 0;
}
.comparison .add-prosuct {
  border: 1px dashed #8798A1;
  border-radius: 14px;
}
.comparison .add-prosuct p {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.comparison .add-prosuct .add-icon {
  font-size: 70px;
  color: #C8D3D9;
  margin-bottom: 10px;
  transition: all 0.2s linear;
}
.comparison .add-prosuct:hover .add-icon {
  color: #E85805;
}
.comparison .delete-product {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 20px;
  color: #8798A1;
}
.comparison .delete-product:hover {
  color: #000;
}
.comparison .product-cart-second {
  position: relative;
  height: 100%;
}
.comparison .product-cart-second-name {
  white-space: initial;
}
.comparison .product-pecifications_item {
  width: 100%;
  position: relative;
}
.comparison .product-pecifications_item p {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
  white-space: initial;
}
.comparison .product-pecifications_item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%);
  width: 1px;
  height: 20px;
  background: #C8D3D9;
}

.modal-wrapper {
  background: rgba(135, 152, 161, 0.7);
}
.modal-wrapper .modal-content {
  border-radius: 8px;
  border: unset;
  padding: 0 20px;
}
.modal-wrapper .modal-title {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #354752;
}
.modal-wrapper .modal-header_desc {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #8798A1;
}
.modal-wrapper .modal-close {
  color: #8798A1;
  border: none;
  background: transparent;
  font-size: 25px;
}

.comparison-modal_search {
  background: #FFFFFF;
  border: 1px solid #C8D3D9;
  border-radius: 8px;
  overflow: hidden;
}
.comparison-modal_search input {
  flex-grow: 2;
  padding: 4px 10px;
  border: none;
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #8798A1;
}
.comparison-modal_search button {
  padding: 0 15px;
  border: none;
  background: transparent;
}
.comparison-modal_num h4 {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #607079;
}
.comparison-modal_num span {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #607079;
}

.panel {
  background-image: url("../img/bg-panel.png"), url("../img/bg-panel2.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 400px, 400px;
}
.panel .information-box {
  border-radius: 16px;
  position: relative;
}
.panel .information-box::after {
  font-family: "icomoon";
  position: absolute;
  left: -30px;
  top: -50px;
  color: rgba(255, 255, 255, 0.08);
  transform: rotate(30deg);
  font-size: 130px;
}
.panel .information-box.information-box-one {
  background: linear-gradient(123.25deg, #5C5DC2 3.4%, #9192DA 102.46%);
}
.panel .information-box.information-box-one::after {
  content: "\ebf0";
}
.panel .information-box.information-box-two {
  background: linear-gradient(123.25deg, #368A86 3.4%, #88C1BE 102.46%);
}
.panel .information-box.information-box-two::after {
  content: "\e958";
}
.panel .information-box.information-box-three {
  background: linear-gradient(123.25deg, #9C5454 3.4%, #D9A7A7 102.46%);
}
.panel .information-box.information-box-three::after {
  content: "\e947";
}
.panel .information-box_icon {
  width: 48px;
  height: 48px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  margin-left: 15px;
}
.panel .information-box_icon span {
  font-size: 25px;
  color: #FFFFFF;
}
.panel .information-box_icon::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
  transform: rotate(-30deg);
  border-radius: 11px;
}
.panel .information-box_name {
  font-size: 18px;
  font-family: "Peyda-Bold";
  color: #FFFFFF;
  margin-top: 20px;
}
.panel .information-box_num {
  font-size: 18px;
  font-family: "Peyda-Bold";
  color: #FFFFFF;
}
.panel .information-box_num span {
  font-size: 14px;
  font-family: "Peyda-Regular";
}
.panel-wrapper {
  background: linear-gradient(199.22deg, #236A5C 16.83%, #649287 115.42%);
  box-shadow: -67px 279px 115px rgba(23, 41, 64, 0.01), -38px 157px 97px rgba(23, 41, 64, 0.04), -17px 70px 72px rgba(23, 41, 64, 0.07), -4px 17px 39px rgba(23, 41, 64, 0.08), 0px 0px 0px rgba(23, 41, 64, 0.08);
  border-radius: 40px;
}
.panel-contact {
  box-shadow: 5px 0px 25px rgba(0, 0, 0, 0.09);
  border-radius: 32px;
  height: 100%;
}
.panel .img-location {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.panel .img-location .text-location {
  font-size: 12px;
  font-family: "Peyda-Medium";
  color: #607079;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 10px;
}
.panel .img-location .text-location span {
  font-size: 16px;
  margin-left: 5px;
}
.panel .profile-wrapper {
  background-image: url("../img/dots-bg.png");
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: right 70px;
}
.panel .profile-wrapper .panel-brand {
  margin-bottom: 50px;
  width: 100px;
}
.panel .avatar-upload {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 10px;
}
.panel .avatar-upload .avatar-edit {
  height: 0;
}
.panel .avatar-upload .avatar-edit input {
  display: none;
}
.panel .avatar-upload .avatar-edit input + label::before {
  content: "\ec7f";
  font-family: "icomoon";
  color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(217, 217, 217, 0.1);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  font-size: 15px;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.panel .avatar-upload .avatar-preview {
  width: 96px;
  height: 96px;
  position: relative;
  border-radius: 100%;
}
.panel .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.panel .submit-btn {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #FFFFFF;
  background: #C8D3D9;
  border-radius: 8px;
  padding: 10px 20px;
  border: none;
}
.panel .submit-btn span {
  margin-right: 10px;
  font-size: 20px;
}
.panel .submit-btn_active {
  background: #349E89;
}
.panel .profile-name {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #fff;
  margin-bottom: 10px;
}
.panel .profile-number {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #C8D3D9;
}
.panel .panel-link,
.panel .logout {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #fff;
  padding: 10px 0;
  position: relative;
}
.panel .panel-link span,
.panel .logout span {
  margin-left: 10px;
  font-size: 20px;
}
.panel .panel-link::after,
.panel .logout::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(-90deg, #349E89 0%, #349E89 0%, rgba(52, 158, 137, 0) 92.99%);
}
.panel .panel-link::before,
.panel .logout::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 70%;
  transform: translateY(-50%);
  border-radius: 0px 32px 32px 0px;
  transition: all 0.2s linear;
}
.panel .panel-link.active::before,
.panel .logout.active::before {
  background: #10D3AD;
}
.panel .panel-link:hover::before,
.panel .logout:hover::before {
  background: #10D3AD;
}
.panel .logout::after, .panel .logout::before {
  content: none;
}
.panel .pagination .page-link {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}
.panel .pagination .page-item {
  margin: 0 5px;
}
.panel .pagination .page-link-prev,
.panel .pagination .page-link-next {
  font-size: 14px;
}
.panel .box-wrapper {
  padding: 20px;
  border: 1px solid #C8D3D9;
  border-radius: 16px;
}
.panel .panel-title {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #354752;
  border-bottom: 1px solid #E85805;
  padding: 5px 0;
}
.panel .view-all-orders-btn {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #607079;
}
.panel .view-all-orders-btn span {
  margin-left: 10px;
  font-size: 15px;
  color: #349E89;
}
.panel .add-new-address {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #FFFFFF;
  background: #349E89;
  border-radius: 8px;
  padding: 10px 30px;
  border: none;
}
.panel .add-new-address span {
  margin-right: 10px;
  font-size: 20px;
}
.panel .favorite-box-inner {
  border: 1px solid #C8D3D9;
  border-radius: 16px;
}
.panel .favorite-box_name {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #000000;
}
.panel .favorite-box_img {
  border: 1px solid #F1F4F5;
  border-radius: 8px;
  background: #FFFFFF;
  min-width: 82px;
  margin-left: 10px;
}
.panel .favorite-box_img::after {
  padding-bottom: 100%;
}
.panel .favorite-box_img img {
  height: 100%;
}
.panel .favorite-box_img .img-container-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.panel .favorite-box-btn {
  font-size: 12px;
  font-family: "Peyda-Medium";
  color: #607079;
  background: #FFFFFF;
  padding: 5px 10px;
  border: 1px solid #C8D3D9;
  border-radius: 7px;
  margin-right: 15px;
  white-space: nowrap;
}
.panel .favorite-box-btn span {
  color: #E85805;
  font-size: 16px;
}
.panel .favorite-box_add_cart {
  font-size: 12px;
  font-family: "Peyda-Medium";
  color: #FFFFFF;
  background: #349E89;
  padding: 8px 15px;
  border: none;
  border-radius: 7px;
}
.panel .favorite-box_add_cart span {
  font-size: 16px;
  margin-left: 5px;
}
.panel .favorite-box_price {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #000000;
  margin-right: 10px;
}
.panel .favorite-box_off {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #DE8551;
}
.panel .favorite-box_details p {
  font-size: 12px;
  font-family: "Peyda-Medium";
  color: #8798A1;
  margin-left: 10px;
}
.panel .address-box {
  border: 1px solid #C8D3D9;
  border-radius: 16px;
  background-image: url("../img/bg-address.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
.panel .address-box_img {
  min-width: 94px;
  border-radius: 10px;
  margin-left: 10px;
}
.panel .address-box_img::after {
  padding-bottom: 100%;
}
.panel .address-box_name {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #FFFFFF;
  background: #349E89;
  border-radius: 40px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.panel .address-box_name span {
  margin-left: 5px;
  font-size: 16px;
}
.panel .address-box-details {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #8798A1;
  margin-left: 10px;
  margin-bottom: 10px;
}
.panel .address-box-details span {
  color: #151618;
}
.panel .address-box-btn {
  font-size: 12px;
  font-family: "Peyda-Medium";
  color: #607079;
  background: #FFFFFF;
  border: 1px solid #C8D3D9;
  border-radius: 7px;
  padding: 10px 20px;
  margin: 5px 0;
}
.panel .address-box-btn span {
  font-size: 18px;
  margin-left: 5px;
}
.panel .address-box .remove-btn span {
  color: #E85805;
}
.panel .address-box .edit-btn span {
  color: #349E89;
}
.panel .latest-orders-wrapper {
  overflow-x: auto;
  padding-bottom: 20px;
}
.panel .latest-orders_item {
  margin-left: 15px;
  border-radius: 16px;
  background: #F4F7FB;
}
.panel .latest-orders_item .latest-orders-header {
  border-bottom: 1px solid #FFFFFF;
}
.panel .latest-orders_item .latest-orders_date,
.panel .latest-orders_item .latest-orders_id,
.panel .latest-orders_item .latest-orders_status,
.panel .latest-orders_item .latest-orders_price {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #354752;
  white-space: nowrap;
}
.panel .latest-orders_item .latest-orders_status {
  color: #3A1500;
  background: #F2CBB5;
  border-radius: 40px;
  padding: 5px 10px;
}
.panel .latest-orders_item .latest-orders_id {
  background: #FFFFFF;
  border-radius: 40px;
  padding: 5px 10px;
}
.panel .latest-orders_item .latest-orders_date {
  margin-left: 20px;
}
.panel .site-announcements_item .site-announcements_title {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.panel .site-announcements_item .site-announcements_text {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #8798A1;
}
.panel .site-announcements_item .site-announcements_date {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #8798A1;
}
.panel .site-announcements_item .site-announcements_img {
  min-width: 48px;
  margin-left: 10px;
  border-radius: 12px;
  background: #f5f5f5;
}
.panel .site-announcements_item .site-announcements_img::after {
  padding-bottom: 100%;
}

.setting {
  height: 100vh;
}
.setting-sidebar {
  min-height: 100vh;
  height: 100%;
  box-shadow: -174px 0px 104px rgba(23, 41, 64, 0.01), -77px 0px 77px rgba(23, 41, 64, 0.03), -19px 0px 42px rgba(23, 41, 64, 0.03), 0px 0px 0px rgba(23, 41, 64, 0.03);
  border-radius: 32px 0px 0px 0px;
}
.setting .sidebar-head {
  background-image: url("../img/dots-bg.png");
  background-repeat: no-repeat;
  background-position: 80% center;
  background-size: 60px;
}
.setting .sidebar-head img {
  width: 150px;
}
.setting .sidebar-head span {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #C8D3D9;
  margin-top: 15px;
}
.setting .tabs .active .setting-link {
  background: linear-gradient(-82.06deg, #279882 -6.62%, #236A5C 99.21%);
  width: 105%;
}
.setting .tabs .active p {
  color: #FFFFFF;
}
.setting .tabs .active span {
  color: #FFFFFF;
}
.setting .tabs .active .icon-box {
  background: rgba(52, 158, 137, 0.1);
}
.setting .tabs .active .icon-box span {
  color: #FFFFFF;
}
.setting .tabs .active .setting-link::after {
  width: 10px;
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
  background: #236A5C;
  border-radius: 10px 0 0 10px;
}
.setting-menu .tab-title {
  font-size: 20px;
  font-family: "Peyda-Bold";
  color: #607079;
}
.setting-menu .tab-desc {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #607079;
}
.setting-menu .icon-box {
  background: rgba(52, 158, 137, 0.1);
  border-radius: 8px;
  min-width: 40px;
  height: 40px;
}
.setting-menu .icon-box span {
  font-size: 20px;
  color: #236A5C;
}
.setting-menu .setting-link {
  position: relative;
  padding: 20px 30px 20px 20px;
  margin: 15px 0;
  transition: all 0.2s linear;
  border-radius: 16px 0 0 16px;
}
.setting-menu .setting-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 21px;
  background: #C8D3D9;
  border-radius: 16px 0 0 16px;
  transition: all 0.2s linear;
}
.setting-menu .setting-link:hover {
  background: linear-gradient(-82.06deg, #279882 -6.62%, #236A5C 99.21%);
  width: 105%;
}
.setting-menu .setting-link:hover p {
  color: #FFFFFF;
}
.setting-menu .setting-link:hover span {
  color: #FFFFFF;
}
.setting-menu .setting-link:hover .icon-box {
  background: rgba(52, 158, 137, 0.1);
}
.setting-menu .setting-link:hover .icon-box span {
  color: #FFFFFF;
}
.setting-menu .setting-link:hover::after {
  width: 10px;
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
  background: #236A5C;
  border-radius: 10px 0 0 10px;
}
.setting .tabContainer .icon-title {
  min-width: 34px;
  height: 34px;
  background: rgba(52, 158, 137, 0.1);
  border-radius: 7px;
  margin-left: 15px;
}
.setting .tabContainer .icon-title span {
  font-size: 25px;
  color: #236A5C;
}
.setting .tabContainer .content-title {
  font-size: 24px;
  font-family: "Peyda-Bold";
  color: #354752;
}
.setting .tabContainer .section-info {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #8798A1;
}
.setting .tabContainer .section-info span {
  color: #E85805;
  margin-left: 10px;
  font-size: 20px;
}
.setting .tabContainer .section-title {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #607079;
  margin-bottom: 20px;
}
.setting .tabContainer .line {
  background: #C8D3D9;
}
.setting .tabContainer .line-title {
  background: linear-gradient(-90deg, #C7E4E9 -1.09%, rgba(218, 232, 234, 0) 97.98%);
  margin-top: 10px;
}
.setting .submit-btn {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #FFFFFF;
  border: none;
  background: #349E89;
  border-radius: 8px;
  padding: 10px 20px;
}
.setting .submit-btn span {
  margin-left: 10px;
  font-size: 20px;
}
.setting .group-checkbox,
.setting .group-radio {
  margin-bottom: 15px;
}
.setting .group-checkbox label,
.setting .group-radio label {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.setting .group-input_setting {
  border: 1px solid #DDDBDA;
  border-radius: 8px;
}
.setting .group-input_setting .delete-btn {
  border: none;
  font-size: 20px;
  padding: 0 10px;
  color: #8798A1;
}
.setting .group-input_setting input {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
  padding: 10px;
  flex-grow: 2;
  border: none;
  background: transparent;
}

.empty-section .empty-text {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #8798A1;
  margin: 20px 0;
}
.empty-section .empty-img {
  width: 290px;
}
.empty-section .empty-link {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #FFFFFF;
  background: #349E89;
  border-radius: 8px;
  padding: 10px 30px;
}
.empty-section .empty-link span {
  margin-right: 10px;
  font-size: 18px;
}

.blog-page .blog-title {
  font-size: 15px;
}

.single-blog_social {
  margin-left: 10px;
}
.single-blog_social a {
  margin-bottom: 8px;
}
.single-blog_social a:hover span {
  color: #E85805;
}
.single-blog_social a span {
  font-size: 20px;
  color: #8798A1;
}
.single-blog article .single-blog-head_img {
  min-width: 260px;
  border-radius: 12px;
  margin-left: 10px;
}
.single-blog article .single-blog-head_img::after {
  padding-bottom: 60%;
}
.single-blog article .single-blog-head img {
  margin: 0;
}
.single-blog article .single-blog-head_text {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #354752;
}
.single-blog article .single-blog-head .post__details {
  font-size: 12px;
  font-family: "Peyda-Medium";
  color: #607079;
  margin-left: 15px;
}
.single-blog article .single-blog-head .post__details span {
  margin-left: 10px;
  font-size: 20px;
}
.single-blog article img {
  width: 100%;
  height: auto;
  margin: 10px 0;
  border-radius: 12px;
}
.single-blog article h1 {
  font-size: 24px;
  font-family: "Peyda-Bold";
  color: #354752;
  margin-bottom: 30px;
}
.single-blog article h2, .single-blog article h3 {
  font-size: 22px;
  font-family: "Peyda-Bold";
  color: #354752;
  margin-bottom: 15px;
  margin-top: 25px;
}
.single-blog article h4, .single-blog article h5 {
  font-size: 20px;
  font-family: "Peyda-Bold";
  color: #354752;
  margin-bottom: 15px;
  margin-top: 25px;
}
.single-blog article a {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #E85805;
}
.single-blog article p {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #000000;
  line-height: 1.9;
  margin-bottom: 10px;
}
.single-blog article ol {
  margin: 10px 0;
}
.single-blog article ol li {
  list-style-type: decimal;
  font-size: 15px;
  font-family: "Peyda-Regular";
  color: #000000;
  padding: 4px 0;
}
.single-blog article ul {
  margin: 10px 20px 10px 0;
}
.single-blog article ul li {
  list-style-type: disc;
  font-size: 15px;
  font-family: "Peyda-Regular";
  color: #000000;
  padding: 4px 0;
}
.single-blog article .precis {
  border-right: 3px solid #236A5C;
  padding-right: 15px;
  font-size: 16px;
  color: #E85805;
  font-family: "Peyda-Medium";
  line-height: 1.8;
}

.blog-sidebar_box {
  border-radius: 16px;
}
.blog-sidebar_title {
  font-size: 18px;
  font-family: "Peyda-Bold";
  color: #354752;
  margin-bottom: 20px;
}
.blog-sidebar .contents-img {
  min-width: 96px;
  margin-left: 15px;
  border: 1px solid #E9E9E9;
  border-radius: 9px;
}
.blog-sidebar .contents-img::after {
  padding-bottom: 100%;
}
.blog-sidebar .contents-text {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.blog-sidebar .contents-text:hover {
  color: #000;
}
.blog-sidebar .contents-date {
  font-size: 14px;
  font-family: "Peyda-Medium";
  color: #8798A1;
}
.blog-sidebar .comment-blog-img {
  min-width: 40px;
  margin-left: 15px;
  border-radius: 50%;
}
.blog-sidebar .comment-blog-img::after {
  padding-bottom: 100%;
}
.blog-sidebar .comment-blog-name {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #E85805;
  margin-bottom: 15px;
}
.blog-sidebar .comment-blog-text {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.blog-sidebar .comment-blog {
  border-bottom: 1px solid #DCDCDC;
  padding: 15px 0;
}
.blog-sidebar .comment-blog:last-child {
  border-bottom: unset;
}

.comment-modal_title {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #354752;
  margin: 15px 0;
}
.comment-modal input, .comment-modal textarea {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
  background: #FFFFFF;
  border: 1px solid #DDDBDA;
  border-radius: 8px;
}
.comment-modal input:focus, .comment-modal textarea:focus {
  border: 1px solid #0D7E68;
}
.comment-modal .tag {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #354752;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #f5f5f5;
}
.comment-modal .hash-list {
  width: 100%;
}
.comment-modal .remove-tag {
  cursor: pointer;
  padding: 2px;
  margin-left: 5px;
}
.comment-modal .submit-comment-btn {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #797979;
  background: #C8D3D9;
  border-radius: 8px;
  padding: 12px;
  border: none;
}
.comment-modal .btn-active {
  background: #349E89;
  color: #FFFFFF;
}
.comment-modal .score-box-label {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #354752;
  margin-bottom: 20px;
}
.comment-modal .scores-progress__num {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.comment-modal .scores-progress__num span {
  font-family: "Peyda-Bold";
}
.comment-modal .group-checkbox label {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #607079;
}
.comment-modal .range-input {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #D9D9D9;
  height: 10px;
  border-radius: 10px;
  width: 100%;
  outline: 0;
  overflow: hidden;
  direction: ltr !important;
}
.comment-modal .range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  z-index: 10;
  cursor: pointer;
  box-shadow: -407px 0 0 400px #236A5C;
}

.notices-modal input, .notices-modal textarea {
  background: #FFFFFF;
  border: 1px solid #DDDBDA;
  border-radius: 8px;
}
.notices-modal input:focus, .notices-modal textarea:focus {
  border: 1px solid #0D7E68;
}
.notices-modal .error-input {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #C23934;
  display: block;
  margin-top: 5px;
}
.notices-modal .img-modal {
  width: 50%;
  margin: auto;
  margin-top: 20px;
}
.notices-modal .submit-notices {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #FFFFFF;
  background: #349E89;
  border-radius: 8px;
  padding: 10px 30px;
  border: none;
}
.notices-modal .submit-notices span {
  font-size: 18px;
  margin-left: 5px;
}
.notices-modal .primary-btn,
.notices-modal .secondary-btn {
  padding: 10px 20px;
  font-size: 14px;
  color: #FFFFFF;
  font-family: "Peyda-Regular";
  border-radius: 8px;
  background: #349E89;
}
.notices-modal .primary-btn span,
.notices-modal .secondary-btn span {
  margin-left: 5px;
  font-size: 18px;
}
.notices-modal .secondary-btn {
  margin-top: 20px;
  background: transparent;
  border: 1px solid #607079;
  color: #607079;
}

.page-404 {
  min-height: 100vh;
  height: 100vh;
  background-image: url("../img/authentication-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-404 .page-404-head img {
  margin-top: 40px;
  margin-right: -20px;
}
.page-404-title {
  font-size: 148px;
  font-family: "Peyda-Bold";
  color: #236A5C;
}
.page-404-text {
  font-size: 23px;
  font-family: "Peyda-Bold";
  color: #354752;
}
.page-404-desc {
  font-size: 18px;
  font-family: "Peyda-Regular";
  color: #354752;
  margin: 15px 0 20px;
}
.page-404-btn {
  font-size: 18px;
  font-family: "Peyda-Regular";
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 4px;
  background: #236A5C;
  display: inline-block;
  transition: all 0.2s linear;
}
.page-404-btn:hover {
  background: #349e89;
  color: #fff;
}

.checkout-page {
  padding: 50px 0;
}
.checkout-page .group-input input, .checkout-page .group-input select,
.checkout-page .group-input textarea {
  width: 100%;
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
  padding: 10px;
  border: 1px solid #DDDBDA;
  border-radius: 8px;
}
.checkout-page .page-title {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #354752;
  border-bottom: 1px solid #E85805;
  padding: 5px 0;
}
.checkout-page .checkout-btn {
  padding: 10px 50px;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Peyda-Regular";
  background: #349E89;
  border: none;
  transition: all 0.2s linear;
  margin-top: 20px;
}
.checkout-page .checkout-btn:hover {
  background: #349E89;
}
.checkout-page .privacy-text {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
  margin-top: 20px;
  transition: all 0.2s linear;
  width: 250px;
}
.checkout-page .privacy-text a {
  color: #E85805;
}
.checkout-page .privacy-text a:hover {
  color: #000;
}
.checkout-page .group-radio {
  margin: 10px 0;
}
.checkout-page .group-radio label {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.checkout-page .group-radio img {
  margin: 0 10px;
  height: 30px;
}
.checkout-page .payment_methods_desc {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.checkout-page .shop_table {
  width: 100%;
}
.checkout-page .shop_table thead {
  background: #f5f5f5;
  border-radius: 5px;
}
.checkout-page .shop_table th,
.checkout-page .shop_table td {
  font-size: 16px;
  font-family: "Peyda-Bold";
  color: #354752;
  padding: 10px 0;
}
.checkout-page .shop_table td {
  font-size: 15px;
  font-family: "Peyda-Regular";
}
.checkout-page .line {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 20px 0;
}
.checkout-page .checkout-sidebar {
  border-radius: 10px;
}

.email-template {
  padding: 50px 0;
}
.email-template-box {
  margin: 30px 0 50px !important;
}
.email-template-box .email-title,
.email-template-box .email-text {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #135245;
  margin-bottom: 15px;
}
.email-template-box .email-code {
  font-size: 36px;
  font-family: "Peyda-Bold";
  color: #191847;
  margin-bottom: 20px;
  display: block;
}
.email-template-box .email-time {
  font-size: 12px;
  font-family: "Peyda-Medium";
  color: #8798A1;
}
.email-template-box img {
  width: 70%;
  margin-bottom: 40px;
}
.email-template .logo-img {
  margin: auto;
  display: flex;
}

.payment-modal .failed-message {
  font-size: 14px;
  font-family: "Peyda-Regular";
  background: #E85805;
  border-radius: 8px;
  padding: 5px;
  color: #FFFFFF;
}
.payment-modal .failed-message span {
  margin-left: 5px;
  font-size: 16px;
}
.payment-modal .success-message {
  font-size: 14px;
  font-family: "Peyda-Regular";
  background: #349E89;
  border-radius: 8px;
  padding: 5px;
  color: #FFFFFF;
}
.payment-modal .success-message span {
  margin-left: 5px;
  font-size: 16px;
}
.payment-modal .payment-modal-btn {
  font-size: 14px;
  font-family: "Peyda-Regular";
  background: #349E89;
  border-radius: 8px;
  padding: 10px 30px;
  color: #FFFFFF;
  transition: all 0.2s linear;
}
.payment-modal .payment-modal-btn:hover {
  background: #1d6e5e;
}
.payment-modal .payment-modal-btn span {
  margin-left: 5px;
  font-size: 16px;
}
.payment-modal .list-title {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #236A5C;
}
.payment-modal .list-price {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #236A5C;
}
.payment-modal .list-date {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.payment-modal .payment-status {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #CC0000;
}
.payment-modal .list-text {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.payment-modal li {
  border-bottom: 1px solid #F1F4F5;
  padding: 10px 0;
}

.factor {
  width: 595px;
  background: #FFFFFF;
  margin: 50px auto;
  padding: 15px 0;
}
.factor .factor-head img {
  width: 52px;
}
.factor .factor-head span, .factor .factor-head p {
  font-size: 7px;
  font-family: "Peyda-Regular";
  color: #000000;
}
.factor .factor-information_title {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #FFFFFF;
  border-radius: 4px 4px 16px 16px;
  background: #349E89;
  padding: 10px 20px;
}
.factor .information {
  position: relative;
  padding: 20px 40px;
}
.factor .information li {
  margin-bottom: 10px;
}
.factor .information p, .factor .information span {
  font-size: 9px;
  font-family: "Peyda-Regular";
  color: #000000;
}
.factor .information p {
  margin-left: 10px;
}
.factor .information::after {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #FFFFFF;
  background: #349E89;
  padding: 5px 30px;
  position: absolute;
  top: 50%;
}
.factor .sender-information::before {
  content: "";
  position: absolute;
  height: 80%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  background: #8798A1;
}
.factor .sender-information::after {
  content: "فرستنده";
  right: -35px;
  border-radius: 0 0 16px 16px;
  transform: translateY(-50%) rotate(90deg);
}
.factor .receiver-information::after {
  content: "گیرنده ";
  left: -35px;
  border-radius: 0 0 16px 16px;
  transform: translateY(-50%) rotate(-90deg);
}
.factor table {
  border-collapse: separate;
  border-spacing: 5px;
}
.factor table thead {
  background: transparent;
  border-radius: unset;
  position: relative;
}
.factor table thead::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #8798A1;
}
.factor .total-cell {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #FFFFFF;
  background: #349E89;
  border-radius: 0 0 10px 0;
  text-align: center !important;
  font-weight: 400;
  padding: 10px;
}
.factor tfoot {
  position: relative;
}
.factor tfoot th {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.factor tfoot::after, .factor tfoot::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 90%;
  height: 1px;
  background: #8798A1;
}
.factor tfoot::before {
  bottom: unset;
  top: 5px;
}
.factor .factor-table {
  overflow-x: auto;
}
.factor table thead th {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #FFFFFF;
  font-weight: 400;
  background: #349E89;
  padding: 0;
  border-radius: 0 0 5px 8px;
  white-space: nowrap;
  padding: 10px;
}
.factor table th,
.factor table td {
  text-align: unset;
}
.factor table td {
  vertical-align: middle;
  padding: 10px 0;
}
.factor table tbody td {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.factor table tbody tr {
  position: relative;
}
.factor table tbody tr::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #8798A1;
}
.factor table tbody tr:last-child::after {
  content: none;
}
.factor table .img-table {
  width: 40px;
  border-radius: 4px;
  border: 0.43956px solid #E9E9E9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.factor table .img-table::after {
  padding-bottom: 100%;
}
.factor table .img-table img {
  height: 90%;
}
.factor .invoice-note {
  font-size: 6px;
  font-family: "Peyda-Regular";
  color: #000000;
  margin: 10px 0;
}
.factor .sum-amounts {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #000000;
}
.factor .sum-amounts li {
  padding: 5px 0;
}
.factor .final-amount {
  font-size: 14px;
  font-family: "Peyda-Regular";
  background: #349E89;
  color: #FFFFFF;
  border-radius: 0 0 6px 6px;
  padding: 5px;
}
.factor .profit-purchase p {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #000000;
  white-space: nowrap;
}
.factor .profit-purchase .line-vertical {
  height: 20px;
  width: 1px;
  background: #8798A1;
  margin: 0 10px;
}
.factor .amount-words {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #000000;
}
.factor .store-information p {
  font-size: 9px;
  font-family: "Peyda-Regular";
  color: #000000;
  padding: 1px 0;
}
.factor .store-information img {
  width: 97px;
}
.factor .signature {
  font-size: 9px;
  font-family: "Peyda-Regular";
  color: #000000;
}

.title-demo2 .title__demo2 {
  font-size: 20px;
  font-family: "Peyda-Bold";
  color: #F8FDFE;
  background: #236A5C;
  border-radius: 40px;
  padding: 8px 24px;
  z-index: 1;
}
.title-demo2 .title-demo2-more-btn {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #FFFFFF;
  background: #CC0000;
  border-radius: 40px 0 0 40px;
  padding: 9px 34px 9px 4px;
  margin-right: -30px;
}
.title-demo2 a.title-demo2-more-btn {
  transition: all 0.2s linear;
}
.title-demo2 a.title-demo2-more-btn:hover {
  background: #D38400;
}

.title-second-demo2 .title__demo2 {
  border-radius: 8px 16px 16px 8px;
}

.hava-bg-section {
  position: relative;
  z-index: 1;
}
.hava-bg-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/demo2/bg-double.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center center;
  opacity: 0.5;
  z-index: -1;
}

.hava-bg-section_bottom {
  position: relative;
  z-index: 1;
}
.hava-bg-section_bottom::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/demo2/single-bg-botton.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center bottom;
  opacity: 0.8;
  z-index: -1;
}

.product-card-demo2 {
  background: #FFFFFF;
  border: 1px solid #C8D3D9;
  border-radius: 24px 8px;
  overflow: hidden;
}
.product-card-demo2 .amazing-offer-time {
  border-radius: 0;
}
.product-card-demo2 .product-card-demo2_img {
  width: 100%;
}
.product-card-demo2 .product-card-demo2_img::after {
  padding-bottom: 100%;
}
.product-card-demo2 .product-card-demo2_body {
  padding: 15px 20px;
}
.product-card-demo2 .product-card-demo2_title {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #354752;
  margin-bottom: 10px;
  text-align: right;
}
.product-card-demo2 .product-card-demo2_btn-cart {
  font-size: 12px;
  font-family: "Peyda-Medium";
  color: #F1F4F5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #E85805;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
}
.product-card-demo2 .discount-percent_demo2 {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  font-family: "Peyda-Medium";
  color: #F1F4F5;
  background: #EC0000;
  border-radius: 40px;
  padding: 4px 6px 0;
}
.product-card-demo2 .curent-price {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.product-card-demo2 .curent-price span {
  font-size: 19px;
  font-family: "Peyda-Bold";
  color: #236A5C;
}
.product-card-demo2 .icons-product a {
  font-size: 20px;
  color: #151618;
}
.product-card-demo2 .original-price {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #354752;
  text-decoration: line-through;
}
.product-card-demo2 .original-price span {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #8798A1;
}

.product-card-second-demo2 {
  background: #FFFFFF;
  box-shadow: 4px -4px 19px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  border: 0;
}
.product-card-second-demo2 .product-card-demo2_body {
  padding: 0;
}
.product-card-second-demo2 .product-save-btn {
  margin-left: 10px;
}
.product-card-second-demo2 .icons-product_cart {
  border: 1px solid #A90D0D;
  color: #A90D0D !important;
  border-radius: 50%;
  min-width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
}
.product-card-second-demo2 .icons-product_cart:hover {
  color: #FFFFFF !important;
  background: #A90D0D;
}
.product-card-second-demo2 .discount-percent_demo2 {
  position: unset;
}

.slider-demo2 {
  background-image: url("../img/demo2/bg-header.png");
  background-position: center top;
  background-size: 70%;
  background-repeat: no-repeat;
  padding: 20px 0 88px;
}
.slider-demo2 .owl-carousel {
  z-index: unset;
}
.slider-demo2 .img-slider::after {
  padding-bottom: 45%;
}
.slider-demo2 .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider-demo2 .owl-nav button.owl-prev,
.slider-demo2 .owl-nav button.owl-next {
  width: unset;
  height: unset;
  background: transparent;
  border-radius: unset;
}
.slider-demo2 .owl-nav button.owl-prev::after, .slider-demo2 .owl-nav button.owl-next::after {
  color: #FFFFFF;
  font-size: 30px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.slider-demo2 .owl-nav button.owl-next::after {
  content: "\edbc";
  left: 20px;
}
.slider-demo2 .owl-nav button.owl-prev::after {
  content: "\edbb";
  right: 20px;
}

.row-store-features {
  margin-top: -80px;
  position: relative;
  overflow-x: auto;
  flex-wrap: nowrap;
}
.row-store-features .store-features_box {
  background: #F4F7FB;
  border: 1px solid #C8D3D9;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  height: 100%;
  width: 100%;
  padding: 20px;
}
.row-store-features .store-features_box img {
  width: 40px;
}
.row-store-features .store-features_box h4 {
  font-size: 18px;
  color: #354752;
  font-family: "Peyda-Bold";
  margin: 10px 0;
}
.row-store-features .store-features_box p {
  font-size: 16px;
  color: #607079;
  font-family: "Peyda-Medium";
}

.quadruple-banner {
  padding-bottom: 96px;
}
.quadruple-banner_img {
  width: 100%;
  border-radius: 32px 12px 32px 32px;
}
.quadruple-banner_img::after {
  padding-bottom: 80%;
}

.category-products {
  padding-bottom: 96px;
}
.category-products .title-demo2 {
  margin: -20px 0 70px;
}
.category-products .categories-second_name {
  transition: all 0.2s linear;
}
.category-products .categories-second-box:hover .categories-second_name {
  font-family: "Peyda-Bold";
}
.category-products .categories-second_img img {
  max-height: 100%;
  width: 100%;
}
.category-products .categories-second_img::after {
  content: none;
}
.category-products_row {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
.category-products_row::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  top: 0;
  height: 30%;
  background: linear-gradient(180deg, #F5F5F5 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 24px;
  z-index: -1;
}
.category-products_row::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  bottom: 0;
  height: 30%;
  background: linear-gradient(to top, #F0F0F0 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 32px;
  z-index: -1;
}

.double-banner {
  padding-bottom: 96px;
}
.double-banner_img {
  width: 100%;
  border-radius: 16px;
}
.double-banner_img::after {
  padding-bottom: 45%;
}

.single-banner {
  padding-bottom: 96px;
}
.single-banner_img {
  width: 100%;
  border-radius: 16px;
}
.single-banner_img::after {
  padding-bottom: 15%;
}

.amazing-offer-banner {
  padding-bottom: 96px;
}
.amazing-offer-banner .amazing-offer_box {
  background: #F1F4F5;
  border: 1px solid #C8D3D9;
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 16px 34px;
}
.amazing-offer-banner .amazing-offer_products {
  overflow-x: auto;
}
.amazing-offer-banner .amazing-offer_box_title {
  font-size: 24px;
  font-family: "Peyda-Bold";
  color: #236A5C;
}
.amazing-offer-banner .amazing-offer_box_title span {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #F1F4F5;
  background: #236A5C;
  border-radius: 8px;
  display: inline-block;
  padding: 8px;
  margin-right: 10px;
}
.amazing-offer-banner .amazing-offer_box_btn {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #135245;
  padding: 4px 8px;
  border-radius: 40px;
  background: #FFFFFF;
  margin-right: 10px;
}
.amazing-offer-banner .amazing-offer_img {
  min-width: 72px;
  border-radius: 50%;
  overflow: visible;
}
.amazing-offer-banner .amazing-offer_img::after {
  padding-bottom: 100%;
}
.amazing-offer-banner .amazing-offer_img .img-container-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amazing-offer-banner .amazing-offer_img img {
  width: 95%;
  border-radius: 50%;
}
.amazing-offer-banner .amazing-offer_price {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #F1F4F5;
  background: #EC0000;
  border-radius: 40px;
  padding: 0 5px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.blog-demo2 {
  padding-bottom: 50px;
}
.blog-demo2 .owl-nav {
  position: absolute;
  left: 20px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.blog-demo2 .owl-nav button.owl-prev,
.blog-demo2 .owl-nav button.owl-next {
  width: unset;
  height: unset;
  background: transparent;
  border-radius: unset;
}
.blog-demo2 .owl-nav button.owl-prev span,
.blog-demo2 .owl-nav button.owl-next span {
  display: none;
}
.blog-demo2 .owl-nav button.owl-prev::after, .blog-demo2 .owl-nav button.owl-next::after {
  font-family: "icomoon";
  color: #135245;
  font-size: 22px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
}
.blog-demo2 .owl-nav button.owl-next::after {
  content: "\edbc";
}
.blog-demo2 .owl-nav button.owl-prev::after {
  content: "\edbb";
}
.blog-demo2 .title-demo2 {
  margin-bottom: 32px;
}
.blog-demo2 .horizontal-blog-card {
  padding: 24px 16px;
  background: #FFFFFF;
  border: 1px solid #C8D3D9;
  border-radius: 16px;
  margin-bottom: 18px;
}
.blog-demo2 .horizontal-blog-card:last-child {
  margin-bottom: 0;
}
.blog-demo2 .slider2-carousel {
  background: #FFFFFF;
  border: 1px solid #C8D3D9;
  border-radius: 16px;
}
.blog-demo2 .vertical-blog-card {
  height: 100%;
  padding: 24px 16px;
}
.blog-demo2 .slider2-carousel,
.blog-demo2 .owl-stage-outer,
.blog-demo2 .owl-stage,
.blog-demo2 .owl-item,
.blog-demo2 .item {
  height: 100%;
}
.blog-demo2 .horizontal-blog_category,
.blog-demo2 .vertical-blog_category {
  font-size: 8px;
  font-family: "Peyda-Medium";
  color: #FFFFFF;
  background: #349E89;
  border-radius: 4px;
  padding: 3px;
  margin-bottom: 10px;
  display: inline-block;
}
.blog-demo2 .horizontal-blog_title {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #354752;
  margin-bottom: 10px;
}
.blog-demo2 .horizontal-blog_text {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #354752;
  margin-bottom: 10px;
}
.blog-demo2 .horizontal-blog_date {
  font-size: 9px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.blog-demo2 .horizontal-blog_btn {
  font-size: 9px;
  font-family: "Peyda-Medium";
  color: #354752;
}
.blog-demo2 .horizontal-blog_img {
  min-width: 55%;
  border-radius: 10px;
  margin-right: 15px;
}
.blog-demo2 .horizontal-blog_img::after {
  padding-bottom: 60%;
}
.blog-demo2 .vertical-blog_img {
  width: 100%;
  border-radius: 10px;
}
.blog-demo2 .vertical-blog_img::after {
  padding-bottom: 60%;
}
.blog-demo2 .vertical-blog_title {
  font-size: 20px;
  font-family: "Peyda-Bold";
  color: #354752;
  margin-bottom: 15px;
}
.blog-demo2 .vertical-blog_date {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
}

.header-demo2 {
  position: relative;
  padding-top: 40px;
}
.header-demo2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 118px;
  background: #F4F4F4;
  border-bottom: 1px solid #ECEBEB;
}
.header-demo2 .megamenu-container .megamenu {
  width: 100%;
}
.header-demo2 .megamenu-container .megamenu__box {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.header-demo2 .nav-icon {
  transition: all 0.2s linear;
}
.header-demo2 .nav-icon:hover {
  color: #151618;
}
.header-demo2 .nav-link {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #607079;
  transition: all 0.2s linear;
  white-space: nowrap;
}
.header-demo2 .nav-link:hover {
  color: #151618;
}
.header-demo2 .nav-link span {
  margin-left: 5px;
  font-size: 20px;
}
.header-demo2 .nav-link img {
  width: 24px;
  margin-left: 5px;
}
.header-demo2 .contact-container {
  width: 90%;
  margin: auto;
  background: #FFFFFF;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #C8D3D9;
  border-radius: 32px 32px 0px 0px;
  height: 42px;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.header-demo2 .contact-container .contact_text {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #607079;
  margin-left: 20px;
}
.header-demo2 .contact-container .contact_text span {
  margin-left: 5px;
  font-size: 18px;
}
.header-demo2 .contact-container .contact_text img {
  width: 24px;
  margin-left: 5px;
}
.header-demo2 .contact-container .social-header a {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #607079;
  margin-right: 20px;
}
.header-demo2 .contact-container .social-header a span {
  margin-right: 5px;
  font-size: 18px;
}
.header-demo2 .contact-container .social-header a img {
  width: 24px;
  margin-right: 5px;
}
.header-demo2 #my_search_form {
  flex-grow: 2;
}
.header-demo2 .menu-container {
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 57px;
  padding: 0 30px;
  height: 90px;
  z-index: 1;
  position: relative;
}
.header-demo2 .navbar-brand {
  padding: 0;
}

.header-mobile-demo2 .navbar-brand img {
  width: 96px;
}

.search-box {
  border: 1px solid #C8D3D9;
  border-radius: 72px;
  background: #fff;
  z-index: 100;
  position: relative;
}
.search-box .search-input {
  font-size: 16px;
  font-family: "Peyda-Regular";
  color: #151618;
  background: transparent;
  border: none;
  padding: 10px;
  flex-grow: 2;
}
.search-box .search-input::-moz-placeholder {
  font-size: 16px;
  font-family: "Peyda-Regular";
}
.search-box .search-input::placeholder {
  font-size: 16px;
  font-family: "Peyda-Regular";
}
.search-box .dropdown-toggle {
  height: 100%;
}
.search-box .dropdown-toggle option {
  padding: 5px 0;
}
.search-box .dropdown-toggle::before {
  content: "\eda5";
  font-family: "icomoon";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  color: #8798A1;
}
.search-box .dropdown-toggle::after {
  content: none;
}
.search-box .nav-tabs {
  height: 48px;
  background: #C8D3D9;
  border: 1px solid #C8D3D9;
  border-bottom: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 0px 72px 72px 0px;
}
.search-box .dropdown {
  height: 100%;
}
.search-box .nav-link {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
  border: none;
  padding: 0 5px;
  position: relative;
}
.search-box .nav-link:hover {
  border-color: unset;
}
.search-box .dropdown-menu {
  right: 0 !important;
}

.brands-demo2 {
  padding-bottom: 96px;
}
.brands-demo2 .title-demo2 {
  margin-bottom: 32px;
}
.brands-demo2 .brand-box {
  background: #F1F4F5;
  border: 1px solid #C8D3D9;
  border-radius: 16px;
  overflow: hidden;
}
.brands-demo2 .brand-box_banner {
  width: 100%;
}
.brands-demo2 .brand-box_banner::after {
  padding-bottom: 30%;
}
.brands-demo2 .brand-box_logo {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  overflow: hidden;
  margin-top: -36px;
  z-index: 1;
  position: relative;
}
.brands-demo2 .more-products-btn {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
  transition: all 0.2s linear;
}
.brands-demo2 .more-products-btn:hover {
  color: #CC0000;
}
.brands-demo2 .brand-name {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
  margin: 8px 0 32px;
}
.brands-demo2 .brand-images {
  margin-bottom: 16px;
}
.brands-demo2 .brand-images img {
  width: 85%;
}

.special-products-demo2 {
  padding-bottom: 96px;
}
.special-products-demo2 .title-demo2 {
  margin-bottom: 32px;
}
.special-products-demo2 .special-products_box {
  border-bottom: 1px solid #C8D3D9;
  position: relative;
  padding: 20px 0;
}
.special-products-demo2 .special-products_box:last-child {
  border-bottom: 0;
}
.special-products-demo2 .special-products_box:hover .special-products_price {
  left: 5px;
  top: 5px;
  opacity: 1;
}
.special-products-demo2 .special-products-img {
  width: 110px;
  margin-left: 10px;
}
.special-products-demo2 .special-products-img::after {
  padding-bottom: 100%;
}
.special-products-demo2 .special-products-img img {
  width: 90%;
}
.special-products-demo2 .special-products_title {
  font-size: 12px;
  font-family: "Peyda-Medium";
  color: #354752;
}
.special-products-demo2 .special-products_price {
  font-size: 20px;
  font-family: "Peyda-Bold";
  color: #F1F4F5;
  padding: 4px 16px;
  background: rgba(222, 133, 81, 0.7490196078);
  border-radius: 8px;
  position: absolute;
  top: -20px;
  left: -20px;
  opacity: 0;
  transition: all 0.2s linear;
}
.special-products-demo2 .product-number {
  font-size: 18px;
  font-family: "Peyda-Bold";
  color: #349E89;
  background: #F4F7FB;
  border-radius: 40px;
  padding: 0 8px;
  position: absolute;
  top: 0;
  right: 0;
}
.special-products-demo2 .add-btn {
  font-size: 25px;
  margin-left: 20px;
  color: #E85805;
}
.special-products-demo2 .add-btn:hover {
  color: #CC0000;
}
.special-products-demo2 .share-btn {
  font-size: 25px;
  color: #8798A1;
}
.special-products-demo2 .share-btn:hover {
  color: #151618;
}

.four-categories-demo2 {
  padding-bottom: 96px;
}
.four-categories-demo2 .col-double-products {
  border-left: 1px solid #C8D3D9;
}
.four-categories-demo2 .col-double-products:last-child {
  border-left: 0;
}
.four-categories-demo2 .double-products_row {
  padding: 15px 0;
  position: relative;
}
.four-categories-demo2 .double-products_row::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background: #C8D3D9;
}
.four-categories-demo2 .double-products_row::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 70%;
  background: #C8D3D9;
}
.four-categories-demo2 .double-products_row:nth-child(3)::before {
  content: none;
}
.four-categories-demo2 .double-products_row:nth-child(2)::after {
  bottom: 0;
  top: unset;
}
.four-categories-demo2 .four-categories_img {
  width: 110px;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 16px;
}
.four-categories-demo2 .four-categories_img::after {
  padding-bottom: 100%;
}
.four-categories-demo2 .four-categories_img img {
  width: 95%;
}
.four-categories-demo2 .four-categories_img:hover .four-categories_name {
  opacity: 1;
  bottom: 5px;
}
.four-categories-demo2 .four-categories_name {
  font-size: 12px;
  font-family: "Peyda-Medium";
  color: #F4F7FB;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(222, 133, 81, 0.8);
  padding: 4px 8px;
  border: 1px solid #ECECEC;
  width: 95%;
  border-radius: 16px;
  transition: all 0.2s linear;
  opacity: 0;
}
.four-categories-demo2 .more-products-btn {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
  margin-top: 35px;
  transition: all 0.2s linear;
}
.four-categories-demo2 .more-products-btn:hover {
  color: #CC0000;
}
.four-categories-demo2 .more-products-btn span {
  margin-right: 5px;
}
.four-categories-demo2 .title-second-demo2 {
  margin-bottom: 27px;
}

.footer-demo2 {
  background: #F4F4F4;
  padding: 50px;
  overflow: hidden;
  background-image: url("../img/demo2/Vector-footer-right.png"), url("../img/demo2/Vector-footer-left.png");
  background-repeat: no-repeat, no-repeat;
  background-size: contain, 500px;
  background-position: right center, left bottom;
}
.footer-demo2 .footer-col-right,
.footer-demo2 .footer-col-left {
  position: relative;
  z-index: 1;
  padding: 20px;
}
.footer-demo2 .footer-col-right::after,
.footer-demo2 .footer-col-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(to right, #FFFFFF 0%, rgba(255, 255, 255, 0) 57.96%);
  border-radius: 46px;
  z-index: -1;
}
.footer-demo2 .footer-col-left::after {
  left: unset;
  right: 0;
  background: linear-gradient(to left, #FFFFFF 0%, rgba(255, 255, 255, 0) 57.96%);
}
.footer-demo2 .footer-title {
  font-size: 24px;
  font-family: "Peyda-Bold";
  color: #607079;
  margin-bottom: 16px;
}
.footer-demo2 .footer-link {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #607079;
  transition: all 0.2s linear;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}
.footer-demo2 .footer-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #D38400;
  transition: all 0.2s linear;
}
.footer-demo2 .footer-link:hover {
  color: #151618;
}
.footer-demo2 .footer-link:hover::after {
  width: 100%;
}
.footer-demo2 .copyright-text {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #607079;
  margin-top: 30px;
}
.footer-demo2 .contact-footer-text {
  font-size: 14px;
  font-family: "Peyda-Medium";
  color: #607079;
  margin-bottom: 15px;
}
.footer-demo2 .brand-footer {
  width: 140px;
  margin-bottom: 15px;
  display: block;
}
.footer-demo2 .newsletters-btn {
  background: #D38400;
}
.footer-demo2 .namad-box {
  width: 44%;
  border-radius: 16px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-demo2 .namad-box img {
  height: 90%;
}

.bestselling-products-demo2 {
  padding-bottom: 96px;
}
.bestselling-products-demo2 .container {
  position: relative;
  width: 100%;
  background: linear-gradient(98.32deg, #1A7E6B -5.71%, #0BB694 91.56%);
  border-radius: 50%/15%;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  color: white;
  text-align: center;
}
.bestselling-products-demo2 .title-demo2 {
  margin-top: -20px;
}
.bestselling-products-demo2 .products-second-demo2-carousel {
  margin: 50px 0 -60px;
  padding: 0 80px;
}
.bestselling-products-demo2 .owl-nav {
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bestselling-products-demo2 .owl-nav button.owl-next,
.bestselling-products-demo2 .owl-nav button.owl-prev {
  width: 35px;
  height: 35px;
  position: relative;
}
.bestselling-products-demo2 .owl-nav button.owl-next span,
.bestselling-products-demo2 .owl-nav button.owl-prev span {
  display: none;
}
.bestselling-products-demo2 .owl-nav button.owl-next::after,
.bestselling-products-demo2 .owl-nav button.owl-prev::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: "icomoon";
  font-size: 30px;
}
.bestselling-products-demo2 .owl-nav button.owl-prev::after {
  content: "\ec43";
}
.bestselling-products-demo2 .owl-nav button.owl-next::after {
  content: "\ec9f";
}

.amazing-products-demo2 {
  margin-bottom: 96px;
  margin-top: 50px;
}
.amazing-products-demo2 .product-card-demo2 {
  min-width: 208px;
}
.amazing-products-demo2 .owl-carousel {
  margin: -60px 0 60px;
}
.amazing-products-demo2 .owl-carousel .owl-stage-outer {
  padding: 20px;
}
.amazing-products-demo2 .owl-nav {
  width: 100%;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.amazing-products-demo2 .owl-nav button.owl-next,
.amazing-products-demo2 .owl-nav button.owl-prev {
  width: 35px;
  height: 35px;
  position: relative;
}
.amazing-products-demo2 .owl-nav button.owl-next span,
.amazing-products-demo2 .owl-nav button.owl-prev span {
  display: none;
}
.amazing-products-demo2 .owl-nav button.owl-next::after,
.amazing-products-demo2 .owl-nav button.owl-prev::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: "icomoon";
  font-size: 30px;
}
.amazing-products-demo2 .owl-nav button.owl-prev::after {
  content: "\ec43";
}
.amazing-products-demo2 .owl-nav button.owl-next::after {
  content: "\ec9f";
}
.amazing-products-demo2 .container {
  position: relative;
  width: 100%;
  background: linear-gradient(98.32deg, #1A7E6B -5.71%, #0BB694 91.56%);
  border-radius: 50%/15%;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  color: white;
  text-align: center;
}
.amazing-products-demo2.red-bg .container {
  background: linear-gradient(98.32deg, #A90D0D -5.71%, #CE0B0B 91.56%);
}

.quickview-modal .modal-content {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 36px;
}
.quickview-modal .quickview-img {
  width: 100%;
}
.quickview-modal .quickview-img::after {
  padding-bottom: 120%;
}
.quickview-modal .line {
  margin: 15px 0;
}
.quickview-modal .quickview_title {
  font-size: 18px;
  font-family: "Peyda-Bold";
  color: #354752;
  margin-bottom: 15px;
}
.quickview-modal .short-description-quickview p {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #607079;
}
.quickview-modal .short-description-quickview span {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.quickview-modal .short-description-quickview li {
  margin-bottom: 8px;
}
.quickview-modal .category-title,
.quickview-modal .category-space {
  font-size: 12px;
  font-family: "Peyda-Medium";
  color: #8798A1;
}
.quickview-modal .category-link {
  font-size: 12px;
  font-family: "Peyda-Medium";
  color: #236A5C;
}
.quickview-modal .category-link:hover {
  color: #000000;
}
.quickview-modal .satisfaction-product {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #349E89;
}
.quickview-modal .product-warranty {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.quickview-modal .product-warranty span {
  margin-left: 5px;
  font-size: 18px;
}
.quickview-modal .original-price {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #354752;
  text-decoration: line-through;
  margin-left: 30px;
}
.quickview-modal .original-price span {
  font-size: 12px;
  font-family: "Peyda-Regular";
  color: #8798A1;
}
.quickview-modal .curent-price {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #354752;
}
.quickview-modal .curent-price span {
  font-size: 19px;
  font-family: "Peyda-Bold";
  color: #236A5C;
}
.quickview-modal .add-cart-btn {
  font-size: 14px;
  font-family: "Peyda-Regular";
  background: #E85805;
  color: #FFFFFF;
  border-radius: 8px;
  border: none;
  margin-right: 10px;
  padding: 13px 10px;
  transition: all 0.2s linear;
  width: auto;
}
.quickview-modal .view-product-link {
  white-space: nowrap;
  padding: 13px 10px;
  font-size: 14px;
  font-family: "Peyda-Medium";
  color: #354752;
  text-decoration: underline;
  transition: all 0.2s linear;
}
.quickview-modal .view-product-link:hover {
  color: #D38400;
}

@media screen and (max-width: 991px) {
  .special-offer-products {
    background-color: #349E89;
  }
  .special-offer-products .title-section .title__section {
    color: #fff !important;
  }
  .special-offer-products .owl-nav {
    display: none;
  }
  .special-offer-products::after, .special-offer-products::before {
    z-index: 0;
  }
  .bg-section::after {
    width: 80%;
    height: 90%;
    bottom: 0;
    top: unset;
  }
  .bg-section::before {
    content: none;
  }
  .search-box-result {
    border-radius: 10px;
  }
  #datafetch {
    width: 100%;
    margin-top: -5px;
  }
  .slider .instant-offers {
    margin: 50px 0;
    box-shadow: none;
  }
  .slider .instant-offers .product-card {
    border-radius: 20px !important;
    padding: 10px;
    background: #fff;
  }
  .slider .instant-offers .instant-offers_body {
    border: unset;
    border-radius: unset;
  }
  .slider .instant-offers .instant-offers_title {
    margin-bottom: 0;
  }
  .slider .instant-offers .instant-offers_title::after {
    content: none;
  }
  .slider .instant-offers .instant-offers_title::before {
    content: none;
  }
  .slider .instant-offers .title-inner::after {
    content: none;
  }
  .slider .instant-offers .title-inner::before {
    content: none;
  }
  .slider .instant-offers .product-card .product-off {
    margin-left: 10px;
  }
  .slider .instant-offers .owl-nav {
    bottom: -50px;
  }
  .slider .instant-offers .owl-nav::after {
    content: none;
  }
  .slider .owl-stage-outer {
    border-radius: 0;
  }
  .slider .img-slider {
    border-radius: 0;
  }
  .slider .owl-nav {
    display: none;
  }
  .slider .owl-dots {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
  }
  .slider .owl-carousel button.owl-dot {
    background: #535353;
  }
  .banners.banner-three::after {
    background: unset;
  }
  .banners.banner-three::before {
    background: unset;
  }
  .footer {
    background-image: url("../img/bg-footer.png"), url("../img/bg-footer-mobile.png");
    background-size: 300px, 200px;
    background-position: right bottom, left top;
  }
  .footer.footer-product-page {
    padding: 30px 0 100px !important;
  }
  .authentication .authentication-row {
    width: unset;
  }
  .cart-page .top-cart {
    display: none !important;
  }
  .panel .avatar-upload {
    margin-bottom: 0;
    margin-left: 10px;
  }
  .panel .profile-name {
    font-size: 14px;
  }
  .panel .panel-menu {
    display: flex;
    align-items: center;
    overflow: auto;
    padding: 15px 0;
  }
  .panel .panel-menu .panel-link {
    padding: 10px;
    white-space: nowrap;
  }
  .panel .panel-menu .panel-link::after {
    content: none;
  }
  .panel .panel-menu .panel-link::before {
    top: unset;
    left: 50%;
    bottom: 0;
    width: 50%;
    height: 3px;
    transform: translateX(-50%);
    border-radius: 32px 32px 0 0;
  }
  .panel .favorite-box_img {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .panel .favorite-box-btn {
    margin-right: 0;
    margin-top: 15px;
  }
  .setting .sidebar-head {
    background-size: 40px;
  }
  .setting .sidebar-head img {
    width: 90px;
  }
  .setting-menu .tab-title {
    display: none;
  }
  .setting-menu .tab-desc {
    display: none;
  }
  .setting-menu .icon-box {
    min-width: 35px;
    height: 35px;
  }
  .setting-menu .setting-link {
    justify-content: center !important;
  }
  .advertisements .adv-photo {
    margin-bottom: 20px;
  }
  .advertisements .advertisements_btn {
    margin-top: 15px;
  }
  .product-sidebar .quantity-field {
    height: 50px !important;
    min-width: 100px;
  }
  .product-sidebar .quantity-field .number {
    font-size: 14px;
  }
  .gallery-modal .modal-body {
    padding: 10px 0;
  }
  .gallery-modal #gallery {
    width: 100%;
    margin-left: 20px;
  }
  .page-404 .img-404 {
    display: none;
  }
  .factor {
    width: 95%;
  }
  .factor .information {
    padding: 40px 0 0 0;
  }
  .factor .information::after {
    font-size: 12px;
    font-family: "Peyda-Regular";
    color: #349E89;
    background: unset;
    padding: 10px 0;
    top: 0;
    right: 0;
    transform: unset;
    border-radius: 0;
  }
  .factor .sender-information::before {
    content: none;
  }
  .factor .sender-information::after {
    content: "فرستنده";
  }
  .factor .receiver-information::after {
    content: "گیرنده ";
  }
  .row-store-features {
    margin-top: -20px;
  }
  .row-store-features .col-2 {
    min-width: 200px;
    width: 200px;
  }
  .row-store-features .store-features_box h4 {
    font-size: 16px;
  }
  .row-store-features .store-features_box p {
    font-size: 14px;
  }
  .four-categories-demo2 .col-double-products {
    border-left: 0;
  }
  .footer-demo2 .footer-col-right,
  .footer-demo2 .footer-col-left {
    padding: 0;
  }
  .footer-demo2 .footer-col-right::after,
  .footer-demo2 .footer-col-left::after {
    content: none;
  }
  .footer-demo2 .namad-box {
    width: 150px;
    height: 150px;
    margin: 0 10px;
  }
  .amazing-offer-banner .amazing-offer_box {
    padding: 15px 10px;
  }
  .comparison .col-3 {
    min-width: 256px;
  }
  .comparison td {
    min-width: 256px;
  }
}
@media screen and (max-width: 768px) {
  .table {
    border-spacing: unset;
  }
  .table thead {
    display: none;
  }
  .table tbody,
  .table tr,
  .table td {
    display: block;
    width: 100%;
    border-radius: 0;
  }
  .table tr {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
  }
  .table td {
    text-align: left;
    padding: 10px 0 !important;
    text-align: center;
    position: relative;
    width: 80%;
    margin-bottom: 3px;
    border-radius: 7px;
  }
  .table td::before {
    content: attr(data-label);
    position: absolute;
    left: 100%;
    top: 0;
    font-size: 12px;
    text-align: center;
    width: 30%;
    height: 100%;
    background: #f1f1f1;
    padding: 10px;
    border-radius: 7px;
  }
  .authentication .authentication-form {
    width: 95%;
    margin: 0 auto;
  }
  .authentication .authentication-box {
    margin: 50px 0;
  }
  .authentication-img {
    width: 70%;
  }
  .cart-page .cart-item-img {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .latest-searches {
    margin: 40px 0;
  }
  .setting-sidebar {
    border-radius: 20px 0px 0px 0px;
  }
  .setting .sidebar-head {
    background-size: 40px;
  }
  .setting .sidebar-head img {
    width: 80%;
  }
  .setting .sidebar-head span {
    font-size: 10px;
  }
  .setting-menu .tab-title {
    display: none;
  }
  .setting-menu .tab-desc {
    display: none;
  }
  .setting-menu .icon-box {
    min-width: 35px;
    height: 35px;
  }
  .setting-menu .setting-link {
    justify-content: center !important;
  }
  .setting-menu .setting-link::after {
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: 4px;
  }
  .panel .address-box-btn {
    font-size: 12px;
    font-family: "Peyda-Medium";
    color: #607079;
    background: #FFFFFF;
    border: 1px solid #C8D3D9;
    border-radius: 7px;
    padding: 10px 20px;
    margin: 0 5px;
  }
  .panel .favorite-box_add_cart {
    margin-top: 10px;
  }
  .panel .favorite-box_details {
    margin-bottom: 10px;
  }
  .single-blog article .single-blog-head_img {
    min-width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .single-blog_social {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .single-blog_social a {
    margin-bottom: 0;
    margin-left: 10px;
  }
  .single-blog_social a span {
    font-size: 20px;
    color: #8798A1;
  }
  .slider-demo2 {
    padding: 20px 0 40px;
  }
  .row-store-features {
    margin-top: -10px;
  }
  .row-store-features .col-2 {
    min-width: 100px;
    width: 100px;
    padding: 0 5px;
  }
  .row-store-features .store-features_box {
    padding: 5px;
  }
  .row-store-features .store-features_box img {
    width: 18px;
  }
  .row-store-features .store-features_box h4 {
    font-size: 10px;
  }
  .row-store-features .store-features_box p {
    font-size: 8px;
  }
  .quickview-modal .product-warranty {
    margin-bottom: 10px;
  }
  .bestselling-products-demo2 .products-second-demo2-carousel {
    padding: 0 35px;
  }
}
@media screen and (max-width: 575px) {
  .advertisements {
    margin: 50px 0;
  }
  .advertisements .adv-photo {
    width: 50%;
  }
  .advertisements_btn {
    font-size: 14px;
  }
  .advertisements_img {
    width: 120px;
  }
  .advertisements .advertisements_item_name {
    font-size: 14px;
  }
  .advertisements .advertisements_item_price {
    font-size: 12px;
  }
  .nav-bottom-price .add-cart-btn {
    padding: 10px 30px;
  }
  .nav-bottom-price .price-wrapper .price-text,
  .nav-bottom-price .off-wrapper .price-text {
    font-size: 12px;
  }
  .nav-bottom-price .price-wrapper .price,
  .nav-bottom-price .off-wrapper .price {
    font-size: 14px;
  }
  .nav-bottom-price .nav-bottom_right {
    width: 40%;
  }
  .nav-bottom-price .nav-bottom_left {
    width: 60%;
  }
  .product-page .icons_product a {
    margin-bottom: 5px;
    margin-left: 10px;
  }
  .product-page .img_product_container {
    width: 100%;
  }
  .product-page .product-sidebar .notification-btn {
    margin-right: 0;
    margin-left: 0;
  }
  .product-page .product-sidebar .add-cart-btn {
    margin-right: 0;
    margin-top: 10px;
  }
  .specification-boxes .specification_box_title {
    font-size: 15px;
  }
  .specification-boxes .specification_box_text {
    font-size: 10px;
  }
  .specification-boxes .specification_box_link {
    font-size: 12px;
  }
  .specification-boxes .specification_box .icon_shield {
    font-size: 14px;
  }
  .specification-boxes .specification_box .icon_checked {
    font-size: 14px;
  }
  .specification-boxes .free-delivery_box img {
    width: 80px;
  }
  .comment-product .profile-comment-img {
    min-width: 40px;
  }
  .comment-product .comment-name {
    font-size: 14px;
    margin-left: 10px;
  }
  .comment-product .comment-date {
    font-size: 10px;
  }
  .comment-product .comment-reply-btn {
    font-size: 14px;
  }
  .comment-product .comment-text {
    font-size: 12px;
    margin-top: 10px;
  }
  .comment-product .comment-form label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .comment-product .comment-form .comment-btn {
    font-size: 14px;
  }
  .comment-product .comment-wrapper {
    margin-bottom: 30px;
  }
  .comment-product .comment-wrapper_reply {
    margin-right: 50px;
  }
  .comment-product .comment-wrapper_reply::after {
    top: unset;
    bottom: calc(100% - 20px);
    transform: unset;
    width: 30px;
    height: 90px;
  }
  .product-specifications .specifications-list_title {
    width: unset;
  }
  .product-specifications .specifications-list_title, .product-specifications .specifications-list_text {
    font-size: 14px;
  }
  .product-specifications .specifications-list_text {
    width: 100%;
    margin-top: 10px;
  }
  .pagination .page-link {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
  .pagination .page-item {
    margin: 0 5px;
  }
  .blog-sidebar_box {
    border-radius: 10px;
  }
  .blog-sidebar_title {
    font-size: 16px;
  }
  .blog-sidebar .contents-img {
    min-width: 70px;
    margin-left: 10px;
  }
  .blog-sidebar .contents-text {
    font-size: 12px;
  }
  .blog-sidebar .contents-date {
    font-size: 10px;
  }
  .blog-sidebar .comment-blog-img {
    min-width: 30px;
    margin-left: 10px;
  }
  .blog-sidebar .comment-blog-name {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .blog-sidebar .comment-blog-text {
    font-size: 12px;
  }
  .single-blog article .single-blog-head_text {
    font-size: 14px;
  }
  .single-blog article h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .single-blog article h2, .single-blog article h3 {
    font-size: 20px;
  }
  .single-blog article h4, .single-blog article h5 {
    font-size: 18px;
  }
  .single-blog article .precis {
    font-size: 14px;
  }
  .footer-demo2 {
    padding: 25px;
  }
  .footer-demo2 .footer-col-right::after,
  .footer-demo2 .footer-col-left::after {
    content: none;
  }
  .footer-demo2 .footer-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .footer-demo2 .footer-link {
    font-size: 10px;
  }
  .footer-demo2 .copyright-text {
    font-size: 10px;
    margin-top: 18px;
  }
  .footer-demo2 .namad-box {
    width: 120px;
    height: 140px;
    margin: 0 10px;
  }
  .amazing-products-demo2 {
    margin-bottom: 50px;
  }
  .amazing-products-demo2 .product-card-demo2 {
    min-width: 137px;
  }
  .amazing-products-demo2 .container {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .amazing-offer-banner {
    padding-bottom: 30px;
  }
  .amazing-offer-banner .amazing-offer_box_title {
    font-size: 12px;
    background: #F1F4F5;
    border: 1px solid #C8D3D9;
    border-radius: 16px;
    padding-right: 10px;
  }
  .amazing-offer-banner .amazing-offer_box_title span {
    border-radius: 40px;
  }
  .quickview-modal .modal-content {
    padding: 20px;
  }
  .quickview-modal .line {
    margin: 10px 0;
  }
  .quickview-modal .quickview_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .quickview-modal .short-description-quickview li {
    margin-bottom: 5px;
  }
  .quadruple-banner {
    padding-bottom: 30px;
  }
  .category-products {
    padding-bottom: 50px;
  }
  .double-banner {
    padding-bottom: 30px;
  }
  .single-banner {
    padding-bottom: 30px;
  }
  .single-banner .single-banner_img::after {
    padding-bottom: 20%;
  }
  .four-categories-demo2 {
    padding-bottom: 30px;
  }
  .special-products-demo2 {
    padding-bottom: 50px;
  }
  .brands-demo2 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 448px) {
  .title-section .title__section {
    font-size: 16px;
  }
  .title-section .title__section span {
    font-size: 16px;
    padding: 12px;
  }
  .header-mobile .header-mobile_search {
    width: 100% !important;
  }
  .search-box-result {
    padding: 15px 15px 15px 10px;
  }
  #datafetch h2 a {
    font-size: 12px;
    line-height: 20px;
  }
  #datafetch .img-search {
    width: 35px;
    height: 35px;
    margin-left: 10px;
  }
  #datafetch .curent-price {
    font-size: 12px;
  }
  #datafetch .curent-price span {
    font-size: 14px;
  }
  .team .team-img {
    min-width: 100px;
  }
  .footer .footer-nav__title {
    font-size: 20px;
  }
  .footer .navbar-footer li {
    margin: 10px 0;
  }
  .footer .navbar-footer .footer-nav__link {
    font-size: 12px;
  }
  .footer .namad-box {
    width: 137px;
  }
  .special-products_resp .product_resp .product-price span {
    font-size: 12px;
  }
  .special-products_resp .product_resp .product-off {
    font-size: 9px;
    width: 30px;
    height: 15px;
  }
  .special-products_resp .product_resp_name {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .special-products_resp .product_resp_img::after {
    padding-bottom: 100%;
  }
  .blog_resp .blog-title {
    font-size: 14px;
  }
  .authentication .text-form {
    font-size: 14px;
  }
  .store-features p {
    font-size: 14px;
  }
  .store-features span {
    font-size: 12px;
  }
  .store-features-icon {
    min-width: 30px;
    min-height: 30px;
  }
  .cart-page .cart-item-img {
    min-width: 165px;
  }
  .cart-page .cart-item-name {
    font-size: 14px;
  }
  .cart-page .cart-item-price {
    font-size: 14px;
  }
  .cart-page .cart-item-discount {
    font-size: 10px;
  }
  .cart-page .cart-item-specifications p {
    font-size: 10px;
    width: 50%;
    margin-left: 0;
  }
  .cart-page .cart-item-specifications .warehouse-stock span {
    width: 18px;
    height: 18px;
    font-size: 12px;
  }
  .cart-page .cart-item .product-specifications span {
    font-size: 14px;
  }
  .cart-page .cart-item .quantity-field {
    border-radius: 10px;
    height: 35px;
    max-width: 90px;
  }
  .cart-page .cart-item .quantity-field .value-button span {
    font-size: 16px;
  }
  .cart-page .cart-item .quantity-field .number {
    font-size: 14px;
  }
  .cart-page .discount-code .discount-code-text {
    font-size: 14px;
  }
  .cart-page .discount-code .discount-code-input {
    font-size: 14px;
  }
  .cart-page .discount-code .discount-code-btn {
    font-size: 14px;
  }
  .cart-page .factor .factor-link {
    font-size: 12px;
  }
  .cart-page .total-purchase p,
  .cart-page .amount-payable p,
  .cart-page .profit p {
    font-size: 14px;
  }
  .cart-page .total-purchase .text span {
    min-width: 20px;
    min-height: 20px;
  }
  .cart-page .amount-payable .num {
    font-size: 16px;
  }
  .cart-page .profit .num span {
    min-width: 20px;
    min-height: 20px;
  }
  .cart-page .cart-btn {
    font-size: 16px;
  }
  .cart-page .sidebar-cart_footer .score_text {
    font-size: 14px;
  }
  .cart-page .sidebar-cart_footer .score_text span {
    font-size: 18px;
  }
  .cart-page .sidebar-cart_footer .score_num {
    font-size: 12px;
  }
  .advertisements .adv-photo {
    display: none;
  }
  .advertisements .advertisements_img {
    width: 90px;
  }
  .nav-bottom-price {
    width: 90%;
    border-radius: 30px 30px 0 0;
    height: 60px;
  }
  .nav-bottom-price::after {
    transform: skewX(340deg);
    left: -10px;
  }
  .nav-bottom-price::before {
    transform: skewX(-340deg);
    right: -10px;
  }
  .nav-bottom-price .add-cart-btn {
    font-size: 12px;
    padding: 5px 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }
  .nav-bottom-price .product-off {
    font-size: 10px;
    font-family: "Peyda-Regular";
    width: 25px;
  }
  .nav-bottom-price .price-wrapper .price-text,
  .nav-bottom-price .off-wrapper .price-text {
    font-size: 10px;
    margin-left: 5px;
  }
  .nav-bottom-price .price-wrapper .price,
  .nav-bottom-price .off-wrapper .price {
    font-size: 12px;
  }
  .nav-bottom-price .nav-bottom_right {
    width: 30%;
  }
  .nav-bottom-price .nav-bottom_left {
    width: 69%;
  }
  .product-specifications .scroll-nav .nav-link {
    font-size: 14px;
    padding: 0.5rem;
  }
  .page-404-title {
    font-size: 120px;
  }
  .page-404-text {
    font-size: 20px;
  }
  .page-404-desc {
    font-size: 16px;
  }
  .page-404-btn {
    font-size: 14px;
  }
  .product-card-demo2 {
    min-width: 137px;
  }
}/*# sourceMappingURL=style.css.map */