/**
 * Defines Tajawal-Bold font face.
 *
 * The Tajawal-Bold font is used as the primary font for headings.
 *
 * @type {Object}
 */
@font-face {
  font-family: "Tajawal-Bold";
  src: url(Tajawal.ttf);
  font-weight: 500;
}

:root {
  --primary-color: #f79318;
  --secondary-color: #3d3b3a;
  --safe-bottom: env(safe-area-inset-bottom);
  --safe-top: env(safe-area-inset-top);
  --safe-left: env(safe-area-inset-left);
  --safe-right: env(safe-area-inset-right);
  --Ios-safe-space: 0;
}

body,
html {
  overscroll-behavior: none;
  min-height: 100vh;
}

/* Ios Style only */
@supports (-webkit-touch-callout: none) {
  :root {
    --Ios-safe-space: var(--safe-bottom);
  }
}

.backbtn {
  display: none;
}


@media (min-width: 769px) {
    .d-lg-block {
        display: block !important;
    }
}

@media (max-width: 768px) {
  .homePgHdr {
    display: none;
  }
}

button,
.modalBtnConfirm,
.modalBtnCancel {
  cursor: pointer;
}

.menuFont {
  font-family: "Tajawal-Bold", sans-serif !important;
}

.btn {
  border-radius: 4px;
}

.btn-secondary {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
}

.ec-slide-content .btn-secondary {
  background-color: #000;
}

.ec-header-search form.ec-search-group-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eeeeee;
  border-radius: 23px;
  overflow: hidden;
  background: #fff;
}

.ec-search-group-form-icon {
  width: 26px;
  height: 26px;
}

.search_submit_icon {
  /* width: 100%;
  height: 100%; */
  padding: 0;
}

.search_submit_icon i {
  color: #fff;
  font-size: 26px;
}

.ec-header-search {
  width: 30%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

body {
  margin: 0;
  font-family: "Tajawal-Bold", sans-serif !important;
  /* font-size: var(--bs-body-font-size); */
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  font-style: normal;
  line-height: 1.625;
  letter-spacing: 0.4px;
  visibility: visible;
}

/* #snackbar,
.snackbar {
  visibility: hidden;
  min-width: 100%;
  width: 100%;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  border-radius: 2px;
  padding: 10px 15px;
  position: fixed;
  z-index: 99999;
  left: 0;
  right: 0;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show,
.snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 6s;
  animation: fadein 0.5s, fadeout 0.5s 6s;
} */

.customModal {
  opacity: 1 !important;
  height: 100% !important;
  animation: modal-sticky-bottom-animation 0.4s ease;
  bottom: 0;
  margin-bottom: -9px;
  position: fixed;
  top: auto;
  box-shadow: 0 1px 2px #7d7e7e;
  padding: 0;
  padding-right: 0px !important;
  z-index: 10001;
  width: 100%;
  height: 100%;
}

.customModal.warningModal {
  --primary-color: #f79318;
}

.customModal.successModal {
  --primary-color: #28a745;
}

.customModal.errorModal {
  --primary-color: #dc3545;
}

.modalWrapper {
  margin: 0 0px;
  transform: none;
  transition: transform 0.3s ease-out;
  align-items: center;
  min-height: calc(100% - 0.5rem * 2);
  display: flex;
  justify-content: center;
}

.modalContent {
  width: 80%;
  border-radius: 0px !important;
  border: none !important;
  background: transparent !important;
  position: relative;
  display: flex;
  flex-direction: column;
  color: var(--bs-modal-color);
  pointer-events: auto;
  outline: 0;
}

@media (min-width: 768px) {
  .modalContent {
    width: 300px;
  }

  .search_submit_icon {
    display: none !important;
  }

  #dr00 {
    scrollbar-width: thin !important;
    scroll-behavior: smooth !important;
  }

  #dr00::-webkit-scrollbar {
    display: unset !important;
  }
}

