@charset "UTF-8";
/*#region ----------------- General */
@import url(../css/fontface.css);
*,
::before,
::after {
  box-sizing: border-box;
  outline: none !important;
}

body {
  font-family: Shabnam !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  direction: rtl;
  margin: 0;
  background-color: #fff;
  text-align: right;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  color: #1a1a1a;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
strong,
span,
p {
  font-family: Shabnam !important;
}

h1 {
  font-weight: 800;
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
  font-weight: 800;
}

h3 {
  font-size: 1.75rem;
  font-weight: 800;
}

h4 {
  font-size: 1.5rem;
  font-weight: 800;
}

h5 {
  font-size: 1.25rem;
  font-weight: 600;
}

h6 {
  font-size: 1rem;
  font-weight: 600;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 25px;
  font-weight: 400;
}

b,
strong {
  font-weight: 900;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 1;
  border-color: #d2d3d4;
  opacity: 0.3;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

nav {
  display: block;
}

a {
  text-decoration: none;
  color: #1a1a1a;
}
a:hover {
  color: #0e4fc7;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
  font-size: 13px;
  font-weight: 300;
}

svg,
img {
  vertical-align: middle;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

textarea {
  resize: vertical;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  cursor: pointer;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

select [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

::-moz-selection {
  background-color: #025fc2;
  color: white;
}

::selection {
  background-color: #025fc2;
  color: white;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=email],
[type=number],
[type=tel],
[type=url] {
  direction: ltr;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

iframe {
  border: 0;
}

[hidden],
.hidden {
  display: none !important;
}

.fixed-position {
  overflow: hidden !important;
}

/*#endregion -------------- General */
/*#region ----------------- Input */
.input-group {
  position: relative;
  margin-bottom: 16px;
}
.input-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #535355;
  margin-bottom: 5px;
}
.input-group .input {
  width: 100%;
  border: 1px solid #d2d3d4;
  border-radius: 5px;
  font-size: 16px;
  padding: 0.7rem 3rem 0.7rem 0.7rem;
  transition: all 0.3s ease-in-out;
}
.input-group .input:hover, .input-group .input:focus {
  border-color: #9e9e9e;
}
.input-group .input:hover ~ .icon, .input-group .input:focus ~ .icon {
  color: #0e4fc7;
}
.input-group .input:disabled {
  background-color: #f2f3f4;
}
.input-group .icon {
  position: absolute;
  top: 27px;
  right: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #9e9e9e;
  transition: all 0.3s ease-in-out;
}
.input-group .icon .fi {
  display: flex;
}
.input-group .pcalBtn {
  width: 48px;
  height: 48px;
}
.input-group .text-alert {
  font-size: 13px;
  margin-top: 5px;
}
.input-group .text-alert.error {
  color: #ef4444;
}
.input-group .text-alert.success {
  color: #ef4444;
}
.input-group.no-icon .input {
  padding-right: 0.7rem !important;
}
.input-group.text-center .input {
  text-align: center;
}
.input-group.big-font-size .input {
  font-size: 18px;
}
.input-group.small label {
  font-size: 13px;
}
.input-group.small .input {
  font-size: 14px;
  padding: 0.544rem 3rem 0.544rem 0.7rem;
}
.input-group.small .pcalBtn {
  width: 40px;
  height: 40px;
}

/*#endregion -------------- Input */
/*#region ----------------- Checkbox */
.checkbox-group {
  margin: 10px 0;
}
.checkbox-group .form-check-label {
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
  cursor: pointer;
  padding-right: 10px;
}
.checkbox-group .form-check-input {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.3em;
  height: 1.3em;
  border: 2px solid #d2d3d4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  float: right;
  background-color: white;
}
.checkbox-group .form-check-input::before {
  content: "";
  font-family: uicons-regular-straight;
  font-size: 12px;
}
.checkbox-group .form-check-input:checked {
  border-color: #025fc2;
  background-color: #025fc2;
}
.checkbox-group .form-check-input:checked::before {
  content: "שׂ";
  color: white;
}
.checkbox-group .form-check-input:hover, .checkbox-group .form-check-input:focus {
  box-shadow: none;
}
.checkbox-group.margin-top {
  margin-top: 35px;
}

/*#endregion -------------- Checkbox */
/*#region ----------------- Badge */
.badge {
  background-color: #9e9e9e;
  color: white;
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 50px;
}
.badge.badge-primary {
  background-color: #0e4fc7;
}
.badge.badge-success {
  background-color: #22c55e;
}
.badge.badge-accent {
  background-color: #a8c416;
}
.badge.badge-danger {
  background-color: #ef4444;
}
.badge.badge-info {
  background-color: #0ea5e9;
}
.badge.badge-warning {
  background-color: #fbbf24;
  color: black;
}
.badge.badge-s {
  font-size: 13px;
}
.badge.badge-m {
  font-size: 14px;
}
.badge.badge-lg {
  font-size: 16px;
}
.badge.dot {
  padding: 0;
  width: 10px;
  height: 10px;
}

/*#endregion -------------- Badge */
/*#region ----------------- Modal Styles */
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9998;
}
.modal.show {
  display: flex;
}
.modal .modal-dialog {
  background-color: white;
  width: 500px;
  margin: 0 auto;
  display: none;
  flex-direction: column;
  max-height: 95%;
  z-index: 9999;
  border-radius: 10px;
}
.modal .modal-dialog.show {
  display: flex;
  animation: scaleZoomIn 0.35s ease-in-out;
}
.modal .modal-dialog.modal-sm {
  width: 640px;
}
.modal .modal-dialog.modal-md {
  width: 768px;
}
.modal .modal-dialog.modal-lg {
  width: 1024px;
}
.modal .modal-dialog.modal-xl {
  width: 1280px;
}
.modal .modal-dialog.modal-full {
  width: 100%;
  max-height: 100%;
  height: 100%;
  border-radius: 0;
}
.modal .modal-header {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  width: 100%;
  border-bottom: 1px solid #d2d3d4;
}
.modal .modal-title {
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.modal .modal-title .fi {
  display: flex;
  margin-left: 10px;
  font-size: 20px;
  color: #9e9e9e;
}
.modal .btn-close {
  width: 30px;
  height: 30px;
  background-color: transparent;
  padding: 4px;
  border: none;
  color: #9e9e9e;
}
.modal .btn-close:hover {
  color: #535355;
}
.modal .modal-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 2rem 1rem 1rem 1rem;
  height: 100%;
}
.modal .modal-footer {
  padding: 1rem;
  gap: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}

.modal-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 575px) {
  .modal .modal-dialog {
    width: 95%;
  }
  .modal .modal-footer {
    flex-direction: column;
  }
  .modal .modal-footer .btn {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .modal .modal-dialog.modal-sm {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .modal .modal-dialog.modal-md {
    width: 95%;
  }
}
@media (max-width: 1199px) {
  .modal .modal-dialog.modal-lg {
    width: 95%;
  }
}
@media (max: 1280px) {
  .modal .modal-dialog.modal-xl {
    width: 95%;
  }
}
/*#endregion -------------- Modal Styles */
/*#region ----------------- Buttons */
.btn {
  font-size: 16px;
  padding: 0.7rem 1.2rem;
  border-radius: 50rem;
  border: 1px solid transparent;
  min-width: 120px;
  box-shadow: none;
  position: relative;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.btn:hover, .btn:focus {
  box-shadow: none !important;
}
.btn .fi {
  font-size: 22px;
  line-height: 0;
}
.btn:disabled {
  background-color: #fff !important;
  border: 1px solid #9e9e9e !important;
  color: #535355;
}
.btn.text-right {
  text-align: right;
}
.btn.text-left {
  text-align: left;
}
.btn.btn-small {
  font-size: 14px;
  padding: 0.544rem 1rem;
  min-width: unset;
}
.btn.btn-small .fi {
  font-size: 18px;
}
.btn.btn-small.icon-right {
  padding-right: 2.3rem !important;
}
.btn.btn-small.icon-right .fi {
  right: 10px;
  top: 10px;
}
.btn.btn-small.icon-left {
  padding-left: 2.3rem !important;
}
.btn.btn-small.icon-left .fi {
  left: 10px;
  top: 10px;
}
.btn.btn-small.loading::before {
  width: 20px;
  height: 20px;
  top: 10px;
}
.btn.loading {
  padding-right: 3rem;
}
.btn.loading::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  background-color: transparent;
}

.icon-right {
  padding-right: 3rem !important;
}
.icon-right .fi {
  position: absolute;
  right: 14px;
  top: 13px;
}

.icon-left {
  padding-left: 3rem !important;
}
.icon-left .fi {
  position: absolute;
  left: 14px;
  top: 13px;
}

.btn-primary {
  background: #0e4fc7;
  color: white;
  border-color: #0e4fc7;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: rgb(16.6816901408, 94.1323943662, 237.1183098592);
  color: white;
}
.btn-primary.loading::before {
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top: 3px solid white;
}
.btn-primary.color-danger {
  background-color: #ef4444;
  color: white;
  border-color: #ef4444;
}
.btn-primary.color-white {
  background-color: white;
  color: #0e4fc7;
  border-color: white;
}

.btn-secondary {
  background: #a8c416;
  color: white;
  border-color: #a8c416;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: rgb(197.3853211009, 229.6495412844, 29.1504587156);
  border-color: rgb(197.3853211009, 229.6495412844, 29.1504587156);
  color: white;
}
.btn-secondary.loading::before {
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top: 3px solid white;
}

.btn-primary-outline {
  background: transparent;
  color: #0e4fc7;
  border-color: #0e4fc7;
}
.btn-primary-outline::before {
  background-color: rgba(14, 79, 199, 0.3);
}
.btn-primary-outline:hover, .btn-primary-outline:focus {
  background: rgba(14, 79, 199, 0.15);
  color: #0e4fc7;
}
.btn-primary-outline.loading::before {
  border: 3px solid rgba(14, 79, 199, 0.2);
  border-top: 3px solid #0e4fc7;
}
.btn-primary-outline.color-red {
  border-color: #ef4444;
  color: #ef4444;
}
.btn-primary-outline.color-red:hover, .btn-primary-outline.color-red:focus {
  background-color: rgba(239, 68, 68, 0.1);
}
.btn-primary-outline.color-gray {
  border-color: #9e9e9e;
  color: #535355;
}
.btn-primary-outline.color-gray:hover, .btn-primary-outline.color-gray:focus {
  background: rgba(0, 0, 0, 0.1);
  color: #535355;
}

.btn-secondary-outline {
  background: transparent;
  color: #a8c416;
  border-color: #a8c416;
}
.btn-secondary-outline::before {
  background-color: rgba(168, 196, 22, 0.3);
}
.btn-secondary-outline:hover, .btn-secondary-outline:focus {
  background: rgba(168, 196, 22, 0.15);
  color: #a8c416;
}
.btn-secondary-outline.loading::before {
  border: 3px solid rgba(168, 196, 22, 0.2);
  border-top: 3px solid #a8c416;
}

.btn-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.1);
  color: #535355;
}
.btn-circle .fi {
  display: flex;
  font-size: 18px;
}
.btn-circle.size-big {
  width: 48px;
  height: 48px;
}
.btn-circle:hover, .btn-circle:focus {
  background-color: rgba(0, 0, 0, 0.2);
  color: #535355;
}
.btn-circle.color-blue {
  background-color: #0ea5e9;
  color: white;
}
.btn-circle.color-blue:hover, .btn-circle.color-blue:focus {
  background-color: rgb(11.6874493927, 137.7449392713, 194.5125506073);
}
.btn-circle.color-red {
  background-color: #ef4444;
  color: white;
}
.btn-circle.color-red:hover, .btn-circle.color-red:focus {
  background-color: rgb(235.7842364532, 30.4157635468, 30.4157635468);
}
.btn-circle.color-green {
  background-color: #a8c416;
  color: white;
}
.btn-circle.color-green:hover, .btn-circle.color-green:focus {
  background-color: rgb(136.5577981651, 159.3174311927, 17.8825688073);
}
.btn-circle.color-orange {
  background-color: #fbbf24;
  color: white;
}
.btn-circle.color-orange:hover, .btn-circle.color-orange:focus {
  background-color: rgb(241.7838565022, 175.5417040359, 4.4161434978);
}
.btn-circle.color-primary {
  background-color: #0e4fc7;
  color: white;
}
.btn-circle.color-primary:hover, .btn-circle.color-primary:focus {
  background-color: rgb(11.3183098592, 63.8676056338, 160.8816901408);
}

.btn-ghost {
  font-size: 16px;
  font-weight: 600;
  padding: 8px;
  position: relative;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.btn-ghost .fi {
  position: relative;
  top: 5px;
  line-height: 1;
  font-size: 18px;
}
.btn-ghost.is-left .fi {
  margin-right: 10px;
}
.btn-ghost.is-right .fi {
  margin-left: 10px;
}
.btn-ghost.color-danger {
  color: #ef4444;
}
.btn-ghost.color-primary {
  color: #0e4fc7;
}

.btn-collapse {
  width: 100%;
  text-align: right;
  color: #1a1a1a;
  position: relative;
}
.btn-collapse .icon {
  transition: all 0.2s ease-in-out;
  transform: rotate(0deg);
}
.btn-collapse .icon.icon-plus {
  transform: unset;
}
.btn-collapse .icon.icon-plus::before {
  content: "\f80d";
  position: absolute;
  font-family: uicons-regular-straight;
  color: #9e9e9e;
}
.btn-collapse.active .icon {
  transform: rotate(-90deg);
}
.btn-collapse.active .icon.icon-plus {
  transform: unset;
}
.btn-collapse.active .icon.icon-plus::before {
  content: "\f730";
}

.card-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

/*#endregion -------------- Buttons */
/*#region ----------------- Helper */
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-dark {
  color: #1a1a1a !important;
}

.text-grey {
  color: #535355 !important;
}

.text-silver {
  color: #9e9e9e !important;
}

.text-white {
  color: white !important;
}

.font-xs {
  font-size: 12px !important;
}

.font-sm {
  font-size: 14px !important;
}

.font-md {
  font-size: 16px !important;
}

.font-lg {
  font-size: 18px !important;
}

.font-xl {
  font-size: 20px !important;
}

.font-xxl {
  font-size: 22px !important;
}

.w-full {
  width: 100%;
}

.h-full {
  width: 100%;
}

.flex {
  display: flex;
}

.item-center {
  align-items: center;
}

.item-start {
  align-items: start;
}

.item-end {
  align-items: end;
}

.justify-end {
  justify-content: end;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: start;
}

.bg-black {
  background-color: black;
}

.bg-white {
  background-color: white;
}

.bg-primary {
  background-color: #0e4fc7;
}

.bg-accent {
  background-color: #a8c416;
}

.border {
  border: 1px solid #d2d3d4;
}

.border-r {
  border-right: 1px solid #d2d3d4;
}

.border-l {
  border-left: 1px solid #d2d3d4;
}

.border-t {
  border-top: 1px solid #d2d3d4;
}

.border-b {
  border-bottom: 1px solid #d2d3d4;
}

.radius-5 {
  border-radius: 5px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-15 {
  border-radius: 15px;
}

.radius-20 {
  border-radius: 20px;
}

/*#endregion -------------- Helper */
/*#region ----------------- Loading */
.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 0;
}
.loader .load-spin {
  border: 5px solid rgba(0, 0, 0, 0.08);
  border-top: 5px solid #025fc2;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  animation: spin 1s linear infinite;
}
.loader .load-title {
  margin: 10px 0 0 0;
  color: #535355;
}

.loading-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-wrapper .inner {
  width: 300px;
  background-color: white;
  padding: 30px;
  border-radius: 15px;
}
.loading-wrapper .thumb {
  width: 80px;
  margin: 0 auto 1rem auto;
}
.loading-wrapper .thumb img {
  width: 100%;
}
.loading-wrapper h6 {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 350px) {
  .loading-wrapper .inner {
    width: 90%;
  }
}
/*#endregion -------------- Loading */
/*#region ----------------- Collapse */
.btn-collapse {
  display: flex;
  align-items: center;
  background-color: transparent;
  color: #1a1a1a;
  border: 1px solid #d2d3d4;
  padding: 10px;
  cursor: pointer;
  position: relative;
}
.btn-collapse .icon {
  width: 24px;
  height: 24px;
  font-size: 20px;
  margin-left: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-collapse .icon:before {
  content: "\f4ee";
  font-family: uicons-regular-straight;
  color: #9e9e9e;
}
.btn-collapse .icon.icon-angel::before {
  content: "ﵟ";
}
.btn-collapse .name {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}
.btn-collapse.collapsed .icon::before {
  content: "\f627";
}
.btn-collapse.collapsed .icon.icon-angel::before {
  content: "ﵠ";
}
.btn-collapse.type-simple {
  border: none;
}

.card-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.card-collapse.show {
  max-height: 1000px; /* Adjust based on content */
}

/*#endregion -------------- Collapse */
/*#region ----------------- Switch */
.form-switch .form-switch-input {
  display: none;
}
.form-switch .form-switch-input:checked ~ .form-switch-label::before {
  background-color: #025fc2;
}
.form-switch .form-switch-input:checked ~ .form-switch-label::after {
  right: 2px;
  background-color: white;
}
.form-switch .form-switch-label {
  position: relative;
  padding-right: 40px;
  font-size: 16px;
  color: #1a1a1a;
  cursor: pointer;
}
.form-switch .form-switch-label::before {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  display: inline-block;
  width: 32px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10rem;
  z-index: 0;
}
.form-switch .form-switch-label::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #f6f6f6;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

/*#endregion -------------- Switch */
/*#region ----------------- Radio */
.form-radio {
  margin: 0.6rem 0;
}
.form-radio .form-radio-input {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-radio .form-radio-input:checked ~ .form-radio-label::before {
  background-color: #025fc2;
  border-color: #025fc2;
}
.form-radio .form-radio-input:checked ~ .form-radio-label::after {
  background-color: white;
}
.form-radio .form-radio-label {
  font-size: 16px;
  color: #1a1a1a;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.form-radio .form-radio-label::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  border: 2px solid #d2d3d4;
  border-radius: 10rem;
  z-index: 0;
}
.form-radio .form-radio-label::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0.4em;
  top: 0.4em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: transparent;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

.radio-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #535355;
  margin-bottom: 5px;
}

/*#endregion -------------- Radio */
/*#region ----------------- Tooltip */
[data-tooltip] {
  position: relative;
  cursor: pointer;
}

.tooltip {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  width: calc(100% - 20px);
  font-size: 13px;
  font-weight: 400;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
}
.tooltip::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -8px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
  transform: translateX(50%);
}

.tooltip.show {
  opacity: 1;
  visibility: visible;
}

/*#endregion -------------- Tooltip */
/*#region ----------------- BreadCrumb */
.breadcrumb .breadcrumb-list {
  margin: 0 0 1rem 0;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb .breadcrumb-item {
  font-size: 13px;
  color: #535355;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-right: 8px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  padding-left: 8px;
  color: #9e9e9e;
}
.breadcrumb .breadcrumb-item.active {
  color: #025fc2;
}

/*#endregion -------------- BreadCrumb */
/*#region ----------------- Sheet */
.sheet {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1050;
  display: none;
  transition: all 0.3s ease;
}
.sheet.active {
  display: block;
}
.sheet .inner {
  transition: all 0.3s ease;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 75vh;
  z-index: 1060;
  border-radius: 15px 15px 0 0;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
}
.sheet .inner.show {
  transform: translateY(0);
}
.sheet .sheet-header {
  padding: 12px 12px 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.sheet .sheet-header h3 {
  font-size: 17px;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.sheet .sheet-header h3 .fi {
  display: flex;
  margin-left: 10px;
  font-size: 20px;
  color: #535355;
}
.sheet .sheet-header .close-sheet {
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 0;
  border: none;
  font-size: 24px;
  color: #9e9e9e;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sheet .sheet-header .close-sheet .fi {
  display: flex;
}
.sheet .sheet-header .close-sheet:hover {
  color: #1a1a1a;
}
.sheet .sheet-body {
  padding: 12px;
  flex: 1 1 auto;
  overflow-y: auto;
  height: 100%;
}
.sheet .sheet-actions {
  flex-shrink: 0;
  padding: 12px;
  text-align: center;
  width: 100%;
}
.sheet.sheet-h-full .inner {
  max-height: 100vh;
  border-radius: 0;
}

.sheet-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.sheet-backdrop.active {
  display: block;
}

/*#endregion -------------- Sheet */
/*#region ----------------- Input */
.select-group {
  position: relative;
  margin-bottom: 16px;
}
.select-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #535355;
  margin-bottom: 5px;
}
.select-group .select {
  width: 100%;
  border: 1px solid #d2d3d4;
  border-radius: 5px;
  font-size: 16px;
  padding: 0.7rem 0.875rem;
  transition: all 0.3s ease-in-out;
  -moz-appearance: none;
       appearance: none;
  background-color: white;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left 0.75rem center;
  background-size: 16px 12px;
}
.select-group .select:hover, .select-group .select:focus {
  border-color: #9e9e9e;
}
.select-group.size-small label {
  font-size: 13px;
}
.select-group.size-small .select {
  padding: 0.544rem 0.875rem;
  height: unset;
  font-size: 14px;
}
.select-group .text-alert {
  font-size: 13px;
  margin-top: 5px;
}
.select-group .text-alert.error {
  color: #ef4444;
}
.select-group .text-alert.success {
  color: #ef4444;
}

/*#endregion -------------- Input */
/*#region ----------------- Tabs */
.nav-tabs {
  border-bottom: 1px solid #d2d3d4;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.nav-tabs .nav-link {
  vertical-align: middle;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #535355;
  border: none;
  border-bottom: 3px solid transparent;
  background-color: transparent;
}
.nav-tabs .nav-link.active {
  border-bottom-color: #025fc2;
  color: #025fc2;
  font-weight: 600;
}
.nav-tabs .nav-link.active .badge.badge-primary {
  background-color: #0e4fc7;
}
.nav-tabs .nav-link .icon {
  font-size: 16px;
  margin-left: 6px;
}
.nav-tabs .nav-link .icon .fi {
  position: relative;
  top: 3px;
}
.nav-tabs .nav-link .badge {
  background-color: #9e9e9e;
}
.nav-tabs.nowrap {
  overflow-x: auto;
}
.nav-tabs.nowrap .nav-link {
  white-space: nowrap;
}
.nav-tabs.font-lg .nav-link {
  font-size: 16px;
}

.tab-content {
  margin-top: 15px;
}
.tab-content .tab-pane {
  margin-top: 25px;
}

/*#endregion -------------- Tabs */
/*#region ----------------- Progress */
.progress {
  background-color: #f2f3f4;
  width: 100%;
  height: 5px;
  border-radius: 50rem;
}
.progress .progress-bar {
  background-color: #025fc2;
  height: 5px;
  border-radius: 50rem;
}

/*#endregion -------------- Progress */
/*#region ----------------- Textarea */
.textarea-group {
  position: relative;
  margin-bottom: 16px;
}
.textarea-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #535355;
  margin-bottom: 5px;
}
.textarea-group .textarea {
  width: 100%;
  border: 1px solid #d2d3d4;
  border-radius: 5px;
  font-size: 16px;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}
.textarea-group .textarea:hover, .textarea-group .textarea:focus {
  border-color: #9e9e9e;
}
.textarea-group .text-alert {
  font-size: 13px;
  margin-top: 5px;
}
.textarea-group .text-alert.error {
  color: #ef4444;
}
.textarea-group .text-alert.success {
  color: #ef4444;
}

.textarea-plugin-content {
  margin: 1.2rem 0;
}
.textarea-plugin-content label {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  display: block;
  margin-bottom: 8px;
}

/*#endregion -------------- Textarea */
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .dropdown-toggle.rounded-lg {
  border-radius: 10px;
}
.dropdown .dropdown-toggle.bg-white {
  background-color: transparent;
}
.dropdown .dropdown-toggle.bg-white:hover {
  background-color: #f6f6f6;
}
.dropdown .dropdown-toggle.btn-icon {
  width: 42px;
  height: 42px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9e9e9e;
}
.dropdown .dropdown-toggle.btn-icon::before {
  content: "\f70e";
  font-family: uicons-regular-straight;
  font-size: 22px;
}
.dropdown .dropdown-toggle .fi {
  display: block;
  font-size: 22px;
}
.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 170px;
  display: none;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 1;
  text-align: right;
  padding: 5px;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 8px 10px;
  text-decoration: none;
  color: #1a1a1a;
  display: block;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: none;
  text-align: right;
  cursor: pointer;
}
.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: rgba(14, 79, 199, 0.1);
  color: #0e4fc7;
}
.dropdown .dropdown-menu .dropdown-item:hover .fi, .dropdown .dropdown-menu .dropdown-item:focus .fi {
  color: #0e4fc7;
}
.dropdown .dropdown-menu .dropdown-item .fi {
  margin-left: 10px;
  font-size: 18px;
  position: relative;
  top: 3px;
  color: #9e9e9e;
}
.dropdown .dropdown-menu.open {
  display: flex;
}

/*#region ----------------- Alert */
.alert {
  background-color: #fff;
  color: #535355;
  font-size: 14px;
  font-weight: 500;
  padding: 15px;
  position: relative;
  border-radius: 10px;
  margin: 10px 0;
}
.alert.alert-success {
  background-color: rgba(34, 197, 94, 0.12);
  color: #22c55e;
}
.alert.alert-accent {
  background-color: rgba(168, 196, 22, 0.12);
  color: #a8c416;
}
.alert.alert-danger {
  background-color: rgba(239, 68, 68, 0.12);
  color: #ef4444;
}
.alert.alert-info {
  background-color: rgba(14, 165, 233, 0.12);
  color: #0ea5e9;
}
.alert.alert-warning {
  background-color: rgba(251, 191, 36, 0.12);
  color: #fbbf24;
}
.alert.alert-sm {
  font-size: 13px;
}
.alert.alert-md {
  font-size: 14px;
}
.alert.alert-lg {
  font-size: 16px;
}
.alert.removeable {
  padding-left: 40px;
}
.alert .btn-close-alert {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  border-radius: 50rem;
  background-color: transparent;
  color: #535355;
}
.alert .btn-close-alert .fi {
  display: flex;
}

.msg-content {
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  display: none;
  width: 100%;
  margin-top: 1rem;
  display: block;
}
.msg-content.text-center {
  text-align: center;
}
.msg-content.text-left {
  text-align: left;
}
.msg-content.error {
  color: #ef4444;
}
.msg-content.success {
  color: #22c55e;
}
.msg-content.info {
  color: #0ea5e9;
}
.msg-content.warning {
  color: #fbbf24;
}

/*#endregion -------------- Alert */
/*#region ----------------- Animation */
@keyframes swipeupsmall {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes swipeLeft {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaleZoomIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleZoomOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  40% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  80% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
/*#endregion -------------- Animation */
/*#region ----------------- Navbar */
.navbar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1040;
}
.navbar .nav-top {
  display: grid;
  grid-template-columns: 250px auto 250px;
  align-items: center;
  background-color: white;
  padding: 5px 50px;
  position: relative;
  z-index: 100;
}
.navbar .nav-top .logo a {
  display: block;
  width: 70px;
}
.navbar .nav-top .logo a img {
  width: 100%;
}
.navbar .nav-top .nav-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navbar .nav-top .nav-action .link-item {
  padding: 0 12px;
  border-right: 1px solid #d2d3d4;
}
.navbar .nav-top .nav-action .link-item:first-child {
  border-right: none;
}
.navbar .nav-top .nav-action .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: none;
  background-color: transparent;
  vertical-align: middle;
}
.navbar .nav-top .nav-action .item .icon {
  color: #535355;
  position: relative;
  width: 40px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .nav-top .nav-action .item .icon .fi {
  font-size: 24px;
  line-height: 0;
}
.navbar .nav-top .nav-action .item .icon .badge {
  background-color: #025fc2;
  position: absolute;
  top: 0;
  right: -5px;
}
.navbar .nav-top .nav-action .item .text {
  font-size: 13px;
  font-weight: 400;
  color: #535355;
  white-space: nowrap;
}
.navbar .nav-top .nav-action .item.btn-sign {
  background-color: #0e4fc7;
  padding: 0.65rem 1.2rem;
  border-radius: 50px;
  border: none;
  transition: all 0.2s ease-in-out;
}
.navbar .nav-top .nav-action .item.btn-sign .icon {
  display: none;
}
.navbar .nav-top .nav-action .item.btn-sign .text {
  color: white;
  font-weight: 500;
}
.navbar .nav-top .nav-action .item.btn-sign:hover {
  background-color: rgb(25.1690140845, 100.2394366197, 238.8309859155);
}
.navbar .nav-top .nav-action .item.btn-sign:hover .text {
  color: white;
}
.navbar .nav-top .nav-action .item:hover .icon,
.navbar .nav-top .nav-action .item:hover .text {
  color: #0e4fc7;
}
.navbar .nav-top .nav-action .user-menu {
  position: relative;
}
.navbar .nav-top .nav-action .user-menu .menu-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  border-radius: 10px;
  box-shadow: 0 1px 20px 1px rgba(83, 83, 85, 0.2);
  background-color: white;
}
.navbar .nav-top .nav-action .user-menu .menu-list ul {
  padding: 8px;
  margin: 0;
}
.navbar .nav-top .nav-action .user-menu .menu-list ul li a {
  display: grid;
  grid-template-columns: 30px auto;
  align-items: center;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  border-radius: 10px;
}
.navbar .nav-top .nav-action .user-menu .menu-list ul li a .fi {
  font-size: 20px;
  color: #535355;
  display: inline-flex;
}
.navbar .nav-top .nav-action .user-menu .menu-list ul li a:hover {
  background-color: #f6f6f6;
  color: #0e4fc7;
}
.navbar .nav-top .nav-action .user-menu .menu-list ul li a:hover .fi {
  color: #0e4fc7;
}
.navbar .nav-top .nav-action .user-menu:hover .item .icon,
.navbar .nav-top .nav-action .user-menu:hover .item .text {
  color: #0e4fc7;
}
.navbar .nav-top .nav-action .user-menu:hover .menu-list {
  display: block;
}
.navbar .nav-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: white;
  padding: 0 50px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 50;
  transition: transform 0.2s;
  transform: translate3d(0, 0%, 0);
}
.navbar .nav-bottom .categories-menu .category-icon {
  padding: 6px 20px;
  font-weight: 600;
  cursor: pointer;
  background-color: #0e4fc7;
  color: white;
  font-size: 14px;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .nav-bottom .categories-menu .category-icon .menulines {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.navbar .nav-bottom .categories-menu .category-icon .menulines .line {
  display: block;
  width: 26px;
  height: 2px;
  margin: 3px 0;
  background-color: white;
  border-radius: 5px;
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.navbar .nav-bottom .categories-menu .category-icon .menulines .line:nth-child(2) {
  width: 16px;
}
.navbar .nav-bottom .categories-menu .category-icon .menulines .line:nth-child(1) {
  width: 23px;
}
.navbar .nav-bottom .categories-menu:hover .category-icon .menulines .line {
  width: 26px;
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.navbar .nav-bottom .links-group {
  margin-right: 40px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.navbar .nav-bottom .links-group .links-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin: 0;
}
.navbar .nav-bottom .links-group .links-list li {
  margin-left: 15px;
}
.navbar .nav-bottom .links-group .links-list li:first-child {
  margin-right: 0;
}
.navbar .nav-bottom .links-group .links-list li .link {
  font-size: 13px;
  font-weight: 400;
  color: #535355;
  padding: 9px 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
.navbar .nav-bottom .links-group .links-list li .link:hover {
  color: #025fc2;
  transition: all 0.3s ease-in-out;
}
.navbar .nav-bottom .links-group .links-list li .link:hover .fi {
  color: #025fc2;
  transition: all 0.3s ease-in-out;
}
.navbar .nav-bottom .links-group .links-list li .link.toggle-arrow {
  padding-left: 5px;
  position: relative;
}
.navbar .nav-bottom .links-group .links-list li .link.toggle-arrow::after {
  content: "ﵠ";
  margin-right: 5px;
  font-size: 16px;
  font-family: uicons-regular-straight;
}
.navbar .nav-bottom .links-group .links-list li .fi {
  font-size: 16px;
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
}
.navbar .nav-bottom .links-group .links-list li:hover > ul {
  display: block;
  animation: swipeupsmall 0.2s ease-in-out;
}
.navbar .nav-bottom .sub-menu-list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  min-width: 220px;
  padding: 8px;
  margin: 0;
}
.navbar .nav-bottom .sub-menu-list li {
  position: relative;
  margin: 0 !important;
}
.navbar .nav-bottom .sub-menu-list li a {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  display: block;
  padding: 8px 10px;
  border-radius: 5px;
}
.navbar .nav-bottom .sub-menu-list li a .fi {
  font-size: 18px;
  position: relative;
  top: 4px;
  margin-left: 10px !important;
  color: #535355;
}
.navbar .nav-bottom .sub-menu-list li a:hover {
  color: #025fc2;
  background-color: #f6f6f6;
}
.navbar .nav-bottom .sub-menu-list li a:hover .fi {
  color: #025fc2;
}
.navbar .nav-bottom .sub-menu-list li.have-child::before {
  content: "ﵟ";
  position: absolute;
  left: 8px;
  top: 5px;
  font-family: uicons-regular-straight;
  font-size: 18px;
  color: #535355;
}
.navbar .nav-bottom .sub-menu-list li.have-child:hover > a {
  color: #025fc2;
}
.navbar .nav-bottom .sub-menu-list li.have-child:hover > a .fi {
  color: #025fc2;
}
.navbar .nav-bottom .sub-menu-list li.have-child:hover > a ~ ul {
  display: block;
}
.navbar .nav-bottom .sub-menu-list li > ul {
  display: none;
  position: absolute;
  right: 100%;
  top: -20px;
  background-color: white;
  min-width: 220px;
  border-radius: 10px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 8px;
}
.navbar .nav-bottom.is-fixed {
  position: fixed;
  top: 32px;
  width: 100%;
  transition: transform 0.2s;
}
.navbar .nav-bottom.is-visible {
  transform: translate3d(0, 100%, 0);
  transition: transform 0.2s;
}
.navbar .header-search {
  padding: 8px 0;
}
.navbar .header-search .search-inner {
  width: 70%;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
}
.navbar .header-search .search-inner .inputgroup {
  position: relative;
  margin-bottom: 0;
}
.navbar .header-search .search-inner .inputgroup .input {
  width: 100%;
  height: 48px;
  border: 1px solid #d2d3d4;
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 0 48px 0 20px;
  font-size: 14px;
  font-weight: 400;
  color: #535355;
  transition: all 0.3s ease-in-out;
}
.navbar .header-search .search-inner .inputgroup .input:hover, .navbar .header-search .search-inner .inputgroup .input:focus {
  border-color: #0e4fc7;
  background-color: white;
}
.navbar .header-search .search-inner .inputgroup .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  border: none;
  color: #9e9e9e;
}
.navbar .header-search .search-inner .inputgroup .btn-search .fi {
  font-size: 20px;
  position: relative;
  top: 3px;
  display: inline-flex;
}
.navbar .header-search .search-inner .inputgroup .btn-search:hover {
  color: #0e4fc7;
}
.navbar .header-search .search-inner .inputgroup .btn-search-clear,
.navbar .header-search .search-inner .inputgroup .btn-search-close {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 48px;
  background-color: transparent;
  color: #9e9e9e;
  border: none;
  padding: 5px 0;
  display: none;
  font-size: 18px;
}
.navbar .header-search .search-inner .inputgroup .btn-search-clear .fi,
.navbar .header-search .search-inner .inputgroup .btn-search-close .fi {
  position: relative;
  top: 4px;
}
.navbar .header-search .search-inner .inputgroup .btn-search-close {
  font-size: 22px;
}
.navbar .header-search .search-inner .inputgroup .btn-search-close .fi {
  top: 5px;
}
.navbar .header-search .search-inner .search-results {
  position: absolute;
  top: 48px;
  right: 0;
  width: 100%;
  background-color: white;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 15px 12px rgba(158, 158, 158, 0.2);
  display: none;
}
.navbar .header-search .search-inner .search-results ul {
  padding: 5px;
  margin: 0;
}
.navbar .header-search .search-inner .search-results ul li a {
  display: grid;
  grid-template-columns: 30px auto;
  align-items: center;
  padding: 8px 15px;
  border-radius: 10px;
}
.navbar .header-search .search-inner .search-results ul li a .icon {
  width: 30px;
  height: 30px;
}
.navbar .header-search .search-inner .search-results ul li a .icon .fi {
  font-size: 20px;
  line-height: normal;
  position: relative;
  top: 2px;
  color: #9e9e9e;
}
.navbar .header-search .search-inner .search-results ul li a .name {
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #535355;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.navbar .header-search .search-inner .search-results ul li:hover a {
  background-color: rgba(14, 79, 199, 0.1);
}
.navbar .header-search .search-inner .search-results ul li:hover a .icon .fi {
  color: #0e4fc7;
}
.navbar .header-search .search-inner .search-results ul li:hover a .name {
  color: #0e4fc7;
}
.navbar .header-search .search-inner .search-results.active {
  display: block;
}
.navbar .header-search .search-inner.active {
  box-shadow: 0 5px 20px rgba(26, 26, 26, 0.2);
}
.navbar .header-search .search-inner.active .inputgroup .input {
  border: none;
  border-radius: 10px 10px 0 0;
}
.navbar .header-search .btn-search-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: none;
  background-color: transparent;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.navbar .header-search .btn-search-mobile .icon {
  color: #535355;
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .header-search .btn-search-mobile .icon .fi {
  font-size: 24px;
  line-height: 0;
}
.navbar .header-search .btn-search-mobile .text {
  font-size: 13px;
  font-weight: 400;
  color: #535355;
  white-space: nowrap;
}
.navbar .nav-loading {
  width: 100%;
  height: 3px;
  transition: transform 0.2s;
}
.navbar .nav-loading .loading {
  background-color: #025fc2;
  height: 3px;
  transition: all 0.2s;
}

@media (max-width: 1199px) {
  .navbar .header-search .search-inner {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .navbar .nav-top {
    grid-template-columns: 120px auto;
    padding: 5px 20px;
    position: relative;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  }
  .navbar .nav-top .logo a {
    width: 60px;
  }
  .navbar .nav-top .nav-action .link-item {
    padding: 0;
    border: none;
  }
  .navbar .nav-top .nav-action .link-item.signin, .navbar .nav-top .nav-action .link-item.basket, .navbar .nav-top .nav-action .link-item.user-menu {
    display: none;
  }
  .navbar .nav-top .nav-action .item {
    padding: 0;
  }
  .navbar .nav-top .nav-action .item .text {
    display: none;
  }
  .navbar .nav-top .nav-action .item .icon {
    height: 40px;
  }
  .navbar .nav-bottom {
    display: none;
    visibility: hidden;
  }
  .navbar .nav-loading {
    transform: translateY(0);
  }
  .navbar .nav-loading.is-visile {
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .navbar .nav-top {
    padding: 5px 20px 5px 10px;
  }
  .navbar .nav-top .logo a {
    width: 54px;
  }
}
@media (max-width: 575px) {
  .navbar .nav-top {
    padding: 10px 20px;
  }
  .navbar .header-search {
    padding: 0;
  }
  .navbar .header-search .search-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 5px 12px;
    z-index: 10;
    height: 100%;
    background-color: white;
    border-radius: 0;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.3s ease;
    pointer-events: none;
  }
  .navbar .header-search .search-inner.active {
    opacity: 1;
    transform: scaleY(1);
    pointer-events: auto;
  }
  .navbar .header-search .search-inner.active .inputgroup .input {
    border-radius: 10px;
  }
  .navbar .header-search .search-inner .inputgroup .input {
    padding-left: 80px;
  }
  .navbar .header-search .search-inner .inputgroup .btn-search-close {
    display: block;
  }
  .navbar .header-search .search-inner .inputgroup .btn-search-clear {
    left: 40px;
  }
  .navbar .header-search .btn-search-mobile {
    display: flex;
  }
}
/*#endregion -------------- Navbar */
/*#region ----------------- Sidebar Cart */
#side-basket {
  width: 320px;
  position: fixed;
  top: 0;
  left: -320px;
  max-height: 100dvh;
  height: 100dvh;
  z-index: 2002;
  background: white;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
#side-basket.active {
  left: 0;
}
#side-basket .basket-header {
  text-align: center;
  padding: 30px 0;
  font-weight: 400;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 50;
  flex-shrink: 0;
}
#side-basket .basket-header .order-numbers {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0;
}
#side-basket .basket-header .order-numbers span {
  font-size: 14px;
  color: #9e9e9e;
}
#side-basket .basket-list-item {
  padding: 10px;
  overflow-y: auto;
  background-color: white;
  flex: 1 1 auto;
}
#side-basket .basket-list-item .item {
  border-bottom: 1px solid #d2d3d4;
  padding: 10px 0;
}
#side-basket .basket-list-item .item:last-child {
  border-bottom: none;
}
#side-basket .basket-list-item .item .item-inner {
  display: grid;
  grid-template-columns: 100px auto;
  align-items: center;
}
#side-basket .basket-list-item .item .product-image a {
  display: block;
}
#side-basket .basket-list-item .item .product-image img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}
#side-basket .basket-list-item .item .product-info {
  padding-right: 10px;
}
#side-basket .basket-list-item .item .product-info a {
  display: block;
}
#side-basket .basket-list-item .item .product-info .name {
  font-size: 13px;
  font-weight: 400;
  color: #1a1a1a;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: normal;
  margin-bottom: 0.6rem;
}
#side-basket .basket-list-item .item .product-info .name:hover {
  color: #0e4fc7;
}
#side-basket .basket-list-item .item .product-info .data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#side-basket .basket-list-item .item .product-info .price-content .price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#side-basket .basket-list-item .item .product-info .price-content .number {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}
#side-basket .basket-list-item .item .product-info .price-content .toman {
  font-size: 13px;
  font-weight: 400;
  margin-right: 5px;
  color: #535355;
}
#side-basket .basket-list-item .item .product-info .price-content .count {
  font-size: 13px;
  color: #535355;
}
#side-basket .basket-list-item .item .product-info .btn-delete {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #ef4444;
  padding: 5px;
  font-size: 12px;
  color: #ef4444;
  background-color: white;
}
#side-basket .basket-list-item .item .product-info .btn-delete:hover {
  background-color: #ef4444;
  color: white;
}
#side-basket .basket-pays {
  padding: 10px;
  z-index: 50px;
  background-color: white;
  flex-shrink: 0;
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.1);
}
#side-basket .basket-pays .goto-cart {
  width: 100%;
  display: block;
  position: relative;
  color: white;
  background: #0e4fc7;
  border-radius: 10px;
  padding: 12px;
}
#side-basket .basket-pays .goto-cart .count-price {
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  background-color: white;
  color: #0e4fc7;
}
#side-basket .basket-pays .goto-cart .btn-text {
  font-size: 14px;
  font-weight: 400;
}
#side-basket #dismiss-basket {
  position: absolute;
  right: 10px;
  top: 22px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #9e9e9e;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  z-index: 60;
}
#side-basket #dismiss-basket:hover {
  color: #1a1a1a;
}
#side-basket #dismiss-basket .fi {
  font-size: 24px;
  position: relative;
  top: 3px;
  display: inline-flex;
}
#side-basket .delete-basket {
  left: 10px;
}
#side-basket .delete-basket:hover {
  background-color: #ef4444;
  color: white;
}

