/*
	Theme Name:     Mobex Child
	Theme URI:      http://www.enovathemes.com/mobex
	Description:    Mobex - Auto Parts Woocommerce WordPress Theme
	Author:         Enovathemes
	Author URI:     https://enovathemes.com
	Version:        1.0.4
	Template:       mobex
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Single product: vehicle compatibility badge */
.single-product-vehicles .vehicle-compat-result{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  margin-top:12px !important;
  padding:12px 14px !important;
  border-radius:12px !important;
  font-weight:800 !important;
  font-size:18px !important;
  line-height:1.3 !important;
}

.single-product-vehicles .vehicle-badge{
  width:36px !important;
  height:36px !important;
  border-radius:999px;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  flex:0 0 36px;
  font-size:22px !important;
  line-height:1;
  color:#fff !important;
  box-shadow:0 6px 14px rgba(0,0,0,0.12);
}

.single-product-vehicles .vehicle-badge--ok{background-color:#16a34a !important;}
.single-product-vehicles .vehicle-badge--no{background-color:#dc2626 !important;}

.single-product-vehicles .vehicle-compat-result.is-ok{
  background-color:rgba(22,163,74,0.10) !important;
  color:#166534 !important;
  border:2px solid rgba(22,163,74,0.35);
}

.single-product-vehicles .vehicle-compat-result.is-no{
  background-color:rgba(220,38,38,0.10) !important;
  color:#991b1b !important;
  border:2px solid rgba(220,38,38,0.35);
}

.single-product-vehicles .vehicle-compat-result > span:last-child{
  font-weight:900;
  font-size:19px;
}

/* Single product: selected vehicle line (LTR) */
.single-product-vehicles .vehicle-selected-row{
  margin:6px 0 10px;
}

.single-product-vehicles .vehicle-selected-label{
  font-weight:900;
  color:#111827;
  margin-bottom:6px;
}

.single-product-vehicles .vehicle-selected-arrow{
  margin:0 6px;
  opacity:0.7;
}

.single-product-vehicles .vehicle-selected-line{
  direction:ltr;
  text-align:left;
  font-weight:900;
  font-size:18px;
  line-height:1.4;
  margin:0;
  color:#111827;
}

.single-product-vehicles .vehicle-selected-line .vehicle-selected-extra{
  font-weight:800;
  color:#374151;
}

/* Single product: vehicle filter dropdowns (make the selects obvious + show scroll) */
.single-product-vehicles form.product-vehicle-filter{
  margin-top:10px;
}

.single-product-vehicles form.product-vehicle-filter .atts{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

.single-product-vehicles form.product-vehicle-filter .vf-item{
  margin:0;
}

/* Ensure Select2 matches full width inside this box only */
.single-product-vehicles .select2-container{
  width:100% !important;
}

.single-product-vehicles .select2-container--default .select2-selection--single{
  height:52px;
  border-radius:14px;
  border:2px solid rgba(17,24,39,0.20);
  background:#fff;
  box-shadow:0 8px 18px rgba(0,0,0,0.06);
}

.single-product-vehicles .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height:48px;
  padding-right:52px;
  padding-left:14px;
  font-weight:900;
  color:#111827;
}

.single-product-vehicles .select2-container--default .select2-selection--single .select2-selection__arrow{
  height:52px;
  width:48px;
}

.single-product-vehicles .select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color:#111827 transparent transparent transparent;
  border-width:7px 6px 0 6px;
  margin-left:-6px;
  margin-top:-2px;
}

.single-product-vehicles .select2-container--default.select2-container--open .select2-selection--single,
.single-product-vehicles .select2-container--default .select2-selection--single:focus,
.single-product-vehicles .select2-container--default .select2-selection--single:focus-visible{
  border-color:rgba(17,24,39,0.55);
  box-shadow:0 0 0 4px rgba(17,24,39,0.14);
  outline:none;
}

.single-product-vehicles .select2-dropdown{
  border-radius:14px;
  border:2px solid rgba(17,24,39,0.18);
  overflow:hidden;
  box-shadow:0 18px 60px rgba(0,0,0,0.18);
}

/* Make it obvious the list is scrollable */
.single-product-vehicles .select2-results{
  position:relative;
}

.single-product-vehicles .select2-results__options{
  max-height:260px !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  touch-action:pan-y;
  -ms-touch-action:pan-y;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  scrollbar-gutter:stable;
  padding:6px;
  padding-bottom:26px;
  scrollbar-width:thin;
  scrollbar-color:rgba(17,24,39,0.35) rgba(17,24,39,0.10);
}

.single-product-vehicles .select2-results::after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:28px;
  pointer-events:none;
  background:linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.96));
}

