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

body {
  font-family: IRANYEKAN !important;
  font-weight: 300;
  direction: rtl;
  margin: 0;
  padding: 0;
  background-color: #fff;
  text-align: right;
}

html {
  scroll-behavior: smooth;
  line-height: 1.15;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 800;
}

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

h1 {
  font-size: 38px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
  font-weight: bold;
}

h6 {
  font-size: 16px;
  font-weight: bold;
}

p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 26px;
}

b,
strong {
  font-weight: bolder;
}

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

nav {
  display: block;
}

a {
  text-decoration: none !important;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  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;
}

::selection {
  background-color: #d73700;
  color: white;
}

.my-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-pagination .pagination {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.my-pagination .pagination .next .page-link,
.my-pagination .pagination .prev .page-link {
  width: auto;
}
.my-pagination .pagination .next .page-link .mdi,
.my-pagination .pagination .prev .page-link .mdi {
  position: relative;
  top: 2px;
}
.my-pagination .pagination .next span,
.my-pagination .pagination .prev span {
  font-size: 14px;
  font-weight: 600;
  color: #b0b0b0;
}
.my-pagination .pagination .next .page-link {
  color: #b0b0b0;
  padding: 0 10px 0 15px;
}
.my-pagination .pagination .next .page-link .mdi {
  margin-left: 5px;
  color: #d73700;
}
.my-pagination .pagination .prev .page-link {
  color: #656667;
  padding: 0 15px 0 10px;
}
.my-pagination .pagination .prev .page-link .mdi {
  margin-right: 5px;
  color: #d73700;
}
.my-pagination .pagination .page-item.active .page-link {
  background-color: #d73700;
  color: white;
}
.my-pagination .pagination .page-link {
  background-color: white;
  border-radius: 10px;
  margin: 5px;
  font-weight: 600;
  color: #656667;
}
.my-pagination .pagination .page-link:hover {
  background-color: rgba(215, 55, 0, 0.2);
}

.fixedposition {
  overflow: hidden;
}

.fi {
  line-height: 0 !important;
}

/*#endregion -------------- General */
/*#region ----------------- Buttons */
.btn {
  border-radius: 50px;
  padding: 0.65rem 1.1rem;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  font-weight: 400;
  border: none;
  position: relative;
}
.btn:hover, .btn:focus {
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.btn .fi {
  font-size: 22px;
}
.btn:disabled {
  background-color: #b0b0b0;
}

.icon-left {
  padding-left: 3rem;
  position: relative;
}
.icon-left .fi {
  position: absolute;
  left: 14px;
  top: 10px;
  transition: all 0.3s ease-in-out;
}

.icon-right {
  padding-right: 3rem;
  position: relative;
}
.icon-right .fi {
  position: absolute;
  right: 14px;
  top: 10px;
  transition: all 0.3s ease-in-out;
}

.btn-primary {
  background-color: #d73700;
  color: white;
}
.btn-primary:hover, .btn-primary:focus {
  color: white;
  background-color: rgb(100%, 28.7916096671%, 4.3137254902%);
}
.btn-primary.is-ghost {
  background-color: transparent;
  color: #d73700;
  font-weight: 600;
}
.btn-primary.is-ghost .fi {
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.btn-primary-outline {
  background-color: transparent;
  color: #d73700;
  border: 1px solid #d73700;
}
.btn-primary-outline:hover, .btn-primary-outline:focus {
  color: #d73700;
  background-color: rgba(215, 55, 0, 0.2);
  border-color: #d73700;
}

.btn-secondary {
  background-color: #00acd7;
  color: white;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: rgb(0%, 54.6509803922%, 68.3137254902%);
  color: white;
}

.btn-secondary-outline {
  background-color: transparent;
  color: #00acd7;
  border: 1px solid #00acd7;
}
.btn-secondary-outline:hover, .btn-secondary-outline:focus {
  color: white;
  background-color: #00acd7;
  border-color: #00acd7;
}

.btn-default {
  background-color: transparent;
  color: #656667;
}
.btn-default:hover, .btn-default:focus {
  color: red;
  background-color: #fff;
}

.btn-forget-password,
.btn-back {
  margin-top: 0.6rem;
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #d73700;
  text-decoration: underline dashed #d73700;
}
.btn-forget-password .mdi,
.btn-back .mdi {
  font-size: 16px;
  margin: 0 5px;
  position: relative;
  top: 3px;
}

.btn-collapse {
  border: none;
  background-color: white;
  width: 100%;
  height: 50px;
  text-align: right;
  padding: 0 10px;
  position: relative;
}
.btn-collapse .title {
  font-size: 13px;
  font-weight: 600;
  color: #202122;
}
.btn-collapse .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: 10px;
  transform: rotate(-90deg);
  transition: all 0.2s ease;
  color: #b0b0b0;
}
.btn-collapse:hover {
  color: #d73700;
  transition: all 0.2s ease;
}
.btn-collapse.collapsed .icon {
  transform: rotate(0deg);
  transition: all 0.2s ease;
}

.btn-side-collapse {
  width: 100%;
  text-align: right;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #202122;
  background-color: transparent;
  border: none;
  padding: 5px;
  margin-bottom: 5px;
  user-select: none;
}
.btn-side-collapse::before {
  content: "\f134";
  font-family: "uicons-regular-straight";
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 5px;
  color: #656667;
  margin-left: 5px;
}
.btn-side-collapse.collapsed::before {
  content: "\f135";
}

/*#endregion -------------- Buttons */
/*#region ----------------- Animation */
.smooth-anim-3s {
  transition: all 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes swipeup {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes swipeupsmall {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes swipleft {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.transition {
  transition: transform ease 200ms;
}

/*#endregion -------------- Animation */
/*#region ----------------- Forms */
.forms {
  margin-top: 2rem;
}

.inputgroup {
  position: relative;
  margin-bottom: 1.4rem;
}
.inputgroup label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #656667;
  margin-bottom: 5px;
}
.inputgroup .input {
  width: 100%;
  border: 1px solid rgb(76.6666666667%, 76.6666666667%, 76.6666666667%);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #202122;
  padding: 5px 50px 5px 15px;
  height: 48px;
  transition: all 0.2s ease-in-out;
  text-align: right;
}
.inputgroup .input:hover {
  border-color: #656667;
}
.inputgroup .input:focus {
  border-color: #d73700;
}
.inputgroup .input:disabled {
  background-color: #fff;
}
.inputgroup .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #b0b0b0;
  line-height: 0;
}
.inputgroup .alert-msg {
  position: absolute;
  bottom: -22px;
  right: 5px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
  display: block;
}
.inputgroup .alert-msg.error {
  color: #ef4444;
}
.inputgroup .alert-msg.success {
  color: #22c55e;
}
.inputgroup.no-icon .input {
  padding-right: 15px;
}

.selectgroup {
  margin-bottom: 1.2rem;
}
.selectgroup label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #656667;
  margin-bottom: 5px;
}
.selectgroup .form-select {
  border: 1px solid rgb(76.6666666667%, 76.6666666667%, 76.6666666667%);
  border-radius: 10px;
  height: 45px;
  font-size: 14px;
}
.selectgroup .form-select:hover, .selectgroup .form-select:focus {
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.form-check {
  cursor: pointer;
}
.form-check .form-check-label {
  font-size: 14px;
  font-weight: 400;
  color: #202122;
  cursor: pointer;
}
.form-check .form-check-input {
  background-color: #fff;
  border-color: #aaa;
}
.form-check .form-check-input:checked {
  background-color: #d73700;
  border-color: #d73700;
}
.form-check .form-check-input:hover, .form-check .form-check-input:focus {
  box-shadow: none;
}

.textarea-group label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #656667;
  margin-bottom: 5px;
}
.textarea-group .textarea {
  width: 100%;
  border: 1px solid rgb(76.6666666667%, 76.6666666667%, 76.6666666667%);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #202122;
  padding: 15px;
  transition: all 0.2s ease-in-out;
  text-align: right;
}
.textarea-group .textarea:hover {
  border-color: #656667;
}
.textarea-group .textarea:focus {
  border-color: #d73700;
}

/*#endregion -------------- Forms */
/*#region ----------------- Navbar */
.myNavbar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1040;
}
.myNavbar .nav-top {
  display: grid;
  grid-template-columns: 250px auto 250px;
  align-items: center;
  background-color: white;
  padding: 5px 50px;
  position: relative;
  z-index: 100;
}
.myNavbar .nav-top .logo a {
  display: block;
  width: 140px;
}
.myNavbar .nav-top .logo a img {
  width: 100%;
}
.myNavbar .nav-top .nav-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.myNavbar .nav-top .nav-action .link-item {
  padding: 0 12px;
  border-right: 1px solid #ddd;
}
.myNavbar .nav-top .nav-action .link-item:first-child {
  border-right: none;
}
.myNavbar .nav-top .nav-action .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  user-select: none;
}
.myNavbar .nav-top .nav-action .item .icon {
  color: #656667;
  position: relative;
  width: 40px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.myNavbar .nav-top .nav-action .item .icon .fi {
  font-size: 24px;
  line-height: 0;
}
.myNavbar .nav-top .nav-action .item .icon .badge {
  background-color: #00acd7;
  position: absolute;
  top: 0;
  right: -5px;
}
.myNavbar .nav-top .nav-action .item .text {
  font-size: 13px;
  font-weight: 400;
  color: #656667;
  white-space: nowrap;
}
.myNavbar .nav-top .nav-action .item.btn-sign {
  background-color: #d73700;
  padding: 0.65rem 1.2rem;
  border-radius: 50px;
  border: none;
  transition: all 0.2s ease-in-out;
}
.myNavbar .nav-top .nav-action .item.btn-sign .icon {
  display: none;
}
.myNavbar .nav-top .nav-action .item.btn-sign .text {
  color: white;
  font-weight: 500;
}
.myNavbar .nav-top .nav-action .item.btn-sign:hover {
  background-color: rgb(100%, 28.7916096671%, 4.3137254902%);
}
.myNavbar .nav-top .nav-action .item.btn-sign:hover .text {
  color: white;
}
.myNavbar .nav-top .nav-action .item:hover .icon,
.myNavbar .nav-top .nav-action .item:hover .text {
  color: #d73700;
}
.myNavbar .nav-top .nav-action .user-menu {
  position: relative;
}
.myNavbar .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(101, 102, 103, 0.2);
  background-color: white;
}
.myNavbar .nav-top .nav-action .user-menu .menu-list ul {
  padding: 8px;
}
.myNavbar .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: #202122;
  border-radius: 10px;
}
.myNavbar .nav-top .nav-action .user-menu .menu-list ul li a .fi {
  font-size: 20px;
  color: #656667;
}
.myNavbar .nav-top .nav-action .user-menu .menu-list ul li a:hover {
  background-color: rgba(215, 55, 0, 0.1);
  color: #d73700;
}
.myNavbar .nav-top .nav-action .user-menu .menu-list ul li a:hover .fi {
  color: #d73700;
}
.myNavbar .nav-top .nav-action .user-menu:hover .item .icon,
.myNavbar .nav-top .nav-action .user-menu:hover .item .text {
  color: #d73700;
}
.myNavbar .nav-top .nav-action .user-menu:hover .menu-list {
  display: block;
}
.myNavbar .nav-top .nav-action .mobile-search {
  display: none;
}
.myNavbar .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);
}
.myNavbar .nav-bottom .categories-menu .category-icon {
  padding: 6px 20px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.myNavbar .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;
}
.myNavbar .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);
}
.myNavbar .nav-bottom .categories-menu .category-icon .menulines .line:nth-child(2) {
  width: 16px;
}
.myNavbar .nav-bottom .categories-menu .category-icon .menulines .line:nth-child(1) {
  width: 23px;
}
.myNavbar .nav-bottom .categories-menu:hover .category-icon .menulines .line {
  width: 26px;
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.myNavbar .nav-bottom .categories-menu {
  position: relative;
}
.myNavbar .nav-bottom .categories-menu .category-icon {
  background-color: #d73700;
  color: white;
  font-size: 14px;
  border-radius: 10px 10px 0 0;
}
.myNavbar .nav-bottom .categories-menu:hover > ul {
  display: block;
  animation: swipeupsmall 0.2s ease-in-out;
}
.myNavbar .nav-bottom .sub-menu-list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  box-shadow: 0 5px 20px -1px rgba(16, 16, 21, 0.06);
  border-radius: 0 0 10px 10px;
  min-width: 220px;
  padding: 10px;
}
.myNavbar .nav-bottom .sub-menu-list li {
  position: relative;
}
.myNavbar .nav-bottom .sub-menu-list li a {
  font-size: 14px;
  font-weight: 400;
  color: #202122;
  display: block;
  padding: 10px;
  border-radius: 8px;
}
.myNavbar .nav-bottom .sub-menu-list li a .fi {
  font-size: 18px;
  position: relative;
  top: 4px;
  margin-left: 10px;
  color: #656667;
}
.myNavbar .nav-bottom .sub-menu-list li a:hover {
  background-color: rgba(215, 55, 0, 0.1);
  color: #d73700;
}
.myNavbar .nav-bottom .sub-menu-list li a:hover .fi {
  color: #d73700;
}
.myNavbar .nav-bottom .sub-menu-list li.have-child::before {
  content: "\f135";
  position: absolute;
  left: 10px;
  top: 8px;
  font-family: "uicons-regular-straight";
  font-size: 18px;
  color: #656667;
}
.myNavbar .nav-bottom .sub-menu-list li.have-child:hover > a {
  background-color: rgba(215, 55, 0, 0.1);
  color: #d73700;
}
.myNavbar .nav-bottom .sub-menu-list li.have-child:hover > a .fi {
  color: #d73700;
}
.myNavbar .nav-bottom .sub-menu-list li.have-child:hover > a ~ ul {
  display: block;
}
.myNavbar .nav-bottom .sub-menu-list li > ul {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: white;
  min-width: 220px;
  border-radius: 10px;
  box-shadow: 0 5px 20px -1px rgba(16, 16, 21, 0.06);
  padding: 10px;
  max-height: 70vh;
  overflow-y: auto;
}
.myNavbar .nav-bottom .sub-menu-list li.brands-menu-item > ul {
  top: auto;
  bottom: 0;
}
.myNavbar .nav-bottom .links-group {
  margin-right: 40px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.myNavbar .nav-bottom .links-group .links-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.myNavbar .nav-bottom .links-group .links-list li {
  margin-left: 25px;
}
.myNavbar .nav-bottom .links-group .links-list li:first-child {
  margin-right: 0;
}
.myNavbar .nav-bottom .links-group .links-list li .link {
  font-size: 13px;
  font-weight: 400;
  color: #656667;
  padding: 12px 0;
  transition: all 0.3s ease-in-out;
}
.myNavbar .nav-bottom .links-group .links-list li .link:hover {
  color: #d73700;
  transition: all 0.3s ease-in-out;
}
.myNavbar .nav-bottom .links-group .links-list li .link:hover .fi {
  color: #d73700;
  transition: all 0.3s ease-in-out;
}
.myNavbar .nav-bottom .links-group .links-list li .fi {
  position: relative;
  top: 4px;
  font-size: 18px;
  margin-left: 5px;
  color: #b0b0b0;
  transition: all 0.3s ease-in-out;
}
.myNavbar .nav-bottom .links-group .links-list li:hover .service-main {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}
.myNavbar .nav-bottom .links-group .links-list li .service-main {
  display: none;
  position: absolute;
  right: 0;
  top: 35px;
  background-color: white;
  box-shadow: 0 10px 20px rgba(101, 102, 103, 0.3);
  border-radius: 0 0 10px 10px;
}
.myNavbar .nav-bottom .links-group .links-list li .service-main .service-inner {
  padding: 15px;
  display: grid;
  grid-template-columns: auto 150px;
}
.myNavbar .nav-bottom .links-group .links-list li .service-main .service-inner .info {
  padding-left: 15px;
}
.myNavbar .nav-bottom .links-group .links-list li .service-main .service-inner .info h6 {
  font-size: 13px;
  font-weight: 800;
  color: #202122;
}
.myNavbar .nav-bottom .links-group .links-list li .service-main .service-inner .info h6 span {
  margin-right: 5px;
  color: #d73700;
}
.myNavbar .nav-bottom .links-group .links-list li .service-main .service-inner .info p {
  font-size: 11px;
  font-weight: 500;
  color: #656667;
  text-align: justify;
  line-height: 22px;
}
.myNavbar .nav-bottom .links-group .links-list li .service-main .service-inner .info .sub-link {
  color: #d73700;
  font-size: 13px;
  font-weight: 500;
}
.myNavbar .nav-bottom .links-group .links-list li .service-main .service-inner .info .sub-link .fi {
  margin-right: 3px;
  position: relative;
  top: 2px;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}
.myNavbar .nav-bottom .links-group .links-list li .service-main .service-inner .info .sub-link:hover .fi {
  margin-right: 8px;
  transition: all 0.2s ease-in-out;
}
.myNavbar .nav-bottom .links-group .links-list li .service-main .service-inner .image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.myNavbar .nav-bottom.is-fixed {
  position: fixed;
  top: 36px;
  width: 100%;
  transition: transform 0.2s;
}
.myNavbar .nav-bottom.is-visible {
  transform: translate3d(0, 100%, 0);
  transition: transform 0.2s;
}
.myNavbar .header-search {
  padding: 10px 0;
}
.myNavbar .header-search .search-inner {
  width: 70%;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
}
.myNavbar .header-search .search-inner .inputgroup {
  position: relative;
  margin-bottom: 0;
}
.myNavbar .header-search .search-inner .inputgroup .input {
  width: 100%;
  height: 48px;
  border: 1px solid #ddd;
  background-color: white;
  border-radius: 80px;
  padding: 0 60px 0 20px;
  font-size: 15px;
  font-weight: 400;
  color: #656667;
}
.myNavbar .header-search .search-inner .inputgroup .input:hover, .myNavbar .header-search .search-inner .inputgroup .input:focus {
  border-color: #d73700;
}
.myNavbar .header-search .search-inner .inputgroup .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  color: #d73700;
}
.myNavbar .header-search .search-inner .inputgroup .btn-search .fi {
  font-size: 24px;
  position: relative;
  top: 3px;
}
.myNavbar .header-search .search-inner .inputgroup .btn-search:hover {
  background-color: #d73700;
  color: white;
}
.myNavbar .header-search .search-inner .inputgroup .btn-search-clear,
.myNavbar .header-search .search-inner .inputgroup .btn-search-close {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 48px;
  background-color: transparent;
  color: #b0b0b0;
  border: none;
  padding: 5px 0;
  display: none;
  font-size: 18px;
}
.myNavbar .header-search .search-inner .inputgroup .btn-search-clear .fi,
.myNavbar .header-search .search-inner .inputgroup .btn-search-close .fi {
  position: relative;
  top: 4px;
}
.myNavbar .header-search .search-inner .inputgroup .btn-search-close {
  font-size: 22px;
}
.myNavbar .header-search .search-inner .inputgroup .btn-search-close .fi {
  top: 5px;
}
.myNavbar .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(176, 176, 176, 0.2);
}
.myNavbar .header-search .search-inner .search-results ul {
  padding: 5px;
}
.myNavbar .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;
}
.myNavbar .header-search .search-inner .search-results ul li a .icon {
  width: 30px;
  height: 30px;
}
.myNavbar .header-search .search-inner .search-results ul li a .icon .fi {
  font-size: 20px;
  line-height: normal;
  position: relative;
  top: 2px;
  color: #b0b0b0;
}
.myNavbar .header-search .search-inner .search-results ul li a .name {
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #656667;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.myNavbar .header-search .search-inner .search-results ul li:hover a {
  background-color: rgba(215, 55, 0, 0.1);
}
.myNavbar .header-search .search-inner .search-results ul li:hover a .icon .fi {
  color: #d73700;
}
.myNavbar .header-search .search-inner .search-results ul li:hover a .name {
  color: #d73700;
}
.myNavbar .header-search .search-inner .search-results {
  display: none;
}
.myNavbar .header-search .search-inner .search-results.active {
  display: block;
}
.myNavbar .header-search .search-inner.active {
  box-shadow: 0 5px 20px rgba(32, 33, 34, 0.2);
}
.myNavbar .header-search .search-inner.active .inputgroup .input {
  border: none;
  border-radius: 10px 10px 0 0;
}
.myNavbar .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 3px 15px;
}
.myNavbar .social-list li {
  margin-right: 7px;
}
.myNavbar .social-list li:first-child {
  margin-right: 0;
}
.myNavbar .social-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
}
.myNavbar .social-list li a .fi {
  font-size: 24px;
  line-height: normal;
  color: #b0b0b0;
  position: relative;
}
.myNavbar .social-list li a:hover .fi {
  color: #d73700;
}
.myNavbar .mobile-menu-show {
  display: none;
}
.myNavbar .mobile-menu-show .btn-show-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background-color: #f0f3f5;
  font-size: 24px;
  color: #d73700;
  padding: 2px;
  cursor: pointer;
}

#menu-sidebar {
  width: 300px;
  position: fixed;
  top: 0;
  right: -300px;
  height: 100vh;
  z-index: 2002;
  background: white;
  border-right: 1px solid #ddd;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
#menu-sidebar.active {
  right: 0;
}
#menu-sidebar .sidebar-header {
  padding: 20px;
}
#menu-sidebar .sidebar-header .logo {
  width: 100px;
  margin: 0 auto;
}
#menu-sidebar .sidebar-header .logo img {
  width: 100%;
}
#menu-sidebar #btn-dismiss-sidebar {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #b0b0b0;
  padding: 0;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  z-index: 60;
}
#menu-sidebar #btn-dismiss-sidebar .fi {
  font-size: 20px;
  position: relative;
  top: 3px;
}
#menu-sidebar .category-list {
  padding: 30px 10px;
  border-top: 1px solid #ddd;
  overflow-y: auto;
  flex: 1 1 auto;
}
#menu-sidebar .category-list .link-list li a {
  display: block;
  padding: 10px 50px 10px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #202122;
  position: relative;
}
#menu-sidebar .category-list .link-list li a .fi {
  font-size: 22px;
  margin-left: 10px;
  color: #656667;
  position: absolute;
  top: 11px;
  right: 12px;
}
#menu-sidebar .category-list .link-list li:hover a {
  background-color: #d73700;
  border-radius: 10px;
  color: white;
}
#menu-sidebar .category-list .link-list li:hover a .fi {
  color: rgba(255, 255, 255, 0.8);
}
#menu-sidebar .social-icons {
  flex-shrink: 0;
  padding: 15px 10px 60px 10px;
}
#menu-sidebar .social-icons ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#menu-sidebar .social-icons ul li {
  margin: 10px;
}
#menu-sidebar .social-icons ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: rgba(215, 55, 0, 0.15);
  color: #d73700;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
#menu-sidebar .social-icons ul li a:hover {
  background-color: #d73700;
  color: white;
}

