@charset "UTF-8";
@font-face {
  src: url("../fonts/FFShamelFamilySansOneBook.eot");
  src: url("../fonts/FFShamelFamilySansOneBook.eot") format("embedded-opentype"), url("../fonts/FFShamelFamilySansOneBook.woff2") format("woff2"), url("../fonts/FFShamelFamilySansOneBook.woff") format("woff"), url("../fonts/FFShamelFamilySansOneBook.ttf") format("truetype"), url("../fonts/FFShamelFamilySansOneBook.svg#FFShamelFamilySansOneBook") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/.eot");
  src: url("../fonts/.eot") format("embedded-opentype"), url("../fonts/.woff2") format("woff2"), url("../fonts/.woff") format("woff"), url("../fonts/.ttf") format("truetype"), url("../fonts/.svg#") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.h50 {
  height: 50px;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #EAA61D;
}

.border {
  border-color: #F2F2F2 !important;
}

.mb11 {
  margin-bottom: 11px;
}

.mt11 {
  margin-top: 11px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb36 {
  margin-bottom: 36px;
}

.mb24 {
  margin-bottom: 24px;
}

.mt24 {
  margin-top: 24px;
}

.mt36 {
  margin-top: 36px;
}

.p80 {
  padding: 80px;
}

.py-10 {
  padding-block: 10px;
}




.rounded-7 {
  border-radius: 7px;
}

.w-max {
  width: max-content !important;
}

.btn {
  border-radius: 7px !important;
}

.btn-red {
  background-color: #FF0000;
  color: #E8F1FC;
  padding: 13px 20px;
  line-height: normal;
  border-radius: 7px;
}
.btn-red i {
  margin-inline-end: 7px;
}
.btn-red:hover {
  background-color: #05172E;
  color: #E8F1FC;
}

.btn-blue {
  background-color: #EAA61D;
  color: #E8F1FC;
  padding: 9px 20px;
  line-height: normal;
}
.btn-blue:hover {
  background-color: #05172E;
  color: #E8F1FC;
}

.btn-gray {
  background-color: #B3B3B3;
  color: #E8F1FC;
  padding: 9px 20px;
  line-height: normal;
}
.btn-gray:hover {
  background-color: #05172E;
  color: #E8F1FC;
}

.bg-blue {
  background-color: #EAA61D;
}

.hover-bg-blue:hover {
  background-color: #EAA61D !important;
}

.bg-orange {
  background-color: #EAA61D;
}

.hover-bg-orange:hover {
  background-color: #EAA61D !important;
}

.bg-dark {
  background-color: #05172E;
}

.hover-bg-dark:hover {
  background-color: #05172E !important;
}

.bg-white-fade {
  background-color: #E8F1FC;
}

.hover-bg-white-fade:hover {
  background-color: #E8F1FC !important;
}

.bg-red {
  background-color: #FF0000;
}

.hover-bg-red:hover {
  background-color: #FF0000 !important;
}

.text-red {
  color: #FF0000;
}

.hover-red:hover {
  color: #FF0000 !important;
}

.text-white-fade {
  color: #E8F1FC;
}

.text-blue {
  color: #EAA61D;
}

.hover-blue:hover {
  color: #EAA61D !important;
}

.hover-orange:hover {
  color: #EAA61D !important;
}

.hover-dark:hover {
  color: #05172E !important;
}

.text-orange {
  color: #EAA61D;
}

.text-dark {
  color: #05172E !important;
}

.text-gray {
  color: #B3B3B3 !important;
}

.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz48 {
  font-size: 48px;
}

.fz72 {
  font-size: 72px;
}

a {
  text-decoration: none;
}




a {
  transition: 0.3s;
}

.top-nav {
  gap: 30px;
  align-items: center;
}
.top-nav a {
  color: #E8F1FC;
  font-size: 14px;
  display: flex;
  gap: 9px;
  align-items: baseline;
}
.top-nav a:hover {
  color: #05172E;
}

.top-bar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.top-bar-wrapper .top-notice {
  width: 50%;
}
.top-bar-wrapper .top-notice a {
  color: #E8F1FC;
}
.top-bar-wrapper .top-notice a:hover {
  color: #05172E;
}

.language-selector a {
  color: #E8F1FC;
  font-size: 14px;

  display: flex;
  align-items: baseline;
  gap: 7px;
}
.language-selector a:hover {
  color: #05172E;
}

header {
  background: rgba(5, 23, 46, 0.9);
  position: sticky;
  z-index: 20;
  top: -1px;
  inset-inline: 0;
  width: 100%;
  transition: 0.3s;
}
header.inner-header {
  position: sticky;
}
header .top-bar {
  margin-top: 0;
  transition: 0.3s;
}

header.fixed-header .header-content {
  padding-block: 10px;
}
header.fixed-header .top-bar {
  transition: 0.3s;
  margin-top: calc(var(--top-bar-height) * -1);
}

.navigation {
  transition: 0.3s;
}

.header-content {
  display: flex;
  align-items: center;
  gap: 100px;
  justify-content: space-between;
  padding-block: 1rem;
}

.logo {
  display: flex;
}
.logo img {
  width: 66px;
}

.logo img {
  transition: 0.3s;
}

.main-menu {
  gap: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.main-menu .special-list-item a {
  box-shadow: inset 0 0 0 1px #E8F1FC;
  padding: 7px 14px;
  border-radius: 7px;
}
.main-menu .special-list-item a:hover {
  background: #EAA61D;
  color: #fff !important;
}

.main-menu a:not(.sub-menu a) {
  font-size: 16px;
  color: #E8F1FC;
  text-align: center;
  text-transform: capitalize;
  transition: 0.3s;
  position: relative;
}

.main-menu a:not(.sub-menu a):hover {
  text-decoration: none;
  color: #EAA61D;
}

.menu-item-has-children {
  position: relative;
  padding: 10px 0;
}

.menu-item-has-children .item-anchor {
  column-gap: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.dropdown-link {
  position: relative;
}

.menu-item-has-children .item-anchor::after, .dropdown-link::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  color: #E8F1FC;
  transition: 0.3s;
}

.menu-item-has-children:hover .item-anchor {
  color: #EAA61D;
}

.menu-item-has-children:hover .item-anchor::after {
  color: #EAA61D;
  transition: 0.3s;
}

.menu-item-has-children:hover > .sub-menu, .dropdown-link:hover > .sub-menu {
  transform: translateY(0) translateX(-50%);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-item-has-children .sub-menu, .dropdown-link .sub-menu {
  width: 180px;
  box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 8px 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 12;
  pointer-events: none;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateY(30px) translateX(-50%);
  padding: 12px;
  transition: 0.3s;
  list-style: none;
  border-radius: 5px;
}

.menu-item-has-children .sub-menu li, .dropdown-link .sub-menu li {
  text-align: center;
  transition: 0.3s;
}

.menu-item-has-children .sub-menu li a:hover, .dropdown-link .sub-menu li a:hover {
  color: #EAA61D;
}

.menu-item-has-children .sub-menu a, .dropdown-link .sub-menu a {
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #05172E;
  text-align: center;
  justify-content: center;
  font-weight: 400;
  display: flex;
  width: 100%;
}

.open-nav {
  inset-inline-start: -100%;
}

.user-helpers-icons {
  display: flex;
  align-items: center;
  gap: 30px;
}
.user-helpers-icons a {
  display: inline-flex;
  color: #E8F1FC;
  position: relative;
}
.user-helpers-icons a i {
  font-size: 25px;
  font-weight: 300;
}
.user-helpers-icons a span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FFF3E5;
  box-shadow: inset 0 0 0 2px white;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 11px;
  color: #EAA61D;
  position: absolute;
  top: -13px;
  inset-inline-start: -5px;
  line-height: 2.2;
}
.user-helpers-icons a:hover {
  color: #EAA61D;
}
.user-helpers-icons a:hover i {
  font-weight: 700;
}
.user-helpers-icons .dropdown-link:after {
  margin-inline-start: 4px;
}
.user-helpers-icons .dropdown-link:hover > a {
  color: #EAA61D;
}
.user-helpers-icons .dropdown-link:hover > a i {
  font-weight: 700;
}
.user-helpers-icons .user-avatar {
  margin: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.user-helpers-icons .user-avatar img {
  border-radius: 50%;
}

.no-arrow:after {
  display: none;
}

.notifications-wrapper {
  width: auto;
  min-width: 220px;
}

.notification-options > i {
  color: #B3B3B3 !important;
}
.notification-options .sub-menu {
  background: #F7F9FB;
  padding: 7px 0;
  box-shadow: none;
  width: 120px;
}
.notification-options .sub-menu li {
  border-bottom: 1px solid #ccc;
  line-height: 2;
  font-size: 13px;
  color: #05172E !important;
}
.notification-options .sub-menu li:hover {
  color: #EAA61D !important;
}
.notification-options .sub-menu li:last-child {
  border-bottom: 0;
}

.single-notification {
  border-bottom: 1px solid #f6f6f6;
}
.single-notification .fa-bell {
  font-size: 20px;
}
.single-notification .notification-title {
  font-size: 14px;
  color: #05172E;
}
.single-notification:last-child {
  border-bottom: 0;
}
.single-notification:hover a, .single-notification:hover .notification-title {
  color: #EAA61D;
}

.hero-slider {
  position: relative;
}
.hero-slider .swiper-slide {
  position: relative;
  max-height: 100vh;
}
.hero-slider .swiper-slide img {
  width: 100%;
}
.hero-slider .swiper-slide .slider-text {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #E8F1FC;
  z-index: 1;
  width: 100%;
}
.hero-slider .swiper-slide .slider-text .hero-title {
  font-size: 20px;
  margin-bottom: 28px;
}
.hero-slider .swiper-slide .slider-text .hero-subtitle {
  font-size: 72px;
  font-weight: bold;

}
.hero-slider .swiper-slide:after {
  content: "";
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #1A283D 100%);
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.hero-slider .swiper-pagination-bullet {
  background-color: #E8F1FC;
  opacity: 1;
  width: 19px;
  height: 19px;
  z-index: 2;
}
.hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EAA61D;
}
.hero-slider .swiper-pagination {
  bottom: 0;
  top: 80%;
}

.hero-search {
  margin-top: -75px;
  margin-bottom: 75px;
  position: relative;
  z-index: 1;
}
.hero-search .hero-search-form {
  padding: 50px 120px;
  border-radius: 7px;
  border: 3px solid rgba(204, 204, 204, 0);
  background: var(--natural-white, #FFF);
  box-shadow: 0px 21px 46px 0px rgba(212, 212, 212, 0.1);
}

.select2-selection--single {
  padding: 10px 10px 10px 16px !important;
  border-radius: 7px;
  height: auto !important;
  position: relative;
  border: 1px solid #B3B3B3 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  margin-inline-end: 10px !important;
}

.select2-selection__arrow b {
  border: none !important;
  margin: 0 !important;
  color: #B3B3B3;
  position: static !important;
}
.select2-selection__arrow b:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

.select2-container--default .select2-selection--single {
  border-radius: 7px !important;
  border: 1px solid rgba(179, 179, 179, 0.97) !important;
}

.select2-dropdown {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.03);
  background: rgba(255, 255, 255, 0.97);
  overflow: hidden;
  border: 1px solid #F2F2F2 !important;
  border-radius: 7px !important;
}

.select2-container--open .select2-dropdown--above {
  border-radius: 7px !important;
}

.select2-search--dropdown {
  display: block;
  padding: 9px;
}
.select2-search--dropdown input {
  border-radius: 7px !important;
  border-color: #B3B3B3 !important;
  padding: 8px 10px !important;
}

.select2-container--open .select2-dropdown--below {
  margin-top: 5px;
}

.select2-container--open .select2-dropdown--above {
  margin-top: -5px;
}

.select2-search__field {
  outline: none !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #EAA61D;
}

.select2-results__option {
  border-bottom: 1px solid rgba(204, 204, 204, 0.97);
  font-size: 14px;
  line-height: 2;
}
.select2-results__option:last-child {
  border-bottom: 0;
}

.sponsors-slider {
  position: relative;
  margin-top: 40px;
  border-radius: 7px;
  border: 1px solid #D1E3FA;
  background: white;
  padding-block: 1.5rem;
  box-shadow: 0px 21px 46px 0px rgba(212, 212, 212, 0.1);
}
.sponsors-slider .swiper-wrapper {
  align-items: center;
}
.sponsors-slider .swiper-slide {
  text-align: center;
  padding-inline: 20px;
}
.sponsors-slider .swiper-slide img {
  max-width: 100%;
  height: auto;
}
.sponsors-slider .swiper-button-prev {
  inset-inline-end: -50px;
}
.sponsors-slider .swiper-button-next {
  inset-inline-start: -50px;
}
.sponsors-slider .swiper-button-next:hover:after, .sponsors-slider .swiper-button-prev:hover:after {
  color: #EAA61D !important;
}
.sponsors-slider .swiper-button-next:after, .sponsors-slider .swiper-button-prev:after {
  font-size: 18px;
  color: #dddddd;
}
.sponsors-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #E8F1FC;
  opacity: 1;
}
.sponsors-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EAA61D;
}

.fz72.lh-1 {
  margin: 0 0 -20px 0;
}

html:not([dir=rtl]) .swiper-button-prev {
  inset-inline: -50px auto;
}
html:not([dir=rtl]) .swiper-button-next {
  inset-inline: auto -50px;
}
html:not([dir=rtl]) .form-control {
  direction: ltr;
}

.sections {
  margin-top: 340px;
  background: url("../images/sections-bg.png") no-repeat;
  background-size: 100%;
}
.sections .col-lg-6:nth-child(odd) {
  margin-top: -230px;
}
.sections .single-section-wrapper {
  padding: 120px 100px;
  background: #fff;
}
.sections .single-section-wrapper.blue-wrapper {
  background: #E8F1FC;
}
.sections .single-section-wrapper.dark-wrapper {
  background: #05172E;
}
.sections .single-section-wrapper.dark-wrapper .section-title, .sections .single-section-wrapper.dark-wrapper .section-text {
  color: #E8F1FC;
}
.sections .single-section-wrapper img {
  margin-inline: -100px;
  margin-top: 120px;
  width: calc(100% + 180px);
}
.sections .section-title {
  color: #05172E;

  font-size: 20px;
  position: relative;
  padding-inline-start: 40px;
}
.sections .section-title:before {
  content: "";
  width: 4px;
  height: 100%;
  flex-shrink: 0;
  background-color: #EAA61D;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  border-radius: 3px;
}
.sections .section-text {
  color: #05172E;
  margin-top: 23px;
  font-size: 16px;
  padding-inline-start: 40px;
  line-height: 1.8;
  text-align: justify;
}

.about-cashback ul {
  list-style: none;
  padding: 0;
  padding-inline-start: 0.5rem;
  margin: 0;
  counter-reset: items;
}
.about-cashback ul li {
  margin-bottom: 20px;
  counter-increment: items;
  font-size: 16px;
  display: flex;
  gap: 10px;
  line-height: 1.8;
  color: #05172E;
}
.about-cashback ul li:last-child {
  margin-bottom: 0;
}
.about-cashback ul li:before {
  content: "0" counter(items);
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: #EAA61D;
  color: #E8F1FC;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-inline-end: 10px;
}

.why-us {
  margin-top: 20px;
  color: #FFF;
  position: relative;
}
.why-us:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  height: 100%;
  width: 10vw;
  background: #E8F1FC;
}
.why-us::after {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  height: 100%;
  width: 10vw;
  background: #E8F1FC;
}
.why-us .wrapper {
  background-size: cover;
  padding: 130px 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

footer {
  margin-top: 100px;
  padding-top: 3rem;
}
footer.inner-page-footer {
  background: #05172E;
}
footer.inner-page-footer .footer-social a, footer.inner-page-footer .footer-nav a {
  color: #E8F1FC;
}
footer.inner-page-footer .footer-social a:hover, footer.inner-page-footer .footer-nav a:hover {
  color: #EAA61D;
}
footer.inner-page-footer .text-dark {
  color: #E8F1FC !important;
}
footer.inner-page-footer .subscribe-form .btn {
  color: #E8F1FC;
}
footer.inner-page-footer .footer-title {
  color: #EAA61D;
}

.footer-social {
  text-align: center;
}
.footer-social a {
  color: #05172E;
  font-size: 20px;
}
.footer-social a:hover {
  color: #EAA61D;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.footer-nav a {
  color: #05172E;
  font-size: 16px;
}
.footer-nav a:hover {
  color: #EAA61D;
}

.subscribe-form {
  position: relative;
}
.subscribe-form .form-control {
  border-radius: 7px;
  background: #E8F1FC;
  border: none;
  padding: 10px 10px 10px 16px;
  direction: rtl;
  box-shadow: none !important;
}
.subscribe-form .form-control::placeholder {
  color: #05172E;
  font-size: 14px;
}
.subscribe-form .btn {
  position: absolute;
  inset-inline-end: 4px;
  top: 4px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #EAA61D;
  color: #05172E;
  display: flex;
  align-items: center;
  font-size: 20px;
  justify-content: center;
}
.subscribe-form .btn:hover {
  background: #EAA61D;
  color: #E8F1FC;
}

.toTop {
  position: fixed;
  inset-inline-start: 20px;
  bottom: 20px;
  background: #EAA61D;
  color: #E8F1FC;
  width: 40px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: none;
  transition: 0.3s;
}
.toTop:hover {
  background: #EAA61D;
  color: #E8F1FC;
}
.toTop.showToTop {
  opacity: 1;
  visibility: visible;
}

.inner-page-titles {
  background: #E8F1FC;
  padding-block: 100px;
  position: relative;
  overflow: hidden;
}
.inner-page-titles:after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 15px;
  background: #fff;
  position: absolute;
  inset-inline-start: 50%;
  transform: translateX(50%) rotate(45deg);
  bottom: -38px;
  pointer-events: none;
}
.inner-page-titles .btn-cancel {
  background: #F2F2F2;
  color: #B3B3B3;
  border: 1px solid #F00;
  padding: 13px 20px;
}
.inner-page-titles .btn-cancel i {
  margin-inline-end: 8px;
}
.inner-page-titles .btn-cancel:hover {
  background: #F00;
  color: #fff;
}

.cancel-order {
  text-align: end;
  margin-top: -40px;
}

.inner-page-content-wrapper {
  margin-top: 65px;
}

.top-filters {
  margin-bottom: 36px;
}
.top-filters .custom-select, .top-filters .select2 {
  min-width: 200px;
}
.top-filters .select2-selection--single {
  padding-block: 8px !important;
}

.compare-btn {
  border-radius: 7px;
  background: #F2F2F2;
  color: #B3B3B3;
  font-size: 16px;
  padding: 10px 20px;
}
.compare-btn:hover, .compare-btn:active, .compare-btn:focus {
  background: #EAA61D !important;
  color: #E8F1FC !important;
}

.single-product-card {
  box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
  border-radius: 7px;
  background-color: #fff;
  padding: 20px;
  transition: 0.3s;
}
.single-product-card .product-img {
  position: relative;
  margin-bottom: 28px;
  overflow: hidden;
}
.single-product-card .product-img img {
  border-radius: 5px 5px 0px 0px;
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
}
.single-product-card .wishlist-btn {
  position: absolute;
  top: 11px;
  inset-inline-start: 11px;
}
.single-product-card .rate i {
  font-size: 14px;
}
.single-product-card .product-card-options {
  border-top: 1px solid #B3B3B3;
  margin-top: 26px;
  padding-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 5px;
  column-rule: 1px solid #B3B3B3;
  color: #B3B3B3;
}
.single-product-card .product-card-options a {
  color: #B3B3B3;
}
.single-product-card .product-card-options .form-check-label {
  transition: 0.3s;
  cursor: pointer;
}
.single-product-card .product-card-options .single-card-option {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5px;
  position: relative;
  padding-inline-end: 10px;
}
.single-product-card .product-card-options .single-card-option:after {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #B3B3B3;
}
.single-product-card .product-card-options .single-card-option:last-child {
  padding-inline-end: 0px;
}
.single-product-card .product-card-options .single-card-option:last-child:after {
  display: none;
}
.single-product-card .product-card-options .single-card-option:hover {
  color: #EAA61D !important;
}
.single-product-card:hover {
  box-shadow: 0px 1px 20px rgba(12, 12, 13, 0.1);
}

.wishlist-btn {
  background: #E8F1FC;
  border-radius: 5px;
  color: #B3B3B3;
  display: grid;
  place-content: center;
  width: 26px;
  height: 26px;
  border: none;
  transition: 0.3s;
}
.wishlist-btn.active, .wishlist-btn:hover {
  color: #EAA61D;
  background: #D1E3FA;
}
.wishlist-btn.active i, .wishlist-btn:hover i {
  font-weight: 600;
}

.form-check-input {
  border-color: #B3B3B3;
  margin-top: 2px;
  width: 17px;
  height: 17px;
}
.form-check-input.error {
  border-color: #F00;
}

.form-check:has(.error) .form-check-input {
  margin-inline-end: 5px;
}
.form-check:has(.error) .form-check-label {
  color: #F00;
  font-size: 10px;
  line-height: 1.2;
}

.form-check-input:checked {
  background-color: #05172E;
  border-color: #05172E;
}

.form-check-input:focus {
  border-color: #05172E;
  outline: 0;
  box-shadow: none;
}

.form-check-input[type=checkbox] {
  border-radius: 5px;
}

.pagination .page-item .page-link {
  color: #B3B3B3;
  border-radius: 3px;
  border: 1px solid #B3B3B3;
  box-shadow: none !important;
  font-size: 18px;
  display: grid;
  place-content: center;
  padding-bottom: 1px;
}
.pagination .page-item .page-link.active, .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
  background: #05172E;
  color: #E8F1FC;
  border-color: #05172E;
}