.basket-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2001;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.basket-overlay.active {
  display: block;
  opacity: 1;
}

@media (max-width: 340px) {
  #side-basket {
    width: 100%;
    left: -400px;
  }
}
/*#endregion -------------- Sidebar Cart */
/*#region ----------------- Navbar Bottom */
.navbar-bottom {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.1);
  z-index: 888;
}
.navbar-bottom .inner {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
.navbar-bottom .item {
  padding: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  position: relative;
}
.navbar-bottom .item h3 {
  font-size: 13px;
  font-weight: 500;
  color: #9e9e9e;
  text-align: center;
  margin: 5px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar-bottom .item .icon {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
}
.navbar-bottom .item .icon::before {
  content: "";
  font-family: uicons-regular-straight;
  font-size: 20px;
}
.navbar-bottom .item .badge {
  position: absolute;
  top: -8px;
  right: -15px;
  background-color: #025fc2;
  color: white;
}
.navbar-bottom .item.active .icon::before {
  font-family: uicons-solid-straight;
}
.navbar-bottom .item.active h3 {
  color: #1a1a1a;
  font-weight: 600;
}
.navbar-bottom .item.home .icon::before {
  content: "\f78b";
}
.navbar-bottom .item.home.active .icon::before {
  content: "\f78f";
}
.navbar-bottom .item.category .icon::before {
  content: "﵈";
}
.navbar-bottom .item.category.active .icon::before {
  content: "ﵒ";
}
.navbar-bottom .item.basket .icon::before {
  content: "\f3d0";
}
.navbar-bottom .item.basket.active .icon::before {
  content: "\f3d3";
}
.navbar-bottom .item.user .icon::before {
  content: "\f183";
}
.navbar-bottom .item.user.active .icon::before {
  content: "\f187";
}

@media (max-width: 992px) {
  .navbar-bottom {
    display: block;
  }
}
/*#endregion -------------- Navbar Bottom */
/*#region ----------------- Master Page */
.master-page {
  margin: 20px 0 80px 0;
}
.master-page .section-inner {
  border: 1px solid #d2d3d4;
  border-radius: 15px;
  padding: 40px;
}
.master-page .title {
  font-size: 20px;
  margin: 20px 0 10px 0;
  color: #1a1a1a;
}
.master-page .text {
  color: #535355;
  text-align: justify;
}
.master-page .text-list {
  list-style: disc;
  padding-right: 30px;
}
.master-page .text-list li {
  margin: 8px 0;
  color: #535355;
  text-align: justify;
}
.master-page .icons-list li {
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
  margin: 10px 0;
}
.master-page .icons-list li .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #025fc2;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.master-page .icons-list li .icon .fi {
  display: flex;
}
.master-page .icons-list li .text {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.master-page .icons-list li .text a {
  display: inline-block;
  font-weight: 500;
  border-left: 1px solid #d2d3d4;
  padding: 0 10px;
  margin: 5px 0;
}
.master-page .icons-list li .text a:last-child {
  border-left: none;
}

.empty-box {
  margin: 2rem 0;
  text-align: center;
}
.empty-box .thumb {
  width: 90px;
  margin: 0 auto;
}
.empty-box .thumb img {
  width: 100%;
}
.empty-box h6 {
  font-size: 16px;
  margin: 1rem 0 0 0;
  color: #535355;
}
.empty-box .btns-action {
  margin-top: 20px;
  text-align: center;
}

.error-page {
  margin: 150px 0 100px 0;
}
.error-page .section-inner {
  width: 600px;
  margin: 0 auto;
  border: 1px solid #d2d3d4;
  border-radius: 15px;
}
.error-page .image-content {
  position: relative;
  width: 100%;
  height: 160px;
  margin-top: 10px;
}
.error-page .image-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/disconnect.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.error-page .text {
  padding: 20px 40px 40px 40px;
}
.error-page .number {
  font-size: 96px;
  font-weight: 900;
  text-align: center;
  color: #1a1a1a;
  line-height: 1;
}
.error-page p {
  font-size: 16px;
  font-weight: 600;
  color: #535355;
  text-align: center;
}
.error-page .btn-action {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.error-page .btn-action .btn {
  margin: 10px 0;
}

@media (max-width: 992px) {
  .master-page .section-inner {
    padding: 30px;
  }
  .error-page {
    margin-top: 120px;
  }
  .error-page .number {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .master-page .section-inner {
    padding: 20px;
  }
  .master-page .title {
    font-size: 18px;
    margin: 20px 0 5px 0;
  }
  .master-page .text {
    font-size: 14px;
    line-height: 22px;
  }
  .master-page .text-list li {
    margin: 6px 0;
    font-size: 14px;
  }
  .error-page .section-inner {
    width: 100%;
  }
  .error-page .number {
    font-size: 70px;
  }
}
/*#endregion -------------- Master Page */
/*#region ----------------- Mega Menu */
#megamenu .mega-content {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: calc(100vh - 200px);
  z-index: 1060;
  padding: 0 50px;
  display: none;
}
#megamenu .mega-content.active {
  display: block;
  animation: fadeIn 0.2s linear;
}
#megamenu .mega-content .mega-inner {
  background-color: white;
  box-shadow: 0 10px 20px rgba(158, 158, 158, 0.3);
  border-radius: 0 0 10px 10px;
  height: 100%;
}
#megamenu .mega-content .mega-inner .megamenu-layout {
  display: grid;
  grid-template-columns: 240px auto;
  position: relative;
  padding: 10px 10px 0 0;
  height: 100%;
}
#megamenu .mega-content .menu-header {
  background-color: #0e4fc7;
  border-radius: 10px;
  height: calc(100% - 10px);
  overflow-y: auto;
}
#megamenu .mega-content .menu-header .sub-header a {
  display: grid;
  grid-template-columns: 25px auto;
  align-items: center;
  padding: 12px;
}
#megamenu .mega-content .menu-header .sub-header a .icon {
  color: rgba(255, 255, 255, 0.8);
}
#megamenu .mega-content .menu-header .sub-header a .icon .fi {
  font-size: 18px;
  display: flex;
}
#megamenu .mega-content .menu-header .sub-header a .text {
  font-size: 13px;
  font-weight: 400;
  color: white;
}
#megamenu .mega-content .menu-header .sub-header.active {
  background-color: white;
}
#megamenu .mega-content .menu-header .sub-header.active .icon,
#megamenu .mega-content .menu-header .sub-header.active .text {
  color: #0e4fc7;
}
#megamenu .mega-content .menu-header .sub-header:hover a {
  background-color: rgba(255, 255, 255, 0.1);
}
#megamenu .mega-content .menu-category {
  height: 100%;
}
#megamenu .mega-content .menu-category .sub-category {
  display: none;
  position: relative;
  top: 0;
  right: 0;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  z-index: 400;
}
#megamenu .mega-content .menu-category .sub-category .categories-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: calc(100vh - 220px);
  width: calc(100% - 240px);
  padding: 15px;
  margin: 0;
}
#megamenu .mega-content .menu-category .sub-category .categories-list .sub-item {
  display: inline-block;
  margin-bottom: 0;
}
#megamenu .mega-content .menu-category .sub-category .categories-list .sub-item > .sub-title {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
}
#megamenu .mega-content .menu-category .sub-category .categories-list .sub-item > .sub-title::after {
  content: "ﵟ";
  font-family: uicons-regular-straight;
  position: relative;
  right: 5px;
  top: 4px;
  font-size: 16px;
}
#megamenu .mega-content .menu-category .sub-category .categories-list .sub-item > .sub-title:hover {
  color: #025fc2;
}
#megamenu .mega-content .menu-category .sub-category .categories-list .sub-item > ul {
  margin: 0 0 5px 0;
}
#megamenu .mega-content .menu-category .sub-category .categories-list .sub-item > ul a {
  font-size: 13px;
  font-weight: 400;
  color: #535355;
}
#megamenu .mega-content .menu-category .sub-category .categories-list .sub-item > ul a:hover {
  color: #025fc2;
}
#megamenu .mega-content .menu-category .sub-category .sub-background {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 240px;
}
#megamenu .mega-content .menu-category .sub-category .sub-background img {
  width: 100%;
  border-radius: 0 0 0 10px;
}
#megamenu .mega-content .menu-category .sub-category.active {
  display: block;
}