.overlay-sidebar {
  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;
}
.overlay-sidebar.active {
  display: block;
  opacity: 1;
}

@media (max-width: 1199px) {
  .myNavbar .header-search .search-inner {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .myNavbar .nav-top {
    grid-template-columns: 80px 140px auto;
    padding: 8px 30px;
    position: relative;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  }
  .myNavbar .nav-top .nav-action .mobile-search {
    display: block;
  }
  .myNavbar .nav-top .nav-action .link-item {
    padding: 0;
    border: none;
  }
  .myNavbar .nav-top .nav-action .item {
    padding: 0 10px;
  }
  .myNavbar .nav-top .nav-action .item .text {
    font-size: 10px;
    margin-top: 2px;
  }
  .myNavbar .nav-top .nav-action .item.btn-sign {
    background-color: transparent;
    padding: 0 10px;
    width: unset;
    margin-right: 0;
  }
  .myNavbar .nav-top .nav-action .item.btn-sign .icon {
    display: flex;
  }
  .myNavbar .nav-top .nav-action .item.btn-sign .text {
    color: #656667;
  }
  .myNavbar .nav-top .nav-action .item.btn-sign:hover {
    background-color: transparent;
  }
  .myNavbar .nav-top .nav-action .item.btn-sign:hover .text {
    color: #d73700;
  }
  .myNavbar .nav-bottom {
    display: none;
    visibility: hidden;
  }
  .myNavbar .header-search {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 5px 30px;
    z-index: 10;
    height: 100%;
    background-color: white;
  }
  .myNavbar .header-search.active {
    display: block;
  }
  .myNavbar .header-search .search-inner {
    top: 50%;
    transform: translateY(-50%);
  }
  .myNavbar .header-search .search-inner .inputgroup .btn-search-close {
    display: block;
  }
  .myNavbar .header-search .search-inner .inputgroup .btn-search-clear {
    left: 40px;
  }
  .myNavbar .mobile-menu-show {
    display: block;
  }
}
@media (max-width: 768px) {
  .myNavbar .nav-top {
    grid-template-columns: 1fr 120px 1fr;
    padding: 5px 15px;
  }
  .myNavbar .nav-top .logo a {
    width: 120px;
  }
  .myNavbar .nav-top .nav-action {
    margin-right: auto;
  }
  .myNavbar .nav-top .nav-action .item {
    padding: 0 5px;
  }
  .myNavbar .nav-top .nav-action .item .icon .fi {
    font-size: 22px;
  }
  .myNavbar .nav-top .nav-action .item .text {
    display: none;
  }
  .myNavbar .nav-top .nav-action .item.btn-sign {
    padding: 0 4px;
    display: none;
  }
  .myNavbar .nav-top .nav-action .link-item.basket, .myNavbar .nav-top .nav-action .link-item.user-menu {
    display: none;
  }
  .myNavbar .nav-bottom {
    padding: 0 15px;
  }
  .myNavbar .nav-bottom.is-fixed {
    top: 20px;
  }
  .myNavbar .header-search {
    padding: 5px 15px;
  }
  .myNavbar.type-2 .nav-top .nav-action .link-item.basket {
    display: block;
  }
  .myNavbar.type-2 .nav-top .nav-action .link-item.mobile-search {
    display: none;
  }
  #menu-sidebar .links {
    display: block;
  }
}
@media (max-width: 350px) {
  #menu-sidebar {
    width: 100%;
    right: -100%;
  }
}
/*#endregion -------------- Navbar */
/*#region ----------------- Sidebar Cart */
#side-basket {
  width: 320px;
  position: fixed;
  top: 0;
  left: -100%;
  max-height: 100%;
  height: 100%;
  z-index: 2002;
  background: white;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
#side-basket.active {
  left: 0;
}
#side-basket .basket-header {
  text-align: center;
  padding: 20px 0;
  font-weight: 400;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 50;
  flex-shrink: 0;
}
#side-basket .basket-header .order-numbers {
  font-size: 14px;
  font-weight: 600;
  color: #202122;
}
#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 #ddd;
  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: 60px 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%;
}
#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: #202122;
  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: #d73700;
}
#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 .number {
  font-size: 14px;
  font-weight: 600;
  color: #202122;
}
#side-basket .basket-list-item .item .product-info .price .number .toman {
  font-size: 12px;
  font-weight: 400;
  margin-right: 5px;
  color: #656667;
}
#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: 0 -10px 20px -8px rgba(0, 0, 0, 0.05);
}
#side-basket .basket-pays .goto-cart {
  width: 100%;
  display: block;
  position: relative;
  color: white;
  background: #d73700;
  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: #d73700;
}
#side-basket .basket-pays .goto-cart .btn-text {
  font-size: 14px;
  font-weight: 400;
}
#side-basket #dismiss-basket,
#side-basket .delete-basket {
  position: absolute;
  top: 13px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #656667;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  z-index: 60;
}
#side-basket #dismiss-basket .fi,
#side-basket .delete-basket .fi {
  font-size: 18px;
  position: relative;
  top: 3px;
}
#side-basket .delete-basket {
  left: 10px;
}
#side-basket .delete-basket:hover {
  background-color: #ef4444;
  color: white;
}
#side-basket #dismiss-basket {
  right: 10px;
}
#side-basket #dismiss-basket:hover {
  background-color: #00acd7;
  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: 350px) {
  #side-basket {
    width: 100%;
  }
}
/*#endregion -------------- Sidebar Cart */
/*#region ----------------- Swiper */
.swiper-index .swiper-button-prev::after,
.swiper-index .swiper-button-next::after,
.swiper-category-vector .swiper-button-prev::after,
.swiper-category-vector .swiper-button-next::after,
.swiper-products .swiper-button-prev::after,
.swiper-products .swiper-button-next::after,
.swiper-products-small .swiper-button-prev::after,
.swiper-products-small .swiper-button-next::after {
  font-family: "uicons-regular-straight";
}
.swiper-index .swiper-button-next::after,
.swiper-category-vector .swiper-button-next::after,
.swiper-products .swiper-button-next::after,
.swiper-products-small .swiper-button-next::after {
  content: "\f135";
}
.swiper-index .swiper-button-prev::after,
.swiper-category-vector .swiper-button-prev::after,
.swiper-products .swiper-button-prev::after,
.swiper-products-small .swiper-button-prev::after {
  content: "\f136";
}

.home-swiper-section {
  margin-top: 120px;
}
.home-swiper-section.type-2 {
  margin-top: 150px;
}
.home-swiper-section.type-2 .swiper-slide .item a img {
  border-radius: 15px;
}

.swiper-index .swiper-wrapper {
  padding: 0;
}
.swiper-index .swiper-slide .item a {
  display: block;
}
.swiper-index .swiper-slide .item a img {
  width: 100%;
  border-radius: 0;
}
.swiper-index .swiper-button-prev,
.swiper-index .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  bottom: 20px;
  top: unset;
}
.swiper-index .swiper-button-prev::after,
.swiper-index .swiper-button-next::after {
  font-size: 24px;
  color: #202122;
}
.swiper-index .swiper-button-prev:hover,
.swiper-index .swiper-button-next:hover {
  background-color: white;
}
.swiper-index .swiper-button-prev.swiper-button-disabled,
.swiper-index .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}
.swiper-index .swiper-button-next {
  left: unset;
  right: 70px;
}
.swiper-index .swiper-button-prev {
  right: 20px;
}
.swiper-index .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: white;
  opacity: 0.5;
}
.swiper-index .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 992px) {
  .home-swiper-section {
    margin-top: 68px;
  }
  .home-swiper-section.type-2 {
    margin-top: 85px;
  }
}
@media (max-width: 768px) {
  .home-swiper-section {
    margin-top: 54px;
  }
  .home-swiper-section.type-2 {
    margin-top: 75px;
  }
  .home-swiper-section .carousel-inner {
    padding: 0 12px;
  }
  .swiper-index {
    overflow: visible;
    padding-bottom: 8px;
  }
  .swiper-index .swiper-slide .item a img {
    border-radius: 16px;
  }
  .swiper-index .swiper-button-prev,
  .swiper-index .swiper-button-next {
    display: none !important;
  }
}
/*#endregion -------------- Swiper */
/*#region ----------------- Mobile Bottom Navbar */
.mobile-bottom-navbar {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: white;
  z-index: 888;
  display: none;
  box-shadow: 0 -3px 15px rgba(32, 33, 34, 0.1);
}
.mobile-bottom-navbar .navbar-inner {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  align-items: flex-start;
  padding: 5px 0;
}
.mobile-bottom-navbar .item {
  text-align: center;
}
.mobile-bottom-navbar .item a {
  display: inline-block;
  background-color: transparent;
  min-width: 70px;
  padding: 8px 5px 5px 5px;
  border-radius: 10px;
  position: relative;
}
.mobile-bottom-navbar .item .icon {
  color: #b0b0b0;
}
.mobile-bottom-navbar .item .icon .fi {
  font-size: 22px;
  line-height: 0;
}
.mobile-bottom-navbar .item h6 {
  font-size: 10px;
  font-weight: 600;
  color: #202122;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mobile-bottom-navbar .item .badge {
  background-color: #00acd7;
  position: absolute;
  top: 0;
  right: 0;
}
.mobile-bottom-navbar .item.active a {
  background-color: #d73700;
}
.mobile-bottom-navbar .item.active .icon,
.mobile-bottom-navbar .item.active h6 {
  color: white;
}
.mobile-bottom-navbar .item:hover.active a {
  background-color: #d73700;
}
.mobile-bottom-navbar .item:hover.active a h6,
.mobile-bottom-navbar .item:hover.active a .icon {
  color: white;
}
.mobile-bottom-navbar .item:hover a h6,
.mobile-bottom-navbar .item:hover a .icon {
  color: #d73700;
}

@media (max-width: 768px) {
  .mobile-bottom-navbar {
    display: block;
  }
}
@media (max-width: 400px) {
  .mobile-bottom-navbar .container {
    padding: 0;
  }
  .mobile-bottom-navbar .item a {
    min-width: 60px;
  }
  .mobile-bottom-navbar .item .icon .fi {
    font-size: 20px;
  }
}
/*#endregion -------------- Mobile Bottom Navbar */
/*#region ----------------- Modals */
.modal-content {
  border: none;
  border-radius: 15px;
}

.modal-header {
  background-color: #fff;
  border-radius: 15px 15px 0 0;
}

.modal-title {
  font-size: 18px;
  font-weight: 500;
}
.modal-title .fi {
  margin-left: 10px;
  font-size: 20px;
  position: relative;
  top: 7px;
  line-height: 0;
  color: #656667;
}

.modal-body {
  padding-top: 1.2rem;
}
.modal-body .title-mini {
  text-align: center;
  margin-bottom: 1rem;
}
.modal-body .modal-footer {
  border-top: 0;
  padding: 0.75rem 0 0 0;
}
.modal-body .video-preview video,
.modal-body .video-preview iframe {
  width: 100%;
  border-radius: 15px;
  display: inline-block;
}

.modal-footer {
  border-top: 0;
  justify-content: center;
}
.modal-footer .btn {
  min-width: 120px;
}

.modal-share h6 {
  margin-bottom: 10px;
  text-align: center;
  color: #202122;
  font-size: 14px;
  line-height: 26px;
}
.modal-share .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.modal-share .social-icons li {
  margin: 5px;
}
.modal-share .social-icons li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ddd;
  color: #b0b0b0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.modal-share .social-icons li a:hover {
  border-color: #d73700;
  color: #d73700;
}
.modal-share .copy-link {
  position: relative;
  margin-top: 20px;
}
.modal-share .copy-link input {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 5px 85px 5px 15px;
  text-align: left;
}
.modal-share .copy-link .btn-copy {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  padding: 5px 15px;
  border-radius: 8px;
  background-color: #00acd7;
  color: white;
  border: none;
  font-size: 14px;
}
.modal-share .copy-link .btn-copy:hover {
  background-color: rgb(0%, 54.6509803922%, 68.3137254902%);
}
.modal-share .copy-link .btn-copy.copied {
  background-color: white;
  border: 1px solid #00acd7;
  color: #00acd7;
}

/*#endregion -------------- Modals */
/*#region ----------------- Special Offers */
.special-offers {
  margin: 3.5rem 0;
  overflow: hidden;
}
.special-offers .special-inner {
  background-color: #f0f3f5;
  border-radius: 40px;
  position: relative;
}
.special-offers .special-inner .special-content {
  display: grid;
  grid-template-columns: 220px auto;
}
.special-offers .special-inner .special-preview {
  overflow: hidden;
  position: relative;
}
.special-offers .special-inner .special-thumb {
  padding: 0 0 25px 30px;
  width: 500px;
  margin-right: auto;
}
.special-offers .special-inner .ribbon {
  width: 100%;
  background: #d73700 url(../images/ribbon-back.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 40px 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 40px 0;
}
.special-offers .special-inner .ribbon .offer-title {
  font-size: 24px;
  text-align: center;
  color: white;
  margin-bottom: 0;
}
.special-offers .special-inner .ribbon .see-more {
  font-size: 14px;
  font-weight: 600;
  color: white;
}
.special-offers .special-inner .ribbon .see-more .fi {
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.special-offers .special-inner .ribbon .see-more:hover {
  color: #00acd7;
}

.swiper-special-preview {
  padding-right: 20px;
  border-bottom: 1px solid #ddd;
}
.swiper-special-preview .special-item {
  display: grid;
  grid-template-columns: 240px auto;
  padding: 25px 0 25px 25px;
}
.swiper-special-preview .special-item .news-content-pic .img-inner {
  border-radius: 12px;
  border: 1px solid #ddd;
  display: block;
  overflow: hidden;
}
.swiper-special-preview .special-item .news-content-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.5s ease-in-out;
}
.swiper-special-preview .special-item .info {
  padding: 10px 20px 0 0;
}
.swiper-special-preview .special-item .info .product-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.swiper-special-preview .special-item .info .product-name a {
  color: black;
}
.swiper-special-preview .special-item .info .product-name:hover a {
  color: #d73700;
}
.swiper-special-preview .special-item .info .property {
  display: grid;
  grid-template-columns: auto 200px;
  margin-top: 20px;
}
.swiper-special-preview .special-item .info .property .list ul li {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #202122;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.swiper-special-preview .special-item .info .property .list ul li:last-child {
  margin-bottom: 0;
}
.swiper-special-preview .special-item .info .property .list ul li .fi {
  margin-left: 5px;
  font-size: 16px;
  position: relative;
  top: 3px;
  color: #d73700;
}
.swiper-special-preview .special-item .info .price-content .price {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.swiper-special-preview .special-item .info .price-content .price h4 {
  font-weight: 600;
  color: #656667;
  text-decoration: line-through 1px solid #656667;
}
.swiper-special-preview .special-item .info .price-content .price h3 {
  color: #d73700;
}
.swiper-special-preview .special-item .info .price-content .price span {
  font-size: 16px;
  font-weight: 400;
}
.swiper-special-preview .special-item .info .buttons-group {
  margin-top: 1rem;
  text-align: left;
}
.swiper-special-preview .special-item .info .buttons-group .btn {
  width: 100%;
  background-color: #00acd7;
}
.swiper-special-preview .special-item .info .buttons-group .btn span {
  white-space: nowrap;
  display: block;
}
.swiper-special-preview .special-item .empty-product {
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px;
  border-radius: 10px;
}
.swiper-special-preview .special-item .empty-product h6 {
  color: #656667;
  margin-bottom: 0;
}
.swiper-special-preview .special-item .empty-product h6 .fi {
  margin-left: 5px;
  position: relative;
  top: 4px;
}
.swiper-special-preview .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d73700;
}
.swiper-special-preview .swiper-pagination {
  display: none;
}

.swiper-special-thumb {
  margin-top: 20px;
}
.swiper-special-thumb .swiper-slide .item {
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  border: 3px solid transparent;
}
.swiper-special-thumb .swiper-slide .item img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.swiper-special-thumb .swiper-slide.swiper-slide-thumb-active .item {
  border-color: #d73700;
}

