/*==============================================
    Website Name: hyperpure
    Description: Online Store
    Version: 1.0.0
    Author: WhyQTech (Shriaknt Gadkar)
================================================*/

/*=============================================
Montserrat Font Family
===============================================*/
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
/*=============================================
Global Declaration
===============================================*/

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 0.9rem;
  font-family: "Lexend", sans-serif;
  color: #1D1D1D;
  /* background-color: #E2E2E2; */
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  color: #E03546;
}

a:hover {
  color: #E03546;
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lexend", sans-serif;
}

.text-muted {
  color: #9a9a9a !important;
}

.text-theme {
  color: #E03546;
}

section {
  padding-top: 40px;
  padding-bottom: 40px;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.unorder {
  padding-left: 16px;
  margin-bottom: 15px;
}

ul.unorder li {
  list-style-type: disc;
  margin-bottom: 5px;
}

.w-50 {
  width: 50%;
}

.width50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.body-gray {
  background-color: #E5E5E5;
}

.pl-16 {
  padding-left: 16px;
}

.desktop-hide {
  display: none !important;
}

.dtext-end {
  text-align: right;
}

.block {
  display: block !important;
  width: 100% !important;
}

figcaption {
  margin-top: 5px;
}

.table thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid hsl(0, 0%, 87%);
}

/*==============================
Margin / padding / listign class Css
================================*/
.m-0 {
  margin: 0px;
}