.megemenu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}
.megemenu-overlay.active {
  display: block;
}

/*#endregion -------------- Mega Menu */
/*#region ----------------- Home */
.home-carousel {
  margin: 115px 0 50px 0;
}
.home-carousel.type-2 {
  margin-top: 145px;
}
.home-carousel.type-2 .swiper-home .swiper-slide img {
  border-radius: 10px;
}

.swiper-home .swiper-slide a {
  display: block;
}
.swiper-home .swiper-slide img {
  width: 100%;
  border-radius: 5px;
}
.swiper-home .swiper-button-next,
.swiper-home .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50rem;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  top: unset;
  bottom: 20px;
  transition: all 0.2s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.swiper-home .swiper-button-next::after,
.swiper-home .swiper-button-prev::after {
  content: "";
  font-family: uicons-regular-straight;
  font-size: 24px;
  color: white;
}
.swiper-home .swiper-button-next:hover,
.swiper-home .swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.7);
}
.swiper-home .swiper-button-prev {
  right: 50px !important;
}
.swiper-home .swiper-button-prev::after {
  content: "ﵡ";
}
.swiper-home .swiper-button-next {
  left: unset;
  right: 100px;
}
.swiper-home .swiper-button-next::after {
  content: "ﵢ";
}
.swiper-home .swiper-pagination-bullet {
  background-color: white;
}

@media (max-width: 992px) {
  .home-carousel {
    margin: 74px 0 50px 0;
  }
  .home-carousel.type-2 {
    margin-top: 90px;
  }
  .swiper-home .swiper-button-next,
  .swiper-home .swiper-button-prev {
    width: 38px;
    height: 38px;
  }
  .swiper-home .swiper-button-next::after,
  .swiper-home .swiper-button-prev::after {
    font-size: 20px;
  }
  .swiper-home .swiper-button-next {
    right: 75px;
  }
  .swiper-home .swiper-button-prev {
    right: 25px !important;
  }
}
@media (max-width: 575px) {
  .home-carousel {
    margin-top: 64px;
  }
  .home-carousel.type-2 {
    margin-top: 74px;
  }
  .swiper-home .swiper-button-next,
  .swiper-home .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .swiper-home .swiper-button-next::after,
  .swiper-home .swiper-button-prev::after {
    font-size: 16px;
  }
  .swiper-home .swiper-button-next {
    right: 65px;
  }
  .swiper-home .swiper-pagination {
    left: 15px;
    width: auto;
  }
}
/*#endregion -------------- Home */
/*#region ----------------- Category */
.home-category {
  margin: 50px 0;
}

.card-category a {
  display: block;
}
.card-category .thumb img {
  width: 100%;
}

.category-circle-row {
  margin: 70px 0;
}
.category-circle-row .section-inner {
  display: grid;
  grid-template-columns: 300px auto;
}
.category-circle-row .side-info {
  height: 100%;
}
.category-circle-row .side-info .inner {
  height: 100%;
  background-color: #f2f3f4;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.category-circle-row .side-info .title h2 {
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.category-circle-row .side-info .title h2 .fi {
  position: relative;
  top: 3px;
  font-size: 20px;
  color: #535355;
  margin-left: 10px;
}
.category-circle-row .side-info .title p {
  font-size: 14px;
  color: #535355;
}
.category-circle-row .side-info .see-more-btn {
  width: 100%;
}
.category-circle-row .side-info .see-more-btn .btn {
  width: 100%;
}
.category-circle-row .main-info {
  padding-right: 20px;
}
.category-circle-row .main-info .grid-layout {
  display: grid;
}
.category-circle-row .main-info .grid-layout.grid-6 {
  grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
}
.category-circle-row .main-info .grid-layout.grid-5 {
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.category-circle-row .main-info .grid-layout.grid-4 {
  grid-template-columns: 25% 25% 25% 25%;
}
.category-circle-row .main-info .grid-layout.grid-3 {
  grid-template-columns: 33.33% 33.33% 33.33% 33.33% 33.33% 33.33%;
}
.category-circle-row .main-info .item {
  padding: 5px;
}
.category-circle-row .main-info .item a {
  display: block;
}
.category-circle-row .main-info .item a:hover .thumb {
  transform: scale(1.05);
}
.category-circle-row .main-info .item a:hover h3 {
  color: #0e4fc7;
}
.category-circle-row .main-info .item .thumb {
  padding: 10px;
  transition: all 0.2s ease-in-out;
}
.category-circle-row .main-info .item .thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-circle-row .main-info .item h3 {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.category-top-brands-section {
  margin: 60px 0;
}
.category-top-brands-section .grid-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.category-top-brands-section .grid-layout .card-brand {
  flex: 0 0 20%;
  width: 20%;
  padding: 6px;
}

.card-brand .card-inner {
  display: block;
  position: relative;
}
.card-brand .thumb {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  margin: 0;
}
.card-brand .thumb .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.card-brand .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  transition: all 0.3s ease-in;
}
.card-brand .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  opacity: 0.7;
  transition: all ease-in-out 0.2s;
}
.card-brand .brand {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.card-brand .brand img {
  width: 60%;
  max-height: 100%;
}
.card-brand:hover .thumb::before {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

.category-price {
  margin: 50px 0;
}
.category-price .grid-layout {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
}
.category-price .grid-layout .grid-item {
  flex: 1 0 20%;
  width: 20%;
}

.card-price {
  padding: 10px;
  margin-bottom: 10px;
}
.card-price .card-inner {
  background-color: #0e4fc7;
  border-radius: 10px;
  padding: 20px 20px 0 20px;
  display: block;
  transition: all 0.2s ease-in-out;
}
.card-price h3 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
}
.card-price h3 strong {
  color: white;
  margin: 0 5px;
  font-size: 22px;
}
.card-price .arrow {
  transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 4px solid white;
  background-color: #0e4fc7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  position: relative;
  bottom: -20px;
}
.card-price .arrow .fi {
  display: flex;
}
.card-price:hover .card-inner {
  background-color: rgb(16.6816901408, 94.1323943662, 237.1183098592);
}
.card-price:hover .arrow {
  background-color: rgb(16.6816901408, 94.1323943662, 237.1183098592);
}

@media (max-width: 1199px) {
  .category-circle-row .section-inner {
    grid-template-columns: 250px auto;
  }
  .category-circle-row .side-info .inner {
    padding: 15px;
  }
  .category-circle-row .main-info .item h3 {
    font-size: 13px;
  }
  .category-top-brands-section .grid-layout .card-brand {
    flex: 0 0 25%;
    width: 25%;
  }
  .card-brand .thumb {
    height: 160px;
  }
  .category-price .grid-layout .grid-item {
    flex: 1 0 33.33%;
    width: 33.33%;
  }
}
@media (max-width: 992px) {
  .category-circle-row {
    margin: 60px 0;
  }
  .category-circle-row .section-inner {
    grid-template-columns: 100%;
  }
  .category-circle-row .side-info {
    order: 2;
  }
  .category-circle-row .side-info .title {
    width: 100%;
  }
  .category-circle-row .side-info .title h2 {
    margin-bottom: 10px;
  }
  .category-circle-row .side-info .title p {
    margin-bottom: 10px;
  }
  .category-circle-row .main-info {
    order: 1;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .card-brand .thumb {
    height: 120px;
  }
}
@media (max-width: 768px) {
  .category-circle-row .main-info .grid-layout.grid-6 {
    grid-template-columns: 25% 25% 25% 25%;
  }
  .category-circle-row .main-info .item .thumb {
    padding: 6px;
  }
  .category-top-brands-section .grid-layout .card-brand {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
  .category-price .grid-layout .grid-item {
    flex: 1 0 50%;
    width: 50%;
  }
  .card-price h3 {
    font-size: 16px;
  }
  .card-price h3 strong {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .category-circle-row .main-info .grid-layout.grid-6 {
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
  .category-top-brands-section .grid-layout .card-brand {
    flex: 0 0 50%;
    width: 50%;
  }
  .card-price h3 {
    font-size: 14px;
  }
  .card-price h3 strong {
    font-size: 18px;
  }
}
@media (max-width: 350px) {
  .card-brand .thumb {
    height: 100px;
  }
}
/*#endregion -------------- Category */
/*#region ----------------- Page Title */
.page-title {
  margin: 0.5rem 0 1.5rem 0;
}
.page-title.align-center .title-inner {
  text-align: center;
}
.page-title.align-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-title h2 {
  font-size: 1.65rem;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.page-title p {
  color: #535355;
  margin-bottom: 0;
}
.page-title .btn-link {
  color: #0e4fc7;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.page-title .btn-link .fi {
  margin-right: 5px;
  display: flex;
  font-size: 20px;
}
.page-title .btn-link:hover {
  color: #025fc2;
}

@media (max-width: 992px) {
  .page-title h2 {
    font-size: 1.45rem;
  }
}
@media (max-width: 768px) {
  .page-title h2 {
    font-size: 1.35rem;
  }
}
/*#endregion -------------- Page Title */
/*#region ----------------- Product */
.product-row-carousel {
  margin: 60px 0;
}
.product-row-carousel .section-inner {
  position: relative;
}
.product-row-carousel.have-padding {
  padding: 0 50px;
}
.product-row-carousel .page-title h2 {
  margin-bottom: 0 !important;
}

.swiper-products,
.swiper-products-type-2 {
  position: unset;
}
.swiper-products .swiper-button-next,
.swiper-products .swiper-button-prev,
.swiper-products-type-2 .swiper-button-next,
.swiper-products-type-2 .swiper-button-prev {
  background-color: white;
  border: 1px solid #d2d3d4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.swiper-products .swiper-button-next::after,
.swiper-products .swiper-button-prev::after,
.swiper-products-type-2 .swiper-button-next::after,
.swiper-products-type-2 .swiper-button-prev::after {
  content: "";
  font-family: uicons-regular-straight;
  font-size: 18px;
  color: #535355;
}
.swiper-products .swiper-button-next,
.swiper-products-type-2 .swiper-button-next {
  left: -15px;
}
.swiper-products .swiper-button-next::after,
.swiper-products-type-2 .swiper-button-next::after {
  content: "ﵢ";
}
.swiper-products .swiper-button-prev,
.swiper-products-type-2 .swiper-button-prev {
  right: -15px;
}
.swiper-products .swiper-button-prev::after,
.swiper-products-type-2 .swiper-button-prev::after {
  content: "ﵡ";
}

.card-product {
  overflow: hidden;
  padding: 2px;
  position: relative;
}
.card-product .card-inner {
  border: 1px solid #d2d3d4;
  border-radius: 5px;
  display: block;
  position: relative;
}
.card-product .thumb img {
  border-radius: 5px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-product .info {
  padding: 10px 10px 10px 5px;
}
.card-product .info .name {
  padding-left: 5px;
}
.card-product .info .name h2 {
  font-size: 14px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 52px;
  color: #1a1a1a;
}
.card-product .price-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 8px 0;
  min-height: 40px;
}
.card-product .price-content .price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
}
.card-product .price-content .price h3,
.card-product .price-content .price h4 {
  margin-bottom: 0;
}
.card-product .price-content .price h3 {
  font-size: 18px;
  font-weight: 800;
  color: #1a1a1a;
}
.card-product .price-content .price h4 {
  font-size: 16px;
  font-weight: 400;
  color: #9e9e9e;
  -webkit-text-decoration: line-through 0.1em solid #9e9e9e;
          text-decoration: line-through 0.1em solid #9e9e9e;
}
.card-product .price-content .toman {
  transform: rotate(-90deg);
  color: #535355;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}
.card-product .percentage {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ef4444;
  border-radius: 5rem;
  padding: 4px 10px 2px 10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.card-product .card-colors {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding-bottom: 10px;
  min-height: 26px;
}
.card-product .card-colors li {
  border: 2px solid #d2d3d4;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
  line-height: 50px;
  text-align: center;
}
.card-product .float-option {
  position: absolute;
  left: 0;
  top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.card-product .float-option ul {
  margin: 0;
  padding: 5px 0;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  border-radius: 4px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.card-product .float-option ul li button,
.card-product .float-option ul li a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #535355;
  font-size: 22px;
  background-color: transparent;
  border: none;
}
.card-product .float-option ul li button .fi,
.card-product .float-option ul li a .fi {
  display: flex;
}
.card-product .float-option ul li button img,
.card-product .float-option ul li a img {
  width: 25px;
}
.card-product .float-option ul li button:hover,
.card-product .float-option ul li a:hover {
  color: #025fc2;
}
.card-product .float-option ul li button.active,
.card-product .float-option ul li a.active {
  color: #ef4444;
}
.card-product .float-option .btn-bookmark {
  position: relative;
}
.card-product .float-option .btn-bookmark::before {
  content: "\f7a0";
  font-family: uicons-regular-straight;
  font-size: 22px;
}
.card-product .float-option .btn-bookmark.active::before {
  content: "\f7a4";
  font-family: uicons-solid-straight;
}
.card-product:hover .float-option {
  left: 10px;
  opacity: 1;
  visibility: visible;
}
.card-product.type-hover-info {
  padding: 0;
}
.card-product.type-hover-info .card-inner {
  border-radius: 0;
  border: none;
}
.card-product.type-hover-info .thumb img {
  border-radius: 0;
}
.card-product.type-hover-info .info {
  position: absolute;
  bottom: -100%;
  right: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.card-product.type-hover-info:hover .info {
  bottom: 0;
}

.user-visit-section {
  margin: 60px 0;
}

.card-visit {
  background-color: #f2f3f4;
  border-radius: 5px;
}
.card-visit .title {
  padding: 12px;
}
.card-visit .title h2 {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
.card-visit .title p {
  color: #535355;
  font-size: 14px;
  margin-bottom: 0;
}
.card-visit .list {
  padding: 5px 12px 12px 12px;
}
.card-visit .item {
  margin-top: 10px;
}
.card-visit .item a {
  display: grid;
  grid-template-columns: 90px auto;
}
.card-visit .item .thumb img {
  width: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-visit .item .info {
  padding-right: 10px;
  padding-top: 10px;
}
.card-visit .item .info h3 {
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.total-products-list {
  margin: 60px 0;
}
.total-products-list .section-inner {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  border-top: 1px solid #d2d3d4;
  border-right: 1px solid #d2d3d4;
}
.total-products-list .section-inner .card-product {
  padding: 0;
}
.total-products-list .section-inner .card-product .card-inner {
  border-right: 0;
  border-radius: 0;
  border-top: 0;
}
.total-products-list .section-inner .card-product .card-colors {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.products-bigShow-preview .page-title h2 {
  margin-bottom: 0 !important;
}
.products-bigShow-preview .side-products .card-product {
  padding: 1px;
}
.products-bigShow-preview .side-products .card-product .card-inner {
  border-radius: 0;
  padding-bottom: 26px;
}
.products-bigShow-preview .side-products .card-product .thumb img {
  border-radius: 0;
}
.products-bigShow-preview .main-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid #d2d3d4;
  border-bottom: 0;
  border-left: none;
}
.products-bigShow-preview .main-products .card-product .card-inner {
  border-bottom: 1px solid #d2d3d4;
  border-left: 1px solid #d2d3d4;
}

@media (max-width: 1400px) {
  .products-bigShow-preview .main-products .card-product .card-inner {
    padding: 5px 0;
  }
}
@media (max-width: 1199px) {
  .card-visit {
    margin-bottom: 22px;
  }
  .total-products-list .section-inner {
    grid-template-columns: 25% 25% 25% 25%;
  }
  .products-bigShow-preview .main-products .card-product .card-inner {
    padding: 10px 0;
  }
}
@media (max-width: 992px) {
  .product-row-carousel.have-padding {
    padding: 0 30px;
  }
  .total-products-list .section-inner {
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
  .products-bigShow-preview .main-products {
    margin-top: -2px;
  }
  .products-bigShow-preview .main-products .card-product .card-inner {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .product-row-carousel.have-padding {
    padding: 0 15px;
  }
  .swiper-products .swiper-button-next,
  .swiper-products .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
  .swiper-products .swiper-button-next::after,
  .swiper-products .swiper-button-prev::after {
    font-size: 16px;
  }
  .swiper-products .swiper-button-next {
    left: -5px;
  }
  .swiper-products .swiper-button-prev {
    right: -5px;
  }
  .card-visit .title {
    padding: 12px 8px 8px 8px;
  }
  .card-visit .list {
    padding: 5px 8px 8px 8px;
  }
  .card-visit .item a {
    grid-template-columns: 70px auto;
  }
  .card-visit .item .info h3 {
    font-size: 13px;
  }
  .card-product .info {
    padding: 6px;
  }
  .card-product .info .name {
    padding-left: 0;
  }
  .card-product .info .name h2 {
    font-size: 13px;
    line-height: 24px;
    min-height: 48px;
  }
  .card-product .price-content .price h3 {
    font-size: 16px;
  }
  .card-product .price-content .price h4 {
    font-size: 14px;
  }
  .card-product .price-content .toman {
    font-size: 12px;
  }
  .card-product .percentage {
    font-size: 14px;
  }
  .products-bigShow-preview .main-products {
    margin-top: -1px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .products-bigShow-preview .main-products .card-product .info .name h2 {
    -webkit-line-clamp: 1;
    min-height: 24px;
  }
}
@media (max-width: 575px) {
  .product-row-carousel.have-padding {
    padding: 0 5px;
  }
  .total-products-list .section-inner {
    grid-template-columns: 50% 50%;
  }
  .total-products-list .section-inner .card-product:last-child {
    display: none;
  }
  .card-product .percentage {
    font-size: 13px;
  }
}
/*#endregion -------------- Product */
/*#region ----------------- Special Offers */
.countdown-timer.in-specialOffer .box-time {
  background-color: #fa413d;
  height: 65px;
  width: 55px;
  margin-right: 5px;
  border-radius: 10px;
  border: none;
}
.countdown-timer.in-specialOffer .box-time:first-child {
  margin-right: 0;
}
.countdown-timer.in-specialOffer .box-time h6 {
  font-size: 20px;
  font-weight: 800;
  color: white;
}
.countdown-timer.in-specialOffer .box-time span {
  font-size: 13px;
  color: white;
}
.countdown-timer.in-card .box-time {
  min-width: 30px;
  height: unset;
  border: unset;
  position: relative;
}
.countdown-timer.in-card .box-time::before {
  content: ":";
  position: absolute;
  left: 0;
  top: -2px;
  color: #fa413d;
}
.countdown-timer.in-card .box-time:last-child::before {
  display: none;
}
.countdown-timer.in-card .box-time h6 {
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}
.countdown-timer.in-card .box-time span {
  display: none;
}
.countdown-timer.in-product-details {
  margin-bottom: 12px;
  background-color: rgba(239, 68, 68, 0.1);
  border-radius: 10px;
  padding: 5px;
  overflow: hidden;
  position: relative;
}
.countdown-timer.in-product-details::before {
  content: "\f24b";
  font-family: uicons-regular-straight;
  position: absolute;
  left: -5px;
  bottom: -5px;
  width: 50px;
  height: 50px;
  font-size: 40px;
  color: rgba(239, 68, 68, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.countdown-timer.in-product-details .box-time {
  border: none;
  min-width: 45px;
  height: 32px;
}
.countdown-timer.in-product-details .box-time:last-child h6::before {
  display: none;
}
.countdown-timer.in-product-details .box-time h6 {
  font-size: 18px;
  margin-bottom: 0;
  position: relative;
}
.countdown-timer.in-product-details .box-time h6::before {
  content: ":";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.countdown-timer.in-product-details .box-time span {
  display: none;
}
.countdown-timer.in-product-details p {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #ef4444;
  width: 100%;
  margin-bottom: 0;
}
.countdown-timer p {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
}
.countdown-timer .timer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.countdown-timer .box-time {
  height: 40px;
  min-width: 60px;
  border-left: 1px solid #d2d3d4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.countdown-timer .box-time:last-child {
  border-left: none;
}
.countdown-timer .box-time h6 {
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 600;
  color: #ef4444;
  line-height: 20px;
}
.countdown-timer .box-time span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #ef4444;
}
.countdown-timer.hidden-hour .box-time:last-child {
  display: none;
}
.countdown-timer.hidden-hour .box-time:nth-child(3)::before {
  display: none;
}

@media (max-width: 992px) {
  .countdown-timer.in-product-details .box-time h6 {
    font-size: 18px;
  }
  .countdown-timer.in-product-details .box-time span {
    font-size: 12px;
  }
  .countdown-timer p {
    line-height: 15px;
    font-size: 13px;
  }
  .countdown-timer .box-time {
    min-width: 42px;
  }
  .countdown-timer .box-time h6 {
    font-size: 20px;
  }
  .countdown-timer .box-time span {
    font-size: 9px;
  }
}
@media (max-width: 768px) {
  .countdown-timer.in-header {
    top: 0;
  }
  .countdown-timer.in-specialOffer .box-time {
    background-color: white;
    height: 48px;
  }
  .countdown-timer.in-specialOffer .box-time h6 {
    color: #fa413d;
    font-size: 16px;
    margin-bottom: 0;
  }
  .countdown-timer.in-specialOffer .box-time span {
    font-size: 12px;
    color: #fa413d;
  }
  .countdown-timer .box-time span {
    font-size: 12px;
  }
}
/*#endregion -------------- Special Offers */
/*#region ----------------- Special Offers */
.special-offers-section .section-inner {
  background-color: #fa413d;
  padding: 0 20px 20px 20px;
  border-radius: 10px;
}
.special-offers-section .offers-header {
  position: relative;
}
.special-offers-section .offers-header .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 95px;
}
.special-offers-section .offers-header .title h2 {
  font-size: 20px;
  color: white;
  margin-bottom: 0;
}
.special-offers-section .swiper-buttons-control {
  margin-right: 30px;
}
.special-offers-section .swiper-buttons-control .swiper-btn-prev,
.special-offers-section .swiper-buttons-control .swiper-btn-next {
  width: 38px;
  height: 38px;
  padding: 5px;
  border-radius: 50%;
  border: none;
  background-color: white;
  color: #535355;
  margin: 2px;
  font-size: 22px;
}
.special-offers-section .swiper-buttons-control .swiper-btn-prev .fi,
.special-offers-section .swiper-buttons-control .swiper-btn-next .fi {
  position: relative;
  top: 3px;
}
.special-offers-section .countdown-content {
  position: absolute;
  left: -20px;
  top: 0;
  background-color: white;
  padding: 0 10px 10px 0;
  border-radius: 0 0 12px 0;
}
.special-offers-section .countdown-content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 15px;
  height: 15px;
  background-image: url(../images/shape-curve-top-left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.special-offers-section .countdown-content::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 15px;
  height: 15px;
  background-image: url(../images/shape-curve-top-left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.special-offers-section .card-product .card-inner {
  background-color: white;
  border-color: white;
}
.special-offers-section .card-product .info {
  padding: 5px;
}
.special-offers-section .card-product .info .name h2 {
  font-size: 13px;
  line-height: 24px;
  min-height: 48px;
}
.special-offers-section .card-product .price-content {
  margin: 8px 0;
}
.special-offers-section .card-product .price-content .price h3 {
  font-size: 16px;
}
.special-offers-section .card-product .price-content .price h4 {
  font-size: 14px;
}
.special-offers-section .card-product .price-content .toman {
  font-size: 12px;
}

.special-offers-countdown {
  position: relative;
  padding-bottom: 30px;
}
.special-offers-countdown.color-danger::before, .special-offers-countdown.color-primary::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 600px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  opacity: 0.2;
}
.special-offers-countdown.color-danger {
  background-color: rgba(239, 68, 68, 0.1);
}
.special-offers-countdown.color-danger::before {
  background-image: url(../images/bg/special-offers-bg-danger.svg);
}
.special-offers-countdown.color-primary {
  background-color: rgba(14, 79, 199, 0.1);
}
.special-offers-countdown.color-primary::before {
  background-image: url(../images/bg/special-offers-bg-primary.svg);
}
.special-offers-countdown.color-primary .offers-header .title h2 {
  background-color: #0e4fc7;
}
.special-offers-countdown.color-primary .countdown-content .countdown-timer .box-time {
  background-color: #0e4fc7;
}
.special-offers-countdown .section-inner {
  position: relative;
}
.special-offers-countdown .offers-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.special-offers-countdown .offers-header .title {
  border-radius: 0 0 12px 12px;
  border: 10px solid white;
  background-color: white;
  border-top: 0;
  height: 75px;
  position: relative;
}
.special-offers-countdown .offers-header .title::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 0;
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
  background-image: url(../images/shape-curve-top-left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.special-offers-countdown .offers-header .title::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 0;
  width: 15px;
  height: 15px;
  background-image: url(../images/shape-curve-top-left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.special-offers-countdown .offers-header .title h2 {
  background-color: #ef4444;
  padding: 20px 35px;
  font-size: 20px;
  color: white;
  margin-bottom: 0;
  border-radius: 10px;
}
.special-offers-countdown .countdown-content {
  background-color: white;
  padding: 0 10px 10px 10px;
  border-radius: 0 0 12px 12px;
  position: relative;
  height: 75px;
}
.special-offers-countdown .countdown-content::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 0;
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
  background-image: url(../images/shape-curve-top-left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.special-offers-countdown .countdown-content::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 0;
  width: 15px;
  height: 15px;
  background-image: url(../images/shape-curve-top-left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.special-offers-countdown .swiper-special-offers {
  margin-top: 20px;
  position: unset;
}
.special-offers-countdown .card-product .card-inner {
  background-color: white;
  border-color: white;
}
.special-offers-countdown .card-product .info {
  padding: 5px;
}
.special-offers-countdown .card-product .info .name h2 {
  font-size: 13px;
  line-height: 24px;
  min-height: 48px;
}
.special-offers-countdown .card-product .price-content {
  margin: 8px 0;
}
.special-offers-countdown .card-product .price-content .price h3 {
  font-size: 16px;
}
.special-offers-countdown .card-product .price-content .price h4 {
  font-size: 14px;
}
.special-offers-countdown .card-product .price-content .toman {
  font-size: 12px;
}

.swiper-special-offers .swiper-button-prev,
.swiper-special-offers .swiper-button-next {
  width: 38px;
  height: 38px;
  padding: 5px;
  border-radius: 50%;
  border: none;
  background-color: white;
  color: #535355;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.swiper-special-offers .swiper-button-prev::after,
.swiper-special-offers .swiper-button-next::after {
  font-size: 22px;
}
.swiper-special-offers .swiper-button-next {
  left: -15px !important;
}
.swiper-special-offers .swiper-button-prev {
  right: -15px !important;
}

@media (max-width: 768px) {
  .special-offers-section .section-inner {
    padding: 15px 10px 10px 10px;
  }
  .special-offers-section .offers-header .title {
    justify-content: space-between;
    min-height: unset;
  }
  .special-offers-section .offers-header .title h2 {
    font-size: 18px;
  }
  .special-offers-section .countdown-content {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .special-offers-section .countdown-content::after, .special-offers-section .countdown-content::before {
    display: none;
  }
  .special-offers-countdown::before {
    width: 100% !important;
  }
  .special-offers-countdown.color-primary .countdown-content .countdown-timer .box-time {
    background-color: white;
  }
  .special-offers-countdown.color-primary .countdown-content .countdown-timer .box-time h6,
  .special-offers-countdown.color-primary .countdown-content .countdown-timer .box-time span {
    color: #0e4fc7;
  }
  .special-offers-countdown .offers-header {
    flex-direction: column;
  }
  .special-offers-countdown .offers-header .title {
    height: unset;
  }
  .special-offers-countdown .offers-header .title h2 {
    padding: 16px 30px;
    font-size: 18px;
  }
  .special-offers-countdown .countdown-content {
    background-color: transparent;
    margin-top: 15px;
    padding: 0;
    height: unset;
  }
  .special-offers-countdown .countdown-content::before, .special-offers-countdown .countdown-content::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .special-offers-countdown .offers-header {
    flex-direction: column;
  }
  .special-offers-countdown .offers-header .title {
    height: unset;
  }
  .special-offers-countdown .offers-header .title h2 {
    padding: 12px 20px;
    font-size: 16px;
  }
  .swiper-special-offers .swiper-button-next,
  .swiper-special-offers .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .swiper-special-offers .swiper-button-next::after,
  .swiper-special-offers .swiper-button-prev::after {
    font-size: 16px;
  }
  .swiper-special-offers .swiper-button-next {
    left: -5px !important;
  }
  .swiper-special-offers .swiper-button-prev {
    right: -5px !important;
  }
}
/*#endregion -------------- Special Offers */
/*#region ----------------- Baners */
.baners-section {
  margin: 50px 0;
}
.baners-section .baner {
  margin: 10px 0;
}
.baners-section .baner a {
  display: block;
}
.baners-section .baner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

/*#endregion -------------- Baners */
/*#region ----------------- Banner */
.footer {
  margin-top: 80px;
}
.footer .property {
  background-color: rgba(2, 95, 194, 0.08);
  padding: 20px;
}
.footer .property ul {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  align-items: flex-start;
}
.footer .property ul li {
  display: grid;
  grid-template-columns: 60px auto;
  align-items: center;
  padding: 0 10px;
}
.footer .property ul li .thumb {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.footer .property ul li .thumb img {
  width: 100%;
}
.footer .property ul li .text {
  padding-right: 10px;
}
.footer .property ul li .text h2 {
  font-size: 14px;
  color: #1a1a1a;
  margin-bottom: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.footer .property ul li .text p {
  font-size: 13px;
  color: #535355;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.footer .footer-inner {
  padding: 40px 0 30px 0;
}
.footer .information {
  border-bottom: 1px solid #d2d3d4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.footer .information .logo .logo-link {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 180px;
}
.footer .information .logo .logo-link .thumb {
  width: 70px;
}
.footer .information .logo .logo-link .thumb img {
  width: 100%;
}
.footer .information .logo .logo-link h1 {
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 18px;
}
.footer .information .about {
  margin: 12px 0;
}
.footer .information .about p {
  font-size: 13px;
  color: #535355;
  text-align: justify;
}
.footer .information .social-icons ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer .information .social-icons ul li a {
  display: block;
  width: 54px;
  height: 54px;
}
.footer .information .social-icons ul li a img {
  width: 100%;
}
.footer .contact-info ul li {
  margin: 12px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer .contact-info ul li .text {
  font-size: 16px;
  font-weight: 500;
  color: #535355;
  margin-left: 10px;
}
.footer .contact-info ul li .text .fi {
  margin-left: 10px;
  font-size: 20px;
  position: relative;
  top: 4px;
}
.footer .contact-info ul li .desc a {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  border-left: 1px solid #d2d3d4;
  padding: 0 10px;
}
.footer .contact-info ul li .desc a:hover {
  color: #0e4fc7;
}
.footer .contact-info ul li .desc a:last-child {
  border-left: none;
}
.footer .email-markerting {
  margin-top: 25px;
  padding: 15px;
  border-radius: 10px;
  background-color: #f6f6f6;
}
.footer .email-markerting h2 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer .email-markerting .input-email {
  position: relative;
}
.footer .email-markerting .input-email .btn {
  min-width: unset;
  position: absolute;
  left: 0;
  top: 0;
  height: 46px;
  width: 100px;
}
.footer .email-markerting .input-email .input {
  text-align: right;
  border: 1px solid #d2d3d4;
  border-radius: 50rem;
  padding: 5px 15px 5px 110px;
  width: 100%;
  height: 46px;
}
.footer .email-markerting .input-email .input:hover, .footer .email-markerting .input-email .input:focus {
  border-color: #0e4fc7;
}
.footer .f-title {
  font-size: 18px;
  color: #1a1a1a;
}
.footer .links-content {
  margin: 20px 0;
}
.footer .links-content .links ul li {
  margin: 8px 0;
}
.footer .links-content .links ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #535355;
}
.footer .links-content .links ul li a:hover {
  color: #025fc2;
}
.footer .certificate ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer .certificate ul li {
  width: 33.33%;
  flex: 0 0 33.33%;
}
.footer .certificate ul li a {
  padding: 5px;
  display: block;
}
.footer .certificate ul li img {
  border: 1px solid #d2d3d4;
  border-radius: 10px;
  width: 100%;
}
.footer .description {
  background-color: #f6f6f6;
  padding: 20px;
  border-radius: 10px;
}
.footer .description .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* تعداد خطوطی که می‌خواهید نمایش داده شود */
  -webkit-box-orient: vertical;
}
.footer .description .text.expanded {
  -webkit-line-clamp: unset;
}
.footer .description .text h1,
.footer .description .text h2,
.footer .description .text h3,
.footer .description .text h4,
.footer .description .text h5,
.footer .description .text h6 {
  font-size: 14px;
}
.footer .description .text p {
  font-size: 13px;
  line-height: 22px;
  color: #535355;
  text-align: justify;
}
.footer .description #btn-seeMore {
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #025fc2;
  margin-top: 10px;
  padding: 0;
}
.footer .description #btn-seeMore .fi {
  margin-right: 2px;
  position: relative;
  top: 4px;
  font-size: 16px;
}
.footer .mobile-collapse-link {
  display: none;
}
.footer .mobile-collapse-link .collapse-item .btn-collapse {
  padding: 12px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #d2d3d4;
}
.footer .mobile-collapse-link .collapse-item .btn-collapse .text {
  font-size: 13px;
}
.footer .mobile-collapse-link .collapse-item .btn-collapse .icon {
  position: absolute;
  left: 0;
}
.footer .mobile-collapse-link .collapse-item .card-collapse ul {
  margin: 0.5rem 0;
  padding-right: 10px;
}
.footer .mobile-collapse-link .collapse-item .card-collapse ul li a {
  font-size: 13px;
  color: #535355;
}
.footer .copyright {
  background-color: #0e4fc7;
  padding: 15px;
  text-align: center;
  color: white;
  font-size: 13px;
  font-weight: 400;
}
.footer .copyright a {
  margin: 0 5px;
  display: inline-block;
  color: #0e4fc7;
}

@media (max-width: 992px) {
  .footer {
    margin-top: 60px;
    margin-bottom: 65px;
  }
  .footer .property {
    padding: 15px;
  }
  .footer .property .container {
    max-width: 100%;
  }
  .footer .property ul li {
    grid-template-columns: 100%;
    padding: 0 5px;
  }
  .footer .property ul li .thumb {
    width: 48px;
    height: 48px;
  }
  .footer .property ul li .text {
    padding: 0;
    margin-top: 5px;
    text-align: center;
  }
  .footer .property ul li .text h2 {
    font-size: 12px;
  }
  .footer .property ul li .text p {
    display: none;
  }
  .footer .footer-inner {
    padding-top: 0;
  }
  .footer .information {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .footer .information .logo .logo-link {
    display: none;
  }
  .footer .information .about {
    display: none;
  }
  .footer .information .social-icons ul {
    justify-content: center;
  }
  .footer .contact-info ul {
    margin: 0.2rem 0;
  }
  .footer .contact-info ul li {
    margin: 2px 0;
  }
  .footer .contact-info ul li .text {
    font-size: 14px;
    margin-left: 5px;
  }
  .footer .contact-info ul li .text .fi {
    font-size: 18px;
  }
  .footer .contact-info ul li .desc a {
    font-size: 14px;
  }
  .footer .email-markerting h2 {
    font-size: 13px;
  }
  .footer .email-markerting .input-email .input {
    font-size: 14px;
    height: 37px;
  }
  .footer .email-markerting .input-email .btn {
    font-size: 13px;
    height: 37px;
    padding: 0.5rem 1rem;
  }
  .footer .certificate .f-title {
    display: none;
  }
  .footer .certificate ul {
    justify-content: center;
    margin: 0;
  }
  .footer .certificate ul li {
    width: 80px;
    flex: 0 0 80px;
  }
  .footer .description .text h1,
  .footer .description .text h2,
  .footer .description .text h3,
  .footer .description .text h4,
  .footer .description .text h5,
  .footer .description .text h6 {
    font-size: 13px;
  }
  .footer .description .text p {
    font-size: 12px;
    line-height: 20px;
  }
  .footer .description #btn-seeMore {
    font-size: 13px;
  }
  .footer .description #btn-seeMore .fi {
    font-size: 14px;
  }
  .footer .links-content .links {
    display: none;
  }
  .footer .mobile-collapse-link {
    display: block;
  }
  .footer .copyright {
    background-color: white;
    border-top: 1px solid #d2d3d4;
    color: #535355;
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .footer .information .social-icons ul li a {
    width: 48px;
    height: 48px;
  }
  .footer .contact-info ul {
    margin: 0.2rem 0;
  }
  .footer .contact-info ul li {
    margin: 2px 0;
  }
  .footer .contact-info ul li .text {
    font-size: 13px;
    margin-left: 5px;
  }
  .footer .contact-info ul li .text .fi {
    font-size: 16px;
  }
  .footer .contact-info ul li .desc a {
    font-size: 13px;
  }
  .footer .email-markerting {
    margin-top: 15px;
  }
  .footer .email-markerting h1 {
    font-size: 12px;
  }
  .footer .certificate ul li {
    width: 64px;
    flex: 0 0 64px;
  }
}
@media (max-width: 575px) {
  .footer {
    margin-top: 40px;
  }
  .footer .property {
    padding: 10px;
  }
  .footer .property ul li .thumb {
    width: 40px;
    height: 40px;
  }
  .footer .property ul li .text h2 {
    font-size: 10px;
    font-weight: 600;
    -webkit-line-clamp: unset;
  }
}
/*#endregion -------------- Banner */
/*#region ----------------- Products List */
#products-section {
  margin-top: 140px;
}
#products-section .section-inner {
  margin-bottom: 4rem;
}
#products-section .section-inner .myrow {
  display: grid;
  grid-template-columns: 300px auto;
}
#products-section .section-inner .myrow .products-main {
  padding-right: 25px;
}
#products-section .section-inner .myrow .products-main .main-inner {
  margin-top: 1rem;
}
#products-section .products-side .side-products {
  position: sticky;
  top: 130px;
}
#products-section .products-side .inner {
  padding: 10px;
  border: 1px solid #d2d3d4;
  border-radius: 10px 10px 0 0;
}
#products-section .side-header {
  padding: 10px 10px 15px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d2d3d4;
}
#products-section .side-header h2 {
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 0;
}
#products-section .side-header h2 .fi {
  margin-left: 10px;
  font-size: 20px;
  position: relative;
  top: 4px;
  color: #535355;
}
#products-section .side-header .delete-filter {
  background-color: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: #025fc2;
  border: none;
}
#products-section .side-header .close-sidebar {
  position: absolute;
  left: 12px;
  width: 36px;
  height: 36px;
  display: none;
  cursor: pointer;
  background-color: transparent;
  color: #9e9e9e;
  border: none;
  font-size: 16px;
  padding: 9px;
  border-radius: 50%;
}
#products-section .side-header .close-sidebar:hover, #products-section .side-header .close-sidebar:focus {
  color: #535355;
}
#products-section .sort-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#products-section .sort-content .sort-title {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
#products-section .sort-content .sort-title .fi {
  display: flex;
  font-size: 20px;
  position: relative;
  margin-left: 8px;
  color: #9e9e9e;
}
#products-section .sort-content ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
#products-section .sort-content ul li {
  margin-left: 10px;
}
#products-section .sort-content ul li button {
  background-color: transparent;
  border: none;
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #9e9e9e;
  padding: 2px;
}
#products-section .sort-content ul li button:hover {
  color: #535355;
}
#products-section .sort-content ul li.active button {
  color: #0e4fc7;
  font-weight: 600;
}
#products-section .sort-content .btn-sort,
#products-section .sort-content .btn-advanced-search {
  display: none;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  background-color: white;
  border: 1px solid #d2d3d4;
  border-radius: 50rem;
  padding: 8px 40px 8px 15px;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  cursor: pointer;
  position: relative;
}
#products-section .sort-content .btn-sort .fi,
#products-section .sort-content .btn-advanced-search .fi {
  font-size: 16px;
  line-height: 0;
  position: absolute;
  top: 10px;
  right: 15px;
}
#products-section .sort-content .btn-sort:hover,
#products-section .sort-content .btn-advanced-search:hover {
  border-color: #025fc2;
  color: #025fc2;
}
#products-section .products-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 2rem;
  border-bottom: 1px solid #d2d3d4;
  border-top: 1px solid #d2d3d4;
  border-left: 1px solid #d2d3d4;
}
#products-section .products-list .card-product {
  flex: 0 0 25%;
  width: 25%;
  padding: 0;
  margin-bottom: 0;
}
#products-section .products-list .card-product .card-inner {
  border-radius: 0;
  border-left: none;
  border-top: none;
}
#products-section .products-list .card-product:last-child {
  border-left: 1px solid #d2d3d4;
}
#products-section .apply-filter {
  border: 1px solid #d2d3d4;
  border-top: none;
  padding: 20px 10px;
  flex-shrink: 0;
  border-radius: 0 0 10px 10px;
}
#products-section .apply-filter .btn {
  width: 100%;
}