@media (max-width: 1400px) {
  .special-offers .special-inner .special-content {
    grid-template-columns: 200px auto;
  }
  .swiper-special-preview .special-item {
    grid-template-columns: 200px auto;
  }
  .swiper-special-preview .special-item .info .property {
    grid-template-columns: auto 180px;
  }
}
@media (max-width: 1199px) {
  .special-offers .special-inner .special-thumb {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .special-offers {
    margin: 3rem 0;
  }
  .special-offers .special-inner .special-content {
    grid-template-columns: 100%;
  }
  .special-offers .special-inner .ribbon {
    background: unset;
    background-color: #d73700;
    border-radius: 40px 40px 0 0;
    flex-direction: row;
    padding: 20px 30px;
  }
  .special-offers .special-inner .countdown .box {
    width: 33px;
    height: 33px;
  }
  .special-offers .special-inner .countdown .box h2 {
    font-size: 13px;
  }
  .swiper-special-preview {
    padding: 0;
  }
  .swiper-special-preview .special-item {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .special-offers {
    margin: 1.5rem 0;
  }
  .special-offers .special-inner {
    border-radius: 30px;
  }
  .special-offers .special-inner .ribbon {
    border-radius: 30px 30px 0 0;
  }
  .special-offers .special-inner .special-thumb {
    padding: 0 0 15px 15px;
    width: 350px;
  }
  .swiper-special-preview .special-item {
    grid-template-columns: 175px auto;
    padding: 15px;
  }
  .swiper-special-preview .special-item .info .product-name {
    font-size: 16px;
  }
  .swiper-special-preview .special-item .info .property {
    grid-template-columns: 100%;
  }
  .swiper-special-preview .special-item .info .property .list {
    display: none;
  }
  .swiper-special-preview .special-item .info .price-content .price h4 {
    font-size: 18px;
  }
  .swiper-special-preview .special-item .info .price-content .price h3 {
    font-size: 20px;
  }
  .swiper-special-preview .special-item .info .price-content .price span {
    font-size: 14px;
  }
  .swiper-special-preview .special-item .info .buttons-group {
    text-align: right;
    margin-top: 5px;
  }
  .swiper-special-preview .special-item .info .buttons-group .btn {
    width: auto;
  }
  .swiper-special-thumb {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .special-offers {
    overflow: unset;
  }
  .special-offers .special-inner .special-thumb {
    display: none;
  }
  .special-offers .special-inner .special-preview {
    overflow: unset;
    display: flex;
    flex-direction: column;
  }
  .special-offers .special-inner .special-preview .preview-list {
    order: 2;
  }
  .special-offers .special-inner .special-preview .countdown-timer {
    order: 1;
  }
  .swiper-special-preview {
    border: none;
    border-top: 1px solid #ddd;
    margin-top: 15px;
  }
  .swiper-special-preview .special-item {
    padding-bottom: 40px;
  }
  .swiper-special-preview .special-item .info .product-name {
    font-size: 14px;
    line-height: 22px;
    -webkit-line-clamp: 2;
  }
  .swiper-special-preview .special-item .info .price-content .price h4 {
    font-size: 16px;
  }
  .swiper-special-preview .special-item .info .price-content .price h3 {
    font-size: 18px;
  }
  .swiper-special-preview .special-item .info .price-content .price span {
    font-size: 13px;
  }
  .swiper-special-preview .swiper-pagination {
    bottom: 10px;
  }
  .swiper-special-preview .swiper-pagination {
    display: block;
  }
}
@media (max-width: 460px) {
  .swiper-special-preview .special-item {
    grid-template-columns: 100%;
  }
  .swiper-special-preview .special-item .news-content-pic .img-inner {
    width: 100%;
    margin: 0 auto;
  }
  .swiper-special-preview .special-item .info {
    padding: 10px 0 0 0;
    text-align: center;
  }
  .swiper-special-preview .special-item .info .product-name {
    margin-bottom: 0.2rem;
  }
  .swiper-special-preview .special-item .info .price-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .swiper-special-preview .special-item .info .price-content .price {
    align-items: center;
    justify-content: center;
  }
  .swiper-special-preview .special-item .info .price-content .price h3 {
    margin-bottom: 0.2rem;
  }
  .swiper-special-preview .special-item .info .buttons-group {
    text-align: center;
  }
  .swiper-special-preview .special-item .info .property {
    margin-top: 12px;
  }
}
/*#endregion -------------- Special Offers */
.countdown-timer.in-header {
  position: absolute;
  left: 70px;
  top: 0;
}
.countdown-timer.in-specialOffer {
  position: absolute;
  right: 10px;
  bottom: 30px;
  text-align: center;
}
.countdown-timer.in-singleDiscount {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-top: 1px solid #ddd;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
}
.countdown-timer.in-product-details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: white;
  padding: 10px;
  margin-top: 20px;
  border-radius: 10px;
  border: 2px dashed #ef4444;
}
.countdown-timer.in-product-details p {
  font-size: 13px;
}
.countdown-timer.in-product-details .box-time h6 {
  font-size: 22px;
}
.countdown-timer.in-specialLanding .box-time {
  background-color: #ef4444;
  height: 65px;
  width: 55px;
  margin-right: 5px;
  border-radius: 10px;
  border: none;
}
.countdown-timer.in-specialLanding .box-time:first-child {
  margin-right: 0;
}
.countdown-timer.in-specialLanding .box-time h6 {
  font-size: 20px;
  font-weight: 800;
  color: white;
}
.countdown-timer.in-specialLanding .box-time span {
  font-size: 13px;
  color: white;
}
.countdown-timer p {
  font-size: 14px;
  font-weight: 400;
  color: #202122;
  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 #ddd;
  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;
}

@media (max-width: 992px) {
  .countdown-timer.in-header {
    left: 10px;
    top: 5px;
  }
  .countdown-timer.in-product-details {
    position: absolute;
    left: 10px;
    top: 10px;
    margin: 0;
  }
  .countdown-timer.in-product-details p {
    font-size: 12px;
  }
  .countdown-timer.in-product-details .box-time h6 {
    font-size: 20px;
  }
  .countdown-timer.in-product-details .box-time span {
    font-size: 10px;
  }
  .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 {
    bottom: 20px;
  }
  .countdown-timer.in-specialLanding .box-time {
    background-color: white;
    height: 48px;
  }
  .countdown-timer.in-specialLanding .box-time h6 {
    color: #ef4444;
    font-size: 16px;
    margin-bottom: 0;
  }
  .countdown-timer.in-specialLanding .box-time span {
    font-size: 12px;
    color: #ef4444;
  }
  .countdown-timer .box-time span {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .countdown-timer.in-specialOffer {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 10px;
  }
  .countdown-timer.in-singleDiscount {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .countdown-timer.in-product-details {
    position: unset;
    margin-top: 10px;
  }
}
/*#region ----------------- Products Row Swiper */
.products-swiper-row {
  margin: 3.5rem 0;
}
.products-swiper-row .section-inner {
  position: relative;
}

.swiper-row-products {
  position: unset !important;
}
.swiper-row-products .swiper-button-next,
.swiper-row-products .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  top: -42px;
}
.swiper-row-products .swiper-button-next::after,
.swiper-row-products .swiper-button-prev::after {
  font-size: 20px;
  color: #656667;
}
.swiper-row-products .swiper-button-next.swiper-button-disabled,
.swiper-row-products .swiper-button-prev.swiper-button-disabled {
  background-color: #ddd;
  box-shadow: none;
}
.swiper-row-products .swiper-button-next {
  left: 0 !important;
}
.swiper-row-products .swiper-button-prev {
  right: unset !important;
  left: 50px !important;
}
.swiper-row-products .card-product-row .info {
  padding-left: 5px;
}

.card-product-row {
  margin-bottom: 15px;
}
.card-product-row .card-inner {
  display: grid;
  grid-template-columns: 120px auto;
  align-items: flex-start;
  background-color: white;
  border-radius: 15px;
  position: relative;
  padding: 8px;
  user-select: none;
  border: 1px solid #ddd;
}
.card-product-row .thumb img {
  width: 100%;
  border-radius: 8px;
}
.card-product-row .info {
  padding-right: 10px;
  height: 100%;
}
.card-product-row .info .name {
  margin-bottom: 0;
  font-size: 16px;
  margin-bottom: 15px;
  color: #202122;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-product-row .info .name a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #202122;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.card-product-row .info .name a:hover {
  color: #d73700;
}
.card-product-row .info .data {
  margin-top: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.card-product-row .info .btn-add-cart {
  width: 38px;
  height: 38px;
  border: 1px solid #d73700;
  border-radius: 50%;
  background-color: white;
  color: #d73700;
  font-size: 20px;
  padding: 8px;
  transition: all 0.2s ease-in-out;
}
.card-product-row .info .btn-add-cart .fi {
  display: inline-block;
}
.card-product-row .info .btn-add-cart:hover {
  background-color: #d73700;
  color: white;
}
.card-product-row .info .price-content.discount h2 {
  text-decoration: line-through 1px solid #b0b0b0;
  font-size: 14px;
  color: #b0b0b0;
  margin-bottom: 5px;
}
.card-product-row .info .price-content.discount h2 span {
  font-size: 13px;
  color: #b0b0b0;
}
.card-product-row .info .price-content h2,
.card-product-row .info .price-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #202122;
  margin-bottom: 0;
}
.card-product-row .info .price-content h2 span,
.card-product-row .info .price-content h3 span {
  font-size: 14px;
  font-weight: 400;
  color: #202122;
}
.card-product-row .percentage {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ef4444;
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 0 10px 0 10px;
  z-index: 10;
}
.card-product-row .dropdown {
  position: absolute;
  left: 10px;
  top: 10px;
}
.card-product-row .dropdown .btn-dropdown {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-color: transparent;
}
.card-product-row .dropdown .btn-dropdown .fi {
  position: relative;
  top: 3px;
}
.card-product-row .dropdown .dropdown-menu {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1.6px 3.6px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px;
  padding: 8px 5px;
  border-radius: 10px;
}
.card-product-row .dropdown .dropdown-menu .dropdown-item {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  color: #202122;
  border-radius: 8px;
}
.card-product-row .dropdown .dropdown-menu .dropdown-item .fi {
  font-size: 16px;
  margin-left: 8px;
  color: #b0b0b0;
  position: relative;
  top: 3px;
}
.card-product-row .dropdown .dropdown-menu .dropdown-item:hover, .card-product-row .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: rgba(215, 55, 0, 0.1);
  color: #d73700;
}
.card-product-row .dropdown .dropdown-menu .dropdown-item:hover .fi, .card-product-row .dropdown .dropdown-menu .dropdown-item:focus .fi {
  color: #d73700;
}
.card-product-row .no-found {
  font-size: 14px;
  font-weight: 600;
  color: #656667;
  margin-bottom: 10px;
}
.card-product-row.disabled .btn-add-cart {
  background-color: #f0f3f5;
  border-color: #b0b0b0;
  color: #b0b0b0;
}

.products-carousel {
  margin: 2.5rem 0;
}
.products-carousel .products-inner {
  background-color: white;
  border-radius: 20px;
  padding: 35px 0 0 0;
  position: relative;
}
.products-carousel .products-inner .card-product .card-inner {
  border: 1px solid #ddd;
}

.swiper-products,
.swiper-products-small,
.swiper-product-in-blog {
  position: unset !important;
}
.swiper-products .swiper-wrapper,
.swiper-products-small .swiper-wrapper,
.swiper-product-in-blog .swiper-wrapper {
  padding: 5px 0;
}
.swiper-products .swiper-button-prev,
.swiper-products .swiper-button-next,
.swiper-products-small .swiper-button-prev,
.swiper-products-small .swiper-button-next,
.swiper-product-in-blog .swiper-button-prev,
.swiper-product-in-blog .swiper-button-next {
  opacity: 1;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1.6px 3.6px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.swiper-products .swiper-button-prev::after,
.swiper-products .swiper-button-next::after,
.swiper-products-small .swiper-button-prev::after,
.swiper-products-small .swiper-button-next::after,
.swiper-product-in-blog .swiper-button-prev::after,
.swiper-product-in-blog .swiper-button-next::after {
  font-size: 24px;
  color: #656667;
}
.swiper-products .swiper-button-prev:hover,
.swiper-products .swiper-button-next:hover,
.swiper-products-small .swiper-button-prev:hover,
.swiper-products-small .swiper-button-next:hover,
.swiper-product-in-blog .swiper-button-prev:hover,
.swiper-product-in-blog .swiper-button-next:hover {
  opacity: 1;
}
.swiper-products .swiper-button-prev.swiper-button-disabled,
.swiper-products .swiper-button-next.swiper-button-disabled,
.swiper-products-small .swiper-button-prev.swiper-button-disabled,
.swiper-products-small .swiper-button-next.swiper-button-disabled,
.swiper-product-in-blog .swiper-button-prev.swiper-button-disabled,
.swiper-product-in-blog .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.swiper-products .swiper-button-next,
.swiper-products-small .swiper-button-next,
.swiper-product-in-blog .swiper-button-next {
  left: -20px;
}
.swiper-products .swiper-button-prev,
.swiper-products-small .swiper-button-prev,
.swiper-product-in-blog .swiper-button-prev {
  right: -20px;
}

@media (max-width: 992px) {
  .swiper-products .swiper-button-next,
  .swiper-products-small .swiper-button-next,
  .swiper-product-in-blog .swiper-button-next {
    left: -5px;
  }
  .swiper-products .swiper-button-prev,
  .swiper-products-small .swiper-button-prev,
  .swiper-product-in-blog .swiper-button-prev {
    right: -5px;
  }
}
@media (max-width: 768px) {
  .card-product-row .card-inner {
    grid-template-columns: 130px auto;
  }
  .card-product-row .info .category {
    font-size: 12px;
    margin: 4px 0;
  }
  .products-carousel .products-inner {
    padding: 20px 15px;
  }
}
@media (max-width: 575px) {
  .card-product-row .card-inner {
    grid-template-columns: 110px auto;
    padding: 5px;
  }
  .card-product-row .info {
    padding-right: 8px;
  }
  .card-product-row .info .name {
    font-size: 13px;
  }
  .card-product-row .info .category {
    display: none;
  }
  .card-product-row .info .price-content.discount h2 {
    font-size: 13px;
  }
  .card-product-row .info .price-content.discount h2 span {
    font-size: 12px;
  }
  .card-product-row .info .price-content h3,
  .card-product-row .info .price-content h2 {
    font-size: 16px;
  }
  .card-product-row .info .price-content h3 span,
  .card-product-row .info .price-content h2 span {
    font-size: 13px;
  }
}
/*#endregion -------------- Products Row Swiper */
/*#region ----------------- Page Title */
.page-title {
  margin-bottom: 1.5rem;
  text-align: center;
}
.page-title .title-inner {
  width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title h2 {
  display: inline-block;
  color: #202122;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  padding-right: 30px;
  margin-bottom: 0;
}
.page-title h2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #d73700;
}
.page-title .btn-seemore {
  font-size: 16px;
  font-weight: 600;
  color: #d73700;
}
.page-title .btn-seemore .fi {
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 6px;
  display: inline-block;
}
.page-title.align-right .title-inner {
  width: 100%;
  text-align: right;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .page-title h2 {
    font-size: 22px;
  }
  .page-title h2::before {
    top: 4px;
  }
}
@media (max-width: 768px) {
  .page-title .title-inner {
    width: 100%;
  }
  .page-title h2 {
    font-size: 20px;
    padding-right: 25px;
    padding-left: 20px;
  }
  .page-title h2::before {
    width: 16px;
    height: 16px;
  }
  .page-title .btn-seemore {
    white-space: nowrap;
  }
}
@media (max-width: 575px) {
  .page-title h2 {
    font-size: 18px;
  }
  .page-title h2::before {
    top: 2px;
  }
  .page-title .btn-seemore {
    font-size: 14px;
  }
}
/*#endregion -------------- Page Title */
/*#region ----------------- Boxes */
.boxes-section {
  margin: 3.5rem 0;
}
.boxes-section .box-row {
  display: grid;
  grid-template-columns: 300px auto;
  align-items: center;
  margin-bottom: 1.2rem;
}
.boxes-section .box-row .title {
  height: 100%;
  padding: 0 10px;
}
.boxes-section .box-row .title .title-link {
  background-color: #f0f3f5;
  display: block;
  height: 100%;
  border-radius: 15px;
  padding: 15px;
  position: relative;
}
.boxes-section .box-row .title .title-link h3 {
  font-size: 16px;
  font-weight: 600;
  color: #202122;
}
.boxes-section .box-row .title .title-link p {
  font-size: 13px;
  font-weight: 400;
  color: #656667;
  margin-bottom: 0;
}
.boxes-section .box-row .title .title-link .icon {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d73700;
  border-radius: 50%;
  color: white;
  font-size: 24px;
}
.boxes-section .box-row .cards-layout {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.boxes-section .box-row .cards-layout .card-box {
  flex: 1 1 auto;
}

.card-box {
  padding: 0 10px;
}
.card-box .card-inner {
  position: relative;
  display: block;
}
.card-box .image-content {
  width: 100%;
  height: 160px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  margin: 0;
}
.card-box .image-content .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.card-box .image-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: all 0.3s ease-in;
}
.card-box .overlay {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 10px 10px 15px 10px;
  transition: all 0.2s ease-in-out;
}
.card-box .overlay h4 {
  font-size: 14px;
  font-weight: 600;
  color: white;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-box:hover .overlay {
  background-color: rgba(215, 55, 0, 0.6);
}

@media (max-width: 1199px) {
  .boxes-section .box-row .cards-layout .card-box {
    flex: 1 1 33.33%;
  }
  .card-box {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .boxes-section {
    margin: 2rem 0 1rem;
  }
  .boxes-section .box-row {
    grid-template-columns: 100%;
  }
  .boxes-section .box-row .title {
    padding: 10px 3px;
  }
  .card-box {
    padding: 5px;
  }
}
@media (max-width: 575px) {
  .boxes-section .box-row .cards-layout .card-box {
    flex: 1 1 50%;
  }
  .card-box .image-content {
    height: 130px;
  }
}
/*#endregion -------------- Boxes */
/*#region ----------------- Single Discount */
.single-discount-section {
  margin: 4.5rem 0;
}
.single-discount-section .section-inner {
  position: relative;
  background-color: #f0f3f5;
  border-radius: 30px;
}
.single-discount-section .box-content {
  display: grid;
  grid-template-columns: 300px auto;
  padding: 25px;
}
.single-discount-section .thumb img {
  width: 100%;
  border-radius: 15px;
}
.single-discount-section .info {
  padding: 10px 20px 0 0;
}
.single-discount-section .info .product-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single-discount-section .info .product-name a {
  color: black;
}
.single-discount-section .info .product-name:hover a {
  color: #d73700;
}
.single-discount-section .info .property {
  display: grid;
  grid-template-columns: auto 200px;
  margin-top: 40px;
}
.single-discount-section .info .property .list ul li {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #202122;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single-discount-section .info .property .list ul li:last-child {
  margin-bottom: 0;
}
.single-discount-section .info .property .list ul li .fi {
  margin-left: 5px;
  font-size: 16px;
  position: relative;
  top: 3px;
  color: #d73700;
}
.single-discount-section .info .price-content .price {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.single-discount-section .info .price-content .price h4 {
  font-weight: 600;
  color: #656667;
  text-decoration: line-through 1px solid #656667;
}
.single-discount-section .info .price-content .price h3 {
  color: #d73700;
}
.single-discount-section .info .price-content .price span {
  font-size: 16px;
  font-weight: 400;
}
.single-discount-section .info .buttons-group {
  margin-top: 1rem;
  text-align: left;
}
.single-discount-section .info .buttons-group .btn {
  width: 100%;
}
.single-discount-section .ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  top: -10px;
  right: -10px;
}
.single-discount-section .ribbon::after, .single-discount-section .ribbon::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #d73700;
  border-top-color: transparent;
  border-right-color: transparent;
}
.single-discount-section .ribbon::before {
  top: 0;
  left: 4px;
}
.single-discount-section .ribbon::after {
  bottom: 4px;
  right: 0;
}
.single-discount-section .ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 10px 0;
  background-color: #d73700;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}
.single-discount-section .ribbon span small {
  margin-right: 5px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .single-discount-section .box-content {
    grid-template-columns: 250px auto;
  }
}
@media (max-width: 992px) {
  .single-discount-section .container-lg {
    padding: 0 20px !important;
  }
  .single-discount-section .box-content {
    grid-template-columns: 200px auto;
  }
}
@media (max-width: 768px) {
  .single-discount-section .section-inner {
    border-radius: 25px;
  }
  .single-discount-section .box-content {
    padding: 20px;
  }
  .single-discount-section .info .product-name {
    font-size: 16px;
  }
  .single-discount-section .info .property {
    grid-template-columns: 100%;
    margin-top: 0;
  }
  .single-discount-section .info .property .list {
    display: none;
  }
  .single-discount-section .info .price-content .price h4 {
    font-size: 18px;
  }
  .single-discount-section .info .price-content .price h3 {
    font-size: 20px;
  }
  .single-discount-section .info .price-content .price span {
    font-size: 14px;
  }
  .single-discount-section .info .buttons-group {
    text-align: right;
    margin-top: 5px;
  }
  .single-discount-section .info .buttons-group .btn {
    width: auto;
  }
}
@media (max-width: 575px) {
  .single-discount-section .section-inner {
    border-radius: 20px;
  }
  .single-discount-section .box-content {
    grid-template-columns: 100%;
    padding: 15px;
  }
  .single-discount-section .info {
    padding: 12px 0 0 0;
  }
  .single-discount-section .info .product-name {
    font-size: 14px;
    line-height: 22px;
    -webkit-line-clamp: 2;
  }
  .single-discount-section .info .price-content .price h4 {
    font-size: 16px;
  }
  .single-discount-section .info .price-content .price h3 {
    font-size: 18px;
  }
  .single-discount-section .info .price-content .price span {
    font-size: 13px;
  }
  .single-discount-section .ribbon {
    width: 120px;
    height: 120px;
  }
  .single-discount-section .ribbon::before {
    left: 2px;
  }
  .single-discount-section .ribbon::after {
    bottom: 2px;
  }
  .single-discount-section .ribbon span {
    width: 195px;
    font-size: 12px;
    padding: 8px;
  }
}
@media (max-width: 380px) {
  .single-discount-section .info .buttons-group .btn {
    width: 100%;
  }
}
/*#endregion -------------- Single Discount */
/*#region ----------------- Products Simple List */
.products-simple-list {
  margin: 5rem 0 3rem 0;
}
.products-simple-list .section-inner .grid-layout {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.products-simple-list .section-inner .grid-layout.grid-4 .card-product {
  flex: 0 0 25%;
  width: 25%;
}
.products-simple-list .section-inner .grid-layout .card-product {
  flex: 0 0 20%;
  width: 20%;
}
.products-simple-list .card-product {
  padding: 6px;
}

@media (max-width: 1400px) {
  .products-simple-list .section-inner .grid-layout .card-product {
    flex: 0 0 25%;
    width: 25%;
  }
}
@media (max-width: 992px) {
  .products-simple-list .section-inner .grid-layout .card-product {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .products-simple-list.type-2 .section-inner .grid-layout .card-product {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .products-simple-list .section-inner .grid-layout .card-product {
    flex: 0 0 50%;
    width: 50%;
  }
}
/*#endregion -------------- Products Simple List */
/*#region ----------------- Cards Styles */
.card-product {
  user-select: none;
}
.card-product .card-inner {
  background-color: white;
  border-radius: 10px;
  position: relative;
  border: 1px solid #ddd;
}
.card-product .thumb {
  position: relative;
}
.card-product .thumb a {
  display: block;
}
.card-product .thumb img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.card-product .thumb .percentage {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  font-weight: 500;
  color: white;
  padding: 4px 8px;
  background-color: #ef4444;
  border-radius: 0 12px;
}
.card-product .info {
  padding: 10px;
}
.card-product .info .name a {
  font-size: 14px;
  font-weight: 600;
  color: #202122;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 48px;
  line-height: 24px;
}
.card-product .info .name a:hover {
  color: #d73700;
}
.card-product .price-content {
  height: 41px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
}
.card-product .price-content.discount h2 {
  text-decoration: line-through 1px solid #b0b0b0;
  font-size: 14px;
  color: #b0b0b0;
  margin-bottom: 5px;
}
.card-product .price-content.discount h2 span {
  font-size: 13px;
  color: #b0b0b0;
}
.card-product .price-content h2,
.card-product .price-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #202122;
  margin-bottom: 0;
}
.card-product .price-content h2 span,
.card-product .price-content h3 span {
  font-size: 14px;
  font-weight: 400;
  color: #202122;
}
.card-product .btn-add-cart {
  margin-top: 12px;
  width: 100%;
  background-color: white;
  color: #d73700;
  border: 1px solid #d73700;
  border-radius: 80px;
  font-size: 14px;
  padding: 8px;
  transition: all 0.2s ease-in-out;
  position: relative;
  white-space: nowrap;
}
.card-product .btn-add-cart .fi {
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 18px;
}
.card-product .btn-add-cart:hover, .card-product .btn-add-cart:focus {
  background-color: #d73700;
  color: white;
}
.card-product.disabled .thumb .percentage {
  display: none;
}
.card-product.disabled .price-content {
  display: none;
}
.card-product.disabled .btn-add-cart {
  background-color: #f0f3f5;
  border: none;
  color: #656667;
  margin-top: 55px;
}

.card-order {
  margin-bottom: 12px;
}
.card-order .card-inner {
  display: grid;
  grid-template-columns: 80px auto 180px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.card-order .number {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.card-order .number span {
  background: #d73700;
  width: 45px;
  font-size: 15px;
  font-weight: 600;
  color: white;
  display: inline-block;
  text-align: center;
  padding: 15px 5px 10px 5px;
  border-radius: 0 0 10px 10px;
}
.card-order .info {
  padding: 15px;
}
.card-order .info ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.card-order .info ul li {
  flex: 1 0 50%;
  width: 50%;
  margin: 5px 0;
  font-size: 14px;
  font-weight: 400;
  color: #656667;
}
.card-order .info ul li .fi {
  font-size: 16px;
  position: relative;
  top: 3px;
  color: #b0b0b0;
  margin-left: 5px;
}
.card-order .info ul li span {
  color: #202122;
}
.card-order .info ul li span.waiting {
  background-color: rgba(0, 172, 215, 0.1);
  color: #00acd7;
  padding: 4px 10px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid #00acd7;
}
.card-order .info ul li span.payment {
  background-color: rgba(14, 165, 233, 0.1);
  color: #0ea5e9;
  padding: 4px 10px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid #0ea5e9;
}
.card-order .info ul li span.error {
  background-color: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  padding: 4px 10px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid #ef4444;
}
.card-order .info ul li span.success {
  background-color: rgba(34, 197, 94, 0.1);
  color: #22c55e;
  padding: 4px 10px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid #22c55e;
}
.card-order .btns-action {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 15px;
  border-right: 1px solid #ddd;
}
.card-order .btns-action .btn {
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 600;
  min-width: unset;
  width: 100%;
  margin: 3px 0;
}
.card-order.type-2 .card-inner {
  grid-template-columns: 80px auto;
}

@media (max-width: 1199px) {
  .card-order .info ul li {
    flex: 1 0 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .card-product .info .name a {
    font-size: 13px;
    line-height: 22px;
    min-height: 44px;
  }
  .card-product .price-content.dicsount h2 {
    font-size: 12px;
  }
  .card-product .price-content.dicsount h2 span {
    font-size: 11px;
  }
  .card-product .price-content.dicsount h3 {
    font-size: 14px;
  }
  .card-product .price-content.dicsount h3 span {
    font-size: 13px;
  }
  .card-product .btn-add-cart {
    font-size: 13px;
  }
  .card-product .btn-add-cart .fi {
    font-size: 16px;
  }
  .card-order .card-inner {
    grid-template-columns: 80px auto;
    grid-template-areas: "number info" "btnAction btnAction";
  }
  .card-order .number {
    grid-area: number;
  }
  .card-order .info {
    grid-area: info;
    padding: 10px;
  }
  .card-order .btns-action {
    grid-area: btnAction;
    padding: 10px;
    border-right: none;
    border-top: 1px solid #ddd;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: row;
  }
  .card-order .btns-action .btn {
    width: unset;
    padding: 0.5rem 1rem;
    margin: 0 5px 0 0;
  }
}
@media (max-width: 575px) {
  .card-product .thumb .percentage {
    font-size: 13px;
    padding: 2px 6px;
    border-radius: 0 10px;
  }
  .card-product .info .name a {
    font-size: 12px;
    line-height: 18px;
    min-height: 36px;
  }
  .card-product .price-content.dicsount h2 {
    font-size: 11px;
  }
  .card-product .price-content.dicsount h2 span {
    font-size: 10px;
  }
  .card-product .price-content.dicsount h3 {
    font-size: 13px;
  }
  .card-product .price-content.dicsount h3 span {
    font-size: 12px;
  }
  .card-product .btn-add-cart {
    font-size: 10px;
  }
  .card-product .btn-add-cart .fi {
    font-size: 14px;
    right: 8px;
    top: 9px;
  }
  .card-order .card-inner {
    grid-template-columns: 50px auto;
  }
  .card-order .number span {
    width: 35px;
    margin-right: auto;
    font-size: 13px;
  }
  .card-order .info {
    grid-area: info;
    padding: 15px 15px 8px 8px;
  }
  .card-order .info ul li {
    flex: 1 0 100%;
    width: 100%;
    font-size: 13px;
    margin: 0 0 5px 0;
  }
  .card-order .info ul li .fi {
    font-size: 14px;
  }
  .card-order .btns-action {
    padding: 8px;
  }
  .card-order .btns-action .btn {
    font-size: 13px;
  }
}
/*#endregion -------------- Cards Styles */
/*#region ----------------- Footer */
#footer {
  background-color: #f0f3f5;
  margin-top: 3rem;
}
#footer .property {
  padding-top: 2rem;
  border-bottom: 2px dashed #ddd;
}
#footer .property ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 700px;
  margin: 0 auto;
}
#footer .property ul li {
  flex: 0 0 25%;
  width: 25%;
  text-align: center;
  margin-bottom: 20px;
}
#footer .property ul li a {
  display: inline-block;
}
#footer .property ul li img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}
#footer .property ul li h6 {
  margin: 1rem 0 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #656667;
}
#footer .footer-inner {
  padding: 3rem 0 0 0;
}
#footer .footer-info .logo {
  width: 140px;
}
#footer .footer-info .logo a {
  display: block;
}
#footer .footer-info .logo img {
  width: 100%;
}
#footer .footer-info .description {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #656667;
  margin-top: 1rem;
  text-align: justify;
}
#footer .links .list {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#footer .links .list li {
  flex: 1 0 50%;
  width: 50%;
  margin-bottom: 10px;
}
#footer .links .list li a {
  font-size: 16px;
  font-weight: 400;
  color: #656667;
}
#footer .links .list li a:hover {
  color: #d73700;
}
#footer .contact-us .address {
  margin-top: 1.5rem;
}
#footer .contact-us .address li {
  font-size: 14px;
  font-weight: 400;
  color: #656667;
  margin: 10px 0;
}
#footer .contact-us .address li span {
  color: #202122;
}
#footer .contact-us .address li .fi {
  font-size: 20px;
  position: relative;
  top: 4px;
  color: #d73700;
  line-height: normal;
  margin-left: 5px;
}
#footer .contact-us .social-icons-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
#footer .contact-us .social-icons-list li {
  margin-left: 15px;
}
#footer .contact-us .social-icons-list li:last-child {
  margin-left: 0;
}
#footer .contact-us .social-icons-list li a {
  width: 48px;
  height: 48px;
  background-color: #d73700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.2s ease-in-out;
}
#footer .contact-us .social-icons-list li a .fi {
  font-size: 24px;
}
#footer .contact-us .social-icons-list li a:hover {
  background-color: #d73700;
  color: white;
  transition: all 0.2s ease-in-out;
}
#footer .certificate-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}
#footer .certificate-list li {
  margin: 5px 0 5px 10px;
}
#footer .certificate-list li a {
  display: block;
  width: 90px;
}
#footer .certificate-list li a img {
  width: 100%;
  border-radius: 5px;
}
#footer .f-title {
  font-size: 20px;
  font-weight: 700;
  color: #202122;
}
#footer .copyright {
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #656667;
  padding: 20px 10px;
  margin-top: 2rem;
}
#footer .copyright a {
  color: #d73700;
}
#footer .description {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  margin-top: 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: #656667;
  text-align: justify;
}
#footer .description #btn-seeMore {
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #00acd7;
  margin-top: 10px;
  padding: 0;
}
#footer .description #btn-seeMore .fi {
  margin-right: 2px;
  position: relative;
  top: 4px;
  font-size: 16px;
}

