@charset "UTF-8";
body {
  overflow-x: hidden;
  font-family: "Segoe UI", sans-serif;
}
.footer {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer {
    display: inline-block;
  }
}
.footer-uper-img {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer-uper-img {
    display: inline-block;
  }
}
.cart-action-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#small-img-roll {
  margin-top: 15px;
}
#small-img-roll .owl-dots {
  display: none;
}
#small-img-roll .owl-nav {
  opacity: 1;
}
#small-img-roll .owl-nav div {
  height: 35px;
  width: 35px;
  font-size: 0px;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 40px;
}
#small-img-roll .owl-nav .owl-prev {
  background-position: -4px -454px;
}
#small-img-roll .owl-nav .owl-prev:hover {
  background-color: #999;
}
#small-img-roll .owl-nav .owl-next {
  background-position: -200px -454px;
}
#small-img-roll .owl-nav .owl-next:hover {
  background-position: -199px -452px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #999;
}
#small-img-roll .owl-nav {
  top: 36%;
  display: none;
}
#small-img-roll:hover .owl-nav {
  display: block;
}
#small-img-roll.owl-theme .owl-dots .owl-dot span {
  display: none;
}
#small-img-roll .owl-nav .owl-prev {
  left: -12px;
}
#small-img-roll .owl-nav .owl-next {
  right: -12px;
}
#small-img-roll .owl-item .item {
  border-radius: 5px;
  width: 100%;
  border: 1px solid #bfc0c6;
  overflow: hidden;
}
#small-img-roll .owl-item .item img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}
.color-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.zoom {
  display: inline-block;
  position: relative;
}
.zoom:after {
  content: "\f52a";
  font-family: bootstrap-icons !important;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 33px;
  color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.zoom:hover:after {
  display: none;
}
.zoom:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.zoom img {
  display: block;
  width: auto;
  height: 95%;
  background-color: #fff;
}
.zoom img::-moz-selection {
  background-color: transparent;
}
.zoom img::selection {
  background-color: transparent;
}
div#imageZoom {
  width: 100%;
  background: #fff;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px;
}
.color-list li {
  cursor: pointer;
}
.product_price_div .discount {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: inherit;
  left: inherit;
  bottom: inherit;
  right: inherit;
}
.breadcrumb-container {
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .breadcrumb-container {
    margin-top: 20px;
  }
}
section.subbanner-section {
  background: #fff;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px !important;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 0px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox label:after,
.radio label:after {
  content: "";
  display: table;
  clear: both;
}
.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 0.25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 0.5em;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}
.radio .cr {
  border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}