.side-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.side-box:last-child {
  border-bottom: none;
}
.side-box .box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.side-box .box-header h2 {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0;
}
.side-box .box-header h2.changed {
  position: relative;
}
.side-box .box-header h2.changed::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #277fe7;
}
.side-box .box-header.btn-collapse {
  padding: 15px 10px 15px 5px;
  border: none;
}
.side-box .box-header.btn-collapse h2 {
  font-size: 16px;
}
.side-box .box-body {
  margin-top: 5px;
}
.side-box .box-body.min-height {
  max-height: 300px;
  overflow-y: auto;
}
.side-box .box-body .title {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 15px 0;
}
.side-box .filter-choosen {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.side-box .filter-choosen .link {
  font-size: 13px;
  font-weight: 400;
  color: #0e4fc7;
  background-color: rgba(14, 79, 199, 0.12);
  border-radius: 30px;
  padding: 5px 12px 5px 6px;
  margin: 0 0 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-box .filter-choosen .link button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #0e4fc7;
  border-radius: 50%;
  color: white;
  margin-right: 10px;
  border: none;
}
.side-box .filter-choosen .link button .fi {
  font-size: 8px;
  display: flex;
}
.side-box .filter-choosen .link .from,
.side-box .filter-choosen .link .to {
  font-size: 12px;
  font-weight: 400;
}
.side-box .filter-choosen .link .price {
  font-size: 13px;
  font-weight: 800;
  margin: 0 5px;
  color: #0e4fc7;
}
.side-box .range-price-filter {
  padding: 0 15px 10px 30px;
  margin-top: 1rem;
}
.side-box .range-value-inner {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}
.side-box .range-value-inner .min-range,
.side-box .range-value-inner .max-range {
  text-align: center;
}
.side-box .range-value-inner .min-range h6,
.side-box .range-value-inner .max-range h6 {
  font-size: 14px;
  font-weight: 500;
  color: #535355;
}
.side-box .range-value-inner .min-range .price-number,
.side-box .range-value-inner .max-range .price-number {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  color: #535355;
  background-color: #f6f6f6;
  padding: 3px 0;
  margin: 3px 0;
  border-radius: 5px;
}
.side-box .range-value-inner .min-range {
  padding-left: 5px;
}
.side-box .range-value-inner .max-range {
  padding-right: 5px;
}
.side-box .box-search {
  position: relative;
  margin-bottom: 12px;
}
.side-box .box-search .input {
  width: 100%;
  border: 1px solid #d2d3d4;
  background-color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 10px 5px 35px;
  height: 33px;
}
.side-box .box-search .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 33px;
  height: 33px;
  color: #535355;
  position: absolute;
  left: 0;
  top: 0;
}
.side-box .box-search .icon .fi {
  display: flex;
}

.mainlist-title {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 600;
  display: none;
  margin-bottom: 15px;
}

.list-description {
  margin: 80px 0;
}
.list-description h1 {
  font-size: 20px;
  font-weight: 800;
  color: #535355;
  margin-bottom: 10px;
}
.list-description h2 {
  margin: 2rem 0 1rem 0;
  font-size: 18px;
  font-weight: 600;
  color: #535355;
}
.list-description p {
  font-size: 16px;
  font-weight: 400;
  color: #9e9e9e;
  text-align: justify;
}
.list-description .tags-list {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list-description .tags-list li {
  margin: 10px 0 10px 20px;
}
.list-description .tags-list li a {
  display: inline-block;
  color: #0e4fc7;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  #products-section .products-list .card-product {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
}
@media (max-width: 992px) {
  #products-section {
    margin-top: 90px;
  }
  #products-section .container {
    padding: 0;
  }
  #products-section .sort-content ul,
  #products-section .sort-content .sort-title {
    display: none;
  }
  #products-section .sort-content .btn-sort,
  #products-section .sort-content .btn-advanced-search {
    display: block;
  }
  #products-section .section-inner .myrow {
    grid-template-columns: 100%;
  }
  #products-section .section-inner .myrow .products-side {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: white;
    transition: all 0.3s ease;
    transform: translateY(100%);
  }
  #products-section .section-inner .myrow .products-side.active {
    transform: translateY(0px);
  }
  #products-section .section-inner .myrow .products-side .side-products {
    position: relative;
    top: unset;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 72px;
  }
  #products-section .section-inner .myrow .products-side .inner {
    overflow-y: auto;
    flex: 1 1 auto;
  }
  #products-section .section-inner .myrow .products-main {
    padding-right: 0;
  }
  #products-section .side-header {
    justify-content: flex-start;
  }
  #products-section .side-header .close-sidebar {
    display: inline-block;
  }
  #products-section .side-header .delete-filter {
    margin-right: 20px;
    border: 1px solid #0e4fc7;
    padding: 6px 10px 5px 10px;
    border-radius: 50rem;
    vertical-align: middle;
    display: flex;
  }
  #products-section .products-list {
    margin-top: 1.3rem;
  }
  #products-section .products-list .card-product {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
  #products-section .apply-filter {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    z-index: 1060;
    padding: 12px 10px;
  }
  .mainlist-title {
    display: block;
  }
}
@media (max-width: 768px) {
  #products-section .products-list .card-product {
    flex: 0 0 50%;
    width: 50%;
  }
}
/*#endregion -------------- Products List */
/*#region ----------------- Pagination */
.mypagination {
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0 0;
  background-color: #f6f6f6;
  border-radius: 10px;
}
.mypagination .pagination-info {
  display: flex;
  align-items: center;
}
.mypagination .pagination-info span {
  padding: 0 5px;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
}
.mypagination .pagination-info h6 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #535355;
}
.mypagination .pagination-info .curent-page-number {
  font-size: 16px;
  font-weight: 800;
  margin-right: 5px;
  color: #1a1a1a;
}
.mypagination .pagination-input {
  height: 40px;
  border: 2px solid #d2d3d4;
  border-radius: 5px;
  width: 60px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #535355;
  margin: 0 10px;
  background-color: white;
}
.mypagination .pagination-input:hover, .mypagination .pagination-input:focus {
  border-color: #0e4fc7;
}
.mypagination .btn-pagination {
  background-color: #0e4fc7;
  border: none;
  border-radius: 10rem;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  position: relative;
  min-width: 125px;
  display: inline-block;
}
.mypagination .btn-pagination.prev {
  padding: 10px 40px 10px 15px;
}
.mypagination .btn-pagination.prev .fi {
  right: 12px;
  top: 11px;
}
.mypagination .btn-pagination.next {
  padding: 10px 15px 10px 40px;
}
.mypagination .btn-pagination.next .fi {
  left: 12px;
  top: 11px;
}
.mypagination .btn-pagination .fi {
  font-size: 20px;
  line-height: 0;
  position: absolute;
}
.mypagination .btn-pagination:hover {
  background-color: rgb(10.9830985915, 61.976056338, 156.1169014085);
  color: #fff;
}
.mypagination .btn-pagination.disabled {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #9e9e9e;
}