@media (max-width: 1199px) {
  #footer .links .list li a {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  #footer .footer-info {
    margin-bottom: 1.5rem;
  }
  #footer .footer-info .logo {
    margin: 0 auto 1rem auto;
  }
  #footer .footer-info .description {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
  }
  #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;
  }
}
@media (max-width: 768px) {
  #footer .property ul {
    width: 100%;
  }
  #footer .property ul li img {
    width: 60px;
  }
  #footer .property ul li h6 {
    font-size: 12px;
  }
  #footer .footer-info .logo {
    display: none;
  }
  #footer .footer-inner {
    padding: 1rem 0 4.3rem 0;
  }
  #footer .links {
    display: none;
  }
  #footer .f-title {
    text-align: center;
  }
  #footer .certificate-list {
    margin-top: 0;
  }
  #footer .certificate-list li a {
    width: 80px;
  }
  #footer .contact-us .address {
    text-align: center;
    margin-top: 1rem;
  }
  #footer .contact-us .social-icons-list {
    margin: 1rem 0;
    justify-content: center;
  }
  #footer .copyright {
    margin-top: 1rem;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  #footer .property ul li img {
    width: 50px;
  }
  #footer .property ul li h6 {
    font-size: 10px;
  }
  #footer .footer-inner {
    padding: 1rem 0 4.2rem 0;
  }
  #footer .certificate-list li a {
    width: 70px;
  }
  #footer .copyright {
    margin-top: 1rem;
    font-size: 10px;
  }
}
/*#endregion -------------- Footer */
/*#region ----------------- Category */
.category-index-content {
  margin: 3.5rem 0;
}
.category-index-content .category-inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  gap: 0;
}
.category-index-content .category-inner .item {
  flex: 1 1 0;
  width: auto;
  max-width: none;
  min-width: 0;
  padding: 0 4px;
  margin-bottom: 0;
}
.category-index-content .category-inner .item a {
  text-align: center;
  display: block;
}
.category-index-content .category-inner .item .icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 0.4rem auto;
  border-radius: 50%;
}
.category-index-content .category-inner .item .icon img {
  width: 100%;
  border-radius: 50%;
}
.category-index-content .category-inner .item .name {
  font-size: 13px;
  font-weight: 500;
  color: #202122;
  text-align: center;
  line-height: 1.35;
}
.category-index-content .category-inner .item .number {
  font-size: 12px;
  font-weight: 400;
  color: #656667;
}
.category-index-content .category-inner.grid-6 .item {
  flex: 1 1 0;
  width: auto;
}

.category-bg-image-section {
  margin: 3.5rem 0;
}

.card-category-bg-image {
  margin-bottom: 16px;
  user-select: none;
}
.card-category-bg-image .card-inner {
  display: block;
  position: relative;
}
.card-category-bg-image .image-content {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  margin: 0;
}
.card-category-bg-image .image-content .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.card-category-bg-image .image-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: all 0.3s ease-in;
}
.card-category-bg-image .overlay {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 33, 34, 0.6);
  z-index: 50;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  flex-direction: column;
}
.card-category-bg-image .overlay h4 {
  font-size: 18px;
  font-weight: 600;
  color: white;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
  margin-top: 65px;
  text-align: center;
  line-height: normal;
}
.card-category-bg-image .overlay .btn-primary {
  margin-top: 20px;
  padding: 0.55rem 1rem;
  background-color: white;
  color: #202122;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
}
.card-category-bg-image .overlay .btn-primary:hover, .card-category-bg-image .overlay .btn-primary:focus {
  background-color: #00acd7;
  color: white;
}
.card-category-bg-image:hover .overlay {
  background-color: rgba(215, 55, 0, 0.7);
}
.card-category-bg-image:hover .overlay h4 {
  margin-top: 0;
}
.card-category-bg-image:hover .overlay .btn-primary {
  opacity: 1;
  visibility: visible;
}

.category-image-vector {
  margin: 3.5rem 0 1rem;
}
.category-image-vector .section-inner {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 30px 20px 40px 20px;
  position: relative;
}
.category-image-vector .title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #202122;
}

.category-image-vector + .products-carousel {
  margin-top: 0.5rem;
}

.swiper-category-vector {
  position: unset !important;
}
.swiper-category-vector .swiper-button-next,
.swiper-category-vector .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1.6px 3.6px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px;
}
.swiper-category-vector .swiper-button-next::after,
.swiper-category-vector .swiper-button-prev::after {
  font-size: 24px;
  color: #656667;
}
.swiper-category-vector .swiper-button-next.swiper-button-disabled,
.swiper-category-vector .swiper-button-prev.swiper-button-disabled {
  background-color: rgba(176, 176, 176, 0.8);
  color: #656667;
}
.swiper-category-vector .swiper-button-next {
  left: -15px;
}
.swiper-category-vector .swiper-button-prev {
  right: -15px;
}

.card-category-vector .card-inner {
  display: block;
}
.card-category-vector .thumb {
  width: 96px;
  height: 96px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-category-vector .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card-category-vector .info {
  margin-top: 10px;
  text-align: center;
}
.card-category-vector .info h5 {
  font-size: 13px;
  font-weight: 600;
  color: #202122;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-category-vector .info h6 {
  color: #d73700;
  font-size: 12px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  display: none;
}

.category-mobile-list-section {
  margin: 150px 0 50px 0;
}
.category-mobile-list-section .section-inner {
  width: 800px;
  margin: 0 auto;
}
.category-mobile-list-section .category-item {
  margin-bottom: 10px;
}
.category-mobile-list-section .btn-category {
  padding: 10px;
  width: 100%;
  text-align: right;
  border-radius: 15px 15px 0 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: white;
  border: 1px solid #ddd;
}
.category-mobile-list-section .btn-category h2 {
  font-size: 16px;
  font-weight: 600;
  color: #202122;
  margin-bottom: 0;
  padding-right: 15px;
}
.category-mobile-list-section .btn-category h2 span {
  font-size: 14px;
  font-weight: 400;
  color: #656667;
  margin-right: 5px;
}
.category-mobile-list-section .btn-category .icon {
  position: relative;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.category-mobile-list-section .btn-category .icon::before {
  content: "\f686";
  font-family: "uicons-regular-straight";
  font-size: 18px;
  color: #d73700;
}
.category-mobile-list-section .btn-category.collapsed {
  border-radius: 15px;
}
.category-mobile-list-section .btn-category.collapsed .icon::before {
  content: "\f748";
}
.category-mobile-list-section .total-list {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  align-items: flex-start;
  background-color: #f0f3f5;
  border-radius: 0 0 15px 15px;
  padding: 20px 20px 5px 20px;
}
.category-mobile-list-section .item {
  padding: 10px;
  padding-top: 0;
  margin-bottom: 15px;
}
.category-mobile-list-section .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-mobile-list-section .item h3 {
  font-size: 14px;
  font-weight: 400;
  color: #202122;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}

.categories-row-section {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
}

.cat-card,
.more-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  background: #f0f3f5;
  border-radius: 10px;
  padding: 8px 8px 10px 8px;
  background-color: #f0f3f5;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease;
}
.cat-card:hover,
.more-card:hover {
  background-color: white;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}
.cat-card img,
.more-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  margin-bottom: 12px;
}
.cat-card .title,
.more-card .title {
  font-size: 13px;
  font-weight: 500;
  color: #656667;
  text-align: center;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.more-card {
  cursor: pointer;
  user-select: none;
  outline: none;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.more-card .plus {
  display: grid;
  place-items: center;
  color: #d73700;
  border-radius: 50%;
  font-size: 28px;
  font-weight: 800;
  margin: 10px 0 14px;
}
.more-card .caption {
  font-size: 13px;
  font-weight: 500;
  color: #656667;
  text-align: center;
  line-height: normal;
}

@media (max-width: 1199px) {
  .cat-card {
    padding: 6px 6px 8px 6px;
  }
  .cat-card .title {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .categories-row-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    grid-template-columns: unset;
    overflow-y: auto;
    width: 100%;
  }
  .cat-card,
  .more-card {
    flex: 0 0 115px;
    max-width: 115px;
    min-width: 115px;
    width: 115px;
  }
  .more-card {
    height: 146px;
  }
}
@media (max-width: 992px) {
  .category-index-content .category-inner {
    flex-wrap: wrap;
    gap: 0;
  }
  .category-index-content .category-inner .item {
    flex: 0 0 25%;
    width: 25%;
    max-width: none;
    padding: 0 10px;
    margin-bottom: 1rem;
  }
  .category-index-content .category-inner .item .icon {
    width: 110px;
    height: 110px;
    margin-bottom: 0.5rem;
  }
  .category-index-content .category-inner .item .name {
    font-size: 13px;
  }
  .category-index-content .category-inner.grid-6 .item {
    flex: 0 0 25%;
    width: 25%;
  }
  .category-image-vector .section-inner {
    padding-bottom: 80px;
  }
  .swiper-category-vector .swiper-button-next {
    left: unset;
    right: 75px;
    top: unset;
    bottom: 20px;
  }
  .swiper-category-vector .swiper-button-prev {
    right: 20px;
    top: unset;
    bottom: 20px;
  }
  .category-mobile-list-section {
    margin-top: 90px;
  }
  .category-mobile-list-section .section-inner {
    width: 100%;
  }
  .category-mobile-list-section .total-list {
    grid-template-columns: 25% 25% 25% 25%;
  }
}
@media (max-width: 768px) {
  .category-index-content {
    margin: 2rem 0;
  }
  .category-index-content .category-inner {
    flex-wrap: wrap;
    gap: 0;
  }
  .category-index-content .category-inner .item {
    flex: 0 0 33.33%;
    width: 33.33%;
    max-width: none;
    padding: 0 10px;
    margin-bottom: 1rem;
  }
  .category-index-content .category-inner .item .icon {
    width: 100px;
    height: 100px;
  }
  .category-index-content .category-inner .item .name {
    font-size: 11px;
  }
  .category-index-content .category-inner.grid-6 .item {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
  .card-category-bg-image .image-content {
    height: 200px;
  }
  .card-category-bg-image .overlay h4 {
    font-size: 16px;
  }
  .card-category-vector .thumb {
    width: 72px;
    height: 72px;
  }
  .card-category-vector .info {
    margin-top: 8px;
    text-align: center;
  }
  .card-category-vector .info h5 {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .card-category-vector .info h6 {
    font-size: 11px;
  }
  .category-mobile-list-section .total-list {
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
}
@media (max-width: 575px) {
  .category-index-content .category-inner .item {
    padding: 0 5px;
  }
  .category-index-content .category-inner .item .icon {
    width: 80px;
    height: 80px;
  }
  .card-category-vector .thumb {
    width: 52px;
    height: 52px;
  }
  .card-category-vector .info {
    margin-top: 6px;
    text-align: center;
  }
  .card-category-vector .info h5 {
    font-size: 10px;
  }
  .card-category-vector .info h6 {
    font-size: 10px;
  }
  .category-mobile-list-section .total-list {
    padding: 10px 10px 5px 10px;
  }
  .category-mobile-list-section .item {
    padding: 8px;
    margin-bottom: 10px;
  }
  .category-mobile-list-section .item h3 {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .category-index-content .category-inner .item .icon {
    width: 70px;
    height: 70px;
  }
  .category-index-content .category-inner .item .name {
    font-size: 10px;
  }
  .category-mobile-list-section .total-list {
    padding: 10px 10px 5px 10px;
  }
  .category-mobile-list-section .item {
    padding: 6px;
    margin-bottom: 8px;
  }
  .category-mobile-list-section .item h3 {
    font-size: 12px;
  }
}
/*#endregion -------------- Category */
/*#region ----------------- Banners */
.banner-section {
  margin: 3.5rem 0;
}
.banner-section .banner-inner .item {
  margin-bottom: 0;
}
.banner-section .banner-inner .item a {
  display: block;
  overflow: visible;
  border-radius: 15px;
  /* aspect-ratio: 2/1; */
  background: #f3f4f5;
}
.banner-section .banner-inner .item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 15px;
}

@media (max-width: 768px) {
  .banner-section {
    margin: 2rem 0 1rem 0;
  }
  .banner-section .banner-inner .item {
    margin-bottom: 0;
  }
  .banner-section .banner-inner .item a {
    aspect-ratio: unset;
  }
  .banner-section .banner-inner .item a img {
    width: 100%;
    height: auto;
    object-fit: unset;
    border-radius: 12px;
  }
}
/*#endregion -------------- Banners */
/*#region ----------------- Login */
.login-section .login-logo {
  width: 100px;
  margin: 0 auto 1rem auto;
}
.login-section .login-logo img {
  width: 100%;
}
.login-section .alert-msg {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.login-section .alert-msg.error {
  color: #ef4444;
}
.login-section .alert-msg.success {
  color: #22c55e;
}
.login-section .btns-action {
  text-align: center;
}
.login-section .btns-action .btn {
  min-width: 120px;
}

.time-countdown {
  text-align: center;
  margin-bottom: 30px;
}
.time-countdown .time-show {
  font-size: 18px;
  margin-bottom: 0;
  text-align: center;
}
.time-countdown .btn-link {
  background-color: transparent;
  font-size: 16px;
  border: none;
  color: #d73700;
  margin: 0 auto;
}

/*#endregion -------------- Login */
/*#region ----------------- Product Details */
#product-details {
  background-color: white;
  padding: 130px 0 30px 0;
}
#product-details .details-layout {
  position: relative;
}
#product-details .details-layout .myrow {
  display: grid;
  grid-template-columns: 500px 1fr 320px;
}
#product-details .product-images .image-preview {
  border: 1px solid #ddd;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
#product-details .product-images .image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#product-details .product-images .image-preview .swiper-real-img {
  cursor: zoom-in;
}
#product-details .product-images .image-preview .swiper-pagination {
  display: none;
}
#product-details .product-images .image-preview .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d73700;
}
#product-details .product-images .image-thumb {
  margin-top: 10px;
}
#product-details .product-images .image-thumb .thumb {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #ddd;
}
#product-details .product-images .image-thumb .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#product-details .product-images .image-thumb .swiper-pagination {
  display: none;
}
#product-details .product-info {
  padding: 0 20px;
}
#product-details .product-info .info-inner {
  margin: 1rem 0 2rem 0;
}
#product-details .product-info .info-inner .product-name {
  font-size: 18px;
  font-weight: 600;
  color: #202122;
  margin-bottom: 0.8rem;
  line-height: 26px;
}
#product-details .product-info .info-inner .review-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#product-details .product-info .info-inner .review-info .star-rating {
  display: flex;
  align-items: center;
  justify-content: center;
}
#product-details .product-info .info-inner .review-info .star-rating .icon {
  font-size: 20px;
  margin-left: 8px;
  color: gold;
}
#product-details .product-info .info-inner .review-info .star-rating .icon .fi {
  position: relative;
  top: 4px;
}
#product-details .product-info .info-inner .review-info .star-rating span {
  font-size: 14px;
  font-weight: 400;
  color: #656667;
}
#product-details .product-info .info-inner .review-info .btn-review {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 400;
  color: #d73700;
  text-decoration: underline dashed #d73700 !important;
}
#product-details .product-info .info-inner .review-info .btn-review .fi {
  font-size: 16px;
  margin-left: 6px;
  position: relative;
  top: 2px;
}
#product-details .product-info .info-inner .review-info .btn-review:hover {
  color: #00acd7;
}
#product-details .product-info .info-inner .review-info .review-comment {
  margin: 0 15px;
}
#product-details .product-info .property-title,
#product-details .product-info .color-title,
#product-details .product-info .size-title {
  font-size: 16px;
  font-weight: 600;
  color: #202122;
  margin-bottom: 12px;
}
#product-details .product-info .color,
#product-details .product-info .size {
  margin-top: 1.2rem;
}
#product-details .product-info .size-group-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
#product-details .product-info .size-group-list li {
  font-size: 14px;
  font-weight: 400;
  color: #202122;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0;
  cursor: pointer;
}
#product-details .product-info .size-group-list li.active {
  border-color: #00acd7;
  border-width: 2px;
  color: #00acd7;
}
#product-details .product-info .property {
  margin-top: 1.2rem;
}
#product-details .product-info .property ul {
  padding-right: 20px;
  list-style: disc;
}
#product-details .product-info .property ul li {
  font-size: 14px;
  font-weight: 400;
  color: #202122;
  margin-bottom: 8px;
}
#product-details .product-info .property ul li span {
  color: #656667;
  margin-left: 5px;
}
#product-details .product-info .property ul li:last-child {
  margin-bottom: 0;
}
#product-details .product-info .gift-select {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 14px;
  margin: 15px 0;
  padding: 16px;
}
#product-details .product-info .gift-select .form-check {
  padding-right: 1.6em;
  margin: 0;
}
#product-details .product-info .gift-select .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 4px;
}
#product-details .product-info .gift-select .form-check-input:checked {
  background-color: #d73700;
  border-color: #d73700;
}
#product-details .product-info .gift-select .form-check-label {
  font-size: 14px;
  font-weight: 500;
  color: #202122;
}
#product-details .product-info .gift-select .gift-price {
  font-size: 15px;
  font-weight: 700;
  color: #202122;
  margin-top: 8px;
  padding-right: 1.6em;
}
#product-details .product-info .gift-select .giftBox-desc {
  display: none;
  margin-top: 12px;
}
#product-details .product-info .gift-select .giftBox-desc.active {
  display: block;
}
#product-details .product-info .gift-select .giftBox-desc .textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px 12px;
  min-height: 88px;
  background: #fff;
  color: #202122;
}
#product-details .product-info .gift-select .giftBox-desc .textarea:hover, #product-details .product-info .gift-select .giftBox-desc .textarea:focus {
  border-color: #d73700;
}
#product-details .product-info .btns-color-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
#product-details .product-info .btn-color {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  margin: 0;
  border: none;
  color: #656667;
  position: relative;
  flex: 0 0 auto;
  cursor: pointer;
  overflow: visible;
}
#product-details .product-info .btn-color .btn-color-swatch {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 0;
  box-shadow: inset 0 0 0 2px #fff;
  flex-shrink: 0;
}
#product-details .product-info .btn-color::before {
  content: "\f2dd";
  font-family: "uicons-regular-straight";
  font-size: 14px;
  line-height: 1;
  color: white;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
#product-details .product-info .btn-color::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--swatch-color, #d0d0d0);
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 1;
}
#product-details .product-info .btn-color.active::before {
  display: block;
}
#product-details .product-info .btn-color.active::after {
  border-color: #00acd7;
}
#product-details .product-info .btn-color.light-color::before {
  color: #444;
}
#product-details .product-info .btn-color.out-of-stock {
  opacity: 0.55;
}
#product-details .product-info .btn-color.out-of-stock .btn-color-swatch::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  right: -2px;
  height: 2px;
  background: rgba(0, 0, 0, 0.45);
  transform: rotate(-45deg);
  pointer-events: none;
}
#product-details .product-info .btn-color:hover {
  color: #d73700;
}
#product-details .products-other-details .details-inner {
  padding: 15px;
  background-color: #f0f3f5;
  border-radius: 15px;
  position: relative;
}
#product-details .products-other-details .product-brand-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
#product-details .products-other-details .product-brand-label {
  font-size: 13px;
  color: #656667;
}
#product-details .products-other-details .product-brand-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 999px;
  padding: 4px 4px 4px 10px;
  color: #202122;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}
