/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Prata&display=swap");
:root {
  --js_primary-font: "Outfit", sans-serif;
  --js_secondary-font: "Prata", serif;
  --js_main-color: #CB927A;
  --js_title-color: #2A2826;
  --js_para-color: #696866;
  --js_ash-color: #D9D9D9;
  --white-color: #fff;
  --black-color: #000000;
  --font-size: 16px;
  --transition: .6s;
}

body {
  padding: 0;
  margin: 0;
  font-family: var(--js_primary-font);
  font-size: var(--font-size);
  font-weight: 400;
  color: var(--js_para-color);
}

a {
  text-decoration: none;
  transition: var(--transition);
}

button {
  outline: 0 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--js_title-color);
  font-weight: bold;
  font-family: var(--js_secondary-font);
}
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

p {
  margin-bottom: 15px;
  line-height: 27.2px;
  color: var(--js_para-color);
}
p:last-child {
  margin-bottom: 0;
}

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

/*================================================
JS Default CSS
=================================================*/
.fs-12 {
  font-size: 12px;
}

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

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

.fs-18 {
  font-size: 18px;
}

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

.fs-30 {
  font-size: 30px;
  line-height: 40px;
}

.js-btn {
  position: relative;
  z-index: 1;
  line-height: 16px;
  padding: 18px 30px;
  border: none;
  display: inline-block;
  transition: var(--transition);
}
.js-btn.style-one, .js-btn.style-three, .js-btn.style-four, .js-btn.style-five, .js-btn.style-six {
  color: var(--white-color);
  overflow: hidden;
}
.js-btn.style-one:before, .js-btn.style-one:after, .js-btn.style-three:before, .js-btn.style-three:after, .js-btn.style-four:before, .js-btn.style-four:after, .js-btn.style-five:before, .js-btn.style-five:after, .js-btn.style-six:before, .js-btn.style-six:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  z-index: -1;
  transition: var(--transition);
  transform: translate(-50%, -50%);
}
.js-btn.style-one:before, .js-btn.style-three:before, .js-btn.style-four:before, .js-btn.style-five:before, .js-btn.style-six:before {
  height: 100%;
}
.js-btn.style-one:after, .js-btn.style-three:after, .js-btn.style-four:after, .js-btn.style-five:after, .js-btn.style-six:after {
  height: 0%;
  visibility: hidden;
  opacity: 0;
}
.js-btn.style-one img, .js-btn.style-three img, .js-btn.style-four img, .js-btn.style-five img, .js-btn.style-six img {
  position: relative;
  top: -1px;
  margin-left: 10px;
}
.js-btn.style-one:hover:after, .js-btn.style-three:hover:after, .js-btn.style-four:hover:after, .js-btn.style-five:hover:after, .js-btn.style-six:hover:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.js-btn.style-one {
  color: var(--white-color);
}
.js-btn.style-one:before {
  background-color: var(--js_main-color);
}
.js-btn.style-one:after {
  background-color: var(--js_title-color);
}
.js-btn.style-one img {
  filter: brightness(0) invert(1);
}
.js-btn.style-two {
  background-color: var(--js_main-color);
  color: var(--white-color);
  border: 1px solid transparent;
  z-index: 1;
}
.js-btn.style-two:after {
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--js_main-color);
  z-index: -1;
  transition: var(--transition);
}
.js-btn.style-two img {
  position: relative;
  top: -2px;
  margin-left: 10px;
}
.js-btn.style-two:hover {
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.14);
}
.js-btn.style-two:hover:after {
  top: 0;
  left: 0;
}
.js-btn.style-three {
  color: var(--white-color);
}
.js-btn.style-three:before {
  background-color: var(--js_title-color);
}
.js-btn.style-three:after {
  background-color: var(--js_main-color);
}
.js-btn.style-four {
  color: var(--js_title-color);
  border: 1px solid var(--js_ash-color);
}
.js-btn.style-four:before {
  background-color: transparent;
}
.js-btn.style-four:after {
  background-color: var(--js_title-color);
}
.js-btn.style-four:hover {
  border-color: transparent;
  color: var(--white-color);
}
.js-btn.style-four:hover img {
  filter: brightness(0) invert(1);
}
.js-btn.style-five {
  color: var(--white-color);
}
.js-btn.style-five:before {
  background-color: var(--js_title-color);
}
.js-btn.style-five:after {
  background-color: var(--white-color);
}
.js-btn.style-five img {
  transition: var(--transition);
}
.js-btn.style-five:hover {
  color: var(--js_title-color);
}
.js-btn.style-five:hover img {
  filter: brightness(1) invert(1);
}
.js-btn.style-six {
  color: var(--js_title-color);
}
.js-btn.style-six:before {
  background-color: var(--white-color);
}
.js-btn.style-six:after {
  background-color: var(--js_title-color);
}
.js-btn.style-six img {
  transition: var(--transition);
}
.js-btn.style-six:hover {
  color: var(--white-color);
}
.js-btn.style-six:hover img {
  filter: brightness(0) invert(1);
}

.js-link {
  position: relative;
}
.js-link:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.js-link:hover:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.js-link.style-one {
  color: var(--js_main-color);
}
.js-link.style-one:after {
  background-color: var(--js_main-color);
}
.js-link.style-two {
  color: var(--js_para-color);
}
.js-link.style-two:after {
  background-color: var(--js_main-color);
}
.js-link.style-two:hover {
  color: var(--js_main-color);
}
.js-link.style-three {
  color: var(--js_title-color);
}
.js-link.style-three img {
  margin-left: 5px;
  position: relative;
  top: -3px;
}
.js-link.style-three:after {
  background-color: var(--js_title-color);
}

.js_text_primary {
  color: var(--js_main-color);
}

.js_text-title {
  color: var(--js_title-color);
}

.js_text-para {
  color: var(--js_para-color);
}

.js_bg-optional {
  background-color: #FFFCF9;
}

.js-social-profile li {
  display: inline-block;
}
.js-social-profile li a {
  transition: var(--transition);
}
.js-social-profile li a i {
  transition: var(--transition);
}
.js-social-profile.style-one li {
  display: inline-block;
  margin-right: 9px;
}
.js-social-profile.style-one li:last-child {
  margin-right: 0;
}
.js-social-profile.style-one li a {
  width: 50px;
  height: 50px;
  background-color: #F7F7F7;
}
.js-social-profile.style-one li a i {
  color: var(--js_main-color);
}
.js-social-profile.style-one li a:hover {
  background-color: var(--js_main-color);
}
.js-social-profile.style-one li a:hover i {
  color: var(--white-color);
}

.bg-f {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #ddd;
}

.js_bg-primary {
  background-color: #F4E3D2;
}

/*================================================
JS Section Title CSS
=================================================*/
.js-section-title h2 {
  font-size: 44px;
}
.js-section-title.style-two h2 {
  padding-left: 58px;
}
.js-section-title.style-two h2 i {
  color: var(--js_main-color);
  font-size: 55px;
  position: absolute;
  top: -1px;
  left: -2px;
}
.js-section-title.style-three h2 {
  font-size: 40px;
}

.js_font_primary {
  font-family: var(--js_primary-font);
}

.js_font_secondary {
  font-family: var(--js_secondary-font);
}

.js-ratings li {
  display: inline-block;
}
.js-ratings li:last-child {
  margin-right: 0;
}
.js-ratings li i {
  color: var(--js_main-color);
}

/*================================================
JS Breadcrumb Area CSS
=================================================*/
.js-breadcrumb-area {
  background-color: #FFFCF9;
  padding-top: 44px;
  padding-bottom: 44px;
}
.js-breadcrumb-area h2 {
  font-size: 44px;
}
.js-breadcrumb-area .js-br-menu li {
  display: inline-block;
  margin-right: 7px;
  padding-right: 17px;
  color: var(--js_main-color);
  position: relative;
}
.js-breadcrumb-area .js-br-menu li a {
  color: var(--js_para-color);
}
.js-breadcrumb-area .js-br-menu li a:hover {
  color: var(--js_main-color);
}
.js-breadcrumb-area .js-br-menu li:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "/";
  font-size: 16px;
  color: var(--js_para-color);
}
.js-breadcrumb-area .js-br-menu li:last-child:after {
  display: none;
}