@media (max-width: 575px) {
  .mypagination .pagination-prev,
  .mypagination .pagination-next {
    text-align: center;
    display: flex;
  }
  .mypagination .pagination-prev span,
  .mypagination .pagination-next span {
    display: none;
  }
  .mypagination .btn-pagination {
    width: 40px;
    height: 40px;
    min-width: unset !important;
    padding: 4px !important;
  }
  .mypagination .btn-pagination .fi {
    position: unset;
    right: unset;
    top: unset;
    left: unset;
  }
  .mypagination .btn-pagination.prev {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mypagination .btn-pagination.next {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mypagination .pagination-info h6 {
    font-size: 12px;
  }
  .mypagination .pagination-info .curent-page-number {
    font-size: 14px;
  }
  .mypagination .pagination-input {
    width: 45px;
  }
}
/*#endregion -------------- Pagination */
/*#region ----------------- Product Details */
#product-details {
  margin: 140px 0 16px 0;
  padding: 0 50px;
}
#product-details .details-layout {
  position: relative;
}
#product-details .details-layout .myrow {
  display: grid;
  grid-template-columns: 500px 1fr 320px;
  grid-template-areas: "images information side" "tabsContent tabsContent side";
}
#product-details .product-images {
  grid-area: images;
}
#product-details .products-information {
  padding: 0 20px;
  grid-area: information;
}
#product-details .products-information .info-main {
  padding-left: 20px;
}
#product-details .info-side {
  grid-area: side;
}
#product-details .info-side .sticky-top {
  position: sticky;
  top: 130px;
}
#product-details .info-side .side-inner {
  border: 1px solid #d2d3d4;
  border-radius: 10px;
  padding: 10px;
}
#product-details .product-name {
  margin-bottom: 16px;
  padding-bottom: 10px;
  position: relative;
}
#product-details .product-name::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, white, #d2d3d4);
}
#product-details .product-name h1 {
  font-size: 1.15rem;
  margin-bottom: 10px;
  line-height: 2rem;
}
#product-details .product-name h2 {
  margin-bottom: 0;
  font-size: 0.8rem;
  font-weight: 500;
  display: inline-block;
}
#product-details .review-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#product-details .review-info .star-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
#product-details .review-info .star-rating .icon {
  font-size: 18px;
  margin-left: 8px;
  color: #fbbf24;
}
#product-details .review-info .star-rating .icon .fi {
  position: relative;
  top: -2px;
  display: flex;
}
#product-details .review-info .star-rating span {
  font-size: 14px;
  font-weight: 400;
  color: #535355;
}
#product-details .review-info .btn-review {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 400;
  color: #0e4fc7;
  -webkit-text-decoration: underline dashed #0e4fc7 !important;
          text-decoration: underline dashed #0e4fc7 !important;
}
#product-details .review-info .btn-review .fi {
  font-size: 16px;
  margin-left: 6px;
  position: relative;
  top: 2px;
}
#product-details .review-info .btn-review:hover {
  color: #025fc2;
}
#product-details .review-info .review-comment {
  margin-left: 15px;
}
#product-details .select-item {
  margin-top: 1.2rem;
}
#product-details .select-item .title {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 5px;
}
#product-details .btns-color-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#product-details .btns-color-group .btn-color {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  background: white;
  margin: 5px 0 5px 10px;
  border: none;
  color: #535355;
  position: relative;
}
#product-details .btns-color-group .btn-color::before {
  content: "שׂ";
  font-family: uicons-regular-straight;
  font-size: 18px;
  color: white;
  display: none;
}
#product-details .btns-color-group .btn-color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  transform: translate(-50%, -50%);
  border: 1px solid #bbb;
  border-radius: 50%;
}
#product-details .btns-color-group .btn-color.active::before {
  display: block;
}
#product-details .btns-color-group .btn-color.light-color::before {
  color: #535355;
}
#product-details .btns-color-group .btn-color:hover {
  color: #0e4fc7;
}
#product-details .size-group-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#product-details .size-group-list .item {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  border: 1px solid #9e9e9e;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 5px 0 5px 5px;
  background-color: transparent;
  cursor: pointer;
}
#product-details .size-group-list .item.active {
  border-color: #025fc2;
  border-width: 2px;
  color: #025fc2;
}
#product-details .property {
  margin-top: 1.2rem;
}
#product-details .property ul {
  padding-right: 20px;
  list-style: disc;
  margin: 0.5rem 0;
}
#product-details .property ul li {
  font-size: 13px;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 4px;
}
#product-details .property ul li span {
  color: #535355;
  margin-left: 5px;
}
#product-details .property ul li:last-child {
  margin-bottom: 0;
}
#product-details .property .more-property {
  font-size: 13px;
  font-weight: 600;
  color: #0e4fc7;
  border: none;
  background-color: transparent;
}
#product-details .property .more-property .fi {
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
#product-details .mini-desc .text {
  font-size: 13px;
  line-height: 19px;
  text-align: justify;
  color: #535355;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#product-details .price-content {
  margin-bottom: 15px;
}
#product-details .price-content .discount {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
#product-details .price-content .discount h4 {
  -webkit-text-decoration: line-through 1px solid #535355;
          text-decoration: line-through 1px solid #535355;
  font-size: 18px;
  font-weight: 600;
  color: #535355;
  margin-bottom: 0;
}
#product-details .price-content .discount .percentage {
  font-size: 16px;
  font-weight: 600;
  background-color: #ef4444;
  color: white;
  line-height: normal;
  margin-right: 10px;
  padding: 2px 10px;
  border-radius: 5rem;
}
#product-details .price-content h3 {
  font-size: 24px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 0;
}
#product-details .price-content h3 span {
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
}
#product-details .exist-product {
  border-radius: 10px;
  margin-bottom: 15px;
  display: inline-block;
  color: #1a1a1a;
  padding: 5px 10px;
  position: relative;
}
#product-details .exist-product::before {
  font-family: uicons-regular-straight;
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 18px;
  line-height: 1;
}
#product-details .exist-product h4 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
  padding-right: 25px;
}
#product-details .exist-product.success {
  background-color: #22c55e;
}
#product-details .exist-product.success h4 {
  color: white;
}
#product-details .exist-product.success::before {
  content: "שׂ";
  color: white;
}
#product-details .exist-product.error {
  background-color: rgba(239, 68, 68, 0.1);
}
#product-details .exist-product.error h4 {
  color: #ef4444;
}
#product-details .exist-product.error::before {
  content: "晴";
  color: #ef4444;
  font-size: 14px;
  top: 6px;
}
#product-details .msg-text {
  margin: 0.4rem 0 1rem 0;
}
#product-details .msg-text ul {
  list-style: disc;
  padding-right: 15px;
  margin: 0;
}
#product-details .msg-text ul li {
  font-size: 13px;
  font-weight: 400;
  color: #1a1a1a;
  margin: 3px 0;
}
#product-details .tags {
  margin-top: 0;
  padding-top: 15px;
}
#product-details .tags ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0;
}
#product-details .tags ul li {
  margin: 0 0 5px 5px;
}
#product-details .tags ul li a {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 3px 8px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #d2d3d4;
  display: block;
  color: #535355;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
#product-details .tags ul li a:hover {
  color: #025fc2;
  border-color: #025fc2;
}
#product-details .add-to-cart {
  margin-top: 20px;
}
#product-details .add-to-cart .btn {
  width: 100%;
}
#product-details .add-to-cart .btn:disabled {
  background: #9e9e9e;
  color: #1a1a1a;
}
#product-details .cart-items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#product-details .cart-items .items-count {
  display: grid;
  grid-template-columns: 30px 40px 30px;
  align-items: center;
  border: 1px solid #d2d3d4;
  padding: 5px;
  border-radius: 10px;
}
#product-details .cart-items .items-count .btn-plus,
#product-details .cart-items .items-count .btn-minus {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #025fc2;
}
#product-details .cart-items .items-count .btn-plus .fi,
#product-details .cart-items .items-count .btn-minus .fi {
  display: flex;
}
#product-details .cart-items .items-count .count {
  text-align: center;
  color: #025fc2;
}
#product-details .cart-items .text {
  margin-right: 10px;
}
#product-details .cart-items .text h6 {
  font-size: 14px;
  margin-bottom: 2px;
  color: #1a1a1a;
}
#product-details .cart-items .text .link {
  font-size: 13px;
  color: #025fc2;
  background-color: transparent;
  border: none;
  vertical-align: middle;
}
#product-details .btns-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  border-radius: 5px;
}
#product-details .btns-action .btn-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  background-color: white;
  margin-right: 5px;
  border: 2px solid #d2d3d4;
  color: #535355;
  font-size: 20px;
}
#product-details .btns-action .btn-circle .fi {
  display: flex;
}
#product-details .btns-action .btn-circle img {
  width: 24px;
}
#product-details .btns-action .btn-circle.active {
  color: white;
  border-color: #ef4444;
  background-color: #ef4444;
}
#product-details .btns-action .btn-circle.active:hover {
  color: white;
  background-color: rgb(236.5881773399, 39.8118226601, 39.8118226601);
  border-color: rgb(236.5881773399, 39.8118226601, 39.8118226601);
}
#product-details .btns-action .btn-circle:hover {
  color: #0e4fc7;
}
#product-details .countdown-content.timer-up {
  display: none;
}

.tabs-informartion-content {
  grid-area: tabsContent;
  padding-left: 20px;
  margin-top: 2rem;
}
.tabs-informartion-content .description h2 {
  font-size: 18px;
  margin-bottom: 12px;
}
.tabs-informartion-content .description p {
  font-size: 16px;
  font-weight: 400;
  color: #535355;
}
.tabs-informartion-content .description .image-content {
  margin: 1.5rem 0;
}
.tabs-informartion-content .description .image-content .img-inner {
  border: 1px solid #d2d3d4;
  border-radius: 10px;
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
}
.tabs-informartion-content .description .image-content .img-inner img {
  width: 100%;
}
.tabs-informartion-content .table-information .category-name {
  font-size: 18px;
  margin-bottom: 12px;
}
.tabs-informartion-content .table-information .details-list li {
  display: grid;
  grid-template-columns: 250px auto;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.tabs-informartion-content .table-information .details-list li .title {
  font-size: 14px;
  color: #535355;
}
.tabs-informartion-content .table-information .details-list li .desc {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  padding-right: 15px;
}

.user-comments-content {
  display: grid;
  grid-template-columns: 300px auto;
}
.user-comments-content .all-rating {
  padding-left: 20px;
}
.user-comments-content .number-rate {
  font-size: 14px;
  font-weight: 500;
  color: #535355;
  display: inherit;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.user-comments-content .number-rate .fi {
  font-size: 24px;
  color: #fbbf24;
  margin-left: 5px;
  position: relative;
  top: 4px;
}
.user-comments-content .number-rate span {
  margin: 0 5px;
}
.user-comments-content .number-rate span:first-child {
  font-size: 28px;
  font-weight: 800;
  color: #0e4fc7;
}
.user-comments-content .number-rate span:last-child {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}
.user-comments-content .rate-count h6 {
  font-size: 14px;
  font-weight: 400;
  color: #535355;
  margin-top: 5px;
  line-height: 24px;
  text-align: justify;
}
.user-comments-content .progress-group {
  margin-top: 20px;
  padding-bottom: 10px;
}
.user-comments-content .progress-group .progress-item {
  margin-bottom: 10px;
}
.user-comments-content .progress-group .progress-item label {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  color: #535355;
}
.user-comments-content .progress-group .progress-item .progress-inner {
  display: grid;
  grid-template-columns: auto 30px;
  align-items: center;
}
.user-comments-content .progress-group .progress-item .progress-inner .percentage {
  font-size: 12px;
  font-weight: 500;
  color: #535355;
  text-align: left;
}
.user-comments-content .send-comment {
  margin-top: 1rem;
}
.user-comments-content .send-comment .btn {
  width: 100%;
}

.user-comments {
  padding-right: 10px;
}
.user-comments .comments-filter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.user-comments .comments-filter .sort-title {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.user-comments .comments-filter .sort-title .fi {
  color: #9e9e9e;
  font-size: 20px;
  position: relative;
  margin-left: 10px;
  line-height: 0;
}
.user-comments .comments-filter ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 20px 0 0;
}
.user-comments .comments-filter ul li {
  margin-left: 10px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #535355;
  padding: 4px;
  cursor: pointer;
}
.user-comments .comments-filter ul li.active {
  color: #0e4fc7;
  font-weight: 600;
}
.user-comments .comments-inner {
  margin-top: 1.8rem;
}
.user-comments .comments-inner .comment-item {
  margin-bottom: 15px;
}
.user-comments .comments-inner .comment-item .info {
  border-bottom: 1px solid #d2d3d4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.user-comments .comments-inner .comment-item .info .name {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}
.user-comments .comments-inner .comment-item .info .user-rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.user-comments .comments-inner .comment-item .info .user-rating .star span {
  font-size: 13px;
  font-weight: 500;
  color: #535355;
}
.user-comments .comments-inner .comment-item .info .user-rating .star .fi {
  font-size: 16px;
  color: gold;
  position: relative;
  top: 1px;
}
.user-comments .comments-inner .comment-item .info .user-rating .date {
  margin-right: 20px;
  font-size: 13px;
  font-weight: 400;
  color: #9e9e9e;
}
.user-comments .comments-inner .comment-item .info .text .description-comment {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #1a1a1a;
  margin-top: 10px;
  text-align: justify;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.user-comments .comments-inner .comment-item .info .text .description-comment.expanded {
  -webkit-line-clamp: unset;
}
.user-comments .comments-inner .comment-item:last-child {
  margin-bottom: 0;
}
.user-comments .comments-inner .comment-item:last-child .info {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.user-comments .comments-inner .comment-item .reply-content {
  border-radius: 10px;
  margin-top: 15px;
}
.user-comments .comments-inner .comment-item .reply-content .info {
  border-bottom: none;
  background-color: #f2f3f4;
  padding: 15px;
  margin-bottom: 0;
  border-radius: 12px;
}
.user-comments .comments-inner .comment-item .reply-content .info .reply-name {
  font-size: 14px;
  font-weight: 600;
  color: #0e4fc7;
}
.user-comments .comments-inner .comment-item .btn-moreComment {
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #025fc2;
  margin: 8px 0;
}
.user-comments .comments-inner .comment-item .btn-moreComment .fi {
  margin-right: 3px;
  position: relative;
  top: 4px;
  font-size: 16px;
}
.user-comments .comments-inner .comment-item .images-user-upload ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.user-comments .comments-inner .comment-item .images-user-upload ul li {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  border: 1px solid #d2d3d4;
  border-radius: 10px;
  overflow: hidden;
  background-color: black;
  cursor: pointer;
}
.user-comments .comments-inner .comment-item .images-user-upload ul li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-comments .comments-inner .comment-item .like-action {
  margin-top: 5px;
}
.user-comments .comments-inner .comment-item .like-action .btn-like {
  width: 34px;
  height: 34px;
  background-color: transparent;
  border: none;
  color: #535355;
  margin-left: 10px;
}
.user-comments .comments-inner .comment-item .like-action .btn-like .fi {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.user-comments .review-content {
  margin-top: 15px;
}
.user-comments .review-content .review-title {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}
.user-comments .review-content ul {
  margin: 0;
}
.user-comments .review-content ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #535355;
  margin: 3px 0;
}
.user-comments .review-content ul li .fi {
  position: relative;
  top: 3px;
  margin-left: 5px;
}
.user-comments .review-content .positive ul li .fi {
  color: #22c55e;
}
.user-comments .review-content .negative ul {
  margin-bottom: 0;
}
.user-comments .review-content .negative ul li .fi {
  color: #ef4444;
}

.swiper-product-images-preview {
  border: 1px solid #d2d3d4;
  border-radius: 10px;
}
.swiper-product-images-preview .swiper-slide .thumb {
  display: block;
}
.swiper-product-images-preview .swiper-slide .thumb img {
  width: 100%;
}
.swiper-product-images-preview .swiper-pagination {
  display: none;
  bottom: 0;
}
.swiper-product-images-preview .swiper-pagination-bullet {
  background-color: #025fc2;
  transition: all 0.3s ease-in-out;
}
.swiper-product-images-preview .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 8px;
  border-radius: 4px;
}

.swiper-product-images-thumbs {
  margin-top: 10px;
}
.swiper-product-images-thumbs .swiper-slide {
  border: 1px solid #d2d3d4;
  border-radius: 10px;
  overflow: hidden;
}
.swiper-product-images-thumbs .swiper-slide .thumb img {
  width: 100%;
}

@media (max-width: 1400px) {
  #product-details .details-layout .myrow {
    grid-template-columns: 450px 1fr 320px;
  }
}
@media (max-width: 1280px) {
  #product-details .details-layout .myrow {
    grid-template-columns: 400px 1fr 300px;
  }
}
@media (max-width: 1199px) {
  #product-details .details-layout .myrow {
    grid-template-columns: 350px 1fr 260px;
  }
}
@media (max-width: 992px) {
  #product-details {
    margin-top: 95px;
    padding: 0 30px;
  }
  #product-details .details-layout .myrow {
    grid-template-columns: 100%;
    grid-template-areas: "images" "information" "side" "tabsContent";
  }
  #product-details .products-information {
    padding: 0;
    margin-top: 30px;
  }
  #product-details .products-information .info-main {
    padding: 0;
    margin-bottom: 20px;
  }
  #product-details .price-content,
  #product-details .add-to-cart {
    display: none;
  }
  #product-details .btns-action {
    margin-bottom: 1rem;
  }
  #product-details .tags {
    padding-top: 0;
  }
  #product-details .product-name {
    margin-bottom: 15px;
  }
  #product-details .product-name h1 {
    font-size: 1rem;
    line-height: 1.7rem;
    margin-bottom: 5px;
  }
  #product-details .review-info .star-rating .icon {
    font-size: 17px;
  }
  #product-details .review-info .star-rating span {
    font-size: 13px;
  }
  #product-details .review-info .btn-review {
    font-size: 13px;
  }
  #product-details .review-info .btn-review .fi {
    font-size: 15px;
  }
  #product-details .select-item .title {
    font-size: 13px;
  }
  #product-details .property {
    margin-top: 1rem;
  }
  #product-details .property ul li {
    font-size: 12px;
    margin-bottom: 3px;
  }
  #product-details .property ul li span {
    margin-left: 4px;
  }
  #product-details .btns-color-group .btn-color {
    width: 30px;
    height: 30px;
  }
  #product-details .btns-color-group .btn-color::after {
    width: 36px;
    height: 35px;
  }
  #product-details .size-group-list li {
    font-size: 13px;
  }
  #product-details .countdown-content.timer-up {
    display: block;
  }
  #product-details .countdown-content.timer-side {
    display: none;
  }
  .product-images {
    width: 450px;
    margin: 0 auto;
  }
  .tabs-informartion-content {
    padding: 0;
  }
  .swiper-product-images-preview {
    border: none;
  }
  .swiper-product-images-preview .swiper-wrapper {
    padding-bottom: 30px;
  }
  .swiper-product-images-preview .swiper-slide {
    padding: 2px;
  }
  .swiper-product-images-preview .swiper-slide .thumb {
    border-radius: 10px;
    border: 1px solid #d2d3d4;
    display: block;
  }
  .swiper-product-images-preview .swiper-slide .thumb img {
    width: 100%;
    border-radius: 10px;
  }
  .swiper-product-images-preview .swiper-pagination {
    display: block;
  }
  .swiper-product-images-thumbs {
    display: none;
  }
  .user-comments-content {
    grid-template-columns: 260px auto;
  }
  .user-comments-content .number-rate .fi {
    font-size: 20px;
  }
  .user-comments-content .number-rate span:first-child {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  #product-details {
    padding: 0 15px;
  }
  #product-details .info-side .side-inner {
    padding: 20px 10px;
    border-radius: 0;
    border-right: none;
    border-left: none;
  }
  #product-details .btns-action {
    display: none;
  }
  .user-comments-content {
    grid-template-columns: 100%;
  }
  .user-comments-content .progress-group {
    margin-top: 15px;
  }
  .user-comments-content .progress-group .progress-item {
    margin-bottom: 0;
  }
  .user-comments-content .progress-group .progress-item label {
    margin-bottom: 0;
  }
  .user-comments-content .all-rating {
    padding: 0 0 20px 0;
  }
  .user-comments-content .number-rate .fi {
    font-size: 20px;
  }
  .user-comments-content .number-rate span:first-child {
    font-size: 24px;
  }
  .user-comments {
    padding-right: 0;
  }
  .user-comments .comments-inner {
    margin-top: 2rem;
  }
  .user-comments .comments-inner .comment-item .reply-content .info {
    padding: 15px;
  }
  .tabs-informartion-content .description h2 {
    font-size: 16px;
  }
  .tabs-informartion-content .description p {
    font-size: 14px;
    line-height: 23px;
  }
  .tabs-informartion-content .description .image-content .img-inner {
    width: 100%;
  }
  .tabs-informartion-content .table-information .details-list li {
    grid-template-columns: 200px auto;
    padding: 8px 0;
  }
  .tabs-informartion-content .table-information .details-list li .title,
  .tabs-informartion-content .table-information .details-list li .desc {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  #product-details {
    margin-top: 85px;
    padding: 0 5px;
  }
  #product-details .product-images {
    width: 100%;
  }
  .tabs-informartion-content .nav-tabs {
    overflow-x: auto;
    width: 100%;
  }
  .tabs-informartion-content .nav-tabs .nav-link {
    white-space: nowrap;
  }
  .tabs-informartion-content .table-information .details-list li {
    grid-template-columns: 100%;
    padding: 8px 0;
  }
  .tabs-informartion-content .table-information .details-list li .title {
    margin-bottom: 2px;
  }
  .tabs-informartion-content .table-information .details-list li .desc {
    padding: 0;
  }
}
/*#endregion -------------- Product Details */
/*#region ----------------- Navbar Payment */
.navbar-payment {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.1);
  z-index: 888;
  padding: 7px 20px;
}
.navbar-payment .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-payment .price-content .discount {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.navbar-payment .price-content .discount h4 {
  -webkit-text-decoration: line-through 1px solid #535355;
          text-decoration: line-through 1px solid #535355;
  font-size: 16px;
  font-weight: 600;
  color: #535355;
  margin-bottom: 0;
}
.navbar-payment .price-content .discount .percentage {
  font-size: 14px;
  font-weight: 600;
  background-color: #ef4444;
  color: white;
  line-height: normal;
  margin-right: 10px;
  padding: 2px 8px;
  border-radius: 5rem;
}
.navbar-payment .price-content h3 {
  font-size: 18px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 0;
}
.navbar-payment .price-content h3 span {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
}
.navbar-payment .cart-items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.navbar-payment .cart-items .items-count {
  display: grid;
  grid-template-columns: 30px 40px 30px;
  align-items: center;
  border: 1px solid #d2d3d4;
  padding: 5px;
  border-radius: 10px;
}
.navbar-payment .cart-items .items-count .btn-plus,
.navbar-payment .cart-items .items-count .btn-minus {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #025fc2;
}
.navbar-payment .cart-items .items-count .btn-plus .fi,
.navbar-payment .cart-items .items-count .btn-minus .fi {
  display: flex;
}
.navbar-payment .cart-items .items-count .count {
  text-align: center;
  color: #025fc2;
}
.navbar-payment .btn {
  font-size: 14px;
}
.navbar-payment .btn .fi {
  font-size: 18px;
}

@media (max-width: 992px) {
  .navbar-payment {
    display: block;
  }
}
@media (max-width: 768px) {
  .navbar-payment {
    padding: 8px 20px;
  }
  .navbar-payment .price-content .discount h4 {
    font-size: 14px;
  }
  .navbar-payment .price-content .discount .percentage {
    font-size: 13px;
  }
  .navbar-payment .price-content h3 {
    font-size: 16px;
  }
  .navbar-payment .price-content h3 span {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .navbar-payment .price-content .discount h4 {
    font-size: 13px;
  }
  .navbar-payment .price-content .discount .percentage {
    font-size: 12px;
  }
  .navbar-payment .price-content h3 {
    font-size: 14px;
  }
  .navbar-payment .price-content h3 span {
    font-size: 12px;
  }
}
/*#endregion -------------- Navbar Payment */
/*#region ----------------- Star Rating */
.star-rating-content {
  width: 270px;
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.star-rating-content .input-star {
  display: none;
}
.star-rating-content .input-star:checked ~ .label-star:before {
  content: "\f2f6";
  color: #fbbf24;
  transition: all 0.25s;
  font-family: uicons-solid-straight;
}
.star-rating-content .label-star {
  padding: 5px;
  font-size: 28px;
  color: #9e9e9e;
  transition: all 0.2s;
  cursor: pointer;
}
.star-rating-content .label-star::before {
  content: "\f2f4";
  font-family: uicons-regular-straight;
  display: flex;
}

/*#endregion -------------- Star Rating */
/*#region ----------------- Review and Comment */
.review-and-comments-section .product-details {
  display: grid;
  grid-template-columns: 100px auto;
}
.review-and-comments-section .product-details .thumb img {
  width: 100%;
  border: 1px solid #d2d3d4;
  border-radius: 5px;
}
.review-and-comments-section .product-details h3 {
  padding: 5px 10px 0 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review-and-comments-section .star-rating {
  border: 1px solid #d2d3d4;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  margin: 10px 0;
}
.review-and-comments-section .star-rating .star-rating-content {
  margin: 10px auto 0 auto;
}
.review-and-comments-section .comment-details {
  margin: 15px 0 10px 0;
}
.review-and-comments-section .comment-details h6 {
  margin-bottom: 15px;
}
.review-and-comments-section .comment-details .input-group .input {
  padding-left: 3rem;
  font-size: 14px;
}
.review-and-comments-section .comment-details #btn-add-positive,
.review-and-comments-section .comment-details #btn-add-negative {
  position: absolute;
  left: 5px;
  bottom: 5px;
  padding: 0.434rem 0.8rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0e4fc7;
  color: #0e4fc7;
  background-color: transparent;
  font-size: 13px;
  font-weight: 500;
}
.review-and-comments-section .comment-details #btn-add-positive .fi,
.review-and-comments-section .comment-details #btn-add-negative .fi {
  display: flex;
  margin-left: 6px;
  font-size: 16px;
}
.review-and-comments-section .review-content {
  margin-bottom: 20px;
}
.review-and-comments-section .review-content .input-group {
  margin-bottom: 0.625rem;
}
.review-and-comments-section .positive-list,
.review-and-comments-section .negative-list {
  margin: 0 0 1rem 0;
}
.review-and-comments-section .positive-list li,
.review-and-comments-section .negative-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2px 0;
}
.review-and-comments-section .positive-list li .name,
.review-and-comments-section .negative-list li .name {
  font-size: 14px;
}
.review-and-comments-section .positive-list li .name .fi,
.review-and-comments-section .negative-list li .name .fi {
  position: relative;
  top: 3px;
  margin-left: 6px;
}
.review-and-comments-section .positive-list li .delete,
.review-and-comments-section .negative-list li .delete {
  width: 28px;
  height: 28px;
  background-color: transparent;
  border: none;
  color: #535355;
}
.review-and-comments-section .positive-list li .delete .fi,
.review-and-comments-section .negative-list li .delete .fi {
  display: flex;
}
.review-and-comments-section .positive-list li .name .fi {
  color: #22c55e;
}
.review-and-comments-section .negative-list li .name .fi {
  color: #ef4444;
}

/*#endregion -------------- Review and Comment */
/*#region ----------------- Share */
.share-modal-section {
  padding: 0 0 20px 0;
}
.share-modal-section h6 {
  text-align: center;
  margin-bottom: 20px;
}
.share-modal-section .copy-link {
  display: grid;
  grid-template-columns: 1fr 120px;
}
.share-modal-section .copy-link input {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #d2d3d4;
  padding: 5px 15px;
  text-align: left;
}
.share-modal-section .copy-link .btn-copy {
  margin-right: 5px;
  border-radius: 10px;
  min-width: unset;
}

/*#endregion -------------- Share */
/*#region ----------------- Login */
.wrapper-login {
  min-height: 100vh;
  overflow-y: auto;
  position: relative;
  background-color: white;
}
.wrapper-login::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 500px;
  height: 422px;
  background-image: url(../images/logo-gray.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.2;
}
.wrapper-login .inner {
  min-height: 100vh;
  position: relative;
  z-index: 50;
  padding: 3rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wrapper-login .login-content {
  background-color: white;
  width: 550px;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.wrapper-login .logo {
  width: 120px;
  margin: 0 auto 2rem auto;
}
.wrapper-login .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-section {
  display: none;
}
.login-section.active {
  display: block;
}
.login-section .links-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-section .showCountdown {
  font-size: 17px;
  font-weight: 500;
  color: #1a1a1a;
  padding: 0 20px;
}
.login-section .btn-resend-sms {
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  cursor: pointer;
  color: #025fc2;
  -webkit-text-decoration: underline 1px dashed #025fc2;
          text-decoration: underline 1px dashed #025fc2;
}
.login-section .btn-change-number {
  background-color: transparent;
  font-size: 14px;
  color: #0ea5e9;
  border: none;
}
.login-section .btn-change-number .fi {
  margin-left: 6px;
  font-size: 16px;
  position: relative;
  top: 2px;
}

@media (max-width: 1199px) {
  .wrapper-login::before {
    width: 300px;
    height: 255px;
  }
  .wrapper-login .login-content {
    padding: 35px;
  }
}
@media (max-width: 768px) {
  .wrapper-login .login-content {
    width: 90%;
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .wrapper-login::before {
    width: 200px;
    height: 170px;
  }
  .wrapper-login .login-content {
    padding: 20px;
  }
}
/*#endregion -------------- Login */
/*#region ----------------- Cart */
.cart-details-content {
  margin: 150px 0 80px 0;
}
.cart-details-content.no-margin {
  margin-top: 4.5rem;
}
.cart-details-content .title-cart {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 38px auto;
  align-items: center;
}
.cart-details-content .title-cart h2 {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  padding-right: 15px;
  margin-bottom: 0;
}
.cart-details-content .title-cart .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(14, 79, 199, 0.1);
  color: #0e4fc7;
  font-size: 18px;
}
.cart-details-content .title-cart .icon .fi {
  display: flex;
}
.cart-details-content .grid-layout {
  display: grid;
  grid-template-columns: auto 350px;
}
.cart-details-content .grid-layout .basket-grid {
  padding-left: 10px;
}
.cart-details-content .grid-layout .side-grid {
  padding-right: 10px;
}
.cart-details-content .checkout-list {
  background-color: white;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px 20px;
  border: 1px solid #d2d3d4;
}
.cart-details-content .product-item {
  display: grid;
  grid-template-columns: 130px auto;
  align-items: flex-start;
  border-bottom: 1px solid #d2d3d4;
  padding: 20px 0;
}
.cart-details-content .product-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.cart-details-content .product-item:first-child {
  padding-top: 0;
}
.cart-details-content .product-item .thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.cart-details-content .product-item .data {
  padding-right: 12px;
  margin-top: 8px;
}
.cart-details-content .product-item .data .name {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cart-details-content .product-item .data .property-list .color {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.cart-details-content .product-item .data .property-list .color .circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #d2d3d4;
  margin-left: 10px;
}
.cart-details-content .product-item .data .property-list .color .desc {
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 400;
}
.cart-details-content .product-item .data .property-list ul {
  margin: 0.5rem 0;
}
.cart-details-content .product-item .data .property-list ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 400;
  margin: 0.5rem 0;
}
.cart-details-content .product-item .data .property-list ul li span {
  margin-left: 5px;
}
.cart-details-content .product-item .data .property-list ul li .fi {
  color: #535355;
  font-size: 15px;
  margin-left: 5px;
  display: flex;
}
.cart-details-content .product-item .data .info-inner {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-details-content .product-item .data .number-products {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cart-details-content .product-item .data .number-products .number-inner {
  display: grid;
  grid-template-columns: 35px auto 35px;
  align-items: center;
  width: 130px;
}
.cart-details-content .product-item .data .number-products .number-inner .btn-plus {
  background-color: white;
  border: 1px solid #d2d3d4;
  width: 35px;
  height: 35px;
  cursor: pointer;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #535355;
  font-size: 16px;
}
.cart-details-content .product-item .data .number-products .number-inner .btn-plus .fi {
  display: flex;
}
.cart-details-content .product-item .data .number-products .number-inner .btn-plus:hover {
  background-color: #0e4fc7;
  border-color: #0e4fc7;
  color: white;
}
.cart-details-content .product-item .data .number-products .number-inner .btn-plus:first-child {
  border-radius: 0 8px 8px 0;
}
.cart-details-content .product-item .data .number-products .number-inner .btn-plus:last-child {
  border-radius: 8px 0 0 8px;
}
.cart-details-content .product-item .data .number-products .number-inner .input {
  width: 100%;
  padding: 5px;
  border: 1px solid #d2d3d4;
  border-left: none;
  border-right: none;
  text-align: center;
  color: #535355;
  height: 35px;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
}
.cart-details-content .product-item .data .number-products .btn-detele {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #ef4444;
  background-color: transparent;
  border: none;
}
.cart-details-content .product-item .data .number-products .btn-detele .fi {
  font-size: 18px;
  margin-left: 5px;
  position: relative;
  top: 4px;
}
.cart-details-content .product-item .price-content {
  margin-bottom: 0;
}
.cart-details-content .product-item .price-content .discount {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cart-details-content .product-item .price-content .discount h4 {
  -webkit-text-decoration: line-through 1px solid #535355;
          text-decoration: line-through 1px solid #535355;
  font-size: 16px;
  font-weight: 600;
  color: #535355;
  margin-bottom: 0;
}
.cart-details-content .product-item .price-content .discount .percentage {
  font-size: 14px;
  font-weight: 600;
  background-color: #ef4444;
  color: white;
  line-height: normal;
  margin-right: 10px;
  padding: 4px 8px 2px 8px;
  border-radius: 5rem;
}
.cart-details-content .product-item .price-content h3 {
  font-size: 18px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 0;
}
.cart-details-content .product-item .price-content h3 span {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
}
.cart-details-content .checkout-side {
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 20px;
}
.cart-details-content .checkout-side .price-list {
  border-bottom: 1px solid #d2d3d4;
}
.cart-details-content .checkout-side .price-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cart-details-content .checkout-side .price-list li .title {
  font-size: 14px;
  font-weight: 400;
  color: #535355;
}
.cart-details-content .checkout-side .price-list li .number {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}
.cart-details-content .checkout-side .price-list li .number .toman {
  margin-right: 5px;
  font-size: 13px;
  color: #535355;
}
.cart-details-content .checkout-side .price-list li .number.red {
  color: #ef4444;
}
.cart-details-content .checkout-side .price-list li .number.red .toman {
  color: #ef4444;
}
.cart-details-content .checkout-side .price-list li .number.small {
  font-size: 12px;
  color: #535355;
}
.cart-details-content .checkout-side .total-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.cart-details-content .checkout-side .total-price .title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}
.cart-details-content .checkout-side .total-price .number {
  font-size: 18px;
  font-weight: 800;
  color: #1a1a1a;
}
.cart-details-content .checkout-side .total-price .number .toman {
  margin-right: 5px;
  font-size: 13px;
  color: #535355;
}
.cart-details-content .checkout-side .cart-msg {
  font-size: 11px;
  font-weight: 400;
  color: #535355;
  margin-top: 1.2rem;
  display: block;
}
.cart-details-content .checkout-side .buttons {
  margin-top: 1.2rem;
}
.cart-details-content .checkout-side .buttons .btn {
  width: 100%;
}
.cart-details-content .grid-sticky-top {
  position: sticky;
  top: 120px;
}
.cart-details-content .grid-sticky-top.small {
  top: 50px;
}
.cart-details-content .protect-user {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
  border: 1px solid #d2d3d4;
}
.cart-details-content .protect-user::before {
  content: "\f3ee";
  font-family: uicons-solid-straight;
  position: absolute;
  top: -20px;
  left: -20px;
  font-size: 90px;
  line-height: normal;
  color: #0e4fc7;
  z-index: 0;
  opacity: 0.1;
}
.cart-details-content .protect-user ul {
  position: relative;
  z-index: 10;
  margin: 0.5rem 0;
}
.cart-details-content .protect-user ul li {
  font-size: 13px;
  font-weight: 400;
  color: #1a1a1a;
}
.cart-details-content .protect-user ul li .fi {
  font-size: 20px;
  color: #0e4fc7;
  margin-left: 10px;
  position: relative;
  top: 3px;
}
.cart-details-content .btn-link {
  font-size: 14px;
  font-weight: 600;
  color: #025fc2;
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: none;
}
.cart-details-content .btn-link .fi {
  font-size: 18px;
  margin-left: 8px;
  position: relative;
  top: 6px;
}
.cart-details-content .btn-link:hover {
  color: #0e4fc7;
}

.cart-header {
  padding: 15px 0 0 0;
  position: relative;
}
.cart-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 150px;
  background-color: #0e4fc7;
  z-index: -1;
}
.cart-header .logo {
  width: 80px;
  margin: 0 auto;
}
.cart-header .logo a {
  display: block;
}
.cart-header .logo a img {
  width: 100%;
}

.cart-level {
  position: relative;
  top: 56px;
}
.cart-level ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 700px;
  margin: 0 auto;
}
.cart-level ul li {
  flex: 0 0 33.33%;
  width: 33.33%;
  text-align: center;
  position: relative;
  z-index: 5;
}
.cart-level ul li.active .icon {
  background-color: white;
  color: white;
  border-color: white;
  animation: pulse 2s linear infinite;
}
.cart-level ul li.active .icon::before {
  display: block;
}
.cart-level ul li.active .title {
  color: #0e4fc7;
}
.cart-level ul li a {
  display: inline-block;
  position: relative;
  z-index: 50;
}
.cart-level ul li a:hover .icon {
  fill: #0e4fc7;
}
.cart-level ul li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: white;
  color: #9e9e9e;
  padding: 5px;
  border: 1px solid white;
  position: relative;
  z-index: 60;
  font-size: 24px;
}
.cart-level ul li .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #a8c416;
  display: none;
}
.cart-level ul li .title {
  font-size: 14px;
  font-weight: 600;
  color: #535355;
  margin-top: 4px;
  display: block;
}

.cart-card {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #d2d3d4;
}
.cart-card .card-inner {
  margin-top: 1rem;
}
.cart-card .card-title {
  margin-bottom: 0.5rem;
}
.cart-card .card-title .inner {
  display: grid;
  grid-template-columns: 32px auto;
  align-items: center;
}
.cart-card .card-title .inner h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  padding-right: 15px;
  margin-bottom: 0;
}
.cart-card .card-title .inner .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(2, 95, 194, 0.1);
  color: #025fc2;
  font-size: 18px;
}
.cart-card .card-title .inner .icon .fi {
  display: flex;
}
.cart-card .card-msg {
  font-size: 14px;
  font-weight: 400;
  color: #535355;
  padding-right: 40px;
}
.cart-card .add-new-address {
  margin-top: 22px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cart-card .add-new-address .btn-link {
  margin: 0 8px 0 0;
  background-color: transparent;
  border: none;
  font-size: 14px;
}
.cart-card .radio-group-pay {
  padding-right: 40px;
  margin-top: 20px;
}
.cart-card .form-radio {
  margin-top: 12px;
}
.cart-card .form-radio.have-img {
  display: flex;
  align-items: center;
}
.cart-card .form-radio.have-img .form-radio-input:checked ~ .form-radio-label .thumb {
  background-color: rgba(2, 95, 194, 0.1);
}
.cart-card .form-radio.have-img .form-radio-input:checked ~ .form-radio-label .thumb img {
  filter: grayscale(0);
  opacity: 1;
}
.cart-card .form-radio.have-img .form-radio-input:checked ~ .form-radio-label .thumb .fi {
  color: #025fc2;
}
.cart-card .form-radio.have-img .form-radio-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cart-card .form-radio.have-img .form-radio-label::before {
  top: 0.5em;
}
.cart-card .form-radio.have-img .form-radio-label::after {
  top: 0.9em;
}
.cart-card .form-radio.have-img .form-radio-label .thumb {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 5px;
}
.cart-card .form-radio.have-img .form-radio-label .thumb img {
  filter: grayscale(1);
  width: 100%;
  opacity: 0.5;
}
.cart-card .form-radio.have-img .form-radio-label .thumb .fi {
  font-size: 24px;
  color: #a3a3a3;
  display: flex;
}
.cart-card .form-radio.grid-formcheck {
  margin-bottom: 20px;
}
.cart-card .form-radio.grid-formcheck .form-check-input {
  top: 8px;
}
.cart-card .form-radio.grid-formcheck .form-check-input:checked ~ .form-check-label .icon svg {
  fill: #0e4fc7;
}
.cart-card .form-radio.grid-formcheck .form-check-label {
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
  cursor: pointer;
}
.cart-card .form-radio.grid-formcheck .form-check-label .icon svg {
  width: 40px;
  fill: rgba(2, 95, 194, 0.2);
}
.cart-card .form-radio.grid-formcheck .form-check-label .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cart-card .form-radio.grid-formcheck .form-check-label .text .name {
  font-size: 14px;
  font-weight: 600;
  color: #535355;
  margin-bottom: 5px;
}
.cart-card .form-radio.grid-formcheck .form-check-label .text .desc {
  font-size: 12px;
  font-weight: 600;
  color: #9e9e9e;
}
.cart-card .wallet {
  font-size: 16px;
  font-weight: 400;
  color: #535355;
  padding-right: 80px;
}
.cart-card .wallet strong {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 600;
}
.cart-card .wallet span {
  font-size: 14px;
}
.cart-card .discount-code {
  width: 500px;
  position: relative;
  margin-top: 20px;
}
.cart-card .discount-code .input {
  width: 100%;
  height: 44px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #d2d3d4;
  border-radius: 8px;
  background-color: white;
  padding: 5px 15px 5px 50px;
}
.cart-card .discount-code .input:hover, .cart-card .discount-code .input:focus {
  border-color: #0e4fc7;
}
.cart-card .discount-code .btn-accept {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  border: none;
  font-size: 14px;
  padding: 5px 10px;
  background-color: #0e4fc7;
  color: white;
  border-radius: 8px;
}
.cart-card .discount-code .btn-accept:hover, .cart-card .discount-code .btn-accept:focus {
  background-color: #025fc2;
}
.cart-card .discount-code .discount-msg {
  margin-top: 10px;
  font-size: 14px;
}
.cart-card .discount-code .discount-msg.error {
  color: #ef4444;
}
.cart-card .discount-code .discount-msg.success {
  color: #22c55e;
}

.address-info {
  padding-right: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.address-info ul {
  margin: 0;
}
.address-info ul li {
  margin: 5px 0;
  color: #1a1a1a;
  font-weight: 400;
  font-size: 14px;
}
.address-info ul li span {
  color: #535355;
}
.address-info ul li span .fi {
  font-size: 17px;
  margin-left: 10px;
  position: relative;
  top: 3px;
  color: #9e9e9e;
}
.address-info .dropdown {
  position: absolute;
  left: 10px;
  top: 10px;
}
.address-info .dropdown .btnMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  color: #535355;
}
.address-info .dropdown .btnMenu .fi {
  display: flex;
}

#choose-address .address-info {
  border: 1px solid #d2d3d4;
  border-radius: 10px;
  margin-bottom: 12px;
  padding: 8px 40px 8px 8px;
  cursor: pointer;
  position: relative;
}
#choose-address .address-info::before {
  content: "響";
  font-family: uicons-regular-straight;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #d2d3d4;
}
#choose-address .address-info:last-child {
  margin-bottom: none;
}
#choose-address .address-info.active {
  border-color: #0e4fc7;
}
#choose-address .address-info.active::before {
  content: "הּ";
  font-family: uicons-solid-straight;
  color: #0e4fc7;
}
#choose-address .address-info.type-dropdown {
  padding-left: 50px;
}

