/* COMMON CSS */
body {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  color: #111111;
  background-color: #f1f3f7;
}

.white-bg-section {
  background-color: #fff;
}

.section-title {
  text-align: center;
  width: 100%;
}

.section-title>h3 {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  font-size: 36px;
}

.section-title>p {
  color: #999999;
  font-size: 14px;
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.section-title > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.section-title > ul > li {
  padding: 0px;
  margin-right: 15px;
}

.section-title > ul > li > button,.section-title > ul > li > a {
  text-decoration: none;
  padding: 5px 15px;
  border: none;
  font-weight: bold;
  font-size: 18px;
  border: 2px solid #ddd;
  border-radius: 30px;
}

.section-title > ul > li > button.active, .section-title > ul > li > a.active {
  border-bottom: 2px solid #0a0a69;
  color: #0a0a69;
}

.site-slider-slides {
  padding: 0px 60px;
}

.site-slider-nav.site-slider-nav-prev {
  left: 0px;
}

.site-slider-nav.site-slider-nav-next {
  right: 0px;
}

.site-slider {
  width: 100%;
  position: relative;
}

.site-slider-nav:hover {
  color: #e2212e;
}

.site-slider-nav {
  position: absolute;
  height: 50px;
  width: 50px;
  background-color: transparent;
  padding: 0px;
  border: none;
  font-size: 25px;
  z-index: 101;
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show-only-mobile {
  display: none;
}

@media only screen and (max-width : 600px) {
  .show-only-desktop {
      display: none;
  }

  .show-only-mobile {
      display: inline-flex;
  }

  .site-slider-slides {
      padding: 0px 20px;
  }

  .site-slider-nav {
      width: 20px;
      height: 100%;
      font-size: 18px;
  }
}

@media (min-width: 1900px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1600px;
  }
}

/* DESKTOP MEDIA QUERY */
@media only screen and (min-width: 600px) {
  body .hide-on-desktop {
      display: none;
  }
}

/* MOBILE MEDIA QUERY */
@media only screen and (max-width: 600px) {
  body .hide-on-mobile {
      display: none;
  }
}

/* HEADER CSS */
header {
  position: sticky;
  left: 0px;
  width: 100%;
  top: 0px;
  z-index: 101;
  background-color: #fff;
}

.header-secondary {
  border-bottom: 1px solid #ddd;
}

.header-inner>ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: row;
}

.header-logo > a > img {
  max-height: 50px;
}

.header-logo > a {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header-secondary .header-inner ul.header-secondary-left {
  align-items: center;
  margin-right: auto;
  width: 100%;
}

.header-inner {
  display: flex;
  flex-direction: row;
}

.header-form-group {
  width: 100%;
  position: relative;
}

li.header-form>form {
  margin-top: auto;
  margin-bottom: auto;
}

.header-secondary .header-inner ul.header-secondary-right>li>a,.header-secondary .header-inner ul.header-secondary-right>li>button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
  transition: 0.5s all ease;
  text-decoration: none;
  min-width: 50px;
  min-height: 100%;
  color: #000;
  border: none;
  background-color: transparent;
  font-size: 20px;
}