/*================================================
JS Main Banner Area CSS
=================================================*/
.js-main-banner-area {
  background-image: url(../images/hero/hero-bg.jpg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  margin-top: -100px;
}
.js-main-banner-area .js-hero-slider .js-hero-slide-item .hero-content span {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
.js-main-banner-area .js-hero-slider .js-hero-slide-item .hero-content h1 {
  font-size: 68px;
  line-height: 90px;
  margin-bottom: 35px;
}
.js-main-banner-area .js-hero-slider .js-hero-slide-item .hero-img {
  padding-top: 20px;
}
.js-main-banner-area .js-hero-slider .js-hero-slide-item .hero-img img {
  display: block;
  margin-right: auto;
}
.js-main-banner-area .js-hero-slider .swiper-slide.swiper-slide-active .js-hero-slide-item .hero-content span, .js-main-banner-area .js-hero-slider .swiper-slide.swiper-slide-active .js-hero-slide-item .hero-content h1, .js-main-banner-area .js-hero-slider .swiper-slide.swiper-slide-active .js-hero-slide-item .hero-content a {
  animation: fadeInUp 1s;
}
.js-main-banner-area .js-hero-slider .js-hero-pagination {
  position: absolute;
  bottom: 50px;
  left: 0;
  color: var(--js_title-color);
  font-family: var(--js_secondary-font);
}
.js-main-banner-area .js-hero-slider .js-hero-pagination .swiper-pagination-current,
.js-main-banner-area .js-hero-slider .js-hero-pagination .swiper-pagination-total {
  position: relative;
}
.js-main-banner-area .js-hero-slider .js-hero-pagination .swiper-pagination-current:before,
.js-main-banner-area .js-hero-slider .js-hero-pagination .swiper-pagination-total:before {
  position: absolute;
  left: 0;
  content: "0";
  color: var(--js_title-color);
}
.js-main-banner-area .js-hero-slider .js-hero-pagination .swiper-pagination-current {
  font-size: 30px;
  padding-left: 21px;
}
.js-main-banner-area .js-hero-slider .js-hero-pagination .swiper-pagination-current:before {
  top: -2px;
  font-size: 30px;
}
.js-main-banner-area .js-hero-slider .js-hero-pagination .swiper-pagination-total {
  font-size: 16px;
  padding-left: 13px;
}
.js-main-banner-area .js-hero-slider .js-hero-pagination .swiper-pagination-total:before {
  font-size: 16px;
  top: -1px;
}
.js-main-banner-area .js-slider-btn {
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 2;
  transform: translateY(-50%);
}
.js-main-banner-area .js-slider-btn .js-prev-btn {
  margin-bottom: 10px;
}
.js-main-banner-area .js-slider-btn .js-next-btn {
  margin-top: 10px;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/*================================================
JS Category Area CSS
=================================================*/
.js-category-slider-wrap .js-slider-btn .js-prev-btn,
.js-category-slider-wrap .js-slider-btn .js-next-btn {
  position: absolute;
  top: 34%;
  background-color: var(--white-color);
  transform: translateY(-50%);
  z-index: 1;
}
.js-category-slider-wrap .js-slider-btn .js-prev-btn {
  left: -40px;
}
.js-category-slider-wrap .js-slider-btn .js-next-btn {
  right: -40px;
}

.js-category-card .cat-img {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto 30px;
}
.js-category-card .cat-img:before {
  position: absolute;
  top: 6px;
  left: 6px;
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 50%;
  border: 2px solid var(--white-color);
}
.js-category-card h3 {
  margin-bottom: 7px;
}
.js-category-card h3 a {
  color: var(--js_title-color);
}
.js-category-card h3 a:hover {
  color: var(--js_main-color);
}
.js-category-card span {
  transition: var(--transition);
}
.js-category-card:hover h3 a {
  color: var(--js_main-color);
}
.js-category-card:hover span {
  color: var(--js_title-color);
}

/*================================================
JS Promo Area CSS
=================================================*/
.js-promo-card .promo-icon {
  width: 50px;
  top: 5px;
}
.js-promo-card .promo-text {
  width: calc(100% - 70px);
  margin-left: auto;
}
.js-promo-card .promo-text h3 {
  margin-bottom: 6px;
}

/*================================================
JS Collection Area CSS
=================================================*/
.js-collection-slider-wrap .js-slider-btn .js-prev-btn,
.js-collection-slider-wrap .js-slider-btn .js-next-btn {
  position: absolute;
  top: 50%;
  background-color: var(--white-color);
  transform: translateY(-50%);
  z-index: 1;
}
.js-collection-slider-wrap .js-slider-btn .js-prev-btn {
  left: -25px;
}
.js-collection-slider-wrap .js-slider-btn .js-next-btn {
  right: -25px;
}

.js-collection-card > img {
  transition: var(--transition);
}
.js-collection-card .js-collection-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  min-width: 180px;
  max-width: 282px;
  background-color: rgba(217, 217, 217, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 15px 18px;
  transition: var(--transition);
}
.js-collection-card .js-collection-info h3 {
  margin-bottom: 10px;
}
.js-collection-card .js-collection-info span img {
  margin-left: 8px;
  position: relative;
  top: 0px;
}
.js-collection-card.style-two {
  background-image: url(../images/collection/collection-6.jpg.png);
  height: calc(100% - 25px);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.js-collection-card.style-two .js-collection-info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  min-width: 180px;
  max-width: 306px;
  background-color: rgba(255, 252, 249, 0.7);
  padding: 25px 25px 22px 30px;
  transition: var(--transition);
}
.js-collection-card.style-two .js-collection-info h3 {
  margin-bottom: 9px;
  font-size: 50px;
}
.js-collection-card.style-two .js-collection-info span img {
  margin-left: 8px;
  position: relative;
  top: 0px;
}
.js-collection-card.style-three .js-collection-info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  min-width: 180px;
  max-width: 282px;
  background-color: rgba(217, 217, 217, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 20px 30px;
  transition: var(--transition);
}
.js-collection-card.style-three .js-collection-info h3 {
  margin-bottom: 10px;
}
.js-collection-card.style-three .js-collection-info span img {
  margin-left: 8px;
  position: relative;
  top: 0px;
}
.js-collection-card:hover img {
  transform: scale(1.05);
}
.js-collection-card:hover .js-collection-info {
  bottom: 25px;
}
.js-collection-card:hover .js-collection-info span:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

/*================================================
JS About Area CSS
=================================================*/
.js-about-area .js-about-bg {
  background-image: url(../images/about-bg-1.jpg.png);
  height: 100%;
  width: 57%;
  z-index: -1;
  position: absolute;
}

.js-about-content-box {
  background-color: #FFFCF9;
  padding: 83px 88px 72px 75px;
}
.js-about-content-box .single-para {
  margin-bottom: 40px;
}
.js-about-content-box .single-para p:last-child {
  margin-bottom: 0;
}

/*================================================
JS Category Area CSS
=================================================*/
.js-category-bg {
  background-image: url(../images/category/category-bg.jpg.png);
  height: 100%;
  width: 58.6%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.js-category-wrap .js-section-title {
  margin-top: 50px;
}

.js-category-box {
  background-color: #FFFCF9;
  padding: 45px 52px 50px;
}
.js-category-box .js-category-list li {
  font-size: 30px;
  font-family: var(--js_secondary-font);
  color: var(--js_title-color);
  transition: var(--transition);
  border-bottom: 1px solid var(--js_ash-color);
  padding-bottom: 14.5px;
  margin-bottom: 14.5px;
}
.js-category-box .js-category-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.js-category-box .js-category-list li > span {
  font-size: 16px;
  position: relative;
  top: -13px;
  margin-left: 3px;
  font-family: var(--js_primary-font);
  color: var(--js_main-color);
  transition: var(--transition);
}
.js-category-box .js-category-list li .js-category-img {
  width: 150px;
  height: 150px;
  position: absolute;
  right: -10px;
  top: 43%;
  transform: translateY(-50%);
  transition: var(--transition);
  visibility: hidden;
  opacity: 0;
}
.js-category-box .js-category-list li .js-category-img:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%;
  border: 2px solid var(--white-color);
  transform: translate(-50%, -50%);
}
.js-category-box .js-category-list li:hover {
  color: var(--js_main-color);
}
.js-category-box .js-category-list li:hover > span {
  color: var(--js_title-color);
}
.js-category-box .js-category-list li:hover .js-category-img {
  visibility: visible;
  opacity: 1;
  right: 0;
}

/*================================================
JS Team Area CSS
=================================================*/
.js-team-card .js-team-img {
  overflow: hidden;
}
.js-team-card .js-team-img img {
  transition: var(--transition);
}
.js-team-card:hover .js-team-img img {
  transform: scale(1.04);
}

/*================================================
JS Testimonial Area CSS
=================================================*/
.js-testimonial-area .js-testimonial-bg {
  background-image: url(../images/testimonial-bg.jpg.png);
  height: 100%;
  width: 50%;
  z-index: -1;
  position: absolute;
}
.js-testimonial-area.style-two .js-testimonial-bg {
  background-image: url(../images/testimonial-bg-2.jpg.png);
}

.js-testimonial-card {
  background-color: #FFFCF9;
  padding: 47px 95px;
}
.js-testimonial-card p {
  font-size: 22px;
  line-height: 38px;
  margin: 38px 0 40px;
}
.js-testimonial-card h5 {
  margin-bottom: 10px;
  font-size: 24px;
}

.js-testimonial-slider-wrap .js-slider-btn .js-prev-btn,
.js-testimonial-slider-wrap .js-slider-btn .js-next-btn {
  position: absolute;
  top: 50%;
  background-color: var(--white-color);
  transform: translateY(-50%);
  z-index: 1;
}
.js-testimonial-slider-wrap .js-slider-btn .js-prev-btn {
  left: -25px;
}
.js-testimonial-slider-wrap .js-slider-btn .js-next-btn {
  right: -25px;
}

.js-brand-slider {
  border-bottom: 1px solid #F0F0F0;
}

/*================================================
JS Instagram Area CSS
=================================================*/
.js-instagram-slider .swiper-wrapper .swiper-slide {
  transition: var(--transition);
}
.js-instagram-slider .swiper-wrapper .swiper-slide:nth-child(even) .js-insta-card {
  margin-top: 50px;
}

.js-gallery-card,
.js-insta-card {
  transition: var(--transition);
}
.js-gallery-card img,
.js-insta-card img {
  transition: var(--transition);
}
.js-gallery-card:hover img,
.js-insta-card:hover img {
  transform: scale(1.05);
}

/*================================================
JS Product Area CSS
=================================================*/
.js-product-card h3 a {
  color: var(--js_title-color);
}
.js-product-card h3 a:hover {
  color: var(--js_main-color);
}
.js-product-card.style-one .js-product-img {
  background-color: #F7F7F7;
}
.js-product-card.style-one .js-product-img img {
  transition: var(--transition);
}
.js-product-card.style-one .js-product-img .js-product-promo {
  top: -17px;
  left: -40px;
  transform: rotate(-45deg);
  z-index: 2;
  display: inline-block;
  background: var(--js_main-color);
  padding: 30px 35px 6px 35px;
}
.js-product-card.style-one .js-product-img .js-product-option {
  position: absolute;
  top: 50%;
  right: 20px;
  text-align: center;
  z-index: 1;
  transform: translateY(-50%);
}
.js-product-card.style-one .js-product-img .js-product-option li {
  display: block;
  margin: 0 0 12px;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
  transform: translateX(40px);
}
.js-product-card.style-one .js-product-img .js-product-option li:nth-child(1) {
  transition: var(--transition);
}
.js-product-card.style-one .js-product-img .js-product-option li:nth-child(2) {
  transition-delay: 0.1s;
}
.js-product-card.style-one .js-product-img .js-product-option li:nth-child(3) {
  transition-delay: 0.2s;
}
.js-product-card.style-one .js-product-img .js-product-option li:last-child {
  margin-bottom: 0;
}
.js-product-card.style-one .js-product-img .js-product-option li button, .js-product-card.style-one .js-product-img .js-product-option li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--white-color);
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  transition: var(--transition);
}
.js-product-card.style-one .js-product-img .js-product-option li button i, .js-product-card.style-one .js-product-img .js-product-option li a i {
  transition: var(--transition);
  font-size: 18px;
  line-height: 0.8;
  display: block;
  margin: 0 auto;
  color: var(--js_title-color);
}
.js-product-card.style-one .js-product-img .js-product-option li button img, .js-product-card.style-one .js-product-img .js-product-option li a img {
  transition: var(--transition);
}
.js-product-card.style-one .js-product-img .js-product-option li button:hover, .js-product-card.style-one .js-product-img .js-product-option li a:hover {
  background-color: var(--js_main-color) !important;
}
.js-product-card.style-one .js-product-img .js-product-option li button:hover i, .js-product-card.style-one .js-product-img .js-product-option li a:hover i {
  color: var(--white-color);
}
.js-product-card.style-one .js-product-img .js-product-option li button:hover img, .js-product-card.style-one .js-product-img .js-product-option li a:hover img {
  filter: brightness(0) invert(1);
}
.js-product-card.style-one .js-ratings {
  margin: 22px 0 10px;
}
.js-product-card.style-one h3 {
  margin-bottom: 12px;
}
.js-product-card.style-one:hover .js-product-img img {
  transform: scale(1.07);
}
.js-product-card.style-one:hover .js-product-img .js-product-option li {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.js-product-card.style-two {
  background-color: #F7F7F7;
}
.js-product-card.style-two .js-product-option {
  position: absolute;
  top: 50%;
  right: 20px;
  text-align: center;
  z-index: 1;
  transform: translateY(-50%);
}
.js-product-card.style-two .js-product-option li {
  display: block;
  margin: 0 0 12px;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
  transform: translateX(40px);
}
.js-product-card.style-two .js-product-option li:nth-child(1) {
  transition: var(--transition);
}
.js-product-card.style-two .js-product-option li:nth-child(2) {
  transition-delay: 0.1s;
}
.js-product-card.style-two .js-product-option li:nth-child(3) {
  transition-delay: 0.2s;
}
.js-product-card.style-two .js-product-option li:last-child {
  margin-bottom: 0;
}
.js-product-card.style-two .js-product-option li button, .js-product-card.style-two .js-product-option li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--white-color);
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  transition: var(--transition);
}
.js-product-card.style-two .js-product-option li button i, .js-product-card.style-two .js-product-option li a i {
  transition: var(--transition);
  font-size: 18px;
  line-height: 0.8;
  display: block;
  margin: 0 auto;
  color: var(--js_title-color);
}
.js-product-card.style-two .js-product-option li button img, .js-product-card.style-two .js-product-option li a img {
  transition: var(--transition);
}
.js-product-card.style-two .js-product-option li button:hover, .js-product-card.style-two .js-product-option li a:hover {
  background-color: var(--js_main-color);
}
.js-product-card.style-two .js-product-option li button:hover i, .js-product-card.style-two .js-product-option li a:hover i {
  color: var(--white-color);
}
.js-product-card.style-two .js-product-option li button:hover img, .js-product-card.style-two .js-product-option li a:hover img {
  filter: brightness(0) invert(1);
}
.js-product-card.style-two .js-product-img img {
  transition: var(--transition);
}
.js-product-card.style-two .js-product-info {
  padding: 42px 20px 47px 48px;
}
.js-product-card.style-two .js-product-info h3 {
  margin-bottom: 10px;
}
.js-product-card.style-two .js-product-info h3 a {
  color: var(--js_title-color);
}
.js-product-card.style-two .js-product-info h3 a:hover {
  color: var(--js_main-color);
}
.js-product-card.style-two:hover .js-product-option li {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.js-product-card.style-two:hover .js-product-img img {
  transform: scale(1.07);
}
.js-product-card.style-three .js-product-img {
  width: 312px;
}
.js-product-card.style-three .js-product-img .js-product-promo {
  top: -17px;
  left: -40px;
  transform: rotate(-45deg);
  z-index: 2;
  display: inline-block;
  background: var(--js_main-color);
  padding: 30px 35px 6px 35px;
}
.js-product-card.style-three .js-product-info {
  width: calc(100% - 335px);
  margin-left: auto;
}
.js-product-card.style-three .js-product-info .js-product-option {
  border: 1px solid #EDEDED;
  max-width: 312px;
  padding: 24.5px 20px;
  flex-grow: 1;
}
.js-product-card.style-three .js-product-info .js-product-option li {
  width: 25%;
  min-height: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--js_ash-color);
}
.js-product-card.style-three .js-product-info .js-product-option li img {
  filter: brightness(0) invert(0);
  transition: var(--transition);
}
.js-product-card.style-three .js-product-info .js-product-option li:last-child {
  border-right: none;
}
.js-product-card.style-three .js-product-info .js-product-option li:hover img {
  filter: brightness(1) invert(0);
}

