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

/* home style */
.dark-gradient {
  background: linear-gradient(104.79deg, #f5af8e 0%, #e9733c 108.38%);
  color: #fff;
}

.green-gradient {
  background: linear-gradient(82deg, #99b5aa 0%, #154633 108.38%);
  color: #fff;
}

form.search-store-form input:focus {
  outline: 0;
}

.bar-margin {
  margin: 7px 0 18px;
}

.bar-wrap p {
  color: #fff;
}

.bar-wrap .custom-btn {
  background: transparent;
  border-color: #fff;
  font-size: 10px;
  letter-spacing: 0.96px;
  padding: 5px 10px;
}

.bar-wrap .custom-btn:hover {
  background: #fff;
  color: var(--primaryColor);
}

/* services section */
.top-servises ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0 -15px;
  gap: 6px;
}

.top-servises {
  padding: 20px;
}

.top-servises ul li span.icon-wrap {
  border: 1px solid #154633;
  display: block;
  box-shadow: 0px 8px 24px 0px #e1dbd9;
  width: 68px;
  min-width: 68px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 10px;
}
.top-servises ul li span img {
  width: 100%;
  filter: sepia(1) hue-rotate(80deg) saturate(4) brightness(0.5) contrast(1.2);
}
.top-servises ul li span.service-name {
  margin: 0 4px;
  display: inline-block;
  line-height: 1.3;
}
.top-servises ul li {
  color: var(--primaryColor);
  font-size: 12px;
  text-align: center;
  flex: 1;
}

/* home banner slider */
.home-banner-slider .slick-slide {
  margin: 0 10px;
}

.banner-content-wrap {
  padding: 20px;
}

.banner-content-wrap .banner-img img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
}

.banner-content-wrap .content-wrap {
  text-align: center;
}

.banner-content-wrap .content-wrap a {
  text-decoration: underline;
}

.home-banner-slider {
  margin: 20px 10px 45px !important;
}

.slides-wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 10px;
  overflow: hidden;
}

.slides-wrap.yellow {
  background: linear-gradient(97.36deg, #fec227 -2.86%, #feca41 100.35%);
}

.slides-wrap.blue {
  background: linear-gradient(
    104.21deg,
    #d9d9d9 0%,
    #7fd9f0 0.01%,
    rgba(139, 232, 253, 0.78) 33.98%,
    #019fbe 112.47%
  );
}

.slides-wrap.pink {
  background: #ffbdae;
}

.slides-wrap img {
  width: 100%;
  padding: 0;
  height: auto;
}

.slides-wrap h4 {
  font-size: 20px;
}

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

.home-banner-slider .slick-dots li button:before {
  display: none;
}

.home-banner-slider .slick-dots li button {
  width: 10px;
  height: 5px;
  border: 0.5px solid #e9733c;
  border-radius: 3px;
  padding: 0;
}

.home-banner-slider .slick-dots li {
  width: auto;
  height: auto;
}

.home-banner-slider .slick-dots li.slick-active button {
  width: 26px;
  background: #e9733c;
}

/* three section */
.three-section ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.three-section ul li {
  width: 33.333%;
}

.three-section ul li span {
  font-size: 14px;
  font-weight: var(--font-regular);
  color: #013252;
  display: block;
  border: 1px solid #013252;
  border-radius: 16px;
  padding: 2px 10px;
  width: 80px;
  margin: 0 auto;
  text-align: center;
}

.three-section {
  padding: 10px 0;
}

.three-section ul li.active span {
  border: 1px solid #92b7cf;
  background: #e9733c;
  color: #fff;
}

.text-bar {
  background: #dbd8d5;
  padding: 6px 10px;
  margin: 20px;
}

.text-bar p {
  margin: 0;
  font-size: 12px;
  text-align: center;
  color: #154633;
}

/* shades section start */
.shades-section {
  margin: 30px 20px;
}

.shades-section ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  align-items: center;
}

