@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-thin-rounded/css/uicons-thin-rounded.css");
.top-header {
  background-color: #393185;
  height: 35px;
  display: flex;
  align-items: center;
  text-align: right;
}
.top-header .content {
  line-height: 1;
  padding-bottom: 3px;
}
.top-header .content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.header {
  height: 90px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
  padding: 10px;
}
.header .nav-wrapper {
  width: 100%;
}
.header .top-nav-hamburgerToinput-wrapper {
  width: 100%;
}
.header .hamburger-btn {
  border: 0;
  outline: 0;
  background: 0 0;
  border-radius: 2px;
  transition: all 100ms ease-in-out;
}
.header .logo-wrapper {
  padding-left: 12px;
  padding-right: 18px;
}
.header .logo-wrapper .header-logo {
  width: 125px;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .search-input-wrapper {
  width: 100%;
  padding: 0 10px;
}
.header .search-input-wrapper .search-input-div {
  position: relative;
}
.header .search-input-wrapper .search-input-div .search-input {
  padding: 0 0 0 12px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 3px;
  border: #fff;
  position: relative;
  box-shadow: none;
}
.header .search-input-wrapper .search-input-div .search-btn {
  border: 0;
  outline: 0;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.header .search-input-wrapper .search-input-div .search-btn i {
  font-size: 18px;
  color: #7a7a7a;
}
.header .search-input-wrapper {
  width: calc(100% - 500px);
}
.header .search-input-wrapper .search-input-div {
  margin-right: 10px;
}
.header .search-input-wrapper .search-input-div .search-input {
  height: 50px;
  border-radius: 0px;
  padding-right: 30px;
}
.header .top-nav-btn-wrapper {
  width: 100%;
  width: 500px;
}
.header .top-nav-btn-wrapper ul {
  width: 500px;
}
.header .top-nav-btn {
  border-left: 1px solid #ecc766;
  height: 55px;
  display: flex;
  justify-items: center;
  align-items: center;
  padding: 0 10px;
  cursor: pointer;
  transition: all 100ms ease-in-out;
}
.header .top-nav-btn:hover {
  background-color: #eeb529;
}
.header .top-nav-btn .area-name,
.header .top-nav-btn .help-btn-text {
  padding-right: 5px;
  padding-left: 10px;
  font-weight: 700;
  font-size: 14px;
  margin-top: -2px;
}
.header .top-nav-btn .fa-angle-down {
  font-size: 15px;
}
.header .lang-switch:hover {
  background-color: transparent;
}
.header .lang-switch p {
  font-weight: 700;
  font-size: 14px;
  transition: all 100ms ease-in-out;
}
.header .lang-switch p:hover {
  color: #ff686e;
}
.header .lang-switch p.active {
  color: #ff686e;
}
.header .signin-wrapper {
  width: 150px;
  height: 55px;
  display: flex;
  align-items: center;
}
.header .signin-wrapper .signin-btn {
  border: 0;
  outline: 0;
  background: #ff686e;
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: #fff;
  transition: all 100ms ease-in-out;
}
.header .signin-wrapper .signin-btn:hover {
  background-color: #e04f54;
}

.side-menu {
  width: 220px;
  height: 100vh;
  background-color: #fff;
  border-right: 1px solid #ccc;
  position: fixed;
  top: 55px;
  left: 0;
  z-index: 3;
  overflow-y: auto;
  transition: all 300ms;
  will-change: left;
}
.side-menu::-webkit-scrollbar {
  width: 3px;
}
.side-menu::-webkit-scrollbar-thumb {
  background: #888;
}
.side-menu::-webkit-scrollbar-track {
  background: #e6e6e6;
}
.side-menu .menu-wrapper .store-menu {
  padding: 10px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-items: center;
  align-items: center;
}
.side-menu .menu-wrapper .store-menu .store-btn {
  border: 0;
  outline: 0;
  width: 50%;
  padding: 10px 5px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #ff686e;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 600;
}
.side-menu .menu-wrapper .store-menu .store-btn span {
  padding-left: 5px;
}
.side-menu .menu-wrapper .store-menu .store-btn img {
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.side-menu .menu-wrapper .store-menu .grocery-btn {
  background-color: #ff686e;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.side-menu .menu-wrapper .store-menu .pharmacy-btn {
  background-color: #fff;
  color: #333;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.side-menu .menu-wrapper .misc-menu ul {
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.side-menu .menu-wrapper .misc-menu ul li a {
  padding: 5px 0 5px 10px;
  display: block;
  text-decoration: none;
  font-size: 13px;
  color: #000;
  letter-spacing: 0.1px;
  transition: all 100ms ease-in-out;
  line-height: normal;
}
.side-menu .menu-wrapper .misc-menu ul li a:hover {
  background: #e1e1e1;
  background: linear-gradient(to right, #fff 0, #ccc 100%);
}
.side-menu .menu-wrapper .misc-menu ul li a .badge-count {
  padding: 2px 5px;
  color: #ff686e;
  font-weight: 700;
  border: 1px solid #ff686e;
  margin-left: 5px;
  font-size: 0.8em;
  border-radius: 3px;
  background: #fff;
}
.side-menu .menu-wrapper .side-menu-category ul {
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.side-menu .menu-wrapper .side-menu-category ul li img {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}
.side-menu .menu-wrapper .side-menu-category ul li a {
  padding: 5px 0 5px 10px;
  display: block;
  text-decoration: none;
  font-size: 13px;
  color: #000;
  letter-spacing: 0.1px;
  transition: all 100ms ease-in-out;
  line-height: normal;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.side-menu .menu-wrapper .side-menu-category ul li a:hover {
  background: #e1e1e1;
  background: linear-gradient(to right, #fff 0, #ccc 100%);
}
.side-menu .menu-wrapper .side-menu-category ul li a .navIcon {
  margin-right: 9px;
  font-size: 10px;
  color: #666;
}

.side-menu.menu-active {
  left: -285px;
}

.sideMenu-wrapper {
  width: 220px;
  position: relative;
  transition: all 300ms;
}

.sideMenu-wrapper.menu-active {
  width: 0px;
  transition: all 300ms;
}

.site-content {
  width: 100%;
  transition: all 300ms;
}

.site-content.menu-active {
  width: 100%;
  transition: all 300ms;
}

.main-wrapper.menu-active {
  display: block;
  transition: all 300ms;
}

.benifit-section {
  padding-top: 30px;
  padding-bottom: 50px;
}
.benifit-section .benefit-item {
  gap: 10px;
  position: relative;
  text-align: center;
}
.benifit-section .benefit-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 1px;
  height: 30px;
  background-color: #393185;
  transform: translateY(-50%);
}
.benifit-section .benefit-item .benefit-icon i {
  font-size: 36px;
  color: #393185;
}
.benifit-section .benefit-item .benefit-content h4 {
  font-size: 16px;
  color: #393185;
  text-transform: uppercase;
}
.benifit-section .row .col-lg-3:first-child .benefit-item::before {
  display: none;
}

.widget-one {
  padding: 50px 0px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #393185 0%, #5c4ee5 35%, #a678ff 100%);
  color: #fff;
  /* Floating glowing orbs */
}
.widget-one::before, .widget-one::after {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  filter: blur(120px);
  z-index: 0;
  animation: moveOrb 12s ease-in-out infinite alternate;
}
.widget-one::before {
  background: radial-gradient(circle, rgba(92, 78, 229, 0.5), transparent 70%);
  top: -100px;
  left: -100px;
}
.widget-one::after {
  background: radial-gradient(circle, rgba(166, 120, 255, 0.5), transparent 70%);
  bottom: -150px;
  right: -150px;
  animation-delay: 4s;
}
.widget-one .heading-wrapper {
  display: flex;
  align-items: center;
}
.widget-one .heading-wrapper .heading {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 300;
}
.widget-one .swiper {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.widget-one .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  width: 350px;
  height: 450px;
}
.widget-one .swiper .swiper-wrapper .swiper-slide .widget-card {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.widget-one .swiper .swiper-wrapper .swiper-slide .widget-card .card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget-one .swiper .swiper-wrapper .swiper-slide .widget-card .card-top .label {
  display: block;
  color: #322a76;
  font-weight: 400;
  background-color: rgba(57, 49, 133, 0.1058823529);
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 25px;
}
.widget-one .swiper .swiper-wrapper .swiper-slide .widget-card .card-top .label-secondary {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #393185;
}
.widget-one .swiper .swiper-wrapper .swiper-slide .widget-card .card-top .label-secondary i {
  font-size: 16px;
  line-height: 1;
}
.widget-one .swiper .swiper-wrapper .swiper-slide .widget-card .card-top .label-secondary span {
  font-size: 16px;
  line-height: 1;
  padding-bottom: 2px;
}
.widget-one .swiper .swiper-wrapper .swiper-slide .widget-card .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget-one .swiper .swiper-wrapper .swiper-slide .widget-card .image-wrapper .image {
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 20px;
  margin-bottom: 20px;
}
.widget-one .swiper .swiper-wrapper .swiper-slide .widget-card .widget-card-primary {
  font-size: 14px;
  font-weight: 300;
}
.widget-one .swiper .swiper-wrapper .swiper-slide .widget-card .widget-card-title {
  font-size: 1.3rem;
  color: #393185;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}
.widget-one .swiper .swiper-wrapper .swiper-slide .widget-card .shop-now {
  background-color: #393185;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}
.widget-one .swiper .swiper-wrapper .swiper-slide .widget-card .shop-now:hover {
  background-color: #e31e24;
}
.widget-one .swiper .swiper-button-prev,
.widget-one .swiper .swiper-button-next {
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #393185;
  top: 30px;
  right: 0px;
}
.widget-one .swiper .swiper-button-prev::after,
.widget-one .swiper .swiper-button-next::after {
  font-size: 20px;
}
.widget-one .swiper .swiper-button-prev {
  left: inherit;
  right: 160px;
}
.widget-one .swiper .swiper-button-next {
  right: 110px;
}

/* Smooth floating animation */
@keyframes moveOrb {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(60px, -60px) scale(1.1);
  }
}
.white-bg-section {
  background: #fff;
  color: #000;
}
.white-bg-section::before, .white-bg-section::after {
  display: none;
}
.white-bg-section .heading-wrapper .heading {
  color: #212121;
}
.white-bg-section .swiper .swiper-button-prev,
.white-bg-section .swiper .swiper-button-next {
  background-color: #393185;
  color: #fff;
}
.white-bg-section .swiper .swiper-button-prev {
  left: inherit;
  right: 50px;
}
.white-bg-section .swiper .swiper-button-next {
  right: 0px;
}

.category-section .category-swiper .swiper-wrapper .swiper-slide,
.brand-section .category-swiper .swiper-wrapper .swiper-slide {
  width: 200px;
  height: auto;
}
.category-section .category-swiper .swiper-wrapper .swiper-slide .widget-card,
.brand-section .category-swiper .swiper-wrapper .swiper-slide .widget-card {
  box-shadow: none;
  padding: 0px;
  text-align: center;
}
.category-section .category-swiper .swiper-wrapper .swiper-slide .widget-card .image-wrapper,
.brand-section .category-swiper .swiper-wrapper .swiper-slide .widget-card .image-wrapper {
  width: 180px;
  height: 180px;
  border: 1px solid #ddd;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
}
.category-section .category-swiper .swiper-wrapper .swiper-slide .widget-card .image-wrapper .image,
.brand-section .category-swiper .swiper-wrapper .swiper-slide .widget-card .image-wrapper .image {
  width: 100%;
  height: 100%;
  padding: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 100%;
}
.category-section .category-swiper .swiper-wrapper .swiper-slide .widget-card .widget-card-title,
.brand-section .category-swiper .swiper-wrapper .swiper-slide .widget-card .widget-card-title {
  font-size: 1rem;
  font-weight: 300;
}
.category-section .btn-wrapper,
.brand-section .btn-wrapper {
  margin-top: 40px;
  text-align: center;
}

.trending-product-section .swiper .swiper-wrapper .swiper-slide {
  height: 460px;
}
.trending-product-section .swiper .swiper-wrapper .swiper-slide .widget-card {
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.widget-two .heading-wrapper {
  display: flex;
  align-items: center;
}
.widget-two .heading-wrapper .heading {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #212121;
  font-weight: 300;
}
.widget-two .widget-wrapper .widget-slide {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 460px;
}
.widget-two .widget-wrapper .widget-slide .widget-card {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
}
.widget-two .widget-wrapper .widget-slide .widget-card .card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget-two .widget-wrapper .widget-slide .widget-card .card-top .label {
  display: block;
  color: #322a76;
  font-weight: 400;
  background-color: rgba(57, 49, 133, 0.1058823529);
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 25px;
}
.widget-two .widget-wrapper .widget-slide .widget-card .card-top .label-secondary {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #393185;
}
.widget-two .widget-wrapper .widget-slide .widget-card .card-top .label-secondary i {
  font-size: 16px;
  line-height: 1;
}
.widget-two .widget-wrapper .widget-slide .widget-card .card-top .label-secondary span {
  font-size: 16px;
  line-height: 1;
  padding-bottom: 2px;
}
.widget-two .widget-wrapper .widget-slide .widget-card .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget-two .widget-wrapper .widget-slide .widget-card .image-wrapper .image {
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 20px;
  margin-bottom: 20px;
}
.widget-two .widget-wrapper .widget-slide .widget-card .widget-card-primary {
  font-size: 14px;
  font-weight: 300;
}
.widget-two .widget-wrapper .widget-slide .widget-card .widget-card-title {
  font-size: 1.3rem;
  color: #393185;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}
.widget-two .widget-wrapper .widget-slide .widget-card .shop-now {
  background-color: #393185;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}
.widget-two .widget-wrapper .widget-slide .widget-card .shop-now:hover {
  background-color: #e31e24;
}

.special-widget-section {
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  background: linear-gradient(135deg, #393185 0%, #5c4ee5 35%, #a678ff 100%);
}
.special-widget-section .heading-wrapper {
  color: #fff;
}
.special-widget-section .heading-wrapper .heading {
  color: #fff;
}
.special-widget-section .site-outline-btn {
  color: #fff;
  border-color: #fff;
}
.special-widget-section .site-outline-btn:hover {
  background-color: #fff;
  color: #000;
}

.news-section {
  padding-bottom: 60px;
}
.news-section .heading-wrapper {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.news-section .heading-wrapper .heading {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #212121;
  font-weight: 300;
}
.news-section .single-item {
  cursor: pointer;
}
.news-section .single-item .card .card-top {
  position: relative;
  overflow: hidden;
}
.news-section .single-item .card .card-top .card-overlay {
  position: absolute;
  bottom: -31px;
  left: 0px;
  width: 121%;
  height: 65px;
  background-color: #fff;
  border-top-left-radius: 80px;
  transform: rotate(7deg);
}
.news-section .single-item .card .card-top .date {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #393185;
  font-size: 16px;
  padding-left: 16px;
}
.news-section .single-item .card .card-top .img-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.newsletter .heading-wrapper {
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
}
.newsletter .heading-wrapper .heading {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 300;
}
.newsletter .subscribe-btn {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
}

.footer-section {
  position: relative;
  padding-top: 60px;
  overflow: hidden;
  background: linear-gradient(135deg, #393185 0%, #5c4ee5 35%, #a678ff 100%);
}
.footer-section::before, .footer-section::after {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  filter: blur(120px);
  z-index: 0;
  animation: moveOrb 12s ease-in-out infinite alternate;
}
.footer-section::before {
  background: radial-gradient(circle, rgba(92, 78, 229, 0.5), transparent 70%);
  top: -100px;
  left: -100px;
}
.footer-section::after {
  background: radial-gradient(circle, rgba(166, 120, 255, 0.5), transparent 70%);
  bottom: -150px;
  right: -150px;
  animation-delay: 4s;
}
.footer-section .footer-area .logo-wrapper {
  margin-bottom: 0px;
}
.footer-section .footer-area .logo-wrapper .logo {
  width: 200px;
  filter: grayscale(1) invert(100%);
}
.footer-section .footer-area .heading {
  color: #fff;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 400;
}
.footer-section .footer-area ul li a {
  color: #fff;
}
.footer-section .footer-area .footer-top {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer-section .footer-area .footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2039215686);
  color: #fff;
}

/* -----------------
hero area style start
--------------------*/
.hero-area {
  position: relative;
  width: 100%;
  height: 80vh; /* Full height */
  overflow: hidden;
  background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 40% 40%), radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.4), transparent 40%), linear-gradient(135deg, #ffffff, #ffffff 80%);
}
.hero-area-wrapper .hero-swiper {
  width: 100%;
  height: 80vh;
}
.hero-area-wrapper .hero-swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-area-wrapper .hero-swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-area-wrapper .hero-swiper .swiper-wrapper .swiper-slide .hero-content {
  width: 100%;
}
.hero-area-wrapper .hero-swiper .swiper-wrapper .swiper-slide .hero-content .hero-content-wrapper {
  display: flex;
  align-items: center;
  border-top: 1px solid #393185;
  border-bottom: 1px solid #e31e24;
  padding: 25px 0px;
}
.hero-area-wrapper .hero-swiper .swiper-wrapper .swiper-slide .hero-content .hero-content-wrapper .hero-content-icon {
  margin-right: 15px;
}
.hero-area-wrapper .hero-swiper .swiper-wrapper .swiper-slide .hero-content .hero-content-wrapper .hero-content-icon i {
  font-size: 65px;
}
.hero-area-wrapper .hero-swiper .swiper-wrapper .swiper-slide .hero-content .hero-content-image-wrapper {
  text-align: right;
}
.hero-area-wrapper .hero-swiper .swiper-wrapper .swiper-slide .hero-content .hero-content-image-wrapper img {
  width: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
}
.hero-area-wrapper .hero-swiper .swiper-wrapper .swiper-slide .hero-content-txt {
  text-align: left;
}
.hero-area-wrapper .hero-swiper .swiper-wrapper .swiper-slide .hero-content-txt h1 {
  font-weight: 300;
  text-transform: uppercase;
}
.hero-area-wrapper .hero-swiper .swiper-wrapper .swiper-slide .hero-content-txt h4 {
  font-weight: 300;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
  background: transparent;
  border: 2px solid rgb(0, 0, 0);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 40px !important;
}

/* Optional: floating blur orbs for extra uniqueness */
.hero-area::before,
.hero-area::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(100, 83, 255, 0.21), transparent 70%);
  filter: blur(120px);
  animation: moveOrb 10s ease-in-out infinite alternate;
}

.hero-area::after {
  background: radial-gradient(circle, rgb(255, 255, 255), transparent 70%);
  top: 60%;
  left: 70%;
  animation-delay: 5s;
}

@keyframes moveOrb {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50px, -50px);
  }
}
/* -----------------
hero area style end
--------------------*/
.special-offer {
  width: 100%;
  margin-bottom: 40px;
}
.special-offer .container {
  max-width: 1000px;
  margin: 0 auto;
}
.special-offer .container .specialOfferSwiper .swiper-wrapper .swiper-slider-single-box {
  height: 330px;
  border-radius: 5px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
}
.special-offer .container .specialOfferSwiper .swiper-wrapper .swiper-slider-single-box .single-offer-slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0px 15px 15px;
}
.special-offer .container .specialOfferSwiper .swiper-wrapper .swiper-slider-single-box .single-offer-slider .product-img-wrapper {
  margin-right: 10px;
}
.special-offer .container .specialOfferSwiper .swiper-wrapper .swiper-slider-single-box .single-offer-slider .product-img-wrapper img {
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
}
.special-offer .container .specialOfferSwiper .swiper-wrapper .swiper-slider-single-box .single-offer-slider .product {
  width: 150px;
  margin: 0px 5px;
  text-align: center;
}
.special-offer .container .specialOfferSwiper .swiper-wrapper .swiper-slider-single-box .single-offer-slider .product .product-wrwapper {
  border: 1px solid red;
  margin-bottom: 6px;
  border-radius: 3px;
}
.special-offer .container .specialOfferSwiper .swiper-wrapper .swiper-slider-single-box .single-offer-slider .product .product-wrwapper img {
  max-width: 145px;
  max-height: 145px;
  -o-object-fit: cover;
     object-fit: cover;
}
.special-offer .container .specialOfferSwiper .swiper-wrapper .swiper-slider-single-box .single-offer-slider .product .product-wrwapper .pr-name {
  height: 60px;
  color: #1a1a1a;
  padding-top: 5px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}
.special-offer .container .specialOfferSwiper .swiper-wrapper .swiper-slider-single-box .single-offer-slider .product .product-wrwapper .subTxt {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-top: 1px;
}
.special-offer .container .specialOfferSwiper .swiper-wrapper .swiper-slider-single-box .single-offer-slider .product .product-wrwapper .price {
  font-weight: 700;
  text-align: center;
  padding-top: 5px;
  font-size: 18px;
  margin-bottom: 6px;
}
.special-offer .container .specialOfferSwiper .swiper-wrapper .swiper-slider-single-box .single-offer-slider .product .addToBagBtn {
  border: 0;
  outline: 0;
  transition: all ease-in-out 0.15s;
  color: #fe8280;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ebebeb;
  width: 100%;
  padding: 6px 0px;
  transition: all 100ms ease-in-out;
  border-radius: 3px;
}
.special-offer .container .specialOfferSwiper .swiper-wrapper .swiper-slider-single-box .single-offer-slider .product .addToBagBtn:hover {
  transform: translateY(-1px);
  box-shadow: 0 1px 1px rgba(195, 193, 193, 0.6);
  border-color: #d0cfcf;
}
.special-offer .container .specialOfferSwiper .swiper-wrapper .swiper-slider-single-box .single-offer-slider .product .addToBagBtn i {
  margin-right: 5px;
  transform: rotate(30deg);
}

body {
  font-family: "Segoe UI", Helvetica, droid sans, Arial, lucida grande, tahoma, verdana, arial, sans-serif;
  color: #615e58;
}

p {
  margin-bottom: 0;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

.custom-container {
  max-width: 1180px;
  margin: 0 auto;
}

.title {
  text-align: center;
  color: rgba(0, 0, 0, 0.95);
  font-weight: 300;
  margin-bottom: 40px;
  font-size: 24px;
}

.site-primary-btn {
  background-color: #393185;
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  transition: all 100ms ease-in-out;
}
.site-primary-btn:hover {
  background-color: #e31e24;
  color: #fff;
}

.site-outline-btn {
  border: 1px solid #393185;
  color: #393185;
  padding: 10px 20px;
}
.site-outline-btn:hover {
  background-color: #393185;
  color: #fff;
}/*# sourceMappingURL=style.css.map */