.js-product-list-wrap .js-product-card {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EDEDED;
}

.js-product-card-wrap {
  display: grid;
  grid-gap: 24px;
}

.js-slider-btn .js-prev-btn,
.js-slider-btn .js-next-btn {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid var(--js_main-color);
  transition: var(--transition);
}
.js-slider-btn .js-prev-btn img,
.js-slider-btn .js-next-btn img {
  transition: var(--transition);
}
.js-slider-btn .js-prev-btn:hover,
.js-slider-btn .js-next-btn:hover {
  background-color: var(--js_main-color);
}
.js-slider-btn .js-prev-btn:hover img,
.js-slider-btn .js-next-btn:hover img {
  filter: brightness(0) invert(1);
}

.js-product-slider-wrap .js-slider-btn .js-prev-btn,
.js-product-slider-wrap .js-slider-btn .js-next-btn {
  position: absolute;
  top: 36%;
  transform: translateY(-50%);
  z-index: 1;
}
.js-product-slider-wrap .js-slider-btn .js-prev-btn {
  left: -25px;
}
.js-product-slider-wrap .js-slider-btn .js-next-btn {
  right: -25px;
}

/*================================================
JS Blog CSS
=================================================*/
.js-blog-card h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
.js-blog-card h3 a {
  color: var(--js-_title-color);
}
.js-blog-card h3 a:hover {
  color: var(--js_main-color);
}
.js-blog-card.style-one .js-blog-img img {
  transition: var(--transition);
}
.js-blog-card.style-one .js-blog-img .js-blog-date {
  bottom: 20px;
  right: 20px;
}
.js-blog-card.style-one .js-blog-info {
  padding: 24px 0 0;
}
.js-blog-card.style-one .js-blog-info h3 {
  margin: 8px 0 11px;
}
.js-blog-card.style-one .js-blog-info p {
  margin-bottom: 19px;
}
.js-blog-card.style-one:hover .js-blog-img img {
  transform: scale(1.05);
}
.js-blog-card.style-two .js-blog-img {
  width: 330px;
}
.js-blog-card.style-two .js-blog-img img {
  transition: var(--transition);
}
.js-blog-card.style-two .js-blog-img .js-blog-date {
  bottom: 18px;
  right: 18px;
}
.js-blog-card.style-two .js-blog-info {
  width: calc(100% - 350px);
  margin-left: auto;
}
.js-blog-card.style-two .js-blog-info h3 {
  font-size: 22px;
  line-height: 34px;
  margin: 8px 0 11px;
}
.js-blog-card.style-two .js-blog-info p {
  margin-bottom: 19px;
}
.js-blog-card.style-two:hover .js-blog-img img {
  transform: scale(1.05);
}

.js-blog-date {
  background-color: var(--js_main-color);
  padding: 15px 6px 11px;
  max-width: 75px;
  line-height: 18px;
}
.js-blog-date span {
  display: block;
  line-height: 18px;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--js_secondary-font);
}