li.header-form {
  padding-left: 15px;
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.header-form-group>input {
  width: 100%;
  padding: 10px 60px 10px 15px;
  outline: none;
  border-radius: 0px;
  border: 1px solid #ddd;
  transition: 0.5s all ease;
}

.header-form-group>button {
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  height: 100%;
  width: 60px;
  background-color: #161880;
  transition: 0.5s all ease;
  outline: none;
  color: #fff;
}

.header-form-group>input:focus {
  border: 1px solid #08012a;
}

.header-form-group>input:focus~button {
  background: #08012a;
  color: #fff;
}

.header-primary {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.header-primary .header-inner>ul {
  display: flex;
}

.header-primary>.container {
  position: relative;
}

.header-inner>ul>li>.header-multi-column, .header-inner>ul>li>.header-single-column {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .07), 0 4px 6px -2px rgba(0, 0, 0, .05);
  border-top: 1px solid #fff;
  top: 54px;
}

.header-inner>ul>li:hover>.header-multi-column, .header-inner>ul>li:hover>.header-single-column {
  display: block;
}

.header-inner>ul>li>.header-single-column {
  width: 200px;
}

.header-inner>ul>li>.header-multi-column {
  width: 100%;
  left: 0px;
  padding: 15px 30px;
}

.header-inner>ul>li ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.header-inner>ul>li ul>li>a {
  font-size: 12px;
  color: #4f4f4f;
  text-decoration: none;
  font-weight: 600;
}

.header-primary .header-inner>ul>li:hover, .header-primary .header-inner>ul>li.active {
  border-bottom: 2px solid #fff;
  background-color: var(--primaryHeaderTextHoverBackgroundColor);
}

.header-primary .header-inner>ul>li>span, .header-primary .header-inner>ul>li>a {
  display: block;
  padding: 15px;
  font-weight: bold;
  font-size: 14px;
  min-width: 100px;
  cursor: pointer;
  text-align: center;
}

.header-secondary .header-inner ul.header-secondary-right>li>a>span {
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

.header-inner>ul>li ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.header-inner>ul>li ul>li>a {
  font-size: 12px;
  color: #4f4f4f;
  text-decoration: none;
  font-weight: 600;
}

.header-primary .header-inner>ul>li {
  border-bottom: 2px solid transparent;
  background-color: var(--primaryHeaderTextBackgroundColor);
}

.header-primary .header-inner>ul>li>span, .header-primary .header-inner>ul>li>a {
  display: block;
  padding: 15px;
  font-size: 18px;
  min-width: 100px;
  cursor: pointer;
  text-align: center;
  color: inherit;
  font-weight: 500;
  text-decoration: none;
}

.header-primary .header-inner>ul>li:hover>a, .header-primary .header-inner>ul>li.active>a, .header-primary .header-inner>ul>li:hover>span, .header-primary .header-inner>ul>li.active>span {
  color: var(--primaryHeaderTextHoverColor);
}

.header-inner>ul>li>.header-single-column>li>a {
  padding: 5px 10px;
  display: block;
}

.header-menu-toggle {
  padding: 0px 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-menu-toggle>button {
  border: none;
  background: transparent;
}

.header-primary>.container>.toggle-menu {
  position: absolute;
  right: 10px;
  border: none;
  color: #fff;
  background: transparent;
  top: 11px;
  font-size: 31px;
}

@media only screen and (max-width: 600px) {
  .header-secondary .header-inner ul.header-secondary-right>li:hover>a {
      background-color: transparent;
      color: #08012a;
  }

  .header-secondary {
      padding: 8px 0px;
      box-shadow: 0px 2px 7px 0px #0000003b;
  }

  header.open .header-primary {
      left: 0%;
  }

  .header-primary {
      width: 100%;
      height: 100%;
      z-index: 999;
      position: fixed;
      top: 0px;
      background: #00000099;
      left: -100%;
      transition: .5s all ease;
  }

  header.open .header-primary .header-inner {
      left: 0%;
  }

  .header-primary .header-inner {
      position: fixed;
      left: -100%;
      background: #08012a;
      height: calc(100% - 50px);
      width: 80%;
      overflow: auto;
      transition: 0.5s all cubic-bezier(0.22, 0.61, 0.36, 1);
  }

  .header-primary .header-inner>ul {
      flex-direction: column;
      align-items: start;
      width: 100%;
  }

  .header-primary .header-inner>ul>li {
      width: 100%;
  }

  .header-primary .header-inner>ul>li>span, .header-primary .header-inner>ul>li>a {
      text-align: start;
  }

  .header-inner>ul>li>.header-multi-column, .header-inner>ul>li>.header-single-column {
      position: relative;
      top: 0px;
      width: 100%;
      display: block;
  }

  header.open .header-secondary-right {
      display: flex;
      z-index: 99999999;
      overflow: auto;
      bottom: 0%;
      box-shadow: 0px -2px 7px 0px #0000003b;
  }

  header .header-secondary-right {
      position: fixed;
      background: #fff;
      width: 100%;
      left: 0px;
      bottom: -100%;
      transition: 0.5s all ease;
  }

  header.open-form li.header-form {
      top: 55px;
  }

  li.header-form {
      position: fixed;
      top: -55px;
      background: #fff;
      width: 100%;
      left: 0px;
      padding: 10px;
      box-shadow: 0px 2px 7px 0px #0000003b;
      z-index: -1;
      transition: 0.5s all ease;
  }
}

/* BANNER SLIDER 1 */
.banner-slider-1 {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.banner-slider-1 .banner-slide {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-slider-1 .banner-slide-caption {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0px 25px;
}

.banner-slider-1 .banner-slide-caption > h3 {
  font-weight: bold;
  font-size: 40px;
}

.banner-slider-1 .banner-slide-image > img {
  width: 100%;
}

/* BANNER CARD 1 */
.banner-card-1 {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.banner-card-1 .banner-image > img {
  width: 100%;
}

.banner-card-1 .banner-caption {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0px 25px;
  color: #fff;
}

.banner-card-1 .banner-caption strong {
  font-size: 25px;
}

.banner-card-1 .banner-caption span {
  font-size: 20px;
}

.banner-card-1 .banner-caption small {
  text-decoration: underline;
}

/* BANNER CARD 2 */
.banner-card-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.banner-card-2 .banner-caption {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0px 25px;
  justify-content: center;
}

.banner-card-2 .banner-caption > strong {
  font-size: 20px;
}

.banner-card-2 .banner-caption > small {
  text-decoration: underline;
}

.banner-card-2 .banner-image {
  width: 100%;
}

.banner-card-2 .banner-image > img {
  width: 100%;
  transition: 0.5s all ease;
}

.banner-card-2:hover .banner-image > img {
  transform: scale(1.05);
}

/* BANNER CARD 3 */
.banner-card-3 {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.banner-card-3 .banner-caption {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 50px 25px;
  justify-content: flex-start;
}

.banner-card-3 .banner-caption > strong {
  font-size: 40px;
}

.banner-card-3 .banner-caption > small {
  text-decoration: underline;
}

.banner-card-3 .banner-image {
  width: 100%;
}

.banner-card-3 .banner-image > img {
  width: 100%;
  transition: 0.5s all ease;
}

.banner-card-3:hover .banner-image > img {
  transform: scale(1.05);
}

/* CATEGORIES CSS */
.category-thumb {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  padding: 5px;
  cursor: pointer;
  transition: 0.2s all ease;
}

.category-thumb > div {
  overflow: hidden;
}

.category-thumb > label {
  font-size: 18px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.category-thumb:hover {
  box-shadow: 0px 0px 10px 1px #00000026;
}

/* PRODUCT THUMBNAIL 1 */
.product-thumbnail-1 {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-thumbnail-1 .product-image {
  text-align: center;
  margin-bottom: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-thumbnail-1 > .product-image > img {
  max-width: 100%;
}

.product-thumbnail-1 .product-meta {
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.product-thumbnail-1 .product-actions {
  position: absolute;
  top: 30px;
  right: 10px;
  display: flex;
  flex-direction: column;
}

.product-thumbnail-1 .product-actions > button {
  background-color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  box-shadow: 0px 0px 10px #00000026;
  border-radius: 3px;
  margin-bottom: 0px;
  transition: 0.5s all ease;
  transform: translate(60px, 0px);
}

.product-thumbnail-1:hover .product-actions > button {
  transform: translate(0px, 0px);
  margin-bottom: 10px;
}

.product-thumbnail-1 .product-tag {
  position: absolute;
  background-color: blue;
  top: 10px;
  left: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #fff;
  padding: 0px 10px;
  font-weight: bold;
  box-shadow: 0px 0px 10px #00000026;
}

.product-thumbnail-1 .product-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.product-thumbnail-1 .product-price {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.product-thumbnail-1 .product-review {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: orange;
  font-size: 12px;
  margin-bottom: 5px;
}

.product-thumbnail-1 .product-stock {
  color: green;
  font-size: 12px;
  position: relative;
  padding-left: 10px;
}

.product-thumbnail-1 .product-stock:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: green;
  border-radius: 100%;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
}

/* PRODUCT THUMBNAIL 3 */
.product-thumbnail-2 {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px;
}

.product-thumbnail-2 .product-image {
  width: 150px;
  min-width: 150px;
}

.product-thumbnail-2 .product-image > img {
  max-width: 100%;
}

.product-thumbnail-2 .product-actions {
  display: flex;
  flex-direction: column;
}

.product-thumbnail-2 .product-meta {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.product-thumbnail-2 .product-actions > button {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  border: 1px solid #6e6e6e;
  border-radius: 5px;
  background-color: #fff;
  color: #6e6e6e;
}

.product-thumbnail-2 .product-actions > button:last-child {
  margin: 0px;
}

.product-thumbnail-2 .product-title {
  font-size: 18px;
  font-weight: bold;
}

.product-thumbnail-2 .product-price {
  font-size: 20px;
  font-weight: bold;
}

.product-thumbnail-2 .product-stock {
  color: green;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}

.product-thumbnail-2 .product-stock:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: green;
  border-radius: 100%;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
}

/* PRODUCT CATEGORY SLIDER */
.category-slide {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.category-slide-image {
  border-radius: 100%;
  overflow: hidden;
  padding: 20px;
  background-color: #fff;
}

.category-slide-meta {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.category-slide-meta > strong {
  font-size: 20px;
}

.category-slider {
  margin-left: -20px;
  margin-right: -20px;
  width: 100%;
}

/* FOOTER CSS */
footer {
  background-color: #fff;
  border-top: 1px solid #ddd;
  margin-top: 15px;
}

footer > section {
  border-bottom: 1px solid #ddd;
}

.footer-widget-1 > img {
  max-width: 50px;
  max-height: 50px;
}

.footer-widget-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px 0px;
}

.footer-widget-1 > label {
  font-weight: bold;
  margin: 5px 0px;
}

.footer-widget-1 > p {
  margin: 0px;
  font-size: 14px;
}

/* FOOTER NAVS */
.footer-copyright {
  text-align: center;
  padding: 25px 0px;
}

.footer-copyright > p {
  margin: 0px;
}

.footer-links > h3 , .footer-newsletter > h3 {
  font-size: 18px;
  font-weight: bold;
}

.footer-links > ul > li > a {
  border: 0 none;
  padding: 3px 0;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  color: #111111;
  text-decoration: none;
}

.footer-links > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.footer-links,.footer-newsletter {
  padding: 50px 0px;
}

.news-letter-control {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 20px 0px;
}

.news-letter-control > input {
  width: 100%;
  height: 50px;
  border: 1px solid #000;
  background-color: #e6e8ea;
  padding: 0px 10px;
  outline: none;
}

.news-letter-control > button {
  background-color: #000;
  color: #fff;
  margin-left: 10px;
  min-width: 130px;
  font-weight: bold;
  text-transform: uppercase;
  height: 50px;
  border: none;
  outline: none;
}

.social-media-buttons > ul {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.social-media-buttons > ul > li > a {
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  color: #111;
  font-size: 18px;
  background: #fff;
}

.social-media-buttons > ul > li {
  padding: 0px 5px;
}

@media only screen and (max-width : 600px) {
  .stores-section {
      padding: 50px 0px;
      margin-bottom: 50px;
  }

  .footer-widget-1 {
      padding: 20px 0px;
  }

  .footer-links, .footer-newsletter {
      padding: 10px 0px;
  }

  .footer-links-section {
      padding: 50px 0px;
  }
}

/* DETAIL CSS */
.detail-gallery {
  position: relative;
}

.detail-gallery .zoom-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  font-size: 22px;
  opacity: 0.6;
}

.slider-nav-thumbnails .slick-list {
  margin: 0 -10px;
}

.slider-nav-thumbnails .slick-slide {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}

.slider-nav-thumbnails .slick-slide img {
  border-radius: 0px;
}

.slider-nav-thumbnails .slick-slide.slick-current::before {
  border-bottom: 5px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: -6px;
  width: 0;
}

.slider-nav-thumbnails .slick-slide.slick-current {
  box-shadow: 0px 0px 9px 1px #00000030;
}

.slider-nav-thumbnails div.slick-slide {
  margin: 10px 10px;
  height: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.slider-nav-thumbnails button {
  opacity: 0;
}

.slider-nav-thumbnails button.slick-arrow {
  margin: 0;
  border: 0;
  background: #29a56c82;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  z-index: 9;
  color: #fff;
}

.slider-nav-thumbnails button.slick-arrow:hover {
  color: #fff;
  background-color: #3BB77E;
}

.slider-nav-thumbnails button.slick-arrow.slick-prev {
  left: -20px;
}

.slider-nav-thumbnails button.slick-arrow.slick-next {
  right: -20px;
}

.slider-nav-thumbnails:hover button {
  opacity: 1;
}

.slider-nav-thumbnails .slick-prev, .slider-nav-thumbnails .slick-next {
  font-size: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.detail-gallery .product-image-slider {
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 0px;
  border: 1px solid #ececec;
  overflow: hidden;
  height: 400px;
}

.detail-gallery .product-image-slider figure {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.detail-gallery .product-image-slider img {
  opacity: 1;
  border-radius: 16px;
}

.detail-gallery .product-image-slider.slider-nav-thumbnails {
  background: none;
  border-radius: 0;
}

.detail-gallery .product-image-slider button.slick-arrow {
  background: none;
  border: 0;
  padding: 0;
  font-size: 14px;
}

.detail-gallery .product-image-slider button.slick-arrow i {
  color: #adadad;
}

.zoomContainer, .zoomWindow {
  z-index: 9999;
}

.single-product .zoomContainer, .single-product .zoomWindow {
  z-index: 99;
}

/* DETAIL PAGE META DATA */
.detail-info > label {
  color: #000;
  font-size: 30px;
}

.detail-info > .reviews {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.detail-info > .reviews .ratings {
    color: orange;
    font-size: 12px;
    margin-right: 5px;
}


.detail-info > label>span {
  margin-left: 5px;
  font-size: 20px;
  text-decoration: line-through;
  opacity: .7;
}

.variant-data > ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.variant-data > ul > li > a {
  display: flex;
  font-weight: bold;
  border-radius: 0px;
  text-decoration: none;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.variant-data > ul > li {
  padding-right: 15px;
  padding-bottom: 5px;
}


.variant-data > ul.variant-color > li> a {
    border-radius: 100%;
    border: 2px solid #9a8282;
    width: 40px;
    height: 40px;
}

.variant-data > ul.variant-image > li > a {
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #ddd;
    padding: 5px;
}

.variant-data > ul.variant-image > li > a > img {
    max-width: 100%;
    max-height: 100%;
}

.variant-data > ul.variant-text > li.active > a, .variant-data > ul.variant-image> li.active > a,.variant-data > ul.variant-color> li.active > a {
    border-color: #000;
}

.variant-data > ul.variant-text > li > a {
    border: 2px solid #ddd;
    border-radius: 30px;
    padding: 5px 15px;
    color: #000;
}


/* BREADCRUMB CSS */
.page-header .page-title {
  font-weight: 900;
  font-size: 4rem;
}

.page-header.breadcrumb-wrap {
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  font-family: "Quicksand", sans-serif;
}

.breadcrumb {
  display: inline-block;
  padding: 0;
  text-transform: capitalize;
  color: #7E7E7E;
  font-size: 14px;
  font-weight: 600;
  background: none;
  margin: 0;
  border-radius: 0;
}

.breadcrumb i {
  position: relative;
  text-align: center;
  padding: 0 10px;
  font-size: 9px;
}

.breadcrumb > a {
  text-decoration: none;
  color: inherit;
}

/* QUANTTIY THUMB */
.quantity-input {
  width: 80px;
  position: relative;
}

.quantity-input > button {
  position: absolute;
  border: none;
  font-size: 9px;
  border-radius: 100%;
  background-color: var(--bs-dark);
  height: 15px;
  width: 15px;
  padding: 0px;
  color: #fff;
  right: 5px;
}

.quantity-input > input {
  font-weight: bold;
  color: var(--bs-dark);
  text-align: center;
  border-radius: 0px;
  border: 1px solid #000;
}

.quantity-input >button.quantity-input-plus {
  top: 5px;
}

.quantity-input >button.quantity-input-minus {
  bottom: 5px;
}

/* PRODUCT LISTING */
.listing-head {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  position: relative;
  margin-top: 15px;
}

.listing-head > div > h1 {
  font-weight: bold;
  font-size: 30px;
}

.listing-head > img {
  max-width: 100%;
}

.listing-head > div {
  position: absolute;
  bottom: 0px;
  color: #fff;
  padding: 15px;
  width: 100%;
  background-image: linear-gradient(0deg, #000, transparent);
}

.listing-head> div > p {
  margin: 0px;
  margin-bottom: 15px;
}

.listing-products .product-thumb {
  width: 100%;
  max-width: unset;
  background-color: #fff;
  margin-bottom: 20px;
  transition: 0.2s all ease;
}

.listing-products .product-thumb:hover {
  box-shadow: 0px 0px 10px 1px #0000001c;
}

.site-filters {
  background-color: #fff;
  padding: 15px;
  transition: 0.5s all ease;
}

.site-filters > h3 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #000;
  display: inline-block;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.site-filters > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.site-filters > ul > li:last-child {
  border: none;
  padding-bottom: 0px;
}

.site-filter-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.site-filter-heading-text {
  margin-right: auto;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.site-filter-options {
  border-bottom: 1px solid #ddd;
  padding: 20px 0px;
}

.site-filter-option-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
}

.site-filter-option-count {
  margin-left: auto;
}

.site-filter-option {
  padding: 5px 0px;
}

.site-filter-option-container > label {
  margin-left: 5px;
}

.site-filter-option-container > img {
  width: 50px;
  border: 2px solid #ddd;
  border-radius: 5px;
}

.listing-products .product-thumb > a {
  color: #000;
}

.mobile-filter-toggle-btn ,.site-filters > h3 > button {
  display: none;
}

@media only screen and (max-width : 600px) {
  .site-filters > h3 {
      position: absolute;
      top: 0px;
      left: 0px;
      background-color: #000;
      width: 100%;
      z-index: 1011;
      padding: 5px 10px;
      color: #fff;
  }

  .site-filters > h3 > button {
      border: none;
      margin-left: auto;
      background-color: transparent;
      color: #fff;
      display: inline-block;
  }

  .site-filters.open {
      left: 0%;
      padding-top: 50px;
      opacity: 1;
  }

  .site-filters {
      position: fixed;
      left: -100%;
      width: 100%;
      top: 0px;
      z-index: 1010;
      margin-top: 0px;
      overflow: auto;
      height: 100%;
      opacity: 0;
  }

  .listing-head {
      height: 250px;
      align-items: center;
      overflow: hidden;
  }

  .listing-head > img {
      max-width: unset;
      min-height: 100%;
      height: 100%;
      width: unset;
  }

  .listing-head > div > h1 {
      font-size: 20px;
  }

  .listing-head > div > p {
      font-size: 14px;
  }

  .mobile-filter-toggle-btn {
      position: fixed;
      bottom: 0px;
      left: 0px;
      z-index: 101;
      width: 50%;
      height: 50px;
      background-color: #fff;
      border: none;
      border-right: .5px solid #ddd;
      border-top: 1px solid #ddd;
      display: inline-block !important;
  }

  .mobile-filter-btn {
      position: fixed;
      bottom: 0px;
      width: 50%;
      right: 0px;
      z-index: 101;
      height: 50px;
      background-color: #fff;
      border-top: 1px solid #ddd;
  }

  .mobile-filter-btn > button {
      border: none;
      width: 100%;
      padding: 0px;
      height: 100%;
      border-radius: 0px;
  }

  .mobile-filter-btn > button:active {
      background-color: #fff !important;
      color: #000 !important;
  }
}

/* LISTING ITEM */
.listing-item {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  overflow: hidden;
  padding: 10px;
  transition: 0.5s all ease;
  border-bottom: 1px solid #e2e2e2;
}

.listing-item .listing-item-image > img {
  max-width: 500px;
  max-height: 500px;
}

.listing-item .listing-item-image {
  width: 200px;
  height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;
  min-width: 200px;
}

.listing-item .listing-item-meta {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-start;
  width: 100%;
}

.listing-item .wishlist {
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  font-size: 20px;
  background-color: transparent;
}

.listing-item .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.listing-item .listing-item-rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

.listing-item .stars {
  font-size: 12px;
  color: orange;
}

.listing-item .rating {
  margin-right: 10px;
  background-color: green;
  border-radius: 10px;
  color: #fff;
  padding: 0px 5px;
  font-weight: bold;
}

.listing-item .rating-total {
  margin-left: 10px;
}

.listing-item .listing-actions {
  margin-top: auto;
  padding: 0px 0px;
}

.listing-item .listing-address {
  margin-bottom: 10px;
}

.listing-item .tags {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.listing-item .tags > a {
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 0px 10px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.listing-item .listing-item:hover {
  transform: scale(1.01);
}

/* LISTING HEADER */
.listing-header {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px;
}

.listing-header > h1 {
  font-size: 25px;
  font-weight: bold;
}

.listing-header .sorting {
  display: flex;
  flex-direction: row;
  align-items: center;
}


/* LISTING DETAIL HEADER 1 */

.listing--detail-header-1 {
  position: relative;
  display: flex;
  flex-direction: column;
}

.listing--detail-header-1 > .image > img {
  width: 100%;
}

.listing--detail-header-1 > .image {
  height: 300px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.listing--detail-header-1 .meta {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #000, #000000b5, #00000003);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0px;
}

.listing--detail-header-1 .meta .meta-sub {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: auto;
  background-color: #0000004a;
  padding: 10px 0px;
}

.listing--detail-header-1 .meta .title {
  margin-top: auto;
  font-weight: bold;
}

.listing--detail-header-1 .meta .meta-sub > div {
  border-right: 1px solid #ddd;
  height: 100%;
  padding: 0px 15px;
}

.listing--detail-header-1 .meta .meta-sub > div:last-child {
  border: none;
}



.listing--detail-header-1 .meta .address,.listing--detail-header-1 .meta .title {
  padding: 0px 15px;
}

.listing--detail-header-1 .meta .meta-sub .social {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.listing--detail-header-1 .meta .meta-sub .social > a {
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 100%;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.listing--detail-header-1 .meta .meta-sub > .reviews .total-reviews {
  font-size: 12px;
}

.listing--detail-header-1 .meta .meta-sub > .reviews .ratings {
  color: yellow;
  font-size: 18px;
}

.listing--detail-header-1 .meta .meta-sub > .type {
  display: flex;
  align-items: center;
  justify-content: center;
}


/* LISTING DETAIL CATEGORIES 1 */

.listing-detail-categories-1 {
  background-color: #fff;
  width: 100%;
}

.listing-detail-categories-1 > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.listing-detail-categories-1 > ul > li {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  border-left: 5px solid transparent;
}

.listing-detail-categories-1 > ul > li > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: none;
  background-color: transparent;
  width: 100%;
}



.listing-detail-categories-1 > ul > li > div > div {
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
  overflow: hidden;
  margin-right: 10px;
  background-color: #fff;
}

.listing-detail-categories-1 > ul > li > div > div >img {
  max-width: 100%;
  max-height: 100%;
}

.listing-detail-categories-1 > ul > li:hover {
  background-color: #87ceeb14;
}

.listing-detail-categories-1 > ul > li.active {
  border-left: 5px solid #000;
  background-image: linear-gradient(60deg, skyblue, transparent);
}


/* VENDOR CARD 1 */

.vendor-card-1 {
  max-width: 400px;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100px;
  border-radius: 5px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.vendor-card-1 > .banner > img {
  max-width: 100%;
  transition: 0.5s all ease;
}

.vendor-card-1 .banner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.vendor-card-1 .meta {
  position: absolute;
  background-color: #00000070;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.vendor-card-1 .meta .title {
  font-size: 20px;
  font-weight: bold;
}

.vendor-card-1 .meta .address {
  font-size: 14px;
}

.vendor-card-1:hover > .banner>img {
  transform: scale(1.2);
}