.single-filter-option {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 25px;
}
.single-filter-option .filter-title {
  margin-bottom: 15px;
  font-size: 15px;
}
.single-filter-option .filter-options {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-filter-option .filter-options li {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  justify-content: space-between;
}
.single-filter-option .filter-options .form-check-label {
  line-height: 27px;
}

.form-check-label {
  cursor: pointer;
}

div#price_slider {
  margin-top: 50px;
  margin-bottom: 35px;
}

.noUi-tooltip {
  border: none;
  color: #05172E;
  padding: 0;
  font-size: 14px;
}

.noUi-horizontal {
  height: 7px;
  border: 0;
  box-shadow: none;
  background: #eaeaea;
}

.noUi-connect {
  background: #E8F1FC;
}

.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 0;
  background: #EAA61D;
  box-shadow: none;
}
.noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
  display: none;
}

.noUi-horizontal .noUi-handle {
  right: -7px;
  left: auto;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -7px;
  right: auto;
}

.hide-filters, .show-filters {
  display: none;
}

.product-details {
  margin-top: -130px;
  position: relative;
  padding: 10px;
  background: #fff;
  border-radius: 7px;
}
.product-details .product-img {
  margin-bottom: 27px;
}
.product-details .product-img img {
  max-height: 320px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.product-details .wishlist-btn {
  position: absolute;
  top: 24px;
  inset-inline-start: 24px;
}

.offers-rows {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  row-gap: 20px;
}
.offers-rows .single-offer-wrapper {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}

.discuss-form-wrapper {
  border-radius: 7px;
  border: 1px solid #F2F2F2;
  padding: 80px;
}

textarea {
  padding: 1rem !important;
}

.btn.discuss:not(.collapsed), .btn.discuss.disabled, .btn-disabled {
  background: #CCCCCC !important;
  color: #F2F2F2 !important;
}
.btn.discuss:not(.collapsed).btn-disabled, .btn.discuss.disabled.btn-disabled, .btn-disabled.btn-disabled {
  cursor: not-allowed;
}

.inputs-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.inputs-grid .input-group {
  width: 20% !important;
  display: block;
  margin-bottom: 40px;
}
.inputs-grid .form-control {
  width: 100%;
  display: flex;
  border-radius: 7px !important;
  border: 1px solid #B3B3B3;
  padding: 10px !important;
  line-height: 1.625;
  box-shadow: none !important;
}
.inputs-grid .form-control:focus {
  box-shadow: none !important;
}
.inputs-grid .selection, .inputs-grid .select2 {
  display: block !important;
  width: 100% !important;
}
.inputs-grid .select2-selection {
  padding: 9px 10px 9px 16px !important;
}

.form-control:disabled {
  background-color: #F2F2F2;
  color: #B3B3B3;
  border: 2px solid #B3B3B3 !important;
}
.form-control:focus {
  border: 1px solid #EAA61D;
  box-shadow: none;
}
.form-control.error {
  border: 2px solid red !important;
}
.form-control.warning {
  border: 2px solid #FF890B !important;
}
.form-control.success {
  border: 2px solid #1DC062 !important;
}

.select2-container--focus .select2-selection {
  border: 1px solid #EAA61D !important;
}

.select2-container--disabled .select2-selection {
  background-color: #F2F2F2;
  color: #B3B3B3;
  border: 2px solid #B3B3B3 !important;
}

.single-discussion {
  position: relative;
  padding-inline-start: 120px;
  margin-block: 100px;
}
.single-discussion:last-child {
  margin-bottom: 50px;
}
.single-discussion .avatar {
  position: absolute;
  top: -60px;
  inset-inline-start: -10px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 5px solid #CCC;
}
.single-discussion .avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-discussion .inputs-grid {
  justify-content: space-between;
  align-items: end;
  gap: 26px;
}
.single-discussion .inputs-grid .input-group {
  width: 23% !important;
}
.single-discussion.border-blue {
  border: 2px solid #EAA61D;
}
.single-discussion.border-blue .avatar {
  border: 5px solid #EAA61D;
}

.download-attachment i {
  margin-inline-end: 7px;
}

.modal-backdrop {
  background-color: #05172E;
}
.modal-backdrop.show {
  opacity: 0.9;
}

.cancel-order-modal {
  place-content: center;
}
.cancel-order-modal .modal-dialog {
  position: relative;
  background: #E8F1FC;
  border-radius: 9px;
  padding: 90px 150px;
  max-width: 60vw;
  height: auto;
  min-height: auto;
}
.cancel-order-modal .btn-close {
  position: absolute;
  top: -35px;
  color: #fff;
  opacity: 1;
  padding: 0;
  background: none;
  font-size: 30px;
  inset-inline-end: 0;
}
.cancel-order-modal .modal-content {
  background: none;
  border: 0;
}
.cancel-order-modal textarea {
  border-radius: 9px;
  background: #E8F1FC !important;
  border: 1px solid #CCC;
}
.cancel-order-modal.repeat-order-modal .modal-dialog {
  width: 50vw;
  padding: 30px 50px;
}

.reasons-for-rejection {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.reasons-for-rejection .form-check {
  display: inline-flex;
  width: 32%;
}
.reasons-for-rejection .form-check input {
  background: #E8F1FC;
}
.reasons-for-rejection .form-check input:checked {
  border-width: 3px;
}

.single-supplier-card {
  border-radius: 7px;
  border: 1px solid #D1E3FA;
  background: white;
  box-shadow: 0px 21px 46px 0px rgba(212, 212, 212, 0.1);
  padding: 20px 28px 0;
  position: relative;
  height: 100%;
}
.single-supplier-card .product-img {
  margin-bottom: 20px;
  margin-top: 10px;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-supplier-card .product-img .wishlist-btn {
  position: absolute;
  top: 21px;
  inset-inline-start: 21px;
}
.single-supplier-card .product-img a {
  display: grid;
  place-content: center;
}
.single-supplier-card .rate {
  text-align: center;
  margin-bottom: 35px;
}
.single-supplier-card .supplier-info {
  border-bottom: 1px solid #ccc;
  margin-inline: -28px;
  padding-inline: 28px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.single-supplier-card .supplier-info:last-child {
  border: 0;
  margin-bottom: 0;
}

.single-supplier-products-group {
  border-radius: 7px;
  margin-top: 70px;
  background: white;
  box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
}
.single-supplier-products-group .info-head {
  background: #E8F1FC;
  border-radius: 7px 7px 0 0;
  padding: 50px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.single-supplier-products-group:nth-child(even) .info-head {
  background: #F2F2F2;
}

.single-supplier-product {
  padding: 60px 70px 60px;
  border-bottom: 1px solid #F2F2F2;
}
.single-supplier-product .product-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 3px solid #EAA61D;
}
.single-supplier-product .product-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gap-70 {
  gap: 70px;
}

.btn-remove {
  border-radius: 9px;
  background: #F2F2F2;
  border: 0;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #FF0000;
}
.btn-remove:hover {
  background: #FF0000;
  color: #E8F1FC;
}

.quantity-inputs {
  border: 1px solid #B3B3B3;
  flex-wrap: nowrap;
  border-radius: 7px;
  overflow: hidden;
}
.quantity-inputs .btn-number {
  border: 0;
  width: 42px;
  height: 100%;
  line-height: 34px;
  padding: 8px 4px 4px;
  background: #f2f2f2;
  border-radius: 0 !important;
}
.quantity-inputs .input-number {
  border: 0;
  width: 100px;
  text-align: center;
}

.supplier-products-footer {
  border-bottom: 1px solid #F2F2F2;
  padding: 30px 70px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}

.order-btn-wrapper {
  padding: 30px 70px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 16px;
}

.ui-widget .ui-widget {
  font-size: 16px;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {

  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: none;
  padding: 10px;
}

.ui-widget-content {
  border: 1px solid #1E2E42;
  background: #1b9af6;
  color: #E8F1FC;
}

.ui-widget-content a {
  color: #E8F1FC;
}

.ui-widget-header {
  border: none;
  background: #05172e;
  color: #ffffff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  background: #05172e;
  font-weight: bold;
  color: #ffffff;
  border-radius: 5px;
  text-align: center;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #1E2E42;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: none;
  background: none;
  font-weight: bold;
  color: #05172e;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #E8F1FC;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #1B9AF6;
  background: #e8f1fc;
  font-weight: bold;
  color: #05172e;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #1B9AF6;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: none;
  background: #FF890B;
  color: #363636;
}

.ui-state-checked {
  border: 1px solid #FF890B;
  background: #FF890B;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #cd0a0a;
  color: #ffffff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  background-image: none;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 6px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 6px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 6px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 6px;
}

/* Overlays */
.ui-widget-overlay {
  background: #eeeeee;
  opacity: 0.8;
}

.ui-widget-shadow {
  box-shadow: -7px -7px 7px #000000;
}

.datepicker {
  padding: 9px 10px 5px 0;
  font-size: 12px;
  line-height: 18px;
  color: #B3B3B3;
  box-shadow: none !important;
}

html:not([dir=rtl]) .datepicker {
  padding: 9px 0 5px 10px;
}

.colors-filter {
  display: flex;
  gap: 10px;
}
.colors-filter input[type=checkbox] {
  display: none;
}
.colors-filter label {
  width: 22px;
  height: 22px;
  display: inline-flex;
  border-radius: 5px;
  background-color: var(--color);
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1);
  position: relative;
}
.colors-filter label:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  color: #fff;
  transition: 0.3s;
}
.colors-filter label:has(input:checked) {
  background: #EAA61D;
}
.colors-filter label:has(input:checked):before {
  opacity: 1;
}

.orders-table-wrapper td:has(.btn-table-action) {
  background: white;
  border-radius: 7px 0 0 7px;
  border-inline-start: 1px solid #B3B3B3;
}
.orders-table-wrapper .btn-table-action {
  padding-bottom: 0;
}
.orders-table-wrapper .sub-menu a {
  border-bottom: 1px solid #ccc;
  font-size: 14px !important;
  justify-content: start;
}
.orders-table-wrapper .sub-menu a:last-child {
  border-bottom: none;
}
.orders-table-wrapper .sub-menu a:hover {
  color: #EAA61D;
}
.orders-table-wrapper .sub-menu i {
  margin-inline-end: 10px;
}
.orders-table-wrapper tbody, .orders-table-wrapper td, .orders-table-wrapper tfoot, .orders-table-wrapper th, .orders-table-wrapper thead, .orders-table-wrapper tr {
  flex-wrap: wrap;
  gap: 15px;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.orders-table-wrapper table {
  border: none;
  border-collapse: separate;
  border-spacing: 0 15px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.orders-table-wrapper thead {
  margin-bottom: 25px;
}
.orders-table-wrapper thead tr {
  border: none !important;
  box-shadow: none !important;
}
.orders-table-wrapper table tr {
  background-color: transparent;
  box-shadow: 0 0 0 1px #B3B3B3;
  border-radius: 7px;
  margin-bottom: 10px;
}
.orders-table-wrapper table tr.green-row {
  background: #E9F9F0;
  border-color: #39C875;
  box-shadow: 0 0 0 1px #39C875;
}
.orders-table-wrapper table tr.gray-row {
  background: #f9f9f9;
  border-color: #BDBDBD;
  box-shadow: 0 0 0 1px #BDBDBD;
}
.orders-table-wrapper table tr.red-row {
  background: #FFE6E6;
  border-color: #FF0000;
  box-shadow: 0 0 0 1px #FF0000;
}
.orders-table-wrapper table tr.blue-row {
  background: #E8F1FC;
  border-color: #EAA61D;
  box-shadow: 0 0 0 1px #EAA61D;
}
.orders-table-wrapper table tr td:first-child {
  border-radius: 0 7px 7px 0;
}
.orders-table-wrapper table th,
.orders-table-wrapper table td {
  padding: 0.625em 5px;
  text-align: center;
  font-size: 14px;
}
.orders-table-wrapper table th {
  font-size: 16px;

  text-transform: uppercase;
}

html:not([dir=rtl]) .orders-table-wrapper td:has(.btn-table-action) {
  border-radius: 0 7px 7px 0;
  border-inline-end: 1px solid #B3B3B3;
}
html:not([dir=rtl]) .orders-table-wrapper table tr td:first-child {
  border-radius: 7px 0 0 7px;
}

.form-pages-wrapper {
  height: 100%;
  min-height: 100vh;
  place-content: center;
  position: relative;
}
.form-pages-wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 70%;
  height: 100%;
  background: #E8F1FC;
  z-index: -1;
}
.form-pages-wrapper .form-wrapper {
  margin-bottom: 100px;
  margin-top: 100px;
}
.form-pages-wrapper .form-group {
  position: relative;
}
.form-pages-wrapper .form-group .show-password {
  position: absolute;
  border: 0;
  background: transparent;
  padding: 0;
  top: calc(50% + 4px);
  inset-inline-end: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #B3B3B3;
}
.form-pages-wrapper .form-group .show-password:hover {
  color: #EAA61D;
}
.form-pages-wrapper .form-group .show-password.active i:before {
  content: "";
}
.form-pages-wrapper .form-control {
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid #B3B3B3;
  border-radius: 7px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.form-pages-wrapper .form-control::placeholder {
  color: #B3B3B3;
}
.form-pages-wrapper .form-control:focus {
  border-color: #EAA61D;
}
.form-pages-wrapper .form-check-input:not(:checked) {
  background: #E8F1FC;
  font-size: 14px;
  color: #05172E;
}

.login-pages-sponsors .sponsors-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  align-items: center;
  padding-bottom: 20px;
}
.login-pages-sponsors .sponsors-grid img {
  max-width: 70px;
  object-fit: contain;
}

.form-page-img {
  position: relative;
  height: 90vh;
  border-radius: 10px;
  overflow: hidden;
}
.form-page-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.form-page-img .overlay {
  position: absolute;
  top: 20%;
  inset-inline: 0;
  z-index: 1;
}

html[dir=rtl] [type=email], html[dir=rtl] [type=number], html[dir=rtl] [type=tel], html[dir=rtl] [type=url] {
  direction: rtl;
}

.input-file-container {
  position: relative;
}
.input-file-container .input-file-trigger {
  display: block;
  padding: 12px 15px;
  text-align: center;
  background: #EAA61D;
  border-radius: 7px;
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
  cursor: pointer;
}
.input-file-container .input-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  padding: 12px 0;
  cursor: pointer;
}
.input-file-container .input-file:hover + .input-file-trigger,
.input-file-container .input-file:focus + .input-file-trigger,
.input-file-container .input-file-trigger:hover,
.input-file-container .input-file-trigger:focus {
  background: #05172E;
  color: #E8F1FC;
}

.file-return {
  font-style: italic;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  margin: 0;
  color: #999;
}
.file-return:not(:empty) {
  margin: 1em 0 0;
}

#password-strength {
  height: 2px;
  border-radius: 0;
  background: #CCCCCC;
  flex: 1;
}

#password-strength .progress-bar {
  border-radius: 0;
}

#password-strength .bg-danger {
  background-color: #FF0000;
}