/*================================================
JS Cart CSS
=================================================*/
.js-cart-table table {
  margin-bottom: 0;
}
.js-cart-table table thead tr {
  border: none;
}
.js-cart-table table thead tr th {
  vertical-align: middle;
  padding: 0 12px 14px 12px;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  border: none;
  color: var(--js_title-color);
}
.js-cart-table table thead tr th:first-child {
  padding-left: 0;
}
.js-cart-table table thead tr th:last-child {
  padding-right: 0;
}
.js-cart-table table tbody tr {
  border: none;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.js-cart-table table tbody tr td {
  vertical-align: middle;
  white-space: nowrap;
  padding: 24px 12px 24px 12px;
  border: none;
}
.js-cart-table table tbody tr td:first-child {
  padding-left: 0;
}
.js-cart-table table tbody tr td:last-child {
  padding-right: 0;
}
.js-cart-table table tbody tr td:last-child {
  text-align: end;
}
.js-cart-table table tbody tr td.product-thumbnail {
  display: flex;
  align-items: center;
}
.js-cart-table table tbody tr td.product-thumbnail .image a img {
  max-width: 115px;
}
.js-cart-table table tbody tr td.product-thumbnail .title {
  margin-left: 35px;
}
.js-cart-table table tbody tr td.product-thumbnail .title h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px;
}
.js-cart-table table tbody tr td.product-thumbnail .title h3 a {
  color: var(--js_title-color);
}
.js-cart-table table tbody tr td.product-thumbnail .title ul {
  padding-left: 0;
  margin-bottom: 0;
}
.js-cart-table table tbody tr td.product-thumbnail .title ul li {
  list-style-type: none;
  font-size: 15px;
  font-weight: 500;
  color: var(--black-color);
  display: inline-block;
  margin-right: 15px;
}
.js-cart-table table tbody tr td.product-thumbnail .title ul li:last-child {
  margin-right: 0;
}
.js-cart-table table tbody tr td button.js-delete-btn i, .js-cart-table table tbody tr td button.js-save-btn i {
  position: relative;
  top: 1px;
  left: -2px;
  margin-right: 4px;
}
.js-cart-table table tbody tr td button.js-delete-btn {
  color: #f54337;
}
.js-cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 100px;
  min-width: 100px;
  text-align: center;
  display: block;
  position: relative;
  background-color: #f6f6f8;
  border: 1px solid #dfdfdf;
}
.js-cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 5px;
  background-color: transparent;
  cursor: pointer;
  width: 40px;
  height: 100%;
  line-height: 36px;
  transition: var(--transition);
  font-size: 14px;
}
.js-cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: -3px;
}
.js-cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: -3px;
}
.js-cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: var(--js_title-color);
}
.js-cart-table table tbody tr td.product-quantity .input-counter input {
  height: 42px;
  color: var(--js_title-color);
  outline: 0;
  display: block;
  border: none;
  background-color: #f6f6f8;
  text-align: center;
  width: 100%;
}
.js-cart-table table tbody tr td.product-quantity .input-counter input::-moz-placeholder {
  color: var(--js_title-color);
}
.js-cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: var(--js_title-color);
}
.js-cart-table table tbody tr td.product-subtotal .subtotal-amount {
  color: var(--js_title-color);
}
.js-cart-table table tbody:not(:first-child) {
  border-top: unset;
}

.js-coupon-code input {
  border: 1px solid #DFDFDF;
  font-size: 14px;
  height: 60px;
  padding: 14px 145px 14px 15px;
}
.js-coupon-code input:focus {
  border: 1px solid var(--black-color);
  box-shadow: none;
}
.js-coupon-code button {
  position: absolute;
  top: 3px;
  right: 3px;
  height: calc(100% - 6px);
}

.js-btn.update-cart {
  padding-top: 19px;
  padding-bottom: 19px;
}

/*================================================
JS Checkout CSS
=================================================*/
.js-checkout-totals-box h2 {
  margin-bottom: 25px;
}
.js-checkout-totals-box ul li {
  margin-bottom: 10px;
}
.js-checkout-totals-box ul li:last-child {
  margin-bottom: 0;
}
.js-checkout-totals-box .payment-list {
  padding-left: 0;
  margin-bottom: 0;
}
.js-checkout-totals-box .payment-list li {
  list-style-type: none;
  margin-bottom: 15px;
}
.js-checkout-totals-box .payment-list li:last-child {
  margin-bottom: 0;
}
.js-checkout-totals-box .checkout-btn {
  margin-top: 20px;
  text-align: center;
}

/*================================================
JS Blog Details CSS
=================================================*/
.js-blog-desc p,
.js-product-desc p,
.js-terms-wrap p {
  margin-bottom: 18px;
}
.js-blog-desc p strong, .js-blog-desc p b,
.js-product-desc p strong,
.js-product-desc p b,
.js-terms-wrap p strong,
.js-terms-wrap p b {
  color: var(--titleColor);
}
.js-blog-desc h1, .js-blog-desc h2, .js-blog-desc h3, .js-blog-desc h4, .js-blog-desc h5, .js-blog-desc h6,
.js-product-desc h1,
.js-product-desc h2,
.js-product-desc h3,
.js-product-desc h4,
.js-product-desc h5,
.js-product-desc h6,
.js-terms-wrap h1,
.js-terms-wrap h2,
.js-terms-wrap h3,
.js-terms-wrap h4,
.js-terms-wrap h5,
.js-terms-wrap h6 {
  margin-bottom: 18px;
  line-height: 1.24;
}
.js-blog-desc h1,
.js-product-desc h1,
.js-terms-wrap h1 {
  font-size: 34px;
}
.js-blog-desc h2,
.js-product-desc h2,
.js-terms-wrap h2 {
  font-size: 32px;
}
.js-blog-desc h3,
.js-product-desc h3,
.js-terms-wrap h3 {
  font-size: 28px;
}
.js-blog-desc h4,
.js-product-desc h4,
.js-terms-wrap h4 {
  font-size: 26px;
}
.js-blog-desc h5,
.js-product-desc h5,
.js-terms-wrap h5 {
  font-size: 24px;
}
.js-blog-desc h6,
.js-product-desc h6,
.js-terms-wrap h6 {
  font-size: 22px;
}
.js-blog-desc p:last-child,
.js-product-desc p:last-child,
.js-terms-wrap p:last-child {
  margin-bottom: 0;
}
.js-blog-desc ol,
.js-product-desc ol,
.js-terms-wrap ol {
  margin-top: 20px;
  margin-bottom: 30px;
}
.js-blog-desc ol li,
.js-product-desc ol li,
.js-terms-wrap ol li {
  margin-bottom: 15px;
  color: var(--paraColor);
  padding-left: 3px;
}
.js-blog-desc .single-img,
.js-product-desc .single-img,
.js-terms-wrap .single-img {
  position: relative;
  margin-bottom: 30px;
  display: block;
}
.js-blog-desc .single-img .js-blog-date,
.js-product-desc .single-img .js-blog-date,
.js-terms-wrap .single-img .js-blog-date {
  bottom: 30px;
  right: 30px;
}
.js-blog-desc .single-para,
.js-product-desc .single-para,
.js-terms-wrap .single-para {
  margin-bottom: 40px;
}
.js-blog-desc .single-para:last-child,
.js-product-desc .single-para:last-child,
.js-terms-wrap .single-para:last-child {
  margin-bottom: 0;
}
.js-blog-desc .content-feature-list li,
.js-product-desc .content-feature-list li,
.js-terms-wrap .content-feature-list li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 19px;
}
.js-blog-desc .content-feature-list li:before,
.js-product-desc .content-feature-list li:before,
.js-terms-wrap .content-feature-list li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--js_para-color);
}
.js-blog-desc .content-feature-list li:last-child,
.js-product-desc .content-feature-list li:last-child,
.js-terms-wrap .content-feature-list li:last-child {
  margin-bottom: 0;
}
.js-blog-desc .content-feature-list.style-two li:before,
.js-product-desc .content-feature-list.style-two li:before,
.js-terms-wrap .content-feature-list.style-two li:before {
  top: 9px;
  width: 7px;
  height: 7px;
  background-color: var(--js_main-color);
}
.js-blog-desc .js-wp-blockquote,
.js-product-desc .js-wp-blockquote,
.js-terms-wrap .js-wp-blockquote {
  margin-bottom: 40px;
}
.js-blog-desc .js-wp-blockquote p,
.js-product-desc .js-wp-blockquote p,
.js-terms-wrap .js-wp-blockquote p {
  font-size: 18px;
  line-height: 30px;
  color: var(--js_title-color);
}
.js-blog-desc .js-wp-blockquote h6,
.js-product-desc .js-wp-blockquote h6,
.js-terms-wrap .js-wp-blockquote h6 {
  font-family: var(--js_primary-font);
  font-size: 16px;
  font-weight: 400;
  padding-left: 54px;
}
.js-blog-desc .js-wp-blockquote h6:before,
.js-product-desc .js-wp-blockquote h6:before,
.js-terms-wrap .js-wp-blockquote h6:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 45px;
  height: 1px;
  background-color: var(--js_main-color);
}

.js-post-metaoption {
  padding: 45px 0;
}
.js-post-metaoption .js-post-tags ul li {
  margin-top: 0;
}
.js-post-metaoption .js-post-share .js-social-profile li {
  margin-right: 6px;
}
.js-post-metaoption .js-post-share .js-social-profile li:last-child {
  margin-right: 0;
}
.js-post-metaoption .js-post-share .js-social-profile li a i {
  color: var(--js_para-color);
}
.js-post-metaoption .js-post-share .js-social-profile li a:hover i {
  color: var(--js_main-color);
}