.single-product-vehicles .select2-results__options::-webkit-scrollbar{
  width:12px;
}

.single-product-vehicles .select2-results__options::-webkit-scrollbar-track{
  background:rgba(17,24,39,0.08);
  border-radius:999px;
}

.single-product-vehicles .select2-results__options::-webkit-scrollbar-thumb{
  background:rgba(17,24,39,0.35);
  border-radius:999px;
  border:3px solid rgba(17,24,39,0.08);
}

.single-product-vehicles .select2-container--default .select2-results__option{
  border-radius:12px;
  padding:10px 12px;
  margin:2px 2px;
}

.single-product-vehicles .select2-container--default .select2-results__option--highlighted[aria-selected]{
  background:rgba(17,24,39,0.06);
  color:#111827;
}

.single-product-vehicles .select2-container--default .select2-results__option[aria-selected=true]{
  background:rgba(17,24,39,0.10);
  color:#111827;
  font-weight:900;
}

/* Vehicle filter modal (step-by-step, keeps existing filter logic) */
body.mobex-vf-modal-open{
  /* Fallback: real lock is done in JS (position:fixed). */
  overflow:hidden;
}

.mobex-vf-modal{
  position:fixed;
  inset:0;
  /* Must be above sticky headers/menus */
  z-index:99999999999;
  display:none;
  --mobex-vf-accent:#f29f05;
  --mobex-vf-dark:#08003c;
}

.mobex-vf-modal.is-open{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px;
}

.mobex-vf-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.55);
}

.mobex-vf-modal__panel{
  position:relative;
  width:min(720px, calc(100vw - 24px));
  max-height:calc(100vh - 24px);
  margin:0;
  background:#fff;
  border-radius:16px;
  box-shadow:0 18px 70px rgba(0,0,0,0.35);
  overflow:hidden;
  display:flex;
  flex-direction:column;
}

.mobex-vf-modal.is-loading .mobex-vf-modal__panel{
  pointer-events:none;
}

.mobex-vf-modal__loading{
  position:absolute;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,0.92);
  z-index:10;
}

.mobex-vf-modal.is-loading .mobex-vf-modal__loading{
  display:flex;
}

.mobex-vf-modal__loading-inner{
  width:min(420px, calc(100% - 24px));
  border-radius:16px;
  border:2px solid rgba(8,0,60,0.12);
  background:#fff;
  box-shadow:0 18px 60px rgba(0,0,0,0.18);
  padding:16px;
  text-align:center;
  color:var(--mobex-vf-dark);
  font-weight:900;
}

.mobex-vf-modal__spinner{
  width:44px;
  height:44px;
  border-radius:999px;
  border:4px solid rgba(8,0,60,0.12);
  border-top-color:var(--mobex-vf-accent);
  margin:0 auto 12px;
  animation:mobexVfSpin 0.9s linear infinite;
}

@keyframes mobexVfSpin{
  from{transform:rotate(0deg);}
  to{transform:rotate(360deg);}
}

.mobex-vf-modal__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 16px;
  border-bottom:1px solid rgba(17,24,39,0.10);
}

.mobex-vf-modal__title{
  font-weight:900;
  font-size:18px;
  color:var(--mobex-vf-dark);
}

.mobex-vf-modal__close{
  width:42px;
  height:42px;
  border-radius:12px;
  border:1px solid rgba(17,24,39,0.14);
  background:#fff;
  color:var(--mobex-vf-dark);
  font-size:22px;
  line-height:1;
  cursor:pointer;
}

.mobex-vf-modal__close:hover{
  background:rgba(17,24,39,0.05);
}

.mobex-vf-modal__body{
  padding:14px 16px;
  overflow:auto;
  flex:1 1 auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}

.mobex-vf-modal__step-title{
  font-weight:900;
  font-size:16px;
  margin-bottom:10px;
  color:var(--mobex-vf-dark);
}