.modalHeader {
  background-color: var(--primary-color);
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border: 0 !important;
  height: auto;
  padding: 1rem 1rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.modalTitle {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 600;
}

.modalBody {
  border-bottom-left-radius: 44px;
  border-bottom-right-radius: 44px;
  margin-top: -2px !important;
  background-color: #fff;
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.modalBody h6 {
  margin-bottom: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.modalBody span {
  color: #fff;
  box-shadow: none;
  font-size: 15px;
  width: 111.61px;
  height: 40.11px !important;
  border-radius: 20.06px !important;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modalBtnCancel {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.modalBtnConfirm {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.modalFooter {
  display: flex;
  gap: 5px;
}

.modalBackdrop {
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  transition: opacity 0.15s linear;
}

@keyframes modal-sticky-bottom-animation {
  0% {
    bottom: -100%;
  }

  100% {
    bottom: 0;
  }
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

.seenTimes {
  display: none !important;
}

.seenTimes img {
  filter: grayscale(1);
  object-fit: contain;
  height: auto;
}

.order--2 {
  order: -2;
}

.order--1 {
  order: -1;
}

.kkmenoOK {
  display: none;
}

.notiWrapper {
  position: relative;
}

#badge {
  position: absolute;
  pointer-events: none;
  top: 0;
}

.badge-num {
  box-sizing: border-box;
  background: var(--primary-color);
  cursor: default;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  height: 1rem;
  letter-spacing: -0.1rem;
  line-height: 1.55;
  /* margin-top: -1rem; */
  margin-left: 0.1rem;
  border: 0.2rem solid #fff;
  text-align: center;
  display: inline-block;
  width: 1rem;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  animation: pulse 1.5s 1;
}

.badge-num:after {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  border: 2px solid rgb(247 147 24 / 50%);
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s 1;
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1.4);
  }

  50% {
    transform: scale(0.9);
  }

  80% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@media only screen and (max-width: 991px) {
  .mt-mob {
    margin-top: 6px;
  }

  .ec-heading-res {
    text-align: left !important;
  }
}

.ec-btn-group-form {
  position: relative;
  right: 13px;
}

.dropdown-item {
  color: #fff !important;
}

.ec-breadcrumb-item+.ec-breadcrumb-item::before {
  padding-left: 0;
  padding-right: 7px;
  content: " » " !important;
}

#currency option {
  color: black !important;
}

#usr_com_list li a {
  color: black !important;
}

#usr_com_list {
  right: -140px !important;
  top: -7px !important;
}

/* html * {
  direction: rtl;
} */

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

.ec-header-bottons .ec-header-btn.ec-header-wishlist {
  padding-left: 0;
  margin-right: 0;
  padding-right: 8px;
  margin-right: 28px;
}

.ec-pro-tab-nav .nav-item:last-child {
  margin-left: 0;
  margin-right: 52px;
}

#scrollUp {
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  color: #ffffff;
  right: 15px;
  bottom: 70px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 100%;
  text-align: center;
  overflow: hidden;
  z-index: 15 !important;
  font-size: 18px;
  line-height: 40px;
  -webkit-box-shadow: 0px 0px 10px rgba(12, 12, 12, 0.3);
  box-shadow: 0px 0px 10px rgba(12, 12, 12, 0.3);
}

@media only screen and (max-width: 997px) {
  #scrollUp {
    bottom: 3.7em;
    right: 10px;
  }
}

@media (min-width: 990px) {
  /* #scrollUp {
    bottom: 25px !important;
  } */

  .ec-main-menu ul li {
    margin-left: 0;
    margin-right: 0;
    padding: 0 30px;
  }

  .ec-side-cart {
    width: 30% !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

.ec-nav-panel {
  direction: ltr;
}

@media (max-width: 767px) {
  .show_cart {
    opacity: 0 !important;
  }

  #usr_com_list {
    right: -140px !important;
    top: -7px !important;
  }

  #usr_com_list li {
    height: 30px !important;
    color: black !important;
  }

  #usr_com_list {
    margin-top: -5px !important;
  }

  #usr_com_list li a {
    font-size: 12.5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.arrow {
  position: absolute;
  right: 82px;
  color: white;
  pointer-events: none;
}