.js-post-pagination {
  padding: 25px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.js-post-pagination .js-prev-post,
.js-post-pagination .js-next-post {
  color: var(--js_title-color);
}
.js-post-pagination .js-prev-post span {
  display: inline-block;
  margin-left: 15px;
}
.js-post-pagination .js-prev-post span img {
  position: relative;
  top: -1px;
  margin-right: 11px;
}
.js-post-pagination .js-next-post span {
  display: inline-block;
  margin-right: 15px;
}
.js-post-pagination .js-next-post span img {
  position: relative;
  top: -1px;
  margin-left: 11px;
}

.js-comment-item-wrap .comment-item {
  padding-bottom: 25px;
  padding-top: 15px;
  position: relative;
}
.js-comment-item-wrap .comment-item:after {
  position: absolute;
  top: 0;
  left: 22px;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(24, 32, 27, 0.1);
}
.js-comment-item-wrap .comment-item.reply {
  margin-left: 64px;
}
.js-comment-item-wrap .comment-item.reply:after {
  display: none;
}
.js-comment-item-wrap .comment-item:last-child {
  padding-bottom: 0;
}
.js-comment-item-wrap .comment-item .comment-author .comment-author-img {
  width: 46px;
  height: 46px;
  position: relative;
  top: -11px;
}
.js-comment-item-wrap .comment-item .comment-author .comment-author-info {
  width: calc(100% - 66px);
  margin-left: 20px;
}
.js-comment-item-wrap .comment-item .comment-author .comment-author-info h5 {
  line-height: 20px;
  margin-bottom: 17px;
}
.js-comment-item-wrap .comment-item .comment-author .comment-author-info h5 span {
  font-family: var(--js_primary-font);
}

/*================================================
JS Product Details Area CSS
=================================================*/
.js-single-product-slider-wrap .js-single-product-slider-two {
  width: calc(100% - 125px);
}
.js-single-product-slider-wrap .js-product-thumb-slider-two {
  width: 110px;
}
.js-single-product-slider-wrap .js-product-thumb-slider-two .js-product-thumb-img {
  margin-bottom: 10px;
}
.js-single-product-slider-wrap.style-one .js-product-thumb-slider-two, .js-single-product-slider-wrap.style-two .js-product-thumb-slider-two {
  max-height: 505px;
  overflow: hidden;
  justify-content: space-between;
}
.js-single-product-slider-wrap.style-one .js-product-thumb-slider-two .swiper-slide, .js-single-product-slider-wrap.style-two .js-product-thumb-slider-two .swiper-slide {
  max-height: 114px;
}
.js-single-product-slider-wrap.style-one .js-product-thumb-slider-two .js-product-thumb-img, .js-single-product-slider-wrap.style-two .js-product-thumb-slider-two .js-product-thumb-img {
  height: 100%;
  background-color: #F7F7F7;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.js-single-product-slider-one .js-slider-btn .js-prev-btn,
.js-single-product-slider-one .js-slider-btn .js-next-btn,
.js-single-product-slider-two .js-slider-btn .js-prev-btn,
.js-single-product-slider-two .js-slider-btn .js-next-btn {
  position: absolute;
  top: 50%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  background-color: var(--white-color);
  transition: var(--transition);
  transform: translateY(-50%);
}
.js-single-product-slider-one .js-slider-btn .js-prev-btn:hover,
.js-single-product-slider-one .js-slider-btn .js-next-btn:hover,
.js-single-product-slider-two .js-slider-btn .js-prev-btn:hover,
.js-single-product-slider-two .js-slider-btn .js-next-btn:hover {
  background-color: var(--js_main-color);
}
.js-single-product-slider-one .js-slider-btn .js-prev-btn,
.js-single-product-slider-two .js-slider-btn .js-prev-btn {
  left: 10px;
}
.js-single-product-slider-one .js-slider-btn .js-next-btn,
.js-single-product-slider-two .js-slider-btn .js-next-btn {
  right: 10px;
}
.js-single-product-slider-one:hover .js-prev-btn,
.js-single-product-slider-one:hover .js-next-btn,
.js-single-product-slider-two:hover .js-prev-btn,
.js-single-product-slider-two:hover .js-next-btn {
  visibility: visible;
  opacity: 1;
}

.js-single-product-img .js-zoom-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
}
.js-single-product-img .js-zoom-btn.style-two {
  top: 20px;
  right: 20px;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.js-single-product-img:hover .js-zoom-btn.style-two {
  visibility: visible;
  opacity: 1;
}

.js-product-thumb-slider-one .swiper-slide .js-product-thumb-img,
.js-product-thumb-slider-two .swiper-slide .js-product-thumb-img {
  cursor: pointer;
  border: 1px solid transparent;
}
.js-product-thumb-slider-one .swiper-slide.swiper-slide-thumb-active .js-product-thumb-img,
.js-product-thumb-slider-two .swiper-slide.swiper-slide-thumb-active .js-product-thumb-img {
  border: 1px solid #d9d9d9;
}

.js-product-details-content .js-product-stock {
  position: relative;
  padding-left: 20px;
}
.js-product-details-content .js-product-stock:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.js-product-details-content .js-product-stock.in-stock {
  color: #7CCB7A;
}
.js-product-details-content .js-product-stock.in-stock:before {
  background-color: #7CCB7A;
}
.js-product-details-content .js-product-stock.out-stock {
  color: #ED1C2E;
}
.js-product-details-content .js-product-stock.out-stock:before {
  background-color: #ED1C2E;
}
.js-product-details-content h1 {
  font-size: 40px;
  margin: 4px 0 10px;
}
.js-product-details-content .js-product-ratings {
  margin-bottom: 11px;
}
.js-product-details-content .js-product-ratings ul li {
  margin-right: 2px;
}
.js-product-details-content .js-product-ratings ul li i {
  color: var(--js_main-color);
  font-size: 14px;
}
.js-product-details-content .js-product-ratings span {
  margin-left: 5px;
}
.js-product-details-content .js-product-ratings span a {
  color: var(--js_para-color);
  text-decoration: underline;
}
.js-product-details-content .js-sale-end-time {
  margin: 10px 0 20px;
}
.js-product-details-content .js-sale-end-time > span {
  font-size: 14px;
  color: #996C54;
  display: inline-block;
  padding: 5px 20px;
  border: 1px dashed #996C54;
  background-color: #F0F4F9;
  margin-right: 20px;
  margin-bottom: 10px;
}
.js-product-details-content .js-sale-end-time .js-shop-countdown li {
  margin-bottom: 10px;
}
.js-product-details-content .js-sale-end-time .js-shop-countdown li span {
  font-size: 13px;
  width: 46px;
  height: 49px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--js_main-color);
  position: relative;
  margin-right: 25px;
}
.js-product-details-content .js-sale-end-time .js-shop-countdown li span:after {
  position: absolute;
  top: 50%;
  right: -15px;
  content: ":";
  font-size: 16px;
  transform: translateY(-50%);
  color: var(--js_main-color);
}
.js-product-details-content .js-sale-end-time .js-shop-countdown li:last-child span:after {
  display: none;
}
.js-product-details-content .js-add-to-cart-wrap {
  padding-left: 0;
  display: flex;
  margin-top: 18px;
  margin-bottom: 23px;
}
.js-product-details-content .js-add-to-cart-wrap ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.js-product-details-content .js-add-to-cart-wrap ul li:last-child {
  margin-right: 0;
}
.js-product-details-content .js-add-to-cart-wrap ul li .input-counter {
  text-align: center;
  display: inline-block;
  position: relative;
  background: #f7f7f7;
  padding: 8px 10px;
  border: 1px solid var(--js_ash-color);
}
.js-product-details-content .js-add-to-cart-wrap ul li .input-counter span {
  font-size: 16px;
  font-weight: 500;
  color: var(--js_para-color);
  cursor: pointer;
  position: relative;
  top: 1.5px;
}
.js-product-details-content .js-add-to-cart-wrap ul li .input-counter input {
  color: var(--js_title-color);
  outline: 0;
  display: inline-block;
  border: none;
  background-color: transparent;
  text-align: center;
  width: 40px;
  font-size: 15px;
  position: relative;
  top: 0px;
}
.js-product-details-content .js-add-to-cart-wrap ul li .input-counter input::-moz-placeholder {
  color: var(--js_title-color);
}
.js-product-details-content .js-add-to-cart-wrap ul li .input-counter input::placeholder {
  color: var(--js_title-color);
}
.js-product-details-content .js-add-to-cart-wrap ul li .js-btn {
  padding: 13px 30px;
}
.js-product-details-content .js-add-to-cart-wrap ul li .js-btn img {
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.js-product-details-content .js-add-to-cart-wrap ul li .wishlist-btn {
  position: relative;
  top: 2px;
  display: inline-flex;
  align-items: center;
  color: var(--js_para-color);
}
.js-product-details-content .js-add-to-cart-wrap ul li .wishlist-btn i {
  margin-right: 5px;
  font-size: 24px;
  text-align: center;
  color: var(--js_title-color);
  transition: var(--transition);
}
.js-product-details-content .js-add-to-cart-wrap ul li .wishlist-btn:hover {
  color: var(--js_main-color);
}
.js-product-details-content .js-add-to-cart-wrap ul li .wishlist-btn:hover i {
  color: var(--js_main-color);
}
.js-product-details-content .js-product-metatags > li {
  margin-bottom: 16px;
}
.js-product-details-content .js-product-metatags > li:last-child {
  margin-bottom: 0;
}
.js-product-details-content .js-product-metatags > li span {
  margin-right: 3px;
}
.js-product-details-content .js-product-metatags > li a {
  color: var(--js_para-color);
}
.js-product-details-content .js-product-metatags > li a:hover {
  color: var(--js_main-color);
}
.js-product-details-content .js-product-metatags > li .js-social-profile {
  position: relative;
  top: 2px;
}
.js-product-details-content .js-product-metatags > li .js-social-profile li {
  margin-right: 10px;
}
.js-product-details-content .js-product-metatags > li .js-social-profile li:last-child {
  margin-right: 0;
}
.js-product-details-content .js-product-metatags > li .js-social-profile li a i {
  color: var(--js_para-color);
  font-size: 18px;
}
.js-product-details-content .js-product-metatags > li .js-social-profile li a:hover i {
  color: var(--js_main-color);
}

.js-product-tablist {
  margin-bottom: 45px;
}
.js-product-tablist .nav-item {
  margin-right: 11px;
  border-radius: 0;
}
.js-product-tablist .nav-item:last-child {
  margin-right: 0;
}
.js-product-tablist .nav-item .nav-link {
  color: var(--js_title-color);
  border: 1px solid #D9D9D9;
  padding: 9px 21px;
  border-radius: 0;
  transition: var(--transition);
}
.js-product-tablist .nav-item .nav-link.active {
  background-color: var(--js_main-color);
  color: var(--white-color);
  border-color: var(--js_main-color);
}

.js-product-tab-content .star-rating {
  text-align: start;
  overflow: hidden;
  max-width: 91px;
}
.js-product-tab-content .star-rating label {
  float: right;
  cursor: pointer;
  position: relative;
  margin-right: 3px;
}
.js-product-tab-content .star-rating label:before {
  transition: var(--transition);
  content: "\ec27";
  font-family: boxicons !important;
  color: var(--js_main-color);
  font-size: 15px;
  line-height: 1;
}
.js-product-tab-content .star-rating input {
  display: none;
}
.js-product-tab-content .star-rating input:checked ~ label:before, .js-product-tab-content .star-rating:not(:checked) > label:hover:before, .js-product-tab-content .star-rating:not(:checked) > label:hover ~ label:before {
  content: "\eeb8";
}
.js-product-tab-content .js-single-product-info li {
  margin-bottom: 16px;
}
.js-product-tab-content .js-single-product-info li:last-child {
  margin-bottom: 0;
}
.js-product-tab-content .js-product-reviews .js-product-review-card {
  margin-bottom: 55px;
}
.js-product-tab-content .js-product-reviews .js-product-review-card:last-child {
  margin-bottom: 0;
}
.js-product-tab-content .js-product-reviews .js-product-review-card .client-avatar {
  width: 75px;
  height: 75px;
}
.js-product-tab-content .js-product-reviews .js-product-review-card .client-reviews {
  width: calc(100% - 120px);
  margin-left: auto;
}
.js-product-tab-content .js-product-reviews .js-product-review-card .client-reviews .rating li {
  margin-right: 2px;
}
.js-product-tab-content .js-product-reviews .js-product-review-card .client-reviews .rating li:last-child {
  margin-right: 0;
}
.js-product-tab-content .js-product-reviews .js-product-review-card .client-reviews .rating li i {
  color: var(--js_main-color);
  font-size: 15px;
}
.js-product-tab-content .js-product-reviews .js-product-review-card .client-reviews h6 {
  font-family: var(--js_primary-font);
  margin: 4px 0 10px;
}
.js-product-tab-content .js-product-reviews .js-product-review-card .client-reviews span {
  display: block;
  line-height: 1;
  margin-bottom: 3px;
}

.js-review-form .form-group input, .js-review-form .form-group textarea, .js-review-form .form-group select {
  border: 1px solid var(--js_ash-color);
  padding: 12px 15px;
}
.js-review-form .form-group input::-moz-placeholder, .js-review-form .form-group textarea::-moz-placeholder, .js-review-form .form-group select::-moz-placeholder {
  color: var(--js_para-color);
  opacity: 0.5;
}
.js-review-form .form-group input::placeholder, .js-review-form .form-group textarea::placeholder, .js-review-form .form-group select::placeholder {
  color: var(--js_para-color);
  opacity: 0.5;
}
.js-review-form .form-group input:focus, .js-review-form .form-group textarea:focus, .js-review-form .form-group select:focus {
  border: 1px solid var(--black-color);
  box-shadow: none;
}
.js-review-form .form-group input, .js-review-form .form-group select {
  height: 50px;
}
.js-review-form .form-group select {
  background-position: calc(100% - 15px) 50%;
  opacity: 0.6;
  cursor: pointer;
}
.js-review-form .form-group select:focus {
  outline: 0;
  box-shadow: none;
}
.js-review-form .form-group select option {
  opacity: 1;
}
.js-review-form .form-group textarea {
  height: 200px;
  resize: none;
}

#contactForm textarea {
  height: 150px;
}

.js-office-hrs li {
  margin-bottom: 13px;
}
.js-office-hrs li:last-child {
  margin-bottom: 0;
}

.js-store-address-wrap .js-store-address-card {
  margin-bottom: 21px;
}
.js-store-address-wrap .js-store-address-card:last-child {
  margin-bottom: 0;
}
.js-store-address-wrap .js-store-address-card h3 {
  margin-bottom: 8px;
}
.js-store-address-wrap .js-store-address-card p {
  line-height: 24px;
}
.js-store-address-wrap .js-store-address-card p a {
  color: var(--js_para-color);
}
.js-store-address-wrap .js-store-address-card p a:hover {
  color: var(--js_main-color);
}

/*================================================
JS Cart Modal CSS
=================================================*/
.js-featuredProductModal.modal.right .modal-dialog,
.js-shoppingCartModal.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 450px;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}
.js-featuredProductModal.modal.right .modal-content,
.js-shoppingCartModal.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.js-featuredProductModal.modal.right.fade .modal-dialog,
.js-shoppingCartModal.modal.right.fade .modal-dialog {
  right: -500px;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.js-featuredProductModal.modal.right.fade.show .modal-dialog,
.js-shoppingCartModal.modal.right.fade.show .modal-dialog {
  right: 0;
}
.js-featuredProductModal .modal-content,
.js-shoppingCartModal .modal-content {
  border-radius: 0;
  border: none;
}
.js-featuredProductModal .modal-content .modal-body,
.js-shoppingCartModal .modal-content .modal-body {
  padding: 65px 30px 30px 30px;
}
.js-featuredProductModal .modal-content .modal-body .products-cart-content .products-cart,
.js-shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart {
  position: relative;
  border-bottom: 1px solid var(--js_ash-color);
  padding-bottom: 22px;
  margin-bottom: 22px;
}
.js-featuredProductModal .modal-content .modal-body .products-cart-content .products-cart .products-image,
.js-shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-image {
  width: 114px;
  margin-right: 15px;
  background-color: #F7F7F7;
}
.js-featuredProductModal .modal-content .modal-body .products-cart-content .products-cart .products-image a,
.js-shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-image a {
  display: block;
}
.js-featuredProductModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3,
.js-shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 {
  font-size: 16px;
  font-weight: 400;
  text-transform: initial;
  margin-bottom: 7px;
}
.js-featuredProductModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 a,
.js-shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 a {
  display: inline-block;
  color: var(--js_title-color);
}
.js-featuredProductModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 a:hover,
.js-shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 a:hover {
  color: var(--js_main-color);
}
.js-featuredProductModal .modal-content .modal-body .products-cart-content .products-cart .products-content .input-counter,
.js-shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .input-counter {
  max-width: 100px;
  min-width: 100px;
  text-align: center;
  display: block;
  position: relative;
  background-color: #f6f6f8;
  border: 1px solid #dfdfdf;
}
.js-featuredProductModal .modal-content .modal-body .products-cart-content .products-cart .products-content .input-counter span,
.js-shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .input-counter span {
  position: absolute;
  top: 5px;
  background-color: transparent;
  cursor: pointer;
  width: 40px;
  height: 100%;
  line-height: 36px;
  transition: var(--transition);
  font-size: 14px;
}
.js-featuredProductModal .modal-content .modal-body .products-cart-content .products-cart .products-content .input-counter span.minus-btn,
.js-shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .input-counter span.minus-btn {
  left: -3px;
}
.js-featuredProductModal .modal-content .modal-body .products-cart-content .products-cart .products-content .input-counter span.plus-btn,
.js-shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .input-counter span.plus-btn {
  right: -3px;
}
.js-featuredProductModal .modal-content .modal-body .products-cart-content .products-cart .products-content .input-counter span:hover,
.js-shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .input-counter span:hover {
  color: var(--js_title-color);
}
.js-featuredProductModal .modal-content .modal-body .products-cart-content .products-cart .products-content .input-counter input,
.js-shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .input-counter input {
  height: 42px;
  color: var(--js_title-color);
  outline: 0;
  display: block;
  border: none;
  background-color: #f6f6f8;
  text-align: center;
  width: 100%;
}
.js-featuredProductModal .modal-content .modal-body .products-cart-content .products-cart .products-content .input-counter input::-moz-placeholder, .js-shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .input-counter input::-moz-placeholder {
  color: var(--js_title-color);
}
.js-featuredProductModal .modal-content .modal-body .products-cart-content .products-cart .products-content .input-counter input::placeholder,
.js-shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .input-counter input::placeholder {
  color: var(--js_title-color);
}
.js-featuredProductModal .modal-content .modal-body .products-cart-content .products-cart .products-content .delete-btn,
.js-shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .delete-btn {
  color: #f54337;
  position: absolute;
  right: 0;
  top: 46%;
  transform: translateY(-50%);
}
.js-featuredProductModal .modal-content .modal-body .products-cart-content .subtotal,
.js-shoppingCartModal .modal-content .modal-body .products-cart-content .subtotal {
  padding-left: 0;
  margin-bottom: 35px;
}
.js-featuredProductModal .modal-content .modal-body .products-cart-btn,
.js-shoppingCartModal .modal-content .modal-body .products-cart-btn {
  margin-top: 20px;
}
.js-featuredProductModal .modal-content .modal-body .products-cart-btn ul,
.js-shoppingCartModal .modal-content .modal-body .products-cart-btn ul {
  padding-left: 0;
  margin-bottom: 0;
}
.js-featuredProductModal .modal-content .modal-body .products-cart-btn ul li,
.js-shoppingCartModal .modal-content .modal-body .products-cart-btn ul li {
  margin-bottom: 10px;
  list-style-type: none;
}
.js-featuredProductModal .modal-content .modal-body .products-cart-btn ul li:last-child,
.js-shoppingCartModal .modal-content .modal-body .products-cart-btn ul li:last-child {
  margin-bottom: 0;
}
.js-featuredProductModal .modal-content .modal-body .products-cart-btn ul li .default-btn,
.js-shoppingCartModal .modal-content .modal-body .products-cart-btn ul li .default-btn {
  width: 100%;
  margin-bottom: 10px;
}
.js-featuredProductModal .close,
.js-shoppingCartModal .close {
  position: absolute;
  right: 25px;
  top: 25px;
  outline: 0;
  opacity: 1;
  color: var(--js_title-color);
  transition: var(--transition);
  line-height: 35px;
  padding: 0;
  margin: 0;
  font-size: 25px;
  border: none;
  background-color: transparent;
  z-index: 99;
}
.js-featuredProductModal .close:hover, .js-featuredProductModal .close:focus,
.js-shoppingCartModal .close:hover,
.js-shoppingCartModal .close:focus {
  color: var(--js_main-color);
}

.js-featuredProductModal .modal-content .modal-body .products-cart-content .products-cart {
  border-bottom: 1px solid var(--js_ash-color);
}
.js-featuredProductModal .modal-content .modal-body .products-cart-content .products-cart:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.js-quick-view-modal {
  padding: 100px 0;
}
.js-quick-view-modal.modal.end .modal-dialog {
  max-width: 1000px;
}
.js-quick-view-modal .modal-content {
  border-radius: 0;
  border: none;
}
.js-quick-view-modal .modal-content .modal-body {
  padding: 2px;
}
.js-quick-view-modal .close {
  color: var(--black-color);
  font-size: 25px;
  outline: 0 !important;
  line-height: initial;
  transition: var(--transition);
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: transparent;
  border: none;
  padding: 0;
  line-height: 1;
  z-index: 1;
}
.js-quick-view-modal .close:not(:disabled):not(.disabled):hover, .js-quick-view-modal .close:not(:disabled):not(.disabled):focus {
  text-decoration: none;
  opacity: 1;
  color: var(--main-color);
}

/*================================================
JS Subscribe CSS
=================================================*/
.js-subscribe-area {
  background-image: url(../images/subscribe-bg.jpg);
}
.js-subscribe-area .newsletter-form {
  position: relative;
  margin: 43px 0 30px;
}
.js-subscribe-area .newsletter-form .input-newsletter {
  display: inline-block;
  height: 62px;
  box-shadow: unset;
  padding: 15px 215px 15px 15px;
  border: 1px solid var(--js_ash-color);
}
.js-subscribe-area .newsletter-form .input-newsletter::-moz-placeholder {
  color: var(--js_para-color);
  -moz-transition: var(--transition);
  transition: var(--transition);
  opacity: 0.5;
}
.js-subscribe-area .newsletter-form .input-newsletter::placeholder {
  color: var(--js_para-color);
  transition: var(--transition);
  opacity: 0.5;
}
.js-subscribe-area .newsletter-form .input-newsletter:focus {
  border: 1px solid var(--black-color);
  box-shadow: none;
}
.js-subscribe-area .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.js-subscribe-area .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}
.js-subscribe-area .newsletter-form button {
  position: absolute;
  top: 4px;
  right: 4px;
  height: calc(100% - 8px);
}
.js-subscribe-area .newsletter-form button img {
  position: relative;
  top: -1px;
  margin-left: 8px;
}
.js-subscribe-area .newsletter-form .validation-danger {
  margin-top: 8px;
  color: var(--js_main-color);
}