.mr-1 {
  margin-right: 0.8rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mr-5 {
  margin-right: 5rem;
}

.ml-1 {
  margin-left: 0.8rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 4rem;
}

.ml-5 {
  margin-left: 5rem;
}

.mb-6rem {
  margin-bottom: 6rem !important;
}

.rounded24 {
  border-radius: 24px;
}

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

.background-attach {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mob-display {
  display: none;
}

ul.lnline li {
  display: inline-block !important;
}

.text-justify {
  text-align: justify;
}

.container-fluid {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-elipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.position-relative {
  position: relative;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.stretch-wrapper {
  height: 100%;
}

.p-10 {
  font-size: 10px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/*====================================
Header and responsive mobile menu
======================================*/
.header-fixed {
  z-index: 997;
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: 0 4px 10px rgba(4, 13, 41, 0.05);
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}

.web-white-logo,
.web-black-logo {
  width: 145px;
  height: 42px;
}

.web-white-logo img,
.web-black-logo img {
  width: 145px;
  height: 42px;
}

.web-black-logo {
  display: none;
}

.body-top {
  padding-top: 162px;
}

.header-active {
  background-color: #FFF;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .04);
  border-radius: 0 0 40px 40px;
  border-bottom: .5px solid #e8e8e8;
}

.header-active .web-white-logo {
  display: none;
}

.header-active .web-black-logo {
  display: block;
}

.login-header {
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
  background-color: #FFF;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .04);
  border-radius: 0 0 40px 40px;
  border-bottom: .5px solid #e8e8e8;
  padding: 15px 0px;
  z-index: 999;
}

.mobile-back-header {
  display: none;
}

ul.iconNavigation {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

ul.iconNavigation li {
  display: inline-block;
}

ul.iconNavigation li a {
  display: block;
  width: 46px;
  height: 46px;
  text-align: center;
  border: 1px solid #e6e9ef;
  border-radius: 100px;
  line-height: 46px;
  font-size: 1.3rem;
  color: #000;
  margin: 0 6px;
  position: relative;
}

ul.iconNavigation li a.active {
  background-color: #e03546;
  color: #FFF;
}

.cart-counter {
  background: #000;
  border-radius: 100px;
  border: 2px solid #FFF;
  font-size: 10px;
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 18px;
  padding: 2px 4px;
}

/*===========================
Button CSS
============================*/
.btn {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border-radius: 6px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn-primary {
  color: #fff !important;
  border-color: #ef4f5f;
  background: #ef4f5f;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #ef4f5f;
  border-color: #ef4f5f;
}

.btn-call-to-action {
  color: #fff !important;
  border-color: #ef4f5f;
  background: #ef4f5f;
  padding: 0.75rem 3rem;
}

.btn-call-to-action:hover {
  color: #fff !important;
  background-color: #ef4f5f;
  border-color: #ef4f5f;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #e03546;
  border-color: #e03546;
  box-shadow: 0 0 0 0.25rem rgba(255, 152, 152, 0.5);
}

.btn-dark {
  color: #fff;
  border-color: #142733;
  background: #142733;
  border-radius: 5px;
  padding: 0.75rem 0.75rem !important;
}

.btn-dark:hover {
  color: #fff !important;
  background-color: #0d191f;
  border-color: #0d191f;
}

.btn-outline-primary,
.btn-outline-primary:hover {
  color: #ef4f5f;
  border-color: #ef4f5f;
  background-color: transparent;
}

.btn-backarrow {
  width: 32px;
  height: 32px;
  background-color: #FFF;
  border-radius: 100px;
  color: #000;
  text-align: center;
  line-height: 32px;
  display: block;
  font-size: 1.5rem;
}

.trash-btn {
  display: block;
  width: 46px;
  height: 46px;
  text-align: center;
  border: 1px solid #e6e9ef;
  border-radius: 100px;
  line-height: 46px;
  font-size: 1.3rem;
  color: #000;
  margin: auto;
  position: relative;
  background-color: #FFF;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
  border-radius: 0.2rem;
}

/*=============================
Heading Styles
===============================*/
.dark-green {
  color: #004C3F;
}

.light-green {
  color: #E03546;
}

.text-dark {
  color: #000;
}

.darkgreen-bg {
  background-color: #004C3F;
}

.text-cool-gray {
  color: #767c8f;
}

.text-indigo-500 {
  color: #2c3875;
}

.text-blue {
  color: rgb(37, 111, 239);
}

.text-success {
  color: rgb(36, 150, 63) !important;
}

.text-danger {
  color: #E03546;
}

.bodytop90 {
  padding-top: 90px;  
  min-height: 100vh;
}

.body-gray {
  background-color: #f4f6fb;
}

.p-11 {
  font-size: 11px;
}

.p-12 {
  font-size: 12px;
}

.p-13 {
  font-size: 13px;
}

.p-14 {
  font-size: 14px;
}

.p-16 {
  font-size: 16px;
}

.p-18 {
  font-size: 18px !important;
}

.p-20 {
  font-size: 20px;
}

.p-22 {
  font-size: 22px;
}

.p-24 {
  font-size: 24px;
}

.p-28 {
  font-size: 28px;
}

.p-32 {
  font-size: 32px;
}

.p-3 {
  font-size: 3.5rem;
}

.p-400 {
  font-weight: 400;
}

.p-500 {
  font-weight: 500;
}

.p-600 {
  font-weight: 600;
}

.p-800 {
  font-weight: 800;
}

.Heading-Large {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  font-size: 56px;
  font-weight: 700;
}

.Heading-Large-2 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  font-size: 42px;
  font-weight: 700;
}

.Heading-Medium {
  font-size: 32px;
  font-weight: 700;
}

.Heading-Small {
  font-size: 28px;
  font-weight: 600;
}

.Heading-vSmall {
  font-size: 22px;
  font-weight: 600;
}

.Heading-icon {
  width: 60px;
}

.Heading-Small img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.see-all {
  font-size: 16px;
  font-weight: 400;
}

.capital-txt {
  text-transform: uppercase;
}

.text-seagreen {
  color: #0A757C;
}

.text-elpsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.twoline-textelpsis2 {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 44px;
  margin: 0 auto;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.desktop-right {
  text-align: right;
}

/*=================================
Hero section
==================================*/
.StaticHero-banner {
  position: relative;
  height: 600px;
  padding: 0px;
}

.StaticHero-banner-image {
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, .4);
}

.StaticHero-banner-image img {
  height: 100%;
  width: 100%;
  color: transparent;
}

.static-bannerclip {
  clip-path: ellipse(200rem 100% at top center);
}

.StaticHero-banner-image .banner-call-action {
  position: absolute;
  bottom: 100px;
  color: #FFF;
  text-align: center;
  width: 100%;
}

.hero {
  position: relative;
  /* background-image: url("../img/Fusion-hero.svg");
  background-position: right 160%;
  background-repeat: no-repeat;*/
  min-height: 560px;
  padding: 0px;
}

.hero .hero-image-slider {
  position: absolute;
  top: 10%;
  right: 0;
}

#carouseHeroslider .carousel-caption {
  position: absolute;
  right: 15%;
  top: 25%;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  z-index: 1;
}

#carouseHeroslider .carousel-caption h1 {
  font-size: 44px;
  text-transform: uppercase;
  font-weight: 800;
}

#carouseHeroslider img {
  height: 560px;
}

.carousel-control-prev-icon {
  background-image: url("../img/slider-left-arrow.svg");
}

.carousel-control-next-icon {
  background-image: url("../img/slider-right-arrow.svg");
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: #FFF;
  color: #E03546;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  line-height: 40px;
  box-shadow: 0 9.6px 9.6px rgba(54, 54, 54, .08), 0 19.2px 19.2px rgba(54, 54, 54, .06);
  cursor: pointer;
}

.owl-nav button span {
  font-size: 36px;
  height: 100%;
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #E03546;
  color: #FFF;
  text-decoration: none;
}

.Desktop-Slider {
  display: block;
}

.Mobile-Slider {
  display: none;
}


/*===============================
How it works tabs
================================ */
.howitworks-nav-tab {
  border: none;
  width: 100%;
  display: block;
}

.howitworks-nav-tab li {
  display: block;
}

.howitworks-nav-tab li .nav-link {
  margin-bottom: -1px;
  background: none;
  border: none;
  color: #000;
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 30px;
}

.howitworks-nav-tab li .nav-link .num {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #d9d9d9;
  text-align: center;
  line-height: 32px;
}

.howitworks-nav-tab li .nav-link.active .num {
  background-color: #e03546;
  color: #FFF;
  border-color: #e03546;
}

.howitworks-nav-tab li .nav-link.active,
.howitworks-nav-tab li .nav-item.show .nav-link {
  color: #e03546;
  border: none;
  font-weight: 600;
}

/*=============================
Accordian panel
==============================*/
.accordion-item {
  background-color: #fff;
  border: none;
  box-shadow: 0 4px 16px 0 rgba(39, 49, 68, .04);
  margin-bottom: 24px;
  border-radius: 12px !important;
}

.accordion-button {
  border-radius: 12px !important;
}

/*==============================
Card Styling
===============================*/
.FlatCard {
  border: 0;
  border-radius: 9px;
  display: inline-block;
  box-shadow: 0 0 15px rgba(0, 0, 0, .08);
  padding: 10px 15px;
  width: 100%;
  text-align: center;
  background-color: #FFF;
}

.image-card {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 12px 9px;
  background-color: #fbfbfb;
  border-radius: 8px;
  height: 100%;
  border: 1px solid #ebebeb;
}

.image-card-height {
  height: 120px;
  width: 120px;
  margin: 20px auto;
  border-radius: 16px;
}

.image-card-height img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.imamge-card .image-containt {
  position: relative;
  max-width: 100%;
  width: 145px;
  height: 80px;
  overflow: hidden;
}

.imamge-card .image-containt img {
  max-width: 100%;
  width: 145px;
  height: 80px;
  overflow: hidden;
}

.category-name {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  height: calc(100% - 75px);
  padding: 15px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.Testimonial-card {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  margin: auto 16px;
  box-shadow: 0 1px 4px 0 rgba(28, 28, 28, .06);
  margin-top: 30px;
  margin-bottom: 30px;
}

.testimonial-card-body {
  min-height: 120px;
}

.testimonial-card-footer {
  border-top: 1px solid #f2f4f7;
  padding-top: 24px;
  width: 100%;
  height: 80px
}

.Testimonial-card p {
  margin-bottom: 0px;
}

.Testimonial-card::before {
  content: "";
  background-image: url("../img/Quote.png");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 50px;
  right: 30px;
  width: 84px;
  height: 72px;
}

.avtar42 {
  width: 42px;
  height: 42px;
  border-radius: 100px;
  margin: auto;
}

.avtar42 img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  object-fit: cover;
}

/*Product show card*/
.product-item-card {
  height: 100%;
  text-align: center;
  position: relative;
  padding: 32px 0 0;
  border: 1px solid #ebebeb;
  box-shadow: 0 1px 4px rgba(28, 28, 28, .06);
  border-radius: 24px;
  margin-bottom: 0;
  z-index: 1;
  background-color: #FFF;
  cursor: pointer;
  margin-right: 15px;
}

.product-item-card .product-item-image {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.product-item-card .product-item-image img {
  width: 122px;
  height: 122px
}

.outof-stock {
  filter: grayscale(100%);
}

.product-item-card .card-body,
.product-item-card .card-footer {
  background-color: #FFF;
}

.product-item-card .card-footer {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.product-item-card .card-body .product-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  margin-bottom: 0px;
}

.offer-item-container {
  min-height: 80px;
}

.card-footer-height {
  min-height: 50px;
}

.product-item-offer {
  background-color: rgb(246, 252, 252);
  border-radius: 8px;
  padding: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.add-btn {
  min-width: auto;
  min-height: 36px;
  display: block;
  -webkit-box-align: stretch;
  align-items: stretch;
  border-radius: 0.6rem;
  background: transparent;
  padding: 0px;
  border: none;
  cursor: pointer;
  background: rgb(252 227 229);
  border: 1.7px solid #e03546;
  color: #E03546;
  text-align: center;
}

.add-btn:hover {
  background: rgb(252 227 229);
  border: 1.7px solid #e03546;
  color: #E03546;
}

.number {
  position: relative;
  border: 1.7px solid #e03546;
  border-radius: 8px;
  background-color: #FFF;
  display: flex;
}

.minus,
.plus {
  width: 32px;
  height: 33px;
  background: rgba(239, 79, 95, 0.16);
  border-radius: 4px;
  padding: 8px 5px 8px 5px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
}

.pm-counter {
  height: 33px;
  width: 30px;
  text-align: center;
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

.minus {
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 0px;
}

.plus {
  border-top-left-radius: 0px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 8px;
}


.height127 {
  min-height: 127px;
}

.offer-flat-ribbon {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 2px 8px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  font-weight: 400;
}

.discount-ribbon-blue {
  background-image: linear-gradient(to right, rgb(112, 161, 245), rgb(64, 119, 233), rgb(36, 89, 225));
  color: #FFF;
}

.bestseller-ribbon-red {
  background-image: linear-gradient(to right, rgb(248, 135, 151), rgb(234, 70, 86), rgb(224, 53, 70));
  color: #FFFF;
}

.add-fav {
  position: absolute;
  top: 50px;
  right: 20px;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  border: 1px solid #D9D9D9;
  text-align: center;
  color: #D9D9D9;
  line-height: 48px;
  font-size: 1.3rem;
  cursor: pointer;
}

.add-fav.active {
  color: #E03546;
}

.add-fav2 {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  border: 1px solid #D9D9D9;
  text-align: center;
  color: #D9D9D9;
  line-height: 48px;
  font-size: 1.3rem;
  cursor: pointer;
}

.add-fav2.active {
  color: #E03546;
}

.cut-price {
  font-size: 12px;
  color: #9A9A9A;
  text-decoration: line-through;
}

/*================================
Footer CSS
=================================*/
.main-footer {
  position: relative;
  background-color: #f4f6fb;
  color: #293142;
  padding-top: 30px;
}

.main-footer:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 46, 37, 1);
  z-index: -1;

}

.address-line {
  margin-bottom: 16px;
}

.address-icon {
  float: left;
  display: block;
  margin-right: 10px;
  color: #e03546;
}

.address-line p {
  overflow: hidden;
  display: block;
  line-height: 1.3;
  font-size: 14px;
  color: #293142;
  font-weight: 300;
}

.address-line1 {
  margin-bottom: 16px;
}

.address-icon1 {
  float: left;
  display: block;
  margin-right: 10px;
}

.address-line1 p {
  overflow: hidden;
  display: block;
  margin-bottom: 0;
  line-height: 1.3;
}

ul.socialmedia li {
  display: inline-block;
  background: rgba(255, 255, 255, 0.36);
  border-radius: 100%;
  width: 32px;
  height: 32px;
  margin-right: 5px;
}

ul.socialmedia li a {
  display: block;
  padding: 5px;
  color: #293142;
  font-size: 1rem;
  text-align: center;
}

ul.socialmedia li a:hover {
  color: #293142;
}

.news-letter {
  padding: 20px 0;
  border-bottom: 1px solid #8E8E8E;
  margin-bottom: 30px;
}

.news-letter p {
  margin-bottom: 0;
}

ul.quicklinks li {
  display: block;
  margin-top: 5px;
}

ul.quicklinks li a {
  display: block;
  color: #293142;
  font-size: 14px;
  font-weight: 400;
}

ul.quicklinks li a:hover {
  color: #E03546;
}

.copyright-box {
  padding: 15px 0;
  border-top: 1px solid #ebebeb;
  margin-top: 30px;
}

.copyright-box p {
  margin-bottom: 0px;
  opacity: .4;
}

ul.gallery li {
  display: inline-block;
  width: 32%;
}

ul.gallery li a {
  display: block;
  padding: 4px 2px;
}

ul.gallery li a img {
  width: 100%;
  height: 100%;
}

/*=============================
Mobile Footer navigation
==============================*/
.mobile-footer-nav {
  display: none;
  background: #FFF;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 999;
  box-shadow: inset 0 .3px 0 #e8e8e8;
}

.mobile-footer-nav ul {
  justify-content: space-between;
  display: flex;
}

.mobile-footer-nav ul li {
  display: flex;
}

.mobile-footer-nav ul li a {
  display: block;
  padding: 15px;
  font-size: 12px;
  color: #000;
  text-align: center;
}

.mobile-footer-nav ul li a img {
  display: block;
  width: 24px;
  margin: auto;
  margin-bottom: 5px;
}

/*===============================
Form Control CSS
=================================*/
.form-control {
  padding: 0.75rem 0.75rem;
  border: 1px solid rgb(207, 207, 207);
  border-radius: 12px;
}

.form-select {
  padding: 0.75rem 0.75rem;
  border: 1px solid rgb(207, 207, 207);
  border-radius: 12px;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: .875rem;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2B3D51;
  opacity: 0.5;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2B3D51;
  opacity: 0.5;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #2B3D51;
  opacity: 0.5;
}

.notification .form-control {
  font-size: 14px;
  border: none;
  background: #FFFFFF;
  border-radius: 4px;
  height: 44px;
}

select {
  color: black;
}

/* with the :focus here, we show grey when using the element */
select:required:invalid {
  color: #2B3D51;
  opacity: 0.5;
}

option[value=""][disabled] {
  display: none;
}

option {
  color: black;
}

.search-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #828282;
}

.control-muted {
  color: #828282 !important;
}

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

.icon-flag {
  position: absolute;
  top: 13px;
  left: 15px;
}

.icon-trash {
  position: absolute;
  top: 13px;
  right: 15px;
  width: 15px;
}

.input-icon-right {
  position: absolute;
  top: 13px;
  right: 15px;
  cursor: pointer;
  font-size: 1.2rem;
}

.mobile-control {
  padding-left: 80px;
}

.search-bar {
  padding-left: 40px;
  border: 1px solid #e6e9ef;
  background-color: #f8f9fc;
  border-radius: 24px;
}

.select-filter {
  padding-left: 50px;
}

.select-counter {
  position: absolute;
  top: 13px;
  left: 15px;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background: #93aaa0;
  text-align: center;
  line-height: 24px;
}

/*===================================
Product Details CSS
=====================================*/
/*** Fancy Box ***/

.cloudzoom-zoom-inside {
  cursor: zoom-in;
  z-index: 1;
}

.thumbelina {
  left: 0;
  right: 0;
  width: 90px;
  margin: 0 auto;
}

.thumbelina li img,
.thumbelina li img:hover {
  height: 100px;
  border: none;
}

.thumbelina-but.vert {
  line-height: 28px;
}

/*** CUSTOM ***/

#thumbnails {
  position: relative;
  width: 100px;
  height: 470px;
  background-color: #fff;
  /* border-left: 1px solid #aaa;
  border-right: 1px solid #aaa; */
  float: left;
  margin-top: 20px;
  z-index: 2;
}

#thumbnails a {
  width: 100%;
  display: inline-block;
  text-align: center;
}

/* Prevent FOUC */
#thumbnails ul {
  visibility: hidden;
}