.desk-top {
  width: 225px;
  height: 46px;
}

a,
.ec-main-menu ul li .mega-menu {
  transition: all 0s ease-in-out;
}

select {
  border: none !important;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.percentage {
  width: 40px !important;
}

@media (min-width: 646px) and (max-width: 775px) {
  .header-search .form-control {
    padding-right: 10px !important;
    width: 350px !important;
    margin-left: -71px;
  }

  #usr_com_list {
    right: -140px !important;
    top: -7px !important;
  }

  .arrow {
    right: 58px !important;
    top: 15px;
  }

  .ec-header-btn {
    top: 0px !important;
  }
}

@media (max-width: 645px) {
  #usr_com_list {
    right: -140px !important;
    top: -7px !important;
  }

  .arrow {
    right: 58px !important;
    top: 15px;
  }

  .ec-header-btn {
    top: 0px !important;
  }
}

@media (max-width: 775px) {
  .submit {
    left: -70px !important;
  }

  .pd-mobile {
    padding-top: 10px;
    display: contents;
    width: 100%;
    align-items: center;
  }

  .mobile {
    display: block !important;
  }

  .arrow {
    top: 4px;
  }

  .desk-top {
    display: none;
  }

  .ssm {
    width: 200px !important;
    background: #fff !important;
    border: 1px solid #eeeeee !important;
    border-radius: 12px !important;
  }

  .submit {
    top: 0px;
  }

  .arrow {
    right: 4px;
    top: 15px;
  }

  .ffm {
    flex-direction: column;
  }

  #currency {
    min-width: 84px !important;
    font-size: 11px;
    margin-right: 1px !important;
    padding-right: 0 !important;
  }

  .d-ssm-none {
    display: none !important;
  }
}

.mobile {
  display: none;
}

.account_login {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #777;
}

.account_login:hover {
  color: #dc3545;
}

html[dir="rtl"] .ec-breadcrumb-list {
  text-align: right !important;
}

html[dir="ltr"] .ec-breadcrumb-list {
  text-align: left !important;
}

.ec-product-content {
  padding: 2px;
  pointer-events: none;
}

.mt-mob .svg_img.pro_svg {
  height: 19px !important;
  margin-right: 2px;
}

.svg_img.pro_svg {
  height: 24px;
}

.svg_img.pro_svg {
  height: 20px;
  fill: #000;
  width: auto;
}

.svg_img.pro_svg:hover {
  fill: #0d4fcf;
}

a.compare .svg_img.pro_svg {
  height: 24px;
}

a.wishlist .svg_img.pro_svg {
  height: 19px;
}

.ec-menu-content>ul {
  width: 100% !important;
}

.ec-menu-content>ul>li .menu-toggle {
  position: absolute;
  z-index: 2;
  top: 0;
  /* right: 0; */
  left: 0 !important;
  right: auto !important;
  width: 24px;
  height: 44px;
  cursor: pointer;
  background-color: transparent;
}

html[dir="ltr"] .ec-menu-content>ul>li .menu-toggle {
  right: 0 !important;
  left: auto !important;
}

.ec-menu-content>ul>li .menu-toggle::before {
  width: 100%;
  content: "";
  font-family: "EcIcons";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  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;
  height: 100%;
  color: #fff;
  font-size: 12px;
}

.ec-menu-content>ul>li.active>.menu-toggle::before {
  content: "";
}

.ec-menu-content>ul>li.active>ul>li.active>.menu-toggle::before {
  content: "";
}

.submit {
  right: auto !important;
  left: 0;
}

.backdrop-dob {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
}

.hide {
  display: none !important;
}