/*================================================
MF Pagination Area CSS
=================================================*/
.js-pagination-area {
  display: flex;
}
.js-pagination-area .page-numbers {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: transparent;
  color: var(--js_title-color);
  text-align: center;
  font-size: 14px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  font-weight: 600;
  transition: var(--transition);
  margin-right: 10px;
  position: relative;
}
.js-pagination-area .page-numbers:last-child {
  margin-right: 0;
}
.js-pagination-area .page-numbers.current, .js-pagination-area .page-numbers:hover {
  background-color: var(--js_main-color);
  color: var(--white-color);
  border-color: transparent;
}
.js-pagination-area .page-numbers i {
  font-size: 18px;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*================================================
JS Sidebar CSS
=================================================*/
.js-sidebar {
  position: sticky;
  top: 100px;
}

.js-search-form input {
  background-color: #f7f7f7;
  height: 60px;
  padding: 14px 15px;
}
.js-search-form input::-moz-placeholder {
  opacity: 1;
}
.js-search-form input::placeholder {
  opacity: 1;
}
.js-search-form input:focus {
  border: 1px solid var(--black-color);
  box-shadow: none;
}
.js-search-form button {
  right: 0;
  padding: 20px 15px 15px;
}
.js-search-form button i {
  font-size: 24px;
  line-height: 1;
  transition: var(--transition);
}
.js-search-form button:hover i {
  color: var(--js_main-color);
}

.js-category-widget li {
  margin-bottom: 10px;
}
.js-category-widget li:last-child {
  margin-bottom: 0;
}
.js-category-widget li a {
  padding-left: 22px;
  position: relative;
  color: var(--js_para-color);
}
.js-category-widget li a:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid rgba(105, 104, 102, 0.5);
}
.js-category-widget li a:after {
  position: absolute;
  top: 6px;
  left: 2.5px;
  content: "";
  width: 8px;
  height: 8px;
  visibility: hidden;
  background-color: var(--js_main-color);
  opacity: 0;
  transition: var(--transition);
}
.js-category-widget li a.active, .js-category-widget li a:hover {
  color: var(--js_main-color);
}
.js-category-widget li a.active:after, .js-category-widget li a:hover:after {
  visibility: visible;
  opacity: 1;
  background-color: var(--js_main-color);
}

