@charset "UTF-8";
body {
  overflow-x: hidden;
}
.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: #fff;
  display: block;
  position: relative;
  padding: 26px 0;
  border-bottom: 3px solid transparent;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  nav > ul > li > a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1600px) {
  nav > ul > li > a {
    font-size: 14px;
  }
}
nav > ul > li:hover > a {
  color: #fff;
  border-bottom: 3px solid #fff;
  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 #ff7010;
  background: #07273c;
  font-size: 16px;
  border-radius: 50px;
}
.header-link-search .header-search #search .btn-lg {
  background: #ff7010;
}
.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;
}
.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;
}
.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: #07273c;
  border-radius: 0 0 12px 12px;
  padding: 1rem;
}
#NewArrivals .new-arrivals .card-body {
  background: #07273c;
  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: #ff7010;
  color:#fff;
  -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: #fff;
}
.product-variant-price {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}
span.product-variant-cut-price.cut-price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}
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-color : #ff7010;
  -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-color: #ff7010;
}
.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-color: #ff7010;
  -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-color: #ff7010;
}
.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;
  }
}
.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: #07273c;
  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 0.85rem;
  border-radius: 8px;
  font-size: 13px;
  border: 0;
  color: #fff;
  gap: 5px;
  height: 36px;
  text-transform: uppercase;
  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
  button.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 .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;
}