.ratingg {
  position: fixed;
  margin-top: 250px;
  width: 300px;
  background: #e8e8e8;
  padding: 30px;
  top: 0;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  border: 1px solid #eed9c7 !important;
  border-radius: 20.16px !important;
}

.vh {
  z-index: 99999999;
  height: 0vh;
  position: sticky;
  top: 40%;
  right: 0;
  left: 0;
}

.lbl {
  margin: 15px 0 !important;
  text-align: center;
  font-size: 19px;

  color: #757474;
}

.sticky-header-next-sec {
  margin-top: 40px;
}

.btn-primary {
  color: #ffffff;
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}

.logo_none {
  display: none !important;
}

.arrow_none {
  display: block;
}

.bottomMenu_cart {
  position: fixed;
  bottom: 0;
  color: white;
  z-index: 1;
  transition: all 0.5s;
  left: 97.5% !important;
}

.hide_cart {
  opacity: 0;
}

.show_cart {
  opacity: 1;
}

.main-image {
  width: 100%;
}

.header-top {
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
}

.ec-header-bottom.homePgHdr,
.backbtn {
  background-color: #000;
  position: sticky;
  top: 0;
  z-index: 4;
  margin-bottom: 0px;
}

.backbtn {
  padding: 0;
}

.backbtn .col {
  padding-left: 15px;
  padding-right: 15px;
}

.ec-header-bottom>.row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ec-header-bkbtn {
  margin-top: 0px;
  display: flex;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 42px;
  height: 42px;
  box-shadow: 0px 0px 7px -2px #000;
}

.homePgHdr svg:not(.search_submit_icon svg, .search_submit svg),
.backbtn svg:not(.search_submit_icon svg, .search_submit svg) {
  fill: #fff;
}

.homePgHdr svg,
.backbtn svg {
  width: 26px !important;
  height: 26px !important;
}

.homePgHdr svg:not(.search_submit_icon svg, .search_submit svg) path,
.backbtn svg:not(.search_submit_icon svg, .search_submit svg) path {
  fill: #fff !important;
}

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

.backBtnWrapper {
  width: 40px;
  height: 40px;
  box-shadow: 0px 0px 7px -2px #000;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}

.backBtnWrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
}

.backBtnWrapper:active::after {
  opacity: 1;
  transform: scale(2);
  transition: 0s;
}

.bkM {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  background: var(--primary-color);
}