.radio .cr .cr-icon {
  margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  -webkit-transform: scale(3) rotateZ(-20deg);
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  -webkit-transform: scale(1) rotateZ(0deg);
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
  opacity: 0.5;
}
#add_walletModal .modal-dialog {
  width: 385px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 91vh;
}
#add_walletModal .modal-content {
  padding: 40px 25px 20px 25px;
  position: relative;
  width: 100%;
}
.locationmodel_bg {
  background-image:
    url(../img/locationbg_top.png), url(../img/locationbg_bottom.png);
  background-repeat: no-repeat;
  background-position:
    top left,
    bottom right;
}
.locationmodel_bg button.login_close {
  position: absolute;
  right: -21px;
  top: -25px;
  background: rgb(126, 187, 32);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  opacity: 1;
  font-size: 20px;
  color: #fffbfb;
  line-height: 0px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5607843137);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5607843137);
  border: 0;
}
.locationmodel_bg button.login_close:active,
.locationmodel_bg button.login_close:focus,
.locationmodel_bg button.login_close:hover {
  opacity: 1 !important;
  color: white !important;
}
#add_walletModal .modal-content .login_buton {
  font-size: 15px;
  text-transform: capitalize;
  padding: 10px 0px;
  border-radius: 40px;
  margin: 30px auto 20px auto;
  background: rgb(228, 43, 43);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgb(228, 43, 43)),
    color-stop(6%, rgb(228, 43, 43)),
    color-stop(67%, rgb(233, 71, 26)),
    color-stop(100%, rgb(233, 71, 26))
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(228, 43, 43)),
    color-stop(6%, rgb(228, 43, 43)),
    color-stop(67%, rgb(233, 71, 26)),
    to(rgb(233, 71, 26))
  );
  background: linear-gradient(
    to right,
    rgb(228, 43, 43) 0%,
    rgb(228, 43, 43) 6%,
    rgb(233, 71, 26) 67%,
    rgb(233, 71, 26) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e42b2b',endColorstr='#e9471a',GradientType=1);
  border: 0px;
  color: #fff;
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1411764706);
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1411764706);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 50%;
}
#add_walletModal .modal-content .login_buton:active {
  font-size: 15px;
  text-transform: capitalize;
  padding: 10px 0px;
  border-radius: 40px;
  margin: 30px auto 20px auto;
  background: rgb(228, 43, 43);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgb(228, 43, 43)),
    color-stop(6%, rgb(228, 43, 43)),
    color-stop(67%, rgb(233, 71, 26)),
    color-stop(100%, rgb(233, 71, 26))
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(228, 43, 43)),
    color-stop(6%, rgb(228, 43, 43)),
    color-stop(67%, rgb(233, 71, 26)),
    to(rgb(233, 71, 26))
  );
  background: linear-gradient(
    to right,
    rgb(228, 43, 43) 0%,
    rgb(228, 43, 43) 6%,
    rgb(233, 71, 26) 67%,
    rgb(233, 71, 26) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e42b2b',endColorstr='#e9471a',GradientType=1);
  border: 0px;
  color: #fff;
  width: 50%;
}
section {
  padding: 15px 0;
}
.shop-brands {
  background: #f6f6f6;
  padding: 35px 0 5px 0;
}
.shop-brands .section_title {
  margin-bottom: 0;
}
nav {
  font-size: 0;
}
nav > ul > li {
  display: inline-block;
  font-size: 14px;
  padding: 0 15px;
  position: relative;
}
nav > ul > li:first-child {
  padding-left: 0;
}
nav > ul > li:last-child {
  padding-right: 0;
}
nav > ul > li > a {
  color: #000;
  display: block;
  position: relative;
  padding: 26px 0;
  border-bottom: 3px solid transparent;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  nav > ul > li > a {
    font-size: 16px;
  }
}
nav > ul > li:hover > a {
  color: #000;
  border-bottom: 3px solid #000;
  font-weight: 400;
}
.mega-menu {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  text-align: left;
  width: 600px;
  z-index: 999;
}
.mega-menu-inside {
  background: #fff;
  z-index: 9;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.header.section.sticky .droppable:hover .mega-menu:after {
  top: 80px;
}
.droppable:hover .mega-menu:after {
  content: "";
  position: fixed;
  top: 128px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
  pointer-events: none;
}
.mega-menu h3 {
  border-bottom: 2px solid #e30024;
  color: #e30024;
  font-size: 16px;
  padding-bottom: 15px;
  font-family: "Rubik";
  font-weight: 400;
}
.mega-menu ul {
  float: left;
  width: 50%;
  padding: 15px 20px;
}
.mega-menu ul:last-child {
  margin-right: 0;
}
.mega-menu a {
  color: #000;
  display: block;
  padding: 3px 0;
  font-weight: 400;
}
.mega-menu a:hover {
  color: #000;
  font-weight: 700;
}
.droppable > a:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 12px;
  padding-left: 6px;
  position: relative;
  top: -1px;
}
.droppable:hover .mega-menu {
  display: block;
}
ul.ul-reset:nth-child(2n) {
  background-color: rgba(245, 245, 246, 0.4);
}
.cf:after,
.cf:before {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.shopcart ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shopcart ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.shopcart ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.shopcart ul li i {
  font-size: 22px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff5757),
    to(#cb6ce6)
  );
  background-image: linear-gradient(to right, #ff5757, #cb6ce6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.shopcart ul li p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
.shopcart ul li:hover p {
  font-weight: 400;
}
.header-link-search .header-search #search .input-lg {
  border: 1px solid #f4f5f7;
  background: #f4f5f7;
  font-size: 16px;
  border-radius: 50px;
}
.header-link-search .header-search #search .btn-lg {
  background: #f5f5f6;
}
.shop-brands .owl-carousel .owl-item img {
  border-radius: 100%;
  height: 100%;
  width: 100%;
  background-color: #fff;
  margin: 30px 0;
}
.shop-brands .owl-slider {
  max-width: 90%;
  margin: 0 auto;
}
.our-promise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.35rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.our-promise h3 {
  margin: 0;
  font-weight: 400;
}
.our-promise ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.our-promise ul li {
  font-size: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.our-promise ul li span {
  width: 40px;
  margin-right: 20px;
}
.our-promise ul li span img {
  width: 100%;
  height: auto;
}
.our-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.our-action h3 {
  margin-bottom: 4px;
}
.our-action ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.our-action ul li img {
  width: 184px;
}
h5.category-offer-title-back {
  font-size: 18px;
  font-weight: 400;
}
.product-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.new-arrivals {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e8e8e8;
}
.new-arrivals .card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.new-arrivals .card-head img {
  width: 230px;
}
.new-arrivals .card-head ul {
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition:
    transform 250ms,
    -webkit-transform 250ms;
}
.new-arrivals .card-head:hover ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.new-arrivals .card-head ul li {
  background: #f7fafc;
  border-radius: 0.75rem;
  height: 40px;
  width: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
.new-arrivals .card-head ul li:hover {
  background: #000;
  color: #fff;
}
.new-arrivals .card-body {
  background: #f0f0f0;
  border-radius: 0 0 12px 12px;
  padding: 1rem;
}
#NewArrivals .new-arrivals .card-body {
  background: #fafafa;
  border-radius: 0 0 12px 12px;
}
.new-arrivals .card-body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 1rem;
}
.new-arrivals .card-body ul li {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #ccc;
  border: 2px solid #fff;
}
.new-arrivals .card-body ul li:first-child {
  background: #ab8af8;
  outline: 1px solid #ab8af8;
}
.new-arrivals .card-body ul li:nth-child(2) {
  background: #ffca0c;
  outline: 1px solid #ffca0c;
}
.new-arrivals .card-body ul li:nth-child(3) {
  background: #ff8c2c;
  outline: 1px solid #ff8c2c;
}
.new-arrivals .card-body ul li:nth-child(4) {
  background: #00c0f9;
  outline: 1px solid #00c0f9;
}
.new-arrivals .card-body ul li:nth-child(5) {
  background: #00e188;
  outline: 1px solid #00e188;
}
.new-arrivals .card-body h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.new-arrivals .card-body h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
}
.new-arrivals .card-body p {
  margin: 0;
  font-size: 14px;
}
.item-category .flex-justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  gap: 10px;
}
.item-categoey-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
}
.item-category {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.like-btn {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  border: 0;
  -webkit-box-shadow: 2px 8px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 8px 40px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 600px) {
  .discount {
    padding: 0.275rem 0.85rem;
    font-size: 13px;
    max-height: inherit;
  }
}
.discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff2cc;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 5px 8px;
  max-height: 20px;
  border-radius: 100px;
  font-size: 10px;
  font-weight: bold;
}
.discount svg {
  width: 0.875rem;
  height: 0.875rem;
}
.flex-justify-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #000;
}
.flex-star svg {
  width: 25px;
  fill: #ffbc18;
}
span.price {
  font-size: 0.9rem;
  font-weight: 300;
  color: #4c4747;
}
.product-variant-price {
  font-size: 1.3rem;
  font-weight: 700;
  color: #4c4747;
}
span.product-variant-cut-price.cut-price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #4c4747;
}
td.text-right.totalbaketAmt {
  font-weight: bold;
  font-size: 1.2em;
}
td.text-right.sub_totalAmt {
  font-weight: bold;
  font-size: 1.2em;
}
.product-strike {
  text-decoration: line-through;
  color: #7e818c;
  font-weight: 400;
  margin-left: 5px;
  font-size: 1.1rem;
}
.product-discountPercentage {
  color: #ff905a;
  font-weight: 400;
  font-size: 12px;
  margin-left: 5px;
}
.flex-justify button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#cb6ce6),
    to(#ff5757)
  );
  background-image: linear-gradient(to right, #cb6ce6, #ff5757);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.08);
  padding: 0 0.85rem;
  border-radius: 8px;
  font-size: 13px;
  border: 0;
  color: #fff;
  gap: 5px;
  height: 36px;
  text-transform: uppercase;
}
.flex-justify button:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff5757),
    to(#cb6ce6)
  );
  background-image: linear-gradient(to right, #ff5757, #cb6ce6);
}
.theme-btn-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#cb6ce6),
    to(#ff5757)
  );
  background-image: linear-gradient(to right, #cb6ce6, #ff5757);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0.85rem;
  border-radius: 5px;
  font-size: 13px;
  border: 0;
  color: #fff;
  gap: 5px;
  height: 36px;
  text-transform: uppercase;
}
.theme-btn-info:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff5757),
    to(#cb6ce6)
  );
  background-image: linear-gradient(to right, #ff5757, #cb6ce6);
}
.theme-btn-info.theme-back {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#7ed957),
    to(#38b6ff)
  );
  background-image: linear-gradient(to right, #7ed957, #38b6ff);
}
.theme-btn-info.theme-back:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#38b6ff),
    to(#7ed957)
  );
  background-image: linear-gradient(to right, #38b6ff, #7ed957);
}
.flex-justify button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#cb6ce6),
    to(#ff5757)
  );
  background-image: linear-gradient(to right, #cb6ce6, #ff5757);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.08);
  padding: 0 0.85rem;
  border-radius: 8px;
  font-size: 13px;
  border: 0;
  color: #fff;
  gap: 5px;
  height: 36px;
  text-transform: uppercase;
}
.flex-justify button:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff5757),
    to(#cb6ce6)
  );
  background-image: linear-gradient(to right, #ff5757, #cb6ce6);
}
.flex-justify button svg {
  width: 15px;
}
.margin-filter {
  margin-top: 10px;
}
#column-left .margin-filter h3.section_title {
  margin-bottom: 0;
}
.discover {
  background-color: #fef4af;
  border-radius: 50px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../../images/moon.svg);
  background-size: contain;
  margin-top: 20px;
}
.discover-left {
  width: 50%;
  position: relative;
}
.discover-left img {
  position: absolute;
  top: -112px;
  height: 714px;
}
.discover-right {
  width: 50%;
  padding: 100px;
}
.discover-right .logo-middle {
  width: 200px;
  margin-bottom: 40px;
}
.discover-right h3 {
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  font-family: "Rubik";
  margin: 0 0 20px 0;
}
.discover-right p {
  font-size: 20px;
  color: #727171;
}
.discover-right a {
  font-size: 1rem;
  line-height: 1.5rem;
  background: #0b172a;
  padding: 0.875rem 1.5rem;
  border-radius: 50px;
  color: #fff;
  -webkit-box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.discover-right a:hover {
  background: #ff5757;
}
.footer-logo {
  padding-right: 30px;
}
.col-lg-4.prodetail.caption {
  padding-left: 50px;
  padding-right: 30px;
}
h4.product-name {
  font-size: 1.5rem;
}
@media only screen and (min-width: 600px) {
  h4.product-name {
    font-size: 1.6rem;
  }
}
.product-listing h3 {
  color: #535665;
  font-size: 1.3rem;
  font-weight: 400;
}
.product-listing p {
  color: #535665;
  font-size: 1.2rem;
  margin-bottom: 6px;
}
.product-listing .flex-star {
  margin-bottom: 10px;
}
.mrp-message {
  color: #309f07;
  font-weight: 600;
  font-size: 16px;
}
.accordion-item {
  margin-bottom: 15px;
  border-radius: 8px;
}
.accordion .accordion-item .accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 10px 15px;
}
.accordion .accordion-item .accordion-header h3 {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
}
.accordion .accordion-item .accordion-header .icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  padding: 0;
  margin: 0;
  color: #000;
}
.accordion .accordion-item.active .accordion-header .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion .accordion-item .accordion-content {
  display: none;
  padding: 0 15px 15px;
}
.accordion .accordion-item .accordion-content p {
  margin-bottom: 5px;
  color: #000;
  font-size: 1rem;
}
.accordion .accordion-item .accordion-content p:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item.active .accordion-content {
  display: block;
}
.accordion .accordion-item:first-child {
  background: #fef4af;
}
.accordion .accordion-item:nth-child(2) {
  background: #f6e8e8;
}
.accordion .accordion-item:nth-child(3) {
  background: #d1f3fa;
}
.men-shoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 20px;
  gap: 40px;
}
.shoes-head {
  border-radius: 8px;
}
.men-shoes-title {
  border-bottom: 1px solid #eaeaec;
  color: #262c3f;
  font-size: 1.3rem;
  margin: 0;
  padding-bottom: 8px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.footer-fluid p {
  color: #7e7e7e;
  font-size: 15px;
  margin: 15px 0;
}
ul.popular-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.popular-list li {
  position: relative;
  line-height: 14px;
  padding-right: 10px;
}
ul.popular-list li:last-child:after {
  display: none;
}
ul.popular-list li:after {
  content: "";
  position: absolute;
  border-left: 1px solid #696b79;
  height: 100%;
  right: 0;
}
ul.popular-list li a {
  color: #696b79;
  font-size: 0.9rem;
  font-weight: 500;
}
.top-sec-footer h2 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.top-sec-footer h3 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.top-sec-footer p {
  color: #696b79;
  margin-bottom: 10px;
  line-height: 20px;
}
.footer-divider {
  border-top: 1px solid #eaeaec;
  border-bottom: 1px solid #eaeaec;
  padding: 10px 0;
  margin: 20px 0;
}
.footer-divider h2 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.extra-link {
  margin-top: 30px;
}
.extra-link ul li {
  line-height: initial;
  padding: 0 !important;
}
.extra-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.bg-white {
  background-color: #fafbfc !important;
}
.add-bottom-slider {
  width: 100%;
  border-radius: 12px;
}
.col-lg-4.prodetail.caption .discount {
  display: none;
}
.available-color .new-arrivals {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
#NewArrivals .new-arrivals {
  border: 1px solid #ecf0f4;
}
.NewArrivals {
  background: #fff;
  padding-top: 25px;
}
section.discover-bg {
  background: #fff;
  padding: 80px 0 15px;
}
section.add-bg {
  background: #fff;
}
#small-img-roll.custom_scroll {
  overflow: auto;
  max-height: 504px;
}
ul.add-images {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
ul.add-images li {
  width: 33.3333333333%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
ul.add-images li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.add-images li .item-img-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
ul.add-images li:nth-child(3) .item-img-box {
  height: 100%;
}
.grid-flex-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.strip-top {
  color: #000;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
}
.strip-top b {
  font-weight: 700;
  padding: 0 5px;
}
.timer-bg {
  background-image: linear-gradient(
    140deg,
    #ce7dd0 0%,
    #ce7dd0 20%,
    #00bc84 100%
  );
}
.timer-bg .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.timer-bg .text {
  font-size: 32px;
  font-weight: 400;
}
#timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#timer div {
  font-size: 40px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#timer div span {
  font-size: 20px;
  font-weight: 400;
  padding-left: 5px;
}
#timer .title {
  font-size: 20px;
  font-weight: 400;
}
#timer div:nth-child(2):after,
#timer div:nth-child(3):after {
  content: ":";
  font-size: 30px;
  opacity: 0.4;
  padding-left: 20px;
}
.timer-icon img {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}
div#search {
  overflow: hidden;
}
.input-placeholder {
  position: absolute;
  font-size: 16px;
  top: 10px;
  left: 52px;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.hide {
  display: none;
}
@media screen and (max-width: 1400px) {
  .shopcart ul {
    gap: 20px;
  }
  .discover-right {
    padding: 100px 40px;
  }
  .discover-right h3 {
    font-size: 50px;
    line-height: 50px;
  }
  .discover-left img {
    height: 694px;
  }
}
@media screen and (max-width: 1366px) {
  div#column-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-9.col-xl-9.col-sm-8.fullwidth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .new-arrivals .card-body h3 {
    font-size: 14px;
  }
  span.price {
    font-size: 1.1rem;
  }
  .product-strike {
    font-size: 1rem;
  }
  .flex-justify button {
    padding: 0.1rem 0.85rem;
    font-size: 11px;
  }
  .item-category .flex-justify {
    margin-top: 5px;
  }
  .new-arrivals .card-body ul {
    margin-bottom: 0.5rem;
  }
  .timer-bg .text {
    font-size: 24px;
  }
  #timer div {
    font-size: 30px;
  }
}
@media screen and (max-width: 1330px) {
  nav > ul > li {
    padding: 0 10px;
  }
  nav > ul > li > a {
    font-size: 12px;
    padding: 26px 0;
  }
  .shopcart ul li p {
    font-size: 10px;
  }
  .shopcart ul li i {
    font-size: 18px;
  }
  .shopcart ul {
    gap: 15px;
  }
  .header_img_final {
    height: 45px;
  }
  .item-category {
    width: 33.3337%;
  }
}
@media screen and (max-width: 1280px) {
  .header-link-search .header-search #search .input-lg {
    font-size: 14px;
  }
  .discover-right h3 {
    font-size: 40px;
    line-height: 40px;
  }
  .discover-right p {
    font-size: 16px;
  }
  .discover-left img {
    height: 554px;
  }
  .discover-right {
    padding: 40px;
  }
  .similar {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .col-lg-4.prodetail.caption {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-5.col-md-6.flex-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-3.accordion-flex {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  .cart-action-group {
    min-width: 150px;
  }
  .wishlist-btn {
    min-width: 150px;
    font-size: 14px;
  }
  .product_option .instock-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 1140px) {
  .timer-bg .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px;
  }
  .timer-bg .text {
    width: 100%;
  }
  #timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .timer-icon {
    position: absolute;
    right: 10px;
  }
  .timer-bg {
    padding: 25px 5px;
  }
}
@media screen and (max-width: 1090px) {
  .header-link-search .header-search #search {
    width: 250px;
  }
  .header-link-search .header-search #search .input-lg {
    padding: 0 35px 0 35px;
  }
  .header-link-search .header-search #search .btn-lg {
    width: 35px;
  }
  .menu-flex {
    gap: 10px;
  }
  .item-category {
    width: 33.3337%;
  }
  ul.list-unstyled.product_info.my-3 {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .our-promise ul {
    margin-bottom: 20px;
  }
  .menu-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .header-container {
    padding: 12px 10px;
  }
  .header-top {
    display: block;
  }
  .navbar-header .navbar-brand {
    margin: 10px 0 10px 30px;
  }
  .sticky .navbar-header .navbar-brand {
    margin: 10px 0 10px 30px;
  }
  .sticky .menu-flex {
    padding-top: 5px;
  }
  .sticky .shopcart {
    top: 12px;
  }
  span#cart-total {
    white-space: nowrap;
  }
  .header_img_final {
    height: 40px;
  }
  .header-bottom-right {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .shopcart {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .header-link-search .header-search #search {
    width: 380px;
  }
  .header-link-search .header-search #search .input-lg {
    font-size: 16px;
  }
  .droppable:hover .mega-menu:after {
    top: 182px;
  }
  .discover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
  .discover-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .discover-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    text-align: center;
  }
  .discover-left img {
    width: 90%;
  }
  .discover-left img {
    position: relative;
    top: initial;
    height: auto;
    bottom: 0;
  }
  .extra-link {
    margin-top: 0;
  }
  .social_icon {
    margin-bottom: 20px;
  }
  div#column-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    display: none;
  }
  .col-lg-9.col-xl-9.col-sm-8.fullwidth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 18px;
  }
  .zoomtracker {
    display: none;
  }
  .featuredimagezoomerhidden {
    display: none;
  }
  .filter-bg {
    display: none;
  }
  .color-list li {
    font-size: 12px;
  }
  ul.my-list {
    gap: 5px;
  }
  ul.my-list li {
    min-width: 30px;
    height: 30px;
  }
  .available-list li {
    width: 60px;
    height: 60px;
  }
  .available-list li img {
    width: 45px;
    height: 45px;
  }
  .available-list {
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-lg-4.prodetail.caption {
    padding-left: 30px;
  }
  #small-img-roll .owl-nav {
    display: inherit;
  }
  #small-img-roll:hover .owl-nav {
    display: inherit;
  }
}
@media screen and (max-width: 668px) {
  .item-category {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .col-lg-4.prodetail.caption {
    padding: 30px 8px 0 8px;
  }
  .col-lg-4.prodetail.caption {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-5.col-md-6.flex-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .item-category .flex-justify {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  ul.add-images li {
    width: 100%;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    padding: 5px;
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  .col-lg-5.col-md-6.flex-details {
    margin-bottom: 15px;
  }
  .discover {
    border-radius: 25px;
  }
  .discover-right {
    padding: 0;
  }
  .men-shoes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }
  ul.popular-list {
    margin-bottom: 30px;
  }
  .reserve {
    margin-bottom: 10px;
  }
  .filter-right-select .recommended {
    min-width: 200px;
    font-size: 12px;
  }
  .filter-right-select .recommended span {
    padding-left: 60px;
  }
  .section_title h2 {
    font-size: 20px;
    text-align: center;
  }
  .small-img-phone.col-md-2.d-block.d-sm-none {
    margin-top: 20px;
  }
  .timer-bg .text {
    font-size: 14px;
  }
  #timer div {
    font-size: 18px;
  }
  #timer .title {
    display: none;
  }
  #timer {
    gap: 10px;
  }
  #timer div:nth-child(2):after,
  #timer div:nth-child(3):after {
    padding-left: 10px;
    font-size: 24px;
  }
  #timer div span {
    font-size: 14px;
  }
  .menu-flex {
    gap: 0;
    padding: 8px;
  }
  .shopcart ul li p {
    font-size: 9px;
  }
  img.zoomImg {
    display: none !important;
  }
  .zoom:after {
    display: none;
  }
  #small-img-roll .owl-nav {
    top: 25%;
  }
  a.btn.mt_30.waves-effect.waves-light {
    padding: 10px;
  }
  .mycart-main-containter .mycart-heading {
    padding: 10px 0;
    font-size: 1.5em;
    margin: 0;
  }
  span.price {
    font-size: 0.9em;
  }
  .new-arrivals .card-body h3 {
    line-height: 18px;
  }
  .new-arrivals .card-body {
    padding: 0.8em;
  }
  div#imageZoom {
    max-width: 80%;
    margin: 0 auto;
  }
  .flex-justify button {
    padding: 0.1rem 0.7rem;
  }
  .footer-bottom,
  .footer-hide,
  .our-promise,
  .social_icon {
    display: none;
  }
  .footer {
    padding-top: 20px;
  }
}
.mrp-message {
  font-size: 13px;
}
.new-arrivals .card-body .caption .product_option {
  display: none;
}
@media screen and (max-width: 575px) {
  #small-img-roll1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 9px;
  }
  .small-container .small_img_first1 {
    width: 70px;
  }
  .breadcrumb {
    font-size: 12px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 490px) {
  .timer-icon {
    position: relative;
  }
  .timer-bg .text {
    text-align: center;
  }
  #timer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .timer-bg .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 547px) {
  .strip-top {
    padding-left: 40px;
    font-size: 10px;
  }
  .header-container {
    padding: 12px 10px;
  }
  .header_img_final {
    height: 30px;
  }
}
@media screen and (max-width: 490px) {
  .responsive_filter_by {
    font-size: 16px;
  }
  ul.add-images li {
    width: 100%;
  }
}
@media screen and (max-width: 428px) {
  .header-container {
    padding: 4px 10px;
  }
}
@media screen and (max-width: 370px) {
  .wishlist-btn {
    min-width: 130px;
  }
  .cart-action-group {
    min-width: 130px;
  }
}
@media screen and (max-width: 992px) {
  div#imageZoom {
    height: auto;
  }
}
#ShopByBrands .item img{
    width: 100% !important;
    height: 200px !important;
    object-fit: contain;
}
/* Same Card Height */
.bestSellerSlider .swiper-slide{
    height: auto;
    display: flex;
}