.js-pp-post-card-wrap .js-pp-post-card {
  margin-bottom: 20px;
}
.js-pp-post-card-wrap .js-pp-post-card:last-child {
  margin-bottom: 0;
}
.js-pp-post-card-wrap .js-pp-post-card .js-post-img {
  width: 112px;
}
.js-pp-post-card-wrap .js-pp-post-card .js-post-info {
  width: calc(100% - 127px);
  margin-left: auto;
}
.js-pp-post-card-wrap .js-pp-post-card .js-post-info h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.js-pp-post-card-wrap .js-pp-post-card .js-post-info h6 a {
  color: var(--js_text-title);
}
.js-pp-post-card-wrap .js-pp-post-card .js-post-info h6 a:hover {
  color: var(--js_main-color);
}

.js-pp-product-card-wrap .js-pp-product-card {
  margin-bottom: 20px;
}
.js-pp-product-card-wrap .js-pp-product-card:last-child {
  margin-bottom: 0;
}
.js-pp-product-card-wrap .js-pp-product-card .js-product-img {
  width: 112px;
}
.js-pp-product-card-wrap .js-pp-product-card .js-product-info {
  width: calc(100% - 127px);
  margin-left: auto;
}
.js-pp-product-card-wrap .js-pp-product-card .js-product-info h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.js-pp-product-card-wrap .js-pp-product-card .js-product-info h6 a {
  color: var(--js_text-title);
}
.js-pp-product-card-wrap .js-pp-product-card .js-product-info h6 a:hover {
  color: var(--js_main-color);
}

.js-tag-list li {
  display: inline-block;
  margin: 11px 7px 5px 0px;
}
.js-tag-list li:last-child {
  margin-right: 0;
}
.js-tag-list li a {
  color: var(--js_para-color);
  padding: 4.5px 9px 5.5px;
  font-size: 14px;
  border: 1px solid #D9D9D9;
  background-color: #F7F7F7;
}
.js-tag-list li a:hover {
  background-color: var(--js_main-color);
  color: var(--white-color);
  border-color: transparent;
}

.js-contact-box {
  background-color: #F7F7F7;
  padding: 30px 30px 25px;
}

.collapse-widget-title {
  margin-bottom: 25px;
  cursor: pointer;
  padding-right: 30px;
}
.collapse-widget-title span {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  background-color: #F7F7F7;
  color: var(--js_title-color);
  transition: var(--transition);
}

.js-filter-box {
  background-color: #F7F7F7;
  padding: 10px;
  margin-bottom: 30px;
}
.js-filter-box .js-filter-tablist {
  background-color: var(--white-color);
  border: 1px solid #DFDFDF;
  max-width: 190px;
  padding: 4px 10px 9px;
}
.js-filter-box .js-filter-tablist .nav-item .nav-link {
  padding: 0;
}
.js-filter-box .js-filter-tablist .nav-item .nav-link img {
  filter: grayscale(1);
  opacity: 0.4;
}
.js-filter-box .js-filter-tablist .nav-item .nav-link.active img {
  filter: grayscale(0);
  opacity: 1;
}
.js-filter-box .js-filter-default {
  height: 36px;
  padding: 5px 14px;
  cursor: pointer;
  min-width: 180px;
  background-position: calc(100% - 15px) 50%;
}

.js-checkbox-item-wrap .checkbox-item {
  margin-bottom: 14px;
}
.js-checkbox-item-wrap .checkbox-item:last-child {
  margin-bottom: 0;
}

.js-payment-method-wrap .js-payment-method {
  margin-bottom: 14px;
}
.js-payment-method-wrap .js-payment-method:last-child {
  margin-bottom: 0;
}
.js-payment-method-wrap .js-payment-method .checkbox label {
  font-family: var(--js_secondary-font);
  position: relative;
  top: 1px;
}
.js-payment-method-wrap .js-payment-method .checkbox label:before {
  top: 4px;
}
.js-payment-method-wrap .js-payment-method .checkbox.style-one input:checked + label:after {
  top: 6px;
}

.js-payment-logo li {
  margin-right: 7px;
}
.js-payment-logo li:last-child {
  margin-right: 0;
}

.checkbox {
  display: block;
}
.checkbox.form-check {
  padding-left: 0;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 29px;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  left: 0;
  top: 3.5px;
}
.checkbox label a {
  color: var(--primaryColor);
  font-weight: 500;
}
.checkbox.style-one label {
  padding-left: 23px;
}
.checkbox.style-one label:before {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(105, 104, 102, 0.5);
  left: 0;
  top: 6px;
}
.checkbox.style-two label {
  padding-left: 23px;
}
.checkbox.style-two label:before {
  width: 15px;
  height: 15px;
  border: 1px solid #DFDFDF;
  left: 0;
  top: 4px;
}
.checkbox.style-three label {
  padding-left: 23px;
}
.checkbox.style-three label:before {
  width: 15px;
  height: 15px;
  border: 1px solid #DFDFDF;
  left: 0;
  top: 4px;
}