#product-details .products-other-details .product-brand-chip .product-brand-logo {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: contain;
  background: #f5f5f5;
  flex-shrink: 0;
}
#product-details .products-other-details .product-brand-chip:hover {
  border-color: #d73700;
  color: #d73700;
}
#product-details .products-other-details .gift-select {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 14px;
  margin: 12px 0 0;
  padding: 16px;
}
#product-details .products-other-details .gift-select .form-check {
  padding-right: 1.6em;
  margin: 0;
}
#product-details .products-other-details .gift-select .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 4px;
}
#product-details .products-other-details .gift-select .form-check-input:checked {
  background-color: #d73700;
  border-color: #d73700;
}
#product-details .products-other-details .gift-select .form-check-label {
  font-size: 14px;
  font-weight: 500;
  color: #202122;
}
#product-details .products-other-details .gift-select .gift-price {
  font-size: 15px;
  font-weight: 700;
  color: #202122;
  margin-top: 8px;
  padding-right: 1.6em;
}
#product-details .products-other-details .gift-select .giftBox-desc {
  display: none;
  margin-top: 12px;
}
#product-details .products-other-details .gift-select .giftBox-desc.active {
  display: block;
}
#product-details .products-other-details .gift-select .giftBox-desc .textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px 12px;
  min-height: 88px;
  background: #fff;
}
#product-details .products-other-details .gift-select .giftBox-desc .textarea:hover, #product-details .products-other-details .gift-select .giftBox-desc .textarea:focus {
  border-color: #d73700;
}
#product-details .products-other-details .price-content {
  margin-bottom: 15px;
}
#product-details .products-other-details .price-content.discount h2 {
  text-decoration: line-through 1px solid #656667;
  font-size: 18px;
  font-weight: 600;
  color: #656667;
  margin-bottom: 5px;
}
#product-details .products-other-details .price-content.discount h2 span {
  font-size: 15px;
  color: #656667;
}
#product-details .products-other-details .price-content h2,
#product-details .products-other-details .price-content h3 {
  font-size: 24px;
  font-weight: 800;
  color: #202122;
  margin-bottom: 0;
}
#product-details .products-other-details .price-content h2 span,
#product-details .products-other-details .price-content h3 span {
  font-size: 16px;
  font-weight: 400;
  color: #202122;
}
#product-details .products-other-details .percentage {
  position: absolute;
  left: 0;
  top: 0;
  padding: 6px 12px;
  border-radius: 15px 0;
  background-color: #ef4444;
  color: white;
  font-size: 16px;
  font-weight: 500;
  border: 5px solid white;
  border-left: none;
  border-top: none;
}
#product-details .products-other-details .exist-product {
  border-radius: 10px;
  margin-bottom: 15px;
  display: inline-block;
  color: #202122;
  padding: 5px 10px;
  position: relative;
}
#product-details .products-other-details .exist-product::before {
  font-family: "uicons-regular-straight";
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 18px;
}
#product-details .products-other-details .exist-product h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  padding-right: 25px;
}
#product-details .products-other-details .exist-product.success {
  background-color: #9ed251;
  color: white;
}
#product-details .products-other-details .exist-product.success::before {
  content: "\f2dd";
  color: white;
}
#product-details .products-other-details .exist-product.error {
  background-color: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}
#product-details .products-other-details .exist-product.error::before {
  content: "\f3cd";
  color: #ef4444;
}
#product-details .products-other-details .msg-text ul {
  list-style: disc;
  padding-right: 15px;
}
#product-details .products-other-details .msg-text ul li {
  font-size: 13px;
  font-weight: 400;
  color: #202122;
  margin: 3px 0;
}
#product-details .products-other-details .tags {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 15px;
}
#product-details .products-other-details .tags ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#product-details .products-other-details .tags ul li {
  font-size: 13px;
  font-weight: 400;
  background-color: white;
  color: #656667;
  border: 1px solid #ddd;
  padding: 3px 8px;
  border-radius: 30px;
  margin: 0 0 5px 5px;
  user-select: none;
}
#product-details .products-other-details .add-to-cart {
  margin-top: 15px;
}
#product-details .products-other-details .add-to-cart .btn {
  width: 100%;
}
#product-details .products-other-details .add-to-cart .btn:disabled {
  background: #b0b0b0;
  color: #202122;
}
#product-details .products-other-details .btns-action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
#product-details .products-other-details .btns-action .btn-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  background-color: white;
  margin-left: 5px;
  border: 2px solid #ddd;
  color: #656667;
}
#product-details .products-other-details .btns-action .btn-circle.active {
  background-color: #d73700;
  color: white;
  border-color: #d73700;
}
#product-details .products-other-details .btns-action .btn-circle:hover {
  border-color: #d73700;
  color: #d73700;
}

.pswp__img {
  border-radius: 15px !important;
}

.product-tabs-section {
  background-color: white;
  padding: 20px 0 30px 0;
}
.product-tabs-section .tab-section-inner {
  border-bottom: 1px solid #ddd;
}
.product-tabs-section .nav-tabs {
  border-color: #ddd;
}
.product-tabs-section .nav-tabs .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #b0b0b0;
  padding: 0.7rem 1.6rem;
  border-radius: 0;
  background-color: white;
  border: 1px solid transparent;
  border-bottom: 1px solid #ddd;
}
.product-tabs-section .nav-tabs .nav-link.active {
  color: #d73700;
  border-color: #ddd;
  border-bottom-color: transparent;
  border-top: 4px solid #d73700;
}
.product-tabs-section .nav-tabs .nav-link .fi {
  margin-left: 8px;
  font-size: 20px;
  line-height: 0;
  position: relative;
  top: 4px;
}
.product-tabs-section .tab-content {
  margin-top: 2rem;
}
.product-tabs-section .description h1,
.product-tabs-section .description h2 {
  font-size: 20px;
  font-weight: 500;
  color: #202122;
  margin: 16px 0;
}
.product-tabs-section .description h2,
.product-tabs-section .description h3,
.product-tabs-section .description h4,
.product-tabs-section .description h5,
.product-tabs-section .description h6 {
  font-size: 18px;
  font-weight: 400;
  color: #202122;
  margin: 16px 0;
}
.product-tabs-section .description p {
  font-size: 16px;
  text-align: justify;
  font-weight: 400;
  color: #656667;
  line-height: 30px;
  margin: 16px 0;
}
.product-tabs-section .description ul {
  margin: 16px 0;
  padding-right: 30px;
  list-style: disc;
}
.product-tabs-section .description ul li {
  margin: 10px 0;
  font-size: 16px;
  color: #656667;
}
.product-tabs-section .description .image-content {
  width: 700px;
  margin: 2rem auto;
}
.product-tabs-section .description .image-content img {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 15px;
  aspect-ratio: 4/3;
}
.product-tabs-section .property ul li {
  padding: 8px 15px;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 240px auto;
}
.product-tabs-section .property ul li:nth-child(odd) {
  background-color: #f0f3f5;
}
.product-tabs-section .property ul li .name,
.product-tabs-section .property ul li .desc {
  font-size: 14px;
  font-weight: 400;
}
.product-tabs-section .property ul li .name {
  color: #656667;
}
.product-tabs-section .property ul li .desc {
  color: #202122;
}

.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: #656667;
}
.user-comments-content .number-rate span {
  margin: 0 5px;
}
.user-comments-content .number-rate span:first-child {
  font-size: 28px;
  font-weight: 800;
  color: #d73700;
}
.user-comments-content .number-rate span:last-child {
  font-size: 18px;
  font-weight: 600;
  color: #202122;
}
.user-comments-content .rate-count h6 {
  font-size: 14px;
  font-weight: 400;
  color: #656667;
  margin-top: 10px;
  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: 5px;
  color: #656667;
}
.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 .progress {
  height: 8px;
  background-color: #f0f3f5;
  border-radius: 20px;
}
.user-comments-content .progress-group .progress-item .progress-inner .progress .progress-bar {
  background: #00acd7;
  border-radius: 20px;
}
.user-comments-content .progress-group .progress-item .progress-inner .percentage {
  font-size: 12px;
  font-weight: 500;
  color: #656667;
  text-align: left;
}
.user-comments-content .send-comment {
  margin-top: 1rem;
}
.user-comments-content .send-comment .btn-primary {
  width: 100%;
}
.user-comments-content .send-comment .btn-primary .fi {
  color: white;
}

.user-comments {
  padding-right: 30px;
  border-right: 1px solid #ddd;
}
.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: #202122;
  margin-bottom: 0;
}
.user-comments .comments-filter .sort-title .fi {
  color: #b0b0b0;
  font-size: 20px;
  position: relative;
  top: 5px;
  margin-left: 10px;
  line-height: 0;
}
.user-comments .comments-filter ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: 20px;
}
.user-comments .comments-filter ul li {
  margin-left: 10px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #656667;
  padding: 4px;
  cursor: pointer;
}
.user-comments .comments-filter ul li.active {
  color: #d73700;
  font-weight: 600;
}
.user-comments .comments-inner {
  margin-top: 3rem;
}
.user-comments .comments-inner .comment-item {
  margin-bottom: 15px;
}
.user-comments .comments-inner .comment-item .info {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.user-comments .comments-inner .comment-item .info .name {
  font-size: 16px;
  font-weight: 500;
  color: #202122;
}
.user-comments .comments-inner .comment-item .info .user-rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.user-comments .comments-inner .comment-item .info .user-rating .star span {
  font-size: 13px;
  font-weight: 500;
  color: #656667;
}
.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: #b0b0b0;
}
.user-comments .comments-inner .comment-item .info .text {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #202122;
  margin-top: 10px;
  text-align: justify;
}
.user-comments .comments-inner .comment-item:last-child .info {
  border-bottom: none;
}
.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: #f0f3f5;
  padding: 20px;
  margin-bottom: 0;
  border-radius: 12px;
}
.user-comments .comments-inner .comment-item .reply-content .info .reply-name {
  font-size: 16px;
  font-weight: 500;
  color: #d73700;
}

.mobile-add-tocart {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
  z-index: 890;
}
.mobile-add-tocart .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
.mobile-add-tocart .price-content.discount h2 {
  text-decoration: line-through 1px solid #656667;
  font-size: 14px;
  font-weight: 600;
  color: #656667;
  margin-bottom: 5px;
}
.mobile-add-tocart .price-content.discount h2 span {
  font-size: 12px;
  color: #656667;
}
.mobile-add-tocart .price-content h2,
.mobile-add-tocart .price-content h3 {
  font-size: 16px;
  font-weight: 800;
  color: #202122;
  margin-bottom: 0;
}
.mobile-add-tocart .price-content h2 span,
.mobile-add-tocart .price-content h3 span {
  font-size: 13px;
  font-weight: 400;
  color: #202122;
}

@media (max-width: 1199px) {
  #product-details .details-layout .myrow {
    display: grid;
    grid-template-columns: 400px 1fr 300px;
  }
  #product-details .product-info .info-inner .product-name {
    font-size: 16px;
  }
  #product-details .product-info .info-inner .review-info .star-rating span {
    font-size: 13px;
  }
  #product-details .product-info .info-inner .review-info .btn-review {
    font-size: 13px;
  }
  #product-details .product-info .info-inner .review-info .btn-review .fi {
    font-size: 15px;
  }
  #product-details .product-info .color-title,
  #product-details .product-info .property-title,
  #product-details .product-info .size-title {
    font-size: 14px;
  }
  #product-details .product-info .property ul li {
    font-size: 13px;
    margin-bottom: 6px;
  }
}
@media (max-width: 992px) {
  #product-details {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  #product-details .details-layout .myrow {
    display: grid;
    grid-template-columns: 350px 1fr;
    grid-template-areas: "images info" "otherDetails otherDetails";
  }
  #product-details .swiper-details-thumb {
    padding-bottom: 5px;
  }
  #product-details .product-images {
    grid-area: images;
  }
  #product-details .product-info {
    grid-area: info;
    padding-left: 0;
  }
  #product-details .product-info .info-inner {
    margin: 1rem 0;
  }
  #product-details .product-info .info-inner .product-name {
    font-size: 18px;
  }
  #product-details .products-other-details {
    grid-area: otherDetails;
    margin-top: 0.8rem;
  }
  #product-details .products-other-details .details-inner {
    padding: 10px;
    background-color: white;
    border: 1px solid #ddd;
  }
  #product-details .products-other-details .add-to-cart,
  #product-details .products-other-details .price-content,
  #product-details .products-other-details .percentage {
    display: none;
  }
  #product-details .products-other-details .btns-action {
    margin-bottom: 10px;
  }
  #product-details .products-other-details .exist-product {
    margin-bottom: 20px;
  }
  .product-tabs-section {
    padding-top: 0;
  }
  .product-tabs-section .description p {
    font-size: 14px;
    line-height: 27px;
  }
  .product-tabs-section .nav-tabs .nav-link {
    padding: 0.6rem 1rem;
    font-size: 14px;
    font-weight: 600;
  }
  .product-tabs-section .nav-tabs .nav-link .fi {
    font-size: 16px;
  }
  .mobile-add-tocart {
    display: block;
  }
}
@media (max-width: 768px) {
  #product-details {
    padding-top: 70px;
  }
  #product-details .details-layout .myrow {
    grid-template-columns: 100%;
    grid-template-areas: "images" "info" "otherDetails";
  }
  #product-details .product-images {
    width: 400px;
    margin: 0 auto;
  }
  #product-details .product-images .image-preview {
    border: none;
  }
  #product-details .product-images .image-preview img {
    border: 1px solid #ddd;
    border-radius: 15px;
  }
  #product-details .product-images .image-preview .swiper-pagination {
    display: block;
  }
  #product-details .product-images .image-preview .swiper-wrapper {
    padding-bottom: 40px;
  }
  #product-details .product-images .image-thumb {
    display: none;
    visibility: none;
  }
  #product-details .product-info {
    padding: 15px 0 0 0;
  }
  #product-details .product-info .info-inner {
    margin-top: 0;
  }
  .product-tabs-section .nav-tabs .nav-link {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 13px;
    padding: 0.4rem 0;
  }
  .product-tabs-section .nav-tabs .nav-link .icon {
    display: block;
    margin-bottom: 6px;
  }
  .product-tabs-section .nav-tabs .nav-link .fi {
    margin: 0;
  }
  .product-tabs-section .description .image-content {
    width: 100%;
  }
  .user-comments-content {
    grid-template-columns: 100%;
  }
  .user-comments-content .all-rating {
    padding-left: 0;
    margin-bottom: 2rem;
  }
  .user-comments-content .progress-group .progress-item {
    margin-bottom: 0;
  }
  .user-comments-content .progress-group .progress-item label {
    margin-bottom: 0;
  }
  .user-comments {
    padding-right: 0;
    padding-top: 20px;
    border-right: 0;
    border-top: 1px solid #ddd;
  }
  .user-comments .comments-inner {
    margin-top: 2rem;
  }
  .user-comments .comments-inner .comment-item .info .text {
    font-size: 14px;
    line-height: 22px;
  }
  .slider-container {
    width: calc(100% - 20px);
  }
  .slider-container .slider .slide {
    width: 100%;
    object-fit: contain;
  }
  .slider-container .thumbnails {
    width: 100%;
  }
}
@media (max-width: 575px) {
  #product-details .product-images {
    width: 100%;
  }
  #product-details .products-other-details .exist-product {
    margin-bottom: 10px;
  }
  .product-tabs-section .property ul li {
    grid-template-columns: 100%;
  }
  .product-tabs-section .property ul li .name {
    margin-bottom: 5px;
  }
  .user-comments .comments-filter .sort-title,
  .user-comments .comments-filter ul {
    flex: 0 0 100%;
    width: 100%;
  }
  .user-comments .comments-filter ul {
    margin: 20px 0 0 0;
  }
  .slider-container .thumbnails .thumbnail {
    width: 70px;
    height: 70px;
  }
}
/*#endregion -------------- Product Details */
/*#region ----------------- Products List */
#products-section {
  margin-top: 124px;
}
#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 .sort-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#products-section .sort-content .sort-title {
  font-size: 14px;
  font-weight: 500;
  color: #202122;
  margin-bottom: 0;
}
#products-section .sort-content .sort-title .fi {
  font-size: 20px;
  position: relative;
  top: 5px;
  margin-left: 8px;
  line-height: 0;
  color: #656667;
}
#products-section .sort-content ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 20px;
}
#products-section .sort-content ul li {
  margin-left: 10px;
}
#products-section .sort-content ul li a {
  border-radius: 5px;
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #656667;
  padding: 3px 5px;
}
#products-section .sort-content ul li.active a {
  background-color: #d73700;
  color: white;
}
#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: #f0f3f5;
  border: none;
  border-radius: 8px;
  padding: 8px 40px 8px 10px;
  font-size: 13px;
  font-weight: 600;
  color: #202122;
  cursor: pointer;
  position: relative;
}
#products-section .sort-content .btn-sort .fi,
#products-section .sort-content .btn-advanced-search .fi {
  font-size: 20px;
  line-height: 0;
  position: absolute;
  top: 7px;
  right: 10px;
  color: #656667;
}
#products-section .products-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 2rem;
}
#products-section .products-list .card-product {
  flex: 0 0 25%;
  width: 25%;
  padding-left: 10px;
  margin-bottom: 1rem;
}
#products-section .products-list .card-product .img-container {
  height: 210px;
}
#products-section .products-list .card-product:hover .card-inner {
  box-shadow: 0 5px 20px -1px rgba(16, 16, 21, 0.06);
}
#products-section .apply-filter {
  border: 1px solid #ddd;
  padding: 20px 15px;
  flex-shrink: 0;
  border-radius: 0 0 5px 15px;
}
#products-section .apply-filter .btn {
  width: 100%;
  padding: 0.5rem 1rem;
}

.side-box {
  background-color: white;
  padding: 20px 15px 10px;
  border: 1px solid #ddd;
}
.side-box:first-child {
  border-radius: 10px 10px 0 0;
}
.side-box:last-child {
  border-radius: 0;
}
.side-box .box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.side-box .box-header h2 {
  font-size: 16px;
  font-weight: 600;
  color: #202122;
  margin-bottom: 0;
}
.side-box .box-header .close-sidebar {
  width: 34px;
  height: 34px;
  display: none;
  cursor: pointer;
  background-color: #fff;
  color: #656667;
  border: none;
  font-size: 16px;
  padding: 9px;
  border-radius: 50%;
}
.side-box .box-header .close-sidebar:hover, .side-box .box-header .close-sidebar:focus {
  background-color: #ef4444;
  color: white;
}
.side-box .box-body {
  margin-top: 20px;
}
.side-box .box-body.min-height {
  max-height: 300px;
  overflow-y: auto;
}
.side-box .box-body .title {
  font-size: 14px;
  font-weight: 500;
  color: #202122;
  margin: 15px 0;
}
.side-box.side-collapse {
  padding: 15px 10px;
}
.side-box.side-collapse .btn-collapse {
  padding: 0;
  height: 30px;
  background-color: white;
}
.side-box.side-collapse .btn-collapse .title {
  font-size: 15px;
  font-weight: 600;
  color: #202122;
}
.side-box.side-collapse .btn-collapse .icon {
  left: 0;
  top: 4px;
}
.side-box .item-collapse ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #656667;
  display: block;
  padding: 5px 32px 5px 5px;
  transition: all 0.2s ease-in-out;
}
.side-box .item-collapse ul li a:hover {
  color: #d73700;
  padding-right: 40px;
}
.side-box .range-price-filter {
  padding: 0 15px 10px 30px;
  margin-top: 2rem;
}
.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 span,
.side-box .range-value-inner .max-range span {
  font-size: 14px;
  font-weight: 500;
  color: #b0b0b0;
}
.side-box .range-value-inner .min-range .price-number,
.side-box .range-value-inner .max-range .price-number {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #656667;
  background-color: #fff;
  padding: 3px 0;
  margin: 3px 0;
  border-radius: 5px;
}
.side-box .range-value-inner .min-range {
  padding-left: 10px;
}
.side-box .range-value-inner .max-range {
  padding-right: 10px;
}
.side-box .list-links {
  margin-top: 1rem;
  max-height: 220px;
  overflow-y: auto;
  scrollbar-color: #fff;
  scrollbar-width: thin;
}
.side-box .list-links::-webkit-scrollbar {
  border-radius: 10px;
  width: 5px;
  height: 8px;
  background-color: #fff;
}
.side-box .list-links::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgb(192, 192, 192);
}
.side-box .list-links li a {
  font-size: 14px;
  font-weight: 400;
  color: #656667;
  display: block;
  padding: 5px 10px;
}
.side-box .form-switch {
  margin: 8px 0;
}
.side-box .form-switch .form-check-input {
  border-color: #ddd;
}
.side-box .form-switch .form-check-input:hover, .side-box .form-switch .form-check-input:focus {
  box-shadow: none;
  border-color: #ddd;
}
.side-box .form-switch .form-check-input:checked {
  background-color: #d73700;
  border-color: #d73700;
}
.side-box .form-switch .form-check-label {
  font-size: 16px;
  font-weight: 400;
  color: #202122;
  cursor: pointer;
}
.side-box .form-check {
  margin: 8px 0;
}
.side-box .box-search {
  position: relative;
}
.side-box .box-search .input {
  width: 100%;
  border: 1px solid #ddd;
  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: #656667;
  position: absolute;
  left: 0;
  top: 0;
}
.side-box .list-of-checkbox {
  margin-top: 20px;
}
.side-box .btn-category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 5px 0;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #202122;
  border: none;
  background-color: transparent;
}
.side-box .btn-category .icon {
  width: 24px;
  height: 24px;
  font-size: 14px;
  margin-left: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.side-box .btn-category .icon:before {
  content: "\f686";
  font-family: "uicons-regular-straight";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  color: red;
}
.side-box .btn-category.collapsed .icon::before {
  content: "\f748";
}
.side-box .category-item .list-of-checkbox {
  padding-right: 30px;
}
.side-box .category-item .form-check .form-check-label {
  color: #656667;
}

.mainlist-title {
  color: #202122;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

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

.list-description {
  margin: 80px 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.list-description .cat-description-text {
  max-width: 100%;
  overflow-x: auto;
}
.list-description img {
  max-width: 100%;
  height: auto;
}
.list-description h1 {
  font-size: 20px;
  font-weight: 800;
  color: #202122;
  margin-bottom: 10px;
}
.list-description h2,
.list-description h3,
.list-description h4,
.list-description h5,
.list-description h6 {
  margin: 2rem 0 1rem 0;
  font-size: 16px;
  font-weight: 600;
  color: #202122;
}
.list-description p {
  font-size: 14px;
  font-weight: 400;
  color: #656667;
  text-align: justify;
}
.list-description ul li,
.list-description ol li {
  font-size: 16px;
  font-weight: 400;
  color: #b0b0b0;
  text-align: justify;
  margin: 5px 0;
}
.list-description ul {
  list-style: disc !important;
}
.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: #d73700;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 1400px) {
  #products-section .products-list .card-product {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
}
@media (max-width: 1199px) {
  #products-section .products-list .card-product {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (max-width: 992px) {
  #products-section {
    margin-top: 75px;
  }
  #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: -300px;
    top: 0;
    z-index: 1050;
    width: 300px;
    height: 100vh;
    background-color: white;
    transition: all 0.3s ease;
  }
  #products-section .section-inner .myrow .products-side.active {
    right: 0;
  }
  #products-section .section-inner .myrow .products-side .side-products {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  #products-section .section-inner .myrow .products-side .inner {
    overflow-y: auto;
    flex: 1 1 auto;
  }
  #products-section .section-inner .myrow .products-main {
    padding-right: 15px;
  }
  #products-section .section-inner .myrow .products-main .main-inner {
    margin-top: 0;
  }
  #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 {
    padding-bottom: 60px;
  }
  .side-box .box-header .close-sidebar {
    display: inline-block;
  }
  .mainlist-title {
    display: block;
  }
}
@media (max-width: 768px) {
  #products-section .section-inner .myrow .products-main {
    padding-right: 5px;
  }
  #products-section .products-list .card-product {
    flex: 0 0 50%;
    width: 50%;
    padding-left: 5px;
  }
}
@media (max-width: 450px) {
  #products-section .section-inner .myrow .products-main {
    padding-right: 5px;
  }
}
/*#endregion -------------- Products List */
/*#region ----------------- Pagination */
.my-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.my-pagination .pagination {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.my-pagination .pagination .next .page-link,
.my-pagination .pagination .prev .page-link {
  width: auto;
}
.my-pagination .pagination .next .page-link .fi,
.my-pagination .pagination .prev .page-link .fi {
  position: relative;
  top: 2px;
  font-size: 18px;
}
.my-pagination .pagination .next span,
.my-pagination .pagination .prev span {
  font-size: 14px;
  font-weight: 600;
  color: #b0b0b0;
}
.my-pagination .pagination .next .page-link {
  color: #202122;
  padding: 0 10px 0 15px;
}
.my-pagination .pagination .next .page-link .fi {
  margin-left: 5px;
  color: #656667;
}
.my-pagination .pagination .prev .page-link {
  color: #202122;
  padding: 0 15px 0 10px;
}
.my-pagination .pagination .prev .page-link .fi {
  margin-right: 5px;
  color: #656667;
}
.my-pagination .pagination .page-item.active .page-link {
  background-color: #d73700;
  color: white;
}
.my-pagination .pagination .page-link {
  background-color: white;
  border-radius: 10px;
  margin: 2px;
  font-weight: 600;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #656667;
  border: 1px solid #ddd;
}
.my-pagination .pagination .page-link:hover {
  background-color: rgba(215, 55, 0, 0.1);
}
.my-pagination .pagination .page-link:hover span {
  color: #d73700;
}
.my-pagination .pagination .page-link:hover .fi {
  color: #d73700;
}
.my-pagination .pagination .page-link:focus {
  box-shadow: none;
}

/*#endregion -------------- Pagination */
/*#region ----------------- BreadCrumb */
.mybreadcrumb {
  background-color: white;
  padding: 1rem 0;
  width: 100%;
  overflow-x: auto;
}
.mybreadcrumb.margin-top {
  margin-top: 130px;
}
.mybreadcrumb .breadcrumb {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset !important;
}
.mybreadcrumb .breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
}
.mybreadcrumb .breadcrumb .breadcrumb-item:last-child {
  padding-left: 1rem !important;
}
.mybreadcrumb .breadcrumb .breadcrumb-item a {
  font-size: 13px;
  font-weight: 400;
  color: #d73700;
  white-space: nowrap;
}
.mybreadcrumb .breadcrumb .breadcrumb-item.active {
  font-size: 13px;
  font-weight: 400;
  color: #656667;
}
.mybreadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
  padding-left: 0;
}
.mybreadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: right !important;
  padding-left: 0.5rem;
  padding-right: 0;
}