@media (max-width: 992px) {
  .cart-details-content {
    margin-top: 100px;
  }
  .cart-details-content .grid-layout {
    grid-template-columns: 100%;
  }
  .cart-details-content .grid-layout .basket-grid {
    padding: 0 0 10px 0;
  }
  .cart-details-content .grid-layout .side-grid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cart-details-content.no-margin {
    margin-top: 5rem;
  }
  .cart-details-content .product-item {
    grid-template-columns: 100px auto;
  }
  .cart-details-content .product-item .data {
    padding-right: 10px;
    margin-top: 5px;
  }
  .cart-details-content .product-item .data .name {
    font-size: 14px;
  }
  .cart-details-content .product-item .data .property-list .color .desc {
    font-size: 12px;
  }
  .cart-details-content .product-item .data .property-list .color .circle {
    width: 16px;
    height: 16px;
    margin-left: 8px;
  }
  .cart-details-content .product-item .data .property-list ul li {
    font-size: 12px;
  }
  .cart-details-content .product-item .data .property-list ul li .fi {
    font-size: 14px;
  }
  .cart-details-content .product-item .data .info-inner .number-inner {
    grid-template-columns: 30px auto 30px;
    width: 115px;
  }
  .cart-details-content .product-item .data .info-inner .number-inner .btn-plus {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .cart-details-content .product-item .data .info-inner .number-inner .input {
    height: 30px;
    padding: 2px;
    font-size: 14px;
  }
  .cart-details-content .product-item .price-content .discount h4 {
    font-size: 14px;
  }
  .cart-details-content .product-item .price-content .discount .percentage {
    font-size: 12px;
  }
  .cart-details-content .product-item .price-content h3 {
    font-size: 16px;
  }
  .cart-details-content .product-item .price-content span {
    font-size: 14px;
  }
  .cart-details-content .checkout-list {
    padding: 20px 15px;
  }
  .cart-details-content .checkout-side {
    padding: 15px;
  }
  .cart-header::before {
    height: 122px;
  }
  .cart-header .logo {
    width: 60px;
  }
  .cart-level {
    top: 44px;
  }
  .cart-level ul {
    width: 100%;
  }
  .cart-card {
    padding: 12px;
  }
  .cart-card .card-title .inner h3 {
    font-size: 16px;
  }
  .cart-card .card-title .inner .icon {
    width: 35px;
    height: 35px;
  }
  .cart-card .card-msg {
    font-size: 13px;
    padding-right: 48px;
  }
  .cart-card .form-radio {
    margin-top: 0;
  }
  .cart-card .form-radio.have-img .form-radio-label {
    font-size: 14px;
  }
  .cart-card .form-radio.have-img .form-radio-label .thumb {
    width: 36px;
    height: 36px;
  }
  .cart-card .form-radio.have-img .form-radio-label .thumb .fi {
    font-size: 20px;
  }
  .cart-card .wallet {
    font-size: 14px;
  }
  .cart-card .wallet strong {
    font-size: 16px;
  }
  .cart-card .wallet span {
    font-size: 13px;
  }
  .cart-card .discount-code {
    width: 100%;
  }
  .address-info ul {
    margin: 0.5rem 0;
  }
  .address-info ul li {
    font-size: 13px;
  }
  .address-info ul li span .fi {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .cart-details-content .product-item {
    grid-template-columns: 80px auto;
  }
  .cart-details-content .product-item .data .info-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .cart-details-content .product-item .price-content {
    margin-top: 15px;
  }
}
/*#endregion -------------- Cart */
.content-carousel {
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.content-carousel .nav-tabs {
  background-color: transparent;
  justify-content: center;
  padding: 10px 0;
  flex-shrink: 0;
  border: none;
  z-index: 99;
}
.content-carousel .nav-tabs .nav-link {
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 10px 20px;
}
.content-carousel .nav-tabs .nav-link.active {
  background-color: #0e4fc7;
  color: white;
}
.content-carousel .nav-tabs .nav-link:first-child {
  border-radius: 0 10px 10px 0;
}
.content-carousel .nav-tabs .nav-link:last-child {
  border-radius: 10px 0 0 10px;
}
.content-carousel .tab-content {
  overflow-y: auto;
  flex: 1 1 auto;
  padding: 10px 0;
  height: 100%;
  margin-top: 0;
}
.content-carousel .tab-content .tab-pane {
  margin-top: 0;
  position: relative;
  height: 100%;
}

.swiper-images-official {
  height: calc(100vh - 195px);
  width: 500px;
}
.swiper-images-official .swiper-wrapper {
  padding: 2px 0;
}
.swiper-images-official .swiper-slide {
  height: unset !important;
  text-align: center;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-images-official .swiper-slide .thumb {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-images-official .swiper-slide .thumb img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: content;
     object-fit: content;
  border-radius: 10px;
}
.swiper-images-official .swiper-slide .thumb video,
.swiper-images-official .swiper-slide .thumb iframe {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: content;
     object-fit: content;
}
.swiper-images-official .swiper-button-next,
.swiper-images-official .swiper-button-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.swiper-images-official .swiper-button-next::after,
.swiper-images-official .swiper-button-prev::after {
  content: "";
  font-family: uicons-regular-straight;
  font-size: 24px;
  color: #1a1a1a;
}
.swiper-images-official .swiper-button-prev::after {
  content: "ﵞ";
}
.swiper-images-official .swiper-button-next::after {
  content: "ﵟ";
}

.swiper-images-official-thumbs {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
.swiper-images-official-thumbs .swiper-wrapper {
  padding: 2px 0;
}
.swiper-images-official-thumbs .swiper-slide {
  border: 1px solid transparent;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  padding: 4px;
}
.swiper-images-official-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: white;
}
.swiper-images-official-thumbs .swiper-slide .thumb {
  position: relative;
}
.swiper-images-official-thumbs .swiper-slide .thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.user-images-grid {
  height: 100%;
  overflow-y: auto;
}
.user-images-grid .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: 1000px;
  margin: 0 auto;
}
.user-images-grid .grid-wrapper .thumb {
  width: 100%;
  height: 242px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.user-images-grid .grid-wrapper .thumb .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.user-images-grid .grid-wrapper .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: all 0.3s ease-in;
}
.user-images-grid .grid-wrapper .thumb.video::before {
  content: "\f4fe";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  font-family: uicons-solid-straight;
  z-index: 10;
  font-size: 30px;
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.user-images-grid .grid-wrapper .thumb .buyer-data {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 11;
  padding: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
.user-images-grid .grid-wrapper .thumb .buyer-data .name {
  font-size: 14px;
  color: white;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.user-images-grid .grid-wrapper .thumb .buyer-data .rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.user-images-grid .grid-wrapper .thumb .buyer-data .rating .stars {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-images-grid .grid-wrapper .thumb .buyer-data .rating .stars .fi {
  display: flex;
  margin: 1px;
  font-size: 14px;
}
.user-images-grid .grid-wrapper .thumb .buyer-data .rating .stars .fi-ss-star {
  color: #fbbf24;
}
.user-images-grid .grid-wrapper .thumb .buyer-data .rating .stars .fi-rs-star {
  color: rgba(255, 255, 255, 0.6);
}
.user-images-grid .grid-wrapper .thumb:hover .buyer-data {
  opacity: 1;
}

.user-images-grid,
.user-images-preview {
  display: none;
}
.user-images-grid.active,
.user-images-preview.active {
  display: block;
}

.user-images-preview {
  width: 1000px;
  margin: 0 auto;
}
.user-images-preview .grid-layout {
  display: grid;
  grid-template-columns: 50% 50%;
}
.user-images-preview .back-to-images {
  text-align: left;
  margin-bottom: 10px;
}
.user-images-preview .back-to-images .btn {
  border-color: rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 1rem;
}
.user-images-preview .back-to-images .btn .fi {
  left: 12px;
  top: 9px;
}
.user-images-preview .back-to-images .btn.icon-left {
  padding-left: 2rem !important;
}
.user-images-preview .back-to-images .btn:hover, .user-images-preview .back-to-images .btn:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.user-images-preview .grid-text {
  padding-right: 20px;
  padding-bottom: 10px;
}
.user-images-preview .grid-text .buyer-data .name {
  font-size: 14px;
  color: white;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.user-images-preview .grid-text .buyer-data .rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.user-images-preview .grid-text .buyer-data .rating .stars {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-images-preview .grid-text .buyer-data .rating .stars .fi {
  display: flex;
  margin: 1px;
  font-size: 14px;
}
.user-images-preview .grid-text .buyer-data .rating .stars .fi-ss-star {
  color: #fbbf24;
}
.user-images-preview .grid-text .buyer-data .rating .stars .fi-rs-star {
  color: rgba(255, 255, 255, 0.6);
}
.user-images-preview .grid-text .buyer-data .rating .data {
  margin-right: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.user-images-preview .grid-text .text {
  margin: 10px 0;
  max-height: 400px;
  overflow-y: auto;
  padding-left: 10px;
}
.user-images-preview .grid-text .text p {
  font-size: 14px;
  font-weight: 400;
  color: white;
  text-align: justify;
}
.user-images-preview .grid-text .btn-moreComment {
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #0e4fc7;
  margin: 5px 0 15px 0;
}
.user-images-preview .grid-text .btn-moreComment .fi {
  margin-right: 3px;
  position: relative;
  top: 4px;
  font-size: 16px;
}
.user-images-preview .grid-text .color {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.user-images-preview .grid-text .color span {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
}
.user-images-preview .grid-text .color span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 22px;
  height: 22px;
  border: 1px solid white;
  border-radius: 50%;
}
.user-images-preview .grid-text .color h6 {
  margin-bottom: 0;
  font-size: 13px;
  margin-right: 10px;
  color: white;
}

#modal-images-preview .modal-body {
  padding: 0.6rem;
}
#modal-images-preview .modal-dialog {
  background-color: transparent;
}
#modal-images-preview .modal-backdrop {
  background-color: black;
}
#modal-images-preview .btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 110;
}

.swiper-images-user {
  height: 500px;
}
.swiper-images-user .swiper-slide {
  height: unset !important;
  text-align: center;
  background-color: black;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-images-user .swiper-slide .thumb {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-images-user .swiper-slide .thumb img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: content;
     object-fit: content;
}
.swiper-images-user .swiper-slide .thumb video,
.swiper-images-user .swiper-slide .thumb iframe {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: content;
     object-fit: content;
}
.swiper-images-user .swiper-button-next,
.swiper-images-user .swiper-button-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.swiper-images-user .swiper-button-next::after,
.swiper-images-user .swiper-button-prev::after {
  content: "";
  font-family: uicons-regular-straight;
  font-size: 24px;
  color: #1a1a1a;
}
.swiper-images-user .swiper-button-prev::after {
  content: "ﵞ";
}
.swiper-images-user .swiper-button-next::after {
  content: "ﵟ";
}
.swiper-images-user .swiper-pagination {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 4px;
  bottom: 0;
}
.swiper-images-user .swiper-pagination-bullet {
  background-color: white;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.swiper-images-user .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 8px;
  border-radius: 4px;
  opacity: 1;
}

@media (max-width: 1199px) {
  .user-images-preview {
    width: 100%;
  }
  .user-images-grid .grid-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .user-images-grid .grid-wrapper .thumb {
    height: 190px;
  }
}
@media (max-width: 768px) {
  .swiper-images-official {
    width: 100%;
    height: calc(100vh - 188px);
  }
  .swiper-images-official-thumbs {
    padding: 0 5px;
  }
  .swiper-images-official-thumbs .swiper-slide {
    width: 70px;
    height: 70px;
  }
  .user-images-grid .grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .user-images-grid .grid-wrapper .thumb .buyer-data .name {
    font-size: 13px;
  }
  .user-images-preview .grid-layout {
    grid-template-columns: 100%;
  }
  .user-images-preview .grid-text {
    padding: 20px 10px;
  }
  .swiper-images-user {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .content-carousel {
    padding: 0 10px;
  }
  .swiper-images-official {
    height: calc(100vh - 175px);
  }
  .swiper-images-official-thumbs .swiper-slide {
    width: 60px;
    height: 60px;
  }
  .user-images-grid .grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .user-images-grid .grid-wrapper .thumb {
    height: 220px;
  }
  #modal-images-preview .btn-close {
    right: 20px;
  }
}
@media (max-width: 420px) {
  .user-images-grid .grid-wrapper .thumb {
    height: 160px;
  }
}
/*#region ----------------- Blogs */
.payment-section {
  margin: 150px 0;
}
.payment-section .section-inner {
  border: 1px solid #d2d3d4;
  border-radius: 10px;
  width: 800px;
  margin: 0 auto;
  padding: 40px 30px 30px 30px;
}
.payment-section .icon {
  text-align: center;
}
.payment-section .icon .thumb {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px auto;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
}
.payment-section .icon h6 {
  margin-bottom: 0;
  text-align: center;
}
.payment-section .icon.success .thumb {
  background-image: url(../images/icons/payment-success.svg);
}
.payment-section .icon.success h6 {
  color: #a8c416;
}
.payment-section .icon.error .thumb {
  background-image: url(../images/icons/payment-error.svg);
}
.payment-section .icon.error h6 {
  color: #ef4444;
}
.payment-section .info {
  margin-top: 30px;
}
.payment-section .info p {
  text-align: center;
  color: #535355;
}
.payment-section .info p strong {
  color: #1a1a1a;
  margin: 0 8px;
}
.payment-section .info ul {
  background-color: #f2f3f4;
  border-radius: 5px;
  margin: 0;
  padding: 10px 20px;
}
.payment-section .info ul li {
  font-size: 14px;
  font-weight: 400;
  color: #535355;
  margin: 10px 0;
}
.payment-section .info ul li span {
  color: #1a1a1a;
}
.payment-section .btns-action {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 992px) {
  .payment-section {
    margin: 110px 0;
  }
  .payment-section .section-inner {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .payment-section {
    margin: 110px 0;
  }
  .payment-section .section-inner {
    width: 100%;
    padding: 30px 20px 20px 20px;
  }
}
/*#endregion -------------- Blogs */
/*#region ----------------- User Profile */
.user-dashboard-section {
  margin: 150px 0 100px 0;
}
.user-dashboard-section .grid-layout {
  display: grid;
  grid-template-columns: 320px calc(100% - 320px);
  padding: 0 40px;
}
.user-dashboard-section .grid-user-menu {
  transition: all 0.3s ease-in-out;
}
.user-dashboard-section .grid-user-menu .grid-inner {
  border-radius: 10px;
  position: sticky;
  top: 110px;
  background-color: white;
  border: 1px solid #d2d3d4;
}
.user-dashboard-section .grid-main {
  padding-right: 20px;
}
.user-dashboard-section .grid-main .grid-inner {
  border-radius: 10px;
  background-color: white;
  border: 1px solid #d2d3d4;
}
.user-dashboard-section .grid-main .grid-inner.no-border {
  border-radius: 0;
  border: none;
}
.user-dashboard-section .grid-main .grid-inner.no-border .main-header {
  border: none;
}
.user-dashboard-section .user-info-section {
  position: relative;
}
.user-dashboard-section .user-info {
  display: grid;
  grid-template-columns: 48px auto;
  align-items: center;
  padding: 15px;
}
.user-dashboard-section .user-info .thumb {
  width: 48px;
  height: 48px;
  background-color: rgba(14, 79, 199, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-dashboard-section .user-info .thumb img,
.user-dashboard-section .user-info .thumb .fi {
  width: 28px;
}
.user-dashboard-section .user-info .data {
  padding-right: 10px;
}
.user-dashboard-section .user-info h6 {
  font-size: 14px;
  color: #1a1a1a;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.user-dashboard-section .user-info .btn-edit {
  font-size: 13px;
  font-weight: 400;
  color: #0e4fc7;
  display: flex;
  align-items: center;
}
.user-dashboard-section .user-info .btn-edit .fi {
  font-size: 16px;
  margin-right: 2px;
  display: flex;
}
.user-dashboard-section .wallet {
  display: grid;
  grid-template-columns: 48px auto;
  align-items: center;
  background-color: #f6f6f6;
  padding: 15px;
  border-top: 1px solid #d2d3d4;
  border-bottom: 1px solid #d2d3d4;
}
.user-dashboard-section .wallet .thumb {
  width: 48px;
  height: 48px;
  background-color: rgba(14, 79, 199, 0.1);
  border-radius: 50%;
  color: #0e4fc7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-dashboard-section .wallet .thumb .fi {
  font-size: 24px;
  display: flex;
}
.user-dashboard-section .wallet .data {
  padding-right: 10px;
}
.user-dashboard-section .wallet .money {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
}
.user-dashboard-section .wallet .money h5 {
  font-size: 16px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 5px;
}
.user-dashboard-section .wallet .money small,
.user-dashboard-section .wallet .money span {
  font-size: 13px;
  color: #535355;
}
.user-dashboard-section .wallet .btn-edit {
  font-size: 13px;
  font-weight: 400;
  color: #0e4fc7;
  display: flex;
  align-items: center;
}
.user-dashboard-section .wallet .btn-edit .fi {
  font-size: 16px;
  margin-right: 2px;
  display: flex;
}
.user-dashboard-section .menu-header {
  background-color: #f6f6f6;
  padding: 15px 15px 25px 15px;
  display: none;
  align-items: center;
  justify-content: space-between;
}
.user-dashboard-section .menu-header h6 {
  margin-bottom: 0;
}
.user-dashboard-section .menu-header .btn-close-menu {
  background-color: transparent;
  border: none;
  width: 38px;
  height: 38px;
  color: #9e9e9e;
}
.user-dashboard-section .menu-header .btn-close-menu .fi {
  position: relative;
  top: 4px;
}
.user-dashboard-section .menu-header .btn-close-menu:hover {
  color: #1a1a1a;
}
.user-dashboard-section .user-menu {
  padding: 10px 0px;
  position: relative;
}
.user-dashboard-section .user-menu .menu-list li .link {
  padding: 5px 15px;
  border-right: 4px solid transparent;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
  position: relative;
}
.user-dashboard-section .user-menu .menu-list li .link .fi {
  font-size: 22px;
  color: #535355;
  position: relative;
  top: 5px;
  margin-left: 10px;
}
.user-dashboard-section .user-menu .menu-list li .link:hover {
  color: #025fc2;
}
.user-dashboard-section .user-menu .menu-list li .link:hover .fi {
  color: #025fc2;
}
.user-dashboard-section .user-menu .menu-list li .link .badge {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.user-dashboard-section .user-menu .menu-list li.active .link {
  border-right-color: #025fc2;
  color: #025fc2;
  font-weight: 600;
}
.user-dashboard-section .user-menu .menu-list li.active .link .fi {
  color: #025fc2;
}
.user-dashboard-section .main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  position: relative;
  min-height: 70px;
  border-bottom: 1px solid #d2d3d4;
}
.user-dashboard-section .main-header .title h3 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 28px;
}
.user-dashboard-section .main-body {
  padding: 10px 20px 40px 20px;
}
.user-dashboard-section .main-inner-title {
  display: grid;
  grid-template-columns: 35px auto;
  align-items: center;
  margin-bottom: 12px;
}
.user-dashboard-section .main-inner-title.no-icon {
  grid-template-columns: 100%;
}
.user-dashboard-section .main-inner-title .icon {
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #9e9e9e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-dashboard-section .main-inner-title .icon .fi {
  display: flex;
}
.user-dashboard-section .main-inner-title h6 {
  margin-bottom: 0;
}
.user-dashboard-section .btns-action-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-grow: 1;
  margin-top: 2rem;
}
.user-dashboard-section .btns-action-main .btn {
  margin: 5px;
}

.btn-user-menu {
  background-color: #025fc2;
  padding: 0;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 50rem;
  border: 1px solid #025fc2;
  color: white;
  cursor: pointer;
  font-size: 18px;
  display: none;
  align-items: center;
  justify-content: center;
}
.btn-user-menu .fi {
  display: flex;
}

.btn-closeprofileMenu {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  color: #535355;
  background-color: transparent;
  border: none;
  padding: 0;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 50%;
  color: #9e9e9e;
}
.btn-closeprofileMenu:hover {
  color: #535355;
}

.overlay-userMenu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1998;
  opacity: 0;
  transition: all 0.3s;
}
.overlay-userMenu.active {
  display: block;
  opacity: 1;
}

.order-status {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #d2d3d4;
  border-radius: 10px;
}

.card-status:last-child .card-inner {
  border: none;
  border-radius: 10px 0 0 10px;
}
.card-status:first-child .card-inner {
  border-radius: 0 10px 10px 0;
}
.card-status .card-inner {
  border-left: 1px solid #d2d3d4;
  padding: 15px 10px;
  display: block;
}
.card-status .thumb {
  text-align: center;
  width: 84px;
  height: 84px;
  margin: 0 auto 0.5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #535355;
}
.card-status .thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-status .info {
  text-align: center;
}
.card-status .info h4 {
  font-size: 14px;
  font-weight: 400;
  color: #535355;
  margin-bottom: 10px;
}
.card-status .info p {
  color: #1a1a1a;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
}
.card-status:hover .card-inner {
  background-color: #f6f6f6;
}

.section-box {
  padding: 15px 0;
  position: relative;
}
.section-box .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  position: relative;
}
.section-box .title h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.card-bookmark {
  border-left: 1px solid #d2d3d4;
  border-bottom: 1px solid #d2d3d4;
  padding: 10px;
}
.card-bookmark .card-inner {
  padding: 20px 10px 10px 10px;
}
.card-bookmark .thumb {
  width: 150px;
  margin: 0 auto 10px auto;
}
.card-bookmark .thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.card-bookmark .info .name {
  font-size: 14px;
  line-height: 24px;
  min-height: 48px;
}
.card-bookmark .price-content {
  margin-bottom: 20px;
}
.card-bookmark .price-content h3 {
  font-size: 18px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 0;
}
.card-bookmark .price-content span {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
}
.card-bookmark .btns-action {
  display: grid;
  grid-template-columns: 1fr 40px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.card-bookmark .btns-action .btn-cart-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  height: 40px;
}
.card-bookmark .btns-action .btn-cart-toggle i {
  font-size: 18px;
  display: flex;
}
.card-bookmark .btns-action .btn-cart-toggle span {
  font-size: 14px;
}
.card-bookmark .btns-action .btn-delete {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #9e9e9e;
  color: #535355;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
}
.card-bookmark .btns-action .btn-delete .fi {
  display: flex;
}
.card-bookmark .btns-action .btn-delete:hover {
  border-color: #ef4444;
  color: #ef4444;
}

.card-transaction {
  margin-bottom: 15px;
}
.card-transaction .card-inner {
  border: 1px solid #d2d3d4;
  border-radius: 10px;
  padding: 10px 15px;
}
.card-transaction .c-title {
  font-size: 16px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
}
.card-transaction .c-title .fi {
  margin-left: 10px;
  font-size: 18px;
  color: #535355;
}
.card-transaction .list-info {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.card-transaction .list-info li {
  flex: 1 0 50%;
  width: 50%;
  margin: 3px 0;
  color: #535355;
  font-size: 14px;
}
.card-transaction .list-info li span {
  color: #1a1a1a;
  font-weight: 600;
  display: inline-block;
}
.card-transaction .list-info li span.color-success {
  background-color: rgba(34, 197, 94, 0.1);
  color: #22c55e;
  border-radius: 5rem;
  padding: 2px 8px;
}
.card-transaction .list-info li span.color-info {
  background-color: rgba(14, 165, 233, 0.1);
  color: #0ea5e9;
  border-radius: 5rem;
  padding: 2px 8px;
}
.card-transaction .list-info li span.color-error {
  background-color: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  border-radius: 5rem;
  padding: 2px 8px;
}
.card-transaction .list-info li span.color-warning {
  background-color: rgba(251, 191, 36, 0.2);
  color: rgb(231.7668161435, 168.269058296, 4.2331838565);
  border-radius: 5rem;
  padding: 2px 8px;
}

@media (max-width: 1280px) {
  .user-dashboard-section .grid-layout {
    grid-template-columns: 280px calc(100% - 280px);
  }
  .user-dashboard-section .wallet-info {
    flex-direction: column;
  }
  .user-dashboard-section .wallet-info .btns-wallet {
    margin-top: 15px;
  }
}
@media (max-width: 992px) {
  .user-dashboard-section {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .user-dashboard-section .grid-layout {
    grid-template-columns: 100%;
    padding: 0 10px;
  }
  .user-dashboard-section .grid-user-menu .grid-inner {
    border: none;
    position: relative;
    position: unset;
    top: 0;
  }
  .user-dashboard-section .menu-header {
    display: flex;
    flex-shrink: 0;
  }
  .user-dashboard-section .user-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    z-index: 1999;
    background-color: white;
    display: flex;
    flex-direction: column;
    padding: 0;
    transition: all 0.2s ease-in-out;
  }
  .user-dashboard-section .user-menu.active {
    right: 0;
  }
  .user-dashboard-section .user-menu .menu-list {
    height: 100%;
    overflow-y: auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 10px 0 30px 0;
  }
  .user-dashboard-section .user-info-section {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #d2d3d4;
    border-radius: 10px;
  }
  .user-dashboard-section .user-info {
    grid-template-columns: 100%;
    padding: 0 0 10px 0;
  }
  .user-dashboard-section .user-info .thumb {
    margin: 0 auto;
  }
  .user-dashboard-section .user-info .data {
    padding: 10px 0 0 0;
    text-align: center;
  }
  .user-dashboard-section .user-info .btn-edit {
    display: inline-block;
  }
  .user-dashboard-section .user-info .btn-edit .fi {
    display: inline-block;
    position: relative;
    top: 4px;
  }
  .user-dashboard-section .wallet {
    grid-template-columns: 100%;
    background-color: white;
    border-bottom: none;
    padding: 10px 0 0 0;
  }
  .user-dashboard-section .wallet .thumb {
    display: none;
  }
  .user-dashboard-section .wallet .data {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .user-dashboard-section .wallet .money {
    margin: 5px 0;
    white-space: nowrap;
  }
  .user-dashboard-section .wallet .btn-edit {
    margin: 5px 0;
  }
  .user-dashboard-section .grid-main {
    padding: 0;
  }
  .user-dashboard-section .btn-user-menu {
    display: flex;
  }
  .card-status .card-inner {
    padding: 10px;
  }
  .card-status .thumb {
    width: 74px;
    height: 74px;
  }
}
@media (max-width: 768px) {
  .cards-list .list-title {
    font-size: 16px;
  }
  .card-status .card-inner {
    padding: 10px;
  }
  .card-status .thumb {
    width: 64px;
    height: 64px;
  }
  .card-status .info h4 {
    font-size: 13px;
  }
  .card-status .info p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .user-dashboard-section {
    margin-top: 90px;
  }
  .user-dashboard-section .grid-layout {
    padding: 0;
  }
  .user-dashboard-section .user-menu {
    width: 250px;
    right: -250px;
  }
  .user-dashboard-section .user-menu .menu-list li .link {
    font-size: 14px;
  }
  .user-dashboard-section .user-menu .menu-list li .link .fi {
    font-size: 20px;
  }
  .user-dashboard-section .main-title {
    margin-bottom: 0;
  }
  .user-dashboard-section .main-title .buttons-group .btn {
    padding: 5px !important;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    min-width: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .user-dashboard-section .main-title .buttons-group .btn::after {
    display: none;
  }
  .user-dashboard-section .main-title .buttons-group .btn .fi {
    font-size: 24px;
    margin: 0;
    position: unset;
  }
  .user-dashboard-section .main-title .buttons-group .btn span {
    display: none;
  }
  .card-status .card-inner {
    padding: 8px;
  }
  .card-status .thumb {
    width: 54px;
    height: 54px;
  }
}
@media (max-width: 275px) {
  .user-dashboard-section .user-menu {
    width: 100%;
    right: -100%;
  }
}
/*#endregion -------------- User Profile */
/*#region ----------------- User Profile */
.card-order {
  margin-bottom: 15px;
}
.card-order .card-inner {
  border: 1px solid #d2d3d4;
  padding: 15px;
  border-radius: 10px;
}
.card-order .status {
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 5px 35px 5px 10px;
  border-radius: 50rem;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.card-order .status::before {
  content: "";
  position: absolute;
  right: 8px;
  width: 22px;
  height: 22px;
  font-family: uicons-regular-straight;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.card-order .status.in-progress {
  background-color: rgba(14, 79, 199, 0.1);
  color: #0e4fc7;
}
.card-order .status.in-progress::before {
  content: "\f69f";
  animation: spin 4s linear infinite;
}
.card-order .status.success {
  background-color: rgba(34, 197, 94, 0.1);
  color: #22c55e;
}
.card-order .status.success::before {
  content: "הּ";
  font-family: uicons-solid-straight;
}
.card-order .status.error {
  background-color: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}
.card-order .status.error::before {
  content: "福";
  font-family: uicons-solid-straight;
}
.card-order .order-info ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.5rem 0;
  padding-right: 15px;
}
.card-order .order-info ul li {
  font-size: 14px;
  font-weight: 400;
  color: #535355;
  padding-left: 10px;
  position: relative;
  margin: 5px 0 0 20px;
  white-space: nowrap;
}
.card-order .order-info ul li::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.card-order .order-info ul li span {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}
.card-order .order-products-images {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow-x: auto;
  background-color: #f6f6f6;
  padding: 10px;
  border-radius: 5px;
}
.card-order .order-products-images .thumb {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.card-order .order-products-images .thumb img {
  width: 100%;
}
.card-order .c-footer {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.card-order .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50rem;
  font-size: 20px;
  color: #535355;
  border: 1px solid #d2d3d4;
  background-color: transparent;
}
.card-order .btn-arrow .fi {
  display: flex;
}

.factore-details {
  padding: 20px;
}
.factore-details ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
}
.factore-details ul li {
  flex: 1 0 50%;
  width: 50%;
  margin: 5px 0;
  font-size: 14px;
  font-weight: 500;
  color: #535355;
}
.factore-details ul li span {
  color: #1a1a1a;
  margin-left: 5px;
  font-weight: 600;
}
.factore-details ul li span.waiting {
  background-color: rgba(2, 95, 194, 0.1);
  color: #025fc2;
  padding: 4px 10px;
  font-weight: 600;
  border-radius: 50rem;
}
.factore-details ul li span.payment {
  background-color: rgba(14, 165, 233, 0.1);
  color: #0ea5e9;
  padding: 4px 10px;
  font-weight: 600;
  border-radius: 50rem;
}
.factore-details ul li span.error {
  background-color: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  padding: 4px 10px;
  font-weight: 600;
  border-radius: 50rem;
}
.factore-details ul li span.success {
  background-color: rgba(34, 197, 94, 0.1);
  color: #22c55e;
  padding: 4px 10px;
  font-weight: 600;
  border-radius: 50rem;
}
.factore-details .btn-link {
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #0e4fc7;
  display: flex;
  align-items: center;
  padding: 5px;
}
.factore-details .btn-link .fi {
  margin-left: 5px;
  font-size: 20px;
  display: flex;
}

.progress-level-content {
  padding: 10px 20px 20px 20px;
}
.progress-level-content .progress-inner {
  background-color: #f6f6f6;
  padding: 20px;
  border-radius: 10px;
}
.progress-level-content .delivery-info {
  margin-bottom: 15px;
}
.progress-level-content .delivery-info ul {
  margin: 0;
}
.progress-level-content .delivery-info ul li {
  margin: 5px 0;
  font-size: 14px;
  font-weight: 500;
  color: #535355;
}
.progress-level-content .delivery-info ul li span {
  color: #1a1a1a;
  margin-left: 5px;
  font-weight: 700;
}
.progress-level-content .delivery-info ul li small {
  font-weight: 500;
}
.progress-level-content .delivery-info ul li a {
  -webkit-text-decoration: underline dashed #0e4fc7;
          text-decoration: underline dashed #0e4fc7;
}
.progress-level-content .status {
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 5px 35px 5px 10px;
  border-radius: 50rem;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  margin-bottom: 12px;
}
.progress-level-content .status::before {
  content: "";
  position: absolute;
  right: 8px;
  width: 22px;
  height: 22px;
  font-family: uicons-regular-straight;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.progress-level-content .status.in-progress {
  background-color: rgba(14, 79, 199, 0.1);
  color: #0e4fc7;
}
.progress-level-content .status.in-progress::before {
  content: "\f69f";
  animation: spin 4s linear infinite;
}
.progress-level-content .status.success {
  background-color: rgba(34, 197, 94, 0.1);
  color: #22c55e;
}
.progress-level-content .status.success::before {
  content: "הּ";
  font-family: uicons-solid-straight;
}
.progress-level-content .status.error {
  background-color: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}
.progress-level-content .status.error::before {
  content: "福";
  font-family: uicons-solid-straight;
}
.progress-level-content .progress {
  background-color: rgba(0, 0, 0, 0.05);
}

.purchased-products-list {
  padding: 10px 20px 20px 20px;
}
.purchased-products-list .product-item {
  display: grid;
  grid-template-columns: 130px auto;
  align-items: flex-start;
  border-bottom: 1px solid #d2d3d4;
  padding: 5px 0 20px 0;
  margin-bottom: 10px;
}
.purchased-products-list .product-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.purchased-products-list .product-item:first-child {
  padding-top: 0;
}
.purchased-products-list .product-item .thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  border: 1px solid #d2d3d4;
}
.purchased-products-list .product-item .data {
  padding-right: 12px;
  margin-top: 8px;
}
.purchased-products-list .product-item .data .name {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.8rem;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.purchased-products-list .product-item .data .property-list .color {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.purchased-products-list .product-item .data .property-list .color .circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #d2d3d4;
  margin-left: 10px;
}
.purchased-products-list .product-item .data .property-list .color .desc {
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 400;
}
.purchased-products-list .product-item .data .property-list ul {
  margin: 0.5rem 0;
}
.purchased-products-list .product-item .data .property-list ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 400;
  margin: 0.5rem 0;
}
.purchased-products-list .product-item .data .property-list ul li span {
  margin-left: 5px;
}
.purchased-products-list .product-item .data .property-list ul li .fi {
  color: #535355;
  font-size: 15px;
  margin-left: 5px;
  display: flex;
}
.purchased-products-list .product-item .data .info-inner {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.purchased-products-list .product-item .price-content {
  margin-bottom: 0;
}
.purchased-products-list .product-item .price-content h3 {
  font-size: 18px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 0;
}
.purchased-products-list .product-item .price-content h3 span {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .factore-details {
    padding: 15px;
  }
  .progress-level-content {
    padding: 15px;
  }
  .progress-level-content .progress-inner {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .factore-details {
    padding: 10px;
  }
  .factore-details ul li {
    flex: 0 0 100%;
    width: 100%;
    font-size: 13px;
    margin: 3px 0;
  }
  .progress-level-content {
    padding: 10px;
  }
  .progress-level-content .progress-inner {
    padding: 10px;
  }
  .progress-level-content .delivery-info ul li {
    font-size: 13px;
  }
  .purchased-products-list .product-item {
    grid-template-columns: 100px auto;
  }
  .purchased-products-list .product-item .data .name {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0.5rem;
  }
}
/*#endregion -------------- User Profile */
/*#region ----------------- Comment */
.card-message {
  margin-bottom: 10px;
  border-bottom: 1px solid #d2d3d4;
}
.card-message .card-inner {
  position: relative;
}
.card-message .c-header {
  padding-left: 45px;
  display: grid;
  grid-template-columns: 80px auto;
}
.card-message .c-header .thumb {
  width: 80px;
}
.card-message .c-header .thumb img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d2d3d4;
}
.card-message .c-header .thumb .fi {
  display: flex;
  font-size: 22px;
  color: #9e9e9e;
}
.card-message .c-header h6 {
  margin-top: 10px;
  margin-right: 10px;
}
.card-message ul {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 10px;
  padding-right: 15px;
}
.card-message ul li {
  font-size: 14px;
  font-weight: 400;
  color: #535355;
  margin: 5px 0 0 30px;
  position: relative;
  padding-left: 10px;
}
.card-message ul li::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.card-message ul li span {
  color: #1a1a1a;
  margin-right: 5px;
  white-space: nowrap;
  font-weight: 600;
}
.card-message ul li span.color-success {
  background-color: rgba(34, 197, 94, 0.1);
  color: #22c55e;
  border-radius: 5rem;
  padding: 2px 8px;
}
.card-message ul li span.color-new {
  background-color: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  border-radius: 5rem;
  padding: 2px 8px;
}
.card-message ul li span.color-waiting {
  background-color: rgba(251, 191, 36, 0.2);
  color: rgb(231.7668161435, 168.269058296, 4.2331838565);
  border-radius: 5rem;
  padding: 2px 8px;
}
.card-message ul li span.color-error {
  background-color: rgba(0, 0, 0, 0.1);
  color: #535355;
  border-radius: 5rem;
  padding: 2px 8px;
}
.card-message ul li .rating {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.card-message ul li .rating .fi-rs-star {
  color: #9e9e9e;
}
.card-message ul li .rating .fi-ss-star {
  color: #fbbf24;
}
.card-message ul li .rating .fi {
  display: flex;
  margin: 0 1px;
}
.card-message ul li .date {
  display: flex;
  align-items: center;
  color: #1a1a1a;
  font-weight: 500;
}
.card-message ul li .date .fi {
  margin-left: 5px;
  display: flex;
  font-size: 16px;
  color: #9e9e9e;
}
.card-message .text p {
  font-size: 14px;
  margin-bottom: 0;
  color: #1a1a1a;
  text-align: justify;
  line-height: 24px;
}
.card-message .dropdown {
  position: absolute;
  left: 0;
  top: 0;
}
.card-message .dropdown .btnMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  color: #535355;
}
.card-message .dropdown .btnMenu .fi {
  display: flex;
}
.card-message.type-notif .c-header, .card-message.type-order .c-header {
  grid-template-columns: 40px auto;
}
.card-message.type-notif .c-header .thumb, .card-message.type-order .c-header .thumb {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background-color: rgba(14, 79, 199, 0.1);
}
.card-message.type-notif .c-header .thumb .fi, .card-message.type-order .c-header .thumb .fi {
  color: #0e4fc7;
}
.card-message.type-order.success .c-header .thumb {
  background-color: rgba(34, 197, 94, 0.1);
}
.card-message.type-order.success .c-header .thumb .fi {
  color: #22c55e;
}
.card-message.type-order.error .c-header .thumb {
  background-color: rgba(239, 68, 68, 0.1);
}
.card-message.type-order.error .c-header .thumb .fi {
  color: #ef4444;
}
.card-message.type-order.info .c-header .thumb {
  background-color: rgba(14, 165, 233, 0.1);
}
.card-message.type-order.info .c-header .thumb .fi {
  color: #0ea5e9;
}
.card-message.type-order.warning .c-header .thumb {
  background-color: rgba(251, 191, 36, 0.1);
}
.card-message.type-order.warning .c-header .thumb .fi {
  color: #fbbf24;
}

@media (max-width: 575px) {
  .card-message .c-header {
    grid-template-columns: 65px auto;
  }
  .card-message .c-header .thumb {
    width: 65px;
  }
  .card-message .c-header h6 {
    font-size: 14px;
    line-height: 23px;
  }
  .card-message .text p {
    font-size: 13px;
    line-height: 20px;
  }
}
/*#endregion -------------- Comment */
/*#region ----------------- Page Header */
.page-header {
  margin-top: 115px;
  position: relative;
}
.page-header::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/page-header-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  z-index: -1;
}
.page-header .inner {
  padding: 60px 0 80px 0;
  text-align: center;
}
.page-header .inner h2 {
  font-size: 1.65rem;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.page-header .breadcrumb .breadcrumb-list {
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .page-header {
    margin-top: 72px;
  }
}
@media (max-width: 575px) {
  .page-header {
    margin-top: 64px;
  }
}
/*#endregion -------------- Page Header */
/*#region ----------------- Toast Message */
.toast-container {
  position: fixed;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  flex-direction: column;
  z-index: 9999;
}

.toast-content {
  display: none;
  padding: 10px 0;
  width: 300px;
  max-width: 300px;
  animation: slideIn 0.3s ease, fadeOut 0.3s ease 3.5s forwards;
}
.toast-content .inner {
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}
.toast-content .inner .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toast-content .inner .icon .fi {
  display: flex;
}
.toast-content .inner .text {
  padding: 5px 10px 5px 35px;
  font-size: 14px;
  color: #1a1a1a;
}
.toast-content.show {
  display: block;
}
.toast-content.success .inner .icon {
  background-color: rgba(34, 197, 94, 0.1);
  color: #22c55e;
}
.toast-content.error .inner .icon {
  background-color: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}
.toast-content.warning .inner .icon {
  background-color: rgba(251, 191, 36, 0.1);
  color: #fbbf24;
}
.toast-content.info .inner .icon {
  background-color: rgba(14, 165, 233, 0.1);
  color: #0ea5e9;
}
.toast-content .close-toastMessage {
  position: absolute;
  left: 10px;
  top: 12px;
  width: 28px;
  height: 28px;
  padding: 2px;
  background: none;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  color: #6c757d;
}

#blazor-error-ui {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1011;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  text-align: right;
  padding: 20px 15px 20px 100px;
  color: white;
  font-size: 14px;
  line-height: normal;
  background-color: rgba(239, 68, 68, 0.85);
}
#blazor-error-ui.error {
  background-color: rgba(239, 68, 68, 0.85);
}
#blazor-error-ui.success {
  background-color: rgba(34, 197, 94, 0.85);
}
#blazor-error-ui.info {
  background-color: rgba(14, 165, 233, 0.85);
}
#blazor-error-ui.warning {
  background-color: rgba(251, 191, 36, 0.85);
  color: #1a1a1a;
}
#blazor-error-ui.warning .dismiss {
  border-color: #535355;
  color: #535355;
}
#blazor-error-ui.warning .dismiss:hover {
  background-color: #535355;
  color: #fbbf24;
}
#blazor-error-ui.warning .reload {
  background-color: rgba(0, 0, 0, 0.1);
  color: #535355;
}
#blazor-error-ui.warning .reload:hover {
  background-color: #535355;
  color: #fbbf24;
}
#blazor-error-ui .dismiss {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  font-size: 18px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: 1px solid white;
  border-radius: 50%;
  cursor: pointer;
}
#blazor-error-ui .dismiss:hover {
  background-color: white;
  color: #ef4444;
}
#blazor-error-ui .dismiss .fi {
  display: flex;
}
#blazor-error-ui .reload {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  height: 36px;
  width: 36px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50%;
  font-size: 18px;
}
#blazor-error-ui .reload:hover {
  background-color: white;
  color: #ef4444;
}
#blazor-error-ui .reload .fi {
  display: flex;
}