#thumbnails ul.thumbelina {
  visibility: visible;
}

#product-image {
  position: relative;
  display: inline-block;
  line-height: 0;
  margin-left: 1rem;
  width: 520px;
  background-color: #CCC;
  border: 1px solid #E4E4E4;
  border-radius: 8px;
}

#product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

#zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: fadeout 0.5s;
  /* Sync with JS */
  background: url("../img/cycle/mtb-cycle1.jpg") no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  cursor: zoom-out;
  display: none;
  opacity: 0;
  z-index: 1;
}

.fullscreen {
  overflow: hidden;
}

.fullscreen .cloudzoom-zoom-inside {
  visibility: hidden;
  /* Prevent FOUC */
}

.fullscreen #thumbnails {
  position: fixed;
  top: 8px;
  left: 8px;
  opacity: 0.8;
}

.fullscreen #zoom-overlay {
  animation: fadein 0.5s;
  /* Sync with JS */
  display: block;
  opacity: 1;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*==================================
Modal Styling CSS
===================================*/
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

@media (min-width: 576px) {
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

.btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
  z-index: 1;
}

.modal-content {
  border-radius: 1rem;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem;
}

.modal-footer {
  box-shadow: 0 -2px 16px 0 rgba(28, 28, 28, .04);
  border-top: 1px solid var(--coolgreycoolgrey-200, #e6e9ef);
  padding: 1.5rem;
  display: block;
}

/*===================================
USP Section
====================================*/
.USP-section {
  border: 1px solid #ebebeb;
  border-radius: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #FFF;
}

.Quick-ContactForm {
  background-color: #ef4f5f;
  color: #FFFF;
}

/*==================================
Shop By category Lsit
===================================*/
ul.shopbycategoryList li {
  display: inline-block;
}

ul.shopbycategoryList li a {
  display: block;
  width: 166px;
  height: 170px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(28, 28, 28, .06);
  border-radius: 24px;
  margin-right: 15px;
  margin-top: 15px;
}

ul.shopbycategoryList li a .categoryIcon {
  width: 100%;
  height: 80px;
  object-fit: contain;
  -o-object-fit: contain;
  margin-bottom: 10px;
}

ul.shopbycategoryList li a .categoryTitle {
  height: 44px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.side-widget {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.side-widget .widget-title {
  text-transform: uppercase;
  color: #9c9c9c;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
}

.side-widget ul.widget-nav {
  display: block;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  padding: 0px 12px;
}

.side-widget ul.widget-nav li {
  display: block;
  border-bottom: 1px solid #ebebeb;
}

.side-widget ul.widget-nav li:last-child {
  border: none;
}

.side-widget ul.widget-nav li a {
  display: block;
  color: #000;
  padding: 12px;
}

.badge-danger {
  background-color: #ff7e8b !important;
  border-radius: 10px !important;
  padding: .35rem .50rem !important;
}

.badge-teal {
  background-color: #12a2ab !important;
  border-radius: 10px !important;
  padding: .35rem .50rem !important;
}

.notification-icon42 {
  width: 42px;
  height: 42px;
  border-radius: 100px;
  margin: auto;
}

.notification-icon42 img {
  width: 42px;
  height: 42px;
  border-radius: 100px;
}

ul.notification-side-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.notification-side-list li {
  display: block;
  border-bottom: 1px solid #ebebeb;
}

ul.notification-side-list li a {
  display: block;
  padding: 12px;
  color: #000;
}

ul.notification-side-list li a p {
  margin-bottom: 0px;
}

/*==================================
Offcanvas side drawer 
===================================*/
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 3px solid #D9D9D9;
}

/*==================================
Sub category page
===================================*/
.HorizontalScrollnav {
  height: 80px;
  padding: 23px 60px;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  border: 1px solid #ebebeb;
  box-shadow: 0 1px 4px rgba(28, 28, 28, .06);
  border-radius: 24px;
}

.HorizontalScrollnav .menu-item {
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.HorizontalScrollnav .menu-item a {
  display: inline-block;
  padding: 5px 20px;
  color: #696969;
  height: 100%;
  font-size: 1.1rem;
}

.HorizontalScrollnav .menu-item a:hover {
  text-decoration: none;
}

.HorizontalScrollnav .menu-item a.active {
  color: #000;
  font-weight: 600;
}

.HorizontalScrollnav .menu-item a:first-child {
  padding-left: 5px;
}

.HorizontalScrollnav .menu-item::-webkit-scrollbar {
  display: none;
}

.HorizontalScrollnav .pointer {
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  top: 20px;
  box-shadow: 0 1px 4px rgba(28, 28, 28, .06);
  border: 1px solid #d9d9d9;
  border-radius: 100px;
  font-size: 1.2rem;
}

.HorizontalScrollnav .pointer i {
  color: #333;
  cursor: pointer;
}

.HorizontalScrollnav .left-pointer {
  left: 15px;
}

.HorizontalScrollnav .right-pointer {
  right: 15px;
}

.HorizontalScrollnav .dis i {
  color: #ccc;
}

.leftSidebar {
  display: block;
  align-items: flex-start;
  width: 100%;
  margin-right: 20px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-shadow: 0 1px 4px rgba(28, 28, 28, .06);
  border-radius: 24px;
  overflow-y: scroll;
  position: sticky;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

ul.leftsidebar-nav {
  margin: 30px 0;
  padding: 0;
  list-style-type: none;
}

ul.leftsidebar-nav li {
  display: block;
  margin-bottom: 10px;
}

ul.leftsidebar-nav li a {
  display: block;
  padding: 8px;
  font-size: 1rem;
  color: #696969;
  border-right: 6px solid transparent;
}

ul.leftsidebar-nav li a .icon-img {
  width: 52px;
  height: 52px;
  background-color: #F1F1F1;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  line-height: 48px;
}

ul.leftsidebar-nav li a .icon-img img {
  width: 28px;
  height: 28px;
}

ul.leftsidebar-nav li a .nav-title {
  display: inline-block;
}

ul.leftsidebar-nav li a.active {
  border-right: 6px solid #e03546;
  color: #000;
  font-weight: 600;
}

ul.Filternav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 30px;
}

ul.Filternav li {
  display: inline-block;
  margin-right: 15px;
}

ul.Filternav li a {
  background: #fff;
  border: 1px solid #ebebeb;
  box-shadow: 0 1px 4px rgba(28, 28, 28, .06);
  border-radius: 40px;
  padding: 8px 15px 8px 15px;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
}

ul.Filternav li a i {
  display: none;
  font-size: 1rem;
  cursor: pointer;
}

ul.Filternav li a.active {
  background: #ffedef;
  border: 1px solid #ef4f5f;
  box-shadow: 0 1px 4px rgba(28, 28, 28, .06);
}

ul.Filternav li a.active i {
  display: inline-block;
}

.card-scroll {
  min-height: 400px;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}

ul.BrandFilterListing-check li {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #f4f4f4;
}

ul.Filternav-block {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 30px;
}

ul.Filternav-block li {
  display: block;
  margin-bottom: 15px;
}

ul.Filternav-block li a {
  background: #fff;
  border: 1px solid #ebebeb;
  box-shadow: 0 1px 4px rgba(28, 28, 28, .06);
  border-radius: 40px;
  padding: 8px 16px 8px 20px;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  display: block;
}

ul.Filternav-block li a i {
  display: none;
  font-size: 1rem;
  cursor: pointer;
}

ul.Filternav-block li a.active {
  background: #ffedef;
  border: 1px solid #ef4f5f;
  box-shadow: 0 1px 4px rgba(28, 28, 28, .06);
}

ul.Filternav-block li a.active i {
  display: inline-block;
}

.card-scroll {
  min-height: 400px;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}

ul.BrandFilterListing-check li {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #f4f4f4;
}

.FilterModal-open {
  background: #fff;
  border: 1px solid #ebebeb;
  box-shadow: 0 1px 4px rgba(28, 28, 28, .06);
  border-radius: 40px;
  padding: 8px 16px 8px 20px;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  display: inline-block;
  margin-bottom: 15px;
}

.mobile-search-btn {
  display: none !important;
}

.change-category {
  display: none;
}

.category-offcanvas-bottom {
  height: 90vh;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.category-offcanvas-bottom .offcanvas-header {
  padding: 1.5rem 1.5rem;
}

.category-offcanvas-bottom .offcanvas-header .btn-close {
  margin-top: 1rem;
  margin-right: 1rem;
}

ul.RecentlysearchList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.RecentlysearchList li {
  display: block;
  margin-bottom: 5px;
}

ul.RecentlysearchList li a {
  padding: 8px 12px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-shadow: 0 1px 4px rgba(28, 28, 28, .06);
  color: #000;
  display: block;
}

ul.RecentlysearchList li a i {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

ul.RecentlysearchList li a img {
  position: relative;
  top: 2px;
  margin-right: 5px;
  width: 32px;
}

ul.ExploreList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.ExploreList li {
  max-width: 304px;
  float: left;
  width: 246px;
}

ul.ExploreList li a {
  display: block;
}

.wd-20 {
  width: 20% !important;
}

.pointer {
  cursor: pointer !important;
}

.text-decoration-none {
  text-decoration: none;
  color: inherit;
}

/*===================================
Product details card
===================================*/
.product-details-card {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #ebebeb;
  border-radius: 48px;
  background-color: #fff;
}

.product-details-card .card-body {
  padding: 40px;
}

.product-image-slider {
  background: #f4f6fb;
  border-radius: 24px;
  padding: 30px;
}

#carouselProductImageSlider .carousel-indicators {
  position: relative;
  margin-top: 30px;
}

#carouselProductImageSlider .carousel-indicators [data-bs-target] {
  height: 50px;
  width: 50px;
  padding: 5px;
  border-radius: 12px;
  border: 1px solid #D9D9D9;
}

#carouselProductImageSlider .carousel-indicators .active {
  border-color: #E03546;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 4rem;
  height: 4rem;
  z-index: 1;
}

#carouselProductImageSlider .carousel-control-prev-icon {
  background-image: url("../img/Arrow-left.png");
}

#carouselProductImageSlider .carousel-control-next-icon {
  background-image: url("../img/Arrow-left.png");
  transform: rotate(180deg);
}