/*#endregion -------------- BreadCrumb */
/*#region ----------------- Cart */
.cart-details-content {
  margin: 150px 0 80px 0;
}
.cart-details-content.no-margin {
  margin-top: 2rem;
}
.cart-details-content .title-cart {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 32px auto;
  align-items: center;
}
.cart-details-content .title-cart h1 {
  font-size: 20px;
  font-weight: 600;
  color: #202122;
  padding-right: 10px;
  margin-bottom: 0;
}
.cart-details-content .title-cart .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgba(215, 55, 0, 0.1);
  color: #d73700;
}
.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 #ddd;
}
.cart-details-content .checkout-list .product-item {
  display: grid;
  grid-template-columns: 130px auto;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.cart-details-content .checkout-list .product-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.cart-details-content .checkout-list .product-item:first-child {
  padding-top: 0;
}
.cart-details-content .checkout-list .product-item .thumb img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.cart-details-content .checkout-list .product-item .data {
  padding-right: 15px;
  margin-top: 10px;
}
.cart-details-content .checkout-list .product-item .data .name {
  font-size: 16px;
  font-weight: 600;
  color: #202122;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cart-details-content .checkout-list .product-item .data .property-list .color {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.cart-details-content .checkout-list .product-item .data .property-list .color .circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin-left: 10px;
}
.cart-details-content .checkout-list .product-item .data .property-list .color .desc {
  color: #202122;
  font-size: 13px;
  font-weight: 400;
}
.cart-details-content .checkout-list .product-item .data .property-list ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #202122;
  font-size: 13px;
  font-weight: 400;
  margin: 5px 0;
}
.cart-details-content .checkout-list .product-item .data .property-list ul li .fi {
  color: #656667;
  font-size: 16px;
  margin-left: 5px;
}
.cart-details-content .checkout-list .product-item .data .info-inner {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-details-content .checkout-list .product-item .data .info-inner .number-products {
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.cart-details-content .checkout-list .product-item .data .info-inner .number-products .number-inner {
  display: grid;
  grid-template-columns: 35px auto 35px;
  align-items: center;
  width: 130px;
}
.cart-details-content .checkout-list .product-item .data .info-inner .number-products .number-inner .btn-plus {
  background-color: white;
  border: 1px solid #ddd;
  width: 35px;
  height: 35px;
  cursor: pointer;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d73700;
  font-size: 16px;
}
.cart-details-content .checkout-list .product-item .data .info-inner .number-products .number-inner .btn-plus:hover {
  background-color: #d73700;
  border-color: #d73700;
  color: white;
}
.cart-details-content .checkout-list .product-item .data .info-inner .number-products .number-inner .btn-plus:first-child {
  border-radius: 0 8px 8px 0;
}
.cart-details-content .checkout-list .product-item .data .info-inner .number-products .number-inner .btn-plus:last-child {
  border-radius: 8px 0 0 8px;
}
.cart-details-content .checkout-list .product-item .data .info-inner .number-products .number-inner .input {
  width: 100%;
  padding: 5px;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  text-align: center;
  color: #656667;
  height: 35px;
  font-weight: 500;
  user-select: none;
  cursor: default;
}
.cart-details-content .checkout-list .product-item .data .info-inner .number-products .btn-detele {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #d73700;
  background-color: transparent;
  border: none;
}
.cart-details-content .checkout-list .product-item .data .info-inner .number-products .btn-detele .fi {
  font-size: 18px;
  margin-left: 5px;
  position: relative;
  top: 4px;
}
.cart-details-content .checkout-list .product-item .data .info-inner .price-content.discount h2 {
  text-decoration: line-through 1px solid #b0b0b0;
  font-size: 16px;
  color: #b0b0b0;
  margin-bottom: 5px;
}
.cart-details-content .checkout-list .product-item .data .info-inner .price-content.discount h2 span {
  font-size: 14px;
  color: #b0b0b0;
}
.cart-details-content .checkout-list .product-item .data .info-inner .price-content h2,
.cart-details-content .checkout-list .product-item .data .info-inner .price-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #202122;
  margin-bottom: 0;
}
.cart-details-content .checkout-list .product-item .data .info-inner .price-content h2 span,
.cart-details-content .checkout-list .product-item .data .info-inner .price-content h3 span {
  font-size: 16px;
  font-weight: 400;
  color: #202122;
}
.cart-details-content .grid-sticky-top {
  position: sticky;
  top: 120px;
}
.cart-details-content .grid-sticky-top.small {
  top: 50px;
}
.cart-details-content .checkout-side {
  background-color: #f0f3f5;
  border-radius: 10px;
  padding: 20px;
}
.cart-details-content .checkout-side .price-list {
  border-bottom: 1px solid #ddd;
}
.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: #656667;
}
.cart-details-content .checkout-side .price-list li .number {
  font-size: 16px;
  font-weight: 500;
  color: #202122;
}
.cart-details-content .checkout-side .price-list li .number .toman {
  margin-right: 5px;
  font-size: 13px;
  color: #656667;
}
.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: #656667;
}
.cart-details-content .checkout-side .all-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.cart-details-content .checkout-side .all-price .title {
  font-size: 14px;
  font-weight: 400;
  color: #202122;
}
.cart-details-content .checkout-side .all-price .number {
  font-size: 16px;
  font-weight: 500;
  color: #202122;
}
.cart-details-content .checkout-side .all-price .number .toman {
  margin-right: 5px;
  font-size: 13px;
  color: #656667;
}
.cart-details-content .checkout-side .cart-msg {
  font-size: 11px;
  font-weight: 400;
  color: #656667;
  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 .protect-user {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
  border: 1px solid #ddd;
}
.cart-details-content .protect-user::before {
  content: "\f7e8";
  font-family: "uicons-regular-straight";
  position: absolute;
  top: -20px;
  left: -20px;
  font-size: 90px;
  line-height: normal;
  color: #fedfd5;
  z-index: 0;
}
.cart-details-content .protect-user ul {
  position: relative;
  z-index: 10;
}
.cart-details-content .protect-user ul li {
  font-size: 13px;
  font-weight: 400;
  color: #202122;
}
.cart-details-content .protect-user ul li .fi {
  font-size: 20px;
  color: #d73700;
  margin-left: 10px;
  position: relative;
  top: 3px;
}
.cart-details-content .btn-link {
  font-size: 14px;
  font-weight: 400;
  color: #00acd7;
  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: #d73700;
}
.cart-details-content .payinfo,
.cart-details-content .discount-alert {
  margin-top: 20px;
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #202122;
  border-radius: 8px;
  background-color: rgba(215, 55, 0, 0.1);
}
.cart-details-content .payinfo span,
.cart-details-content .discount-alert span {
  font-size: 18px;
  font-weight: 600;
  color: #d73700;
  margin: 0 10px;
}
.cart-details-content .payinfo .toman,
.cart-details-content .discount-alert .toman {
  font-size: 13px;
  margin-right: 5px;
}
.cart-details-content .comment-textarea {
  width: 100%;
  padding: 15px 20px 20px 20px;
}
.cart-details-content .comment-textarea .textarea {
  width: 100%;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: 400;
  color: #656667;
  padding: 15px;
  border-radius: 10px;
}
.cart-details-content .cart-collapse {
  background-color: white;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}
.cart-details-content .cart-collapse .btn-primary {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}
.cart-details-content .cart-collapse .btn-primary:focus {
  box-shadow: none;
}
.cart-details-content .cart-collapse .btn-primary .title {
  font-size: 16px;
  font-weight: 600;
  color: #202122;
}
.cart-details-content .cart-collapse .btn-primary .title .mdi {
  font-size: 24px;
  margin-left: 5px;
  position: relative;
  top: 3px;
  color: #b0b0b0;
}
.cart-details-content .cart-collapse .btn-primary .icon {
  transform: rotate(180deg);
}
.cart-details-content .cart-collapse .btn-primary .icon .mdi {
  font-size: 24px;
  line-height: 0;
  position: relative;
  top: 5px;
  color: #b0b0b0;
}
.cart-details-content .cart-collapse .btn-primary.collapsed .icon {
  transform: rotate(0deg);
}
.cart-details-content .cart-collapse .collapse-inner {
  background-color: white;
  border-radius: 0 0 10px 10px;
}
.cart-details-content .cart-collapse .collapse-inner .discount-code {
  padding: 15px 20px 20px 20px;
}
.cart-details-content .cart-collapse .collapse-inner .discount-code .inputgroup .input {
  height: 43px;
  width: 350px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0 15px;
  font-size: 14px;
  color: #656667;
}

.cart-header {
  background-color: #f0f3f5;
  padding: 15px 0;
}
.cart-header .logo {
  width: 140px;
  margin: 0 auto;
}
.cart-header .logo a {
  display: block;
}
.cart-header .logo a img {
  width: 100%;
}

.cart-level {
  padding: 1rem 0;
  background-color: #f0f3f5;
}
.cart-level ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 700px;
  margin: 0 auto;
}
.cart-level ul li {
  flex: 0 0 50%;
  width: 50%;
  text-align: center;
  position: relative;
  z-index: 5;
}
.cart-level ul li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 20px;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.cart-level ul li:first-child::before {
  display: none;
}
.cart-level ul li:nth-child(2) {
  z-index: 4;
}
.cart-level ul li:nth-child(3) {
  z-index: 3;
}
.cart-level ul li.active::before {
  background-color: #d73700;
}
.cart-level ul li.active .icon {
  background-color: #d73700;
  color: white;
  border-color: #d73700;
}
.cart-level ul li.active .title {
  color: #d73700;
}
.cart-level ul li a {
  display: inline-block;
  position: relative;
  z-index: 50;
}
.cart-level ul li a:hover .icon {
  fill: #d73700;
}
.cart-level ul li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: white;
  color: #b0b0b0;
  padding: 5px;
  border: 1px solid #ddd;
  position: relative;
  z-index: 60;
  font-size: 24px;
}
.cart-level ul li .title {
  font-size: 14px;
  font-weight: 500;
  color: #656667;
  margin-top: 5px;
  display: block;
}

.cart-card {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #ddd;
}
.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: #202122;
  padding-right: 10px;
  margin-bottom: 0;
}
.cart-card .card-title .inner .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgba(215, 55, 0, 0.1);
  color: #d73700;
}
.cart-card .card-msg {
  font-size: 14px;
  font-weight: 400;
  color: #656667;
  padding-right: 40px;
}
.cart-card .add-new-address {
  margin-top: 15px;
  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;
}
.cart-card .form-check {
  margin-bottom: 12px;
}
.cart-card .form-check .form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.cart-card .form-check .form-check-input:checked ~ .form-check-label .thumb {
  background-color: rgba(0, 172, 215, 0.1);
}
.cart-card .form-check .form-check-input:checked ~ .form-check-label .thumb img {
  filter: grayscale(0);
}
.cart-card .form-check .form-check-label {
  font-size: 16px;
  font-weight: 400;
  color: #202122;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cart-card .form-check .form-check-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-check .form-check-label .thumb img {
  filter: grayscale(1);
  width: 100%;
}
.cart-card .form-check.grid-formcheck {
  margin-bottom: 20px;
}
.cart-card .form-check.grid-formcheck .form-check-input {
  top: 8px;
}
.cart-card .form-check.grid-formcheck .form-check-input:checked ~ .form-check-label .icon svg {
  fill: #d73700;
}
.cart-card .form-check.grid-formcheck .form-check-label {
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
  cursor: pointer;
}
.cart-card .form-check.grid-formcheck .form-check-label .icon svg {
  width: 40px;
  fill: rgba(0, 172, 215, 0.2);
}
.cart-card .form-check.grid-formcheck .form-check-label .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cart-card .form-check.grid-formcheck .form-check-label .text .name {
  font-size: 14px;
  font-weight: 600;
  color: #656667;
  margin-bottom: 5px;
}
.cart-card .form-check.grid-formcheck .form-check-label .text .desc {
  font-size: 12px;
  font-weight: 600;
  color: #b0b0b0;
}
.cart-card .wallet {
  font-size: 16px;
  font-weight: 400;
  color: #656667;
  padding-right: 80px;
}
.cart-card .wallet strong {
  font-size: 18px;
  color: #202122;
  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 #ddd;
  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: #d73700;
}
.cart-card .discount-code .btn-accept {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  border: none;
  font-size: 14px;
  padding: 5px 10px;
  background-color: #d73700;
  color: white;
  border-radius: 8px;
}
.cart-card .discount-code .btn-accept:hover, .cart-card .discount-code .btn-accept:focus {
  background-color: #00acd7;
}
.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;
}

.empty-box {
  text-align: center;
  padding: 40px 0;
}
.empty-box .thumb {
  width: 90px;
  margin: 0 auto;
}
.empty-box .thumb img {
  width: 100%;
}
.empty-box .thumb .fi {
  font-size: 72px;
  color: #7f7f7f;
}
.empty-box h6 {
  margin: 10px 0 0 0;
  color: #656667;
  margin-bottom: 20px;
}

.address-info {
  padding-right: 40px;
  user-select: none;
}
.address-info ul li {
  margin: 5px 0;
  color: #202122;
  font-weight: 400;
  font-size: 14px;
}
.address-info ul li span {
  color: #656667;
}
.address-info ul li span .fi {
  font-size: 17px;
  margin-left: 10px;
  position: relative;
  top: 3px;
  color: #b0b0b0;
}

#choose-address .address-info {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 8px;
  padding: 8px 40px 8px 8px;
  cursor: pointer;
  position: relative;
}
#choose-address .address-info::before {
  content: "\f2e0";
  font-family: "uicons-solid-straight";
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #d73700;
  display: none;
}
#choose-address .address-info:last-child {
  margin-bottom: none;
}
#choose-address .address-info.active {
  border-color: #d73700;
}
#choose-address .address-info.active::before {
  display: block;
}

.factor-content .section-inner {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  width: 650px;
  border: 1px solid #ddd;
  margin: 170px auto 80px auto;
}
.factor-content.success .factore-header h2 {
  color: #9ed251;
}
.factor-content.success .factore-header .thumb {
  background-image: url(../images/icons/shopping-cart-success.svg);
}
.factor-content.error .factore-header h2 {
  color: #ef4444;
}
.factor-content.error .factore-header .thumb {
  background-image: url(../images/icons/shopping-cart-error.svg);
}
.factor-content .factore-header {
  border-radius: 8px;
  padding: 20px 15px;
  text-align: center;
}
.factor-content .factore-header h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: normal;
}
.factor-content .factore-header .thumb {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-size: 100%;
  margin-bottom: 1rem;
}
.factor-content .list {
  margin-top: 2rem;
}
.factor-content .list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
  z-index: 1;
}
.factor-content .list li::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 100%;
  border: 1px dashed #ddd;
  z-index: -1;
}
.factor-content .list li span {
  font-size: 14px;
  display: block;
  background-color: white;
}
.factor-content .list li .title {
  font-weight: 400;
  color: #656667;
  padding-left: 10px;
}
.factor-content .list li .desc {
  font-weight: 500;
  color: #202122;
  padding-right: 10px;
}
.factor-content .list li .error {
  color: #ef4444;
}
.factor-content .list li .success {
  color: #d73700;
}
.factor-content .list li .toman {
  margin-right: 3px;
}
.factor-content .button-group {
  margin-top: 2rem;
  text-align: center;
}
.factor-content .button-group .btn {
  min-width: 170px;
}

@media (max-width: 1199px) {
  .cart-card .discount-code {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cart-details-content {
    margin-top: 120px;
  }
  .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: 10px 0 0 0;
  }
  .cart-level ul {
    width: 600px;
  }
  .factor-content .section-inner {
    margin-top: 120px;
  }
}
@media (max-width: 768px) {
  .cart-details-content {
    margin-top: 110px;
  }
  .cart-details-content .checkout-list .product-item .data .info-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .cart-details-content .checkout-list .product-item .data .info-inner .price-content {
    text-align: right;
    margin-top: 15px;
  }
  .factor-content .section-inner {
    margin-top: 110px;
    width: 100%;
  }
  .cart-level ul {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .cart-details-content .checkout-list .product-item {
    grid-template-columns: 100px auto;
  }
  .cart-details-content .checkout-list .product-item .data {
    padding-right: 10px;
    margin-top: 5px;
  }
  .cart-details-content .checkout-list .product-item .data .name {
    font-size: 13px;
    margin-bottom: 0.8rem;
    -webkit-line-clamp: 2;
    line-height: 21px;
  }
  .cart-details-content .checkout-list .product-item .data .property-list .color {
    margin-bottom: 5px;
  }
  .cart-details-content .checkout-list .product-item .data .property-list .color .circle {
    width: 14px;
    height: 14px;
  }
  .cart-details-content .checkout-list .product-item .data .property-list .color .desc {
    font-size: 12px;
  }
  .cart-details-content .checkout-list .product-item .data .info-inner .price-content.discount h2 {
    font-size: 14px;
  }
  .cart-details-content .checkout-list .product-item .data .info-inner .price-content.discount h2 span {
    font-size: 12px;
  }
  .cart-details-content .checkout-list .product-item .data .info-inner .price-content h3 {
    font-size: 16px;
  }
  .cart-details-content .checkout-list .product-item .data .info-inner .price-content h3 span {
    font-size: 13px;
  }
  .cart-details-content .cart-collapse .collapse-inner .discount-code .inputgroup {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .cart-details-content .cart-collapse .collapse-inner .discount-code .inputgroup .input {
    width: 100%;
  }
  .cart-details-content .cart-collapse .collapse-inner .discount-code .inputgroup .btn-default {
    width: 100%;
    margin-top: 1.2rem;
  }
  .factor-content .button-group .btn {
    width: 100%;
    margin: 5px 0;
  }
}
/*#endregion -------------- Cart */
/*#region ----------------- User Profile */
.user-dashboard-section {
  margin: 150px 0 80px 0;
}
.user-dashboard-section .grid-layout {
  display: grid;
  grid-template-columns: 320px calc(100% - 320px);
}
.user-dashboard-section .grid-user-menu {
  transition: all 0.2s ease-in-out;
}
.user-dashboard-section .grid-user-menu .grid-inner {
  border-radius: 15px;
  position: sticky;
  top: 120px;
  background-color: #f0f3f5;
}
.user-dashboard-section .grid-main {
  padding-right: 20px;
}
.user-dashboard-section .grid-main .grid-inner {
  border-radius: 15px;
  border: 1px solid #ddd;
}
.user-dashboard-section .user-image {
  padding: 20px 15px 10px 15px;
  display: grid;
  grid-template-columns: 60px auto;
  align-items: center;
}
.user-dashboard-section .user-image .img-inner {
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}
.user-dashboard-section .user-image .img-inner img {
  width: 100%;
}
.user-dashboard-section .user-image .user-name {
  padding-right: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #656667;
}
.user-dashboard-section .wallet {
  padding: 10px 15px 20px 15px;
  text-align: left;
}
.user-dashboard-section .wallet .inner {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
  border-radius: 8px;
}
.user-dashboard-section .wallet .inner h6 {
  margin-bottom: 0;
  font-size: 14px;
  color: #202122;
}
.user-dashboard-section .wallet .inner .money {
  font-size: 16px;
  font-weight: 600;
  color: #d73700;
}
.user-dashboard-section .wallet .inner .money span {
  font-size: 13px;
  color: #d73700;
  margin-right: 5px;
}
.user-dashboard-section .wallet .btn-wallet {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
  color: #00acd7;
}
.user-dashboard-section .wallet .btn-wallet .fi {
  margin-left: 5px;
  position: relative;
  top: 3px;
  font-size: 16px;
}
.user-dashboard-section .user-menu {
  padding: 12px;
  position: relative;
  border-top: 1px solid #ddd;
}
.user-dashboard-section .user-menu .btn-collape,
.user-dashboard-section .user-menu .sub-btn-collape {
  font-size: 16px;
  font-weight: 400;
  color: #202122;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 30px;
  position: relative;
  width: 100%;
  transition: all 0.2s ease-in;
  border-radius: 10px;
}
.user-dashboard-section .user-menu .btn-collape .fi,
.user-dashboard-section .user-menu .sub-btn-collape .fi {
  font-size: 20px;
  margin-left: 10px;
  color: #656667;
  transition: all 0.2s ease-in;
}
.user-dashboard-section .user-menu .btn-collape.dropdown::before,
.user-dashboard-section .user-menu .sub-btn-collape.dropdown::before {
  content: "\f10d";
  font-family: "uicons-regular-straight";
  position: absolute;
  top: 10px;
  left: 5px;
  font-size: 12px;
  color: #b0b0b0;
  transform: rotate(0deg);
}
.user-dashboard-section .user-menu .btn-collape.collapsed.dropdown::before,
.user-dashboard-section .user-menu .sub-btn-collape.collapsed.dropdown::before {
  transform: rotate(90deg);
}
.user-dashboard-section .user-menu .btn-collape:hover,
.user-dashboard-section .user-menu .sub-btn-collape:hover {
  color: #d73700 !important;
}
.user-dashboard-section .user-menu .btn-collape:hover .fi,
.user-dashboard-section .user-menu .sub-btn-collape:hover .fi {
  color: #d73700;
}
.user-dashboard-section .user-menu .btn-collape::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 60%;
  border-radius: 5px 0 0 5px;
  background-color: transparent;
  transform: translateY(-50%);
}
.user-dashboard-section .user-menu .sub-menu-list {
  background-color: rgba(101, 102, 103, 0.1);
  padding: 10px 20px 10px 10px;
  border-radius: 10px;
}
.user-dashboard-section .user-menu .sub-menu-list .btn-collape {
  color: #656667;
}
.user-dashboard-section .user-menu .menu-item {
  position: relative;
}
.user-dashboard-section .user-menu .menu-item.active .btn-collape {
  color: #d73700 !important;
  background-color: rgba(215, 55, 0, 0.1);
  font-weight: 400;
}
.user-dashboard-section .user-menu .menu-item.active .btn-collape::before {
  background-color: #d73700;
}
.user-dashboard-section .user-menu .menu-item.active .btn-collape .fi {
  color: #d73700;
}
.user-dashboard-section .main-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  position: relative;
  margin-top: 0;
}
.user-dashboard-section .main-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ddd;
}
.user-dashboard-section .main-title .title-inner {
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
  position: relative;
}
.user-dashboard-section .main-title .icon {
  width: 40px;
  height: 40px;
  background: rgba(215, 55, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d73700;
  font-size: 18px;
}
.user-dashboard-section .main-title h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 20px;
  text-align: right;
}
.user-dashboard-section .main-title .buttons-group .btn-primary {
  background: #fff;
  border: 1px solid #ddd;
  color: #656667;
  min-width: unset;
}
.user-dashboard-section .main-title .buttons-group .btn-primary:hover {
  background: #fff !important;
  border-color: #d73700 !important;
  color: #d73700;
}
.user-dashboard-section .main-title .buttons-group .btn-primary.btn-fill {
  background: #d73700;
  color: white;
  border: none;
}
.user-dashboard-section .main-title .buttons-group .btn-primary.btn-fill:hover, .user-dashboard-section .main-title .buttons-group .btn-primary.btn-fill:focus {
  background: #fedfd5 !important;
  color: white;
}
.user-dashboard-section .main-title .buttons-group .btn-primary-outline {
  border-color: #b0b0b0;
  color: #656667;
}
.user-dashboard-section .main-body {
  padding: 20px 20px 40px 20px;
}
.user-dashboard-section .btns-action-main {
  text-align: center;
  margin-top: 2rem;
}
.user-dashboard-section .products-carousel {
  margin: 1.5rem 0;
}