.bkM i {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

@keyframes ripple {
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}

.header-logo img {
  width: 130px !important;
  padding: 10px 0px 10px 10px;
}

.header_svg {
  width: 30px;
  fill: #000;
  transition: none !important;
}

.submit .header_svg {
  width: 14px;
  height: 14px;
  fill: #0d4fcf;
  margin-bottom: 1px;
}

a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.ec-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.header-search {
  position: relative;
}

.header-search .form-control {
  display: block;
  width: 100%;
  min-height: 42px;
  height: 42px;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  border-radius: 0;
  background-color: transparent;
  border: none;
  letter-spacing: 0;
}

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

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

button:not(:disabled) {
  cursor: pointer;
}

li {
  list-style: none;
}

ol {
  padding-left: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

ol ol {
  margin-bottom: 0;
}

ol ul {
  margin-bottom: 0;
}

ul {
  padding-left: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

ul ul {
  margin-bottom: 0;
}

ul ol {
  margin-bottom: 0;
}

.search_submit {
  position: relative;
  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;
  width: 57px;
  height: 100%;
  background: #212121;
  color: #ffffff;
  font-size: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  min-height: 42px;
  height: 42px;
  margin: 0 auto;
  padding: 0 10px 2px;
}

.search_submit i {
  font-weight: 700;
}

.search_submit:hover {
  background: var(--primary-color);
}

.ec-search-cat-title {
  height: 35px;
}

.search_submit {
  width: 45px;
}

.search_submit i {
  font-weight: 500;
}

.ec-header-bottons .ec-header-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #000;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: none;
  transition: none;
  padding: 0 10px;
}

.ec-header-bottons .ec-header-btn .ec-btn-title {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ec-header-bottons .ec-header-btn .header-icon {
  position: relative;
}

.ec-header-bottons .ec-header-btn .header-icon .header_svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: #000;
  width: 36px;
  height: 36px;
}

.ec-header-bottons .ec-header-btn:hover {
  color: #0d4fcf;
}

.ec-header-bottons .ec-header-btn:hover .ec-btn-title {
  color: #0d4fcf;
}

.ec-header-bottons .ec-header-btn:hover .header_svg {
  fill: #0d4fcf;
}

.ec-header-bottons .ec-header-btn.dropdown-toggle::after {
  display: none;
}

.ec-header-bottons .ec-header-btn .ec-header-count {
  left: 0;
  right: 24px !important;
  top: 0 !important;
}

.ec-header-bottons .ec-header-btn .ec-header-count {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  height: 20px;
  width: 20px;
  min-width: 20px;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  background-color: var(--primary-color);
  bottom: 0;
  padding: 0 4px;
}

/* .ec-header-bottons .ec-header-btn .ec-header-count {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  text-align: center;
  color: #ffffff;
  background-color: #3474d4;
  bottom: 0;
  padding: 0 2px;
  font-size: 10px;
  line-height: 18px;
  height: 16px;
  min-width: 16px;
  border-radius: 8px;
} */

.ec-header-bottons .ec-header-btn.ec-side-toggle.d-lg-none {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-right: auto;
  padding: 0;
  font-size: 24px;
}

/* Menu */

.ec-side-cart .ec-menu-title .menu_title {
  font-size: 16px;
}

.ec-side-cart .ec-menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.ec-side-cart .ec-menu-title .menu_title {
  font-size: 20px;
  color: #0d4fcf;
  font-weight: 600;
}

.ec-side-cart .ec-menu-title .menu_title {
  font-size: 16px;
}

.ec-side-cart {
  font-size: 14px;
  font-weight: 600;
  position: fixed;
  z-index: 1000;
  left: auto;
  display: block;
  height: 100%;
  padding: 0px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  width: 290px;
  top: 0;
}

.ec-side-cart.ec-mobile-menu {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: #000;
  z-index: 9999;
  overflow-y: auto;
  transition: transform 0.4s ease;
  padding: 20px;
}

.ec-side-cart.ec-mobile-menu.ec-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

body.ec-open {
  overflow: hidden;
}

body.ec-open:before {
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.7;
  position: absolute;
  z-index: 998;
  content: "";
}

.ec-side-cart.ec-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.eccart-pro-items {
  padding: 0 20px 0 20px !important;
}

.ec-side-cart,
.eccart-pro-items li .ec-pro-content .remove {
  right: 0 !important;
  left: auto !important;
}

.ec-side-cart-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 17;
  display: none;
}

.ec-side-cart .ec-cart-inner {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ec-side-cart .ec-cart-inner .ec-cart-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--primary-color);
  width: 100%;
  padding: 10px 10px 10px 10px;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ec-side-cart .ec-cart-inner .ec-cart-title .cart_title {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.ec-side-cart .ec-cart-inner .ec-cart-title .ec-close {
  position: relative;
  border: 0;
  font-size: 34px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
}

.ec-cart-bottom {
  padding: 0 20px 0 20px;
}

.ec-side-cart .ec-cart-inner .ec-cart-bottom .cart_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ec-side-cart .ec-cart-inner .ec-cart-bottom .cart_btn a {
  width: 49%;
  height: auto;
  display: block;
  text-transform: uppercase;
  border-radius: 30px;
}

.ec-side-cart .ec-cart-inner .ec-cart-bottom .cart-sub-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* padding-top: 15px; */
  padding-bottom: 15px;
  border-top: 1px solid #dddddd;
  margin: 0px 0 0 0px;
}

.ec-side-cart .ec-cart-inner .ec-cart-bottom .cart-sub-total .cart-table>tbody>tr>td {
  border: none;
  padding: 0;
  color: #000000;
  text-transform: capitalize;
  font-size: 14px;
  vertical-align: middle;
  line-height: 30px;
  font-weight: 600;
}

.ec-side-cart .ec-cart-inner .ec-cart-bottom .cart-sub-total .cart-table>tbody>tr>td.text-right {
  font-weight: 700;
  font-size: 15px;
}

.ec-side-cart .ec-cart-inner .ec-cart-bottom .cart-sub-total .cart-table>tbody>tr>td.primary-color {
  color: var(--primary-color);
  font-weight: 700;
}

.ec-side-cart .ec-menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.ec-side-cart .ec-menu-title input {
  color: #fff !important;
  background: transparent;
}

.ec-side-cart .ec-menu-title .menu_title {
  font-size: 20px;
  color: #0d4fcf;
  font-weight: 600;
}

.ec-side-cart .ec-menu-title .ec-close {
  position: relative;
  border: 0;
  font-size: 50px;
  line-height: 1;
  color: #f79423;
  text-align: left;
  display: block;
}

.ec-side-cart .ec-menu-inner .ec-menu-content ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 28px;
}