.shades-section ul li {
  width: 33.333%;
  color: var(--primaryColor);
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

.shades-section ul li img {
  min-height: 24px;
  filter: sepia(1) hue-rotate(80deg) saturate(4) brightness(0.5) contrast(1.2);
}

.shades-section ul li span {
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.shades-section ul li span::after {
  content: "";
  position: absolute;
  background-image: url(https://oswal-static.s3.ap-south-1.amazonaws.com/mobile/msite-images/circle-shape.svg);
  background-repeat: no-repeat;
  background-size: 60px;
  width: 55px;
  height: 50px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

/* find store start */
.find-store-wrap {
  background: linear-gradient(104.79deg, #478ad8 0%, #25d8d4 108.38%);
  color: #fff;
  padding: 15px 20px 10px;
}

.find-store-wrap .mainh1 {
  color: #fff;
}

.store-slider .store-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.store-slider .store-img {
  border-radius: 8px;
  overflow: hidden;
  margin: 0 6px;
}

.store-slider {
  padding: 10px 0;
}

.store-slider .slick-list {
  padding-right: 10%;
}

.find-store-wrap p {
  font-size: 12px;
  color: #fff;
}

form.search-store-form {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 12px;
}

form.search-store-form input {
  font-size: 12px;
  background: #f2f2f2;
  border-radius: 0;
  color: var(--main-text-color);
  border: 1px solid #dee2e6;
  width: 100%;
  padding: 8px;
}

form.search-store-form input:focus {
  outline: 0;
}

.form-control:focus {
  box-shadow: none;
  border-color: transparent;
}

form.search-store-form button {
  background: transparent;
  border: 0;
  margin-left: 10px;
}

/* end find store */
/* partner slider start */
.partner-slider .img-wrap {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: linear-gradient(82deg, #99b5aa 0%, #154633 108.38%);
  border: 3px solid transparent;
}

.partner-slider .slick-current .img-wrap {
  border-color: #5eb5b8;
  border-style: dashed;
  background: transparent;
}

.partner-slider .img-wrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

.partner-outer {
  padding: 20px;
}

.partner-slider .slick-list {
  padding-right: 10%;
}

.partner-slider {
  margin: 20px -18px 0;
}

.partner-slider h6 {
  font-size: 12px;
  font-weight: var(--font-regular);
  margin: 10px 0 0;
  text-align: center;
}

/* partner slider ends */
/* product slider start */
.product-outer .head-wrap {
  padding: 10px 20px 0;
}

.product-outer .head-wrap span {
  font-size: 12px;
  color: #f64c4c;
}

.home-slider .slick-slide,
.product-slider-sale .slick-slide {
  padding: 20px 7px;
}

.home-slider .slick-list,
.product-slider-sale .slick-list {
  padding-right: 2%;
  padding-left: 2%;
}

/* product slider ends */
/* passion section */
.passion-section {
  margin: 20px;
}

.passion-card .img-card {
  width: 100%;
  height: 155px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.4s ease-in-out;
  position: relative;
}

.passion-card {
  margin-bottom: 12px;
  position: relative;
}
.passion-card > img {
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.passion-card .text-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(31 31 31 / 56%);
  width: 100%;
  border-radius: 0 0 10px 10px;
  height: 90px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #fff;
  padding: 10px;
  z-index: 2;
}

.passion-card .text-bottom h4 {
  font-size: 12px;
  font-weight: var(--font-regular);
  color: #fff;
}

.passion-card .text-bottom i {
  font-size: 20px;
}

.passion-card .img-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.4s ease-in-out;
}

.passion-card .img-card:hover::after {
  transform: scale(1.05);
}

.passion-section .col-6,
.passion-section .col-12 {
  padding: 0 6px;
}

.passion-section > .row {
  margin: 0 -6px;
  display: flex;
  flex-wrap: wrap;
}

.passion-section > .row .col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.passion-section > .row .col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* end passion section */
/* quiz section */
.quiz-section {
  background: #e6eef4;
  padding: 20px;
  text-align: center;
  margin: 20px 0;
}

.quiz-section h1 {
  color: var(--primaryColor);
}

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

.quiz-section .custom-btn {
  font-size: 14px;
  padding: 8px 20px;
}

/* end quiz section */
/* video section */
.video-section {
  padding: 15px 20px 10px;
}

.video-section video {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.video-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.video-wrap > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-wrap span.video-title {
  position: absolute;
  bottom: 2px;
  font-size: 12px;
  color: #fff;
  text-align: right;
  width: 100%;
  padding: 6px 20px;
  right: 0;
  background: rgb(0 0 0 / 37%);
  border-radius: 10px;
}

.video-wrap .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.video-wrap .play-btn img {
  display: none;
}

/* brands section */
.brands-section {
  margin: 20px;
}

.brands-section .blogo-wrap {
  background: #ccc;
  border-radius: 10px;
  margin: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.brands-section .slick-slide:nth-child(4n + 1) .blogo-wrap {
  background: #fbb2b2;
}

.brands-section .slick-slide:nth-child(4n + 2) .blogo-wrap {
  background: #c9c9c9;
}

.brands-section .slick-slide:nth-child(4n + 3) .blogo-wrap {
  background: #dbd8d5;
}

.brands-section .slick-slide:nth-child(4n + 4) .blogo-wrap {
  background: #dbd8d5;
}

.brand-slider {
  margin: 20px -6px 0;
}

/* brands section ends */
/* blog section start */
.blog-section {
  padding: 20px;
}

.blog-card {
  margin-bottom: 12px;
  position: relative;
}
.blog-card > img {
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.blog-card .img-card {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}

.blog-section .col-6 {
  padding: 0 8px;
  flex: 0 0 auto;
  width: 50%;
}

.blog-section .row {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}

.blog-section .col-6:last-child {
  margin-top: -25px;
}

.blog-section .col-6:last-child {
  margin-top: -25px;
}

.blog-card .text-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding: 16px;
}

.blog-card .text-bottom a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 12px;
}

.blog-card .text-bottom a i {
  font-size: 20px;
}

.blog-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(47, 47, 47, 0) 0%, #2c2c2c 100%);
  border-radius: 10px;
}

.blog-card .text-bottom p {
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}

.view-link {
  font-size: 12px;
  display: block;
  text-align: right;
  text-decoration: underline;
}

/* end blog section */
/* refer friend section */
.refer-friend {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 20px 25px;
  background: #dbd8d5;
}

.refer-friend .img-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  height: 140px;
  color: #fff;
  position: relative;
}

.refer-friend .content-wrap {
  padding: 18px;
}

.refer-friend .img-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(47, 47, 47, 0) 0%, #2c2c2c 100%);
}

.refer-friend p,
.refer-friend h5 {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 12px;
}

.refer-friend .img-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
}

.refer-friend h5 {
  font-size: 20px;
}

.refer-friend .content-wrap p {
  color: #474747;
}

.refer-friend .content-wrap .custom-btn {
  max-width: 180px;
  margin: 0 auto;
  font-size: 14px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-card .text-bottom a i {
  font-size: 20px;
}

/* end refer friend section */
/* category-modali-list */
ul.product-category-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

ul.product-category-list li {
  width: 50%;
  padding: 10px;
}

ul.product-category-list li h6 {
  text-align: center;
  padding: 8px 0 0;
}

ul.product-category-list li img {
  border-radius: 5px;
  overflow: hidden;
}

ul.browsefor-list li {
  margin: 0 10px 10px;
}

.subcategory-fullwidth-banner ul.browsefor-list {
  display: block;
}

.subcategory-fullwidth-banner ul.browsefor-list li {
  width: auto;
}

.subcategory-fullwidth-banner ul.browsefor-list li a {
  width: auto;
  text-align: inherit;
  padding: 0;
  border: 0;
}

/* ends */
li.active a {
  color: white !important;
  background: linear-gradient(105deg, #f5af8e 0%, #e9733c 108.38%);
}

.bg-grey {
  padding-bottom: 1px;
  background: transparent;
}

/* trending tabs start */
.product-outer .nav-tabs {
  border: 0;
  margin: 20px 20px 0;
}

.product-outer .nav-tabs li.nav-item button {
  display: block;
  text-transform: uppercase;
  border: 1px solid #154633;
  border-radius: 20px;
  white-space: nowrap;
  color: #154633;
  font-size: 12px;
  font-weight: var(--font-semibold);
  padding: 5px 18px;
}

.product-outer .nav-tabs li.nav-item {
  margin-right: 10px;
}

.product-outer .nav-tabs li.nav-item button.active {
  background: #ffbb9b;
  border-color: #ffbb9b;
  color: #154633;
}

/* trending tabs ends */
/* ps-Loader styles */
.loader-wrap {
  width: 100%;
  min-height: 280px;
  text-align: center;
  transition: 0.2s ease-in-out;
}

.loader-wrap .ps-loader {
  border: 3px solid #fff;
  border-top: 3px solid var(--primaryColor);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  animation: spin 1s linear infinite;
  margin: 0 auto;
  margin-top: 100px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

form.search-store-form .parsley-errors-list {
  position: absolute;
  bottom: -10px;
}

form.search-store-form .parsley-errors-list li {
  font-size: 12px;
}

.product-outer.sale-section {
  background: linear-gradient(104.79deg, #f5af8e 0%, #e9733c 108.38%);
}

.product-outer.sale-section .mainh1,
.product-outer.sale-section .view-link {
  color: #fff;
}

ul.custom-tab-sale li button {
  background: #fff;
}

ul.custom-tab-sale li.active button {
  background: #ffbb9b;
}

/* old section style start */
/* simmer effect style start */
.shimmer-placeholder {
  background: #f6f7f8
    linear-gradient(to right, #f6f7f8 0, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%)
    no-repeat;
  background-size: 800px 100%;
  display: inline-block;
  position: relative;
  width: 100%;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position-x: -468px;
  }

  100% {
    background-position-x: 468px;
  }
}

@keyframes placeholderShimmer {
  0% {
    background-position-x: -468px;
  }

  100% {
    background-position-x: 468px;
  }
}

.cat_circle_shimmer {
  height: 72px;
}

.shimmer-effect-wrapper {
  height: 100vh;
}

.top-owl-placeholder {
  width: 100%;
  display: flex;
  padding: 0 0;
  flex-wrap: nowrap;
  align-content: center;
}

.top-owl-placeholder > .item {
  width: 100%;
  padding: 12px 12px 8px;
}

.banner-shimmer {
  width: 100%;
  height: 300px;
  padding: 0;
  padding: 0 12px;
}

/* simmer effect ends */
.sub-menu {
  background: #f2f2f2;
  display: none;
}

.sub-menu > li {
  border-bottom: 1px solid #e3e2e2;
  padding-left: 45px;
}

.sub-menu > li:last-child {
  border-bottom: none;
}

.sub-menu > li > a {
  color: #545454;
  text-decoration: none;
  display: block;
  padding: 13px 5px 13px 7px;
  font-weight: var(--font-regular);
  font-size: var(--font-size-13);
  position: relative;
  overflow: hidden;
}

.common-dialog .modal-body .popup-header .logo {
  margin-bottom: 10px;
  width: 125px;
}

.common-dialog .modal-body .popup-header h2 {
  font-size: 18px;
  margin: 10px 0;
  color: #333333;
}

.common-dialog .modal-body .popup-header p {
  font-size: 14px;
  color: #666666;
}

.common-dialog .modal-body .popup-options {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.common-dialog .modal-body .option {
  text-align: center;
  cursor: pointer;
}

.common-dialog .modal-body .option .flag {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 10px;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.common-dialog .modal-body .option p {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}
.common-dialog .popup-header {
  clear: both;
}

.popup-container .close-btn {
  outline: none;
  border: none;
  background: none;
  float: right;
  font-size: 21px;
}

/* social dialog style start */
.single-img .hm_trending_glasses ul {
  display: block;
}

.single-img.sliding-modal {
  height: 100%;
}

.single-img.sliding-modal p {
  color: rgb(38 38 38);
  padding: 8px 10px 3px;
  font-size: 1rem;
  margin-bottom: 45px;
}

.single-img.sliding-modal p.desc span {
  color: rgb(0, 55, 107);
}

.portrait-slider .cat_title {
  padding-bottom: 5px;
}

.single-img-header {
  display: grid;
  width: 80%;
  grid-template-columns: 16% 84%;
  line-height: 15px;
  align-items: center;
}

.single-img-header .subtitile {
  display: block;
  color: #797676;
}

.circle-img {
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid rgb(88 88 88 / 24%);
  border-radius: 50%;
  padding: 2px;
  line-height: 33px;
  border: double 0px transparent;
  border-radius: 50%;
  background-image: linear-gradient(white, white),
    radial-gradient(circle at bottom left, #ffc802, #d800bb);
  background-origin: border-box;
  background-clip: content-box, border-box;
  display: inline-block;
}

.hm_trending_glasses ul > li {
  background-color: #fff;
  margin: 5px;
  text-align: center;
}

.single-img .hm_trending_glasses ul > li {
  text-align: initial;
}

.subcategory-product-list .hm_trending_glasses .hm_card img {
  padding: 0;
  border-radius: 3px;
}

.single-img .subcategory-product-list .hm_trending_glasses .hm_card img {
  object-fit: cover !important;
}

.subcategory-product-list .hm_trending_glasses ul > li:first-child,
.subcategory-product-list .hm_trending_glasses ul > li:nth-child(2) {
  margin-top: 0;
}

.subcategory-product-list .hm_trending_glasses ul > li {
  border-radius: 5px;
  margin: 8px 8px 0;
}

.hm_trending_glasses {
  text-align: center;
}

.single-img .hm_trending_glasses {
  text-align: initial;
}

.hm_trending_glasses a {
  text-decoration: none;
}

.single-img .hm_trending_glasses a.hm_view_btn {
  padding: 9px 20px;
  font-size: 14px;
  margin: 0;
  border-radius: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.hm_trending_glasses .hm_card {
  padding: 10px 0 0;
}

.single-img .hm_trending_glasses .hm_card {
  padding-top: 0;
}

.single-img .subcategory-product-list {
  height: 90vh;
  margin-top: 4px;
  scrollbar-width: none;
  overflow-y: auto;
}

.single-img.sliding-modal::-webkit-scrollbar,
.single-img .subcategory-product-list::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 0 !important;
}

.hm_trending_glasses .hm_card .glass_name {
  font-family: var(--font-family-sanserif);
  font-style: normal;
  font-weight: var(--font-bold);
  font-size: var(--font-size-15);
  line-height: 20px;
  text-align: center;
  color: #434343;
}

.subcategory-product-list .hm_trending_glasses .hm_card .glass_name {
  font-size: var(--font-size-14);
  padding: 8px 0;
}

.single-img .hm_trending_glasses .hm_card .glass_name {
  display: none;
}

.icons-strip {
  border-bottom: 1px solid #eee;
  padding: 4px 12px;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
}

.icons-strip small {
  font-size: 12px;
  position: relative;
  font-weight: var(--font-bold);
  padding-left: 1px;
  top: -2px;
}

.hm_trending_glasses .hm_card .glass_new_price {
  font-family: var(--font-family-sanserif);
  font-weight: var(--font-bold);
  font-size: var(--font-size-13);
  line-height: 17px;
  color: #434343;
}

.hm_trending_glasses .hm_card .glass_new_price .glass_old_price {
  font-family: var(--font-family-sanserif);
  font-weight: var(--font-regular);
  font-size: var(--font-size-14);
  line-height: 24px;
  color: #8b90a0;
  text-decoration: line-through;
  padding-left: 3px;
}

.hm_trending_glasses .hm_card .glass_off_on_price {
  font-family: var(--font-family-sanserif);
  font-size: var(--font-size-13);
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #e5703c;
}

.hm_trending_glasses .hm_view_btn {
  background: #e9733c;
  border: 1px solid #e9733c;
  box-sizing: border-box;
  border-radius: 20px;
  color: #fff;
  font-family: var(--font-family-sanserif);
  font-weight: var(--font-semibold);
  font-size: var(--font-size-14);
  text-align: center;
  padding: 6px 20px;
  margin: 10px auto;
  display: inline-block;
}

.sliding-modal {
  background-color: #fff;
  position: fixed;
  width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow-y: scroll;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  z-index: 2147483649;
  height: auto;
  max-height: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  bottom: -500px;
}

.sliding-modal.show,
.recent-order-modal.show {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.toggle-close-btn {
  background: 0 0;
  outline: 0;
  border: 0;
  right: 8px;
  top: 15px;
  position: absolute;
  border: 1px solid #505565;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.single-img .toggle-close-btn {
  top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-height: 700px) {
  .single-img .subcategory-product-list .hm_trending_glasses .hm_card img {
    max-height: 402px;
  }
}

/* social dialog style ends */
.home-footer-content {
  font-size: 12px;
  color: #727272;
  clear: both;
  width: 100%;
}

.d-grid {
  display: grid !important;
}

.d-block {
  display: block !important;
}

.home-footer-content ul {
  margin: 15px;
}

.home-footer-content h1.content-heading {
  margin: 5px 0;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  font-size: 13px;
  color: #727272;
  font-weight: 700;
  padding: 5px 10px;
  border-top: 1px solid #eaeff3;
  border-bottom: 1px solid #eaeff3;
}

.home-footer-content h1.content-heading p {
  margin-bottom: 6px;
}

.home-footer-content .home-ftr h1,
.home-footer-content .home-ftr h2 {
  font-size: 13.5px;
  font-weight: 700;
}

.home-footer-content .home-ftr h3 {
  font-size: 13px;
}

.home-footer-content .home-ftr h1,
.home-footer-content .home-ftr h2,
.home-footer-content .home-ftr h3 {
  margin-top: 11px;
  margin-bottom: 3px;
}

.home-ftr ol {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 0;
  margin: 0;
  list-style: none;
  background-color: #f5f5f5;
}

.home-ftr ol li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 8px 10px;
  margin: 0 auto 5px auto;
  border: 1px solid #eee;
  border-radius: 5px;
  list-style: disc;
}

.home-ftr a {
  color: #e9733c;
}

.home-ftr .togglefooter {
  display: none;
  padding: 5px 10px;
}

.home-ftr ol li strong {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.home-ftr .content-heading {
  position: relative;
  cursor: pointer;
}
.home-ftr .content-heading.active:after {
  transform: rotate(180deg);
}

.home-ftr .content-heading:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 0;
  color: #555;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}

/* footer start
.ftr_wrap h5,
.ftr_wrap h6 {
    font-size: var(--font-size-15);
    color: #fff;
}

.ftr_title3,
.ftr_wrap h5,
.ftr_wrap h6 {
    font-family: var(--font-family-sanserif);
    font-weight: var(--font-semibold);
}

.ftr_wrap {
    background: #154633;
    padding: 30px 25px;
    color: #fff;
}

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

.ftr_wrap h5 {
    margin-bottom: 12px;
}

.ftr_wrap h6 {
    margin-bottom: 14px;
}

.ftr_tp_wrap ul li {
    float: left;
    margin-bottom: 20px;
}

.ftr_tp_wrap ul li:first-child {
    float: left;
}

.ftr_tp_wrap ul li:last-child {
    float: right;
}

.ftr_tp_wrap .img_wrap {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.ftr_tp_wrap ul li .img_wrap {
    background: #fff;
    width: 35px;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ftr_tp_des {
    float: left;
    padding-top: 2px;
}

.ftr_tp_des>span {
    display: block;
}

.ftr_tp_des a {
    color: #fff;
    text-decoration: none;
}

.ftr_title3 {
    font-size: var(--font-size-15);
    color: #fff;
    margin-bottom: 2px;
}

.ftr_tp_wrap {
    position: relative;
}

.ftr_mid_wrap {
    position: relative;
    padding: 15px 0;
    margin-bottom: 12px;
}

.ftr_mid_wrap:after {
    position: absolute;
    border-bottom: 1px solid #2f2f2f;
}

.ftr_toggle {
    color: #f7f7f7;
    font-size: var(--font-size-13);
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}

.ftr_toggle:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 0;
    color: #fff;
    transition: all .3s ease-in-out;
    font-size: 18px;
}

.ftr_toggle.gpay_class:after {
    display: none;
}

.ftr_links {
    display: none;
}

.ftr_tp_wrap>ul:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (max-width: 639px) {

    .ftr_wrap h5,
    .ftr_wrap h6 {
        font-size: var(--font-size-15);
    }

    .ftr_wrap {
        padding: 20px 10px;
    }

    .ftr_btm_wrap {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .ftr_tp_wrap .img_wrap {
        width: 35px;
        height: 35px;
        margin-right: 6px;
    }

    .ftr_tp_wrap ul li {
        margin-bottom: 10px;
    }

    .ftr_tp_des a {
        font-size: var(--font-size-11);
    }

    .ftr_title3 {
        font-size: var(--font-size-13);
        margin-bottom: 0;
    }

    .ftr_toggle {
        font-size: var(--font-size-14);
    }

    .ftr_toggle:after {
        width: 12px;
        height: 7px;
    }
} */

/* new footer nitin */

footer {
  margin: 0;
}
footer aside {
  padding-bottom: 0 !important;
  position: relative;
  overflow: hidden;
}

.desktop-shopLinks {
  float: left;
  width: 25%;
  padding-right: 2%;
}

.steps-inside li {
  float: left;
  margin-bottom: 6px;
}
span.steps_footer {
  float: none;
  margin-right: 10px;
  font-size: 14px;
  font-weight: var(--font-bold);
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.quote {
  float: left;
  font-weight: var(--font-regular);
  width: 100%;
  padding: 1px 0;
  color: #e5e5e5;
  font-size: 13px;
  text-transform: capitalize;
}
.desktop-shopLinks a {
  color: #e5e5e5;
  display: block;
  font-size: 15px;
  text-decoration: none;
  padding-bottom: 8px;
  cursor: pointer;
  line-height: 1.2;
  text-transform: capitalize;
}

.desktop-shopLinks .social-icons a {
  display: inline-block;
  font-size: 30px;
}
.follow a {
  color: #2c2c2c;
  font-size: 26px;
  margin-right: 6px;
}
.tooltip {
  position: initial;
  opacity: 1;
  /* display: initial; */
}
span.steps_footer {
  float: none;
  margin-right: 10px;
  font-size: 14px;
  font-weight: var(--font-bold);
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.desktop-appExperience > p,
.desktop-shopLinks > p {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: var(--font-bold);
  margin-bottom: 17px;
  color: #fff;
}
footer aside::before {
  position: absolute;
  content: "";
  background: url("https://cdn.aljaberoptical.com/mobile/msite-images/store/image.png");
  background-position: right, bottom;
  background-size: 100%;
  right: -90px;
  top: -19%;
  width: 270px;
  height: 270px;
  z-index: -1;
}

footer aside {
  padding: 2% 5% 0;
  background: #154633;
  border-top: 0 solid #154633;
  position: relative;
  z-index: 1;
}
.btm-footer {
  float: left;
  padding: 15px 1.8% 15px;
  background: #73946b;
  width: 100%;
  border-top: 1px solid #484747;
}
.btm-footer span {
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  float: left;
  color: #fff;
}

.desktop-shopLinks a {
  color: #e5e5e5;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding-bottom: 8px;
  cursor: pointer;
  line-height: 1.2;
  text-transform: capitalize;
}

.connect_title {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 15px;
  line-height: 1.2;
}

.connect_text {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  display: block;
}

.connect_list {
  list-style: none;
  margin-top: 12px;
}

.connect_list li {
  margin-bottom: 12px;
}

.connect_email {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  word-break: break-all;
  display: block;
  margin-top: 2px;
}

.connect_note {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
}
/* footer ends */
/*** popular searches css **/
.mostly-searched-keywords {
  padding: 15px 1.8% 0;
  padding-right: 3.2%;
  clear: both;
}

.mostly-searched-keywords ul {
  list-style: none;
}

.mostly-searched-keywords ul li {
  margin-bottom: 8px;
  font-size: 12px;
}

.mostly-searched-keywords ul li a {
  line-height: 20px;
  color: #eb733a;
}

.mostly-searched-keywords ul li span {
  color: #000;
  font-weight: 600;
}

/** end **/
/* msite subfooter */
.msite-subFooter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  overflow-x: auto;
  overflow-y: hidden;
  width: 99.9vw;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.msite-subFooter ul::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 0 !important;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

.msite-subFooter > ul > li {
  padding: 2% 0;
  margin-right: 0 !important;
  width: 29.3% !important;
  text-align: center;
}

.msite-subFooter span.ftr_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.msite-subFooter span.ftr_title {
  display: inline-block;
  color: #505565;
  font-family: var(--font-family-sanserif);
  font-weight: var(--font-semibold);
  font-size: var(--font-size-12);
  padding-top: 2%;
}

/* msite subfooter ends */
/* old section style ends taken from home.css */

#homeVideoModal .modal-header {
  background: transparent;
}

#homeVideoModal .modal-header h5 {
  color: #000;
}

iframe#videoIframe {
  border: 0;
}
#mobileMosoonSaleDialog .modal-title {
  display: flex;
  align-items: center;
  gap: 5px;
}
/* new summer section */
.new-summer-banner {
  padding: 0 10px 10px;
}
.new-summer-banner .slick-track .item {
  margin: 0 6px;
}
.new-summer-banner .slick-dots li button {
  background: #b2e0e5;
  padding: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.new-summer-banner .slick-dots li button:before {
  color: #b2e0e5;
  width: auto;
  height: auto;
  font-size: 0;
}
.new-summer-banner .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 3px;
}
.new-summer-banner ul.slick-dots {
  bottom: -20px;
}
.new-summer-banner .slick-dots li.slick-active button {
  background: #007b8f;
}
.new-summer-banner .slick-list {
  padding-right: 2.5rem;
}
.new-summer-banner .slick-track .item img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