#password-strength .bg-warning {
  background-color: #FF890B;
}

#password-strength .bg-success {
  background-color: #1DC062;
}

#password-conditions .password-condition {
  display: flex;
  font-size: 14px;
  color: grey;
}
#password-conditions .password-condition:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  margin-inline-end: 10px;
  color: #FF0000;
}

#password-match-status {
  font-size: 14px;
}
#password-match-status:not(:empty) {
  margin-bottom: 10px;
}

#password-conditions .password-condition.met {
  color: #05172E;
}
#password-conditions .password-condition.met:before {
  content: "";
  color: #1DC062;
}

.form-general-styles .p80 {
  padding: 50px 80px;
}
.form-general-styles .datepicker, .form-general-styles textarea, .form-general-styles .form-control {
  border-radius: 7px !important;
  border: 1px solid rgba(179, 179, 179, 0.97);
  font-size: 16px;
  padding: 12px;
  line-height: 24px;
}

.avatar-container {
  position: relative;
  width: 83px;
  height: 83px;
}
.avatar-container .avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 7px solid #D1E3FA;
  background-color: #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #aaa;
  font-size: 14px;
  font-weight: bold;
}
.avatar-container .camera-icon {
  position: absolute;
  bottom: -8px;
  inset-inline-start: 50%;
  transform: translateX(50%);
  background-color: #1B9AF6;
  color: white;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.avatar-container .delete-icon {
  position: absolute;
  top: 5px;
  inset-inline-end: 5px;
  background-color: red;
  padding: 5px;
  color: white;
  font-size: 10px;
  font-weight: bold;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.avatar-container input[type=file] {
  display: none;
}

.common-box-style {
  border-radius: 7px;
  box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
  padding: 20px 28px 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.common-box-style .head {
  background: #EAA61D;
  margin: -20px -28px 20px;
  border-radius: 7px 7px 0 0;
  padding: 30px 28px;
  color: #E8F1FC;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.common-box-style .slider-arrows {
  position: relative;
  gap: 30px;
  flex-direction: row-reverse;
  display: flex;
}
.common-box-style .slider-arrows .swiper-button-prev, .common-box-style .slider-arrows .swiper-button-next {
  position: static;
  width: auto !important;
  height: auto !important;
  margin: 0;
}
.common-box-style .slider-arrows .swiper-button-prev:after, .common-box-style .slider-arrows .swiper-button-next:after {
  color: #fff !important;
  font-size: 16px;
}

html:not([dir=rtl]) .common-box-style .slider-arrows {
  flex-direction: row;
}

.user-data-slider {
  margin-inline: -30px;
}
.user-data-slider .slide-container {
  padding-inline: 30px;
}

.user-permissions-list {
  margin-inline: -28px;
  background: #F7F9FB;
  padding-bottom: 20px;
  margin-bottom: 0;
  padding-top: 10px;
}
.user-permissions-list .form-check-label {
  line-height: 1.8;
}
.user-permissions-list .form-check-label:not(:has(.form-check-input:checked)) {
  color: #B3B3B3;
}

.single-info-row {
  display: flex;
  color: #05172E;
  gap: 30px;
  font-size: 16px;
  padding: 15px 35px;
  margin-inline: -28px;
}
.single-info-row:nth-child(even) {
  background: #F7F9FB;
}
.single-info-row .info-title {
  flex-shrink: 0;
  min-width: 30%;
}
.single-info-row .info-action {
  margin-inline-start: auto;
}

.info-action a {
  color: #05172E;
  font-size: 20px;
}
.info-action:hover a {
  color: #EAA61D !important;
}

.table-parent .head {
  margin-bottom: 0;
}

.info-table {
  border: none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.info-table.text-start td {
  text-align: start;
}
.info-table tr {
  background-color: #fff;
  border: none;
  padding: 0.35em;
}
.info-table tr:nth-child(even) {
  background-color: #F7F9FB;
}
.info-table th,
.info-table td {
  padding: 18px;
  text-align: center;
}
.info-table th {
  font-size: 0.85em;
  text-transform: uppercase;
  padding: 18px;
  background: #E8F1FC;
}
.info-table tfoot td {
  background: #EAA61D;
  color: #fff;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .info-table {
    border: 0;
  }
  .info-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .info-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .info-table td {
    border-bottom: 1px solid #ddd;
    display: flex;
    font-size: 0.8em;
    justify-content: space-between;
  }
  .info-table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
  }
  .info-table td:last-child {
    border-bottom: 0;
  }
  .info-table tfoot tr td:first-child {
    font-weight: bold;
    justify-content: center;
    font-size: 15px;
  }
}

.balance-table td:before {
  display: none;
}

.group-input input {
  border-color: #B3B3B3;
  min-height: 48px;
  border-radius: 7px;
  font-size: 16px;
  width: max-content;
  min-width: 340px;
}
.group-input .btn {
  margin-inline-start: -10px;
}
@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  .why-us::after, .why-us::before {
    width: 4.5vw;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .reasons-for-rejection .form-check {
    width: 45%;
  }
}
@media only screen and (max-width: 1024px) {
  .header-content {
    gap: 50px;
  }

  .main-menu {
    gap: 20px;
  }

  .main-menu a:not(.sub-menu a) {
    font-size: 14px;
  }

  .notifications-wrapper, .user-helpers {
    left: calc(100% + 50px) !important;
  }

  html:not([dir=rtl]) .notifications-wrapper, html:not([dir=rtl]) .user-helpers {
    left: -100% !important;
  }

  .sponsors-slider .swiper-button-prev {
    inset-inline-end: -30px;
  }

  .sponsors-slider .swiper-button-next {
    inset-inline-start: -30px;
  }

  html:not([dir=rtl]) .swiper-button-prev {
    inset-inline: -30px auto;
  }

  html:not([dir=rtl]) .swiper-button-next {
    inset-inline: auto -30px;
  }

  .sections .single-section-wrapper {
    padding: 60px 50px;
  }

  .sections .single-section-wrapper img {
    width: calc(100% + 130px);
  }

  .fz72, .hero-slider .swiper-slide .slider-text .hero-subtitle {
    font-size: 50px;
  }

  .why-us .wrapper {
    padding: 90px;
  }

  .inner-page-titles {
    padding-block: 60px;
  }

  .fz48 {
    font-size: 35px;
  }

  .top-filters .custom-select, .top-filters .select2 {
    min-width: unset;
  }

  .search-option, .selection {
    width: 100%;
  }

  .inputs-grid .input-group, .single-discussion .inputs-grid .input-group {
    width: 30% !important;
  }

  .offers-rows {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .reasons-for-rejection .form-check {
    width: 100%;
  }

  .cancel-order-modal .modal-dialog {
    padding: 3rem;
    max-width: 70vw;
  }

  .cancel-order-modal .btn-close {
    top: 0;
    color: #000000;
  }

  .single-supplier-products-group .info-head {
    padding: 40px;
    gap: 20px;
  }

  .orders-table-wrapper tbody, .orders-table-wrapper td, .orders-table-wrapper tfoot, .orders-table-wrapper th, .orders-table-wrapper thead, .orders-table-wrapper tr {
    display: flex;
  }

  .orders-table-wrapper table {
    border: 0;
  }
  .orders-table-wrapper td:has(.btn-table-action) {
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-inline: 10px !important;
    border: 1px solid #B3B3B3;
    background: #ffffff66;
  }
  .orders-table-wrapper .sub-menu {
    inset-inline-start: -180%;
  }
  .orders-table-wrapper tbody, .orders-table-wrapper td, .orders-table-wrapper tfoot, .orders-table-wrapper th, .orders-table-wrapper thead, .orders-table-wrapper tr {
    justify-content: space-between;
    padding: 5px;
    margin-bottom: 0 !important;
  }
  .orders-table-wrapper table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .orders-table-wrapper table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
    width: 40%;
  }
  .orders-table-wrapper table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: end;
  }
  .orders-table-wrapper table td::before {
    content: attr(data-label);
    float: inline-start;
    font-weight: bold;
    text-transform: uppercase;
  }
  .orders-table-wrapper table td:nth-last-child(2) {
    border-bottom: 0;
  }

  html[dir=rtl] .orders-table-wrapper .sub-menu {
    inset-inline: auto 300%;
  }
}
@media only screen and (max-width: 768px) {
  .top-bar-wrapper {
    flex-wrap: wrap;
  }

  .top-bar-wrapper .top-notice {
    display: none;
  }

  .logo img {
    width: 36px;
  }

  .user-helpers-icons a i {
    font-size: 20px;
  }

  .hero-slider .swiper-slide .slider-text {
    top: 55%;
    width: 100%;
  }

  .hero-slider .swiper-pagination {
    top: 76%;
  }

  .hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .hero-search .hero-search-form {
    padding: 30px 30px;
  }

  .sections .col-lg-6:nth-child(odd) {
    margin-top: 0;
  }

  .sections {
    padding-block: 4rem;
    margin-top: 5rem;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .sections .single-section-wrapper {
    margin-bottom: 50px;
  }

  .sections .single-section-wrapper img {
    width: 100%;
    margin: 3rem 0 0 !important;
  }

  .about-cashback {
    padding: 4rem;
  }

  .fz72, .hero-slider .swiper-slide .slider-text .hero-subtitle {
    font-size: 40px;
  }

  .fz48 {
    font-size: 30px;
  }

  .top-bar {
    padding-block: 10px !important;
  }

  .top-nav {
    gap: 15px;
  }
  .top-nav a {
    font-size: 11px;
  }

  .language-selector a {
    font-size: 11px;
  }

  .user-helpers-icons {
    gap: 20px;
  }

  .why-us {
    margin-top: 0;
  }

  .filters-col {
    position: fixed;
    inset: 0;
    z-index: 1025;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    background: white;
    overflow-y: auto;
    padding: 2rem 2rem 3rem;
  }
  .filters-col.show {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
  }

  .floating-filters-trigger {
    cursor: pointer;
    position: fixed;
    inset-inline-end: 20px;
    width: auto;
    bottom: 20px;
    z-index: 1026;
    background: #EAA61D;
    color: #E8F1FC;
    padding: 10px;
    line-height: 1;
    border-radius: 8px;
    align-items: baseline;
    gap: 5px;
    justify-content: center;
    font-size: 15px;
    border: none;
    transition: 0.3s;
  }
  .floating-filters-trigger.hide-filters {
    display: none;
  }
  .floating-filters-trigger.show-filters {

  }

  .product-details {
    margin-top: -110px;
  }

  .inputs-grid .input-group {
    width: 100% !important;
    margin-bottom: 0px;
  }

  .order-notes {
    margin-top: 20px;
  }

  .single-discussion .inputs-grid .input-group {
    width: 46% !important;
  }

  .download-attachment {
    margin-top: 6px;
  }

  .cancel-order {
    text-align: center;
    margin-top: 10px;
  }

  .single-supplier-products-group .info-head {
    padding: 20px;
    gap: 10px;
    font-size: 14px;
  }

  .single-supplier-product {
    padding: 30px 30px;
  }
  .single-supplier-product .fz20 {
    font-size: 16px;
  }
  .single-supplier-product .gap-70 {
    gap: 30px;
  }
  .single-supplier-product .quantity-inputs .input-number {
    width: 80px;
  }
  .single-supplier-product .ms-auto {
    margin: 0;
  }

  .supplier-products-footer {
    padding: 30px;
    gap: 20px;
  }

  .order-btn-wrapper {
    padding: 30px;
  }

  .form-pages-wrapper:before {
    width: 100%;
  }

  .form-general-styles .p80 {
    padding: 30px;
  }
  .form-general-styles .btn.ms-auto {
    margin-inline-start: 0 !important;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  footer {
    margin-top: 100px;
    text-align: center;
  }

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

  .hide-mobile {
    display: none;
  }

  .footer-title {
    position: relative;
  }
  .footer-title:after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    position: absolute;
    inset-inline-end: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  .footer-title + div {
    display: none;
  }
  .footer-title.active:after {
    transform: translateY(-50%) rotate(180deg);
    transition: 0.3s;
  }

  .menu-item-has-children .item-anchor::after {
    font-size: 14px;
    transition: 0.3s;
  }

  .menu-item-has-children .item-anchor.icon-rotate::after {
    transform: rotate(180deg);
    transition: 0.3s;
  }

  .menu-item-has-children .sub-menu {
    position: static;
    background-color: unset;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: unset;
    padding: 0;
    display: none;
    transition: none;
    width: 100%;
    padding-top: 12px;
    padding-inline-start: 8px;
  }

  .menu-item-has-children .sub-menu li {
    margin-bottom: 15px;
  }

  .menu-item-has-children .sub-menu li:last-of-type {
    margin-bottom: 0;
  }

  .menu-item-has-children .sub-menu li {
    text-align: start;
  }

  .menu-item-has-children:hover .sub-menu {
    transform: unset;
  }

  .menu-item-has-children .sub-menu a {
    display: inline-block;
    padding: 0;
    width: max-content;
    color: #fff;
  }

  .navigation {
    display: block;
    position: fixed;
    padding: 30px 20px;
    padding-top: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    clip-path: circle(10.9% at 16% 16%);
    background: rgba(5, 23, 46, 0.99);
    z-index: 8;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
  }

  .close-nav-btn {
    background: none;
    border: none;
    position: absolute;
    inset-inline-end: 15px;
    top: 17px;
    font-size: 30px;
    display: flex !important;
    color: #E8F1FC;
  }

  .open-nav-btn {
    background: none;
    border: none;
    display: flex !important;
  }

  .reset-left {
    left: 0;
    top: 0;
    clip-path: circle(139.6% at 9% 15%);
    visibility: visible;
    opacity: 1;
  }

  .main-menu {
    flex-direction: column;
    margin: 65px 0 0 0;
    align-items: flex-start;
    row-gap: 20px;
  }

  .menu-item-has-children {
    width: 100%;
  }

  .main-menu a:not(.sub-menu a) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
  }

  .close-nav-btn {
    display: flex;
  }

  .close-nav-btn .close-icon {
    font-size: 20px;
    color: #000;
  }
}
@media only screen and (max-width: 767px) {
  .header-content {
    flex-wrap: nowrap;
  }

  .menu-item-has-children .sub-menu li a:hover {
    background-color: transparent;
  }

  .menu-item-has-children {
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .w-xs-100 {
    width: 100% !important;
  }

  .user-helpers-icons .user-avatar {
    width: 25px;
    height: 25px;
  }

  header {
    position: static !important;
  }

  .hero-search-form form {
    flex-wrap: wrap;
  }
  .hero-search-form form .btn {
    width: 100%;
  }

  .hero-slider .swiper-slide .slider-text {
    top: 50%;
  }

  .fz72, .hero-slider .swiper-slide .slider-text .hero-subtitle {
    font-size: 25px;
  }

  .hero-slider .swiper-slide .slider-text .hero-title {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .hero-search {
    margin-top: -35px;
    margin-bottom: 40px;
  }

  .fz48 {
    font-size: 20px;
  }

  .fz20 {
    font-size: 15px;
  }

  .fz16 {
    font-size: 14px;
  }

  .fz72.lh-1 {
    margin: 0;
  }

  .sponsors-slider .swiper-button-prev, .sponsors-slider .swiper-button-next {
    display: none;
  }

  .search-option, .select2-results__option {
    font-size: 13px;
  }

  .sections {
    margin-top: 2rem;
  }

  .sections .section-title {
    font-size: 16px;
  }

  .sections .section-text {
    font-size: 14px;
  }

  .about-cashback {
    padding: 2rem;
  }

  .about-cashback ul {
    margin-top: 1rem;
  }
  .about-cashback ul li {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .why-us .wrapper {
    padding: 40px;
  }

  .top-nav a {
    align-items: center;
    line-height: 1.2;
  }

  .header-content {
    padding-block: 10px;
  }

  .top-filters {
    flex-wrap: wrap;
  }

  .search-option, .selection {
    width: 100%;
  }

  .inner-page-content-wrapper {
    margin-top: 35px;
  }

  .compare-btn, .mobile-w-100 {
    margin: 0;
    width: 100%;
    justify-content: center;
  }

  .pagination {
    justify-content: center !important;
  }

  .product-details {
    margin-top: -70px;
  }

  .discuss-form-wrapper, .p80 {
    padding: 30px;
  }

  .single-discussion .avatar {
    inset-inline-start: 50%;
    width: 80px;
    height: 80px;
    transform: translateX(50%);
  }

  .single-discussion .inputs-grid .input-group {
    width: 100% !important;
  }

  .cancel-order-modal .modal-dialog {
    padding: 2rem;
    max-width: 90vw;
    margin: auto;
  }

  .single-supplier-products-group .info-head {
    gap: 20px;
    font-size: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .single-supplier-products-group .info-head .ms-auto {
    margin: 0 !important;
  }

  .single-supplier-product .product-img {
    width: 55px;
    height: 55px;
    border: 2px solid #1B9AF6;
    flex-shrink: 0;
  }
  .single-supplier-product .gap-70 {
    gap: 20px;
    flex-wrap: wrap;
  }
  .single-supplier-product .prices-qty .ms-auto {
    margin: 0 !important;
  }
  .single-supplier-product .prices-qty > div {
    width: 100%;
  }

  .supplier-products-footer {
    padding: 20px;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .orders-table-wrapper table tr {
    width: 100%;
  }
}

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