.ec-side-cart .ec-menu-inner .ec-menu-content ul li img {
  width: 35px;
  height: 35px;
  margin-right: 8px;
  vertical-align: middle;
  background: #fff;
  border-radius: 50%;
  padding: 2px;
}

.ec-side-cart .ec-menu-inner .ec-menu-content ul li a {
  display: block;
  text-transform: capitalize;
  color: #fff;
  border-bottom: 3px solid #f9931c;
  font-weight: 600;
  padding: 7px 0px;
  font-size: 14px;
  width: fit-content;
}

.ec-side-cart .ec-menu-inner .ec-menu-content ul li .sub-menu {
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  width: 100%;
  min-width: auto;
  padding: 0;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ec-side-cart .ec-menu-inner .ec-menu-content ul li .sub-menu li {
  line-height: inherit;
  position: relative;
}

.ec-side-cart .ec-menu-inner .ec-menu-content ul li .sub-menu li a {
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 0px;
  display: block;
  border-bottom: 1px solid #fff;
  font-weight: 600;
  color: #fff;
  font-size: 13px;
}

.ec-side-cart .ec-menu-inner .ec-menu-content ul li .sub-menu li .sub-menu li a {
  font-weight: 500;
  padding-left: 30px;
  font-size: 12px;
  color: #000;
}

.ec-side-cart .ec-menu-inner .ec-menu-content ul li:hover>a {
  color: #f9931c;
}

.ec-side-cart .ec-menu-inner .ec-menu-content ul li:hover>span.menu-toggle:before {
  color: #f9931c;
}

.ec-side-cart .ec-menu-inner .ec-social li {
  display: inline-block;
  margin: 0 10px 0px 0;
  line-height: 40px;
  padding: 0;
}

.ec-side-cart .ec-menu-title .menu_title {
  font-size: 16px;
}

.ec-side-cart .ec-cart-inner .ec-cart-title {
  margin-bottom: 15px;
}

.header-top-lan-curr {
  margin: 0 0;
}

.header-top-lan-curr .dropdown .dropdown-toggle {
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 10px;
  font-size: 14px;
}

.header-top-lan-curr .dropdown .dropdown-toggle::after {
  display: none;
}

.header-top-lan-curr .dropdown .dropdown-toggle i {
  margin-left: 15px;
}

.header-top-lan-curr .dropdown .dropdown-menu {
  top: 0 !important;
  position: relative !important;
}

.header-top-lan a {
  color: #fff;
}

.header-top-lan-curr>* {
  width: 100%;
  margin-bottom: 10px;
}

.header-res-lan-curr {
  margin-top: 30px;
  margin-bottom: 20px;
}

.header-top-lan-curr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 24px;
}

.header-top-lan-curr .dropdown .dropdown-toggle {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #444444;
  border: none;
  font-weight: 500;
}