/* Search input removed intentionally (modal uses step-by-step selection only).
.mobex-vf-modal__search-wrap{ margin-bottom:10px; }
.mobex-vf-modal__search{
  width:100%;height:46px;border-radius:14px;border:2px solid rgba(17,24,39,0.18);
  padding:0 14px;font-weight:800;outline:none;color:var(--mobex-vf-dark);
  caret-color:var(--mobex-vf-accent);
}
.mobex-vf-modal__search::placeholder{ color:rgba(8,0,60,0.55); }
.mobex-vf-modal__search:focus{ border-color:rgba(17,24,39,0.55); box-shadow:0 0 0 4px rgba(17,24,39,0.14); }
*/

.mobex-vf-modal__list{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  max-height:min(420px, calc(100vh - 320px));
  overflow:auto;
  padding-right:4px;
  padding-bottom:10px;
  scrollbar-gutter:stable;
  scrollbar-width:thin;
  scrollbar-color:rgba(8,0,60,0.45) rgba(8,0,60,0.10);
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  /* Scroll hint without fake scrollbars (mobile-friendly) */
  background:
    linear-gradient(#fff 30%, rgba(255,255,255,0)) 0 0/100% 34px no-repeat,
    linear-gradient(rgba(255,255,255,0), #fff 70%) 0 100%/100% 34px no-repeat,
    radial-gradient(farthest-side at 50% 0, rgba(8,0,60,0.16), rgba(8,0,60,0)) 0 0/100% 14px no-repeat,
    radial-gradient(farthest-side at 50% 100%, rgba(8,0,60,0.16), rgba(8,0,60,0)) 0 100%/100% 14px no-repeat;
  background-attachment:local, local, scroll, scroll;
}

/* Visible scrollbar on WebKit */
.mobex-vf-modal__list::-webkit-scrollbar{
  width:12px;
}

.mobex-vf-modal__list::-webkit-scrollbar-track{
  background:rgba(8,0,60,0.08);
  border-radius:999px;
}

.mobex-vf-modal__list::-webkit-scrollbar-thumb{
  background:rgba(8,0,60,0.35);
  border-radius:999px;
  border:3px solid rgba(8,0,60,0.08);
}




.mobex-vf-modal__option{
  text-align:right;
  padding:12px 12px;
  border-radius:14px;
  border:2px solid rgba(17,24,39,0.12);
  background:#fff;
  font-weight:900;
  cursor:pointer;
  color:var(--mobex-vf-dark);
}

html[dir="ltr"] .mobex-vf-modal__option{ text-align:left; }

.mobex-vf-modal__option:hover{
  background:rgba(17,24,39,0.04);
}

.mobex-vf-modal__option.is-selected{
  border-color:color-mix(in srgb, var(--mobex-vf-accent) 70%, #ffffff);
  background:color-mix(in srgb, var(--mobex-vf-accent) 14%, #ffffff);
}

.mobex-vf-modal__empty{
  padding:12px;
  border-radius:14px;
  background:rgba(17,24,39,0.04);
  color:var(--mobex-vf-dark);
  font-weight:800;
}

.mobex-vf-modal__footer{
  border-top:1px solid rgba(17,24,39,0.10);
  padding:12px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

.mobex-vf-modal__crumbs{
  font-weight:900;
  color:var(--mobex-vf-dark);
  opacity:0.85;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  direction:ltr;
  text-align:left;
}

.mobex-vf-modal__actions{
  display:flex;
  gap:10px;
}

.mobex-vf-modal__back,
.mobex-vf-modal__verify{
  height:44px;
  padding:0 14px;
  border-radius:14px;
  border:2px solid rgba(17,24,39,0.14);
  background:#fff;
  font-weight:900;
  cursor:pointer;
}

.mobex-vf-modal__back{
  color:var(--mobex-vf-dark);
  border-color:rgba(8,0,60,0.22);
}

.mobex-vf-modal__back:disabled{
  opacity:0.55;
  cursor:default;
}

.mobex-vf-modal__verify{
  border-color:color-mix(in srgb, var(--mobex-vf-accent) 75%, #ffffff);
  background:var(--mobex-vf-accent);
  color:var(--mobex-vf-dark);
}

.mobex-vf-modal__verify:not(:disabled):hover{
  background:var(--mobex-vf-dark);
  border-color:var(--mobex-vf-dark);
  color:#fff;
}

.mobex-vf-modal__back:hover{
  background:rgba(8,0,60,0.05);
  border-color:rgba(8,0,60,0.22);
}

.mobex-vf-modal__verify:disabled{
  opacity:0.5;
  cursor:default;
}

@media (max-width: 480px){
  .mobex-vf-modal__panel{ width:calc(100vw - 16px); margin:8px auto; max-height:calc(100vh - 16px); }
}

@supports not (color: color-mix(in srgb, #000 50%, #fff)){
  .mobex-vf-modal__option.is-selected{border-color:rgba(242,159,5,0.70);background:rgba(242,159,5,0.12);}
  .mobex-vf-modal__verify{border-color:rgba(242,159,5,0.75);}
}

@media (min-width: 1200px) {
  #mobex-vehicle-compat-box.single-product-vehicles{
    margin-top:16px;
  }

  /*
    Parent theme caps the gallery column to 100vh.
    When we move the compatibility box INSIDE the gallery, that cap can cause the box to overflow
    without contributing to layout height (especially noticeable at browser zoom levels), which
    looks like the box overlaps the description.
  */
  .woocommerce-product-gallery.mobex-compat-has-box{
    max-height:none !important;
  }

  #mobex-vehicle-compat-box.mobex-compat--in-gallery{
    display:block;
    clear:both;
    max-width:100%;
    width:100%;
    box-sizing:border-box;
    margin-top:16px !important;
    padding-top:0 !important;
    border-top:0 !important;
    /* Small inset so it visually matches the gallery content without risking overflow at browser zoom */
    padding-left:0;
    padding-right:0;
  }


  /* Desktop: label on the right (RTL), vehicle on the left (LTR) in one row */
  .single-product-vehicles .vehicle-selected-row{
    display:flex;
    align-items:baseline;
    justify-content:space-between;
    gap:12px;
    margin:6px 0 12px;
  }

  .single-product-vehicles .vehicle-selected-label{
    margin:0;
    flex:0 0 auto;
    text-align:right;
    direction:rtl;
    white-space:nowrap;
  }

  .single-product-vehicles .vehicle-selected-line{
    flex:1 1 auto;
    text-align:left;
    direction:ltr;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
}


span {
  font-family: IBM Plex Sans Arabic !important;
}
.search {
  font-family: IBM Plex Sans Arabic !important;
}
@media only screen and (min-width: 1366px) {
  .woocommerce-cart-form {
    width: 100%;
  }
	
	.cart-collaterals {
		width: auto !important;
    float: inherit !important;
  }
.ins-checkout-layout.popup .woocommerce-cart-form .ins-footer-cart-button {
  display: flex !important;
  width: 100%;
}
.ins-cart-collaterals .cart_totals th {
  text-align: right !important;
}
 .ins-checkout-layout.popup .woocommerce-cart-form {
    display: flex;
    gap: 16px;
    padding: 5% 1% 5% 1%;
    padding-top: 5%;
    padding-top: 6%;
    padding-top: 1%;
  }
}

@media (max-width: 768px) {
  .ins-checkout-modern .ins-checkout-layout .ins-content .ins-cart-inner.step-1 {
    padding: 0% 5% 20% 5% !important;
  }
	.ins-cart-inner.shipping .woocommerce-billing-fields > div p, .ins-cart-inner.shipping .woocommerce-shipping-fields > div p {
  flex-basis: calc(49%) !important;
}
}
  
.fa.fa-car {
  color: #fff !important;
  font-size: 18px !important;
}

/* Product thumbnails: keep size fixed + horizontal mini-carousel */
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs,
.woocommerce-product-gallery .mobex-thumbs-list{
  display:flex !important;
  flex-wrap:nowrap !important;
  justify-content:flex-start !important;
  align-items:center !important;
  gap:8px;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  -webkit-overflow-scrolling:touch;
  padding:2px 4px 6px;
  margin:0;
  direction:ltr !important;
  scroll-snap-type:x proximity;
  scrollbar-width:none;
  touch-action:pan-x;
  overscroll-behavior-x:contain;
  width:100% !important;
}

/* RTL mobile: keep thumbnails ordered LTR but make swipe/scroll feel natural */
@media (hover: none) and (pointer: coarse) {
  html[dir="rtl"] body.single-product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs,
  html[dir="rtl"] body.single-product .woocommerce-product-gallery .mobex-thumbs-list{
    transform:scaleX(-1);
  }

  html[dir="rtl"] body.single-product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li,
  html[dir="rtl"] body.single-product .woocommerce-product-gallery .mobex-thumbs-list > li{
    transform:scaleX(-1);
  }
}

/* Single product gallery (mobile): remove extra white space under the main image */
@media (max-width: 767px) {
  body.single-product .woocommerce-product-gallery{
    max-height:none !important;
  }

  body.single-product .woocommerce-product-gallery .flex-viewport{
    height:auto !important;
    max-height:none !important;
    line-height:0;
    margin-bottom:8px;
  }

  body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
    height:auto !important;
  }

  body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img{
    display:block;
    width:100%;
    height:auto;
  }
}

/* Custom single product lightbox (clean modal) */
.mobex-lightbox{
  position:fixed;
  inset:0;
  z-index:2147483647;
  display:none;
}

.mobex-lightbox.is-open{
  display:block;
}

.mobex-lightbox__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.88);
}

.mobex-lightbox__dialog{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
}

.mobex-lightbox__stage{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:calc(env(safe-area-inset-top, 0px) + 72px) calc(env(safe-area-inset-right, 0px) + 16px) calc(env(safe-area-inset-bottom, 0px) + 64px) calc(env(safe-area-inset-left, 0px) + 16px);
  box-sizing:border-box;
}

.mobex-lightbox__img{
  max-width:min(92vw, 1200px);
  max-height:82vh;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
  background:transparent;
}

.mobex-lightbox__close{
  position:fixed;
  top:calc(env(safe-area-inset-top, 0px) + 16px);
  right:calc(env(safe-area-inset-right, 0px) + 16px);
  width:46px;
  height:46px;
  border:none;
  border-radius:999px;
  background:rgba(255,255,255,0.95) !important;
  background-color:rgba(255,255,255,0.95) !important;
  color:#111 !important;
  font-size:34px;
  line-height:46px;
  padding:0;
  cursor:pointer;
  box-shadow:0 10px 25px rgba(0,0,0,0.35);
  -webkit-tap-highlight-color:transparent;
}

.mobex-lightbox__nav{
  position:fixed;
  top:50%;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border:none;
  border-radius:999px;
  background:rgba(255,255,255,0.92) !important;
  background-color:rgba(255,255,255,0.92) !important;
  color:#111 !important;
  font-size:40px;
  line-height:46px;
  padding:0;
  cursor:pointer;
  box-shadow:0 10px 25px rgba(0,0,0,0.30);
  -webkit-tap-highlight-color:transparent;
  -webkit-appearance:none;
  appearance:none;
  background-image:none;
}

/* Neutralize theme button pseudo-elements/overlays (common cause of "stuck" dark state on iOS) */
.mobex-lightbox__nav:before,
.mobex-lightbox__nav:after,
.mobex-lightbox__close:before,
.mobex-lightbox__close:after{
  display:none !important;
  content:none !important;
}

/* Keep arrow buttons consistent on :active/:focus (avoid theme button styles turning them black) */
.mobex-lightbox__nav:active,
.mobex-lightbox__nav:focus,
.mobex-lightbox__nav:focus-visible,
.mobex-lightbox__close:active,
.mobex-lightbox__close:focus,
.mobex-lightbox__close:focus-visible{
  background:rgba(255,255,255,0.92) !important;
  background-color:rgba(255,255,255,0.92) !important;
  color:#111 !important;
  filter:none !important;
}

/* Extra specificity to beat theme-wide button rules */
body .mobex-lightbox__nav:active,
body .mobex-lightbox__nav:focus,
body .mobex-lightbox__nav:focus-visible,
body .mobex-lightbox__close:active,
body .mobex-lightbox__close:focus,
body .mobex-lightbox__close:focus-visible{
  background:rgba(255,255,255,0.92) !important;
  background-color:rgba(255,255,255,0.92) !important;
  color:#111 !important;
}

.mobex-lightbox__nav:focus-visible,
.mobex-lightbox__close:focus-visible{
  outline:2px solid rgba(255,255,255,0.9);
  outline-offset:2px;
}

.mobex-lightbox__prev{left:calc(env(safe-area-inset-left, 0px) + 12px);}
.mobex-lightbox__next{right:calc(env(safe-area-inset-right, 0px) + 12px);}

.mobex-lightbox__meta{
  position:fixed;
  left:0;
  right:0;
  bottom:calc(env(safe-area-inset-bottom, 0px) + 14px);
  display:flex;
  justify-content:center;
  pointer-events:none;
}

.mobex-lightbox__counter{
  pointer-events:none;
  background:rgba(0,0,0,0.45);
  color:#fff;
  font-weight:800;
  font-size:14px;
  line-height:1;
  padding:10px 14px;
  border-radius:999px;
}

@media (max-width: 480px) {
  .mobex-lightbox__nav{
    width:42px;
    height:42px;
    font-size:36px;
    line-height:42px;
  }
}

/* Mobile-only: shrink the white badge so it doesn't cover the image */
@media (max-width: 767px) {
  .mobex-lightbox__nav{
    width:34px;
    height:34px;
    font-size:28px;
    line-height:34px;
    box-shadow:0 6px 14px rgba(0,0,0,0.24);
  }

  .mobex-lightbox__close{
    width:34px;
    height:34px;
    font-size:26px;
    line-height:34px;
    box-shadow:0 6px 14px rgba(0,0,0,0.24);
  }

  .mobex-lightbox__prev{left:calc(env(safe-area-inset-left, 0px) + 8px);}
  .mobex-lightbox__next{right:calc(env(safe-area-inset-right, 0px) + 8px);}
}

.woocommerce-product-gallery .mobex-thumbs-list::-webkit-scrollbar{display:none;}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li,
.woocommerce-product-gallery .mobex-thumbs-list li{
  width:auto !important;
  flex:0 0 auto;
  margin:0 !important;
  padding:0 !important;
  scroll-snap-align:start;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img,
.woocommerce-product-gallery .mobex-thumbs-list li img{
  width:72px;
  height:72px;
  object-fit:cover;
  display:block;
}

@media (min-width: 1200px) {
  .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img,
  .woocommerce-product-gallery .mobex-thumbs-list li img{
    width:84px;
    height:84px;
  }
}

.mobex-thumbs-carousel{
  position:relative;
  width:100%;
  display:block;
}

.mobex-thumbs-carousel .mobex-thumbs-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:28px;
  height:28px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,0.15);
  background:#fff;
  color:#111;
  line-height:26px;
  padding:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:2;
  box-shadow:0 6px 16px rgba(0,0,0,0.12);
}

.mobex-thumbs-carousel .mobex-thumbs-btn.is-disabled,
.mobex-thumbs-carousel .mobex-thumbs-btn:disabled{
  opacity:0.35;
  cursor:default;
  box-shadow:none;
}

.mobex-thumbs-carousel .mobex-thumbs-btn--prev{left:6px;}
.mobex-thumbs-carousel .mobex-thumbs-btn--next{right:6px;}

/* Make room so arrows don't cover the first/last thumbs */
@media (min-width: 1200px) {
  .mobex-thumbs-carousel .flex-control-nav.flex-control-thumbs,
  .mobex-thumbs-carousel .mobex-thumbs-list{
    padding-left:40px;
    padding-right:40px;
  }
}
.elementor-67 .elementor-element.elementor-element-c532b6e > .elementor-widget-container {
  background-color: #FFF0 !important;
  padding: 5px 5px 0px 5px;
  border-radius: 5px 5px 5px 5px;
}

p {
  font-family: "IBM Plex Sans Arabic", Sans-serif !important;
}
.ins-fixed-toogle.ins-hori-right .ins-toggle-btn.tog-2 {
  right: 1% !important;
}
.arrow-top {
  display: none;
}
.nav-menu .sub-menu .menu-item .mi-link, .megamenu-tab .tab-item {
  display: block;
  padding: 10px 20px;
  position: relative;
  backface-visibility: hidden;
  transition: color 150ms ease-out, background-color 150ms ease-out;
  border-bottom: 1px solid #f0f0f0;
}
.login-title {
  font-size: inherit;
  font-weight: 700;
  margin: 0 !important;
}
.ins-cart-inner.shipping .woocommerce-billing-fields > div p, .ins-cart-inner.shipping .woocommerce-shipping-fields > div p {
  flex-basis: calc(48.9% - 10px) !important;
  position: relative;
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
 
}
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input[type="file"], .select2-container--default .select2-selection--single {
  margin-bottom: 0px !important;
}
.woocommerce-billing-fields {
  text-align: right;
}
.woocommerce-billing-fields__field-wrapper {
  padding-top: 0px;
}
.ins-single-cart-item.woocommerce-cart-form__cart-item.cart_item span {
  font-size: 14px !important;
}
.ins-cart-item-title a {
  font-size: 14px !important;
}
.ins-checkout-modern .ins-single-cart-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #fff5f0;
  border-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  padding: 5px !important;
  margin-bottom: 5px !important;
}
.cart-subtotal {
  display: none !important;
}
  form[name="checkout"] {
    margin-top: 0px !important;
  }
#customer_details {
  padding: 2px;
  border-radius: 10px !important;
}
.ins-checkout-modern .ins-checkout-layout .ins-cart-inner.step-1 {
  padding: 0px !important;
    padding-bottom: 0px;
  padding-bottom: 0 !important;
}
.ins-cart-item-image {
  width: 42px !important;
  height: 42px !important;
  border-radius: 10px !important;
}
.ins-cart-inner.shipping .woocommerce-billing-fields > div p input, .ins-cart-inner.shipping .woocommerce-billing-fields > div p select, .ins-cart-inner.shipping .woocommerce-shipping-fields > div p input, .ins-cart-inner.shipping .woocommerce-shipping-fields > div p select {
  height: 50px !important;
}
.ins-cart-inner.shipping input::placeholder {
  color: #6a6a6a !important;
}
#billing_phone {
  text-align: left !important;
  padding-left: 60px !important;
}