@keyframes slideIn {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@media (max-width: 575px) {
  .toast-container {
    width: 90%;
  }
  .toast-content {
    width: 100%;
    max-width: 100%;
  }
}
/*#endregion -------------- Toast Message */
/*#region ----------------- Category */
.mobile-category-section {
  width: 600px;
  margin: 116px auto 0 auto;
}
.mobile-category-section .section-inner {
  background-color: white;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.mobile-category-section .grid-layout {
  display: flex;
  flex-grow: 0;
  height: calc(100dvh - 120px);
  overscroll-behavior: none;
  overflow: hidden;
}
.mobile-category-section .side-category {
  width: 100px;
  scrollbar-width: none;
  overscroll-behavior: none;
  background-color: #f0f0f1;
  overflow-y: auto;
  flex-shrink: 0;
}
.mobile-category-section .side-category ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 12px 5px;
  border-bottom: 1px solid #d2d3d4;
}
.mobile-category-section .side-category ul li:last-child {
  border-bottom: none;
}
.mobile-category-section .side-category ul li.active {
  background-color: white;
}
.mobile-category-section .side-category ul li.active .icon {
  color: #0e4fc7;
}
.mobile-category-section .side-category ul li.active .text {
  color: #0e4fc7;
}
.mobile-category-section .side-category ul li .icon {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #535355;
}
.mobile-category-section .side-category ul li .icon .fi {
  display: flex;
}
.mobile-category-section .side-category ul li .text {
  display: block;
  font-size: 12px;
  text-align: center;
  margin: 5px 0 0 0;
  line-height: normal;
}
.mobile-category-section .main-category {
  overscroll-behavior: none;
  scrollbar-width: none;
  overflow-y: auto;
  flex-grow: 1;
  margin-right: 8px;
  padding: 10px 0;
}
.mobile-category-section .main-category .btn-link-main {
  height: 44px;
  width: 100%;
  display: flex;
  align-items: center;
  vertical-align: middle;
  font-size: 14px;
  color: #0e4fc7;
}
.mobile-category-section .main-category .btn-link-main .fi {
  display: flex;
}
.mobile-category-section .main-category .main-item {
  display: none;
}
.mobile-category-section .main-category .main-item.active {
  display: block;
}
.mobile-category-section .btn-collapse {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 12px 10px;
  height: 42px;
}
.mobile-category-section .btn-collapse h2 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.mobile-category-section .btn-collapse .icon {
  position: absolute;
  left: 0;
  top: 9px;
}
.mobile-category-section .card-collapse .list-inner-category {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 10px 0;
}
.mobile-category-section .card-collapse .list-inner-category .item {
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-category-section .card-collapse .list-inner-category .item .thumb {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.mobile-category-section .card-collapse .list-inner-category .item .thumb img {
  width: 100%;
}
.mobile-category-section .card-collapse .list-inner-category .item h6 {
  font-size: 12px;
  text-align: center;
  line-height: normal;
  margin: 5px 0 0 0;
}

@media (max-width: 992px) {
  .mobile-category-section {
    margin-top: 74px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mobile-category-section .card-collapse .list-inner-category {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .mobile-category-section {
    margin-top: 65px;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .mobile-category-section .side-category ul li .text {
    font-size: 10px;
  }
  .mobile-category-section .side-category ul li .icon {
    width: 18px;
    height: 18px;
    font-size: 16px;
  }
  .mobile-category-section .main-category .btn-link-main {
    font-size: 13px;
  }
  .mobile-category-section .btn-collapse h2 {
    font-size: 12px;
  }
  .mobile-category-section .card-collapse .list-inner-category .item h6 {
    font-size: 10px;
  }
}
/*#endregion -------------- Category */
/*#region ----------------- Blogs */
.blogs-home {
  margin: 60px 0;
}

.card-blog .card-inner {
  display: block;
  border-radius: 5px;
  border: 1px solid #d2d3d4;
  background-color: white;
  transition: all 0.2s ease-in-out;
}
.card-blog .thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.card-blog .info {
  padding: 10px;
}
.card-blog .info .date {
  font-size: 13px;
  margin-bottom: 5px;
  color: #535355;
  display: flex;
  align-items: center;
}
.card-blog .info .date .fi {
  font-size: 15px;
  color: #9e9e9e;
  display: flex;
  margin-left: 5px;
}
.card-blog .info h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  min-height: 48px;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-blog:hover .card-inner {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-color: white;
}

.card-mini-blog {
  margin-bottom: 15px;
  border-bottom: 1px solid #d2d3d4;
  padding-bottom: 15px;
}
.card-mini-blog:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.card-mini-blog .card-inner {
  display: grid;
  grid-template-columns: 140px auto;
}
.card-mini-blog .thumb img {
  width: 100%;
  border-radius: 8px;
}
.card-mini-blog .info {
  padding-right: 10px;
}
.card-mini-blog .name {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #1a1a1a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-mini-blog .date {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #535355;
}
.card-mini-blog .date .fi {
  margin-left: 5px;
  font-size: 14px;
  display: flex;
}
.card-mini-blog:hover .name {
  color: #0e4fc7;
}

@media (max-width: 1199px) {
  .card-mini-blog .card-inner {
    grid-template-columns: 100px auto;
  }
  .card-mini-blog .name {
    font-size: 13px;
    -webkit-line-clamp: 1;
  }
  .card-mini-blog .date {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .card-blog {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .card-blog .info .date {
    font-size: 12px;
  }
  .card-blog .info .date .fi {
    font-size: 14px;
  }
  .card-blog .info h3 {
    font-size: 13px;
    min-height: 42px;
    height: 42px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .card-blog .info h3 {
    min-height: unset;
    height: unset;
    margin-bottom: 0;
  }
}
/*#endregion -------------- Blogs */
/*#region ----------------- Blogs List */
.blogs-swiper-section {
  margin: 150px 0 60px 0;
}

.swiper-blogs-hero .swiper-wrapper {
  padding-bottom: 5px;
}
.swiper-blogs-hero .swiper-slide {
  width: 40%;
}
.swiper-blogs-hero .item .inner {
  display: block;
  position: relative;
}
.swiper-blogs-hero .item .inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  border-radius: 15px;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}
.swiper-blogs-hero .item .thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.swiper-blogs-hero .item .info {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px;
}
.swiper-blogs-hero .item .info .category {
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5rem;
  color: white;
  transition: all 0.3s ease-in-out;
}
.swiper-blogs-hero .item .info h2 {
  margin: 15px 0;
  font-size: 18px;
  font-weight: 600;
  color: white;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.swiper-blogs-hero .item .info p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  color: white;
}
.swiper-blogs-hero .item .info p .fi {
  margin-right: 6px;
  position: relative;
  top: 4px;
}
.swiper-blogs-hero .item:hover .inner::before {
  opacity: 0.85;
}

@media (max-width: 1199px) {
  .swiper-blogs-hero .item .info .category {
    font-size: 13px;
  }
  .swiper-blogs-hero .item .info h2 {
    font-size: 16px;
  }
  .swiper-blogs-hero .item .info p {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .blogs-swiper-section {
    margin-top: 90px;
  }
  .swiper-blogs-hero .swiper-slide {
    width: 70%;
  }
  .swiper-blogs-hero .item .info .category {
    font-size: 12px;
  }
  .swiper-blogs-hero .item .info h2 {
    font-size: 14px;
    margin: 10px 0;
  }
  .swiper-blogs-hero .item .info p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .swiper-blogs-hero .swiper-slide {
    width: 100%;
  }
}
/*#endregion -------------- Blogs List */
/*#region ----------------- Blog Details */
.blog-details-section {
  margin: 140px 0 60px 0;
}
.blog-details-section .blog-side {
  position: sticky;
  top: 130px;
}
.blog-details-section .side-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 15px;
}
.blog-details-section .main-title {
  margin-bottom: 20px;
}
.blog-details-section .main-title h2 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
}
.blog-details-section .main-title p {
  font-size: 14px;
}
.blog-details-section .articles {
  border: 1px solid #d2d3d4;
  padding: 20px;
  border-radius: 15px;
}
.blog-details-section .tags {
  margin-top: 20px;
}
.blog-details-section .tags ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.blog-details-section .tags ul li {
  margin: 5px 0 5px 5px;
  background-color: #f6f6f6;
  border-radius: 20rem;
  font-size: 14px;
  color: #1a1a1a;
  padding: 5px 10px;
}

.blog-details {
  padding-left: 20px;
}
.blog-details .details-inner {
  background-color: white;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  border-radius: 15px;
}
.blog-details .blog-thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  aspect-ratio: 16/9;
}
.blog-details .title {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}
.blog-details .status-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
}
.blog-details .status-info li {
  font-size: 13px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  color: #535355;
}
.blog-details .status-info li .fi {
  margin-left: 5px;
  font-size: 16px;
  color: #9e9e9e;
  display: flex;
}
.blog-details .information {
  margin-top: 1.5rem;
}
.blog-details .mini-desc {
  background-color: rgba(2, 95, 194, 0.1);
  color: #025fc2;
  padding: 20px;
  border-right: 5px solid #025fc2;
  margin-bottom: 1.5rem;
  border-radius: 15px 0 0 15px;
}
.blog-details .mini-desc p {
  margin-bottom: 0;
  font-weight: 400;
  text-align: justify;
}
.blog-details .description {
  margin-bottom: 2rem;
}
.blog-details .description h1 {
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 16px 0;
}
.blog-details .description h2 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 16px 0;
}
.blog-details .description h3,
.blog-details .description h4,
.blog-details .description h5,
.blog-details .description h6 {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 16px 0;
}
.blog-details .description p {
  font-size: 16px;
  text-align: justify;
  font-weight: 400;
  color: #535355;
  line-height: 30px;
  margin: 16px 0;
}
.blog-details .description ul {
  margin: 16px 0;
  padding-right: 30px;
  list-style: disc;
}
.blog-details .description ul li,
.blog-details .description ul p {
  margin: 10px 0;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #535355;
}
.blog-details .image-content {
  margin: 30px 0;
}
.blog-details .image-content img {
  width: 100%;
  border-radius: 10px;
}
.blog-details p img {
  width: 100%;
  border-radius: 10px;
}
.blog-details .product-slider {
  position: relative;
}
.blog-details .sourse {
  background-color: #f6f6f6;
  padding: 20px;
  border-radius: 15px;
}
.blog-details .sourse h6 {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}
.blog-details .sourse a {
  color: #0e4fc7;
}

.commects-section {
  border: 1px solid #d2d3d4;
  margin-top: 30px;
  padding: 20px;
  border-radius: 15px;
}
.commects-section .comments-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d2d3d4;
  padding-bottom: 20px;
}
.commects-section .comments-title h4 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}
.commects-section .comments-title h4 .fi {
  margin-left: 8px;
  color: #535355;
}
.commects-section .comments-title h4 span {
  margin-right: 10px;
  font-size: 16px;
  color: #535355;
}
.commects-section .user-comments {
  padding-right: 0;
  border: none;
}
.commects-section .user-comments .comments-inner {
  margin-top: 2rem;
}

@media (max-width: 992px) {
  .blog-details-section {
    margin-top: 100px;
  }
  .blog-details-section .blog-side {
    margin-top: 30px;
  }
  .blog-details {
    padding-left: 0;
  }
  .blog-details .title {
    font-size: 18px;
  }
  .blog-details .mini-desc p {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-details .description {
    margin-bottom: 1.6rem;
  }
  .blog-details .description h1 {
    font-size: 20px;
    margin: 12px 0;
  }
  .blog-details .description h2 {
    font-size: 18px;
    margin: 12px 0;
  }
  .blog-details .description h3,
  .blog-details .description h4,
  .blog-details .description h5,
  .blog-details .description h6 {
    font-size: 16px;
    margin: 12px 0;
  }
  .blog-details .description p {
    font-size: 14px;
    line-height: 24px;
    margin: 12px 0;
  }
  .blog-details .description ul {
    margin: 12px 0;
    padding-right: 30px;
  }
  .blog-details .description ul li,
  .blog-details .description ul p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .blog-details-section {
    margin-top: 85px;
  }
}
/*#endregion -------------- Blog Details */
/*#region ----------------- Factor */
button {
  font-family: Shabnam !important;
}

.text-center {
  text-align: center;
}

.factor-wrapper {
  width: 297mm;
  margin: 0 auto;
}

.factor-wrapper.size-a5 {
  width: 210mm;
  height: auto;
  margin: 0 auto;
}

.factor-wrapper .button-action {
  text-align: center;
  padding: 10px 0;
}

.factor-wrapper .button-action #btn-print {
  background-color: deepskyblue;
  color: white;
  border: none;
  font-weight: 800;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
}

.factor-wrapper .factor-inner .header {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.factor-wrapper .factor-content .grid-layout {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-template-areas: "seller factorInfo" "buyer buyer";
}

.factor-wrapper .factor-content .grid-layout .grid-seller {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: seller;
  padding: 2px;
}

.factor-wrapper .factor-content .grid-layout .grid-seller .info-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 15px;
}

.factor-wrapper .factor-content .grid-layout .grid-seller .info-list li {
  font-size: 13px;
  font-weight: 400;
  padding-left: 30px;
  margin-bottom: 8px;
}

.factor-wrapper .factor-content .grid-layout .grid-seller .info-list li .name {
  font-weight: bold;
}

.factor-wrapper .factor-content .grid-layout .grid-factor-info {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: factorInfo;
  padding: 2px;
}

.factor-wrapper .factor-content .grid-layout .grid-factor-info .grid-inner {
  height: 100%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.factor-wrapper .factor-content .grid-layout .grid-factor-info .info-list {
  width: 100%;
}

.factor-wrapper .factor-content .grid-layout .grid-factor-info .info-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 400;
  margin: 5px 0;
}

.factor-wrapper .factor-content .grid-layout .grid-factor-info .info-list li .name {
  font-weight: bold;
}

.factor-wrapper .factor-content .grid-layout .grid-buyer {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: buyer;
  padding: 2px;
}

.factor-wrapper .factor-content .grid-layout .grid-buyer .info-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 15px;
}

.factor-wrapper .factor-content .grid-layout .grid-buyer .info-list li {
  flex: 0 0 25%;
  width: 25%;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 8px;
}

.factor-wrapper .factor-content .grid-layout .grid-buyer .info-list li .name {
  font-weight: bold;
}

.factor-wrapper .factor-content .grid-layout .grid-buyer .info-list li:last-child {
  flex: 0 0 100%;
  width: 100%;
}

.factor-wrapper .factor-content .grid-layout .grid-inner {
  border: 1px solid black;
  padding: 10px 5px;
  border-right: 10px solid #ccc;
}

.factor-wrapper .factor-content .grid-layout .grid-inner .title {
  font-size: 14px;
  font-weight: 800;
  position: relative;
}

.factor-wrapper .factor-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.factor-wrapper .factor-content .table-content {
  padding: 2px;
}

.factor-wrapper .factor-content .table-content .alert {
  font-size: 13px;
  font-weight: 600;
}

.factor-wrapper .factor-content .table-content table {
  border: 1px solid black;
  width: 100%;
  position: relative;
  border-collapse: collapse;
}

.factor-wrapper .factor-content .table-content table .table-head {
  width: 100%;
  background-color: #f2f2f2;
}

.factor-wrapper .factor-content .table-content table .table-head tr th {
  font-size: 11px;
  font-weight: 600;
  padding: 10px 8px;
  vertical-align: middle;
  border: 1px solid black;
}

.factor-wrapper .factor-content .table-content table .table-body {
  width: 100%;
  position: relative;
}

.factor-wrapper .factor-content .table-content table .table-body .table-row td {
  font-size: 13px;
  font-weight: 500;
  padding: 10px 8px;
  vertical-align: middle;
  border: 1px solid black;
}

.factor-wrapper .factor-content .table-content table .table-body img {
  width: 50px;
}

.factor-wrapper .factor-content .table-content table .alert {
  font-size: 11px;
  font-weight: 800;
}

.factor-wrapper .factor-content .factor-footer {
  padding: 2px;
}

.factor-wrapper .factor-content .factor-footer .footer-inner {
  border: 1px solid black;
  padding: 10px;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

.factor-wrapper .factor-content .factor-footer .footer-inner .item {
  text-align: center;
}

.factor-wrapper .factor-content .factor-footer .footer-inner .item .title {
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 5px;
}

.factor-wrapper .factor-content .factor-footer .footer-inner .item .desc {
  font-size: 12px;
  font-weight: 400;
}

.factor-wrapper .factor-content .factor-footer .footer-inner .item .stamp {
  width: 100px;
  margin: 0 auto;
}

.factor-wrapper .factor-content .factor-footer .footer-inner .item .stamp img {
  width: 100%;
}

/*#endregion -------------- Factor */