.bestSellerSlider .product-card{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
}

/* Same Image Size */
.bestSellerSlider .product-image-swiper{
    height: 250px;
    overflow: hidden;
}

.bestSellerSlider .product-image-swiper img{
    width: 100%;
    height: 250px;
    object-fit: contain;
}

/* Same Content Height */
.bestSellerSlider .content{
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Fixed Product Title Height */
.bestSellerSlider .content h3{
    min-height: 35px;
    max-height: 35px;
    overflow: hidden;
    line-height: 24px;
}

/* Fixed Specs Height */
.bestSellerSlider .specs{
    min-height: 35px;
}

/* Button Always Bottom */
.bestSellerSlider .cart-btn{
    margin-top: auto;
}
.best-sellers {
  margin: 25px 0;
}
.best-sellers .best-sellers-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .best-sellers .best-sellers-bg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.best-sellers .best-sellers-bg .best-sellers-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}
.best-sellers .best-sellers-bg .best-sellers-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.best-sellers .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  overflow: auto;
}
.best-sellers .tabs .tab {
  padding: 8px 16px;
  border: none;
  background-color: #f0f0f0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 16px;
  margin-top: 15px;
}
@media only screen and (min-width: 1024px) {
  .best-sellers .tabs .tab {
    margin-top: 0;
  }
}
.best-sellers .tabs .tab.active {
  background-color: #ff5757;
  color: white;
}
.best-sellers .tabs .tab:hover {
  background-color: #ff5757;
  color: white;
}
.best-sellers .tab-content .tab-pane {
  display: none;
  font-size: 1rem;
}
.best-sellers .tab-content .tab-pane.active {
  display: block;
}
.best-sellers .tab-content .tab-pane .new-arrivals .card-head {
  height: auto;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.best-sellers .tab-content .tab-pane .new-arrivals .card-head a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.best-sellers .tab-content .tab-pane .new-arrivals .card-head .offer {
  width: 100%;
}
.best-sellers .tab-content .tab-pane .new-arrivals .card-body {
  background: #f0f0f0;
  border-radius: 0 0 12px 12px;
}
.best-sellers .tab-content .tab-pane .new-arrivals .card-body .flex-star {
  gap: 2px;
  margin-top: 5px;
}
.best-sellers .tab-content .tab-pane .new-arrivals .card-body .flex-star svg {
  width: 20px;
}
.best-sellers .tab-content .tab-pane .new-arrivals .card-body .flex-justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.best-sellers .tab-content .tab-pane .new-arrivals .card-body .flex-justify a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#cb6ce6),
    to(#ff5757)
  );
  background-image: linear-gradient(to right, #cb6ce6, #ff5757);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.08);
  padding: 0 0.85rem;
  border-radius: 8px;
  font-size: 13px;
  border: 0;
  color: #fff;
  gap: 5px;
  height: 36px;
  text-transform: uppercase;
}
.best-sellers
  .tab-content
  .tab-pane
  .new-arrivals
  .card-body
  .flex-justify
  a:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff5757),
    to(#cb6ce6)
  );
  background-image: linear-gradient(to right, #ff5757, #cb6ce6);
}
.best-sellers
  .tab-content
  .tab-pane
  .new-arrivals
  .card-body
  .flex-justify
  a.add {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#7ed957),
    to(#38b6ff)
  );
  background-image: linear-gradient(to right, #7ed957, #38b6ff);
}
.best-sellers
  .tab-content
  .tab-pane
  .new-arrivals
  .card-body
  .flex-justify
  a.add:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#38b6ff),
    to(#7ed957)
  );
  background-image: linear-gradient(to right, #38b6ff, #7ed957);
}
.best-sellers
  .tab-content
  .tab-pane
  .new-arrivals
  .card-body
  .flex-justify
  button.add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.08);
  padding: 0;
  border-radius: 8px;
  font-size: 13px;
  border: 0;
  color: #fff;
  gap: 5px;
  height: 36px;
  width: 36px;
  text-transform: uppercase;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#25d366),
    to(#25d366)
  );
  background-image: linear-gradient(to right, #25d366, #25d366);
  border-radius: 50%;
}
.best-sellers
  .tab-content
  .tab-pane
  .new-arrivals
  .card-body
  .flex-justify
  button.add:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#25d366),
    to(#25d366)
  );
  background-image: linear-gradient(to right, #25d366, #25d366);
}
.best-sellers
  .tab-content
  .tab-pane
  .new-arrivals
  .card-body
  .flex-justify
  button.add
  svg {
  width: 20px;
}
.best-sellers .discount {
  bottom: 10px;
  top: inherit;
  left: inherit;
  right: 10px;
}
.best-accordion {
  background: #fef4af;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  width: 100%;
}
.best-accordion .best-sellers {
  margin: 0;
  padding: 0;
}
.best-accordion .best-sellers .tabs .tab {
  margin-top: 0;
}
.best-accordion .tab-content {
  margin-top: 15px;
}
.product_price_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  div#product {
    position: fixed;
    bottom: 67px;
    background: #ffffff;
    z-index: 2;
    width: 100%;
    left: 0;
    padding: 5px 10px;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
  }
  div#product .free_offer_div_item_listing {
    display: none;
  }
  div#product .product_option_detail {
    margin-bottom: 0;
  }
  div#product .instock-btn {
    padding: 8px 15px;
  }
  div#product .wishlist-btn {
    padding: 8px 15px;
  }
}
@media (max-width: 768px) {
  .personal_detail_form select {
    background: transparent;
  }
  .personal_detail_form select:focus {
    outline: none;
  }
}
.filter-vedicratna {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .filter-vedicratna {
    display: none;
  }
}
.filter-vedicratna ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.filter-vedicratna ul li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 12px;
  border: 1px solid #efefef;
  border-radius: 5px;
  background: #ffffff;
  cursor: pointer;
  min-width: 38px;
  font-size: 13px;
  font-weight: bold;
}
.filter-vedicratna ul li img {
  width: 25px;
  max-width: 25px;
}
#suggestProduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#suggestProduct li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
#suggestProduct .content-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 5px;
}
#suggestProduct .content-search p {
  margin: 0;
}
.floating-boxes {
  position: fixed;
  right: 0;
  top: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}