.product-description-details {
  position: relative;
  padding: 30pxg;
}

.product-Tile {
  font-size: 32px;
  font-weight: 700;
}

.pricetag-container {
  position: relative;
  padding: 24px;
  border: 2px solid #f4f6fb;
  border-radius: 32px;
  background-color: #fff;
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 30px;
}

ul.product-description-bullet {
  margin-left: 30px;
}

ul.product-description-bullet li {
  list-style-type: square;
  color: #696969;
  font-size: 16px;
}

/*==================================
Cart View
===================================*/
ul.catitemList {
  margin: 0;
  padding: 0;
}

ul.catitemList li {
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}

ul.catitemList li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.cartSummary-table {
  box-shadow: 0 1px 4px 0 rgba(28, 28, 28, .06);
  border-radius: 24px;
  background-color: #FFF;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.pb8,
.py8 {
  padding-bottom: 8px;
}

.py8 {
  padding-top: 8px;
}

.px24 {
  padding-left: 24px;
  padding-right: 24px;
}

.cart-offcanvas-bottom {
  height: 45vh;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.cart-offcanvas-bottom .offcanvas-header {
  padding: 1.5rem 1.5rem;
  border-bottom: 0px;
}

.cart-offcanvas-bottom .offcanvas-header .btn-close {
  margin-top: 1rem;
  margin-right: 1rem;
}

/*==================================
Account setup
==================================*/
.accountsetup-section {
  /* background: rgb(177,37,97);
background: linear-gradient(170deg, rgba(177,37,97,1) 0%, rgba(96,69,193,1) 100%); */
  background-image: url("../img/CompleteSetupPage.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 5rem;
  color: #FFF;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
}

.accountsetup-discountbox {
  left: 60px;
  border-radius: 100px;
  border: 1px solid hsla(0, 0%, 100%, .12);
  background: hsla(0, 0%, 100%, .12);
  padding: 8px 12px;
  top: 210px;
  color: #fff;
  width: 268px;
  height: 40px;
}

.accountsetup-stepwizard {
  position: relative;
  top: -100px;
}

.accountsetup-stepwizard .container {
  padding-left: 5rem;
  padding-right: 5rem;
}

.stepwizard-box {
  border-radius: 32px;
  background-color: #fff;
  flex: 1 0;
  height: 270px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

.stepicon {
  width: 100px;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.step-title {
  display: block;
  padding-bottom: 30px;
}

.stepwizard-box .step-title {
  color: #d7d9df;
}

.stepwizard-box .btn-lock {
  background-color: #f8f9fb;
  border-color: #f8f9fb;
  color: #d7d9df !important;
}

.stepwizard-box .btn-primary {
  display: none;
}

.stepwizard-box.active .step-title {
  color: #000;
}

.stepwizard-box.active .btn-lock {
  display: none;
}

.stepwizard-box.active .btn-primary {
  display: block;
}

.complete-step {
  background-color: #ebffef;
  color: #24963f;
  font-weight: 400px;
  width: 100%;
  height: 45px;
  line-height: 32px;
  padding: 8px 16px;
  border-radius: 12px;
}

ul.floorList li {
  display: inline-block;
}

ul.floorList li a {
  display: block;
  padding: 10px;
  text-align: center;
  width: fit-content;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  margin-right: 5px;
  color: #000;
}

ul.floorList li a.active {
  background-color: #fff5f6;
  border-color: #ef4f5f;
}

/*=================================
FAQ List
==================================*/
ul.FAQList li {
  display: block;
  margin: 10px 0;
}

ul.FAQList li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  color: #1c1c1c;
  cursor: pointer;
}

/*==================================
Wallet / Credit 
==================================*/
.wallet-banner {
  background-color: rgba(39, 129, 231, .07);
  width: 100%;
  padding: 10px 10px 0;
  display: flex;
  align-items: center;
  border-radius: 6px;
  word-break: break-word;
  margin-bottom: 30px;
}

.wallet-banner .title {
  color: #1148a6;
  font-size: 72px;
  font-weight: 800;
  padding-left: 25px;
}

.wallet-banner .title h2 {
  font-size: 42px;
  font-weight: 600;
}

.wallet-banner .small-title {
  letter-spacing: 3px;
  font-size: 16px;
  margin-top: -5px;
}

ul.transactionactionList li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
}

ul.transactionactionList li a {
  display: block;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  cursor: pointer;
}

ul.transactionactionList li a.active {
  background: #e5f3f3;
  color: #12a2ab;
  border: .5px solid #12a2ab;
}

/*=================================
Sales page css
==================================*/
.bg-light-green {
  background-color: #44ba66;
}

.bg-light-red {
  background-color: #f6163c;
}

.rounded12 {
  border-radius: 12px;
}

.sales-nav-tab {
  border-bottom: 1px solid #dee2e6;
  padding: 0px;
  border-top: 1px solid #DEE2E6;
}

.sales-nav-tab .nav-link {
  color: #999999;
  padding: 1rem 2rem;
  font-size: 1rem;
}

.sales-nav-tab .nav-link:hover {
  border-color: transparent;
}

.sales-nav-tab .nav-link.active,
.sales-nav-tab .nav-item.show .nav-link {
  color: #000;
  background-color: #fff;
  border-color: transparent transparent #099B32 transparent !important;
  border-bottom: 2px solid #099B32;
}

.border-bottom-dashed {
  border-bottom: 1px dashed #D9D9D9;
}

.border-top-dashed {
  border-top: 1px dashed #D9D9D9;
}

.badge-counter {
  width: 24px;
  height: 24px;
  position: relative;
  background: #F5980B;
  border-radius: 100px;
  float: right;
  top: -10px;
  font-size: 12px;
  line-height: 24px;
  color: #FFF;
}

ul.ItemsList-sales li {
  display: block;
  border-bottom: 1px dashed #D9D9D9;
  padding: 15px 0;
}

ul.ItemsList-sales li:last-child {
  border-bottom: none;
}

.badge-green {
  background: rgba(137, 202, 160, 0.17);
  border: 1px solid #099B32;
  border-radius: 12px;
  padding: 8px 16px;
}

.badge-expire {
  background: #FFEDED;
  border: 1px solid #FFEDED;
  border-radius: 6px;
  padding: 8px 16px;
  color: #e33030;
}

.badge-light-purple {
  background-color: #d4c5d4;
  border: 1px solid #C989CA;
  border-radius: 6px;
  padding: 8px 16px;
  color: #000;
}

ul.buttonLisitng {
  display: flex;
  justify-content: space-between;
}

.fullrounded {
  border-radius: 100px;
}

/*==================================
Badges
====================================*/
.badge-regular {
  display: inline-block;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 100px;
}

.badge-warning {
  background-color: #E2B30D;
  color: #FFF;
}

.badge-success {
  background-color: #099B32;
  color: #FFF;
}

.badge-danger1 {
  background-color: #E11111;
  color: #FFF;
}

ul.UPIList li {
  display: inline-block;
  margin-right: 15px;
}

ul.UPIList li a {
  display: block;
  padding: 8px 16px;
  border: 1px solid #D9D9D9;
  color: #000;
  border-radius: 6px;
  font-size: 12px;
  max-width: 72px;
}

ul.UPIList li a img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin: auto;
  margin-bottom: 5px;
  display: block;
}

ul.UPIList li a.active {
  border: 1px solid #E03546;
}

.offer-badge {
  width: fit-content;
  padding: 6px 12px;
  border-radius: 30px;
  background-color: #F1F1F1;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 15px;
}

.delivered-dot {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: #099B32;
  display: inline-block;
  margin-right: 5px;
}

.cancelled-dot {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: #e03546;
  display: inline-block;
  margin-right: 5px;
}

.returned-dot {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: #f9952a;
  display: inline-block;
  margin-right: 5px;
}

.pleft100 {
  padding-left: 100px;
}

.borderleft {
  border-left: 1px dotted #d4d4d4;
}

ul.order-tracking {
  margin-top: 15px;
}

ul.order-tracking li {
  display: inline-block;
  padding: 15px 22px 0px 22px;
  position: relative;
  margin-left: -4px;
  border-bottom: none;
  font-size: 13px;
}

ul.order-tracking li span {
  font-size: 10px;
  color: #767c8f;
  font-weight: 300;
}

ul.order-tracking li::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #D9D9D9;
  display: block;
  position: absolute;
  top: 0;
}

ul.order-tracking li::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background-color: #D9D9D9;
  display: block;
  position: absolute;
  top: -7px;
}