.btn-usermenu {
  background-color: white;
  display: none;
  grid-template-columns: 48px auto;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1.6px 3.6px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px;
  cursor: pointer;
}
.btn-usermenu .icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(215, 55, 0, 0.1);
  color: #d73700;
  border-radius: 50%;
}
.btn-usermenu .text {
  padding-right: 10px;
}
.btn-usermenu .text h4 {
  margin-bottom: 0;
  color: #202122;
  font-size: 16px;
}
.btn-usermenu .text p {
  margin-bottom: 0;
  font-size: 14px;
  color: #656667;
}

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

.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;
}

.hello-msg {
  border-right: 5px solid #00acd7;
  padding-right: 20px;
}
.hello-msg h5 {
  font-size: 16px;
  margin-bottom: 2px;
  color: #202122;
}
.hello-msg p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #656667;
}

.big-buttons-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1.5rem 0;
}

.card-big-btn {
  flex: 0 0 50%;
  width: 50%;
}
.card-big-btn:first-child {
  padding-left: 10px;
}
.card-big-btn:first-child .card-inner {
  background: #d73700;
}
.card-big-btn:first-child:hover .card-inner {
  box-shadow: 0 6px 30px rgba(215, 55, 0, 0.4);
}
.card-big-btn:last-child {
  padding-right: 10px;
}
.card-big-btn:last-child .card-inner {
  background: #00acd7;
}
.card-big-btn:last-child:hover .card-inner {
  box-shadow: 0 6px 30px rgba(0, 172, 215, 0.4);
}
.card-big-btn .card-inner {
  padding: 20px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 80px auto;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.card-big-btn .thumb {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.card-big-btn .info {
  padding: 0 10px 0 40px;
}
.card-big-btn .info h5 {
  font-size: 18px;
  margin-bottom: 5px;
  color: white;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-big-btn .info p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  color: white;
}
.card-big-btn .icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  color: white;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-status {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.user-status .card-status {
  flex: 1 0 33.33%;
  width: 33.33%;
}

.card-status {
  padding: 5px;
}
.card-status:first-child {
  padding-right: 0;
}
.card-status:last-child {
  padding-left: 0;
}
.card-status .card-inner {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px 10px 10px 10px;
}
.card-status .thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-status .thumb img {
  width: 100%;
}
.card-status .thumb .fi {
  font-size: 34px;
}
.card-status .thumb.color-progress {
  background-color: rgba(0, 172, 215, 0.1);
}
.card-status .thumb.color-progress .fi {
  color: #00acd7;
}
.card-status .thumb.color-success {
  background-color: rgba(158, 210, 81, 0.1);
}
.card-status .thumb.color-success .fi {
  color: #9ed251;
}
.card-status .thumb.color-return {
  background-color: rgba(255, 216, 0, 0.1);
}
.card-status .thumb.color-return .fi {
  color: #ffd800;
}
.card-status .info {
  margin-top: 20px;
  text-align: center;
}
.card-status .info h6 {
  color: #656667;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-status .info h3 {
  color: #202122;
  margin-bottom: 0;
}

.factore-details {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 15px;
}
.factore-details ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.factore-details ul li {
  flex: 1 0 50%;
  width: 50%;
  margin: 6px 0;
  font-size: 15px;
  font-weight: 400;
  color: #656667;
}
.factore-details ul li span {
  color: #202122;
  margin-left: 5px;
  font-weight: 500;
}
.factore-details ul li span.waiting {
  background-color: rgba(0, 172, 215, 0.1);
  color: #00acd7;
  padding: 4px 10px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid #00acd7;
}
.factore-details ul li span.payment {
  background-color: rgba(14, 165, 233, 0.1);
  color: #0ea5e9;
  padding: 4px 10px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid #0ea5e9;
}
.factore-details ul li span.error {
  background-color: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  padding: 4px 10px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid #ef4444;
}
.factore-details ul li span.success {
  background-color: rgba(34, 197, 94, 0.1);
  color: #22c55e;
  padding: 4px 10px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid #22c55e;
}
.factore-details.have-border {
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: white;
}

.notepad {
  margin-top: 2rem;
}
.notepad .notepad-inner {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
}
.notepad .empty-notepad {
  text-align: center;
  padding: 10px 0 0 0;
}
.notepad .empty-notepad .fi {
  font-size: 34px;
  color: #b0b0b0;
}
.notepad .empty-notepad h6 {
  color: #656667;
  font-weight: 400;
  font-size: 14px;
}

.card-address {
  margin-bottom: 10px;
  user-select: none;
  position: relative;
}
.card-address .card-inner {
  display: grid;
  grid-template-columns: 40px auto;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 10px;
  cursor: pointer;
}
.card-address .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: white;
  background-color: white;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.card-address .info-list {
  padding-left: 35px;
}
.card-address .info-list li {
  font-size: 14px;
  font-weight: 400;
  color: #202122;
  margin: 4px 0;
}
.card-address .info-list li span {
  color: #656667;
  margin-left: 5px;
}
.card-address .info-list li .fi {
  margin-left: 5px;
  font-size: 16px;
  color: #b0b0b0;
  position: relative;
  top: 3px;
}
.card-address .dropdown {
  position: absolute;
  left: 10px;
  top: 10px;
}
.card-address .dropdown .btn-dropdown {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  color: #b0b0b0;
  border: 1px solid #ddd;
  padding: 2px;
  font-size: 20px;
}
.card-address .dropdown .dropdown-menu {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1.6px 3.6px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px;
  padding: 8px 5px;
  border-radius: 10px;
}
.card-address .dropdown .dropdown-menu .dropdown-item {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  color: #202122;
  border-radius: 8px;
}
.card-address .dropdown .dropdown-menu .dropdown-item .fi {
  color: #b0b0b0;
  font-size: 18px;
  position: relative;
  padding-left: 10px;
  top: 4px;
}
.card-address .dropdown .dropdown-menu .dropdown-item:hover, .card-address .dropdown .dropdown-menu .dropdown-item:focus {
  background: #d73700;
  color: white;
}
.card-address .dropdown .dropdown-menu .dropdown-item:hover .fi, .card-address .dropdown .dropdown-menu .dropdown-item:focus .fi {
  color: rgba(255, 255, 255, 0.7);
}
.card-address.active .card-inner {
  border-color: #d73700;
}
.card-address.active .icon {
  background: #d73700;
  border: none;
}
.card-address.active .dropdown .btn-dropdown {
  border-color: #d73700;
  background-color: rgba(215, 55, 0, 0.15);
  color: #d73700;
}

.table thead th {
  font-size: 14px;
}
.table tbody td {
  font-size: 14px;
  font-weight: 400;
}

.card-ticket-info {
  margin-bottom: 12px;
}
.card-ticket-info .card-inner {
  border: 1px solid #ddd;
  border-radius: 12px;
}
.card-ticket-info .info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 12px;
}
.card-ticket-info .info li {
  flex: 1 0 50%;
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  color: #656667;
  margin: 5px 0;
}
.card-ticket-info .info li span {
  color: #202122;
  margin-right: 5px;
  border-radius: 50px;
}
.card-ticket-info .info li span.success {
  background-color: #22c55e;
  padding: 3px 8px;
  color: white;
}
.card-ticket-info .info li span.info {
  background-color: #0ea5e9;
  padding: 3px 8px;
  color: white;
}
.card-ticket-info .info li span.error {
  background-color: #ef4444;
  padding: 3px 8px;
  color: white;
}
.card-ticket-info .info li span.warning {
  background-color: #ffd800;
  padding: 3px 8px;
}
.card-ticket-info .c-footer {
  padding: 10px;
  text-align: left;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.card-ticket-info .btn-action {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 400;
  color: #656667;
  border: 1px solid transparent;
  margin-right: 5px;
}
.card-ticket-info .btn-action.bg-primary {
  background-color: #d73700 !important;
  color: white;
}
.card-ticket-info .btn-action.bg-primary:hover, .card-ticket-info .btn-action.bg-primary:focus {
  background-color: rgb(68.3137254902%, 17.4756041952%, 0%) !important;
  color: white;
}
.card-ticket-info .btn-action.bg-primary-outline {
  background-color: white;
  border-color: #d73700;
  color: #d73700;
}
.card-ticket-info .btn-action.bg-primary-outline:hover, .card-ticket-info .btn-action.bg-primary-outline:focus {
  background-color: rgba(215, 55, 0, 0.2);
  color: #d73700;
}
.card-ticket-info .btn-action.bg-secondary {
  background-color: #00acd7 !important;
  color: white;
}
.card-ticket-info .btn-action.bg-secondary:hover, .card-ticket-info .btn-action.bg-secondary:focus {
  background-color: rgb(0%, 54.6509803922%, 68.3137254902%) !important;
  color: white;
}
.card-ticket-info .btn-action.bg-secondary-outline {
  background-color: white;
  border-color: #00acd7;
  color: #00acd7;
}
.card-ticket-info .btn-action.bg-secondary-outline:hover, .card-ticket-info .btn-action.bg-secondary-outline:focus {
  background-color: rgba(0, 172, 215, 0.2);
  color: #00acd7;
}

.card-ticket {
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 20px;
}
.card-ticket h6 {
  font-size: 16px;
  font-weight: 600;
  color: #202122;
  margin-bottom: 10px;
}
.card-ticket .date {
  color: #b0b0b0;
  font-size: 14px;
  font-weight: 400;
}
.card-ticket .text {
  margin: 10px 0;
}
.card-ticket .text p {
  font-size: 14px;
  font-weight: 400;
  color: #656667;
}
.card-ticket .reply {
  background-color: rgba(215, 55, 0, 0.1);
  padding: 20px;
  border-radius: 12px;
}
.card-ticket .reply h6 {
  color: #d73700;
}
.card-ticket .btns-action {
  text-align: left;
}

@media (max-width: 1400px) {
  .user-dashboard-section .products-list .card-course .img-container {
    height: 170px;
  }
}
@media (max-width: 1199px) {
  .user-dashboard-section .grid-layout {
    grid-template-columns: 280px calc(100% - 280px);
  }
  .user-dashboard-section .products-list .card-course,
  .user-dashboard-section .products-list .card-teacher {
    flex: 0 0 50%;
    width: 50%;
  }
  .card-big-btn .card-inner {
    grid-template-columns: 60px auto;
    padding: 15px;
  }
  .card-big-btn .thumb {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
  .card-big-btn .info {
    padding-left: 30px;
  }
  .card-big-btn .info h5 {
    font-size: 16px;
  }
  .card-big-btn .icon {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
  .card-status .info h3 {
    font-size: 1.5rem;
  }
  .card-ticket-info .info li {
    flex: 1 0 100%;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .user-dashboard-section {
    margin: 100px 0 50px 0;
  }
  .user-dashboard-section .grid-layout {
    grid-template-columns: 100%;
  }
  .user-dashboard-section .grid-user-menu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    z-index: 1999;
  }
  .user-dashboard-section .grid-user-menu .grid-inner {
    position: relative;
    top: 0;
    z-index: 2000;
    height: 100%;
    overflow-y: auto;
    transition: all 0.3s;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 0 15px 15px 0;
    border: none;
    background-color: white;
  }
  .user-dashboard-section .grid-user-menu.active {
    left: 0;
  }
  .user-dashboard-section .grid-main {
    padding: 0;
  }
  .user-dashboard-section .main-title .icon {
    display: none;
  }
  .user-dashboard-section .main-title .title-inner {
    grid-template-columns: 100%;
  }
  .user-dashboard-section .main-title .title-inner h3 {
    margin: 0;
    text-align: center;
  }
  .user-dashboard-section .main-title .buttons-group {
    text-align: left;
  }
  .user-dashboard-section .main-body {
    border-radius: 0 0 10px 10px;
    padding: 15px;
  }
  .user-dashboard-section .wallet .inner {
    background-color: #f0f3f5;
  }
  .btn-closeprofileMenu {
    display: flex;
  }
  .btn-usermenu {
    display: grid;
  }
  .card-ticket-info .info li {
    flex: 1 0 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .user-dashboard-section {
    margin-top: 90px;
  }
  .user-dashboard-section .products-list .card-course {
    flex: 0 0 50%;
    width: 50%;
  }
  .user-dashboard-section .main-title h3 {
    font-size: 16px;
  }
  .user-dashboard-section .main-title .buttons-group .btn {
    font-size: 13px;
  }
  .card-status .thumb {
    width: 70px;
    height: 70px;
  }
  .card-status .info h6 {
    font-size: 13px;
  }
  .card-status .info h3 {
    font-size: 1.4rem;
  }
  .card-ticket-info .info li {
    flex: 1 0 100%;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .user-dashboard-section .main-title {
    margin-bottom: 0;
    grid-template-columns: 44px auto 44px;
  }
  .user-dashboard-section .main-title .buttons-group .btn {
    width: 44px;
    height: 44px;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .user-dashboard-section .main-title .buttons-group .btn span {
    display: none;
  }
  .user-dashboard-section .main-title .buttons-group .btn .fi {
    position: relative;
    right: unset;
    top: unset;
    left: unset;
    font-size: 24px;
    line-height: 0 !important;
    margin: 0;
  }
  .big-buttons-group {
    margin: 1rem 0;
  }
  .big-buttons-group .card-big-btn {
    flex: 1 0 100%;
    width: 100%;
    padding: 8px 0;
  }
  .user-status .card-status {
    flex: 1 0 50%;
    width: 50%;
    padding-bottom: 10px;
  }
  .user-status .card-status:nth-child(2) {
    padding-left: 0;
  }
  .user-status .card-status:last-child {
    padding-right: 0;
  }
  .card-status .thumb {
    width: 60px;
    height: 60px;
  }
  .card-status .info h6 {
    font-size: 12px;
  }
  .card-status .info h3 {
    font-size: 1.2rem;
  }
  .factore-details ul li {
    flex: 1 0 100%;
    width: 100%;
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .user-dashboard-section .grid-user-menu {
    width: 100%;
    right: -400px;
  }
  .user-dashboard-section .grid-user-menu .grid-inner {
    border-radius: 0;
  }
}
/*#endregion -------------- User Profile */
/*#region ----------------- Master Page */
.master-page {
  margin: 20px 0 100px 0;
}
.master-page .master-inner {
  background-color: white;
  border-radius: 15px;
  padding: 30px 40px;
  position: relative;
  box-shadow: 0 3px 25px -3px rgba(0, 0, 0, 0.1);
}
.master-page .master-inner .title {
  font-size: 20px;
  font-weight: 700;
  color: #202122;
  position: relative;
}
.master-page .master-inner .title .mdi {
  font-size: 28px;
  margin-left: 10px;
  color: #d73700;
  position: relative;
  top: 3px;
}
.master-page .master-inner .desc {
  font-size: 16px;
  font-weight: 400;
  color: #656667;
  margin-bottom: 20px;
  line-height: 27px;
  text-align: justify;
  padding-right: 35px;
}
.master-page .master-inner .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.master-page .master-inner .social-list li {
  margin: 0 5px;
}
.master-page .master-inner .social-list li a {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b0b0b0;
  transition: all 0.2s ease;
}
.master-page .master-inner .social-list li a .mdi {
  font-size: 30px;
  line-height: 0;
  position: relative;
  top: 2px;
}
.master-page .master-inner .social-list li a:hover {
  background-color: #d73700;
  color: white;
  transition: all 0.2s ease;
}
.master-page .master-inner hr {
  border: 1px solid #ddd;
  margin: 2rem 0;
}
.master-page .contact-form {
  margin-top: 2rem;
}
.master-page .contact-form h2 {
  font-size: 18px;
  color: #202122;
  text-align: center;
}
.master-page .contact-form .form-inner {
  width: 80%;
  margin: 0 auto;
}
.master-page .section-inner {
  border: 1px solid #ddd;
  background-color: white;
  border-radius: 30px;
  padding: 50px;
}
.master-page .text-content p {
  font-size: 16px;
  font-weight: 400;
  color: #656667;
  margin-bottom: 16px;
  line-height: 27px;
  text-align: justify;
}
.master-page .image-content .img-inner {
  width: 800px;
  margin: 0 auto;
}
.master-page .image-content .img-inner img {
  width: 100%;
  border-radius: 15px;
}
.master-page .social-icons ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.master-page .social-icons ul li {
  margin: 5px;
}
.master-page .social-icons ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 50%;
  background-color: rgba(0, 172, 215, 0.1);
  color: #00acd7;
  width: 48px;
  height: 48px;
  transition: all 0.3s ease-in-out;
}
.master-page .social-icons ul li a:hover {
  background-color: #00acd7;
  color: white;
}

.card-contact {
  margin-bottom: 20px;
}
.card-contact .card-inner {
  background-color: #f0f3f5;
  border-radius: 15px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
.card-contact .icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background-color: #d73700;
  color: white;
}
.card-contact .info {
  margin-top: 12px;
  text-align: center;
}
.card-contact .info h4 {
  margin-bottom: 20px;
  font-size: 16px;
}
.card-contact .info p {
  font-size: 14px;
  color: #656667;
}
.card-contact .info ul li a {
  display: block;
  padding: 5px;
  font-size: 14px;
  color: #d73700 !important;
}

@media (max-width: 992px) {
  .master-page .contact-form .form-inner {
    width: 100%;
  }
  .master-page .section-inner {
    padding: 40px;
  }
  .master-page .image-content .img-inner {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .master-page .section-inner {
    padding: 30px;
  }
  .card-contact .card-inner {
    min-height: unset;
  }
}
@media (max-width: 575px) {
  .master-page .section-inner {
    padding: 20px;
  }
}
/*#endregion -------------- Master Page */
/*#region ----------------- 404 */
.page-not-found-content {
  width: 100%;
  height: 100vh;
}
.page-not-found-content .page-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.page-not-found-content .page-inner .image {
  width: 100%;
  text-align: center;
}
.page-not-found-content .page-inner .image img {
  width: 400px;
  margin: 0 auto;
}
.page-not-found-content .page-inner h2 {
  margin: 2rem 0;
  font-size: 16px;
  font-weight: 600;
  color: #202122;
}

.repair-page {
  position: relative;
  padding: 12rem 0 4rem 0;
}
.repair-page .thumb {
  width: 400px;
  margin: 0 auto 1rem auto;
}
.repair-page .thumb img {
  width: 100%;
}
.repair-page h6 {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .repair-page {
    padding-top: 8rem;
  }
}
@media (max-width: 768px) {
  .repair-page .thumb {
    width: 90%;
  }
}
@media (max-width: 575px) {
  .page-not-found-content .page-inner .image {
    width: 100%;
    padding: 0 3rem;
  }
  .page-not-found-content .page-inner .image img {
    width: 100%;
  }
}
/*#endregion -------------- 404 */
/*#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: "\f89d";
  color: #ffd800;
  transition: all 0.25s;
  font-family: "uicons-solid-straight";
}
.star-rating-content .input-star.star-5:checked ~ .label-star:before {
  color: #00acd7;
  text-shadow: 0 0 20px #00acd7;
}
.star-rating-content .label-star {
  float: right;
  padding: 6px;
  font-size: 28px;
  color: #ffd800;
  transition: all 0.2s;
}
.star-rating-content .label-star::before {
  content: "\f89d";
  font-family: "uicons-regular-straight";
}
.star-rating-content .label-star:hover {
  transform: rotate(-15deg) scale(1.3);
}

/*#endregion -------------- Star Rating */
/*#region ----------------- Page Header */
.page-header {
  margin: 120px 0 0 0;
  position: relative;
}
.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/page-header-pattern.svg);
  background-repeat: repeat;
  background-size: 500px;
  background-position: top center;
}
.page-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(240, 243, 245, 0.7), #fff);
}
.page-header .header-inner {
  border-radius: 20px;
  padding: 5rem 3rem;
  position: relative;
}
.page-header .header-inner h1 {
  text-align: center;
  font-size: 2.2rem;
  color: #202122;
  position: relative;
  z-index: 10;
}

@media (max-width: 992px) {
  .page-header {
    margin-top: 80px;
  }
  .page-header .header-inner h1 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .page-header {
    margin-top: 70px;
  }
  .page-header .header-inner h1 {
    font-size: 1.7rem;
  }
}
@media (max-width: 575px) {
  .page-header .header-inner {
    padding: 4rem 1rem;
  }
  .page-header .header-inner h1 {
    font-size: 1.5rem;
  }
}
/*#endregion -------------- Page Header */
.alert {
  border-radius: 10px;
  border-right: 4px solid transparent;
  padding: 8px;
}
.alert.alert-success {
  border-color: #22c55e;
  background-color: rgba(34, 197, 94, 0.2);
}
.alert.alert-success .icon {
  background-color: #22c55e;
  color: white;
}
.alert.alert-error {
  border-color: #ef4444;
  background-color: rgba(239, 68, 68, 0.2);
}
.alert.alert-error .icon {
  background-color: #ef4444;
  color: white;
}
.alert.alert-info {
  border-color: #0ea5e9;
  background-color: rgba(14, 165, 233, 0.2);
}
.alert.alert-info .icon {
  background-color: #0ea5e9;
  color: white;
}
.alert.alert-warning {
  border-color: #ffd800;
  background-color: rgba(255, 216, 0, 0.2);
}
.alert.alert-warning .icon {
  background-color: #ffd800;
}
.alert .alert-inner {
  display: grid;
  grid-template-columns: 48px auto;
  align-items: center;
}
.alert .alert-inner p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0 10px 0 40px;
}
.alert .icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 50%;
}
.alert .btn-close:hover, .alert .btn-close:focus {
  box-shadow: none;
}

.snackbar-content {
  display: none;
  min-width: 400px;
  color: #202122;
  position: fixed;
  z-index: 2000;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
}
.snackbar-content.show {
  display: flex;
  animation: fadeinBottom 0.5s, fadeoutBottom 0.5s 3.5s;
}
.snackbar-content .inner {
  display: grid;
  grid-template-columns: 70px auto;
  align-items: center;
  position: relative;
  width: 100%;
  background-color: white;
  border-radius: 15px;
}
.snackbar-content .icon {
  width: 70px;
  height: 100%;
  border-radius: 0 15px 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
}
.snackbar-content .text {
  padding: 10px 0 10px 40px;
}
.snackbar-content .text p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #202122;
  padding-right: 10px;
}
.snackbar-content .close-toastMessage {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 16px;
  color: #b0b0b0;
  background-color: transparent;
  border: none;
}
.snackbar-content.success .icon {
  background-color: #22c55e;
}
.snackbar-content.error .icon {
  background-color: #ef4444;
}
.snackbar-content.warning .icon {
  background-color: #ffd800;
}

@keyframes fadeinBottom {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadeoutBottom {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeinTop {
  from {
    top: 30px;
    opacity: 0;
  }
  to {
    top: 80px;
    opacity: 1;
  }
}
@keyframes fadeoutTop {
  from {
    top: 80px;
    opacity: 1;
  }
  to {
    top: 30px;
    opacity: 0;
  }
}
@media (max-width: 640px) {
  .snackbar-content {
    width: 90%;
    min-width: unset;
  }
}
@media (max-width: 768px) {
  .snackbar-content {
    bottom: unset;
    top: 80px;
  }
  .snackbar-content.show {
    display: flex;
    animation: fadeinTop 0.5s, fadeoutTop 0.5s 3.5s;
  }
  .snackbar-content .inner {
    grid-template-columns: 55px auto;
  }
  .snackbar-content .icon {
    width: 55px;
    font-size: 20px;
  }
}
/*#region ----------------- Loading */
.mini-loading {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mini-loading.fix-height {
  height: 160px;
}
.mini-loading .load-content {
  border: 4px solid #f0f3f5;
  border-radius: 50%;
  border-top: 4px solid #d73700;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}
.mini-loading h6 {
  font-size: 14px;
  margin: 10px 0 0 0;
  color: #202122;
}
.mini-loading.active {
  display: flex;
}

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

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 400px) {
  .loading-wrapper .loading {
    width: 80%;
  }
  .loading-wrapper .thumb {
    width: 140px;
  }
}
/*#endregion -------------- Loading */
/*#region ----------------- FAQs */
.faqs-list-section {
  margin: 0 auto 80px auto;
  width: 900px;
}
.faqs-list-section .faqs-list {
  margin-top: 30px;
}
.faqs-list-section .collapse-item {
  margin-top: 12px;
}
.faqs-list-section .collapse-item .btn-collapse {
  height: unset;
  padding: 15px 20px 15px 50px;
  border-radius: 15px 15px 0 0;
  background-color: #f0f3f5;
}
.faqs-list-section .collapse-item .btn-collapse .title {
  font-size: 16px;
}
.faqs-list-section .collapse-item .btn-collapse .icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #d73700;
}
.faqs-list-section .collapse-item .btn-collapse .icon .fi {
  line-height: 0 !important;
}
.faqs-list-section .collapse-item .btn-collapse.collapsed {
  border-radius: 15px;
}
.faqs-list-section .collapse-item .card {
  border: 1px solid #ddd;
  border-radius: 0 0 15px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #656667;
}
.faqs-list-section .collapse-item .card a {
  display: inline-block;
}
.faqs-list-section.type-2 {
  width: 100%;
  margin: 80px 0;
}

.card-faq {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 15px;
  margin: 10px 0;
}
.card-faq .thumb {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.card-faq .thumb img {
  width: 100%;
}
.card-faq .info {
  margin-top: 10px;
  text-align: center;
}
.card-faq .info h3 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #202122;
}

@media (max-width: 992px) {
  .faqs-list-section {
    width: 100%;
  }
  .card-faq .thumb {
    width: 70px;
    height: 70px;
  }
  .card-faq .info h3 {
    font-size: 14px;
  }
}
/*#endregion -------------- FAQs */
/*#region ----------------- Factor */
button {
  font-family: IRANYEKAN !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: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% 30%;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}

.factor-wrapper .factor-content .grid-layout .grid-buyer .info-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  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 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  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: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 25% 25% 25%;
  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 */
/*#region ----------------- Blogs */
.blog-home .row > * {
  padding: 0 8px;
}

.card-blog {
  margin-bottom: 20px;
}
.card-blog .card-inner {
  box-shadow: 0 5px 20px -1px rgba(16, 16, 21, 0.06);
  border-radius: 15px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.card-blog .thumb img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.card-blog .info {
  padding: 12px;
}
.card-blog .info .date {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #656667;
  margin-bottom: 12px;
}
.card-blog .info .date .fi {
  margin-left: 5px;
  font-size: 16px;
}
.card-blog .info .name {
  font-size: 16px;
  font-weight: 600;
  color: #202122;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 56px;
}
.card-blog .info p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
  line-height: 22px;
  color: #202122;
}
.card-blog .btns-action {
  text-align: left;
}
.card-blog .btns-action .btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
}
.card-blog .btns-action .btn:hover, .card-blog .btns-action .btn:focus {
  background-color: white !important;
  border-color: #00acd7 !important;
  color: #00acd7 !important;
}
.card-blog .btns-action .btn .fi {
  top: 8px;
  font-size: 20px;
}
.card-blog:hover .card-inner {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1.6px 3.6px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px;
  border-color: white;
}
.card-blog:hover .info .name {
  color: #00acd7;
}
.card-blog:hover .btns-action .btn {
  background-color: #00acd7;
  color: white;
}
.card-blog.type-row .card-inner {
  display: grid;
  grid-template-columns: 302px auto;
  box-shadow: none;
  border: 1px solid #ddd;
}
.card-blog.type-row .info {
  padding-right: 15px;
}
.card-blog.type-row .info .name {
  height: unset;
  -webkit-line-clamp: 1;
}

.card-mini-blog {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  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: #202122;
  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: #656667;
}
.card-mini-blog .date .fi {
  margin-left: 5px;
  font-size: 14px;
}
.card-mini-blog:hover .name {
  color: #d73700;
}

.blog-list-section {
  margin: 160px 0 100px 0;
}
.blog-list-section .side-blog {
  position: sticky;
  top: 130px;
}
.blog-list-section .side-title {
  font-size: 18px;
  font-weight: 600;
  color: #202122;
  margin-bottom: 15px;
}
.blog-list-section .main-title {
  margin-bottom: 20px;
}
.blog-list-section .main-title h2 {
  font-size: 20px;
  font-weight: 600;
  color: #202122;
}
.blog-list-section .main-title p {
  font-size: 14px;
}
.blog-list-section .articles {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 15px;
}
.blog-list-section .tags {
  margin-top: 20px;
}
.blog-list-section .tags ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.blog-list-section .tags ul li {
  margin: 5px 0 5px 5px;
  background-color: #f0f3f5;
  border-radius: 20rem;
  font-size: 14px;
  color: #202122;
  padding: 5px 10px;
}

.blog-details {
  padding-left: 20px;
}
.blog-details .details-inner {
  background-color: white;
  box-shadow: 0 5px 20px -1px rgba(16, 16, 21, 0.06);
  padding: 1.5rem;
  border-radius: 15px;
}
.blog-details .blog-thumb img {
  width: 100%;
  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: #656667;
}
.blog-details .status-info li .fi {
  margin-left: 5px;
  font-size: 16px;
  color: #b0b0b0;
}
.blog-details .information {
  margin-top: 1.5rem;
}
.blog-details .mini-desc {
  background-color: rgba(0, 172, 215, 0.1);
  color: #00acd7;
  padding: 20px;
  border-right: 5px solid #00acd7;
  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: #202122;
  margin: 16px 0;
}
.blog-details .description h2 {
  font-size: 20px;
  font-weight: 600;
  color: #202122;
  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: #202122;
  margin: 16px 0;
}
.blog-details .description p {
  font-size: 16px;
  text-align: justify;
  font-weight: 400;
  color: #656667;
  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: #656667;
}
.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: #f0f3f5;
  padding: 20px;
  border-radius: 15px;
}
.blog-details .sourse h6 {
  font-size: 16px;
  font-weight: 600;
  color: #202122;
}
.blog-details .sourse a {
  color: #d73700;
}

.commects-section {
  border: 1px solid #ddd;
  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 #ddd;
  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: #656667;
}
.commects-section .comments-title h4 span {
  margin-right: 10px;
  font-size: 16px;
  color: #656667;
}
.commects-section .user-comments {
  padding-right: 0;
  border: none;
}
.commects-section .user-comments .comments-inner {
  margin-top: 2rem;
}

@media (max-width: 1199px) {
  .card-blog .info .name {
    font-size: 14px;
    line-height: 24px;
  }
  .card-blog.type-row .card-inner {
    grid-template-columns: 232px auto;
  }
  .card-blog.type-row .info p {
    display: none;
  }
  .card-blog.type-row .btns-action {
    margin-top: 10px;
  }
  .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) {
  .blog-list-section {
    margin-top: 100px;
  }
  .blog-list-section .side-blog {
    margin-top: 30px;
  }
  .blog-details {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .card-blog .info .date {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .card-blog .info .date .fi {
    font-size: 14px;
  }
  .card-blog .info .name {
    font-size: 13px;
    line-height: 22px;
  }
  .card-blog.type-row .card-inner {
    grid-template-columns: 100%;
  }
  .card-blog.type-row .info {
    padding-right: 15px;
  }
  .card-blog.type-row .info .name {
    -webkit-line-clamp: 2;
  }
  .card-blog.type-row .info p {
    display: none;
  }
}
/*#endregion -------------- Blogs */
/*#region ----------------- Landing Category */
.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: #d73700;
  border-radius: 15px;
  padding: 20px 20px 0 20px;
  display: block;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.card-price .card-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/pattern-wavy-lines-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.1;
}
.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: #d73700;
  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(100%, 25.8148654811%, 0.3137254902%);
}
.card-price:hover .arrow {
  background-color: rgb(100%, 25.8148654811%, 0.3137254902%);
}

.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-primary {
  background-color: rgba(215, 55, 0, 0.1);
}
.special-offers-countdown.color-primary {
  background-color: rgba(215, 55, 0, 0.1);
}
.special-offers-countdown.color-primary .offers-header .title h2 {
  background-color: #d73700;
}
.special-offers-countdown.color-primary .countdown-content .countdown-timer .box-time {
  background-color: #d73700;
}
.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: #656667;
  box-shadow: 0 5px 20px -1px rgba(16, 16, 21, 0.06);
}
.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;
}

.baners-section {
  margin: 50px 0;
}
.baners-section .baner {
  margin: 10px 0;
}
.baners-section .baner a {
  display: block;
}
.baners-section .baner img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.card-property {
  display: grid;
  grid-template-columns: 70px 1fr;
  margin-bottom: 30px;
}
.card-property .icon {
  width: 70px;
  height: 70px;
  background-color: #d73700;
  border-radius: 50%;
  box-shadow: 0 5px 35px rgba(215, 55, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 30px;
}
.card-property .info {
  padding-right: 10px;
}
.card-property .info .title {
  font-size: 18px;
}
.card-property .info .desc {
  font-size: 14px;
  font-weight: 400;
  color: #656667;
  margin-bottom: 0;
  text-align: justify;
}

@media (max-width: 1199px) {
  .category-price .grid-layout .grid-item {
    flex: 1 0 33.33%;
    width: 33.33%;
  }
}
@media (max-width: 992px) {
  .card-property {
    display: grid;
    grid-template-columns: 60px 1fr;
  }
  .card-property .icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .card-property .info {
    padding-right: 10px;
  }
  .card-property .info .title {
    font-size: 16px;
  }
  .card-property .info .desc {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .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;
  }
  .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: #d73700;
  }
  .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;
  }
  .card-property {
    display: grid;
    grid-template-columns: 50px 1fr;
  }
  .card-property .icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .card-property .info {
    padding-right: 8px;
  }
  .card-property .info .title {
    font-size: 14px;
  }
  .card-property .info .desc {
    font-size: 11px;
  }
}
@media (max-width: 575px) {
  .card-price h3 {
    font-size: 14px;
  }
  .card-price h3 strong {
    font-size: 18px;
  }
  .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;
  }
  .baners-section {
    margin: 30px 0;
  }
}
/*#endregion -------------- Landing Category */
/*#region ----------------- Homepage */
.top-promo-banner {
  width: 100%;
  height: 70px;
  overflow: hidden;
  background-color: #00bfd6;
  flex-shrink: 0;
}
.top-promo-banner a {
  display: block;
  width: 100%;
  height: 70px;
}
.top-promo-banner img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  display: block;
}
.top-promo-banner picture {
  display: block;
  width: 100%;
  height: 70px;
}