.header-top-lan-curr .dropdown .dropdown-toggle i {
  font-size: 24px;
  margin-left: 7px;
  color: #444444;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 2px;
}

.header-top-lan-curr .dropdown .dropdown-toggle::after {
  display: none;
}

.header-top-lan-curr .dropdown .dropdown-toggle:hover {
  color: #0d4fcf;
}

.header-top-lan-curr .dropdown .dropdown-toggle:hover i {
  color: #0d4fcf;
}

.header-top-lan-curr .dropdown .dropdown-menu {
  margin: 0;
  top: calc(100% + 6px) !important;
  left: 0 !important;
  right: auto !important;
  min-width: 130px;
  overflow: hidden;
  padding: 0 10px;
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.header-top-lan-curr .dropdown .dropdown-menu li {
  border-bottom: 1px solid #eeeeee;
}

.header-top-lan-curr .dropdown .dropdown-menu li:last-child {
  border: none;
}

.header-top-lan-curr .dropdown .dropdown-menu .dropdown-item {
  padding: 7px;
  color: #fff;
  font-size: 14px;
  background: transparent;
  text-transform: capitalize;
  font-weight: 500;
}

.header-top-lan-curr .dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--primary-color) !important;
}

.header-top-lan-curr .dropdown .dropdown-menu li.active .dropdown-item {
  color: var(--primary-color);
}

.header-top-lan-curr.dropdown .dropdown-toggle {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #000;
  border: none;
  font-weight: 400;
}

.header-top-lan-curr.dropdown .dropdown-toggle i {
  font-size: 18px;
  margin-left: 7px;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-top-lan-curr.dropdown .dropdown-toggle::after {
  display: none;
}

.header-top-lan-curr.dropdown .dropdown-toggle:hover {
  color: #0d4fcf;
}

.header-top-lan-curr.dropdown .dropdown-toggle:hover i {
  color: #0d4fcf;
}

.header-top-lan-curr.dropdown .dropdown-menu {
  margin: 0;
  top: calc(100% + 6px) !important;
  left: 0 !important;
  right: auto !important;
  min-width: 130px;
  overflow: hidden;
  padding: 0 10px;
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.header-top-lan-curr.dropdown .dropdown-menu li {
  border-bottom: 1px solid #eeeeee;
}

.header-top-lan-curr.dropdown .dropdown-menu li:last-child {
  border: none;
}

.header-top-lan-curr.dropdown .dropdown-menu .dropdown-item {
  padding: 7px;
  color: #fff;
  font-size: 14px;
  background: transparent;
  text-transform: capitalize;
  font-weight: 500;
}

.header-top-lan-curr.dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--primary-color);
}

.header-top-lan-curr.dropdown .dropdown-menu li.active .dropdown-item {
  color: var(--primary-color);
}

button {
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
  text-transform: none;
  appearance: button;
  -webkit-appearance: button;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background-color: transparent;
  border: 0;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@media only screen and (max-width: 991px) {
  .header_svg {
    width: 25px;
    margin: 0 auto;
    height: 25px;
  }

  .header-top {
    padding: 10px 0;
  }

  .header-logo {
    text-align: right;
  }

  .header-search {
    max-width: 100%;
  }

  .header-search .form-control {
    min-height: 42px;
    height: 42px;
  }
}

#debugger_sec {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  font-size: 12px;
  color: #fff;
  padding: 50px 10px 10px 10px;
  word-wrap: break-word;
  white-space: normal;
  overflow-wrap: break-word;
  overflow: auto;
}

#open-debugger {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 10px 20px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  z-index: 9999;
}

#close-debugger {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  padding: 5px 7px 0px 7px;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 5px;
}

#clear-cache {
  position: fixed;
  top: 20px;
  left: 20px;
  padding: 10px 20px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  z-index: 9999;
}

#close-debugger.active,
#open-debugger.active,
#clear-cache.active {
  animation: shake 0.5s ease-in-out;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-5px);
  }

  40% {
    transform: translateX(5px);
  }

  60% {
    transform: translateX(-5px);
  }

  80% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}