.floating-boxes .box-date {
  width: 40px;
  height: 40px;
  background: #62cb99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  border-radius: 5px 0 0 5px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .floating-boxes .box-date {
    width: 136px;
    padding: 18px 10px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px 0 0 10px;
  }
}
.floating-boxes .box-date:hover {
  background: #4a9e76;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.floating-boxes .box-date p {
  font-size: 12px;
  display: none;
}
@media screen and (min-width: 768px) {
  .floating-boxes .box-date p {
    display: block;
  }
}
.floating-boxes .box-date .icon-call {
  font-size: 28px;
  display: block;
}
@media screen and (min-width: 768px) {
  .floating-boxes .box-date .icon-call {
    margin-bottom: 8px;
  }
}
.floating-boxes .box-date .icon-call svg {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .floating-boxes .box-date .icon-call svg {
    width: 30px;
    height: 30px;
  }
}
.floating-boxes .box-date .icon-call svg {
  fill: #fff;
}
.floating-boxes .box-date .icon-call svg path {
  fill: #fff !important;
}
.brand-strip {
  width: 100%;
  background: #f5f5f5;
  padding: 12px 0;
  overflow-x: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.brand-strip .brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
  padding: 0 20px;
  will-change: transform;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: 22s linear infinite
    revamp-home-module__tX5fbG__revamp-marquee;
  animation: 22s linear infinite revamp-home-module__tX5fbG__revamp-marquee;
}
.brand-strip .brand-list .brand-item {
  font-size: 13px;
  letter-spacing: 2px;
  color: #555;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.32em;
}
.brand-strip .brand-list .brand-item:not(:last-child):after {
  content: "•";
  position: absolute;
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #999;
  font-size: 14px;
}
.brand-strip .brand-list .brand-item:hover {
  color: #000;
  cursor: pointer;
}
.brand-strip::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .brand-strip .brand-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
  }
  .brand-strip .brand-list .brand-item {
    font-size: 12px;
  }
  .brand-strip .brand-list .brand-item:not(:last-child):after {
    right: -14px;
  }
}
@-webkit-keyframes revamp-home-module__tX5fbG__revamp-marquee {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes revamp-home-module__tX5fbG__revamp-marquee {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
.feature-strip {
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0f1117),
    to(#121526)
  );
  background: linear-gradient(90deg, #0f1117, #121526);
  padding: 12px 0;
  color: #fff;
  font-family: "Segoe UI", sans-serif;
}
.feature-strip .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
  padding: 0 20px;
  will-change: transform;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: 22s linear infinite
    revamp-home-module__tX5fbG__revamp-marquee;
  animation: 22s linear infinite revamp-home-module__tX5fbG__revamp-marquee;
}
.feature-strip .feature-list .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #d1d5db;
  position: relative;
}
.feature-strip .feature-list .feature-item i {
  color: #facc15;
  font-size: 16px;
}
.feature-strip .feature-list .feature-item i svg {
  width: 20px;
}
.feature-strip .feature-list .feature-item span {
  white-space: nowrap;
}
.feature-strip .feature-list .feature-item:not(:last-child):after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.2);
}
.feature-strip .feature-list .feature-item:hover {
  color: #fff;
}
.feature-strip .feature-list .feature-item:hover i {
  color: #ffd700;
}
@media (max-width: 768px) {
  .feature-strip .feature-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 24px;
  }
  .feature-strip .feature-list .feature-item {
    font-size: 13px;
  }
  .feature-strip .feature-list .feature-item:not(:last-child):after {
    right: -12px;
    height: 16px;
  }
  .feature-strip::-webkit-scrollbar {
    display: none;
  }
}
.header {
  border-bottom: 1px solid #dfdfdf;
}
.why-section {
  background: #f3f4f6;
  padding: 40px 20px;
  text-align: center;
}
.why-section .container {
  max-width: 1100px !important;
  margin: auto;
}
.why-section h2 {
  font-size: 40px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}