.site-header-wrap {
  width: 100%;
  z-index: 1040;
}

body.has-top-promo .myNavbar {
  transition: top 0.2s ease;
}
body.has-top-promo .home-swiper-section {
  margin-top: 8px;
}

@media (min-width: 992px) {
  body.has-top-promo .top-promo-banner {
    position: sticky;
    top: 0;
    z-index: 1051;
  }
  body.has-top-promo .myNavbar {
    top: 70px;
  }
  body.has-top-promo .myNavbar .nav-bottom.is-fixed {
    top: 106px;
  }
}
.banner-section .banner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.banner-section .banner-grid .item {
  margin-bottom: 0;
}
.banner-section .banner-grid .item a {
  display: block;
  overflow: visible;
  border-radius: 15px;
  /* aspect-ratio: 2/1; */
  background: #f3f4f5;
}
.banner-section .banner-grid .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 15px;
}

@media (min-width: 992px) {
  .banner-section .banner-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .banner-section .banner-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.wide-banner-section {
  margin: 2rem 0 3.5rem;
}
.wide-banner-section .wide-banner-inner a {
  display: block;
}
.wide-banner-section .wide-banner-inner img {
  width: 100%;
  border-radius: 15px;
  display: block;
}

.special-offers-mobile {
  display: none;
  margin: 1.5rem 0;
}
.special-offers-mobile .mobile-offers-header {
  background-color: #d73700;
  border-radius: 12px 12px 0 0;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.special-offers-mobile .mobile-offers-header h2 {
  font-size: 16px;
  font-weight: 700;
  color: white;
  margin: 0;
  flex-shrink: 0;
}
.special-offers-mobile .mobile-offers-header .countdown-timer {
  flex-shrink: 1;
  min-width: 0;
}
.special-offers-mobile .mobile-offers-header .countdown-timer p {
  display: none;
}
.special-offers-mobile .mobile-offers-header .countdown-timer .timer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
  gap: 2px;
}
.special-offers-mobile .mobile-offers-header .countdown-timer .timer-sep {
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 0 1px;
}
.special-offers-mobile .mobile-offers-header .countdown-timer .box-time {
  background-color: white;
  border-radius: 6px;
  padding: 2px 4px;
  min-width: 28px;
  text-align: center;
}
.special-offers-mobile .mobile-offers-header .countdown-timer .box-time h6 {
  font-size: 12px;
  font-weight: 700;
  color: #d73700;
  margin: 0;
}
.special-offers-mobile .mobile-offers-header .countdown-timer .box-time span {
  display: none;
}
.special-offers-mobile .mobile-offers-body {
  background-color: white;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 12px 12px;
  padding: 12px 0 12px 12px;
}
.special-offers-mobile .swiper-amazing-mobile {
  overflow: hidden;
}
.special-offers-mobile .swiper-amazing-mobile .swiper-slide {
  width: 152px;
  height: auto;
}
.special-offers-mobile .swiper-amazing-mobile .card-product {
  height: 100%;
}
.special-offers-mobile .swiper-amazing-mobile .card-product .card-inner {
  border: none;
  box-shadow: none;
  padding: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
}
.special-offers-mobile .swiper-amazing-mobile .card-product .thumb {
  height: 128px;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 16px;
  background-color: white;
}
.special-offers-mobile .swiper-amazing-mobile .card-product .thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
.special-offers-mobile .swiper-amazing-mobile .card-product .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 0;
}
.special-offers-mobile .swiper-amazing-mobile .card-product .thumb .percentage {
  z-index: 2;
  border-radius: 16px 0 12px 0;
}
.special-offers-mobile .swiper-amazing-mobile .card-product .info {
  padding: 8px 8px 10px;
  position: relative;
  z-index: 1;
  background-color: white;
}
.special-offers-mobile .swiper-amazing-mobile .card-product .info h2.name,
.special-offers-mobile .swiper-amazing-mobile .card-product .info .name {
  margin: 0 0 6px;
}
.special-offers-mobile .swiper-amazing-mobile .card-product .info h2.name a,
.special-offers-mobile .swiper-amazing-mobile .card-product .info .name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  min-height: 36px;
  max-height: 36px;
  font-weight: 500;
}
.special-offers-mobile .swiper-amazing-mobile .card-product .price-content {
  height: auto;
  min-height: 0;
  margin-top: 2px;
  overflow: visible;
  align-items: flex-start;
}
.special-offers-mobile .swiper-amazing-mobile .card-product .price-content h2,
.special-offers-mobile .swiper-amazing-mobile .card-product .price-content h3 {
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.special-offers-mobile .swiper-amazing-mobile .card-product .price-content h2 span,
.special-offers-mobile .swiper-amazing-mobile .card-product .price-content h3 span {
  font-size: 10px;
}
.special-offers-mobile .swiper-amazing-mobile .card-product .price-content h3 {
  font-size: 13px;
  font-weight: 700;
}
.special-offers-mobile .swiper-amazing-mobile .card-product .percentage {
  font-size: 11px;
  padding: 2px 6px;
}

@media (max-width: 991px) {
  .site-header-wrap {
    position: static;
  }
  .top-promo-banner {
    position: relative;
  }
  body.has-top-promo .myNavbar {
    top: 70px;
  }
  body.has-top-promo .shop-stories-bar {
    margin-top: 68px;
  }
  body.has-top-promo:not(.has-shop-stories) .home-swiper-section {
    margin-top: 124px;
  }
}
@media (max-width: 768px) {
  .top-promo-banner {
    height: auto;
  }
  .top-promo-banner a,
  .top-promo-banner picture,
  .top-promo-banner img {
    height: auto;
    max-height: 72px;
    object-fit: contain;
  }
  .home-swiper-section .carousel-inner {
    padding: 0 12px;
  }
  .home-swiper-section .swiper-index {
    overflow: visible;
  }
  .home-swiper-section .swiper-index .swiper-button-prev,
  .home-swiper-section .swiper-index .swiper-button-next {
    display: none !important;
  }
  .home-swiper-section .swiper-index .swiper-slide .item a img {
    border-radius: 16px;
  }
  .special-offers-desktop {
    display: none !important;
  }
  .special-offers-mobile {
    display: block;
    padding: 0 12px;
  }
  .wide-banner-section {
    margin: 1.5rem 0 2rem;
    padding: 0 12px;
  }
  .wide-banner-section .wide-banner-inner img {
    border-radius: 12px;
  }
  .banner-section .banner-grid {
    gap: 8px;
  }
  .banner-section .banner-grid .item {
    margin-bottom: 0;
  }
  .banner-section .banner-grid .item a {
    aspect-ratio: unset;
    border-radius: 12px;
    overflow: hidden;
    background: transparent;
  }
  .banner-section .banner-grid .item img {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: unset;
    border-radius: 12px;
    display: block;
  }
}
@media (min-width: 769px) {
  .special-offers-mobile {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .category-index-content .category-inner {
    gap: 0;
  }
  .category-index-content .category-inner .item {
    padding: 0 2px;
    margin-bottom: 0.5rem;
  }
  .category-index-content .category-inner .item .icon {
    width: 95px;
    height: 95px;
  }
  .category-index-content .category-inner .item .name {
    font-size: 10px;
    line-height: 16px;
  }
  .banner-section .banner-grid .item a {
    aspect-ratio: unset;
  }
  .banner-section .banner-grid .item img {
    height: auto;
    min-height: 0;
    object-fit: unset;
    border-radius: 12px;
  }
}
@media (max-width: 400px) {
  .category-index-content .category-inner .item .icon {
    width: 88px;
    height: 88px;
  }
}
/*#endregion -------------- Homepage */
