:root {
  --theme-color: #f09000;
  --secondary-color: #f09000;
  --header-color: #f09000;
  --footer-color: #f09000;
  --bannerText-color: #f09000;
  --buttonHover-color: #f09000;
  --categoryHover-color: #f09000;
  --categoryText-color: #f09000;
  --footerHoverText-color: #f09000;
  --footerText-color: #f09000;
  --headerHoverText-color: #f09000;
  --headerText-color: #f09000;
  --itemBackground-color: #f09000;
  --primaryButton-color: #f09000;
  --footerIcon-color: #f09000;
}
.categoryImageBox {
  width: 100% !important;
}
.categoryImage {
  width: 100%;
  height: 72px;
  object-fit: cover;
}
.small-slider .home img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.small-slider .home-slider .home {
  height: 55vh;
  position: relative;
}
.slider-prd-image {
  width: 100%;
  height: 145px;
  object-fit: contain;
}
.blur-up {
  -webkit-filter: none !important;
  filter: none;
  transition: none;
}
.productImage {
  width: 100%;
  height: 325px;
  object-fit: cover;
}
.promotionImages {
  width: 100%;
  height: 237px;
  object-fit: cover;
}
.phoneInput {
  width: 100%;
  border: 1px solid #eaeaea;
}
.phoneInput div {
  height: 52px;
  border-radius: 0px;
  background: #fff;
  display: flex;
  align-items: center;
}
.phoneInput input {
  height: 25px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.phoneInput
  fieldset.MuiOutlinedInput-notchedOutline.css-1d3z3hw-MuiOutlinedInput-notchedOutline {
  border: none !important;
}

/* Loader Css */

.loader {
  width: 48px;
  height: 48px;
  border: 3px solid #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-bottom-color: var(--primary-color);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinnerBox {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loadMoreBtn {
  margin: 0 auto;
  text-align: center;
  margin-top: 35px;
}
.allProductFilter {
  display: flex;
  align-items: center;
  gap: 20px;
}
.customPage h1,
.customPage h2,
.customPage h3,
.customPage h4,
.customPage h5,
.customPage h6 {
  margin: 20px 0px;
}
.customPage p {
  font-weight: 500;
  margin: 20px 0px;
}
.bannerImage {
  width: 100%;
  height: 219px;
  object-fit: cover;
}
.no-arrow .slick-next,
.no-arrow .slick-prev {
  display: block !important;
}
.no-arrow .slick-next,
.no-arrow .slick-prev {
  display: block !important;
}
.slick-prev:before,
.slick-next:before {
  color: var(--theme-color);
  font-size: 30px;
}
.slick-prev {
  left: -35px;
}
.slick-next {
  right: -35px;
}
button.slick-arrow.slick-next {
  right: -35px;
  width: 30px;
  height: 30px;
}
.home-slider .home,
.center-slider .home {
  height: 0;
}
.home-slider .slider-contain,
.center-slider .slider-contain {
  height: 0vh;
}
.slide-1 {
  height: 450px;
  overflow: hidden;
}
.slide-1.home-slider {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shoes .category-image img {
  border-radius: 50%;
  overflow: hidden;
  height: 65px;
  width: 65px;
  object-fit: cover;
}
.shoeBannerImage {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.cartIcons {
  position: relative;
}
.cartCount {
  position: absolute;
  top: -12px;
  right: -12px;
  height: 21px;
  width: 20px;
  background: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  font-weight: 800;
  color: white;
}
.shoeFeaturePrdImg {
  height: 415px;
  object-fit: cover;
  width: 100%;
}
.featureCatImg {
  width: 100%;
  height: 252px;
  object-fit: cover;
}
.shoePrdSlider {
  height: 96px;
  object-fit: cover;
  width: 130px;
}
.slide-1 {
  overflow: inherit;
}
.shoeProductSlider button.slick-arrow.slick-next {
  right: 0px;
  width: 10px;
  height: 20px;
}
.shoePrdTabImg {
  height: 417px;
  object-fit: cover;
  width: 100%;
}
.search-overlay {
  height: 60px;
}
h1.thankYouText {
  font-size: 15px;
}
.service-block + .service-block:nth-child(3n + 4) {
  border-left: 0px solid #ddd;
}
/* max-width: 767px */
@media (max-width: 768px) {
  section.service-w-bg.banner-padding.theme-bg-service img {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .header-compact .top-header .header-dropdown li {
    padding: inherit !important;
  }
  .form_search {
    display: none;
  }
  .main-menu {
    height: 55px;
  }
  .toggle-nav {
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 1 !important;
  }
  .main-nav-center .toggle-nav {
    right: 15px;
    top: -35px;
  }
  .brand-logo {
    position: absolute;
    left: 0;
    margin-right: 0;
    -webkit-transform: none;
    transform: none;
    padding-top: 5px !important;
    padding-bottom: 0 !important;
  }
  .brand-logo img {
    height: 57px;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 5px 0px;
  }

  .header-compact .main-menu .brand-logo img {
    width: 180px;
  }
  header#sticky-header {
    overflow: hidden;
  }
  .bottom-part.bottom-light {
    display: none;
  }
  .mobileMenuIcon i {
    font-size: 30px;
    color: var(--primary-color);
  }
  .main-menu .menu-right {
    align-items: center;
  }
  .search-overlay {
    height: 100%;
    background: white;
    z-index: 9999;
  }
  .shoeFeaturePrdImg {
    height: 215px;
  }
  .shoePrdTabImg {
    height: 215px;
  }
  button.slick-arrow.slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .footer-theme2.section-light .footer-block .subscribe-white {
    border-left: 0;
    border-right: 0;
    padding: 40px 30px;
  }
  .footer-block {
    padding: 40px 30px;
  }
}