ul.order-tracking li:last-child::after {
  display: none;
}

ul.order-tracking li.active,
ul.order-tracking li span {
  color: #099B32;
}

ul.order-tracking li.active::after,
ul.order-tracking li.active::before {
  background-color: #099B32;
}

/*==================================
My order tab
==================================*/
ul.MyorderTab {
  margin: 0;
  padding: 0 15px;
  list-style-type: none;
  border-bottom: 1px solid #E4E4E4;
  background-color: #D7F1E6;
}

ul.MyorderTab li {
  display: inline-block;
}

ul.MyorderTab li a {
  display: block;
  padding: 15px 30px;
  color: #000;
}

ul.MyorderTab li a.active {
  border-bottom: 4px solid #099B32;
}

ul.MyorderTab li:first-child a {
  padding-left: 0px;
  padding-right: 0px;
}

.menu-wrapper {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.menu-wrapper .menu-item {
  height: 100%;
  overflow: auto;
  white-space: nowrap;

}

.menu-wrapper .menu-item a {
  display: inline-block;
  padding: 12px 20px;
  color: #333;
  height: 100%;
  border: 1px solid #E4E4E4;
  border-radius: 100px;
  margin-right: 15px;
}

.menu-wrapper .menu-item a:hover {
  text-decoration: none;
}

.menu-wrapper .menu-item a.active {
  border-color: #099B32;
  background-color: #E5FBEB;
}

.menu-wrapper .menu-item::-webkit-scrollbar {
  display: none;
}

.menu-wrapper .pointer {
  height: 40px;
  width: 30px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  top: 0;
}

.menu-wrapper .pointer i {
  color: #333;
  cursor: pointer;
}

.menu-wrapper .left-pointer {
  left: 0;
}

.menu-wrapper .right-pointer {
  right: 0;
}

.menu-wrapper .dis i {
  color: #ccc;
}

a.active {
  color: red;
}

ul.accountTypeList li {
  display: inline-block;
}

ul.accountTypeList li a {
  display: block;
  padding: 6px 12px;
  border-radius: 100px;
  border: 1px solid #E4E4E4;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 0.8rem;
}

/*===================================
Media Query
=====================================*/

/*large device desktop*/
@media only screen and (min-width: 1360px) and (max-width: 1680px) {

  h5,
  .h5 {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1920px) {
  .ml-8-5 {
    margin-left: 38.5rem;
  }

  .container {
    max-width: 1620px;
    width: 100%;
    margin-left: 130px;
    margin-right: 130px;
  }

  ul.shopbycategoryList li a {
    width: 142px !important;
  }

  ul.order-tracking li {
    display: inline-block;
    padding: 15px 20px 0px 20px;
    position: relative;
    margin-left: -4px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  body {
    font-size: 0.8rem;
  }

  .body-padding-bottom {
    padding-bottom: 40px;
  }

  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mobile-hide {
    display: none !important;
  }

  .mobile-show {
    display: block !important;
  }

  .mobile-full-modal {
    margin: 0px;
  }

  .mobile-modal-content-full {
    width: 100vh;
    height: 100vh;
    border-radius: 0px;
  }

  .mobile-modal-content-full .modal-body {
    padding-top: 4rem;
  }

  .mobile-back-header {
    display: block;
    z-index: 999;
    padding: 15px 0;
    position: fixed;
    top: 0;
    width: 100%;
  }

  .mob-mt1 {
    margin-top: 1rem;
  }

  .mob-mb1 {
    margin-bottom: 1rem !important;
  }

  .mob-pt-0 {
    padding-top: 0px;
  }

  .mob-pb-0 {
    padding-bottom: 0px;
  }

  .hero {
    position: relative;
    min-height: 220px;
  }

  .carousel-item {
    height: 220px;
  }

  .carousel-item img {
    height: 220px !important;
  }

  #carouseHeroslider .carousel-caption h1 {
    font-size: 18px;
  }

  #carouseHeroslider .carousel-caption p {
    font-size: 12px !important;
  }

  .w-75 {
    width: 100% !important;
  }

  .width50 {
    width: 100%;
  }
  h5, .h5 {
    font-size: 1rem;
}

  .Desktop-Slider {
    display: none;
  }

  .Mobile-Slider {
    display: block;
  }


  .product-commercial .product-description .price {
    font-size: 12px;
  }

  ul.top-menu li span {
    display: none;
  }

  .product-rating i {
    font-size: 8px;
  }

  .ribbon {
    width: 60%;
  }

  .p-32 {
    font-size: 22px;
  }

  #product-image {
    position: relative;
    display: inline-block;
    line-height: 0;
    margin-left: 1rem;
    width: 310px;
    background-color: #CCC;
  }

  #thumbnails {
    position: relative;
    width: 60px;
    height: 230px;
    background-color: #fff;
    float: left;
    margin-top: 20px;
    z-index: 2;
  }

  .thumbelina {
    left: 0;
    right: 0;
    width: 60px;
    margin: 0 auto;
  }

  .thumbelina li {
    padding: 6px;
    line-height: 0px;
    margin: 10px auto;
    width: 50px;
    height: 50px;
    border: 1px solid #F1F1F1;
  }

  .thumbelina li img {
    width: 40px !important;
    height: 40px !important;
  }

  .thumbelina-but.vert {
    width: 60px;
  }

  .desktop-right {
    text-align: left;
  }

  .Heading-Large {
    font-size: 36px;
  }

  .Heading-Small {
    font-size: 22px;
  }

  .Heading-Small img {
    display: none;
  }

  .StaticHero-banner {
    height: 400px;
  }

  .StaticHero-banner-image .banner-call-action {
    bottom: 30px;
  }

  .image-card-height {
    height: 50px;
    width: 130px;
  }

  .category-name {
    display: block;
    font-size: 14px;
  }

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    display: none;
  }

  .Testimonial-card::before {
    display: none;
  }

  .product-item-card {
    margin-right: 0px;
  }

  .number {
    display: flex;
    justify-content: space-between;
  }

  .product-item-offer {
    font-size: 12px;
  }

  .offer-item-container {
    min-height: 115px;
  }

  .Heading-icon {
    width: 42px;
  }

  .mobile-footer-nav {
    display: block;
  }

  .mob-pl-0 {
    padding-left: 0px;
  }

  .SubcategoryNavigation {
    display: none;
  }

  .Mobile-fixed-sidebar {
    /* position: absolute;
    width: 100%;
    top: -82px;
    border-radius: 0;
    height: 100%;
    padding-bottom: 15px; */
    position: fixed;
    height: 100vh;
    border-radius: 0;
    margin-right: 12px;
    top: 45px;
    max-width: 120px;
    display: flex;
    align-items: flex-start;
    width: 23%;
    background: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 1px 4px rgba(28, 28, 28, .06);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  ul.leftsidebar-nav li a {
    padding: 12px;
    font-size: 0.8rem;
    text-align: center;
  }

  .mobile-search-btn {
    display: inline-block !important;
  }

  .change-category {
    display: inline-block;
  }

  .wd-20 {
    width: 100% !important;
  }

  ul.shopbycategoryList li a {
    width: 165px !important;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: none;
  }

  .product-Tile {
    font-size: 16px;
    font-weight: 700;
  }

  .product-details-card {
    border-radius: 32px;
  }

  .product-details-card .card-body {
    padding: 15px;
  }

  .mob-p-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .accountsetup-stepwizard .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .stepwizard-box {
    margin: 15px 0px;
    padding: 15px 0px;
    height: fit-content;
  }

  .stepicon {
    width: 60px;
    margin: 0px;
  }

  .step-title {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .accountsetup-section {
    padding: 4rem 15px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    top: -70px;
    position: relative;
  }

  .accountsetup-stepwizard {
    position: relative;
    top: -160px;
  }

  .fullscreen-modal {
    height: 100%;
    margin: 0px;
  }

  .fullscreen-modal .modal-content {
    height: 100%;
    border-radius: 0px;
  }

  .sales-nav-tab {
    justify-content: space-between;
  }

  .sales-nav-tab .nav-link {
    padding: 1rem 1rem;
  }

  /* ul.order-tracking{
    padding-left: 15px;
  }
  ul.order-tracking li {
    padding: 15px;
    position: relative;
    margin-left: 0px;
    padding-left:40px;
    display: block;
}
ul.order-tracking li::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background-color: #D9D9D9;
  display: block;
  position: absolute;
  top: 18px;
  left: -7px;
}
ul.order-tracking li::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #D9D9D9;
  display: block;
  position: absolute;
  top: 20px;
  left: 0px;
} */
  ul.order-tracking li {
    padding: 15px 18px 0px 18px;
  }

  .pleft100 {
    padding-left: 0px;
  }

  .product-item-card .card-body .product-title {
    font-size: 14px;
  }
}