.checkbox.style-one input:checked + label:before {
  border-color: var(--js_para-color);
}

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8.5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border: none;
  background: var(--primaryColor);
}

.checkbox.style-one input:checked + label:after {
  top: 8px;
  left: 2.5px;
  width: 8px;
  height: 8px;
  background: var(--js_main-color);
}

.checkbox.style-two input:checked + label:after {
  top: 5px;
  left: 1px;
  width: 15px;
  height: 15px;
  background: var(--js_main-color);
}

.checkbox.style-three input:checked + label:after {
  top: 5px;
  left: 1px;
  width: 15px;
  height: 15px;
  background: var(--js_title-color);
}

.js-comp-map {
  width: 100%;
}
.js-comp-map iframe {
  width: 100%;
  height: 100%;
}
.js-comp-map.style-one {
  height: 600px;
}
.js-comp-map.style-two {
  height: 595px;
}

/*================================================
JS Gallery CSS
=================================================*/
.js-gallery-wrap {
  margin: 25px -12.5px 0;
}
.js-gallery-wrap .js-gallery-card {
  margin-left: 12.5px;
  margin-right: 12.5px;
  margin-bottom: 25px;
  display: block;
  width: 100%;
  height: 100%;
}
.js-gallery-wrap .js-gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.js-gallery-wrap .column.size-1of4 {
  width: 25%;
  display: inline-flex;
  flex-wrap: wrap;
}
.js-gallery-wrap .column.size-1of4:nth-child(even) {
  position: relative;
  top: 50px;
  margin-bottom: 50px;
}

/*================================================
JS FAQ & Error CSS
=================================================*/
.js-faq-tablist {
  padding: 20px;
  background-color: #FAFAFA;
}
.js-faq-tablist .nav-item {
  width: 100%;
  margin-bottom: 10px;
}
.js-faq-tablist .nav-item:last-child {
  margin-bottom: 0;
}
.js-faq-tablist .nav-item .nav-link {
  position: relative;
  text-align: left;
  width: 100%;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  background-color: var(--white-color);
  padding: 17px 20px;
  transition: var(--transition);
  color: var(--js_title-color);
}
.js-faq-tablist .nav-item .nav-link i {
  float: right;
  font-size: 21px;
  line-height: 0.8;
  position: relative;
  transition: var(--transition);
  top: 4px;
}
.js-faq-tablist .nav-item .nav-link img {
  transition: var(--transition);
  position: absolute;
  right: 20px;
  top: 21px;
}
.js-faq-tablist .nav-item .nav-link.active, .js-faq-tablist .nav-item .nav-link:hover {
  background-color: var(--js_title-color);
  color: var(--white-color);
}
.js-faq-tablist .nav-item .nav-link.active img, .js-faq-tablist .nav-item .nav-link:hover img {
  filter: brightness(0) invert(1);
}

.js-accordion .accordion-item {
  margin: 0 0 10px;
  border: none;
}
.js-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.js-accordion .accordion-item .accordion-header {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  border-radius: 0;
}
.js-accordion .accordion-item .accordion-header .accordion-button {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  align-items: center;
  padding: 17px 40px 17px 20px;
  border: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9 !important;
  background-color: transparent;
  box-shadow: none;
  transition: var(--transition);
  color: var(--js_title-color);
}
.js-accordion .accordion-item .accordion-header .accordion-button span i {
  color: var(--whiteColor);
}
.js-accordion .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.js-accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.js-accordion .accordion-item .accordion-header .accordion-button span {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
}
.js-accordion .accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: 50.5%;
  left: 50.5%;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  display: block;
  color: var(--js_main-color);
  margin: 0 auto;
  transform: translate(-50%, -50%);
}
.js-accordion .accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
  top: 50%;
}
.js-accordion .accordion-item:not(.collapsed) {
  box-shadow: none;
}
.js-accordion .accordion-item:not(.collapsed) .accordion-button {
  background-color: var(--js_main-color);
  color: var(--white-color);
}
.js-accordion .accordion-item:not(.collapsed) .accordion-button span i {
  color: var(--white-color);
}
.js-accordion .accordion-item .accordion-body {
  border: none;
  padding: 19px 20px 15px 20px;
}
.js-accordion .accordion-item .accordion-body p {
  margin: 0 0 15px;
  font-weight: 400;
}
.js-accordion .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}

.js-accordion .accordion-item:not(.collapsed) .accordion-button span .plus {
  visibility: hidden;
  opacity: 0;
}
.js-accordion .accordion-item:not(.collapsed) .accordion-button span .minus {
  visibility: visible !important;
  opacity: 1 !important;
}

.error-wrap {
  border-top: 1px solid rgba(29, 29, 29, 0.1);
}
.error-wrap .error-content {
  text-align: center;
}
.error-wrap .error-content img {
  display: block;
  margin: 0 auto 30px;
}
.error-wrap .error-content p {
  margin: 0 auto 30px;
  max-width: 520px;
}

/*================================================
JS Popup Newsletter CSS
=================================================*/
.js-popup-newsletter {
  padding-bottom: 82px;
}
.js-popup-newsletter .js-newsletter-bg {
  background-image: url(../images/newsletter-bg.jpg);
  width: 100%;
  height: 382px;
}
.js-popup-newsletter p {
  line-height: 24px;
}
.js-popup-newsletter .js-newsletter-box {
  background-color: var(--js_main-color);
  padding: 30px;
  margin: -108px 82px 0;
}
.js-popup-newsletter .js-newsletter-box .newsletter-form input {
  height: 50px;
  border: 1px solid #DFDFDF;
  font-size: 14px;
  padding: 10px 15px;
}
.js-popup-newsletter .js-newsletter-box .newsletter-form input::-moz-placeholder {
  color: var(--white-color);
  opacity: 1;
}
.js-popup-newsletter .js-newsletter-box .newsletter-form input::placeholder {
  color: var(--white-color);
  opacity: 1;
}
.js-popup-newsletter .js-newsletter-box .newsletter-form input:focus {
  border: 1px solid var(--black-color);
  box-shadow: none;
}
.js-popup-newsletter .js-newsletter-box .newsletter-form button {
  margin-top: 19px;
  width: 100%;
  display: block;
  z-index: 2;
  padding: 17px 20px;
}
.js-popup-newsletter .js-social-profile li {
  margin-right: 10px;
}
.js-popup-newsletter .js-social-profile li:last-child {
  margin-right: 0;
}
.js-popup-newsletter .js-social-profile li a i {
  color: var(--white-color);
}
.js-popup-newsletter .js-social-profile li a:hover i {
  color: var(--js_title-color);
}

.js-popup-cookies {
  background-color: var(--js_main-color);
  padding: 30px;
}
.js-popup-cookies p {
  line-height: 24px;
}

#modal-product .modal-content,
#modal-cookies .modal-content,
#modal-subscribe .modal-content {
  border-radius: 0;
}
#modal-product .modal-content .modal-header,
#modal-cookies .modal-content .modal-header,
#modal-subscribe .modal-content .modal-header {
  padding: 0;
}
#modal-product .modal-content .modal-header button,
#modal-cookies .modal-content .modal-header button,
#modal-subscribe .modal-content .modal-header button {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
  border-radius: 0;
  z-index: 999;
  color: var(--white-color) !important;
}
#modal-product .modal-content .modal-header button:focus,
#modal-cookies .modal-content .modal-header button:focus,
#modal-subscribe .modal-content .modal-header button:focus {
  outline: 0;
  border: none;
  box-shadow: none;
}
#modal-product .modal-content .modal-header button i,
#modal-cookies .modal-content .modal-header button i,
#modal-subscribe .modal-content .modal-header button i {
  font-size: 24px;
  line-height: 1;
  color: var(--white-color);
  display: inline-block;
}
#modal-product .modal-content .modal-body,
#modal-cookies .modal-content .modal-body,
#modal-subscribe .modal-content .modal-body {
  padding: 0;
}

#js-product-quickview .modal-content {
  padding: 20px;
}

#modal-product .modal-content {
  padding: 15px;
}
#modal-product .modal-content .modal-header button {
  top: 5px;
  right: 2px;
  color: var(--js_title-color);
}
#modal-product .modal-content .modal-header button i {
  color: var(--js_title-color);
}
#modal-product .modal-content .js-product-card.style-three .js-product-img {
  width: 113px;
}
#modal-product .modal-content .js-product-card.style-three .js-product-info {
  width: calc(100% - 135px);
  margin-left: auto;
}

/*================================================
JS Track Order CSS
=================================================*/
.js-order-box {
  border: 1px solid #D9D9D9;
  padding: 24px 20px;
}

.js-track-order .js-order-stage {
  width: 33.33%;
  position: relative;
  z-index: 1;
}
.js-track-order .js-order-stage:before, .js-track-order .js-order-stage:after {
  position: absolute;
  top: 18px;
  left: 0;
  content: "";
  height: 5px;
  z-index: -1;
}
.js-track-order .js-order-stage:before {
  width: 100%;
  background-color: #f7f7f7;
}
.js-track-order .js-order-stage:after {
  visibility: hidden;
  opacity: 0;
  width: 0%;
  transition: var(--transition);
}
.js-track-order .js-order-stage.finished:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
  background-color: var(--js_main-color);
}
.js-track-order .js-order-stage.finished .order-stat-icon img {
  filter: brightness(0) invert(1);
}
.js-track-order .js-order-stage .order-stat-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 14px;
  background-color: var(--js_main-color);
}
.js-track-order .js-order-stage .order-stat-icon img {
  transition: var(--transition);
}
.js-track-order .js-order-stage .order-stat span {
  margin-top: 5px;
}/*# sourceMappingURL=style.css.map */