.woocommerce-input-wrapper {
  margin-bottom: 0px;
}
.ins-cart-content-wrap.ins-text-left h3 {
  padding-bottom: 10px;
}
.form-row.form-row-wide.create-account.woocommerce-validated {
  text-align: right;
}
.ins-cart-content-inner.ins-checkout-billing {
  margin-bottom: 0;
}
.form-row.form-row-wide.create-account.woocommerce-validated {
  margin-bottom: 0 !important;
}
.ins-checkout-modern .ins-cart-item-quantity .qty {
  height: 24px !important;
  width: 24px !important;
}
.ins-empty-cart {
  font-family: "IBM Plex Sans Arabic", Sans-serif !important;
}
.cart_totals h2 {
  display: none !important;
}
.ins-empty-cart-button {
  display: none !important;
}
.ins-cart-coupon {
  display: none;
}
.ins-cart-footer-content {
  padding-top: 0px !important;
}
.ins-checkout-popup.popup .ins-cart-footer-content {
  margin-top: 0px;
}
.woocommerce-billing-fields, .woocommerce-shipping-fields {
  margin-bottom: 0;
}
#shipping_method {
  text-align: left;
}
@media (max-width: 768px) {
  .ins-checkout-modern .ins-checkout-layout .ins-content .ins-cart-inner.step-1 {
    padding: 0% 0% 0% 0% !important;
  }
}
.ins-cart-collaterals .cart_totals th {
  text-align: right !important;
}
.ins-cart-collaterals .cart_totals th::after {
  left: 0;
  right: auto !important;
}
.woocommerce-form__label {
  margin-bottom: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.ins-checkout-modern .ins-cart-content-wrap {
  padding: 10px;
    padding-left: 10px;
  background: #fff;
  border: 1px solid #FEF2EB;
  border-radius: 10px;
}
.ins-cart-inner.shipping .woocommerce-billing-fields > div, .ins-cart-inner.shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  gap: 10px 10px;
    column-gap: 5px;
}
.cart_totals .shop_table td, .cart_totals .shop_table th {
  border: none !important;
  padding: 5px 0 !important;
  vertical-align: top;
}

.woocommerce-cart-form {
  margin-top: 0 !important;
}
#billing_country_field {
  display: none;
}
#place_order {
  font-family: "IBM Plex Sans Arabic", Sans-serif;
}
.woocommerce-privacy-policy-text {
  display: none;
}
.label {
  display: none !important;
}

.post-inner.et-item-inner .image-container {
  min-height: 150px !important;
}

.category-item.swiper-slide .image-container {
  min-height: 56px !important;
}

.et-mobile-container-top .et-button {
  max-width: 100% !important;
}
.vehicle-filter input[type="submit"] {
  height: auto !important;
}