.header-top-desktop {
  padding: 5px 0;
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
}

.header-top-right-inner a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000 !important;
  font-size: 14px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
}

.top_svg {
  width: 15px;
  height: 15px;
  fill: #000;
  margin-left: 8px;
  margin-bottom: 2px;
}

.col.header-top-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top-social ul li a {
  text-align: center;
  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;
  font-size: 17px;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  color: #000;
}

.ec-header-bottons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ec-header-bottons .header_svg {
  position: unset !important;
}

.cart_update {
  display: flex;
}

.homePgHdr0>div {
  display: flex;
  align-items: center;
}

.ec-header-search .form-control {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.homePgHdr0 .header-icon {
  position: relative;
  width: 36px;
  height: 36px;
}

.homePgHdr0 .header-icon .header_svg {
  width: 36px;
  height: 36px;
}

.homePgHdr0 .header-icon .ec-cart-noti {
  padding-top: 0;
}

#dr00 {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  /* Hide scrollbar for Firefox */
  scroll-behavior: smooth;
  transition: transform 0.2s ease-out;
  padding-top: 10px;
}

#dr00::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome/Safari/Edge */
}

#dr00.dragging {
  scroll-behavior: auto;
  /* cursor: grabbing; */
  user-select: none;
}

#dr00.dragging a {
  pointer-events: none;
}

/* .d:active {
  cursor: grabbing;
} */

.d {
  flex: 0 0 auto;
  padding: 0 15px;
  padding: 8px 14px;
  font-size: 13px;
  background: #f6f6f6;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 15px;
  color: #444;
  transition: 0.25s;
  margin-left: 10px;
}

.d a {
  color: #444;
}

.d.active00 {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.d.active00:hover {
  transform: translateY(-2px);
}

.d:not(.active00):hover {
  background: #fff3e4;
  border-color: var(--primary-color);
  color: var(--primary-color);
  transform: translateY(-2px);
}

.d.active00 a {
  color: #fff !important;
}

.d:not(.active00):hover a {
  color: var(--primary-color);
}

.ec-main-menu ul li a {
  line-height: 1.625;
}

.ec-main-menu ul li:not(:first-child) {
  margin-left: 0;
}

.mobile-search-overlay {
  display: none;
}

@media (min-width: 577px) {
  .d-lg-none {
    display: none !important;
  }

  .header-search {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .d-mdd-none {
    display: none !important;
  }

  .ec-header-search,
  .header-search {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  html[dir="ltr"] .ec-header-search,
  html[dir="ltr"] .header-search {
    justify-content: flex-start;
  }

  .ec-search-group-form {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
  }

  .ec-search-group-form .form-control {
    height: 34px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1 !important;
  }

  .ec-search-group-form .search_submit {
    height: 34px !important;
    padding: 0 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Fullscreen search overlay */
  .mobile-search-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: none;
    padding: 10px;
    height: 75px;
  }

  .mobile-search-overlay .ec-header-search {
    width: 85%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
  }

  .mobile-search-overlay .header-search,
  .mobile-search-overlay .ec-search-group-form {
    width: 100%;
  }

  /* Search bar header */
  .search-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .search-header button {
    display: flex;
    align-items: center;
  }

  .search-btn-icon {
    background: transparent;
    border: none;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
  }

  .search-btn-icon i {
    font-size: 22px;
  }

  /* Back button */
  .back-btn {
    background: transparent;
    border: none;
    font-size: 24px;
    padding: 0;
  }

  .back-btn i {
    color: #fff;
  }

  /* Expanded search input */
  .search-input-expanded {
    flex: 1;
    height: 48px;
    font-size: 18px;
    padding-left: 12px;
  }

  /* Blur the body when overlay active */
  body.search-open {
    overflow: hidden;
    /* prevent scrolling behind overlay */
  }
}

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

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