.why-section .subtitle {
  color: #6b7280;
  font-size: 15px;
  margin-bottom: 40px;
}
.why-section .underline {
  width: 60px;
  height: 3px;
  background: #f59e0b;
  margin: 10px auto 25px;
  border-radius: 10px;
}
.why-section .card-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.why-section .card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 14px;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
}
.why-section .card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}
.why-section .card .icon {
  font-size: 40px;
  color: #f59e0b;
  margin-bottom: 15px;
}
.why-section .card .icon svg {
  width: 60px;
}
.why-section .card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1f2937;
}
.why-section .card p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .why-section {
    padding: 60px 15px;
  }
  .why-section h2 {
    font-size: 26px;
  }
  .why-section .card-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.best-seller-section {
  padding: 40px 0;
  background: #fff;
  overflow: hidden;
}
.best-seller-section.apple-showcase-section {
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.08),
      transparent 28%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(255, 255, 255, 0.06),
      transparent 24%
    ),
    #0a0a0a;
}
.best-seller-section.apple-showcase-section
  .section-head
  .apple-showcase-kicker {
  color: rgba(255, 255, 255, 0.65);
}
.best-seller-section.apple-showcase-section
  .section-head
  .apple-showcase-kicker
  .apple-showcase-kicker-line {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.35)),
    to(transparent)
  );
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.35), transparent);
}
.best-seller-section.apple-showcase-section .section-head h2 {
  color: #fff;
}
.best-seller-section.apple-showcase-section .section-head .view-btn {
  color: #fff;
  border-color: #fff;
}
.best-seller-section .swiper-wrapper {
  height: auto;
}
.best-seller-section .container {
  max-width: 1780px;
  margin: auto;
  padding: 0 20px;
}
.best-seller-section .section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.best-seller-section .section-head .apple-showcase-kicker {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: #000;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.best-seller-section .section-head .apple-showcase-kicker-line {
  width: 42px;
  height: 1px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(57, 0, 255, 0.35)),
    to(transparent)
  );
  background: linear-gradient(90deg, rgba(57, 0, 255, 0.35), transparent);
}
.best-seller-section .section-head h2 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
}
.best-seller-section .section-head p {
  font-size: 18px;
  color: #7b7b7b;
}
.best-seller-section .section-head .view-btn {
  min-width: 160px;
  height: 54px;
  border-radius: 60px;
  border: 1px solid #ddd;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.best-seller-section .section-head .view-btn span {
  font-size: 22px;
}
.best-seller-section .section-head .view-btn:hover {
  background: #000;
  color: #fff;
}
.best-seller-section .swiper-button-next,
.best-seller-section .swiper-button-prev {
  width: 54px;
  height: 54px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.best-seller-section .swiper-button-next:after,
.best-seller-section .swiper-button-prev:after {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.best-seller-section .product-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #ececec;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  position: relative;
}
.best-seller-section .product-card:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.best-seller-section .product-card:hover .cart-btn {
  background: #111;
}
.best-seller-section .product-card:hover .product-image-swiper img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.best-seller-section .product-card .top-action {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.best-seller-section .product-card .top-action .compare-btn {
  height: 34px;
  padding: 0 16px;
  border-radius: 40px;
  background: #000;
  color: #fff;
  border: none;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.best-seller-section .product-card .top-action .badge {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.best-seller-section .product-card .top-action .badge img {
  max-width: 100%;
}
.best-seller-section .product-card {
}
.best-seller-section .product-card .product-image-swiper {
  position: relative;
  overflow: hidden;
}
.best-seller-section .product-card .product-image-swiper .swiper-wrapper {
  height: auto;
}
.best-seller-section
  .product-card
  .product-image-swiper
  .swiper-wrapper
  .swiper-slider {
  height: auto;
}
.best-seller-section .product-card .product-image-swiper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.best-seller-section .product-card .product-image-swiper {
}
.best-seller-section .product-card .product-image-swiper .swiper-pagination {
  bottom: 18px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
}
.best-seller-section
  .product-card
  .product-image-swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d7d7d7;
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 0 !important;
}
.best-seller-section
  .product-card
  .product-image-swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 30px;
  background: #000;
}
.best-seller-section .product-card .content {
  padding: 0 18px 22px;
}
.best-seller-section .product-card .content .brand {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #4b5563;
  line-height: normal;
  margin-bottom: 5px;
}
.best-seller-section .product-card .content h3 {
  font-size: 12px;
  line-height: 1.45;
  color: #111;
  font-weight: 700;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.best-seller-section .product-card .content .rating {
  color: #f4b400;
  font-size: 15px;
  margin-bottom: 14px;
}
.best-seller-section .product-card .content .rating span {
  color: #777;
  margin-left: 6px;
}
.best-seller-section .product-card .content .specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.best-seller-section .product-card .content .specs span {
  background: #f3f3f3;
  border-radius: 30px;
  padding: 5px 6px;
  font-size: 11px;
  color: #555;
  line-height: normal;
}
.best-seller-section .product-card .content .specs span svg {
  color: #9ca3af;
  width: 0.625rem;
}
.best-seller-section .product-card .content .label {
  height: 36px;
  border-radius: 30px;
  background: #edf9ef;
  border: 1px solid #b8e6c0;
  color: #27a844;
  font-size: 13px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 14px;
  margin-bottom: 8px;
}
.best-seller-section .product-card .content .price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}
.best-seller-section .product-card .content .price-row .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.best-seller-section .product-card .content .price-row .price-wrap h4 {
  font-size: 16px;
  color: #000;
  font-weight: 800;
  margin: 0;
}
.best-seller-section .product-card .content .price-row .price-wrap del {
  font-size: 12px;
  color: #888;
}
.best-seller-section .product-card .content .price-row .off {
  color: #15803d;
  font-size: 11px;
  font-weight: 700;
}
.best-seller-section .product-card .content .warranty {
  font-size: 11px;
  color: #1c9d43;
  font-weight: 700;
  margin-bottom: 8px;
}
.best-seller-section .product-card .content .warranty svg {
  width: 16px;
}
.best-seller-section .product-card .content .cart-btn {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 10px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff3e56),
    color-stop(50%, #2290ef),
    to(#6cfcf5)
  );
  background-image: linear-gradient(
    to right,
    #ff3e56 0%,
    #2290ef 50%,
    #6cfcf5 100%
  );
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #fff;
}
.why-cloudifymr {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f6f6f4),
    to(#efefee)
  );
  background: linear-gradient(to bottom, #f6f6f4, #efefee);
  overflow: hidden;
  padding: 40px 0;
}
.why-cloudifymr .section-heading {
  text-align: center;
  margin-bottom: 50px;
}
.why-cloudifymr .section-heading span {
  font-size: 12px;
  letter-spacing: 4px;
  color: #cd8911;
  display: block;
  margin-bottom: 15px;
}
.why-cloudifymr .section-heading h2 {
  font-size: 72px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #000;
}
.why-cloudifymr .section-heading p {
  max-width: 760px;
  margin: auto;
  font-size: 22px;
  line-height: 1.7;
  color: #666;
}
.why-cloudifymr .why-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr 18px 1fr 18px 1fr 18px 1fr 18px 1fr
    18px 1fr 18px 1fr 18px 1fr 18px 1fr 18px 1fr;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}
.why-cloudifymr .card {
  border-radius: 34px;
  padding: 36px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  opacity: 0;
}
.why-cloudifymr .card:hover {
  -webkit-transform: translateY(-8px) scale(1.01);
  transform: translateY(-8px) scale(1.01);
}
.why-cloudifymr .card .pill,
.why-cloudifymr .card .tag-mr {
  font-size: 11px;
  letter-spacing: 4px;
  color: #cd8911;
  margin-bottom: 25px;
  display: inline-block;
}
.why-cloudifymr .card h3 {
  font-size: 62px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 12px;
}
.why-cloudifymr .card h5 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}
.why-cloudifymr .card p {
  font-size: 16px;
  line-height: normal;
  color: #777;
}
.why-cloudifymr .light-card {
  background: #f7f4ed;
  color: #000;
}
.why-cloudifymr .light-card a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 50px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff3e56),
    color-stop(50%, #2290ef),
    to(#6cfcf5)
  );
  background-image: linear-gradient(
    to right,
    #ff3e56 0%,
    #2290ef 50%,
    #6cfcf5 100%
  );
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 2px;
  color: #fff;
  margin-top: 25px;
}
.why-cloudifymr .dark-card {
  background: radial-gradient(circle at top right, #5db3e4 0%, #151111 40%);
  color: #fff;
  border: 0;
}
.why-cloudifymr .dark-card p {
  color: #bcbcbc;
}
.why-cloudifymr .dark-card h3,
.why-cloudifymr .dark-card h5 {
  color: #fff;
}
.why-cloudifymr .dark-card .tag-mr {
  color: #10e9b3;
}
.why-cloudifymr .wide-card {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#eef9f5),
    to(#f7f7f7)
  );
  background: linear-gradient(to right, #eef9f5, #f7f7f7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
}
.why-cloudifymr .wide-card .icon {
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 34px;
  font-weight: bold;
}
.why-cloudifymr .wide-card .green {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#36b984),
    color-stop(50%, #22ef4a),
    to(#30ff00)
  );
  background-image: linear-gradient(
    to right,
    #36b984 0%,
    #22ef4a 50%,
    #30ff00 100%
  );
  color: #fff;
}
.why-cloudifymr .wide-card .blue {
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff3e56),
    color-stop(50%, #2290ef),
    to(#6cfcf5)
  );
  background-image: linear-gradient(
    to right,
    #ff3e56 0%,
    #2290ef 50%,
    #6cfcf5 100%
  );
}
.why-cloudifymr .wide-card .green-text {
  color: #17b26a;
}
.why-cloudifymr .wide-card .blue-text {
  color: #3567ff;
}
.why-cloudifymr .selection-card {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f7f4ed),
    to(#f8f6f2)
  );
  background: linear-gradient(to right, #f7f4ed, #f8f6f2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.why-cloudifymr .selection-card .laptop-shape {
  width: 160px;
  height: 100px;
  border-radius: 12px;
  background: #ece8df;
  position: relative;
}
.why-cloudifymr .selection-card .laptop-shape:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 20px;
  width: 120px;
  height: 60px;
  border-radius: 8px;
  background: #f8f6f2;
}
.why-cloudifymr .selection-card .laptop-shape:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 180px;
  height: 10px;
  border-radius: 10px;
  background: #ddd;
}
.why-cloudifymr {
}
.why-cloudifymr .light-card:first-child {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  min-height: 340px;
}
.why-cloudifymr .dark-card:nth-child(2) {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  min-height: 340px;
}
.why-cloudifymr .wide-card:nth-child(3) {
  -ms-grid-column-span: 6;
  grid-column: span 6;
  min-height: 340px;
}
.why-cloudifymr .wide-card:nth-child(4) {
  -ms-grid-column-span: 6;
  grid-column: span 6;
  min-height: 300px;
}
.why-cloudifymr .dark-card:nth-child(5),
.why-cloudifymr .dark-card:nth-child(6) {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  min-height: 300px;
}
.why-cloudifymr .dark-card:nth-child(8),
.why-cloudifymr .light-card:nth-child(7) {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  min-height: 260px;
}
.why-cloudifymr .selection-card:nth-child(9) {
  -ms-grid-column-span: 6;
  grid-column: span 6;
  min-height: 260px;
}
.why-cloudifymr {
}
.why-cloudifymr .reveal {
  -webkit-animation: revealUp 1s ease forwards;
  animation: revealUp 1s ease forwards;
}
.why-cloudifymr .reveal:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.why-cloudifymr .reveal:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.why-cloudifymr .reveal:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.why-cloudifymr .reveal:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.why-cloudifymr .reveal:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.why-cloudifymr .reveal:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.why-cloudifymr .reveal:nth-child(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.why-cloudifymr .reveal:nth-child(9) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@-webkit-keyframes revealUp {
  0% {
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes revealUp {
  0% {
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .why-edify .section-heading h2 {
    font-size: 42px;
  }
  .why-edify .section-heading p {
    font-size: 16px;
  }
  .why-edify .card {
    -ms-grid-column-span: 12 !important;
    grid-column: span 12 !important;
    padding: 28px;
  }
  .why-edify .card h3 {
    font-size: 46px;
  }
  .why-edify .card h5 {
    font-size: 22px;
  }
  .why-edify .card p {
    font-size: 16px;
  }
  .why-edify .selection-card,
  .why-edify .wide-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .why-edify .selection-card .laptop-shape {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .why-edify .section-heading h2 {
    font-size: 34px;
  }
  .why-edify .card {
    border-radius: 24px;
  }
  .why-edify .card h3 {
    font-size: 38px;
  }
}
.why-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 18px minmax(0, 1fr) 18px minmax(0, 1fr) 18px
    minmax(0, 1fr) 18px minmax(0, 1fr) 18px minmax(0, 1fr) 18px minmax(0, 1fr)
    18px minmax(0, 1fr) 18px minmax(0, 1fr) 18px minmax(0, 1fr) 18px
    minmax(0, 1fr) 18px minmax(0, 1fr);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}
.card {
  min-width: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .why-grid {
    -ms-grid-columns: (minmax(0, 1fr)) [2] !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .why-grid .card {
    grid-column: auto !important;
    min-height: auto;
  }
  .card {
    padding: 24px;
    border-radius: 24px;
  }
  .card h3 {
    font-size: 42px;
    line-height: 1.1;
    word-break: break-word;
  }
  .card h5 {
    font-size: 22px;
    line-height: 1.3;
  }
  .card p {
    font-size: 15px;
    line-height: 1.6;
  }
  .selection-card,
  .wide-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
  .wide-card .icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .why-grid {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
  .card {
    padding: 20px;
  }
  .card h3 {
    font-size: 34px;
  }
  .card h5 {
    font-size: 18px;
  }
  .card p {
    font-size: 14px;
  }
  .section-heading h2 {
    font-size: 34px;
    line-height: 1.2;
  }
  .section-heading p {
    font-size: 15px;
    line-height: 1.6;
  }
  .counter {
    display: inline-block;
    font-size: inherit;
    line-height: 1;
    word-break: normal;
  }
  .selection-card .laptop-shape {
    width: 100%;
    max-width: 140px;
    margin: auto;
  }
}
.brand-section {
  padding: 40px 0;
  background: #f8f8f8;
  overflow: hidden;
}
.brand-section .brandSlider {
  padding-bottom: 45px;
}
.brand-section .brandSlider .swiper-wrapper {
  height: auto;
}
.brand-section .brandSlider .swiper-slide {
  height: auto;
}
.brand-section .brand-card {
  border-radius: 10px;
  border: 1px solid #ececec;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.brand-section .brand-card:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}
.brand-section .brand-card:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.brand-section .brand-card img {
  max-width: 90%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.brand-section {
}
.brand-section .swiper-pagination {
  bottom: 0 !important;
}
.brand-section .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d0d0d0;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.brand-section .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 30px;
  background: #000;
}
@media (max-width: 991px) {
  .brand-section {
    padding: 50px 0;
  }
  .brand-section .section-title {
    margin-bottom: 25px;
  }
  .brand-section .section-title h2 {
    font-size: 34px;
  }
  .brand-section .brand-card {
    height: 100px;
    border-radius: 16px;
  }
  .brand-section .brand-card img {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .brand-section .section-title h2 {
    font-size: 28px;
  }
  .brand-section .brandSlider {
    padding-bottom: 35px;
  }
  .brand-section .brand-card {
    height: 90px;
    padding: 15px;
  }
  .brand-section .brand-card img {
    max-width: 85px;
    max-height: 40px;
  }
}
