.ul-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
/* Circle */
.banner-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-image:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.banner-image:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.banner-image-effect1 {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.banner-image-effect1:before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 50%;
  height: 100%;
  background: #000;
  transition: .25s;
  z-index: 3;
  opacity: 0.1;
}
.banner-image-effect1:after {
  content: "";
  position: absolute;
  bottom: -100%;
  right: 0;
  width: 50%;
  height: 100%;
  background: #000;
  transition: .25s;
  z-index: 3;
  opacity: 0.1;
}
.banner-image-effect1:hover:before {
  top: 0px;
}
.banner-image-effect1:hover:after {
  bottom: 0;
  transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
}
@-webkit-keyframes shine {
  100% {
    left: -200%;
  }
}
@keyframes shine {
  100% {
    left: -200%;
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*EFFECT SLIDERHOME*/
@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-webkit-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-moz-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
/*EFFECT marquee*/
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
/*EFFECT fadeInDown*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 1.5s;
}
/*EFFECT fadeInUp*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 1.5s;
}
/*EFFECT fadeInLeft*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-duration: 1.5s;
}
/*EFFECT fadeInRight*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-duration: 1.5s;
}
.rtl .fadeInRight {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.rtl .fadeInLeft {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/*EFFECT zoomIn*/
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-duration: 1.5s;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.header-top {
  padding: .7rem 0;
  background-color: #F8971D;
}
.sm_megamenu_title a.sm_megamenu_nodrop {
  font-size: 10px;
}
.sm_megamenu_head_item > .sm_megamenu_title .sm_megamenu_title > a {
  font-size: 105%;
}
/**
 * Home page
 */
.title-style-home .block-title {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  justify-content: safe center;
  display: flex;
  margin-bottom: 55px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}
.title-style-home .block-title strong {
  font-size: 4.2rem !important;
  color: #000;
  font-weight: 400 !important;
  line-height: 1.2;
}
.title-style-home .btn-viewmore {
  display: table;
  margin: 0 auto;
  border: 1px solid #000;
  padding: 1.2rem 3rem;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -khtml-radius: 0.3rem;
  transition: 0.3s ease 0.1s;
  -moz-transition: 0.3s ease 0.1s;
  -webkit-transition: 0.3s ease 0.1s;
  -o-transition: 0.3s ease 0.1s;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
/*=== block Slideshow ===*/
.slidershow .slidershow-type-1 .owl-stage-outer .owl-item .item .caption-panel {
  max-width: 45%;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slidershow .slidershow-type-1 .owl-stage-outer .owl-item .item .caption-panel p.slide-text {
  opacity: 0;
  visibility: hidden;
  font-weight: 400;
  font-size: 8rem;
  line-height: 9rem;
  color: #000;
  margin-bottom: 1.8rem;
}
.slidershow .slidershow-type-1 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
  opacity: 0;
  visibility: hidden;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
  color: #000;
  margin-bottom: 4.8rem;
}
.slidershow .slidershow-type-1 .owl-stage-outer .owl-item .item .caption-panel a.button-link.slide-btn {
  opacity: 0;
  visibility: hidden;
  background: #000;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 13px 30px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-radius: 3px;
}
.slidershow .slidershow-type-1 .owl-stage-outer .owl-item.active .item .caption-panel p.slide-text {
  opacity: 1;
  visibility: visible;
  animation: myeffect-slideshow 2s ease-in-out;
  -webkit-animation: myeffect-slideshow 2s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 2s ease-in-out;
  -o-animation: myeffect-slideshow 2s ease-in-out;
  -ms-animation: myeffect-slideshow 2s ease-in-out;
}
.slidershow .slidershow-type-1 .owl-stage-outer .owl-item.active .item .caption-panel p.slide-subtitle {
  opacity: 1;
  visibility: visible;
  animation: myeffect-slideshow 1.5s ease-in-out;
  -webkit-animation: myeffect-slideshow 1.5s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 1.5s ease-in-out;
  -o-animation: myeffect-slideshow 1.5s ease-in-out;
  -ms-animation: myeffect-slideshow 1.5s ease-in-out;
}
.slidershow .slidershow-type-1 .owl-stage-outer .owl-item.active .item .caption-panel a.button-link.slide-btn {
  opacity: 1;
  visibility: visible;
  animation: myeffect-slideshow 0.8s ease-in-out;
  -webkit-animation: myeffect-slideshow 0.8s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 0.8s ease-in-out;
  -o-animation: myeffect-slideshow 0.8s ease-in-out;
}
.slidershow .slidershow-type-1 .owl-dots {
  position: absolute;
  bottom: 57px;
  margin-top: 0;
  width: 100%;
  text-align: center;
}
.slidershow .slidershow-type-1 .owl-dots .owl-dot {
  margin: 0 7px;
  border: 0px !important;
}
.slidershow .slidershow-type-1 .owl-dots .owl-dot span {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 auto;
  background: #000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.slidershow .slidershow-type-1 .owl-dots .owl-dot.active,
.slidershow .slidershow-type-1 .owl-dots .owl-dot.hover {
  width: 22px;
  height: 22px;
  background: rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
  border: 0px !important;
}
.slidershow-type-1 .loading-content {
  margin-top: 45px;
}
.block-marquee {
  background: #fcffb2;
  padding: 30px 0;
  margin-bottom: 60px;
}
.block-marquee .content {
  display: flex;
  font-size: 24px;
  color: #000;
  text-align: center;
}
.block-marquee .content > div {
  padding: 0 30px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}
.block-marquee .marquee-with-options {
  width: 100%;
  overflow: hidden;
}
.home-page-1 .block-categories {
  position: relative;
}
.home-page-1 .block-categories .block-title {
  padding-left: 80px;
  margin-bottom: 35px;
  align-items: flex-start;
}
.home-page-1 .block-categories .block-title strong {
  font-weight: 700 !important;
  font-size: 1.6rem !important;
  color: #000;
  text-transform: uppercase;
}
.home-page-1 .block-categories .cat-wrap {
  margin-left: 0;
  margin-right: 0;
}
.home-page-1 .block-categories .cat-wrap .item {
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
.home-page-1 .block-categories .cat-wrap .item:hover .image-cat img {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
.home-page-1 .block-categories .cat-wrap .item .image-cat {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -o-border-radius: 1rem;
  -khtml-radius: 1rem;
}
.home-page-1 .block-categories .cat-wrap .item .image-cat img {
  transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.home-page-1 .block-categories .cat-wrap .item .cats-info .cat-title {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 15px;
}
.home-page-1 .block-categories .cat-wrap .item .cats-info .cat-title a {
  font-size: 15px;
  padding: 0 3rem;
  line-height: 46px;
  height: 46px;
  font-weight: 500;
  color: #000;
  background: #fff;
  display: block;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -khtml-radius: 0.3rem;
}
.home-page-1 .block-categories .cat-wrap .item .cats-info .cat-title a svg {
  transition: 0.3s ease 0.1s;
  -moz-transition: 0.3s ease 0.1s;
  -webkit-transition: 0.3s ease 0.1s;
  -o-transition: 0.3s ease 0.1s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition-delay: right;
  -webkit-transition-delay: right;
  -moz-transition-delay: right;
  -o-transition-delay: right;
  width: 0;
}
.home-page-1 .block-categories .cat-wrap .item .cats-info .cat-title a:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.home-page-1 .block-categories .cat-wrap .item .cats-info .cat-title a:hover svg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 10px;
  min-width: 10px;
  margin-inline-start: 9px;
}
.home-page-1 .block-categories .cat-wrap .item .child-cat {
  display: none !important;
}
.home-page-1 .block-categories .collection-inner {
  border: solid 1px #000;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -o-border-radius: 1rem;
  -khtml-radius: 1rem;
}
.home-page-1 .block-categories .collection-inner .collection-content {
  padding: 47px;
  position: absolute;
  bottom: 0;
}
.home-page-1 .block-categories .collection-inner .collection-content h6 {
  font-size: 2.8rem;
  font-weight: normal;
  color: #000;
  margin-bottom: 30px;
}
.home-page-1 .block-categories .collection-inner .collection-content a {
  width: 50px;
  height: 50px;
  color: #000;
  border: solid 1px #000;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  transition: 0.3s ease 0.1s;
  -moz-transition: 0.3s ease 0.1s;
  -webkit-transition: 0.3s ease 0.1s;
  -o-transition: 0.3s ease 0.1s;
}
.home-page-1 .block-categories .collection-inner .collection-content a:hover {
  background: #000000 !important;
  color: #fff;
}
.home-page-1 .block-categories .owl-theme .owl-nav {
  position: absolute;
  left: -5px;
  top: -64px;
  margin: 0px;
}
.home-page-1 .block-categories .owl-theme .owl-nav [class*="owl-"] {
  width: 30px;
  height: 30px;
  margin: 3px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  text-align: center;
  padding: 0;
}
.home-page-1 .block-categories .owl-theme .owl-nav [class*="owl-"].disabled {
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
}
.home-page-1 .block-categories .owl-theme .owl-nav [class*="owl-"]:hover:not(.disabled) {
  background: #000;
  color: #fff;
}
.home-page-1 .block-categories .owl-theme .owl-nav [class*="owl-"].owl-prev:before {
  content: "\e92f";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 19px;
}
.home-page-1 .block-categories .owl-theme .owl-nav [class*="owl-"].owl-next:before {
  content: "\e930";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 19px;
}
.product-top-home {
  position: relative;
}
.product-top-home:after,
.product-top-home:before {
  width: 100px;
  height: 100%;
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
}
.product-top-home:after {
  left: -100px;
}
.product-top-home:before {
  right: -100px;
}
.product-top-home .block-list-products .owl-carousel .owl-stage-outer {
  margin: 0 -2px;
  padding: 0 2px;
}
.product-top-home .block-list-products .hdt-tetimonials-item .hdt-tetimonials-inner {
  padding: 0 3.6rem 2rem;
  border: 1px solid #eeeeee;
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -o-border-radius: 1rem;
  -khtml-radius: 1rem;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
.product-top-home .block-list-products .hdt-tetimonials-item .hdt-tetimonials-inner .hdt-testimonial-product {
  display: flex;
  gap: 20px;
  align-items: center;
}
.product-top-home .block-list-products .hdt-tetimonials-item .hdt-tetimonials-inner .hdt-testimonial-product .image-product {
  max-width: 64px;
  width: 100%;
}
.product-top-home .block-list-products .hdt-tetimonials-item .hdt-tetimonials-inner .hdt-testimonial-product .pr-btn-link {
  min-width: 4rem;
  height: 4rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.product-top-home .block-list-products .hdt-tetimonials-item .hdt-tetimonials-inner .hdt-testimonial-product .pr-btn-link:hover {
  background: #000;
  color: #fff;
}
.product-top-home .block-list-products .hdt-tetimonials-item .hdt-tetimonials-inner .product-reviews-summary {
  padding-top: 4rem;
  margin-bottom: 1.6rem;
}
.product-top-home .block-list-products .hdt-tetimonials-item .hdt-tetimonials-inner .product-reviews-summary .rating-summary .rating-result {
  width: auto;
}
.product-top-home .block-list-products .hdt-tetimonials-item .hdt-tetimonials-inner .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #ff7b54;
}
.product-top-home .block-list-products .hdt-tetimonials-item .hdt-tetimonials-inner .product-reviews-summary .rating-summary .rating-result:before,
.product-top-home .block-list-products .hdt-tetimonials-item .hdt-tetimonials-inner .product-reviews-summary .rating-summary .rating-result span:before {
  font-size: 20px;
}
.product-top-home .block-list-products .hdt-tetimonials-item .hdt-tetimonials-inner .hdt-testimonial-content {
  margin-bottom: 2.6rem;
  margin-top: 0.8rem;
}
.product-top-home .block-list-products .hdt-tetimonials-item .hdt-tetimonials-inner .hdt-testimonial-content p {
  font-size: 1.8rem;
}
.product-top-home .block-list-products .hdt-tetimonials-item .hdt-tetimonials-inner .hdt-testimonial-author {
  padding-top: 0;
  padding-bottom: 4rem;
  margin-bottom: 2.3rem;
  border-bottom: 1px solid #eeeeee;
}
.product-top-home .block-list-products .hdt-tetimonials-item .hdt-tetimonials-inner .hdt-testimonial-author .hdt-testimonial-name {
  margin-bottom: 5px;
}
.product-top-home .block-list-products .hdt-tetimonials-item .hdt-tetimonials-inner:hover .hdt-testimonial-product .pr-btn-link {
  opacity: 1;
  visibility: visible;
}
.brand-slider .owl-stage-outer {
  position: relative;
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -o-border-radius: 1rem;
  -khtml-radius: 1rem;
  border: 1px solid #ebebeb;
  overflow: hidden;
  /*&:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
   
    pointer-events: none;
    display: block !important;
    z-index: 2;
    .border-radius(1rem);
  }*/
}
.brand-slider .owl-stage-outer .item {
  box-shadow: inset -1px 0px #ebebeb, -1px 0px #ebebeb;
  padding: 2rem;
  margin-bottom: 1px;
}
.policy-slider .item {
  border: 1px solid #eeeeee;
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -o-border-radius: 1rem;
  -khtml-radius: 1rem;
  padding: 2.6rem 2rem;
  text-align: center;
  margin-bottom: 1px;
}
.policy-slider .item .icon-policy {
  margin-bottom: 3.4rem;
}
.policy-slider .item .icon-policy .icon-theme {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.policy-slider .item .policy-content .policy-content-title {
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  color: #000;
}
.policy-slider .item .policy-content .policy-content-description {
  color: #000;
}
.policy-slider .item .policy-content .policy-content-description p {
  margin: 0px;
}
.block.shop-gram .block-title {
  flex-direction: column;
  align-items: center;
  gap: 18px;
  justify-content: safe center;
  display: flex;
  margin-bottom: 55px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}
.block.shop-gram .block-title strong {
  font-size: 4.2rem;
  color: #000;
  font-weight: 400;
  line-height: 1.2;
}
.block.shop-gram .item {
  position: relative;
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -o-border-radius: 1rem;
  -khtml-radius: 1rem;
  overflow: hidden;
}
.block.shop-gram .item:before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  transition: 0.4s ease 0.1s;
  -moz-transition: 0.4s ease 0.1s;
  -webkit-transition: 0.4s ease 0.1s;
  -o-transition: 0.4s ease 0.1s;
  opacity: 0;
  visibility: hidden;
}
.block.shop-gram .item a {
  display: block;
  position: relative;
}
.block.shop-gram .item a img {
  transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.block.shop-gram .item a h4 {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
  color: #000;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 5px;
  bottom: 5px;
  left: 50%;
  margin: auto;
  z-index: 3;
  position: absolute;
  transition: 0.4s ease 0.1s;
  text-align: center;
  line-height: 35px;
  opacity: 0;
  visibility: hidden;
}
.block.shop-gram .item a h4 span {
  clip: unset;
  height: auto;
  width: auto;
  overflow: visible;
  position: absolute;
  font-size: 12px;
  padding: 5px 10px;
  background: #232323;
  color: #ffffff;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-radius: 3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  white-space: nowrap;
  top: -50%;
  left: 50%;
}
.block.shop-gram .item a h4 span:after {
  left: 50%;
  bottom: -12px;
  content: "";
  position: absolute;
  background: transparent;
  border: 7px solid transparent;
  border-top-color: #232323;
  margin-left: -7px;
}
.block.shop-gram .item a h4 svg {
  opacity: 1;
  visibility: visible;
  width: 12px;
  height: 12px;
}
.block.shop-gram .item a h4:hover {
  background: #000;
  color: #fff;
}
.block.shop-gram .item a h4:hover span {
  visibility: visible;
  opacity: 1;
  top: -100%;
  margin-top: 6px;
}
.block.shop-gram .item:hover:before,
.block.shop-gram .item:hover h4 {
  opacity: 1;
  visibility: visible;
}
.block.shop-gram .item:hover img {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
/*LookBook*/
.lookbook1 > .block-title {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
}
.lookbook1 .block.widget.block-products-list .block-title {
  display: none;
}
.lookbook-items .lookbook-item .lookbook_title {
  display: none;
}
.lookbook-items .lookbook-item .lookbook_image img {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -khtml-radius: 0;
}
.lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker {
  background: #fff;
  position: relative;
}
.marker-black .lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker {
  background: #000;
}
.lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker:before {
  position: absolute;
  top: 0;
  width: 100%;
  display: inline-block;
  content: "";
}
.lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker .easypin-popover {
  width: auto !important;
  border-radius: 0;
  background: transparent !important;
  border: 0px !important;
  bottom: 100% !important;
  top: auto !important;
}
.lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker .easypin-popover .easypinpopup {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  padding: 1.2rem;
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  -khtml-radius: 0.25rem;
  background: #fff;
  color: #545454;
  display: flex !important;
  max-height: 68vh;
  isolation: isolate;
  width: 334px !important;
  border: 0;
  margin-bottom: 15px;
  position: relative;
  display: block;
}
.lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker .easypin-popover .easypinpopup:after {
  position: absolute;
  background: #fff;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  content: "";
  left: 50%;
  margin-left: -8px;
  bottom: -8px;
}
.lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker .easypin-popover .easypinpopup a {
  display: flex;
  gap: 25px;
  width: 100%;
  align-items: center;
  padding-right: 40px;
}
.lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker .easypin-popover .easypinpopup a img {
  width: 62px;
  height: 70px;
  background-color: #ebebeb;
}
.lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker .easypin-popover .easypinpopup a .easypinpopupinfo {
  flex: 1 1 0;
  position: static;
}
.lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker .easypin-popover .easypinpopup a .easypinpopupinfo h3 {
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
}
.lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker .easypin-popover .easypinpopup a .easypinpopupinfo p {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  color: #000;
  font-weight: bold;
}
.lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker .easypin-popover .easypinpopup a .easypinpopupinfo:after {
  content: "";
  position: absolute;
  height: 42px;
  width: 42px;
  top: 50%;
  margin-top: -21px;
  right: 9px;
  left: auto;
  background: #ebebeb;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker .easypin-popover .easypinpopup a .easypinpopupinfo:before {
  right: 20px;
  left: auto;
  top: 50%;
  mask-image: url("../images/icon-view.png");
  width: 19px;
  height: 12px;
  background: #000;
  color: transparent;
}
.lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker .easypin-popover .easypinpopup a .easypinpopupinfo:hover:after {
  background: #000 !important;
}
.lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker .easypin-popover .easypinpopup a .easypinpopupinfo:hover:before {
  background: #fff !important;
}
.lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker:after {
  width: 8px;
  height: 8px;
  background: #000;
  box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  -o-box-shadow: 0 0 0;
}
.marker-black .lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker:after {
  background: #fff;
}
.lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker:hover:before {
  animation: ripple 3s infinite;
}
@media (max-width: 1600px) {
  .nav-style-4:hover .owl-theme .owl-nav [class*="owl-"] {
    background: #fff;
  }
  .nav-style-4:hover .owl-theme .owl-nav [class*="owl-"].owl-prev {
    left: -25px !important;
  }
  .nav-style-4:hover .owl-theme .owl-nav [class*="owl-"].owl-next {
    right: -25px !important;
  }
}
@media (min-width: 1150px) {
  .home-page-1 .hdt-container {
    padding: 8px 5rem;
    overflow: hidden;
  }
  .home-page-1 .hdt-container .container {
    width: 100% !important;
  }
  .lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker .easypin-popover .easypinpopup a .easypinpopupinfo {
    width: 85%;
  }
}
@media (max-width: 1049px) {
  .home-page-1 .block-categories-home .block-categories {
    margin-left: 15px;
    margin-right: 15px;
  }
  .block.shop-gram .item:before,
  .block.shop-gram .item h4 {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-top-home .block-list-products .hdt-tetimonials-item .hdt-tetimonials-inner {
    padding: 0px 1.6rem 2.4rem;
  }
  .slidershow .slidershow-type-1 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .slidershow .slidershow-type-1 .owl-stage-outer .owl-item .item .caption-panel {
    max-width: 50%;
  }
  .slidershow .slidershow-type-1 .owl-stage-outer .owl-item .item .caption-panel p.slide-text {
    font-size: 4.4rem;
    line-height: 4rem;
  }
  .home-page-1 .owl-theme .owl-dots,
  .home-page-2 .owl-theme .owl-dots,
  .home-page-3 .owl-theme .owl-dots {
    margin-top: 15px;
  }
  .home-page-1 .owl-theme .owl-dots .owl-dot,
  .home-page-2 .owl-theme .owl-dots .owl-dot,
  .home-page-3 .owl-theme .owl-dots .owl-dot {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-radius: 50%;
    border: 1px solid transparent !important;
    text-align: center !important;
    margin: 0 2px;
  }
  .home-page-1 .owl-theme .owl-dots .owl-dot span,
  .home-page-2 .owl-theme .owl-dots .owl-dot span,
  .home-page-3 .owl-theme .owl-dots .owl-dot span {
    width: 0.6rem;
    height: 0.6rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-radius: 50%;
    margin: 0 auto;
  }
  .home-page-1 .owl-theme .owl-dots .owl-dot:hover,
  .home-page-2 .owl-theme .owl-dots .owl-dot:hover,
  .home-page-3 .owl-theme .owl-dots .owl-dot:hover,
  .home-page-1 .owl-theme .owl-dots .owl-dot.active,
  .home-page-2 .owl-theme .owl-dots .owl-dot.active,
  .home-page-3 .owl-theme .owl-dots .owl-dot.active {
    border-color: #000 !important;
  }
  .home-page-1 .owl-theme .owl-dots .owl-dot:hover span,
  .home-page-2 .owl-theme .owl-dots .owl-dot:hover span,
  .home-page-3 .owl-theme .owl-dots .owl-dot:hover span,
  .home-page-1 .owl-theme .owl-dots .owl-dot.active span,
  .home-page-2 .owl-theme .owl-dots .owl-dot.active span,
  .home-page-3 .owl-theme .owl-dots .owl-dot.active span {
    background-color: #000 !important;
    width: 0.4rem;
    height: 0.4rem;
  }
  .title-style-home .block-title strong {
    font-size: 3.2rem !important;
  }
}
@media (max-width: 991px) {
  .slidershow .slidershow-type-1 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
    margin-bottom: 2.5rem;
  }
  .slidershow .slidershow-type-1 .owl-dots {
    bottom: 30px;
  }
  .lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker .easypin-popover .easypinpopup {
    width: 265px !important;
  }
  .lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker .easypin-popover .easypinpopup a {
    gap: 12px;
    max-width: 75%;
  }
  .lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker .easypin-popover .easypinpopup a .easypinpopupinfo {
    max-width: 75%;
  }
  .lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker .easypin-popover .easypinpopup a .easypinpopupinfo h3 {
    font-size: 1.3rem;
  }
  .home-page-1 .block-categories-home .block-categories .block-content .row {
    margin: 0 -8px;
  }
  .home-page-1 .block-categories-home .block-categories .block-content .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  .home-page-1 .block-categories .collection-inner .collection-content {
    position: inherit;
    display: flex;
    gap: 10px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
  }
  .home-page-1 .block-categories .collection-inner .collection-content h6 {
    margin-bottom: 0;
    font-size: 2.2rem;
  }
  .home-page-1 .block-categories .collection-inner .collection-content h6 br {
    display: none;
  }
  .home-page-1 .block-categories .collection-inner .collection-content a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .title-style-home .block-title strong {
    font-size: 3.2rem !important;
  }
  .lookbook-items .lookbook-item {
    padding-bottom: 0 !important;
  }
  .lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker .easypin-popover .easypinpopup {
    width: 250px !important;
    padding: 0.5rem;
  }
  .lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker .easypin-popover .easypinpopup .easypinpopupinfo img {
    width: 55px;
    height: 65px;
  }
  .lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker .easypin-popover .easypinpopup a {
    gap: 10px;
  }
  .home-page-1 .block-categories .collection-inner {
    margin-top: 20px;
    height: auto;
  }
  .home-page-1 .sm-filter-products .products.wrapper.products-grid .product-items {
    margin-left: -8px;
    margin-right: -8px;
  }
  .home-page-1 .sm-filter-products .products.wrapper.products-grid .product-items .product-item {
    padding: 0 8px;
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .slidershow .slidershow-type-1 .owl-stage-outer .owl-item .item a {
    display: contents;
  }
  .slidershow .slidershow-type-1 .owl-stage-outer .owl-item .item a img {
    grid-area: full-r-start / full-c-start / full-r-end / full-c-end;
    height: 450px;
    min-height: 100%;
    max-height: 100%;
    min-width: 100%;
    overflow-wrap: anywhere;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
  }
  .home-page-1 .block-categories {
    padding-inline-start: 0;
    padding-inline-end: 0;
  }
  .home-page-1 .block-categories .cat-wrap .item .cats-info .cat-title {
    bottom: 10px;
  }
  .home-page-1 .block-categories .cat-wrap .item .cats-info .cat-title a {
    padding: 0 1.4rem;
    line-height: 40px;
    height: 40px;
    font-size: 15px;
  }
  .slidershow .slidershow-type-1 .owl-stage-outer .owl-item .item .caption-panel p.slide-text {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .slidershow .slidershow-type-1 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
    display: none;
  }
  .slidershow .slidershow-type-1 .owl-stage-outer .owl-item .item .caption-panel a.button-link.slide-btn {
    padding: 13px 15px;
  }
  .slidershow .slidershow-type-1 .owl-dots {
    bottom: 20px !important;
  }
  .masonry-collections .row .hdt-grid-3 {
    margin: 1.5rem 0;
  }
  .lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker .easypin-popover .easypinpopup {
    width: 220px !important;
  }
  .product-top-home .block-list-products .hdt-tetimonials-item .hdt-tetimonials-inner {
    padding: 0 1.5rem 2.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page-1 .nav-style-4:hover .owl-theme .owl-nav [class*="owl-"].owl-prev {
    left: -15px !important;
  }
  .home-page-1 .nav-style-4:hover .owl-theme .owl-nav [class*="owl-"].owl-next {
    right: -15px !important;
  }
}
/*collection*/
.masonry-collections .hdt-grid-3 {
  display: grid;
  gap: 3rem;
}
.masonry-collections .hdt-collection-inner .hdt-collection-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -moz-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.masonry-collections .hdt-collection-inner.hdt-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.masonry-collections .hdt-collection-inner:hover .hdt-collection-img img {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
.masonry-collections .hdt-collection-inner .hdt-collection-content {
  bottom: 46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.masonry-collections .hdt-collection-inner .hdt-collection-content .hdt-collection-title {
  padding: 0 3rem;
  line-height: 46px;
  height: 46px;
  text-align: center;
  color: #000;
  background-color: #fff;
  max-width: 100%;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -khtml-radius: 0.3rem;
}
.masonry-collections .hdt-collection-inner .hdt-collection-content .hdt-collection-title svg {
  transition: 0.3s ease 0.1s;
  -moz-transition: 0.3s ease 0.1s;
  -webkit-transition: 0.3s ease 0.1s;
  -o-transition: 0.3s ease 0.1s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition-delay: right;
  -webkit-transition-delay: right;
  -moz-transition-delay: right;
  -o-transition-delay: right;
  width: 0;
}
.masonry-collections .hdt-collection-inner .hdt-collection-content .hdt-collection-title:hover {
  background-color: #000;
  color: #fff;
}
.masonry-collections .hdt-collection-inner .hdt-collection-content .hdt-collection-title:hover svg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 10px;
  min-width: 10px;
  margin-inline-start: 9px;
}
.hdt-content h2.hdt-heading {
  font-size: 5.2rem;
  margin-top: 1.4rem;
}
.hdt-content .hdt-subheading {
  margin-top: 2.4rem;
}
.hdt-content .hdt-btn {
  margin-top: 3.4rem;
}
.hdt-collection-list-wrap {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 50px;
  margin-bottom: 65px;
}
.hdt-collection-list-wrap .item .hdt-collection-img {
  margin-bottom: 30px;
}
.hdt-collection-list-wrap .item .hdt-collection-img img {
  transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -moz-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.hdt-collection-list-wrap .item .hdt-collection-bottom-content .hdt-collection-link {
  margin-top: 1.8rem;
}
.hdt-collection-list-wrap .item .hdt-collection-bottom-content .hdt-collection-link:after {
  width: 100%;
  height: 1px;
  background-color: #000;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
}
.hdt-collection-list-wrap .item .hdt-collection-bottom-content svg {
  margin-inline-start: 9px;
}
.hdt-collection-list-wrap .item:hover .hdt-collection-img img {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
.brand-slider2 .item {
  text-align: center;
}
.brand-slider2 .item img {
  width: auto;
  margin: 0 auto;
}
.hdt-store-list .hdt-store-list-content .hdt-flex {
  gap: 30px;
  margin-bottom: 57px;
  display: flex;
  flex-wrap: nowrap;
}
.hdt-store-list .hdt-store-list-content .hdt-flex .nav-link {
  width: 100%;
  color: #000;
  white-space: nowrap;
  padding-bottom: 10px;
  padding-inline-start: 15px;
  padding-inline-end: 15px;
  border: 0px !important;
  border-bottom: 2px solid #eeeeee !important;
  transition: border-bottom-color 0.3s;
  -moz-transition: border-bottom-color 0.3s;
  -webkit-transition: border-bottom-color 0.3s;
  -o-transition: border-bottom-color 0.3s;
  padding-bottom: 14px;
  background-color: transparent;
}
.hdt-store-list .hdt-store-list-content .hdt-flex .nav-link:hover,
.hdt-store-list .hdt-store-list-content .hdt-flex .nav-link.active {
  border-color: #000 !important;
  box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  -o-box-shadow: 0 0 0;
}
.hdt-store-list .hdt-store-list-content .hdt-store-item-info {
  padding-inline-start: 15px;
  padding-inline-end: 15px;
  padding-top: 23px;
  padding-bottom: 24px;
}
.hdt-store-list .hdt-store-list-content .hdt-store-item-info .hdt-store-heading {
  margin-bottom: 31px;
  color: #000;
}
.hdt-store-list .hdt-store-list-content .hdt-store-item-info .hdt-store-description p:not(:last-child) {
  margin-bottom: 22px;
}
.hdt-store-list .hdt-store-list-content .col-lg-6 img {
  width: 100%;
}
.home-page-2 .block-filterproducts .block-title {
  align-items: flex-start;
}
.hdt-store-list .hdt-store-list-content .hdt-store-map {
  background-color: #fcfbf9;
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -o-border-radius: 1rem;
  -khtml-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .hdt-store-list .hdt-store-list-content .hdt-store-item-info {
    padding-inline-start: 122px;
  }
  .home-page-2 .slidershow .slidershow-type-1 .owl-dots {
    max-width: 45%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
  }
  .hdt-collection-list-wrap,
  .masonry-collections {
    padding-inline-start: 40px;
    padding-inline-end: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .home-page-2 .container .hdt-store-list,
  .home-page-2 .container .hdt-store-list,
  .home-page-2 .container > .row.align-items-center,
  .home-page-2 .container > .nav-style-2 {
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
@media (min-width: 1050px) and (max-width: 1199px) {
  .hdt-collection-list-wrap,
  .masonry-collections {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
  .container .hdt-store-list,
  .container > .row.align-items-center,
  .container > .nav-style-2 {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
@media (max-width: 1049px) {
  .hdt-collection-list-wrap,
  .masonry-collections {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
@media (max-width: 1199px) {
  .brand-slider2 .owl-theme .owl-dots {
    margin-top: 30px !important;
  }
}
@media (max-width: 1180px) {
  .masonry-collections .hdt-grid-3 {
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  .masonry-collections {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
  .masonry-collections .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .masonry-collections .row [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .masonry-collections .row .hdt-grid-3 {
    gap: 1.5rem;
  }
  .hdt-content.hdt-place-self-center {
    place-self: start start;
  }
  .hdt-content h2.hdt-heading {
    font-size: 4rem;
  }
  .home-page-2 .hdt-content .hdt-subheading {
    margin-bottom: 0;
  }
  .home-page-2 .hdt-content .hdt-btn {
    margin-bottom: 4rem;
    margin-top: 3rem;
  }
  .hdt-store-list .hdt-store-list-content .hdt-flex {
    margin-bottom: 25px;
  }
  .hdt-store-list .hdt-store-list-content .hdt-store-item-info {
    padding-inline-start: 20px;
  }
}
.cms-home-demo-03 .header-container.header-style-1 {
  position: static;
}
.hdt-collection-list-wrap.collection-full {
  padding-inline-start: 0;
  padding-inline-end: 0;
  border: 0;
  margin: 0;
  padding-bottom: 5px;
}
.hdt-collection-list-wrap.collection-full .item {
  flex: 0 0 33%;
  min-width: 0px;
  position: relative;
  transition-property: transform;
}
.hdt-collection-list-wrap.collection-full .item .hdt-collection-img {
  margin-bottom: 0px;
}
.hdt-collection-list-wrap.collection-full .item .hdt-collection-content {
  bottom: 30px;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hdt-collection-list-wrap.collection-full .item .hdt-collection-content .hdt-collection-title {
  line-height: 64px;
  height: 64px;
  min-width: 297px;
  padding: 0 1.6rem;
  background-color: #fff;
  max-width: 100%;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -khtml-radius: 0.3rem;
}
.hdt-collection-list-wrap.collection-full .item .hdt-collection-content .hdt-collection-title svg {
  transition: 0.3s ease 0.1s;
  -moz-transition: 0.3s ease 0.1s;
  -webkit-transition: 0.3s ease 0.1s;
  -o-transition: 0.3s ease 0.1s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition-delay: right;
  -webkit-transition-delay: right;
  -moz-transition-delay: right;
  -o-transition-delay: right;
  width: 0;
}
.hdt-collection-list-wrap.collection-full .item .hdt-collection-content .hdt-collection-title:hover {
  background: #000;
  color: #fff;
}
.hdt-collection-list-wrap.collection-full .item .hdt-collection-content .hdt-collection-title:hover svg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 10px;
  min-width: 10px;
  margin-inline-start: 9px;
}
.hdt-collection-list-wrap.collection-full.nav-style-1.absolute-nav .owl-theme .owl-nav [class*="owl-"] {
  top: 50% !important;
}
.hdt-section-dealtime {
  color: #000;
}
.hdt-section-dealtime .hdt-col-content p.hdt-subheading {
  margin: 1.2rem 0 0;
}
.hdt-section-dealtime .hdt-col-content a {
  margin-top: 2.2rem;
  font-size: 1.4rem;
}
.hdt-section-dealtime .hdt-col-content a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  transition: 0.25s ease-in-out;
}
.hdt-section-dealtime .hdt-col-content a .hdt-icon-1 {
  z-index: 1;
  height: auto;
  width: .6666666em;
}
.hdt-section-dealtime .countdown-static {
  display: flex;
  gap: 8px;
}
.hdt-section-dealtime .countdown-static .deals-time {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 9rem;
  min-height: 8.4rem;
  padding: 0 2rem;
  border: 1px solid #000;
  font-weight: 500;
  background-color: transparent;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-radius: 3px;
  color: #000;
}
.hdt-section-dealtime .countdown-static .deals-time .num-time {
  font-size: 3.2rem;
}
.hdt-section-dealtime .countdown-static .deals-time .title-time {
  font-size: 1.6rem;
}
.hdt-collections-list-simple .hdt-flex {
  gap: 10px;
}
.hdt-collections-list-simple .hdt-collection-other_link a {
  color: #fff;
  gap: 8px;
}
.hdt-collections-list-simple .hdt-collection-other_link a svg {
  width: 8px;
  height: 8px;
}
.hdt-collections-list-simple .hdt-collection-other_link a:after {
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
}
.hdt-collections-list-simple .item .hdt-collection-title {
  padding: 0 3rem;
  height: 50px;
  line-height: 48px;
  color: #000;
  background-color: #fff;
  max-width: 100%;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -khtml-radius: 0.3rem;
  transition: 0.4s ease 0.1s;
  -moz-transition: 0.4s ease 0.1s;
  -webkit-transition: 0.4s ease 0.1s;
  -o-transition: 0.4s ease 0.1s;
}
.hdt-collections-list-simple .item .hdt-collection-title:hover {
  background: #000;
  color: #fff;
}
/*block-video*/
.block-video > .hdt-grid {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  left: 50%;
}
.block-video > .hdt-grid .hdt-content .hdt-s-text {
  color: #fff;
  font-size: 1.4rem;
}
.block-video > .hdt-grid .hdt-content .hdt-heading {
  color: #fff;
  font-size: 8rem;
}
.block-video > .hdt-grid .hdt-content p {
  color: #fff;
  padding: 0 15px;
}
.block-video > .hdt-grid .hdt-content .hdt-btn {
  margin-top: 4.8rem;
  background: #fff;
  border-color: #fff;
  color: #000;
}
.block-video > .hdt-grid .hdt-content .hdt-btn:after {
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.25), transparent);
}
/*testimonial*/
.block-testimonial-content {
  border-bottom: 1px solid #ebebeb;
}
.block-testimonial-content > .container {
  max-width: 130rem;
  margin: 0 auto;
}
.block-testimonial-content > .container .hdt-s-text {
  margin-bottom: 1.6rem;
}
.block-testimonial-content > .container .hdt-text-2xl {
  font-size: 1.6rem;
  margin-bottom: 1.8rem;
}
.block-testimonial-content > .container .hdt-rating-wapper svg.hdt-last_star {
  fill: #ff7b54;
  color: #ff7b54;
  width: 1.8rem;
  height: 1.6rem;
}
.block-testimonial-content > .container .hdt-line-dash {
  margin-bottom: 1rem;
  max-width: 14.9rem;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ececec;
  margin-bottom: 2rem;
}
.block-testimonial-content > .container .hdt-testimonial-rating {
  margin-bottom: 1.4rem;
}
.block-testimonial-content > .container .hdt-testimonial-pr-title {
  color: #545454;
}
.block-testimonial-content.hover-to-show:hover .owl-theme .owl-nav .owl-prev {
  left: -10rem !important;
}
.block-testimonial-content.hover-to-show:hover .owl-theme .owl-nav .owl-next {
  right: -10rem !important;
}
/**policy**/
.home-page-3 .block.block-filterproducts {
  margin-bottom: 0px;
}
.home-page-3 .policy-slider .item {
  border: 0px;
  display: flex;
  text-align: unset;
  align-items: center;
  gap: 25px;
  padding: 0;
}
.home-page-3 .policy-slider .item .icon-policy {
  width: 74px;
  height: 74px;
  background-color: #fff;
  border: .1rem solid #eeeeee;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.home-page-3 .policy-slider .item .icon-policy .icon-theme {
  width: auto;
  height: auto;
}
.home-page-3 .policy-slider .item .policy-content {
  flex: 1 0 0;
  direction: initial;
}
.home-page-3 .policy-slider .item .policy-content .policy-content-description {
  color: #545454;
}
.cms-home-demo-03 .header-mobile .sticky-top {
  position: static !important;
}
@media (max-width: 1441px) {
  .block-testimonial-content.hover-to-show:hover .owl-theme .owl-nav .owl-prev {
    left: -4.6rem !important;
  }
  .block-testimonial-content.hover-to-show:hover .owl-theme .owl-nav .owl-next {
    right: -4.6rem !important;
  }
}
@media (min-width: 1150px) {
  .block-testimonial-content > .container {
    max-width: 140rem;
    margin: 0 auto;
    padding: 0 5rem;
  }
  .block-testimonial-content > .container .hdt-group_image {
    padding-inline-start: 2.4rem;
    padding-inline-end: 8.3rem;
  }
  .block-testimonial-content > .container .hdt-testimonial-info .hdt-poropost-image {
    margin-bottom: 4rem;
  }
  .block-testimonial-content > .container .hdt-testimonial-rating {
    margin-bottom: 2.6rem;
  }
  .block-testimonial-content > .container .hdt-text-2xl {
    font-size: 2rem;
    margin-bottom: 3.6rem;
  }
  .block-testimonial-content > .container .hdt-line-dash {
    margin-bottom: 2.2rem;
  }
  .block-testimonial-content > .container .hdt-poropost-image {
    margin-bottom: 4rem;
  }
  .home-page-3 .policy-slider {
    margin-bottom: 80px !important;
    margin-top: 80px !important;
  }
}
@media (min-width: 768px) {
  .block-testimonial-content .hdt-repon-img {
    display: none;
  }
  .block-testimonial-content .hdt-poropost-image svg {
    max-width: 4.6rem;
    height: 3.2rem;
    width: 4.6rem;
  }
}
@media (max-width: 1199px) {
  .hdt-collection-list-wrap .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 15px 0 25px;
  }
  .home-page-3 .block.block-filterproducts .products-grid .product-item {
    margin-bottom: 0px !important;
  }
  .home-page-3 .block.block-filterproducts .owl-theme .owl-nav.disabled + .owl-dots {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hdt-section-dealtime.mb-desktop-80 {
    margin-bottom: 50px !important;
  }
  .mb-desktop-20.mt-desktop-80 {
    margin-top: 50px !important;
  }
  .hdt-collections-list.pt-desktop-100 {
    padding-top: 50px !important;
  }
  .hdt-collections-list.pb-desktop-100 {
    padding-bottom: 60px !important;
  }
  .block-testimonial-content.mb-desktop-80 {
    margin-bottom: 50px !important;
  }
  .block-testimonial-content.pt-desktop-90 {
    padding-top: 50px !important;
  }
  .block-testimonial-content.pb-desktop-90 {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 991px) {
  .hdt-collection-list-wrap.collection-full .item .hdt-collection-content .hdt-collection-title {
    line-height: 54px;
    height: 54px;
    min-width: 100px;
  }
  .hdt-section-dealtime .countdown-static .deals-time {
    padding: 0.7rem 1rem;
    min-width: 7rem;
    min-height: 6rem;
    line-height: 23px;
  }
  .hdt-section-dealtime .countdown-static .deals-time .num-time {
    font-size: 2.6rem;
  }
  .block-video > .hdt-grid {
    width: 100%;
  }
  .block-video > .hdt-grid .hdt-content .hdt-heading {
    font-size: 5.5rem;
  }
}
@media (max-width: 767px) {
  .block-testimonial-content .item .hdt-group_image {
    display: none;
  }
  .block-testimonial-content .hdt-mix-img {
    gap: 1.6rem;
  }
  .block-testimonial-content .hdt-mix-img .hdt-repon-img {
    display: block;
    max-width: 7rem;
    border-radius: 1.0rem;
    overflow: hidden;
  }
  .block-testimonial-content .hdt-s-text {
    margin: 0px 0 5px !important;
  }
  .block-video video {
    grid-area: full-r-start / full-c-start / full-r-end / full-c-end;
    height: 500px;
    min-height: 100%;
    max-height: 100%;
    min-width: 100%;
    overflow-wrap: anywhere;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
  }
  .hdt-section-dealtime .hdt-col-content {
    text-align: center;
  }
  .hdt-section-dealtime .hdt-col-content h4.hdt-h4 {
    font-size: 2.2rem;
  }
  .hdt-section-dealtime .hdt-col-content p.hdt-subheading {
    font-size: 1.6rem;
  }
  .hdt-section-dealtime .hdt-col-content a {
    margin-bottom: 15px;
  }
  .hdt-section-dealtime .hdt-col-inner {
    justify-content: center;
  }
  .hdt-section-dealtime .countdown-static .deals-time .num-time {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .hdt-section-dealtime .countdown-static .deals-time .title-time {
    font-size: 1.2rem;
  }
  .hdt-collections-list-simple .hdt-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .hdt-collections-list-simple .hdt-flex .item .hdt-collection-title {
    padding: 0 15px;
  }
}
@media (min-width: 1050px) {
  .home-page-3.title-style-home .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1049px) {
  .block-testimonial-content .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .block-testimonial-content.hover-to-show:hover .owl-theme .owl-nav .owl-prev {
    left: -6rem !important;
  }
  .block-testimonial-content.hover-to-show:hover .owl-theme .owl-nav .owl-next {
    right: -6rem !important;
  }
}
/*=== block Slideshow ===*/
.slidershow .slidershow-type-2 .owl-stage-outer .owl-item .item .caption-panel {
  max-width: 45%;
  position: absolute;
  top: 50%;
  left: 12%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slidershow .slidershow-type-2 .owl-stage-outer .owl-item .item .caption-panel p.slide-text {
  opacity: 0;
  visibility: hidden;
  font-weight: 400;
  font-size: 8rem;
  line-height: 9rem;
  color: #000;
  margin-bottom: 1.8rem;
}
.slidershow .slidershow-type-2 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
  opacity: 0;
  visibility: hidden;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
  color: #000;
  margin-bottom: 4.8rem;
}
.slidershow .slidershow-type-2 .owl-stage-outer .owl-item .item .caption-panel a.slide-btn {
  opacity: 0;
  visibility: hidden;
  font-size: 18px;
  padding: 14px 30px;
  background-color: #fff;
  border-color: #fff;
  color: #000;
  min-height: 40px;
  display: inline-block;
}
.slidershow .slidershow-type-2 .owl-stage-outer .owl-item .item .caption-panel a.slide-btn:after {
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.25), transparent);
}
.slidershow .slidershow-type-2 .owl-stage-outer .owl-item.active .item .caption-panel p.slide-text {
  opacity: 1;
  visibility: visible;
  animation: myeffect-slideshow 2s ease-in-out;
  -webkit-animation: myeffect-slideshow 2s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 2s ease-in-out;
  -o-animation: myeffect-slideshow 2s ease-in-out;
  -ms-animation: myeffect-slideshow 2s ease-in-out;
}
.slidershow .slidershow-type-2 .owl-stage-outer .owl-item.active .item .caption-panel p.slide-subtitle {
  opacity: 1;
  visibility: visible;
  animation: myeffect-slideshow 1.5s ease-in-out;
  -webkit-animation: myeffect-slideshow 1.5s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 1.5s ease-in-out;
  -o-animation: myeffect-slideshow 1.5s ease-in-out;
  -ms-animation: myeffect-slideshow 1.5s ease-in-out;
}
.slidershow .slidershow-type-2 .owl-stage-outer .owl-item.active .item .caption-panel a.slide-btn {
  opacity: 1;
  visibility: visible;
  animation: myeffect-slideshow 0.8s ease-in-out;
  -webkit-animation: myeffect-slideshow 0.8s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 0.8s ease-in-out;
  -o-animation: myeffect-slideshow 0.8s ease-in-out;
}
.slidershow .slidershow-type-2 .owl-dots {
  position: absolute;
  bottom: 8rem;
  margin-top: 0;
  max-width: 45%;
  left: 12%;
}
.slidershow .slidershow-type-2 .owl-dots .owl-dot {
  margin: 0 4px;
}
.slidershow .slidershow-type-2 .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.slidershow .slidershow-type-2 .owl-dots .owl-dot.active span,
.slidershow .slidershow-type-2 .owl-dots .owl-dot.hover span {
  width: 22px;
  height: 6px;
  background: #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-radius: 3px;
}
/*=== block categories ===*/
.id4-block-categories {
  position: relative;
  background-color: #FAF8F2;
  padding-top: 95px;
  padding-bottom: 90px;
}
.id4-block-categories .block-title {
  margin-bottom: 52px;
  flex-direction: row;
  justify-content: space-between;
}
.id4-block-categories .block-title strong {
  font-weight: 400;
  font-size: 4.2rem;
  color: #000;
  text-transform: capitalize;
}
.id4-block-categories .block-title a {
  position: relative;
  padding: 0 0 6px;
  gap: 8px;
  margin-bottom: -6px;
  font-size: 1.4rem;
  font-weight: 700;
}
.id4-block-categories .block-title a:after {
  width: 100%;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
}
.id4-block-categories .cat-wrap {
  margin: 0px;
}
.id4-block-categories .cat-wrap .item {
  padding: 0;
  margin-bottom: 0;
  position: relative;
  text-align: center;
}
.id4-block-categories .cat-wrap .item .image-cat {
  margin-bottom: 15px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -khtml-radius: 100%;
  overflow: hidden;
}
.id4-block-categories .cat-wrap .item .image-cat img {
  transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.id4-block-categories .cat-wrap .item .cats-info .cat-title a {
  font-size: 18px;
}
.id4-block-categories .cat-wrap .item .cats-info .count {
  font-size: 14px;
  color: #545454;
}
.id4-block-categories .cat-wrap .item:hover .image-cat img {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
.id4-block-categories .collection-inner {
  border: solid 1px #000;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -o-border-radius: 1rem;
  -khtml-radius: 1rem;
}
.id4-block-categories .collection-inner .collection-content {
  padding: 47px;
  position: absolute;
  bottom: 0;
}
.id4-block-categories .collection-inner .collection-content h6 {
  font-size: 2.8rem;
  font-weight: normal;
  color: #000;
  margin-bottom: 30px;
}
.id4-block-categories .collection-inner .collection-content a {
  width: 50px;
  height: 50px;
  color: #000;
  border: solid 1px #000;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  transition: 0.3s ease 0.1s;
  -moz-transition: 0.3s ease 0.1s;
  -webkit-transition: 0.3s ease 0.1s;
  -o-transition: 0.3s ease 0.1s;
}
.id4-block-categories .collection-inner .collection-content a:hover {
  background: #000;
  color: #fff;
}
.id4-block-categories .owl-theme .owl-nav [class*='owl-'] {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px !important;
  border: none !important;
}
.id4-block-categories .owl-theme .owl-nav [class*='owl-']:before {
  font-size: 16px !important;
}
/*=== block listingtab ===*/
.home-page-4 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  text-align: center;
  margin-bottom: 70px;
}
.home-page-4 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li {
  margin-right: 70px;
  color: #545454;
  font-size: 32px;
  font-weight: normal;
  border: none;
  padding-bottom: 8px;
  position: relative;
}
.home-page-4 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.tab-sel {
  font-weight: 500;
}
.home-page-4 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.tab-sel:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-page-4 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.tab-sel,
.home-page-4 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li:hover {
  color: #000;
}
.home-page-4 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li:last-child {
  margin: 0 !important;
}
.home-page-4 .sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
  padding: 12px 30px;
  border: 1px solid #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-radius: 3px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
/*=== block masonry-collections ===*/
.home-page-4 .masonry-collections .hdt-collection-inner .hdt-collection-img {
  overflow: hidden;
}
.home-page-4 .masonry-collections .hdt-collection-inner .hdt-collection-content .hdt-subheading {
  margin-bottom: 15px;
}
.home-page-4 .masonry-collections .hdt-collection-inner .hdt-collection-content .hdt-heading {
  margin-bottom: 28px;
}
.home-page-4 .masonry-collections .hdt-collection-inner .hdt-collection-content a.hdt-btn {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  min-height: 40px;
  padding: 0 25px;
  line-height: 1.1;
}
.home-page-4 .masonry-collections .hdt-collection-inner .hdt-collection-content a.hdt-btn:after {
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.25), transparent);
}
/**policy**/
@media (min-width: 1150px) {
  .home-page-4 .policy-slider {
    margin-bottom: 80px !important;
  }
}
.home-page-4 .policy-slider .item {
  border: 0px;
  display: flex;
  text-align: unset;
  align-items: center;
  gap: 25px;
  padding: 0;
}
.home-page-4 .policy-slider .item .icon-policy {
  width: 74px;
  height: 74px;
  background-color: #fff;
  border: .1rem solid #eeeeee;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.home-page-4 .policy-slider .item .icon-policy .icon-theme {
  width: auto;
  height: auto;
}
.home-page-4 .policy-slider .item .policy-content {
  flex: 1 0 0;
  direction: initial;
}
.home-page-4 .policy-slider .item .policy-content .policy-content-description {
  color: #545454;
}
/**block-map-info**/
.block-map-info .hdt-block-info {
  position: absolute;
  left: 125px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  padding: 45px 40px 50px;
  min-width: 460px;
}
.block-map-info .hdt-block-info .hdt-heading {
  font-size: 2.8rem;
  color: #000;
  margin-bottom: 22px;
}
.block-map-info .hdt-block-info .hdt-rte {
  margin-bottom: 32px;
}
.block-map-info .hdt-block-info .hdt-btn-link {
  position: relative;
  padding: 0 0 6px;
  gap: 8px;
}
.block-map-info .hdt-block-info .hdt-btn-link:after {
  width: 100%;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1150px) {
  .home-page-4 .hdt-container {
    padding: 0 4rem;
  }
  .home-page-4 .hdt-container .container {
    width: 100% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1441px) {
  .home-page-4 .slidershow .slidershow-type-2 .owl-dots {
    bottom: 3.6rem;
    left: 0;
    padding-inline-start: 5rem;
    padding-inline-end: 5rem;
  }
  .home-page-4 .slidershow .slidershow-type-2 .owl-stage-outer .owl-item .item .caption-panel {
    left: 0px;
    padding-inline-start: 5rem;
    padding-inline-end: 5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .id4-block-categories .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 10px !important;
  }
}
@media (max-width: 1199px) {
  .home-page-4 .slidershow .slidershow-type-2 .owl-dots {
    bottom: 3.6rem;
    left: 0;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
  .home-page-4 .slidershow .slidershow-type-2 .owl-stage-outer .owl-item .item .caption-panel {
    left: 0px;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
  .home-page-4 .block .owl-theme .owl-dots .owl-dot,
  .home-page-4 .block-home .owl-theme .owl-dots .owl-dot {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-radius: 50%;
    border: 1px solid transparent !important;
    text-align: center !important;
    margin: 0 2px;
  }
  .home-page-4 .block .owl-theme .owl-dots .owl-dot span,
  .home-page-4 .block-home .owl-theme .owl-dots .owl-dot span {
    width: 0.6rem;
    height: 0.6rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-radius: 50%;
    margin: 0 auto;
  }
  .home-page-4 .block .owl-theme .owl-dots .owl-dot:hover,
  .home-page-4 .block-home .owl-theme .owl-dots .owl-dot:hover,
  .home-page-4 .block .owl-theme .owl-dots .owl-dot.active,
  .home-page-4 .block-home .owl-theme .owl-dots .owl-dot.active {
    border-color: #000 !important;
  }
  .home-page-4 .block .owl-theme .owl-dots .owl-dot:hover span,
  .home-page-4 .block-home .owl-theme .owl-dots .owl-dot:hover span,
  .home-page-4 .block .owl-theme .owl-dots .owl-dot.active span,
  .home-page-4 .block-home .owl-theme .owl-dots .owl-dot.active span {
    background-color: #000 !important;
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media (max-width: 1024px) {
  .home-page-4 .slidershow .slidershow-type-2 .owl-stage-outer .owl-item .item .caption-panel {
    max-width: 50%;
  }
  .home-page-4 .slidershow .slidershow-type-2 .owl-stage-outer .owl-item .item .caption-panel p.slide-text {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media (max-width: 991px) {
  .home-page-4 .slidershow .slidershow-type-2 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
    margin-bottom: 1.5rem;
  }
  .home-page-4 .slidershow .slidershow-type-2 .owl-dots {
    bottom: 2rem;
  }
  .home-page-4 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    margin-bottom: 45px;
  }
  .home-page-4 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .products.wrapper.products-grid .product-items .product-item {
    margin-bottom: 15px;
  }
  .home-page-4 .sm-listing-tabs .products.wrapper.products-grid .product-items .product-item {
    margin-bottom: 15px;
  }
  .block-map-info .hdt-map {
    display: contents;
  }
  .block-map-info .hdt-map img {
    grid-area: full-r-start / full-c-start / full-r-end / full-c-end;
    height: 450px;
    min-height: 100%;
    max-height: 100%;
    min-width: 100%;
    overflow-wrap: anywhere;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
  }
  .block-map-info .hdt-block-info {
    padding: 2rem;
  }
  .block-map-info .hdt-block-info .hdt-rte {
    margin-bottom: 20px;
  }
  .id4-block-categories .cat-wrap .item .image-cat img {
    max-height: inherit;
  }
}
@media (max-width: 767px) {
  .home-page-4 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li {
    text-align: left;
    font-size: 1.6rem;
  }
  .home-page-4 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.tab-sel:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .home-page-4 .slidershow .slidershow-type-2 .owl-stage-outer .owl-item .item a img {
    overflow-wrap: anywhere;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    min-height: 300px;
  }
  .home-page-4 .slidershow .slidershow-type-2 .owl-stage-outer .owl-item .item .caption-panel p.slide-text {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .home-page-4 .slidershow .slidershow-type-2 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
    display: none;
  }
  .home-page-4 .slidershow .slidershow-type-2 .owl-stage-outer .owl-item .item .caption-panel a.slide-btn {
    display: inline-block;
    padding: 12px;
    font-size: 12px;
  }
  .home-page-4 .products.wrapper.products-grid .product-items {
    margin-left: -8px;
    margin-right: -8px;
  }
  .home-page-4 .products.wrapper.products-grid .product-items .product-item {
    padding: 0 8px;
    margin-bottom: 15px;
  }
  .id4-block-categories .block-title {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 2px;
    flex-direction: column;
  }
  .id4-block-categories .block-title strong {
    font-size: 2.2rem !important;
  }
  .home-page-4 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    margin-bottom: 30px;
  }
  .block-map-info .hdt-block-info {
    padding: 2rem;
    min-width: 100%;
    position: static;
    text-align: center;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .home-page-4 .masonry-collections .hdt-collection-inner {
    margin-bottom: 30px;
  }
}
.home-page-5 .owl-theme .owl-dots {
  text-align: center;
  margin-top: 0px !important;
}
.home-page-5 .owl-theme .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.home-page-5 .owl-theme .owl-dots .owl-dot span {
  margin: 0;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.home-page-5 .owl-theme .owl-dots .owl-dot.active {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.home-page-5 .owl-theme .owl-dots .owl-dot.active span {
  width: 4px;
  height: 4px;
  background: #000;
}
/*=== block Slideshow ===*/
.home-page-5 .slidershow .slidershow-type-2 .owl-stage-outer .owl-item .item .caption-panel {
  max-width: 100%;
}
.home-page-5 .slidershow .slidershow-type-2 .owl-dots {
  position: absolute;
  bottom: 57px;
  margin-top: 0;
  max-width: 100%;
  left: 12%;
  text-align: center;
  margin-left: -4px;
}
.home-page-5 .slidershow .slidershow-type-2 .owl-dots .owl-dot {
  margin: 0 4px;
  border: none;
  width: 22px;
  height: 22px;
}
.home-page-5 .slidershow .slidershow-type-2 .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
  margin: 0 auto;
}
.home-page-5 .slidershow .slidershow-type-2 .owl-dots .owl-dot.active,
.home-page-5 .slidershow .slidershow-type-2 .owl-dots .owl-dot.hover {
  border: none;
  width: 22px;
  height: 22px;
  background: rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.home-page-5 .slidershow .slidershow-type-2 .owl-dots .owl-dot.active span,
.home-page-5 .slidershow .slidershow-type-2 .owl-dots .owl-dot.hover span {
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
  margin: 5px 7px;
}
/*=== block banner sale ===*/
.hdt-banner_masonry .hdt-full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.hdt-banner_masonry .hdt-grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.hdt-banner_masonry .hdt-banner_masonry__item {
  height: 100%;
}
.hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap {
  padding: 53px 57px;
  pointer-events: none;
}
.hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-place-self-start {
  place-self: start;
}
.hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-place-self-end-start {
  place-self: end start;
}
.hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-place-self-center-start {
  place-self: center start;
}
.hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-place-self-end-center {
  place-self: end center;
}
.hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-text-center {
  text-align: center;
}
.hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content .hdt-heading {
  color: #fff;
  margin-bottom: 0;
}
.hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content p {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
}
.hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content .hdt-btn-link {
  pointer-events: auto;
  margin-top: 18px;
  color: #fff;
  padding: 0 0 3px;
  gap: 8px;
}
.hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content .hdt-btn-link:after {
  width: 100%;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
}
.hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content .hdt-btn-link .hdt-icon-2 {
  width: 8px;
  height: 8px;
}
.hdt-banner_masonry .hdt-banner_masonry__item .hdt-relative {
  height: 100%;
}
.hdt-banner_masonry .hdt-banner_masonry__item .hdt-media-wrapper {
  height: 100%;
  overflow: hidden;
}
.hdt-banner_masonry .hdt-banner_masonry__item .hdt-media-wrapper img {
  transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  width: 100%;
  height: 100%;
  transition: 0.75s ease-in-out;
  object-fit: cover;
}
.hdt-banner_masonry .hdt-banner_masonry__item:hover .hdt-media-wrapper img {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
/*=== block categories ===*/
.id5-block-categories {
  position: relative;
  background-color: #F8F6F2;
}
.id5-block-categories .block-title {
  margin-bottom: 65px;
  flex-direction: row;
  justify-content: space-between;
}
.id5-block-categories .block-title strong {
  font-weight: 400;
  font-size: 4.2rem;
  color: #000;
  text-transform: capitalize;
}
.id5-block-categories .block-title a {
  position: relative;
  padding: 0 0 6px;
  gap: 8px;
  margin-bottom: -6px;
}
.id5-block-categories .block-title a:after {
  width: 100%;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
}
.id5-block-categories .owl-dots {
  position: absolute;
  top: -10rem;
  margin-top: 0 !important;
  right: 0;
  text-align: center;
}
.id5-block-categories .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.2);
}
.id5-block-categories .owl-dots .owl-dot.active {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.id5-block-categories .owl-dots .owl-dot.active span {
  width: 4px;
  height: 4px;
  background: #000;
}
.id5-block-categories .cat-wrap {
  margin: 0px;
  position: relative;
}
.id5-block-categories .cat-wrap:after {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0;
  z-index: 1;
  content: "";
  background-color: #F8F6F2;
}
.id5-block-categories .cat-wrap .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.id5-block-categories .cat-wrap .item {
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
.id5-block-categories .cat-wrap .item .image-cat {
  overflow: hidden;
  margin-bottom: 0;
}
.id5-block-categories .cat-wrap .item .image-cat img {
  transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.id5-block-categories .cat-wrap .item .cats-info .cat-title {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  font-weight: normal;
}
.id5-block-categories .cat-wrap .item .cats-info .cat-title a {
  font-size: 18px;
  padding: 0 3rem;
  line-height: 52px;
  height: 52px;
  font-weight: 500;
  color: #000;
  background: #fff;
  display: block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-radius: 3px;
}
.id5-block-categories .cat-wrap .item .cats-info .cat-title a svg {
  transition: 0.3s ease 0.1s;
  -moz-transition: 0.3s ease 0.1s;
  -webkit-transition: 0.3s ease 0.1s;
  -o-transition: 0.3s ease 0.1s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition-delay: right;
  -webkit-transition-delay: right;
  -moz-transition-delay: right;
  -o-transition-delay: right;
  width: 0;
}
.id5-block-categories .cat-wrap .item .cats-info .cat-title a:hover {
  background-color: #000;
  color: #fff;
}
.id5-block-categories .cat-wrap .item .cats-info .cat-title a:hover svg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 10px;
  min-width: 10px;
  margin-inline-start: 9px;
}
.id5-block-categories .cat-wrap .item:hover .image-cat img {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
/**/
.home-page-5 .block-filterproducts {
  border-bottom: 1px solid rgba(134, 134, 134, 0.12);
  padding-bottom: 50px;
}
.home-page-5 .block-filterproducts .block-title a {
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 8px;
  line-height: 1;
  font-weight: 600;
}
.home-page-5 .block-filterproducts .block-title a:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: currentColor;
}
.home-page-5 .block-filterproducts .owl-carousel .owl-stage-outer {
  padding: 15px;
  margin: -15px;
}
/*=== block banner ===*/
.hero-image {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 780px;
}
.hero-image > a {
  position: absolute;
  z-index: 1;
  display: block;
  min-height: 100%;
  max-height: 100%;
  min-width: 100%;
}
.hero-image .media-wrapper {
  display: contents;
}
.hero-image .media-wrapper img {
  overflow-wrap: anywhere;
  object-fit: cover;
  object-position: center;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
}
.hero-image .hero-image__content {
  position: relative;
  z-index: 2;
  place-self: center start;
  pointer-events: none;
}
.hero-image .hero-image__content .hero-image__content-box {
  padding: 8rem 4.4rem;
  min-width: 54.6rem;
  background: #fff;
}
.hero-image .hero-image__content .hero-image__content-box .hero-image__heading-sub {
  font-size: 14px;
  margin-bottom: 16px;
}
.hero-image .hero-image__content .hero-image__content-box .hero-image__heading {
  font-size: 5.2rem;
  margin-bottom: 2.5rem;
}
.hero-image .hero-image__content .hero-image__content-box .hero-image__text {
  font-size: 16px;
}
.hero-image .hero-image__content .hero-image__content-box .hero-image__text p {
  margin-bottom: 0;
}
.hero-image .hero-image__content .hero-image__content-box .hero-image__button {
  margin-top: 36px;
  pointer-events: auto;
}
@media (prefers-reduced-motion: no-preference) {
  .hero-image {
    transform: unset;
    clip-path: inset(0);
  }
}
/**policy**/
@media (min-width: 1150px) {
  .home-page-5 .policy-slider {
    margin-bottom: 80px !important;
    padding-bottom: 80px !important;
  }
}
.home-page-5 .policy-slider {
  border-bottom: 1px solid rgba(134, 134, 134, 0.12);
  padding-bottom: 60px;
}
.home-page-5 .policy-slider .item {
  border: 0px;
  display: flex;
  text-align: unset;
  align-items: center;
  gap: 25px;
  padding: 0;
}
.home-page-5 .policy-slider .item .icon-policy {
  width: 74px;
  height: 74px;
  background-color: #fff;
  border: .1rem solid #eeeeee;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.home-page-5 .policy-slider .item .icon-policy .icon-theme {
  width: auto;
  height: auto;
}
.home-page-5 .policy-slider .item .policy-content {
  flex: 1 0 0;
  direction: initial;
}
.home-page-5 .policy-slider .item .policy-content .policy-content-description {
  color: #545454;
}
/**shop gram**/
.home-page-5 .block.shop-gram .block-title {
  margin-bottom: 8rem;
  text-align: center;
  padding: 0 15px;
}
.home-page-5 .block.shop-gram .item {
  border-radius: 0%;
  -moz-border-radius: 0%;
  -webkit-border-radius: 0%;
  -o-border-radius: 0%;
  -khtml-radius: 0%;
}
.lookbook-home-furniture .block-content {
  margin-right: -50%;
}
.lookbook-home-furniture .block-content .slick-list {
  margin: -100px -15px;
  padding: 100px 0;
}
.lookbook-home-furniture .block-content .slick-list .slick-slide {
  margin: 0 15px;
}
.lookbook-home-furniture .block-content .slick-arrow {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(235, 235, 235, 0.1);
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
  opacity: 1;
}
.lookbook-home-furniture .block-content .slick-arrow:before {
  display: none;
}
.lookbook-home-furniture .block-content .slick-arrow:after {
  color: rgba(0, 0, 0, 0.4);
}
.lookbook-home-furniture .block-content .slick-arrow:hover {
  background: #000;
  color: #fff;
}
.lookbook-home-furniture .block-content .slick-arrow:hover:after {
  color: #fff !important;
}
.lookbook-home-furniture .block-content .slick-arrow.slick-next {
  right: 0 !important;
  left: calc(65% - 5.6rem) !important;
}
.lookbook-home-furniture .block-content .slick-arrow.slick-next:after {
  content: "\e930";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}
.lookbook-home-furniture .block-content .slick-arrow.slick-prev {
  left: 5.6rem !important;
  right: auto !important;
}
.lookbook-home-furniture .block-content .slick-arrow.slick-prev:after {
  content: "\e92f";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .home-page-5 .lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker .easypin-popover .easypinpopup a .easypinpopupinfo {
    width: 80%;
  }
}
@media (min-width: 1050px) and (max-width: 1600px) {
  .home-page-5 .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .home-page-5 .owl-theme .owl-dots {
    display: block;
    margin-top: 6px !important;
  }
  .home-page-5 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap {
    padding: 30px;
  }
  .home-page-5 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content .hdt-heading {
    font-size: 2rem;
  }
  .home-page-5 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content .hdt-subheading {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .home-page-5 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content .hdt-btn-link {
    margin-top: 12px;
  }
  .home-page-5 .hero-image .hero-image__content {
    place-self: center center;
  }
  .home-page-5 .hero-image .hero-image__content .hero-image__content-box .hero-image__heading {
    font-size: 4rem;
  }
  .home-page-5 .shop-gram .owl-theme .owl-dots {
    bottom: 20px;
    position: absolute;
    width: 100%;
    left: 0;
  }
  .home-page-5 .slidershow .slidershow-type-2 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 3rem;
  }
  .home-page-5 .slidershow .slidershow-type-2 .owl-stage-outer .owl-item .item .caption-panel p.slide-text {
    font-size: 4.4rem;
    line-height: 5rem;
  }
  .id5-block-categories .cat-wrap .item .cats-info .cat-title a {
    font-size: 18px;
    padding: 0 1.5rem;
    line-height: 44px;
    height: 44px;
    bottom: 20px;
  }
}
@media (max-width: 991px) {
  .home-page-5 .slidershow .slidershow-type-2 .owl-stage-outer .owl-item .item .caption-panel {
    left: 15px !important;
  }
  .home-page-5 .slidershow .slidershow-type-2 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
    margin-bottom: 2rem;
  }
  .home-page-5 .slidershow .slidershow-type-2 .owl-dots {
    bottom: 10px;
    left: 15px;
  }
  .home-page-5 .lookbook-home-furniture .slick-dots {
    display: none !important;
  }
  .home-page-5 .lookbook-home-furniture .block-content {
    margin: 0 !important;
  }
  .home-page-5 .lookbook-home-furniture .block-content .slick-arrow.slick-prev {
    left: 30px !important;
  }
  .home-page-5 .lookbook-home-furniture .block-content .slick-arrow.slick-next {
    left: auto !important;
    right: 30px !important;
  }
  .home-page-5 .block.shop-gram .block-title {
    margin-bottom: 6rem;
  }
  .home-page-5 .block-filterproducts .owl-theme .owl-dots {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .home-page-5 .slidershow .slidershow-type-2 .owl-stage-outer .owl-item .item a img {
    overflow-wrap: anywhere;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    min-height: 300px;
  }
  .home-page-5 .slidershow .slidershow-type-2 .owl-stage-outer .owl-item .item .caption-panel {
    left: 15px;
  }
  .home-page-5 .slidershow .slidershow-type-2 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
    display: none;
  }
  .home-page-5 .slidershow .slidershow-type-2 .owl-stage-outer .owl-item .item .caption-panel p.slide-text {
    font-size: 2.6rem;
    line-height: 3rem;
    margin-bottom: 15px;
  }
  .home-page-5 .slidershow .slidershow-type-2 .owl-stage-outer .owl-item .item .caption-panel a.slide-btn {
    padding: 8px 15px;
    font-size: 16px;
    display: inline-block;
  }
  .home-page-5 .slidershow .slidershow-type-2 .owl-dots {
    bottom: 20px;
    left: 15px;
  }
  .home-page-5 .hdt-banner_masonry {
    row-gap: 20px;
  }
  .home-page-5 .hero-image .hero-image__content .hero-image__content-box {
    padding: 30px;
    min-width: auto;
  }
  .home-page-5 .hero-image .hero-image__content .hero-image__content-box .hero-image__heading {
    font-size: 2.6rem;
  }
  .home-page-5 .block-categories .owl-dots {
    position: unset;
    margin-top: 10px !important;
  }
  .home-page-5 .hdt-banner_wrap .hdt-banner_masonry .hdt-banner_masonry__item .hdt-media-wrapper img {
    min-height: 300px;
    object-fit: cover;
  }
  .home-page-5 .hdt-banner_masonry .hdt-grid-3 {
    gap: 2rem;
  }
  .home-page-5 .block-filterproducts {
    padding-bottom: 0 !important;
  }
  .home-page-5 .block-filterproducts .products-grid .product-item {
    margin-bottom: 0px !important;
  }
  .home-page-5 .policy-slider {
    padding-bottom: 50px !important;
    margin-bottom: 40px !important;
  }
  .id5-block-categories .block-title,
  .home-page-5.title-style-home .block-title {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 575px) {
  .id5-block-categories {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .id5-block-categories .block-title {
    margin-bottom: 30px;
  }
  .hero-image {
    min-height: inherit;
  }
  .hero-image .media-wrapper img {
    position: static;
  }
  .home-page-5 .lookbook-home-furniture .block-content {
    margin: 0 !important;
  }
  .home-page-5 .lookbook-home-furniture .block-content .slick-arrow.slick-prev {
    left: 20px !important;
  }
  .home-page-5 .block.shop-gram .block-title {
    margin-bottom: 4rem;
  }
}
.home-page-6 .owl-theme .owl-dots {
  text-align: center;
  margin-top: 20px !important;
}
.home-page-6 .owl-theme .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.home-page-6 .owl-theme .owl-dots .owl-dot span {
  margin: 0;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.home-page-6 .owl-theme .owl-dots .owl-dot.active {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.home-page-6 .owl-theme .owl-dots .owl-dot.active span {
  width: 4px;
  height: 4px;
  background: #000;
}
/*=== block Slideshow ===*/
.slidershow .slidershow-type-6 .owl-stage-outer .owl-item .item .caption-panel {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slidershow .slidershow-type-6 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
  opacity: 0;
  visibility: hidden;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 3rem;
  color: #000;
  margin-bottom: 1rem;
}
.slidershow .slidershow-type-6 .owl-stage-outer .owl-item .item .caption-panel p.slide-text {
  opacity: 0;
  visibility: hidden;
  font-weight: 400;
  font-size: 6.8rem;
  line-height: 8rem;
  color: #000;
  margin-bottom: 4rem;
}
.slidershow .slidershow-type-6 .owl-stage-outer .owl-item .item .caption-panel a.slide-btn {
  opacity: 0;
  visibility: hidden;
  background: #000;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 16px 30px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -khtml-radius: 100px;
}
.slidershow .slidershow-type-6 .owl-stage-outer .owl-item.active .item .caption-panel p.slide-text {
  opacity: 1;
  visibility: visible;
  animation: myeffect-slideshow 1.5s ease-in-out;
  -webkit-animation: myeffect-slideshow 1.5s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 1.5s ease-in-out;
  -o-animation: myeffect-slideshow 1.5s ease-in-out;
  -ms-animation: myeffect-slideshow 1.5s ease-in-out;
}
.slidershow .slidershow-type-6 .owl-stage-outer .owl-item.active .item .caption-panel p.slide-subtitle {
  opacity: 1;
  visibility: visible;
  animation: myeffect-slideshow 2s ease-in-out;
  -webkit-animation: myeffect-slideshow 2s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 2s ease-in-out;
  -o-animation: myeffect-slideshow 2s ease-in-out;
  -ms-animation: myeffect-slideshow 2s ease-in-out;
}
.slidershow .slidershow-type-6 .owl-stage-outer .owl-item.active .item .caption-panel a.slide-btn {
  opacity: 1;
  visibility: visible;
  animation: myeffect-slideshow 0.8s ease-in-out;
  -webkit-animation: myeffect-slideshow 0.8s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 0.8s ease-in-out;
  -o-animation: myeffect-slideshow 0.8s ease-in-out;
}
.slidershow .slidershow-type-6 .owl-dots {
  position: absolute;
  bottom: 35px;
  margin-top: 0 !important;
  width: 100%;
  text-align: center;
}
.slidershow .slidershow-type-6 .owl-dots .owl-dot {
  margin: 0 3px;
  border: none;
  width: 22px;
  height: 22px;
}
.slidershow .slidershow-type-6 .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.slidershow .slidershow-type-6 .owl-dots .owl-dot.active,
.slidershow .slidershow-type-6 .owl-dots .owl-dot.hover {
  border: none;
  width: 22px;
  height: 22px;
  background: rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.slidershow .slidershow-type-6 .owl-dots .owl-dot.active span,
.slidershow .slidershow-type-6 .owl-dots .owl-dot.hover span {
  width: 6px;
  height: 6px;
  background: #000;
}
/*=== block marquee ===*/
.home-page-6 .block-marquee {
  padding: 22px 0;
  margin: 0;
}
.home-page-6 .block-marquee .content {
  display: flex;
  font-size: 12px;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.home-page-6 .block-marquee .content > div {
  padding: 0 33px 0 0;
  margin-right: 30px;
  position: relative;
}
.home-page-6 .block-marquee .content > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 6px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 5px solid #000;
}
/*=== block categories ===*/
.home-page-6 .block-categories .block-title {
  flex-direction: row;
  justify-content: space-between;
}
.home-page-6 .block-categories .block-title strong {
  font-weight: 400;
  font-size: 4.2rem;
  color: #000;
  text-transform: capitalize;
}
.home-page-6 .block-categories .block-title a {
  position: relative;
  padding: 0 0 6px;
  gap: 8px;
  margin-bottom: -6px;
}
.home-page-6 .block-categories .block-title a:after {
  width: 100%;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-page-6 .block-categories .owl-dots {
  position: absolute;
  top: -85px;
  margin-top: 0 !important;
  right: 0;
}
.home-page-6 .block-categories .cat-wrap {
  margin: 0px;
  position: relative;
}
.home-page-6 .block-categories .cat-wrap .item {
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
.home-page-6 .block-categories .cat-wrap .item .image-cat {
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -khtml-radius: 10px;
  margin-bottom: 0;
  background: #F3F3F3;
  text-align: center;
}
.home-page-6 .block-categories .cat-wrap .item .image-cat img {
  transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  display: inline-block;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -khtml-radius: 10px;
}
.home-page-6 .block-categories .cat-wrap .item .cats-info {
  position: absolute;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  bottom: 0;
  pointer-events: none;
}
.home-page-6 .block-categories .cat-wrap .item .cats-info .cat-title {
  margin-bottom: 3px;
  font-weight: normal;
  pointer-events: auto;
}
.home-page-6 .block-categories .cat-wrap .item .cats-info .cat-title a {
  font-size: 22px;
  font-weight: 500;
}
.home-page-6 .block-categories .cat-wrap .item .cats-info a.cats-btn {
  pointer-events: auto;
  font-size: 14px;
  padding: 0 25px;
  line-height: 41px;
  height: 41px;
  font-weight: 500;
  color: #000;
  background: #fff;
  display: inline-block;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -khtml-radius: 100px;
}
.home-page-6 .block-categories .cat-wrap .item .cats-info a.cats-btn svg {
  transition: 0.3s ease 0.1s;
  -moz-transition: 0.3s ease 0.1s;
  -webkit-transition: 0.3s ease 0.1s;
  -o-transition: 0.3s ease 0.1s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition-delay: right;
  -webkit-transition-delay: right;
  -moz-transition-delay: right;
  -o-transition-delay: right;
  width: 0;
}
.home-page-6 .block-categories .cat-wrap .item .cats-info a.cats-btn:hover {
  background-color: #000;
  color: #fff;
}
.home-page-6 .block-categories .cat-wrap .item .cats-info a.cats-btn:hover svg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 10px;
  min-width: 10px;
  margin-inline-start: 9px;
}
.home-page-6 .block-categories .cat-wrap .item:hover .image-cat img {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
/*=== block banner sale ===*/
.home-page-6 .banner-image-effect1:before,
.home-page-6 .banner-image-effect1:after {
  background: #fff;
}
.home-page-6 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap {
  padding: 54px 92px;
}
.home-page-6 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content .hdt-heading {
  font-size: 4.2rem;
  margin-bottom: 10px;
}
.home-page-6 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content p {
  margin-top: 0;
  margin-bottom: 5px;
}
.home-page-6 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content .hdt-des {
  font-size: 20px;
  margin-bottom: 0px;
}
.home-page-6 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content .hdt-btn {
  margin-top: 30px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -khtml-radius: 100px;
  color: #000;
  padding: 0 25px;
  min-height: 42px;
  line-height: 1.1;
  height: auto;
}
.home-page-6 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content .hdt-btn:after {
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.25), transparent);
}
.home-page-6 .hdt-banner_wrap-id6 .hdt-banner_masonry__item .hdt-content_wrap .hdt-content .hdt-heading {
  color: #000;
}
.home-page-6 .hdt-banner_wrap-id6 .hdt-banner_masonry__item .hdt-content_wrap .hdt-content p {
  color: #000;
}
.home-page-6 .hdt-banner_wrap-id6 .hdt-banner_masonry__item .hdt-content_wrap .hdt-content .hdt-btn {
  margin-top: 10px;
}
/**id6-block-dealtime**/
.id6-block-dealtime .hdt-place-self-center-start {
  place-self: center start;
}
.id6-block-dealtime .hdt-text-start,
.id6-block-dealtime .hdt-text-left {
  text-align: start;
}
.id6-block-dealtime .hdt-image_wrap .hdt-rounded {
  border-radius: 1rem 0 0 1rem;
  -moz-border-radius: 1rem 0 0 1rem;
  -webkit-border-radius: 1rem 0 0 1rem;
  -o-border-radius: 1rem 0 0 1rem;
  -khtml-radius: 1rem 0 0 1rem;
}
.id6-block-dealtime .hdt-image_wrap .hdt-rounded img {
  width: 100%;
}
.id6-block-dealtime .hdt-content_wrap {
  padding: 20px 20px 20px 70px;
}
.id6-block-dealtime .hdt-content_wrap .hdt-content .hdt-subheading {
  margin-top: 15px;
  margin-bottom: 25px;
  color: #1C1C1C;
  font-size: 16px;
}
.id6-block-dealtime .hdt-content_wrap .hdt-content .hdt-countdown .hdt-cd-heading {
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 0;
}
.id6-block-dealtime .hdt-content_wrap .hdt-content .hdt-btn {
  margin-top: 30px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -khtml-radius: 100px;
  padding: 0 25px;
  min-height: 42px;
  line-height: 1.1;
}
.id6-block-dealtime .countdown-static {
  display: flex;
  gap: 10px;
}
.id6-block-dealtime .countdown-static .deals-time {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem 1rem;
  font-weight: 500;
  min-width: 62px;
  background-color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-radius: 3px;
  color: #000;
}
.id6-block-dealtime .countdown-static .deals-time .num-time {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 2px;
}
.id6-block-dealtime .countdown-static .deals-time .title-time {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
/**filterproducts**/
.home-page-6 .block-filterproducts .block-title {
  align-items: normal;
  text-align: left;
}
.home-page-6 .block-filterproducts .products-grid:not(.wishlist) .product-item-info {
  border: 1px solid #ececec;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -khtml-radius: 10px;
}
.home-page-6 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .product-item-details {
  padding: 0 10px 25px;
}
/**blog**/
.blog-slider-type-1 .item {
  position: relative;
}
.blog-slider-type-1 .item .image-post {
  margin: 0 0px 25px;
  overflow: hidden;
  position: relative;
}
.blog-slider-type-1 .item .image-post img {
  transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.blog-slider-type-1 .item .image-post .post-date {
  position: absolute;
  bottom: 18px;
  left: 18px;
  padding: 0 1.6rem;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -khtml-radius: 0.3rem;
  color: #000;
  background-color: #fff;
  min-height: 3.1rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
  text-transform: uppercase;
  border: 0;
  font-weight: bold;
}
.blog-slider-type-1 .item .info-post .post-title {
  margin-bottom: 15px;
}
.blog-slider-type-1 .item .info-post .post-title a {
  font-weight: normal;
  font-size: 2rem;
}
.blog-slider-type-1 .item .info-post .post-short-description {
  display: none;
}
.blog-slider-type-1 .item .info-post .read-more {
  margin-top: 10px;
  position: relative;
  display: inline-flex;
  padding: 0 0 6px;
  gap: 8px;
  align-items: center;
  font-weight: 600;
  line-height: 1.1;
}
.blog-slider-type-1 .item .info-post .read-more:after {
  width: 100%;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog-slider-type-1 .item:hover .image-post img {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
.blog-slider-type-1.nav-style-1.absolute-nav .owl-theme .owl-nav [class*="owl-"] {
  margin-top: -23px !important;
}
/**policy**/
.id6-block-policy {
  padding-bottom: 45px;
  padding-top: 45px;
  background: #F6F6F6;
}
.home-page-6 .policy-slider {
  margin-bottom: 0px !important;
}
.home-page-6 .policy-slider .item {
  border: 0px;
  display: flex;
  text-align: unset;
  align-items: center;
  gap: 25px;
  padding: 0;
}
.home-page-6 .policy-slider .item .icon-policy {
  width: 74px;
  height: 74px;
  background-color: #fff;
  border: .1rem solid #eeeeee;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.home-page-6 .policy-slider .item .icon-policy .icon-theme {
  width: auto;
  height: auto;
}
.home-page-6 .policy-slider .item .policy-content {
  flex: 1 0 0;
  direction: initial;
}
.home-page-6 .policy-slider .item .policy-content .policy-content-description {
  color: #545454;
}
.bg-grey.product-top-home .block-list-products .hdt-tetimonials-item .hdt-tetimonials-inner {
  background: #fff;
}
.bg-grey.product-top-home .block-list-products .hdt-tetimonials-item .hdt-tetimonials-inner .hdt-font-semibold {
  text-transform: capitalize;
  margin: 0 0 5px;
}
@media (min-width: 1050px) {
  .home-page-6 .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .home-page-6 .policy-slider .owl-theme .owl-dots {
    display: block;
  }
  .home-page-6 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap {
    padding: 30px;
  }
  .home-page-6 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content .hdt-heading {
    font-size: 3.2rem;
  }
  .home-page-6 .product-type-list .product-item-details .product-item-name > a {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  .slidershow .slidershow-type-6 {
    margin-top: 0;
  }
  .slidershow .slidershow-type-6 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .slidershow .slidershow-type-6 .owl-stage-outer .owl-item .item .caption-panel p.slide-text {
    font-size: 4.4rem;
    line-height: 5rem;
  }
  .id6-block-dealtime .hdt-content_wrap {
    padding: 0 0px;
  }
  .id6-block-dealtime .hdt-content_wrap .hdt-content h2.hdt-heading {
    font-size: 3.6rem;
  }
  .id6-block-dealtime .hdt-content_wrap .hdt-content .hdt-subheading {
    margin-bottom: 15px;
  }
  .id6-block-dealtime .hdt-content_wrap .countdown-static {
    gap: 5px;
  }
  .id6-block-dealtime .hdt-content_wrap .countdown-static .deals-time {
    min-width: 50px;
    padding: 5px;
  }
  .id6-block-dealtime .hdt-content_wrap .countdown-static .deals-time .num-time {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .id6-block-dealtime .hdt-content_wrap .hdt-content .hdt-btn {
    margin-top: 20px;
  }
  .id6-block-dealtime .hdt-content_wrap .hdt-content .hdt-subheading {
    display: none;
  }
  .blog-slider-type-1 .item .info-post .post-title a {
    font-size: 18px;
  }
  .slidershow .slidershow-type-6 .owl-stage-outer .owl-item .item .caption-panel {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .slidershow .slidershow-type-6 .owl-stage-outer .owl-item .item a img {
    overflow-wrap: anywhere;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    min-height: 300px;
  }
  .slidershow .slidershow-type-6 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 1rem;
    display: none;
  }
  .slidershow .slidershow-type-6 .owl-stage-outer .owl-item .item .caption-panel p.slide-text {
    font-size: 2.6rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
  .slidershow .slidershow-type-6 .owl-stage-outer .owl-item .item .caption-panel a.slide-btn {
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
  }
  .slidershow .slidershow-type-6 .owl-dots {
    bottom: 10px;
  }
  .home-page-6 .block-categories .owl-dots {
    position: unset;
    margin-top: 10px !important;
  }
  .home-page-6 .hdt-banner_wrap .hdt-banner_masonry .hdt-banner_masonry__item .hdt-media-wrapper img {
    min-height: 300px;
    object-fit: cover;
  }
  .home-page-6 .hdt-banner_wrap-id6 > .row {
    row-gap: 20px;
  }
  .id6-block-dealtime .hdt-content_wrap {
    padding: 25px 15px;
  }
  .id6-block-dealtime .hdt-content_wrap .hdt-subheading {
    display: block !important;
  }
  .block-filterproducts .nav-style-2 .owl-theme .owl-nav {
    top: -90px;
  }
}
@media (max-width: 575px) {
  .id6-block-dealtime .hdt-image_wrap .hdt-rounded {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -khtml-radius: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page-6 .nav-style-4:hover .owl-theme .owl-nav [class*="owl-"].owl-prev {
    left: -15px !important;
  }
  .home-page-6 .nav-style-4:hover .owl-theme .owl-nav [class*="owl-"].owl-next {
    right: -15px !important;
  }
}
.home-page-7.title-style-home .block-title {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  justify-content: safe center;
  display: flex;
  margin-bottom: 55px;
  font-size: 1.6rem;
  font-weight: 600;
}
.home-page-7.title-style-home .block-title strong {
  font-size: 4.2rem;
  font-weight: 600 !important;
  line-height: 1.2;
}
.home-page-7 .products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-secondary .action:hover {
  background-color: #253D4E !important;
}
.home-page-7 .products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart:hover {
  background-color: #253D4E !important;
}
.home-page-7 .owl-theme .owl-dots {
  text-align: center;
  margin-top: 20px !important;
}
.home-page-7 .owl-theme .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
}
.home-page-7 .owl-theme .owl-dots .owl-dot span {
  margin: 0;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.home-page-7 .owl-theme .owl-dots .owl-dot.active {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.home-page-7 .owl-theme .owl-dots .owl-dot.active span {
  width: 4px;
  height: 4px;
  background: #000;
}
/*=== block Slideshow ===*/
.slidershow .slidershow-type-7 {
  margin-top: 37px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -khtml-radius: 20px;
  overflow: hidden;
}
.slidershow .slidershow-type-7 .owl-stage-outer .owl-item .item .caption-panel {
  position: absolute;
  top: 50%;
  left: 6%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slidershow .slidershow-type-7 .owl-stage-outer .owl-item .item .caption-panel p.slide-text {
  opacity: 0;
  visibility: hidden;
  font-weight: 700;
  font-size: 7rem;
  line-height: 9rem;
  color: #253D4E;
  margin-bottom: 1.8rem;
}
.slidershow .slidershow-type-7 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
  opacity: 0;
  visibility: hidden;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 3rem;
  color: #253D4E;
  margin-bottom: 4.8rem;
}
.slidershow .slidershow-type-7 .owl-stage-outer .owl-item .item .caption-panel a.slide-btn {
  opacity: 0;
  visibility: hidden;
  background: #253D4E;
  border: 1px solid #253D4E;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 16px 30px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -khtml-radius: 100px;
}
.slidershow .slidershow-type-7 .owl-stage-outer .owl-item .item .caption-panel a.slide-btn:after {
  background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}
.slidershow .slidershow-type-7 .owl-stage-outer .owl-item.active .item .caption-panel p.slide-text {
  opacity: 1;
  visibility: visible;
  animation: myeffect-slideshow 2s ease-in-out;
  -webkit-animation: myeffect-slideshow 2s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 2s ease-in-out;
  -o-animation: myeffect-slideshow 2s ease-in-out;
  -ms-animation: myeffect-slideshow 2s ease-in-out;
}
.slidershow .slidershow-type-7 .owl-stage-outer .owl-item.active .item .caption-panel p.slide-subtitle {
  opacity: 1;
  visibility: visible;
  animation: myeffect-slideshow 1.5s ease-in-out;
  -webkit-animation: myeffect-slideshow 1.5s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 1.5s ease-in-out;
  -o-animation: myeffect-slideshow 1.5s ease-in-out;
  -ms-animation: myeffect-slideshow 1.5s ease-in-out;
}
.slidershow .slidershow-type-7 .owl-stage-outer .owl-item.active .item .caption-panel a.slide-btn {
  opacity: 1;
  visibility: visible;
  animation: myeffect-slideshow 0.8s ease-in-out;
  -webkit-animation: myeffect-slideshow 0.8s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 0.8s ease-in-out;
  -o-animation: myeffect-slideshow 0.8s ease-in-out;
}
.slidershow .slidershow-type-7 .owl-dots {
  position: absolute;
  bottom: 6rem;
  margin-top: 0 !important;
  left: 0;
  width: 100%;
}
.slidershow .slidershow-type-7 .owl-dots .owl-dot {
  width: 22px;
  height: 22px;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
}
.slidershow .slidershow-type-7 .owl-dots .owl-dot span {
  margin: 0;
  width: 6px;
  height: 6px;
  background: #253D4E;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.slidershow .slidershow-type-7 .owl-dots .owl-dot.active {
  background-color: rgba(37, 61, 78, 0.16);
  border: 1px solid transparent;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.slidershow .slidershow-type-7 .owl-dots .owl-dot.active span {
  width: 6px;
  height: 6px;
  background: #253D4E;
}
/*=== block categories ===*/
.home-page-7 .block-categories .block-title {
  align-items: start;
}
.home-page-7 .block-categories .owl-dots {
  position: absolute;
  top: -90px;
  margin-top: 0 !important;
  right: 0;
}
.home-page-7 .block-categories .owl-dots .owl-dot {
  background-color: transparent;
  border: 1px solid transparent;
}
.home-page-7 .block-categories .owl-dots .owl-dot.active {
  background-color: transparent;
  border: 1px solid #253D4E;
}
.home-page-7 .block-categories .owl-dots .owl-dot.active span {
  width: 4px;
  height: 4px;
  background: #253D4E;
}
.home-page-7 .block-categories .cat-wrap {
  margin: 0px;
  position: relative;
}
.home-page-7 .block-categories .cat-wrap .item {
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
.home-page-7 .block-categories .cat-wrap .item .content-box {
  background: #F0F4F6;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -khtml-radius: 4px;
  text-align: center;
  padding: 30px 10px 30px;
}
.home-page-7 .block-categories .cat-wrap .item .image-cat {
  overflow: hidden;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -khtml-radius: 100%;
  margin-bottom: 15px;
  display: inline-block;
}
.home-page-7 .block-categories .cat-wrap .item .image-cat img {
  transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  display: inline-block;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -khtml-radius: 100%;
  max-height: 124px;
}
.home-page-7 .block-categories .cat-wrap .item .cats-info .cat-title {
  margin-bottom: 0px;
}
.home-page-7 .block-categories .cat-wrap .item .cats-info .cat-title a {
  font-size: 18px;
  font-weight: 500;
}
.home-page-7 .block-categories .cat-wrap .item .cats-info .cat-title a svg {
  display: none;
}
.home-page-7 .block-categories .cat-wrap .item:hover .image-cat img {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
/*=== block banner sale ===*/
.home-page-7 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap {
  padding: 55px 45px;
}
.home-page-7 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content .hdt-heading {
  font-size: 3rem;
  font-weight: 600;
}
.home-page-7 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content p {
  margin-top: 0;
  margin-bottom: 10px;
}
.home-page-7 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content .hdt-btn {
  margin-top: 30px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -khtml-radius: 100px;
  padding: 0 25px;
  min-height: 42px;
  line-height: 1.1;
  background-color: #E09314;
  border: 1px solid #E09314;
  height: auto;
}
.home-page-7 .hdt-banner_masonry__item_2 .hdt-content_wrap .hdt-content .hdt-heading {
  color: #253d4e;
}
.home-page-7 .hdt-banner_masonry__item_2 .hdt-content_wrap .hdt-content p {
  color: #253d4e;
}
.home-page-7 .hdt-banner_masonry__item_2 .hdt-content_wrap .hdt-content .hdt-btn {
  background-color: #B46161 !important;
  border: 1px solid #B46161 !important;
}
/**filterproducts**/
.block-deal7 .block-filterproducts .products-grid > .deals-countdown {
  display: none;
}
.block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info {
  border: none;
  background-color: #F0F4F6;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -khtml-radius: 10px;
  padding: 10px 10px 30px;
}
.block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .image-product {
  text-align: center;
}
.block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .image-product img {
  display: inline-block;
}
.block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .product-item-details {
  padding: 20px 0 0;
  margin: auto;
  max-width: 277px;
  text-align: start;
  justify-items: start;
}
.block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-name {
  font-size: 20px;
}
.block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 0;
  z-index: 1;
  right: 0px;
  display: flex;
  justify-content: center;
  top: -25px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-primary {
  position: unset;
}
.block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-primary .action {
  display: flex;
  align-items: center;
  margin: 0 3px;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  color: #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  background: #fff !important;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  border: 0;
}
.block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-primary .action:after {
  background-color: #253D4E !important;
  margin: 0 auto;
  /*mask-size:15px;
							    	width: 16px;*/
}
.block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-primary .action:hover {
  background: #253D4E !important;
}
.block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-primary .action:hover:after {
  background-color: #fff !important;
}
.block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-secondary {
  position: unset;
  gap: 0;
  width: auto;
}
.block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-secondary .action {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-radius: 3px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-secondary .action:after {
  background-color: #253D4E;
}
.block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info:hover .product-item-details .product-item-actions .action {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .deals-countdown {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: unset;
  background: transparent;
}
.block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .deals-countdown .text-label-countdown {
  display: none;
}
.block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .deals-countdown .deals-time {
  line-height: 15px;
  border: 0;
  padding: 6px 0px;
  min-width: 62px;
  min-height: 65px;
  margin: 0px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-radius: 3px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .deals-countdown .deals-time .num-time {
  font-size: 26px;
  color: #253D4E;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 2px;
}
.block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .deals-countdown .deals-time .title-time {
  font-size: 10px;
  color: #253D4E;
  font-weight: 600;
  text-transform: uppercase;
}
.block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .item-stock-status {
  font-size: 12px;
  font-weight: 600;
}
.block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .deal-progress {
  background-color: #DFE3E5;
  display: block;
  text-indent: -9999em;
  font-size: 8px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -khtml-radius: 30px;
  margin: 8px 0 30px;
}
.block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .deal-progress-bar {
  background-color: #61B482;
  display: block;
  height: 4px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -khtml-radius: 30px;
}
/*id7-block-listingtabs*/
.id7-block-listingtabs .block-title {
  align-items: start !important;
}
.id7-block-listingtabs .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  margin-bottom: 0;
  position: absolute;
  top: -9.7rem;
  right: 0px;
}
.id7-block-listingtabs .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li {
  border: 2px solid transparent;
  padding: 2px 20px;
  border-radius: 6rem;
  -moz-border-radius: 6rem;
  -webkit-border-radius: 6rem;
  -o-border-radius: 6rem;
  -khtml-radius: 6rem;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 0 26px;
  padding: 2px 0;
}
.id7-block-listingtabs .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.tab-sel {
  padding: 2px 20px;
}
.id7-block-listingtabs .owl-theme .owl-dots {
  text-align: center;
  width: 100%;
}
/**block-plant**/
.block-plant {
  background-color: #FFF6C6;
  border-radius: 2rem;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -o-border-radius: 2rem;
  -khtml-radius: 2rem;
  padding: 8.6rem 8.5rem 11rem;
}
.block-plant .block-title {
  gap: 12px;
}
.block-plant .block-title p {
  font-size: 1.8rem;
  margin: 0;
  font-weight: 600;
}
.block-plant .block-title strong {
  font-size: 4.6rem;
}
.block-plant .sm-icon-box__item .sm-icon-box__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98px;
  height: 98px;
  margin: 0 auto;
  border: 1px solid #253D4E;
  border-radius: 100%;
  margin-bottom: 25px;
}
.block-plant .sm-icon-box__item .sm-icon-box__icon svg {
  fill: #253D4E;
}
.block-plant .sm-icon-box__item .sm-icon-box__content {
  text-align: center;
}
.block-plant .sm-icon-box__item .sm-icon-box__content .sm-icon-box__title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.block-plant .sm-icon-box__item .sm-icon-box__content .sm-icon-box__description p {
  margin-bottom: 0px;
}
/*=== block banner gift ===*/
.block-gift .hdt-image_wrap .hdt-img_group {
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  max-height: 605px;
}
.block-gift .hdt-image_wrap .hdt-img_group .hdt-img_item:nth-child(1) {
  grid-column-start: 3;
  grid-column-end: 11;
  grid-row-start: 2;
  grid-row-end: 12;
  z-index: 1;
}
.block-gift .hdt-image_wrap .hdt-img_group .hdt-img_item:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 5;
  z-index: 2;
}
.block-gift .hdt-image_wrap .hdt-img_group .hdt-img_item:nth-child(3) {
  grid-column-start: 7;
  grid-column-end: 13;
  grid-row-start: 7;
  grid-row-end: 13;
  z-index: 3;
}
.block-gift .hdt-image_wrap .hdt-img_group .hdt-img_item img {
  width: 100%;
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -o-border-radius: 1rem;
  -khtml-radius: 1rem;
}
.block-gift .hdt-image_wrap .hdt-img_group .hdt-img_item:hover {
  z-index: 4;
}
.block-gift .hdt-content_wrap {
  padding: 20px 20px 20px 100px;
}
.block-gift .hdt-content_wrap .hdt-content {
  place-self: center;
}
.block-gift .hdt-content_wrap .hdt-content .hdt-subheading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  color: #253D4E;
}
.block-gift .hdt-content_wrap .hdt-content .hdt-heading {
  font-size: 4.6rem;
  margin-top: 17px;
  font-weight: bold;
  color: #253D4E;
  margin-bottom: 30px;
}
.block-gift .hdt-content_wrap .hdt-content .hdt-label {
  color: #253D4E;
  margin-bottom: 0px;
}
.block-gift .hdt-content_wrap .hdt-content .hdt-btn {
  border-radius: 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -o-border-radius: 10rem;
  -khtml-radius: 10rem;
  background-color: #253D4E;
  border: 1px solid #253D4E;
  margin-top: 4.2rem;
}
@media (min-width: 1050px) {
  .home-page-7 .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .home-page-7 .owl-theme .owl-dots {
    display: block;
    bottom: 25px;
  }
  .home-page-7 .hdt-banner_wrap .hdt-banner_masonry.row {
    row-gap: 20px;
  }
  .home-page-7 .hdt-banner_wrap .hdt-banner_masonry.row img {
    width: 100%;
  }
  .home-page-7 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap {
    padding: 30px;
  }
  .slidershow .slidershow-type-7 {
    margin-top: 0;
  }
  .slidershow .slidershow-type-7 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 3.5rem;
  }
  .slidershow .slidershow-type-7 .owl-stage-outer .owl-item .item .caption-panel p.slide-text {
    font-size: 4.4rem;
    line-height: 5rem;
  }
  .block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .deals-countdown {
    gap: 5px;
  }
  .block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .deals-countdown .deals-time {
    min-width: 50px;
    min-height: 55px;
  }
  .block-deal7 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .deals-countdown .deals-time .num-time {
    font-size: 2rem;
  }
  .block-deal7 .owl-theme .owl-dots {
    display: none;
  }
  .block-gift .hdt-content_wrap {
    padding: 20px 20px 20px 20px;
  }
  .block-gift .hdt-content_wrap .hdt-content .hdt-heading {
    font-size: 3.2rem;
  }
  .block-gift .hdt-image_wrap .hdt-img_group .hdt-img_item:nth-child(1) {
    grid-column-start: 3;
    grid-column-end: 11;
    grid-row-start: 3;
    grid-row-end: 11;
  }
}
@media (max-width: 991px) {
  .block-deal7 .owl-theme .owl-dots {
    display: block;
  }
}
@media (max-width: 767px) {
  .slidershow .slidershow-type-7 .owl-stage-outer .owl-item .item a img {
    overflow-wrap: anywhere;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    min-height: 300px;
  }
  .slidershow .slidershow-type-7 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 1rem;
    display: none;
  }
  .slidershow .slidershow-type-7 .owl-stage-outer .owl-item .item .caption-panel p.slide-text {
    font-size: 2.6rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
  .slidershow .slidershow-type-7 .owl-stage-outer .owl-item .item .caption-panel a.slide-btn {
    display: inline-block;
    padding: 12px 15px;
    font-size: 16px;
  }
  .slidershow .slidershow-type-7 .owl-dots {
    bottom: 10px;
  }
  .home-page-7 .block-categories .owl-dots {
    position: unset;
    margin-top: 20px !important;
  }
  .block-plant {
    padding: 4rem 2rem;
  }
  .block-plant .block-title p {
    font-size: 1.4rem;
  }
  .block-plant .sm-icon-box__item .sm-icon-box__content .sm-icon-box__title {
    font-size: 2.2rem;
  }
  .block-gift > .row {
    row-gap: 15px;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs {
    left: auto;
    right: -1px;
    border-top: 1px solid #e5e5e5;
  }
}
@media (max-width: 575px) {
  .id7-block-listingtabs .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    top: -9rem;
  }
  .home-page-7.title-style-home .block-title strong {
    font-size: 2.6rem !important;
  }
}
.home-page-8 .owl-theme .owl-dots {
  text-align: center;
  margin-top: 20px !important;
}
.home-page-8 .owl-theme .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
}
.home-page-8 .owl-theme .owl-dots .owl-dot span {
  margin: 0;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.home-page-8 .owl-theme .owl-dots .owl-dot.active {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.home-page-8 .owl-theme .owl-dots .owl-dot.active span {
  width: 4px;
  height: 4px;
  background: #000;
}
.home-page-8 .brand-slider .owl-stage-outer {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -khtml-radius: 0;
}
.home-page-8 .brand-slider .owl-stage-outer:before {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -khtml-radius: 0;
}
.home-page-8 .products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-name a,
.home-page-8 .lookbook-items .lookbook-item .lookbook_image .easypin .easypin-marker .easypin-popover .easypinpopup a .easypinpopupinfo h3 {
  font-weight: 700;
  text-transform: uppercase;
}
/*=== block Slideshow ===*/
.slidershow .slidershow-type-8 .owl-stage-outer .owl-item .item .caption-panel {
  position: absolute;
  top: 50%;
  left: 12%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slidershow .slidershow-type-8 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
  opacity: 0;
  visibility: hidden;
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
  color: #000;
  margin-bottom: 1.2rem;
}
.slidershow .slidershow-type-8 .owl-stage-outer .owl-item .item .caption-panel p.slide-text {
  opacity: 0;
  visibility: hidden;
  font-weight: 400;
  font-size: 7rem;
  line-height: 8rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 4rem;
}
.slidershow .slidershow-type-8 .owl-stage-outer .owl-item .item .caption-panel a.slide-btn {
  opacity: 0;
  visibility: hidden;
  background: #000;
  font-size: 18px;
  color: #fff;
  display: inline-flex;
  padding: 14px 30px;
}
.slidershow .slidershow-type-8 .owl-stage-outer .owl-item.active .item .caption-panel p.slide-text {
  opacity: 1;
  visibility: visible;
  animation: myeffect-slideshow 1.5s ease-in-out;
  -webkit-animation: myeffect-slideshow 1.5s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 1.5s ease-in-out;
  -o-animation: myeffect-slideshow 1.5s ease-in-out;
  -ms-animation: myeffect-slideshow 1.5s ease-in-out;
}
.slidershow .slidershow-type-8 .owl-stage-outer .owl-item.active .item .caption-panel p.slide-subtitle {
  opacity: 1;
  visibility: visible;
  animation: myeffect-slideshow 2s ease-in-out;
  -webkit-animation: myeffect-slideshow 2s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 2s ease-in-out;
  -o-animation: myeffect-slideshow 2s ease-in-out;
  -ms-animation: myeffect-slideshow 2s ease-in-out;
}
.slidershow .slidershow-type-8 .owl-stage-outer .owl-item.active .item .caption-panel a.slide-btn {
  opacity: 1;
  visibility: visible;
  animation: myeffect-slideshow 0.8s ease-in-out;
  -webkit-animation: myeffect-slideshow 0.8s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 0.8s ease-in-out;
  -o-animation: myeffect-slideshow 0.8s ease-in-out;
}
.slidershow .slidershow-type-8 .owl-dots {
  position: absolute;
  bottom: 11%;
  margin-top: 0;
  left: 12%;
}
.slidershow .slidershow-type-8 .owl-dots .owl-dot {
  margin: 0 4px;
  border: none;
  width: auto;
  height: auto;
}
.slidershow .slidershow-type-8 .owl-dots .owl-dot span {
  width: 30px;
  height: 2px;
  margin: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.slidershow .slidershow-type-8 .owl-dots .owl-dot.active {
  border: none;
}
.slidershow .slidershow-type-8 .owl-dots .owl-dot.active span {
  width: 30px;
  height: 2px;
  background: #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-radius: 3px;
}
/*=== block categories ===*/
.home-page-8 .block-categories .cat-wrap {
  margin: 0px;
}
.home-page-8 .block-categories .cat-wrap .item {
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
.home-page-8 .block-categories .cat-wrap .item .image-cat {
  overflow: hidden;
  margin-bottom: 0;
}
.home-page-8 .block-categories .cat-wrap .item .image-cat img {
  transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  margin: 0 auto;
  width: 100%;
}
.home-page-8 .block-categories .cat-wrap .item .cats-info .cat-title {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  font-weight: normal;
}
.home-page-8 .block-categories .cat-wrap .item .cats-info .cat-title a {
  font-size: 14px;
  padding: 0 2rem;
  line-height: 42px;
  height: 42px;
  color: #000;
  background: #fff;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.home-page-8 .block-categories .cat-wrap .item .cats-info .cat-title a svg {
  transition: 0.3s ease 0.1s;
  -moz-transition: 0.3s ease 0.1s;
  -webkit-transition: 0.3s ease 0.1s;
  -o-transition: 0.3s ease 0.1s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition-delay: right;
  -webkit-transition-delay: right;
  -moz-transition-delay: right;
  -o-transition-delay: right;
  width: 0;
}
.home-page-8 .block-categories .cat-wrap .item .cats-info .cat-title a:hover {
  background-color: #000;
  border-radius: 0%;
  -moz-border-radius: 0%;
  -webkit-border-radius: 0%;
  -o-border-radius: 0%;
  -khtml-radius: 0%;
  color: #fff;
}
.home-page-8 .block-categories .cat-wrap .item .cats-info .cat-title a:hover svg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 10px;
  min-width: 10px;
  margin-inline-start: 9px;
}
.home-page-8 .block-categories .cat-wrap .item:hover .image-cat img {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
/*==banner===*/
.home-page-8 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content .hdt-font-bold {
  font-weight: bold;
}
.home-page-8 .hdt-banner_masonry_right_bottom.hdt-banner_masonry .hdt-full-width-link {
  bottom: 35px;
}
/*==filter product===*/
.home-page-8 .sm-filter-products {
  margin-bottom: 0px !important;
}
.home-page-8 .sm-filter-products .products.wrapper.products-grid .product-items .product-item:nth-child(2n+1) {
  clear: both;
}
.home-page-8 .sm-filter-products .products.wrapper.products-grid .product-items {
  row-gap: 10px;
}
.home-page-8 .sm-filter-products .products.wrapper.products-grid .product-items .product-item {
  width: 50%;
  margin-bottom: 0;
}
.home-page-8 .sm-filter-products .btn-viewmore {
  display: none;
}
/*=== block banner about ===*/
.id8-about-us .hdt-image_wrap .hdt-img_group {
  column-gap: 30px;
  display: flex;
}
.id8-about-us .hdt-content_wrap {
  padding: 20px 20px 20px 90px;
}
.id8-about-us .hdt-content_wrap .hdt-heading {
  font-weight: bold;
  font-size: 4.2rem;
  margin-top: 14px;
}
.id8-about-us .hdt-content_wrap .hdt-subheading {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.id8-about-us .hdt-content_wrap .hdt-btn-link {
  margin-top: 35px;
  padding: 0 0 6px;
  gap: 8px;
}
.id8-about-us .hdt-content_wrap .hdt-btn-link:after {
  width: 100%;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
}
/*newsletter*/
.id8-newsletter {
  padding-top: 104px;
  padding-bottom: 130px;
}
.id8-newsletter .hdt-newsletter-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.id8-newsletter .hdt-newsletter-bg img {
  height: 100%;
  width: 100%;
}
.id8-newsletter .hdt-newsletter {
  z-index: 2;
}
.id8-newsletter .hdt-newsletter .hdt-content-newsl {
  background-color: #fff;
  padding: 81px 0 89px;
  max-width: 950px;
  margin: 0 auto;
}
.id8-newsletter .hdt-newsletter .hdt-content-newsl .block-title {
  margin-bottom: 25px;
}
.id8-newsletter .hdt-newsletter .hdt-content-newsl .block-title strong {
  font-weight: bold !important;
  font-size: 2.8rem !important;
}
.id8-newsletter .hdt-newsletter .hdt-content-newsl .block-title p {
  font-weight: normal;
  margin-bottom: 0;
}
.id8-newsletter .hdt-newsletter .hdt-content-newsl .subscribe-home .newsletter-content {
  display: flex;
  justify-content: safe center;
  column-gap: 10px;
}
.id8-newsletter .hdt-newsletter .hdt-content-newsl .subscribe-home .newsletter-content .input-box {
  padding: 0;
  border: none;
  width: 100%;
  flex-grow: 1;
}
.id8-newsletter .hdt-newsletter .hdt-content-newsl .subscribe-home .newsletter-content .input-box input {
  height: 4.8rem;
  padding: 0 20px;
  width: 400px;
  border-radius: 0%;
  -moz-border-radius: 0%;
  -webkit-border-radius: 0%;
  -o-border-radius: 0%;
  -khtml-radius: 0%;
}
.id8-newsletter .hdt-newsletter .hdt-content-newsl .subscribe-home .newsletter-content .action-button button {
  position: relative;
  top: 0;
  right: 0;
  background: #FBF24A;
  text-transform: uppercase;
  border-radius: 0%;
  -moz-border-radius: 0%;
  -webkit-border-radius: 0%;
  -o-border-radius: 0%;
  -khtml-radius: 0%;
  color: #000;
  height: 4.8rem;
  padding: 9px 25px;
  overflow: hidden;
}
.id8-newsletter .hdt-newsletter .hdt-content-newsl .subscribe-home .newsletter-content .action-button button:after {
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.2), transparent);
}
/**policy**/
.policy-slider2 .item {
  text-align: center;
}
.policy-slider2 .item .icon-policy {
  margin-bottom: 2.4rem;
}
.policy-slider2 .item .icon-policy .icon-theme {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.policy-slider2 .item .policy-content .policy-content-title {
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  color: #000;
  text-transform: uppercase;
}
.policy-slider2 .item .policy-content .policy-content-description p {
  margin: 0px;
}
@media (min-width: 1050px) and (max-width: 1600px) {
  .home-page-8 .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .home-page-8 .owl-theme .owl-dots {
    display: block;
  }
  .home-page-8 .policy-slider2 .owl-theme .owl-dots {
    display: none;
  }
  .slidershow .slidershow-type-8 {
    margin-top: 0;
  }
  .slidershow .slidershow-type-8 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
    font-size: 2rem;
    line-height: 2rem;
  }
  .slidershow .slidershow-type-8 .owl-stage-outer .owl-item .item .caption-panel p.slide-text {
    font-size: 4.4rem;
    line-height: 5rem;
  }
  .home-page-8 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap {
    padding: 30px 30px;
  }
  .home-page-8 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content .hdt-heading {
    font-size: 2rem;
  }
  .home-page-8 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content p {
    font-size: 1.6rem;
  }
  .home-page-8 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content .hdt-btn-link {
    margin-top: 12px;
  }
  .home-page-8 .hdt-banner_masonry .hdt-grid-3 {
    gap: 1.4rem;
  }
  .id8-about-us .hdt-content_wrap {
    padding: 0px 20px 0;
  }
  .id8-about-us .hdt-content_wrap .hdt-heading {
    font-size: 2.8rem;
  }
  .id8-about-us .hdt-content_wrap .hdt-btn-link {
    margin-top: 20px;
  }
  .id8-newsletter {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}
@media (max-width: 991px) {
  .id8-about-us .hdt-image_wrap {
    margin-bottom: 40px;
  }
  .slidershow .slidershow-type-8 .owl-stage-outer .owl-item .item .caption-panel,
  .slidershow .slidershow-type-8 .owl-dots {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .slidershow .slidershow-type-8 .owl-stage-outer .owl-item .item a img {
    overflow-wrap: anywhere;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    min-height: 300px;
  }
  .slidershow .slidershow-type-8 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .slidershow .slidershow-type-8 .owl-stage-outer .owl-item .item .caption-panel p.slide-text {
    font-size: 22px;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
  .slidershow .slidershow-type-8 .owl-stage-outer .owl-item .item .caption-panel a.slide-btn {
    padding: 8px 20px;
    min-height: 42px;
  }
  .slidershow .slidershow-type-8 .owl-dots {
    bottom: 10px;
  }
  .home-page-8 .hdt-banner_masonry {
    row-gap: 14px;
  }
  .home-page-8 .sm-filter-products {
    margin-bottom: 20px !important;
  }
  .id8-about-us .hdt-content_wrap .hdt-heading {
    font-size: 2rem;
  }
  .id8-newsletter .hdt-newsletter .hdt-content-newsl .block-title strong {
    font-size: 2rem !important;
  }
  .id8-newsletter .hdt-newsletter .hdt-content-newsl .subscribe-home .newsletter-content .input-box input {
    width: auto;
  }
  .home-page-8 .policy-slider2 .owl-theme .owl-dots {
    display: block;
  }
}
.home-page-9.title-style-home .block-title {
  gap: 15px;
}
.home-page-9.title-style-home .block-title strong {
  margin: 0;
}
.home-page-9.title-style-home .block-title .posttext {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2rem;
  color: #000;
}
.home-page-9 .owl-theme .owl-dots {
  text-align: center;
  margin-top: 20px !important;
}
.home-page-9 .owl-theme .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
}
.home-page-9 .owl-theme .owl-dots .owl-dot span {
  margin: 0;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.home-page-9 .owl-theme .owl-dots .owl-dot.active {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.home-page-9 .owl-theme .owl-dots .owl-dot.active span {
  width: 4px;
  height: 4px;
  background: #000;
}
/*=== block Slideshow ===*/
.slidershow .slidershow-type-9 .owl-stage-outer .owl-item .item .caption-panel {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slidershow .slidershow-type-9 .owl-stage-outer .owl-item .item .caption-panel p.slide-text {
  opacity: 0;
  visibility: hidden;
  font-weight: 400;
  font-size: 8rem;
  line-height: 9rem;
  color: #fff;
  margin-bottom: 1.8rem;
}
.slidershow .slidershow-type-9 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
  opacity: 0;
  visibility: hidden;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
  margin-bottom: 4.8rem;
}
.slidershow .slidershow-type-9 .owl-stage-outer .owl-item .item .caption-panel a.slide-btn {
  opacity: 0;
  visibility: hidden;
  background: #000;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 13px 30px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -khtml-radius: 0px;
  letter-spacing: 0.2rem;
  font-weight: 400;
}
.slidershow .slidershow-type-9 .owl-stage-outer .owl-item.active .item .caption-panel p.slide-text {
  opacity: 1;
  visibility: visible;
  animation: myeffect-slideshow 2s ease-in-out;
  -webkit-animation: myeffect-slideshow 2s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 2s ease-in-out;
  -o-animation: myeffect-slideshow 2s ease-in-out;
  -ms-animation: myeffect-slideshow 2s ease-in-out;
}
.slidershow .slidershow-type-9 .owl-stage-outer .owl-item.active .item .caption-panel p.slide-subtitle {
  opacity: 1;
  visibility: visible;
  animation: myeffect-slideshow 1.5s ease-in-out;
  -webkit-animation: myeffect-slideshow 1.5s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 1.5s ease-in-out;
  -o-animation: myeffect-slideshow 1.5s ease-in-out;
  -ms-animation: myeffect-slideshow 1.5s ease-in-out;
}
.slidershow .slidershow-type-9 .owl-stage-outer .owl-item.active .item .caption-panel a.slide-btn {
  opacity: 1;
  visibility: visible;
  animation: myeffect-slideshow 0.8s ease-in-out;
  -webkit-animation: myeffect-slideshow 0.8s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 0.8s ease-in-out;
  -o-animation: myeffect-slideshow 0.8s ease-in-out;
}
.slidershow .slidershow-type-9 .owl-dots {
  position: absolute;
  bottom: 57px;
  margin-top: 0;
  width: 100%;
  text-align: center;
}
.slidershow .slidershow-type-9 .owl-dots .owl-dot {
  margin: 0 3px;
  border: none;
}
.slidershow .slidershow-type-9 .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.slidershow .slidershow-type-9 .owl-dots .owl-dot.active,
.slidershow .slidershow-type-9 .owl-dots .owl-dot.hover {
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
  border: none;
}
.slidershow .slidershow-type-9 .owl-dots .owl-dot.active span,
.slidershow .slidershow-type-9 .owl-dots .owl-dot.hover span {
  width: 6px;
  height: 6px;
  background: #fff;
}
.home-page-9 .block-marquee {
  background: transparent;
  padding: 30px 0;
  margin-bottom: 0;
}
.home-page-9 .block-marquee .content {
  display: flex;
  font-size: 20px;
  color: #704228;
  text-align: center;
}
.home-page-9 .block-marquee .content svg {
  width: 20px;
  fill: currentColor;
  height: auto;
}
.home-page-9 .block-marquee .content > div {
  padding: 0 16px;
  display: flex;
  gap: 32px;
}
.home-page-9 .block-marquee .marquee-with-options {
  width: 100%;
  overflow: hidden;
}
.block-tesimonials-tab {
  background: #F8F3EF;
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}
.block-tesimonials-tab .tesimonials-list-content {
  margin-bottom: 7.8rem;
}
.block-tesimonials-tab .tesimonials-list-content .hdt-testimonial-info {
  gap: 10px;
  padding: 0 5rem;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-duration: 0.3s;
}
.block-tesimonials-tab .tesimonials-list-content .hdt-testimonial-info .hdt-testimonial-heading-item {
  margin-bottom: 4rem;
}
.block-tesimonials-tab .tesimonials-list-content .hdt-testimonial-info .hdt-testimonial-heading-item .hdt-testi-head {
  letter-spacing: 0.08rem;
}
.block-tesimonials-tab .tesimonials-list-content .hdt-testimonial-info .hdt-testimonial-content p {
  font-size: 2.8rem;
}
.block-tesimonials-tab .nav-pills {
  gap: 86px;
}
.block-tesimonials-tab .nav-pills .nav-link {
  opacity: 0.3;
  background: transparent;
  border: none;
  padding: 0;
}
.block-tesimonials-tab .nav-pills .nav-link.active,
.block-tesimonials-tab .nav-pills .nav-link:hover {
  background-color: transparent;
  opacity: 1;
  box-shadow: none;
}
.home-page-9 .block-bestselling {
  padding-inline-start: 40px;
  padding-inline-end: 40px;
}
.home-page-9 .block-bestselling .sm-filter-products .products.wrapper.products-grid .product-items {
  border-inline-start: solid 1px #ebebeb;
  margin: 0;
}
.home-page-9 .block-bestselling .sm-filter-products .products.wrapper.products-grid .product-items .product-item {
  width: 33.333%;
  padding: 0;
  margin-bottom: 0;
}
.home-page-9 .block-bestselling .sm-filter-products .products.wrapper.products-grid .product-items .product-item .product-item-info {
  border-inline-end: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  border-top: solid 1px #ebebeb;
  margin-top: -1px;
  padding-bottom: 30px;
}
.home-page-9 .block-bestselling .sm-filter-products .products.wrapper.products-grid .product-items .product-item .product-item-info .product-item-details {
  text-align: center;
}
.home-page-9 .block-bestselling .sm-filter-products .products.wrapper.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name a {
  font-weight: 500;
}
.home-page-9 .block-bestselling .btn-viewmore {
  margin-top: 7.7rem;
  border: none;
  background: transparent;
  padding: 0;
}
.home-page-9 .block-bestselling .btn-viewmore a {
  padding: 1.3rem 3rem;
  background: transparent;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -khtml-radius: 0;
  letter-spacing: 0.2rem;
  overflow: hidden;
  position: relative;
  display: inline-block;
  background: #fff;
  color: #000;
  border: 1px solid #ebebeb;
}
.home-page-9 .block-bestselling .btn-viewmore a::after {
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.25), transparent);
  content: "";
  left: 150%;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: skew(-20deg);
  width: 200%;
}
.home-page-9 .block-bestselling .btn-viewmore a:hover:after {
  animation: shine 0.75s cubic-bezier(0.01, 0.5600000000000001, 1, 1);
}
.home-page-9 .masonry-collections .hdt-collection-inner .hdt-collection-content .hdt-collection-title {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -khtml-radius: 0;
}
.home-page-9 .masonry-collections .hdt-collection-inner .hdt-collection-content .hdt-collection-title .hdt-collection-title-text {
  font-weight: 500;
  letter-spacing: 0.7px;
}
.home-page-9 .masonry-collections .hdt-grid-3 > .row {
  row-gap: 30px;
}
.home-page-9 .id9-masonry-collections > .row {
  margin: 0;
}
.home-page-9 .id9-masonry-collections > .row > div {
  padding: 0;
}
.home-page-9 .id9-masonry-collections .hdt-collection-inner .hdt-collection-img {
  overflow: hidden;
}
.home-page-9 .id9-masonry-collections .hdt-collection-inner .hdt-collection-content {
  bottom: 8rem;
  left: 7.5rem;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.home-page-9 .id9-masonry-collections .hdt-collection-inner .hdt-collection-content .hdt-subheading {
  margin-bottom: 5px;
  letter-spacing: 0.2rem;
  font-weight: 500;
}
.home-page-9 .id9-masonry-collections .hdt-collection-inner .hdt-collection-content .hdt-s-text2 {
  color: #fff;
}
.home-page-9 .id9-masonry-collections .hdt-collection-inner .hdt-collection-content .hdt-heading {
  margin-bottom: 25px;
  font-size: 4.2rem;
}
.home-page-9 .id9-masonry-collections .hdt-collection-inner .hdt-collection-content a.hdt-btn {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  min-height: 42px;
  padding: 0 25px;
  line-height: 1.1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -khtml-radius: 0;
  letter-spacing: 0.2rem;
}
.home-page-9 .id9-masonry-collections .hdt-collection-inner .hdt-collection-content a.hdt-btn:after {
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.25), transparent);
}
.home-page-9 .block.shop-gram {
  padding-inline-start: 40px;
  padding-inline-end: 40px;
}
.home-page-9 .block.shop-gram .block-title {
  margin-bottom: 6.5rem;
}
.home-page-9 .block.shop-gram .item {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -khtml-radius: 0;
}
.lookbook-handbag {
  padding-inline-start: 40px;
  padding-inline-end: 40px;
}
.lookbook-handbag .block-title .posttext {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.id9-newsletter .block-title {
  gap: 15px;
  margin-bottom: 30px;
}
.id9-newsletter .block-title p {
  margin-bottom: 0;
}
.id9-newsletter .subscribe-home .newsletter-content {
  display: flex;
  justify-content: safe center;
  column-gap: 10px;
}
.id9-newsletter .subscribe-home .newsletter-content .input-box {
  padding: 0;
  border: none;
  width: 100%;
  flex-grow: 1;
}
.id9-newsletter .subscribe-home .newsletter-content .input-box input {
  height: 4.8rem;
  padding: 0 20px;
  width: 400px;
  border-radius: 0%;
  -moz-border-radius: 0%;
  -webkit-border-radius: 0%;
  -o-border-radius: 0%;
  -khtml-radius: 0%;
}
.id9-newsletter .subscribe-home .newsletter-content .action-button button {
  position: relative;
  top: 0;
  right: 0;
  background: #000;
  text-transform: uppercase;
  border-radius: 0%;
  -moz-border-radius: 0%;
  -webkit-border-radius: 0%;
  -o-border-radius: 0%;
  -khtml-radius: 0%;
  letter-spacing: 0.2rem;
  color: #fff;
  font-weight: 500;
  height: 4.8rem;
  padding: 9px 25px;
  overflow: hidden;
}
.id9-newsletter .subscribe-home .newsletter-content .action-button button:after {
  background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  content: "";
  left: 150%;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
  width: 200%;
}
.id9-newsletter .subscribe-home .newsletter-content .action-button button:hover:after {
  animation: shine 0.75s cubic-bezier(0.01, 0.5600000000000001, 1, 1);
}
@media (max-width: 1199px) {
  .home-page-9 .owl-theme .owl-dots {
    display: block;
  }
  .slidershow .slidershow-type-9 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
    font-size: 2rem;
    line-height: 2rem;
  }
  .slidershow .slidershow-type-9 .owl-stage-outer .owl-item .item .caption-panel p.slide-text {
    font-size: 4.4rem;
    line-height: 5rem;
  }
  .home-page-9 .masonry-collections .hdt-grid-3 > .row {
    row-gap: 17px;
  }
  .home-page-9 .masonry-collections .hdt-collection-inner .hdt-collection-content {
    bottom: 20px;
  }
  .home-page-9 .masonry-collections .hdt-collection-inner .hdt-collection-content .hdt-collection-title {
    padding: 0 2rem;
    line-height: 40px;
    height: 40px;
  }
  .home-page-9 .id9-masonry-collections .hdt-collection-inner .hdt-collection-content {
    bottom: 30px;
    left: 30px;
  }
  .home-page-9 .id9-masonry-collections .hdt-collection-inner .hdt-collection-content .hdt-heading {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .home-page-9.title-style-home .block-title,
  .home-page-9 .block.shop-gram .block-title {
    margin-bottom: 30px;
  }
  .home-page-9 .block-bestselling .btn-viewmore {
    margin-top: 5rem;
  }
  .block-tesimonials-tab .tesimonials-list-content .hdt-testimonial-info .hdt-testimonial-heading-item {
    margin-bottom: 2rem;
  }
  .block-tesimonials-tab .tesimonials-list-content {
    margin-bottom: 2rem;
  }
  .block-tesimonials-tab .tesimonials-list-content .hdt-testimonial-info .hdt-testimonial-content p {
    font-size: 2rem;
  }
  .home-page-9 .block.shop-gram,
  .lookbook-handbag,
  .home-page-9 .block-bestselling {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
@media (max-width: 767px) {
  .slidershow .slidershow-type-9 .owl-stage-outer .owl-item .item a img {
    overflow-wrap: anywhere;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    min-height: 300px;
  }
  .slidershow .slidershow-type-9 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 2rem;
  }
  .slidershow .slidershow-type-9 .owl-stage-outer .owl-item .item .caption-panel p.slide-text {
    font-size: 3rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
  .slidershow .slidershow-type-9 .owl-stage-outer .owl-item .item .caption-panel a.slide-btn {
    padding: 12px 25px;
    min-height: 40px;
  }
  .slidershow .slidershow-type-9 .owl-dots {
    bottom: 10px;
  }
  .home-page-9 .masonry-collections .hdt-collection-inner .hdt-collection-img img {
    max-height: 250px;
    min-height: 250px;
  }
  .home-page-9 .id9-masonry-collections > .row {
    row-gap: 20px;
  }
  .home-page-9 .id9-masonry-collections .hdt-collection-inner .hdt-collection-content .hdt-heading {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .home-page-9 .id9-masonry-collections .hdt-collection-inner .hdt-collection-img img {
    max-height: inherit;
    min-height: inherit;
  }
  .block-tesimonials-tab {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .block-tesimonials-tab .tesimonials-list-content {
    margin-bottom: 0;
  }
  .block-tesimonials-tab .tesimonials-list-content .hdt-testimonial-info {
    padding: 0;
  }
  .block-tesimonials-tab .tesimonials-list-content .hdt-testimonial-info .hdt-testimonial-heading-item {
    margin-bottom: 1rem;
  }
  .block-tesimonials-tab .tesimonials-list-content .hdt-testimonial-info .hdt-testimonial-content p {
    font-size: 16px;
  }
  .block-tesimonials-tab .tesimonials-list-content .hdt-testimonial-info .hdt-testimonial-content p br {
    display: none;
  }
  .block-tesimonials-tab .nav-pills {
    gap: 16px;
  }
  .block-tesimonials-tab .nav-pills .nav-link {
    max-width: 10rem;
  }
  .id9-newsletter .subscribe-home .newsletter-content .input-box input {
    width: auto;
  }
  .home-page-9 .block-bestselling .btn-viewmore {
    margin-top: 5rem;
  }
  .home-page-9 .block-bestselling .sm-filter-products .products.wrapper.products-grid .product-items .product-item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .home-page-9.title-style-home .block-title,
  .home-page-9 .block.shop-gram .block-title {
    margin-bottom: 30px;
    gap: 10px;
  }
  .home-page-9.title-style-home .block-title strong,
  .home-page-9 .block.shop-gram .block-title strong {
    font-size: 2.2rem !important;
  }
}
.home-page-10.title-style-home .block-title strong {
  font-weight: 600 !important;
  color: #212529;
}
.home-page-10 .owl-theme .owl-dots {
  text-align: center;
  margin-top: 20px !important;
}
.home-page-10 .owl-theme .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
}
.home-page-10 .owl-theme .owl-dots .owl-dot span {
  margin: 0;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.home-page-10 .owl-theme .owl-dots .owl-dot.active {
  background-color: transparent;
  border: 1px solid #212529;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.home-page-10 .owl-theme .owl-dots .owl-dot.active span {
  width: 4px;
  height: 4px;
  background: #212529;
}
.home-page-10 .brand-slider .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
/*=== block Slideshow ===*/
.slidershow .slidershow-type-10 {
  margin-top: 38px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -khtml-radius: 10px;
  overflow: hidden;
}
.slidershow .slidershow-type-10 .owl-stage-outer .owl-item .item .caption-panel {
  left: 7%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slidershow .slidershow-type-10 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
  opacity: 0;
  visibility: hidden;
  font-weight: bold;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 2rem;
  color: #fff;
}
.slidershow .slidershow-type-10 .owl-stage-outer .owl-item .item .caption-panel p.slide-text {
  opacity: 0;
  visibility: hidden;
  font-weight: 600;
  font-size: 7rem;
  line-height: 8rem;
  margin-bottom: 4rem;
  color: #fff;
}
.slidershow .slidershow-type-10 .owl-stage-outer .owl-item .item .caption-panel a.slide-btn {
  opacity: 0;
  visibility: hidden;
  background: #fff;
  font-size: 18px;
  color: #212529;
  border: 1px solid #fff;
  display: inline-block;
  padding: 16px 30px;
}
.slidershow .slidershow-type-10 .owl-stage-outer .owl-item .item .caption-panel a.slide-btn:after {
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.2), transparent);
}
.slidershow .slidershow-type-10 .owl-stage-outer .owl-item.active .item .caption-panel p.slide-text {
  opacity: 1;
  visibility: visible;
  animation: myeffect-slideshow 1.5s ease-in-out;
  -webkit-animation: myeffect-slideshow 1.5s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 1.5s ease-in-out;
  -o-animation: myeffect-slideshow 1.5s ease-in-out;
  -ms-animation: myeffect-slideshow 1.5s ease-in-out;
}
.slidershow .slidershow-type-10 .owl-stage-outer .owl-item.active .item .caption-panel p.slide-subtitle {
  opacity: 1;
  visibility: visible;
  animation: myeffect-slideshow 2s ease-in-out;
  -webkit-animation: myeffect-slideshow 2s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 2s ease-in-out;
  -o-animation: myeffect-slideshow 2s ease-in-out;
  -ms-animation: myeffect-slideshow 2s ease-in-out;
}
.slidershow .slidershow-type-10 .owl-stage-outer .owl-item.active .item .caption-panel a.slide-btn {
  opacity: 1;
  visibility: visible;
  animation: myeffect-slideshow 0.8s ease-in-out;
  -webkit-animation: myeffect-slideshow 0.8s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 0.8s ease-in-out;
  -o-animation: myeffect-slideshow 0.8s ease-in-out;
}
.slidershow .slidershow-type-10 .owl-dots {
  position: absolute;
  bottom: 50px;
  margin-top: 0 !important;
  width: 100%;
  text-align: center;
}
.slidershow .slidershow-type-10 .owl-dots .owl-dot {
  width: auto;
  height: auto;
  margin: 0 4px;
}
.slidershow .slidershow-type-10 .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.slidershow .slidershow-type-10 .owl-dots .owl-dot.active {
  border: 1px solid transparent;
}
.slidershow .slidershow-type-10 .owl-dots .owl-dot.active span {
  width: 22px;
  height: 6px;
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-radius: 3px;
}
/*banner sale*/
.id10-banner-sale .hdt-banner__item .hdt-item_inner .hdt-full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.id10-banner-sale .hdt-banner__item .hdt-item_inner .hdt-content_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.id10-banner-sale .hdt-banner__item .hdt-item_inner .hdt-media-wrapper img {
  transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.id10-banner-sale .hdt-banner__item .hdt-item_inner .hdt-content {
  text-align: center;
  padding: 25px 10px;
}
.id10-banner-sale .hdt-banner__item .hdt-item_inner .hdt-content .hdt-heading {
  color: #fff;
  margin-bottom: 2px;
}
.id10-banner-sale .hdt-banner__item .hdt-item_inner .hdt-content .hdt-subheading {
  margin: 0;
  color: #fff;
}
.id10-banner-sale .hdt-banner__item:hover .hdt-media-wrapper img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.home-page-10 .products-grid .product-item {
  margin-bottom: 0;
}
.home-page-10 .products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-secondary .action:after {
  background: #212529;
}
.home-page-10 .products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-secondary .action:hover {
  background: #212529 !important;
}
.home-page-10 .products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart:hover {
  background: #212529 !important;
}
/**filterproducts**/
.block-deal10 .block-filterproducts {
  padding: 60px 40px 60px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -khtml-radius: 10px;
  position: relative;
}
.block-deal10 .block-filterproducts .block-title {
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  align-items: flex-start;
}
.block-deal10 .block-filterproducts .block-title strong {
  margin-inline-start: 55px;
  padding: 4px 30px 4px 20px;
  background-color: #fff;
}
.block-deal10 .block-filterproducts .block-title strong:before {
  content: "\e96c";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 34px;
  margin-right: 10px;
}
.block-deal10 .block-filterproducts .products-grid > .deals-countdown {
  display: none;
}
.block-deal10 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .item-pr-stock {
  display: flex;
  flex-direction: column-reverse;
  margin: 25px 0 20px;
}
.block-deal10 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .item-stock-status {
  font-size: 14px;
}
.block-deal10 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .item-stock-status .item-stock-value {
  font-weight: 600;
}
.block-deal10 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .deal-progress {
  background-color: #EFEFEF;
  display: block;
  text-indent: -9999em;
  font-size: 8px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -khtml-radius: 30px;
  margin: 0px 0 8px;
}
.block-deal10 .block-filterproducts .products-grid:not(.wishlist) .product-item-info .deal-progress-bar {
  display: block;
  height: 6px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -khtml-radius: 30px;
}
.id10-product-slider .block-filterproducts .owl-stage-outer {
  padding: 0 15px;
  margin: 0 -15px;
}
.id10-product-slider .block-filterproducts .products-grid:not(.wishlist) .product-item-info .product-item-details {
  padding-inline-end: 6rem;
}
.id10-product-slider .block-filterproducts .products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-primary {
  z-index: 4;
  position: absolute;
  top: 22px;
  right: 0px;
  width: auto;
}
.id10-product-slider .block-filterproducts .products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-primary .action {
  width: 57px;
  height: 57px;
  box-shadow: 0 8px 24px #959da533;
  border: none;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -khtml-radius: 100%;
}
.id10-product-slider .block-filterproducts .products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-primary .action span {
  clip: unset;
  height: auto;
  width: auto;
  overflow: visible;
  position: absolute;
  font-size: 12px;
  padding: 5px 10px;
  background: #232323;
  color: #ffffff;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-radius: 3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  white-space: nowrap;
  top: -50%;
  left: 50%;
  text-transform: capitalize;
}
.id10-product-slider .block-filterproducts .products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-primary .action span:after {
  left: 50%;
  bottom: -12px;
  content: "";
  position: absolute;
  background: transparent;
  border: 7px solid transparent;
  border-top-color: #232323;
  margin-left: -7px;
}
.id10-product-slider .block-filterproducts .products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-primary .action:after {
  mask-repeat: no-repeat;
  mask-image: url('../images/icon-cart.png');
  width: 16px;
  height: 18px;
  display: inline-block;
  content: "";
  background-color: #fff;
}
.id10-product-slider .block-filterproducts .products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-primary .action:hover span {
  visibility: visible;
  opacity: 1;
  top: -30px;
  margin-top: 0;
}
.id10-product-slider.nav-style-1.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: -86px;
}
.id10-product-slider.nav-style-1.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: -86px;
  left: auto;
}
/*=== block categories ===*/
.home-page-10 .block-categories .cat-wrap {
  margin: 0px;
  position: relative;
}
.home-page-10 .block-categories .cat-wrap .owl-stage-outer {
  padding: 0 15px;
  margin: 0 -15px;
}
.home-page-10 .block-categories .cat-wrap .item {
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
.home-page-10 .block-categories .cat-wrap .item .content-box {
  text-align: center;
}
.home-page-10 .block-categories .cat-wrap .item .image-cat {
  overflow: hidden;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -khtml-radius: 100%;
  margin-bottom: 15px;
  display: inline-block;
  padding: 17px;
}
.home-page-10 .block-categories .cat-wrap .item .image-cat img {
  transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  display: inline-block;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -khtml-radius: 100%;
}
.home-page-10 .block-categories .cat-wrap .item .cats-info .cat-title {
  margin-bottom: 0px;
}
.home-page-10 .block-categories .cat-wrap .item .cats-info .cat-title a {
  font-size: 18px;
  font-weight: 500;
}
.home-page-10 .block-categories .cat-wrap .item .cats-info .cat-title a svg {
  display: none;
}
.home-page-10 .block-categories .cat-wrap .item:hover .image-cat img {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
/*=== block banner sale ===*/
.home-page-10 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-media-wrapper img {
  width: 100%;
}
.home-page-10 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap {
  padding: 77px 70px;
}
.home-page-10 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content .hdt-heading {
  font-size: 4.2rem;
  color: inherit;
  font-weight: 600;
  margin-bottom: 18px;
}
.home-page-10 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content p {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 1.8rem;
  color: inherit;
}
.home-page-10 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content .hdt-btn {
  margin-top: 30px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-radius: 3px;
  padding: 0 25px;
  min-height: 42px;
  line-height: 1.1;
  height: auto;
}
.home-page-10 .brand-slider .owl-stage-outer {
  border: 0px;
}
.home-page-10 .brand-slider .owl-stage-outer:before {
  display: none !important;
}
.home-page-10 .brand-slider .owl-stage-outer .item {
  box-shadow: none;
  padding: 0;
}
.home-page-10 .brand-slider .owl-stage-outer .item img {
  width: auto;
  margin: 0 auto;
}
@media (min-width: 1050px) {
  .home-page-10 .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .home-page-10 .owl-theme .owl-dots {
    display: block;
  }
  .home-page-10 .hdt-banner_wrap .hdt-banner_masonry.row {
    row-gap: 20px;
  }
  .slidershow .slidershow-type-10 {
    margin-top: 0;
  }
  .slidershow .slidershow-type-10 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
    font-size: 2rem;
    line-height: 2rem;
  }
  .slidershow .slidershow-type-10 .owl-stage-outer .owl-item .item .caption-panel p.slide-text {
    font-size: 4.4rem;
    line-height: 5rem;
  }
  .home-page-10 .id10-product-slider .block-filterproducts .products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-primary .action {
    width: 40px !important;
    height: 40px !important;
    padding: 0;
  }
  .home-page-10 .id10-product-slider .block-filterproducts .products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-primary .action:after {
    mask-size: 15px;
    margin: 0 auto;
    width: 16px;
    height: 18px;
  }
}
@media (max-width: 991px) {
  .id10-banner-sale .hdt-banner__item .hdt-item_inner .hdt-content .hdt-heading {
    font-size: 2rem;
  }
  .id10-banner-sale .hdt-banner__item .hdt-item_inner .hdt-content .hdt-subheading {
    font-size: 1.4rem;
  }
  .block-deal10 .block-filterproducts {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .slidershow .slidershow-type-10 .owl-stage-outer .owl-item .item a img {
    overflow-wrap: anywhere;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    min-height: 300px;
  }
  .slidershow .slidershow-type-10 .owl-stage-outer .owl-item .item .caption-panel p.slide-subtitle {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .slidershow .slidershow-type-10 .owl-stage-outer .owl-item .item .caption-panel p.slide-text {
    font-size: 22px;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
  .slidershow .slidershow-type-10 .owl-stage-outer .owl-item .item .caption-panel a.slide-btn {
    padding: 8px 20px;
    min-height: 42px;
  }
  .slidershow .slidershow-type-10 .owl-dots {
    bottom: 10px;
  }
  .id10-banner-sale > .row {
    row-gap: 20px;
  }
  .block-deal10 .block-filterproducts {
    padding: 50px 20px 50px;
  }
  .home-page-10 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap {
    padding: 20px;
  }
  .home-page-10 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content .hdt-heading {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .home-page-10 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content p {
    font-size: 1.4rem;
  }
  .home-page-10 .hdt-banner_masonry .hdt-banner_masonry__item .hdt-content_wrap .hdt-content .hdt-btn {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .title-style-home.home-page-10 .block-title {
    margin-bottom: 30px !important;
  }
}
/**
 * Listing page
 */
.catalog-category-view .page-title {
  color: #111111;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 3.2rem;
  margin: 0 0 25px;
}
.catalog-category-view .category-image {
  display: none;
}
.category-view > .page-main {
  padding: 0px;
}
.products.wrapper.products-grid .product-items {
  margin-bottom: 0;
}
.filter-options .filter-options-content .item {
  margin-bottom: 10px;
}
/**
 * Sidebar
 */
.sidebar .block:not(.filter) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #ececec !important;
  /**
     * Block title
     */
  /**
     * Block content
     */
}
.sidebar .block:not(.filter):last-child {
  border-bottom: 0;
}
.sidebar .block:not(.filter) .block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar .block:not(.filter) .block-title strong {
  color: #000;
  line-height: 1.5;
  font-weight: 400 !important;
  text-transform: capitalize;
  font-size: 2rem !important;
  display: block;
  margin: 0px;
}
.sidebar .block:not(.filter) .block-title:after {
  content: "\e931";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
  color: #000;
  transition: transform 0.4s ease 0s;
  -moz-transition: transform 0.4s ease 0s;
  -webkit-transition: transform 0.4s ease 0s;
  -o-transition: transform 0.4s ease 0s;
}
.sidebar .block:not(.filter) .block-title.active:after {
  content: "\e92e";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
  color: #000;
}
.sidebar .block:not(.filter) .block-title .counter {
  display: none !important;
}
.sidebar .block:not(.filter) .block-content,
.sidebar .block:not(.filter) .empty {
  border: 0;
  background-color: #fff;
  padding: 0px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -khtml-radius: 0;
  margin: 30px 0 0;
}
.block {
  /**
     * Filter block
     */
}
.block.filter {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
.block.filter .block-title {
  display: none;
}
.block.filter .block-subtitle {
  display: none;
}
.block.filter .block-content .price-slider-values input[type="text"] {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-radius: 3px;
  font-size: 100%;
  color: #111;
}
.block.filter .filter-actions .action.clear {
  text-decoration: none;
  background-color: #444444;
  padding: 7px 20px;
  color: #ffffff;
  border-radius: 4px;
}
.block.filter .filter-actions .action.clear:hover {
  background-color: #333333;
}
.block.filter .filter-options .filter-options-content {
  margin: 0;
}
.block.filter .filter-current .action.remove {
  text-decoration: none;
}
.block.filter .filter-current .action.remove:before {
  content: '\e616';
  font-family: 'icons-blank-theme';
  color: #333;
  font-size: 26px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.block.filter .filter-current .action.remove span {
  display: none;
}
.block.filter .filter-options-item {
  margin: 0;
}
.block.filter .filter-options-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.block.filter .filter-options .filter-options-title {
  text-transform: capitalize;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 2rem;
}
.block.filter .filter-options .filter-options-content .price-slider-wrap {
  padding: 0 6px;
  margin-bottom: 5px;
}
.block.filter .filter-options .filter-options-content .swatch-layered.color {
  margin-bottom: -5px;
}
.block.filter .filter-options .filter-options-content ol li {
  margin: 0;
}
.block.filter .filter-options .filter-options-content ol li:last-child a {
  padding-bottom: 0px;
}
.block.filter .filter-options .filter-options-content ol li a {
  display: block;
  padding: 0px 0 10px;
  text-decoration: none;
  color: #000;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
}
.block.filter .filter-options .filter-options-content ol li a .count {
  float: right;
}
.block.filter .filter-options .filter-options-item:last-child .filter-options-content {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar {
  /**
     * Block compare
     */
}
.sidebar .swatch-attribute-options {
  margin: 0;
}
.sidebar .block-compare .product-item .product-item-name {
  margin: 0;
}
.sidebar .block-compare .action.delete {
  right: 0;
  left: auto;
}
/**
 * Toolbar
 */
.toolbar {
  background-color: transparent;
  padding: 0px;
  margin-bottom: 50px;
  font-size: 100%;
  color: #999999;
}
.modes {
  float: none !important;
  margin: 15px 0 0px !important;
}
.modes .modes-label {
  display: none;
}
.modes .modes-mode {
  border: 0 !important;
  background-color: #fff;
  margin: 0 10px;
  text-align: center;
  padding: 0;
  color: #111;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -khtml-radius: 0;
}
.modes .modes-mode.mode-grid:after {
  mask-image: url("../images/icon-gird.png");
  font-size: 0px;
  width: 30px;
  height: 13px;
  display: block;
  background: #D9D9D9;
  display: inline-block;
  content: "";
}
.page-layout-2columns-left .modes .modes-mode.mode-grid:after,
.page-layout-2columns-right .modes .modes-mode.mode-grid:after {
  width: 23px;
}
.modes .modes-mode.mode-list:after {
  mask-image: url("../images/list-icon.png");
  font-size: 0px;
  width: 19px;
  height: 13px;
  display: block;
  background: #D9D9D9;
  display: inline-block;
  content: "";
}
.modes .modes-mode:hover,
.modes .modes-mode.active {
  background: none !important;
}
.modes .modes-mode:hover:after,
.modes .modes-mode.active:after {
  background: #000 !important;
}
.modes .modes-mode:before,
.modes .modes-mode span {
  display: none;
}
.sorter {
  padding: 0;
}
.sorter .sorter-options {
  height: 44px;
  margin: 0;
}
.sorter .sorter-action {
  top: 3px;
}
.sorter .sorter-action.sort-asc:before {
  content: "\e90c";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.sorter .sorter-action.sort-desc:before {
  content: "\e909";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.sorter .sorter-action:before {
  line-height: 36px;
  color: #000;
}
.toolbar-amount {
  margin: 0 10px;
}
.toolbar-sorter {
  padding: 0 1.2rem;
  min-width: 170px;
  color: #5454ff;
  border: solid 1px #ececec;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -khtml-radius: 0.3rem;
}
.toolbar-sorter .sorter-label {
  display: none;
}
.toolbar-sorter select {
  border: 0px;
}
.toolbar-amount,
.sorter-label,
.sorter-options,
.field.limiter .label,
.limiter-options,
.limiter-text {
  color: #111;
}
.pages {
  line-height: 0;
}
.pages .pages-label {
  display: none;
}
.pages .items {
  font-weight: normal;
  font-size: unset;
}
.pages .item {
  float: left;
  margin: 0 10px 0 0;
  width: 45px;
  height: 39px;
  text-align: center;
  border: 1px solid #ebebeb;
  line-height: 40px;
  background-color: #fff;
  font-size: unset;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -khtml-radius: 0.3rem;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.pages .item .action.next span,
.pages .item .action.previous span,
.pages .item .label {
  display: none;
}
.pages .item.current {
  background-color: #000;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.pages .item.current strong,
.pages .item.current a {
  color: #fff;
}
.pages .item.current strong:before,
.pages .item.current a:before {
  color: #fff !important;
}
.pages .item:last-child {
  margin: 0;
}
.pages .item a {
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border 0.25s ease-in-out;
  overflow: hidden;
  width: 43px;
}
.pages .item a:after {
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.25), transparent);
  content: "";
  left: 150%;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: skew(-20deg);
  width: 200%;
}
.pages .item a:hover:after {
  animation: shine 0.75s cubic-bezier(0.01, 0.5600000000000001, 1, 1);
}
.pages .item strong,
.pages .item a {
  display: block !important;
  padding: 0;
  color: #111;
  font-weight: normal;
  margin: 0 !important;
  border: none !important;
  line-height: 38px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  font-size: 100%;
  position: relative;
}
.pages .item .action.next:before {
  content: "\e930";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.pages .item .action.previous:before {
  content: "\e92f";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.pages .action {
  width: 40px;
}
.pages .action:before {
  display: block !important;
  margin: 0 !important;
  color: #111 !important;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.catalogsearch-result-index .products.wrapper ~ .toolbar,
.infinitescroll .products.wrapper ~ .toolbar {
  margin-bottom: 0;
}
.products.wrapper ~ .toolbar .pages {
  float: none !important;
}
.products.wrapper ~ .toolbar .limiter,
.products.wrapper ~ .toolbar .filter-mobile-btn,
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none !important;
}
.products.wrapper ~ .toolbar .modes {
  display: none !important;
}
/**
 * Product list style
 */
.products.wrapper.products-list .product-items {
  margin: 0;
}
.products.wrapper.products-list .product-item,
.products.wrapper.products-list .product-items {
  font-size: unset;
}
.products.wrapper.products-list .product-item {
  margin-bottom: 30px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 30px;
}
.products.wrapper.products-list .product-item .product-item-info {
  display: flex;
  gap: 30px;
  width: 100%;
}
.products.wrapper.products-list .product-item:last-child,
.products.wrapper.products-list .product-item.last-item {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.products.wrapper.products-list .product-image-container {
  vertical-align: top;
}
.products.wrapper.products-list .product-image-wrapper img {
  min-height: 150px;
}
.products.wrapper.products-list .image-product {
  width: 40%;
  max-width: 338px;
  position: relative;
}
.products.wrapper.products-list .image-product .product-image-wrapper {
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -o-border-radius: 1rem;
  -khtml-radius: 1rem;
  overflow: hidden;
}
.products.wrapper.products-list .image-product .product-item-photo {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.products.wrapper.products-list .swatch-attribute-options {
  margin: 0;
}
.products.wrapper.products-list .swatch-attribute.size .swatch-option.text {
  border: 0;
  padding: 3px 0px;
  color: #000;
}
.products.wrapper.products-list .swatch-attribute.size .swatch-option.text:hover,
.products.wrapper.products-list .swatch-attribute.size .swatch-option.text.selected {
  background: transparent !important;
  color: #000 !important;
}
.products.wrapper.products-list .swatch-option {
  margin-bottom: 15px !important;
}
.products.wrapper.products-list .product-item-details {
  flex: 1 1 auto;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: self-start;
  max-width: 60%;
  text-align: left;
}
.products.wrapper.products-list .product-item-name {
  margin: 0 0 10px;
  font-size: 1.6rem;
}
.products.wrapper.products-list .product-item-name a {
  font-weight: normal;
}
.products.wrapper.products-list .product-item .product-reviews-summary {
  margin: 0 0 15px !important;
}
.products.wrapper.products-list .product-item .product-reviews-summary .reviews-actions {
  display: none;
}
.products.wrapper.products-list .product-item .price-box {
  margin: 0px 0 10px;
}
.products.wrapper.products-list .product-item .price-box .price-container {
  display: flex;
  flex-wrap: wrap;
}
.products.wrapper.products-list .product-item .price-box .price {
  font-weight: 600;
}
.products.wrapper.products-list .product-item-description {
  margin: 0px 0 5px;
  font-size: 100%;
  color: #999;
}
.products.wrapper.products-list .product-item-description .action.more {
  display: none;
}
.products.wrapper.products-list .product-item-inner .product-item-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin-top: 4px;
}
.products.wrapper.products-list .product-item-inner .product-item-actions .actions-secondary {
  display: flex;
  align-items: center;
  gap: 6px;
}
.products.wrapper.products-list .product-item-inner .product-item-actions .action {
  display: flex;
  align-items: center;
  margin: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-radius: 3px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  background: #fff;
  border: solid 1px #ececec;
  position: relative;
}
.products.wrapper.products-list .product-item-inner .product-item-actions .action span {
  clip: unset;
  height: auto;
  width: auto;
  overflow: visible;
  position: absolute;
  font-size: 12px;
  padding: 5px 10px;
  background: #232323;
  color: #ffffff;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-radius: 3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  white-space: nowrap;
  top: -50%;
  left: 50%;
  text-transform: capitalize;
}
.products.wrapper.products-list .product-item-inner .product-item-actions .action span:after {
  left: 50%;
  bottom: -12px;
  content: "";
  position: absolute;
  background: transparent;
  border: 7px solid transparent;
  border-top-color: #232323;
  margin-left: -7px;
}
.products.wrapper.products-list .product-item-inner .product-item-actions .action:after {
  display: block;
  background: #000;
  font-size: 0px;
  content: "";
  margin: 0 auto;
}
.products.wrapper.products-list .product-item-inner .product-item-actions .action:hover {
  background: #000 !important;
}
.products.wrapper.products-list .product-item-inner .product-item-actions .action:hover:after {
  background: #fff !important;
}
.products.wrapper.products-list .product-item-inner .product-item-actions .action:hover span {
  visibility: visible;
  opacity: 1;
  top: -30px;
  margin-top: 0;
}
.products.wrapper.products-list .product-item-inner .product-item-actions .action:before {
  display: none;
}
.products.wrapper.products-list .product-item-inner .product-item-actions .action.tocart {
  padding: 0px;
  transition: transform .4s ease 0s, opacity .4s ease 0s;
}
.products.wrapper.products-list .product-item-inner .product-item-actions .action.tocart:after {
  mask-image: url("../images/icon-cart.svg");
  width: 14px;
  height: 16px;
}
.products.wrapper.products-list .product-item-inner .product-item-actions .action.towishlist {
  transition: transform .4s ease .2s, opacity .4s ease 0s;
}
.products.wrapper.products-list .product-item-inner .product-item-actions .action.towishlist:after {
  mask-image: url("../images/icon-heart.svg");
  width: 18px;
  height: 16px;
}
.products.wrapper.products-list .product-item-inner .product-item-actions .action.tocompare {
  transition: transform .4s ease .3s, opacity .4s ease 0s;
}
.products.wrapper.products-list .product-item-inner .product-item-actions .action.tocompare:after {
  mask-image: url("../images/icon-compare.svg");
  width: 16px;
  height: 16px;
}
.products.wrapper.products-list .product-item-inner .product-item-actions .action.quickview-handler {
  transition: transform .4s ease .4s, opacity .4s ease 0s;
}
.products.wrapper.products-list .product-item-inner .product-item-actions .action.quickview-handler:after {
  mask-image: url("../images/icon-view.svg");
  width: 19px;
  height: 12px;
}
.products.wrapper.products-list .actions-primary {
  vertical-align: top;
}
.products.wrapper.products-list .actions-primary button {
  height: 42px;
  padding: 0 60px;
  line-height: 42px;
  text-transform: uppercase;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  background: #fff;
  color: #111;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-radius: 3px;
  margin-bottom: 10px;
  font-size: 92.85%;
  border: 1px solid #111;
  font-weight: normal;
}
.products.wrapper.products-list .actions-primary button:hover {
  background: #111;
  color: #fff;
  border: 1px solid #111;
}
.products.wrapper.products-list .actions-secondary .action {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #111;
  float: left;
  margin-left: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-radius: 3px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products.wrapper.products-list .actions-secondary .action:hover {
  background: #111;
  color: #fff;
  border: 1px solid #111;
}
.products.wrapper.products-list .actions-secondary .action:before {
  display: none !important;
}
.products.wrapper.products-list .actions-secondary .action.towishlist:after {
  content: "\e93f";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.products.wrapper.products-list .actions-secondary .action.tocompare:after {
  content: "\e951";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.products.wrapper.products-list .actions-secondary .action.quickview-handler:after {
  content: "\e937";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.filter-mobile-btn {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.filter-mobile-btn #btn-filter {
  display: block;
  padding: 1.2rem;
  text-align: center;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -khtml-radius: 0.3rem;
  background: #fff;
  color: #000;
  border: 1px solid #ececec;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.filter-mobile-btn #btn-filter:hover {
  border-color: #000;
}
.filter-mobile-btn #btn-filter:after {
  position: fixed;
  left: 0;
  display: inline-block;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.filter-mobile-btn #btn-filter:before {
  display: inline-block;
  content: "";
  background: url('../images/icon-filter.png') no-repeat 0 0;
  width: 20px;
  height: 12px;
  margin-right: 10px;
}
.filter-mobile-btn span {
  display: inline-block;
}
.block.filter .filter-title {
  padding: 1.6rem 2rem;
  background-color: #f2f2f2;
  margin-bottom: 0;
  display: flex !important;
  align-items: center;
}
.block.filter .filter-title strong {
  font-size: 1.2rem !important;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
.block.filter .filter-title:before {
  display: inline-block;
  content: "";
  background: url('../images/icon-filter.png') no-repeat 0 0;
  width: 20px;
  height: 12px;
  margin-right: 10px;
}
.close-sidebar {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 15px;
}
#close-filter {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 25px;
}
.block.filter {
  position: fixed;
  left: -410px;
  top: 0;
  bottom: 0;
  width: 410px !important;
  padding: 0px;
  background-color: #fff;
  z-index: 9999;
  overflow-y: auto;
  margin: 0 !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  height: 100%;
}
.block.filter .block-content {
  padding: 3.2rem 3.6rem;
}
.block.filter .block-content .block-subtitle {
  display: none;
}
.block.filter .block-content .filter-options-content .swatch-option.color {
  margin-bottom: 10px !important;
}
.show-filter .sidebar-main {
  left: -30px !important;
  right: auto !important;
  overflow-y: hidden !important;
}
.show-filter .block.filter {
  left: 0 !important;
}
.show-filter body.catalog-category-view.page-layout-2columns-right .sidebar.sidebar-main {
  right: -30px !important;
  left: auto !important;
  overflow-y: hidden !important;
}
.show-filter body.catalog-category-view.page-layout-2columns-right .block.filter {
  right: 0 !important;
  left: auto !important;
}
.show-filter .products.wrapper,
.show-filter .toolbar-products .sorter,
.show-filter .page.messages {
  z-index: -1 !important;
  position: relative;
}
.show-filter .filter-mobile-btn #btn-filter:after {
  opacity: 1;
  visibility: visible;
}
.show-filter,
.show-filter body {
  overflow: hidden;
}
.products-list .image-product {
  width: 200px;
  float: left;
  display: block;
}
/* List categoires*/
.list-categories,
.sub-categories-2 {
  padding-top: 20px;
  padding-bottom: 88px;
}
.list-categories .cat-wrap,
.sub-categories-2 .cat-wrap {
  row-gap: 30px;
}
.list-categories .item .content-box,
.sub-categories-2 .item .content-box {
  height: 100%;
  position: relative;
  max-width: 100%;
}
.list-categories .item .content-box .image-cat,
.sub-categories-2 .item .content-box .image-cat {
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -o-border-radius: 1rem;
  -khtml-radius: 1rem;
  overflow: hidden;
  height: 100%;
}
.list-categories .item .content-box .image-cat img,
.sub-categories-2 .item .content-box .image-cat img {
  transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  grid-area: full-r-start / full-c-start / full-r-end / full-c-end;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  min-width: 100%;
  overflow-wrap: anywhere;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 991px) {
  .list-categories .item .content-box .image-cat img,
  .sub-categories-2 .item .content-box .image-cat img {
    height: auto;
    min-height: auto;
    max-height: none;
  }
}
.list-categories .item .content-box .cat-title,
.sub-categories-2 .item .content-box .cat-title {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  display: table;
  z-index: 99;
  left: 50%;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.list-categories .item .content-box .cat-title a,
.sub-categories-2 .item .content-box .cat-title a {
  font-size: 1.8rem;
  padding: 0 3rem;
  line-height: 46px;
  height: 46px;
  color: #000;
  background: #fff;
  display: block;
  font-weight: 500;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -khtml-radius: 0.3rem;
  display: flex;
  align-items: center;
}
.list-categories .item .content-box .cat-title a span,
.sub-categories-2 .item .content-box .cat-title a span {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  display: inline-block;
}
.list-categories .item .content-box .cat-title a svg,
.sub-categories-2 .item .content-box .cat-title a svg {
  transition: 0.3s ease 0.1s;
  -moz-transition: 0.3s ease 0.1s;
  -webkit-transition: 0.3s ease 0.1s;
  -o-transition: 0.3s ease 0.1s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition-delay: right;
  -webkit-transition-delay: right;
  -moz-transition-delay: right;
  -o-transition-delay: right;
  width: 0;
}
.list-categories .item .content-box .cat-title a:hover,
.sub-categories-2 .item .content-box .cat-title a:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.list-categories .item .content-box .cat-title a:hover svg,
.sub-categories-2 .item .content-box .cat-title a:hover svg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 10px;
  min-width: 10px;
  margin-inline-start: 9px;
}
.list-categories .item .content-box:hover .image-cat img,
.sub-categories-2 .item .content-box:hover .image-cat img {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
/* sub categoires*/
.categories-slider.nav-style-1.absolute-nav .sub-categories-2 {
  padding-top: 0;
  padding-bottom: 45px !important;
}
.categories-slider.nav-style-1.absolute-nav .sub-categories-2 .item .content-box .cat-title a {
  font-size: 15px !important;
}
.categories-slider.nav-style-1.absolute-nav .owl-theme .owl-nav [class*="owl-"] {
  top: 50% !important;
}
@media (min-width: 768px) {
  .toolbar-products .modes {
    float: left;
    margin-right: 20px;
    margin-left: 0;
  }
  .toolbar-products .modes-mode {
    float: left;
  }
  .toolbar-products .toolbar-amount {
    float: left;
  }
  .toolbar-products .sorter {
    float: right;
  }
}
@media (min-width: 992px) {
  body.catalog-category-view .title-sidebar-product,
  body.catalog-category-view .close-sidebar {
    display: none;
  }
  body.page-layout-2columns-left .filter-mobile-btn,
  body.page-layout-2columns-right .filter-mobile-btn {
    display: none !important;
  }
  body.page-layout-2columns-left .block.filter,
  body.page-layout-2columns-right .block.filter {
    position: static;
    width: auto !important;
    box-shadow: 0 0 0;
    height: auto;
    margin-bottom: 15px !important;
    overflow-y: initial;
  }
  body.page-layout-2columns-left .block.filter .filter-title,
  body.page-layout-2columns-right .block.filter .filter-title {
    display: none !important;
  }
  body.page-layout-2columns-left .block.filter .block-content,
  body.page-layout-2columns-right .block.filter .block-content {
    padding: 0;
  }
}
@media (max-width: 991px) {
  body.catalog-category-view.page-layout-2columns-left .column.main,
  body.catalog-category-view.page-layout-2columns-right .column.main {
    width: 100% !important;
  }
  body.catalog-category-view.page-layout-2columns-left .title-sidebar-product,
  body.catalog-category-view.page-layout-2columns-right .title-sidebar-product,
  body.catalog-category-view.page-layout-2columns-left .close-sidebar,
  body.catalog-category-view.page-layout-2columns-right .close-sidebar {
    display: block !important;
  }
  body.catalog-category-view.page-layout-2columns-left .close-sidebar,
  body.catalog-category-view.page-layout-2columns-right .close-sidebar {
    top: 11px;
  }
  body.catalog-category-view.page-layout-2columns-left #btn-sidebar-cat,
  body.catalog-category-view.page-layout-2columns-right #btn-sidebar-cat {
    top: 30%;
    z-index: 100;
    border: 1px solid #ececec;
    flex-wrap: nowrap;
    justify-content: center;
    position: fixed;
    overflow: hidden;
    padding: 0;
    z-index: 999;
    left: 0;
    color: #000;
    align-items: center;
    min-width: 3.8rem;
    height: 3.8rem;
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    background-color: #fff;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
  body.catalog-category-view.page-layout-2columns-left #btn-sidebar-cat:after,
  body.catalog-category-view.page-layout-2columns-right #btn-sidebar-cat:after {
    position: fixed;
    left: 0;
    right: 0;
    display: inline-block;
    content: "";
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: 0.1s;
    -moz-transition: 0.1s;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
  }
  .show-sidebar body.catalog-category-view.page-layout-2columns-left #btn-sidebar-cat:after,
  .show-sidebar body.catalog-category-view.page-layout-2columns-right #btn-sidebar-cat:after {
    visibility: visible;
    opacity: 1;
  }
  body.catalog-category-view.page-layout-2columns-left .sidebar.sidebar-main,
  body.catalog-category-view.page-layout-2columns-right .sidebar.sidebar-main {
    position: fixed;
    left: -410px;
    top: 0;
    bottom: 0;
    width: 410px !important;
    padding: 0 2rem  2rem !important;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    margin: 0 !important;
    box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    -o-box-shadow: 0 0 0;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    height: 100%;
  }
  .show-sidebar body.catalog-category-view.page-layout-2columns-left .sidebar.sidebar-main,
  .show-sidebar body.catalog-category-view.page-layout-2columns-right .sidebar.sidebar-main {
    left: 0;
    padding: 0 2rem  2rem !important;
    overflow-x: hidden;
  }
  body.catalog-category-view.page-layout-2columns-left .sidebar.sidebar-main .title-sidebar-product,
  body.catalog-category-view.page-layout-2columns-right .sidebar.sidebar-main .title-sidebar-product {
    padding: 1.6rem 3.6rem;
    background-color: #f2f2f2;
    display: flex !important;
    align-items: center;
    margin: 0 -3.6rem 2rem;
  }
  body.catalog-category-view.page-layout-2columns-left .sidebar.sidebar-main .title-sidebar-product strong,
  body.catalog-category-view.page-layout-2columns-right .sidebar.sidebar-main .title-sidebar-product strong {
    font-size: 1.2rem !important;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
  }
  .list-categories .item .content-box .cat-title a,
  .sub-categories-2 .item .content-box .cat-title a {
    font-size: 1.6rem;
    padding: 0 1.5rem;
  }
  body.catalog-category-view.page-layout-2columns-right #btn-sidebar-cat {
    border-radius: 0.3rem 0 0 0.3rem !important;
    -moz-border-radius: 0.3rem 0 0 0.3rem !important;
    -webkit-border-radius: 0.3rem 0 0 0.3rem !important;
    -o-border-radius: 0.3rem 0 0 0.3rem !important;
    -khtml-radius: 0.3rem 0 0 0.3rem !important;
    border-bottom-right-radius: 0.3rem;
    left: auto;
    right: 0;
  }
  body.catalog-category-view.page-layout-2columns-right .sidebar.sidebar-main {
    left: auto !important;
    right: -410px !important;
  }
  .show-sidebar body.catalog-category-view.page-layout-2columns-right .sidebar.sidebar-main {
    left: auto !important;
    right: 0 !important;
  }
}
@media (max-width: 768px) {
  .toolbar .modes {
    display: inline-block !important;
    float: none !important;
    margin: 12px 10px !important;
  }
  .toolbar .toolbar-sorter {
    padding: 0px;
    min-width: 75px;
  }
  .toolbar .toolbar-sorter .sorter-options {
    margin: 0;
    width: 110px;
    padding-left: 12px;
    background: none !important;
  }
  .toolbar .toolbar-sorter .sorter-action {
    right: 8px;
  }
}
@media (max-width: 767px) {
  .modes .modes-mode.mode-grid:after {
    width: 16px !important;
  }
  .block.filter {
    left: -320px;
    width: 300px !important;
  }
  .block.filter .block-content {
    padding: 1.5rem 2.5rem 1.5rem 2rem;
  }
  body.catalog-category-view .block.filter .filter-options .filter-options-item {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
  body.catalog-category-view .block.filter .filter-options .filter-options-item .filter-options-title {
    font-size: 1.6rem;
  }
  body.catalog-category-view.page-layout-2columns-left .sidebar.sidebar-main,
  body.catalog-category-view.page-layout-2columns-right .sidebar.sidebar-main {
    width: 320px !important;
    left: -320px;
  }
}
@media (max-width: 991px) {
  .toolbar-amount {
    display: none;
  }
  .sorter {
    float: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .products-list .product-item-actions .actions-secondary > .action.tocompare {
    display: inline-block;
  }
}
@media (max-width: 576px) {
  .products-grid .product-image-container {
    display: block;
    width: 100% !important;
  }
  .products-list .product-item-info .image-product {
    width: 100%;
    float: none;
    text-align: center;
  }
  .products-list .product-item-info .product-item-details {
    margin: 0;
    float: none;
    padding: 15px 0;
  }
  .products-list .product-item-info .product-item-details .product-item-description {
    display: none;
  }
  body.catalog-category-view .sidebar.sidebar-main {
    left: -310px;
    width: 310px !important;
  }
  .list-categories .item .content-box .cat-title a,
  .sub-categories-2 .item .content-box .cat-title a {
    padding: 0 1rem;
    line-height: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
  .list-categories .container {
    width: 100% !important;
  }
  .list-categories .container .cat-wrap.row {
    margin-left: -8px;
    margin-right: -8px;
    row-gap: 15px;
  }
  .list-categories .container .cat-wrap.row [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 480px) {
  .toolbar .modes {
    margin: 12px 5px !important;
  }
}
/**
 * Detail page
 */
/**
 * Compare, wishlist, email to friend
 */
.breadcrumbs-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.previous_next {
  display: flex;
  align-items: center;
}
.previous_next a {
  color: #000 !important;
}
.previous_next .product-prev:before {
  content: "\e92f";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 24px;
}
.previous_next .link-category a {
  display: block;
  margin: 0 3px;
}
.previous_next .link-category a:before {
  content: "\e93d";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
}
.previous_next .product-next:before {
  content: "\e930";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 24px;
}
body.catalog-product-view .page-main {
  padding-top: 30px;
}
body.catalog-product-view #btn-sidebar {
  top: 30%;
  z-index: 100;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
  flex-wrap: nowrap;
  position: fixed;
  overflow: hidden;
  padding: 0;
  left: 0;
  color: #000;
  align-items: center;
  min-width: 4rem;
  height: 4.8rem;
  background: #fff;
  display: flex;
}
body.catalog-product-view #btn-sidebar .hdt-btn-sidebar-icon {
  min-width: 4rem;
  height: 4.8rem;
  background: #fff;
}
body.catalog-product-view #btn-sidebar .hdt-btn-sidebar-text {
  padding: 0;
  max-width: 0;
  margin: 0;
  font-weight: 500;
  height: 4.8rem;
  line-height: 4.8rem;
  transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15), max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
body.catalog-product-view #btn-sidebar:hover .hdt-btn-sidebar-text {
  padding-inline-end: 2.4rem;
  max-width: 28rem;
}
body.catalog-product-view .sidebar.sidebar-main {
  position: fixed;
  left: -410px;
  top: 0;
  bottom: 0;
  width: 410px !important;
  padding: 0 3.6rem  2rem !important;
  background-color: #fff;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  height: 100%;
}
.show-sidebar body.catalog-product-view .sidebar.sidebar-main {
  left: 0;
  padding: 0 2rem  2rem !important;
}
body.catalog-product-view .sidebar.sidebar-main .title-sidebar-product {
  padding: 1.6rem 3.6rem;
  background-color: #f2f2f2;
  display: flex !important;
  align-items: center;
  margin: 0 -3.6rem 2rem;
}
body.catalog-product-view .sidebar.sidebar-main .title-sidebar-product strong {
  font-size: 1.2rem !important;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
body.catalog-product-view.page-layout-1column #btn-sidebar {
  display: none !important;
}
body.catalog-product-view.page-layout-2columns-left .column.main,
body.catalog-product-view.page-layout-2columns-right .column.main {
  width: 100% !important;
}
.product.info.detailed #reviews .review-field-ratings {
  clear: left;
  width: 100%;
}
.product-info-main .product-reviews-summary {
  margin: 0 0 15px;
}
.product-info-main .product-reviews-summary .reviews-actions .action.view {
  color: #aaaaaa;
  font-size: 100%;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.product-info-main .product-reviews-summary .reviews-actions .action.view:hover {
  color: #111;
}
.product-info-main .product-reviews-summary .reviews-actions .action.add {
  display: none;
}
.product-info-main .product-options-wrapper {
  margin: 0;
}
.product-info-main .product-options-wrapper .fieldset .label {
  color: #111;
  font-weight: 600;
  font-size: 92.85%;
  text-transform: uppercase;
}
.product-info-main .product-options-wrapper .fieldset select {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -khtml-radius: 0;
  font-size: 92.85%;
  padding-left: 15px;
  height: 40px;
}
.product-info-main .product-social-links,
.product-info-main .product-addto-links {
  display: flex;
  gap: 0.8rem;
}
.product-info-main .product-social-links .action,
.product-info-main .product-addto-links .action {
  min-width: 4.6rem;
  width: 4.6rem;
  height: 4.6rem;
  line-height: 4.7rem;
  float: left;
  padding: 0;
  color: #000 !important;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -khtml-radius: 0.3rem;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  background: #fff;
  font-size: 100%;
  font-weight: normal;
  box-shadow: 0 0px 0px;
  -moz-box-shadow: 0 0px 0px;
  -webkit-box-shadow: 0 0px 0px;
  -o-box-shadow: 0 0px 0px;
  display: block;
}
.product-info-main .product-social-links .action span,
.product-info-main .product-addto-links .action span {
  display: none;
}
.product-info-main .product-social-links .action.towishlist:before,
.product-info-main .product-addto-links .action.towishlist:before {
  background: url(../images/wislist.png) no-repeat 0 0;
  width: 16px;
  height: 14px;
  display: inline-block;
  content: "";
}
.product-info-main .product-social-links .action.tocompare,
.product-info-main .product-addto-links .action.tocompare {
  display: block !important;
}
.product-info-main .product-social-links .action.tocompare:before,
.product-info-main .product-addto-links .action.tocompare:before {
  background: url(../images/compare.png) no-repeat 0 0;
  width: 14px;
  height: 14px;
  display: inline-block;
  content: "";
}
.product-info-main .product-social-links .action.mailto.friend,
.product-info-main .product-addto-links .action.mailto.friend {
  display: none;
}
.product-info-main .product-social-links .action:hover,
.product-info-main .product-addto-links .action:hover {
  border-color: #000;
  background: transparent;
}
.product-info-main .stock.available:before {
  margin-right: 2px;
  vertical-align: middle;
  top: -1px;
  position: relative;
  content: "\e92d";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  float: none;
  display: block !important;
  width: 100%;
  margin: 0;
}
.product-info-main .product-social-links {
  float: none;
  display: inline-block;
  width: auto;
  vertical-align: bottom;
  padding-top: 0;
  clear: left;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  float: none;
  padding-right: 25px;
}
.magnifier-preview {
  left: 100% !important;
  top: 0 !important;
  margin-left: 20px;
}
/*Review*/
.review-form {
  max-width: 100% !important;
}
.review-form .review-field-nickname {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.review-form .review-field-summary {
  float: right;
  width: 50%;
  padding-left: 15px;
}
.review-form .review-field-text {
  clear: both;
}
.review-list .block-title {
  margin-bottom: 20px;
}
.review-list .block-title strong {
  font-size: 130%;
  color: #222;
  font-weight: 700;
}
.review-list .review-content {
  margin-bottom: 10px;
}
.review-list .rating-summary .rating-result {
  position: relative;
  top: -2px;
}
.review-list .review-item {
  padding: 0 0 30px;
  border: none;
}
.review-list .review-title {
  margin: 0 0 15px;
  font-size: 100%;
  font-weight: 700;
  color: #222;
}
.review-field-ratings .review-field-rating {
  position: relative;
}
.review-control-vote label:before {
  font-size: 40px;
}
.review-control-vote:before {
  font-size: 40px;
}
.fieldset .review-legend.legend strong {
  color: #222;
}
/**
 * Table attributes product
 */
.default-style {
  border: .1rem solid #ebebeb;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  -khtml-radius: 0.5rem;
}
.default-style .resp-tabs-list {
  gap: 1rem 5rem;
  padding: 0 3.8rem;
  text-align: center;
  border-bottom: .1rem solid #ebebeb;
  display: flex;
  flex-wrap: wrap;
}
.default-style .resp-tabs-list li {
  float: none;
  border: none;
  background: none !important;
  padding: 1.5rem 0  !important;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  display: inline-block;
  color: #000;
}
.default-style .resp-tabs-list li:after {
  content: "";
  position: absolute;
  width: 0;
  height: .2rem;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #000;
}
.default-style .resp-tabs-list li.active a,
.default-style .resp-tabs-list li:hover a {
  color: #000;
}
.default-style .resp-tabs-list li.active:after,
.default-style .resp-tabs-list li:hover:after {
  width: 100%;
}
.default-style .resp-tabs-container {
  background: none;
  padding: 3.8rem;
  border: none;
}
.default-style .resp-tabs-container table {
  color: #111;
}
.default-style .resp-tabs-container table tr td strong {
  font-weight: 500;
}
.product.info.detailed .hdt-justify-center {
  justify-content: safe center;
  margin: 0;
  padding: 0;
  display: flex;
}
.product.info.detailed .hdt-justify-center li.l_custom_svg {
  margin-bottom: 0;
}
.product.info.detailed .hdt-justify-center li.l_custom_svg svg {
  width: 3.5rem;
  height: 3.5rem;
  color: #222;
  margin: 5px;
}
.product.info.detailed .hdt-page-privacy-policy p {
  margin-bottom: 24px;
  line-height: 24px;
}
.product.info.detailed .hdt-page-privacy-policy h4 {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin-bottom: 26px;
  line-height: 28px;
}
.product.info.detailed .hdt-grid {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 3rem;
}
/**
 * Related upsell crossell product slider
 */
.product-slider.stagepadding-slider {
  margin-bottom: 70px;
}
.product-slider.stagepadding-slider .block {
  margin-bottom: 0px !important;
}
.product-slider.stagepadding-slider .block .block-title {
  text-align: center;
  margin-bottom: 50px;
}
.product-slider.stagepadding-slider .block .block-title strong {
  font-size: 4.2rem !important;
  font-weight: normal !important;
  color: #000;
  text-align: center;
}
.product-slider.stagepadding-slider .owl-stage-outer .owl-stage {
  margin: 0 -30px;
  padding: 0 30px;
}
.product-slider.stagepadding-slider .products-grid .product-items {
  margin: 0px !important;
}
.product-slider.stagepadding-slider .products-grid .product-items .product-item {
  margin-bottom: 0px !important;
}
.product-slider.stagepadding-slider .products-grid.products-related,
.product-slider.stagepadding-slider .products-grid.products-upsell {
  margin: 0;
}
.product-slider.stagepadding-slider .products-grid.products-related .owl-carousel .owl-stage-outer,
.product-slider.stagepadding-slider .products-grid.products-upsell .owl-carousel .owl-stage-outer {
  padding: 0 30px;
  margin: 0 -30px;
}
/**
 * Sm - BundleImage
 */
.fieldset-bundle-options .field.option {
  margin-bottom: 30px !important;
}
.fieldset-bundle-options .field.option > .label {
  display: block !important;
  background: #f5f5f5;
  padding: 10px 15px !important;
  font-weight: 700;
  font-size: 107.69%;
  color: #222;
  margin-bottom: 20px !important;
  text-transform: uppercase;
  position: relative;
  text-align: unset !important;
}
.fieldset-bundle-options .field.option > .label:before {
  content: "";
  display: block;
  width: 2px;
  z-index: 100;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
}
.fieldset-bundle-options .field.choice.choice-inline {
  display: flex;
  align-items: unset;
}
.fieldset-bundle-options .field.choice.choice-inline .label {
  margin: 0 !important;
}
.fieldset-bundle-options .field.choice.choice-inline > input {
  float: left;
  min-width: 18px;
  margin-top: 12px !important;
}
.fieldset-bundle-options .field.choice.choice-inline .label-option-content {
  display: flex;
  padding-left: 50px;
  margin-left: 6px;
  min-height: 40px;
  align-items: center;
  position: relative;
}
.fieldset-bundle-options .field.choice.choice-inline .label img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.fieldset-bundle-options .field.choice.choice-inline .price-container,
.fieldset-bundle-options .field.choice.choice-inline .price-container .price {
  font-size: 100%;
}
.fieldset-bundle-options .field.choice .label {
  margin-bottom: 0 !important;
}
.fieldset-bundle-options .field.choice .detail-btn,
.fieldset-bundle-options .field.choice .quickview-btn {
  display: inline-block;
  vertical-align: top;
  min-width: 24px;
  width: 24px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #f5f5f5;
  position: relative;
  top: 0;
  margin: 0 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -khtml-radius: 2px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.fieldset-bundle-options .field.choice .detail-btn span,
.fieldset-bundle-options .field.choice .quickview-btn span {
  display: none;
}
.fieldset-bundle-options .field.choice .detail-btn:before {
  content: "\e971";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
}
.fieldset-bundle-options .field.choice .quickview-btn:before {
  content: "\e954";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
}
.child-bundle-items .item .bundle-image + .quickview-handler {
  margin-top: 5px;
  background: #f5f5f5;
  text-align: center;
  padding: 5px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.button-disable {
  display: none;
}
@media (max-width: 1199px) {
  .product-slider.max-height-items.nav-style-1.hover-to-show .owl-theme .owl-nav {
    opacity: 1;
    visibility: visible;
  }
  .product-slider.max-height-items.nav-style-1.hover-to-show .owl-theme .owl-nav [class*="owl-"] {
    top: 30%;
  }
}
@media (max-width: 991px) {
  .default-style .resp-tabs-list {
    gap: 1rem 3rem;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    flex-wrap: wrap;
    gap: 4px;
  }
  .product-info-main .box-tocart .action.tocart {
    padding: 14px 10px;
  }
  .product-info-main .product-delivery {
    margin-bottom: 15px;
    display: block;
    height: auto;
  }
  .product-slider.stagepadding-slider .block .block-title {
    margin-bottom: 30px;
  }
  .product-slider.stagepadding-slider .block .block-title strong {
    font-size: 3.2rem !important;
  }
  .countdown-time-detail {
    padding: 1.6rem;
  }
  .product-info-main .box-tocart .actions .action.primary,
  .product-options-bottom .box-tocart .actions .action.primary {
    margin-bottom: 10px;
  }
  .product-info-main .product-social-links .action,
  .product-info-main .product-addto-links .action {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .default-style .resp-tabs-list {
    gap: 0 5rem;
    padding: 0 2.5rem;
    text-align: left;
  }
  .default-style .resp-tabs-list li {
    float: none !important;
    margin: 0 !important;
    width: 100%;
    padding: 1.2rem 0 !important;
    border-bottom: 1px solid #ddd;
    font-size: 1.6rem;
  }
  .default-style .resp-tabs-list li:after {
    height: 0.1rem;
  }
  .default-style .resp-tabs-list li:last-child {
    border: 0px !important;
  }
  .default-style .resp-tabs-container {
    padding: 2.5rem;
  }
  .countdown-time-detail .countdown-static {
    font-size: 1.6rem;
  }
}
@media (max-width: 567px) {
  .product.info.detailed .hdt-grid {
    grid-template-columns: 1fr;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    flex-wrap: wrap;
  }
  .product-info-main .box-tocart .actions .action.primary,
  .product-options-bottom .box-tocart .actions .action.primary {
    width: 100%;
    margin: 0px 0 10px;
  }
  .countdown-time-detail {
    display: inline-block;
    width: 100%;
    padding: 1.6rem 1rem;
  }
  .product-slider.stagepadding-slider .block .block-title {
    margin-bottom: 30px;
  }
  .product-slider.stagepadding-slider .block .block-title strong {
    font-size: 2.2rem !important;
  }
  .product-info-main .product-trust-seal .product-trust-mess {
    max-width: 100%;
    align-items: center;
    display: flex;
  }
  .product-info-main .product-trust-seal .product-trust-mess p {
    margin: 0px;
  }
  .product-slider.stagepadding-slider {
    margin-bottom: 20px;
  }
  body.catalog-product-view .sidebar.sidebar-main {
    width: 300px !important;
  }
}
@media (max-width: 375px) {
  .product-info-main .product-social-links {
    padding-top: 0;
    clear: both;
  }
}
@media only screen and (max-width: 639px) {
  .product-add-form .table-wrapper.grouped .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding: 0.75rem;
  }
  .product-add-form .table-wrapper.grouped .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .product-add-form .table-wrapper.grouped .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    padding: 0.75rem;
    display: table-cell;
  }
}
/**
 * Pages
 */
/**
 * Pages
 */
/**
 * 404
 */
.hdt-notfound {
  text-align: center;
}
.hdt-notfound > img {
  margin-bottom: 6rem;
}
.hdt-notfound h3 {
  font-size: 5.2rem;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
}
.hdt-notfound p {
  font-size: 1.4rem;
  color: #545454;
  margin-bottom: 40px;
}
.hdt-notfound .btn-notfound {
  overflow: hidden;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -khtml-radius: 0.3rem;
  background: #000;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 1.4rem 2.4rem;
  position: relative;
  display: inline-block;
}
.hdt-notfound .btn-notfound:after {
  background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  content: "";
  left: 150%;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
  width: 200%;
}
.hdt-notfound .btn-notfound:hover {
  color: #fff;
}
.hdt-notfound .btn-notfound:hover:after {
  animation: shine 0.75s cubic-bezier(0.01, 0.5600000000000001, 1, 1);
}
/**
 * Blog
 */
.c-replyform button {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -khtml-radius: 4px;
}
.sidebar-additional .widget.block {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
.sidebar-additional .widget.block ul {
  border: 0px;
}
.sidebar-additional .widget.block ul li {
  border-bottom: 0;
  padding: 8px 0px;
  background: none;
  font-weight: 500;
}
.sidebar-additional .widget.block ul li a {
  font-weight: 500;
}
.widget.block-tagclaud .tagclaud-hld {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.widget.block-tagclaud .tagclaud-hld .largest,
.widget.block-tagclaud .tagclaud-hld .medium,
.widget.block-tagclaud .tagclaud-hld .smallest {
  font-size: 1.4rem !important;
  text-transform: capitalize;
  border-radius: 0.3rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 30px;
  display: inline-block;
  line-height: 30px;
  padding: 0 1.4rem;
  margin-bottom: 2px;
}
.widget.block-archive .block-content .item {
  padding: 0 0 5px;
  display: block;
  margin: 0;
}
.widget.block-tagclaud .tagclaud-hld {
  margin-top: 30px;
}
.widget.block-recent-posts .block-content .item a.post-item-link {
  font-size: 1.4rem;
  font-weight: 500;
}
.blog-page-list .post-holder {
  margin-bottom: 37px;
}
.blog-page-list .post-holder .post-ftimg-hld {
  max-height: 62.5rem;
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -o-border-radius: 1rem;
  -khtml-radius: 1rem;
  position: relative;
}
.blog-page-list .post-holder .post-ftimg-hld img {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.blog-page-list .post-holder .post-ftimg-hld:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-page-list .post-holder .post-ftimg-hld .post-date {
  position: absolute;
  bottom: 18px;
  left: 18px;
  padding: 0 1.6rem;
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  -khtml-radius: 0.25rem;
  color: #000;
  background-color: #fff;
  min-height: 3.1rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
  text-transform: uppercase;
  border: 0;
  font-weight: bold;
}
.blog-page-list .post-holder .post-description .post-title-holder {
  margin-bottom: 15px;
}
.blog-page-list .post-holder .post-description .post-title-holder .post-title a {
  font-weight: normal;
  font-size: 2rem;
}
.blog-page-list .post-holder .post-text-hld {
  display: none !important;
}
.blog-page-list .post-holder .read-more {
  font-weight: bold;
  margin-top: 0.8rem;
  position: relative;
  display: inline-block;
}
.blog-page-list .post-holder .read-more a {
  font-size: 14px;
}
.blog-page-list .post-holder .read-more a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: currentColor;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
.widget.block-list-posts .block-content .item .post-image,
.post-content .post-description .post-ftimg-hld,
.blog-img {
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -o-border-radius: 1rem;
  -khtml-radius: 1rem;
  overflow: hidden;
}
.widget.block-list-posts .block-content .item .post-image img,
.post-content .post-description .post-ftimg-hld img,
.blog-img img {
  margin: 0px;
}
.comment-form-blog-recaptcha input {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -khtml-radius: 4px;
}
.blog-img {
  margin-bottom: 48px;
  overflow: hidden;
}
.blog-img img {
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -o-border-radius: 1rem;
  -khtml-radius: 1rem;
}
.hdt-text {
  margin-bottom: 50px;
}
.hdt-text p {
  color: #545454;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 22px;
}
blockquote {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 22px;
  padding: 16px 30px 25px 30px;
  border-inline-start: 2px solid #000;
  margin-bottom: 45px;
  color: #000;
}
blockquote svg {
  margin-bottom: 20px;
  display: block;
}
.post-holder .post-header .post-info {
  text-align: center;
}
.post-holder .post-header .post-info .post-categories,
.post-holder .post-header .post-info .post-tags {
  display: none;
}
.post-holder .post-header .post-info .post-author,
.post-holder .post-header .post-info .post-posed-date {
  color: #545454;
  display: inline-block;
}
.post-holder .post-header .post-info .post-author .mf-blog-icon,
.post-holder .post-header .post-info .post-posed-date .mf-blog-icon {
  display: none;
}
.post-holder .post-header .post-info .post-author .value,
.post-holder .post-header .post-info .post-posed-date .value {
  font-style: normal;
  font-weight: bold;
  color: #000;
}
.blog-post-view .page-title {
  text-align: center;
}
.block.clients-say {
  border-bottom: 1px solid #ebebeb;
}
.block.clients-say .hdt-slider__slide .hdt-testimonial-heading-item {
  margin-bottom: 4rem;
  font-size: 4.2rem;
  color: #000;
}
.block.clients-say .hdt-slider__slide .hdt-poropost-image {
  margin-bottom: 4rem;
}
.block.clients-say .hdt-slider__slide .hdt-rating-wapper {
  margin-bottom: 2.4rem;
}
.block.clients-say .hdt-slider__slide .hdt-rating-wapper svg.hdt-last_star {
  color: #ff7b54;
  width: 1.8rem;
  height: 1.6rem;
}
.block.clients-say .hdt-slider__slide .hdt-testimonial-content {
  margin-bottom: 2.4rem;
  font-size: 2rem;
}
.block.clients-say .hdt-slider__slide .hdt-testimonial-name strong {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
}
.block.clients-say .owl-nav {
  position: absolute;
  bottom: 125px;
  left: 0;
  right: auto;
  margin: 0;
}
.block.clients-say .owl-nav [class*="owl-"] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  margin: 0 10px 0 0;
}
.block.clients-say .owl-nav [class*="owl-"]:hover {
  border-color: #000 !important;
  color: #fff !important;
  background: #000 !important;
}
.block.clients-say .owl-nav [class*="owl-"].disabled {
  border-color: rgba(0, 0, 0, 0.14);
  color: rgba(0, 0, 0, 0.4);
}
/**
 * About us
 */
.cms-about-us .breadcrumbs-title {
  display: none;
}
.cms-about-us .page-main {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.cms-about-us .page-main .hero-image {
  position: relative;
  margin: 0 -25px;
}
.cms-about-us .page-main .hero-image .hero-image-heading {
  font-weight: normal;
  color: #fff;
  font-size: 6.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cms-about-us .full-width {
  width: 100% !important;
  max-width: 100% !important;
}
.cms-about-us .hdt-img_group {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
}
.cms-about-us .hdt-img_group .hdt-img_item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 10;
  grid-row-start: 1;
  grid-row-end: 11;
  z-index: 1;
}
.cms-about-us .hdt-img_group .hdt-img_item:nth-child(2) {
  grid-column-start: 7;
  grid-column-end: 13;
  grid-row-start: 5;
  grid-row-end: 12;
  margin: 40px 0 0 40px;
  z-index: 2;
}
.cms-about-us .block.shop-gram {
  margin-bottom: 80px !important;
}
.cms-about-us .block.shop-gram .block-title p {
  color: #545454;
}
.hdt-icon-box-about {
  padding: 90px;
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -o-border-radius: 1rem;
  -khtml-radius: 1rem;
  background: #fbf7f0;
  text-align: center;
}
.hdt-icon-box-about .hdt-section-head {
  margin-bottom: 74px;
}
.hdt-icon-box-about .hdt-section-head h3 {
  color: #000;
  font-size: 4.2rem;
  margin-bottom: 29px;
}
.hdt-icon-box-about .hdt-section-head .hdt-sec-subheading {
  font-size: 2rem;
  line-height: 22px;
  color: #545454;
}
.hdt-icon-box-about .hdt-icon-box .hdt-icon-box__icon {
  width: 98px;
  height: 98px;
  background-color: transparent;
  border: .1rem solid #000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 2.4rem;
}
.hdt-icon-box-about .hdt-icon-box .hdt-icon-box__content .hdt-icon-box__title {
  font-size: 2.8rem;
  transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  color: #000;
  margin-bottom: 2rem;
}
.hdt-icon-box-about .hdt-icon-box .hdt-icon-box__content .hdt-icon-box__description {
  color: #545454;
}
.hdt-row-grid {
  display: grid;
  column-gap: 30px;
  row-gap: 33px;
  padding: 64px 0 69px;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
.hdt-row-grid .hdt-s-text {
  color: #000;
  font-size: 4.2rem;
}
.hdt-row-grid p {
  color: #545454;
  line-height: 1.5;
}
.hdt-content {
  place-self: start center;
  text-align: start;
}
.hdt-content .hdt-heading {
  font-size: 2.8rem;
  color: #000;
  font-weight: 400;
}
.hdt-content p {
  color: #545454;
  line-height: 1.5;
  margin-top: 1.8rem;
}
.hdt-w-full {
  width: 100%;
}
/**
 * Contact us
 */
body.contact-index-index .page-main {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.contact-us-container .google-map {
  line-height: 0;
  margin-bottom: 67px;
}
.contact-us-container .google-map iframe {
  width: 100%;
  height: 450px;
}
.contact-form-info .bonus-title {
  text-align: left;
}
.block-contact-form {
  margin-bottom: 96px;
}
.block-contact-form .bonus-title strong {
  font-size: 2.8rem;
  color: #000;
  font-weight: 400;
}
.block-contact-form .bonus-content .form.contact {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 2rem;
}
.block-contact-form .field {
  margin: 0 0 15px !important;
}
.block-contact-form .field .label {
  float: none !important;
  width: 100% !important;
  display: block;
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
  text-align: unset !important;
  font-weight: normal;
  color: #000;
}
.block-contact-form .field .control {
  float: none !important;
  width: 100% !important;
  display: block;
  padding: 0 !important;
}
.block-contact-form .field .control input.input-text {
  height: 42px;
}
.block-contact-form .field .control input.input-text,
.block-contact-form .field .control textarea {
  border-color: rgba(144, 144, 144, 0.1);
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -khtml-radius: 0.3rem;
}
.block-contact-form .field .control input.input-text:focus,
.block-contact-form .field .control textarea:focus {
  border-color: #111;
  color: #000;
}
.block-contact-form .field .control input.input-text::placeholder,
.block-contact-form .field .control textarea::placeholder {
  color: #909090;
}
.block-contact-form .actions-toolbar {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: right;
}
.block-contact-form .actions-toolbar .primary {
  float: none;
  width: 100%;
}
.block-contact-form .actions-toolbar .primary button {
  text-transform: capitalize;
  width: 100%;
  margin: 0;
  background: #000;
  color: #fff;
  height: 46px;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -khtml-radius: 0.3rem;
}
.info-contact {
  color: #545454;
}
.info-contact b,
.info-contact strong {
  color: #000;
}
.info-contact .hdt-content .hdt-rte p:first-child {
  margin-bottom: 5px;
}
.info-contact .hdt-content .hdt-rte p:last-child {
  margin-top: 5px;
}
.info-contact ul.socials-list {
  margin-top: 3.8rem;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  padding: 0;
}
.info-contact ul.socials-list li a {
  width: 16px;
  height: 16px;
}
.info-contact ul.socials-list li a svg {
  width: 16px;
  height: 16px;
}
.info-contact ul.socials-list li a:hover svg {
  fill: currentColor;
}
/*cms-faqs */
.cms-faqs-01 .page-main,
.cms-faqs-02 .page-main {
  padding-top: 80px;
}
.cms-faqs-01 .page-faqs h3,
.cms-faqs-02 .page-faqs h3 {
  line-height: 1.2;
  margin-bottom: 24px;
  color: #000;
  font-size: 2.8rem;
  font-weight: 400;
}
.cms-faqs-01 .accordion,
.cms-faqs-02 .accordion {
  margin-bottom: 60px;
}
.cms-faqs-01 .card,
.cms-faqs-02 .card {
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -khtml-radius: 0;
}
.cms-faqs-01 .card .card-header,
.cms-faqs-02 .card .card-header {
  color: #000;
  line-height: 1.2;
  padding: 15px 0;
  border-bottom: solid 1px #ebebeb;
  background-color: transparent;
}
.cms-faqs-01 .card .card-header .title-tab,
.cms-faqs-02 .card .card-header .title-tab {
  background: transparent;
  border: 0;
  padding: 0;
  padding-right: 5px;
  color: #000;
  font-size: 1.6rem;
  width: 100%;
  font-weight: 500;
  text-align: left;
}
.cms-faqs-01 .card .card-header .title-tab:hover,
.cms-faqs-02 .card .card-header .title-tab:hover {
  box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  -o-box-shadow: 0 0 0;
}
.cms-faqs-01 .card .card-header .title-tab[aria-expanded="false"]:after,
.cms-faqs-02 .card .card-header .title-tab[aria-expanded="false"]:after {
  content: "\e92e";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 19px;
  float: right;
}
.cms-faqs-01 .card .card-header .title-tab[aria-expanded="true"]:after,
.cms-faqs-02 .card .card-header .title-tab[aria-expanded="true"]:after {
  content: "\e931";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 19px;
  float: right;
}
.cms-faqs-01 .card .card-body,
.cms-faqs-02 .card .card-body {
  padding: 24px 0 22px;
}
.cms-faqs-01 .hdt-other-content,
.cms-faqs-02 .hdt-other-content {
  background-color: #f2f2f2;
  padding-inline-start: 35px;
  padding-inline-end: 31px;
  padding-top: 30px;
  padding-bottom: 64px;
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -o-border-radius: 1rem;
  -khtml-radius: 1rem;
  max-width: 460px;
  color: #545454;
}
.cms-faqs-01 .hdt-other-content h5.hdt-other-content-title,
.cms-faqs-02 .hdt-other-content h5.hdt-other-content-title {
  margin-bottom: 22px;
  font-weight: 400;
  font-size: 2.8rem;
  color: #000;
}
.cms-faqs-01 .hdt-other-content p,
.cms-faqs-02 .hdt-other-content p {
  margin-bottom: 20px;
}
.cms-faqs-01 .hdt-other-content .contact-link,
.cms-faqs-02 .hdt-other-content .contact-link {
  padding: 1.4rem 3rem;
  background: #000;
  color: #fff;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -khtml-radius: 0.3rem;
  margin-top: 18px;
  display: inline-flex;
}
.cms-faqs-01 .hdt-other-content .contact-link-1,
.cms-faqs-02 .hdt-other-content .contact-link-1 {
  margin-inline-start: 24px;
  position: relative;
}
.cms-faqs-01 .hdt-other-content .contact-link-1:after,
.cms-faqs-02 .hdt-other-content .contact-link-1:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: currentColor;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
.cms-faqs-01 .hdt-other-content .contact-link-1 svg,
.cms-faqs-02 .hdt-other-content .contact-link-1 svg {
  margin-inline-start: 5px;
}
.cms-faqs-02 .page-faqs h3 {
  padding-top: 60px;
}
.cms-faqs-02 #hdt-accordion-item1 h3 {
  padding-top: 0px;
}
.cms-faqs-02 .accordion {
  margin-bottom: 0px;
}
.cms-faqs-02 .ontop-element.menu-on-top {
  position: static !important;
}
.hdt-accordion-link-list-faqs {
  position: sticky;
  top: 0;
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -o-border-radius: 1rem;
  -khtml-radius: 1rem;
  max-width: 460px;
  padding: 25px 38px 29px;
  border: solid 1px #ebebeb;
}
.hdt-accordion-link-list-faqs .hdt-link-item {
  border-bottom: solid 1px #ebebeb;
  padding: 15px 0;
}
.hdt-accordion-link-list-faqs .hdt-link-item .hdt-accordion-item {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.hdt-accordion-link-list-faqs .hdt-link-item .hdt-accordion-item svg {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease 0.1s;
  -moz-transition: 0.4s ease 0.1s;
  -webkit-transition: 0.4s ease 0.1s;
  -o-transition: 0.4s ease 0.1s;
  -webkit-transform: translate(-20px);
  -ms-transform: translate(-20px);
  -o-transform: translate(-20px);
  transform: translate(-20px);
}
.hdt-accordion-link-list-faqs .hdt-link-item .hdt-accordion-item:hover svg {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
.hdt-accordion-link-list-faqs .hdt-link-item:hover {
  border-color: #000;
}
.hdt-accordion-link-list-faqs .hdt-link-item:last-child {
  border-bottom: 0px;
}
.hdt-accordion-link-list-faqs.faqs-on-top {
  position: fixed;
  width: 100%;
  top: 100px;
}
/* Our Store*/
.cms-our-store .our-store {
  padding-top: 56px;
  padding-bottom: 95px;
}
.cms-our-store .our-store .our-store-img {
  overflow: hidden;
}
.cms-our-store .our-store .our-store-img img {
  transition: 0.35s linear;
  -moz-transition: 0.35s linear;
  -webkit-transition: 0.35s linear;
  -o-transition: 0.35s linear;
  width: 100%;
}
.cms-our-store .our-store .our-store-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.cms-our-store .our-store-content {
  color: #545454;
}
.cms-our-store .our-store-content h3.hdt-title {
  margin-bottom: 2.4rem;
  font-size: 2.8rem;
  font-weight: 400;
  color: #000;
}
.cms-our-store .our-store-content .hdt-rte {
  margin-bottom: 2.2rem;
}
.cms-our-store .our-store-content .hdt-rte strong {
  color: #000;
}
.cms-our-store .our-store-content .hdt-btn {
  margin-top: 3.2rem;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -khtml-radius: 0.3rem;
  border: 1px solid #000;
  padding: 1.4rem 2.4rem;
  display: block;
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #000;
}
.cms-our-store .our-store-content .hdt-btn svg {
  margin-inline-start: 1.2rem;
  z-index: 1;
  height: auto;
  width: .6666666em;
}
.cms-our-store ul.socials-list {
  margin-top: 3.8rem;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  padding: 0;
}
.cms-our-store ul.socials-list li a {
  width: 16px;
  height: 16px;
}
.cms-our-store ul.socials-list li a svg {
  width: 16px;
  height: 16px;
}
.cms-our-store ul.socials-list li a:hover svg {
  fill: currentColor;
}
/*store locator */
.hdt-store-locator {
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
  grid-template-columns: repeat(12, 1fr);
}
.hdt-store-locator .hdt-store-list-wrap {
  grid-column: span 4;
}
.hdt-store-locator .hdt-store-map {
  grid-column: span 8;
  overflow: hidden;
}
/**/
.hdt-store-list-wrap .nav-pills {
  gap: 10px;
  display: grid;
}
.hdt-store-list-wrap .nav-pills .nav-link {
  padding-top: 28px;
  padding-bottom: 30px;
  padding-inline-start: 27px;
  padding-inline-end: 27px;
  color: #000;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -o-border-radius: 1rem;
  -khtml-radius: 1rem;
  font-weight: 400;
  text-align: initial;
}
.hdt-store-list-wrap .nav-pills .nav-link .hdt-store-title {
  color: inherit;
  transition: 0.4s ease 0s;
  -moz-transition: 0.4s ease 0s;
  -webkit-transition: 0.4s ease 0s;
  -o-transition: 0.4s ease 0s;
  line-height: 1.2;
  margin-bottom: 17px !important;
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: 400;
  font-size: 2rem;
  display: flex;
  align-items: center;
  word-break: break-word;
  text-align: start;
  position: relative;
}
.hdt-store-list-wrap .nav-pills .nav-link .hdt-store-title svg {
  scroll-margin-inline-end: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  z-index: 1;
  margin: auto;
  transition: 0.4s ease 0s;
  -moz-transition: 0.4s ease 0s;
  -webkit-transition: 0.4s ease 0s;
  -o-transition: 0.4s ease 0s;
  position: absolute;
  bottom: 0;
  left: 0px;
  top: 0;
}
.hdt-store-list-wrap .nav-pills .nav-link .hdt-store-info {
  line-height: 1.6;
  margin-bottom: 5px;
}
.hdt-store-list-wrap .nav-pills .nav-link .hdt-store-info:last-child {
  margin-bottom: 0px;
}
.hdt-store-list-wrap .nav-pills .nav-link .hdt-store-info span {
  font-weight: bold;
  font-size: 1.4rem;
}
.hdt-store-list-wrap .nav-pills .nav-link.active.show,
.hdt-store-list-wrap .nav-pills .nav-link:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.hdt-store-list-wrap .nav-pills .nav-link.active.show .hdt-store-title,
.hdt-store-list-wrap .nav-pills .nav-link:hover .hdt-store-title {
  padding-inline-start: 26px;
}
.hdt-store-list-wrap .nav-pills .nav-link.active.show .hdt-store-title svg,
.hdt-store-list-wrap .nav-pills .nav-link:hover .hdt-store-title svg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.hdt-page-delivery-return h4,
.hdt-page-popup-delivery h4,
.hdt-page-privacy-policy h4,
.hdt-page-terms-conditions h4 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
  line-height: 28px;
}
.hdt-page-delivery-return p,
.hdt-page-popup-delivery p,
.hdt-page-privacy-policy p,
.hdt-page-terms-conditions p {
  margin-block-start: 1.5rem;
  margin-bottom: 0px;
  color: #868686;
}
.hdt-page-delivery-return > div,
.hdt-page-popup-delivery > div,
.hdt-page-privacy-policy > div,
.hdt-page-terms-conditions > div {
  margin-bottom: 2rem;
}
/*Timeline*/
.hdt_timeline_content {
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: center;
}
.hdt_timeline_content .hdt_timeline_line {
  width: 1px;
  border: 0px;
  border-right: 1px dashed #ebebeb;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.hdt_timeline_content .hdt_timeline_line:after,
.hdt_timeline_content .hdt_timeline_line:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  z-index: 3;
  background-color: #ebebeb;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
}
.hdt_timeline_content .hdt_timeline_line:before {
  top: 0px;
}
.hdt_timeline_content .hdt_timeline_line:after {
  bottom: 0;
}
.hdt_timeline_content .hdt-timeline-title {
  margin-bottom: 10px;
  font-size: 4.2rem;
}
.hdt-timeline-item :where(.hdt-timeline-image,.hdt-timeline-content) {
  max-width: 490px;
  background-color: #fff;
  z-index: 2;
}
.sm-notfound {
  text-align: center;
}
.sm-notfound p {
  font-size: 3rem;
  color: #000;
  margin: 50px 0;
}
.sm-notfound a.back-home {
  height: 50px;
  background: #000;
  color: #fff;
  padding: 0 50px;
  line-height: 50px;
  display: inline-block;
}
@media (min-width: 1150px) {
  .contact-form-info .info-contact .hdt-content {
    margin-inline-start: 12.2rem;
    place-self: start start;
  }
  .contact-form-info .block-contact-form {
    margin-inline-end: 12.2rem;
  }
  .cms-faqs-01 .col-left-faqs,
  .cms-faqs-02 .col-left-faqs {
    max-width: 58.33333333%;
  }
  .cms-our-store .our-store-content {
    padding-inline-start: 9.3rem;
    padding-inline-end: 4rem;
  }
  .hdt_timeline_content {
    padding-top: 130px;
    width: 100%;
    max-width: 1660px;
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
  .hdt_timeline_content .hdt-timeline-inner {
    gap: 190px;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .hdt_timeline_content .hdt-timeline-inner:before {
    left: calc(50% + 35px);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
  }
  .hdt_timeline_content .hdt-timeline-inner:after {
    right: calc(50% + 35px);
    -webkit-transform: translate(50%);
    -ms-transform: translate(50%);
    -o-transform: translate(50%);
    transform: translate(50%);
  }
  .hdt_timeline_content .hdt-timeline-inner:after,
  .hdt_timeline_content .hdt-timeline-inner:before {
    position: absolute;
    content: "";
    width: 20px;
    background-color: #ebebeb;
    height: 1px;
    z-index: 3;
    top: calc(50% + 5px);
    width: 40px;
  }
  .hdt_timeline_content .hdt-timeline-inner .hdt-timeline-time {
    background-color: #000;
    color: #fff;
    border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    -khtml-radius: 0.25rem;
    padding: 0 35px;
    line-height: 36px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
  .hdt_timeline_content .hdt-timeline-inner .hdt-timeline-description {
    color: #545454;
  }
}
@media (max-width: 1199px) {
  .cms-about-us .hero-image {
    min-height: inherit;
  }
  .cms-about-us .owl-theme .owl-dots {
    text-align: center;
  }
  .cms-about-us .owl-theme .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
  }
  .cms-about-us .owl-theme .owl-dots .owl-dot span {
    margin: 0;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-radius: 50%;
  }
  .cms-about-us .owl-theme .owl-dots .owl-dot.active {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-radius: 50%;
  }
  .cms-about-us .owl-theme .owl-dots .owl-dot.active span {
    width: 4px;
    height: 4px;
    background: #000;
  }
  .cms-about-us .page-main .hero-image .hero-image-heading {
    font-size: 5rem;
  }
  .cms-about-us .hdt-row-grid .hdt-s-text {
    font-size: 3.2rem;
  }
  .cms-about-us .hdt-content h2.hdt-heading {
    font-size: 3.2rem;
  }
  .cms-about-us .hdt-icon-box-about .hdt-section-head h3 {
    font-size: 3.2rem;
  }
  .cms-about-us .hdt-icon-box-about .hdt-section-head .hdt-sec-subheading {
    font-size: 1.6rem;
  }
  .cms-about-us .hdt-icon-box-about .hdt-icon-box .hdt-icon-box__content .hdt-icon-box__title {
    font-size: 2.3rem;
  }
  .cms-about-us .block.clients-say .owl-nav {
    bottom: 10%;
  }
  .cms-about-us .block.clients-say .hdt-slider__slide .hdt-testimonial-content {
    font-size: 1.6rem;
  }
  .cms-about-us .block.clients-say .hdt-slider__slide .hdt-poropost-image {
    margin-bottom: 2rem;
  }
  .cms-about-us .block.clients-say .hdt-slider__slide .hdt-testimonial-heading-item {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
  .cms-about-us .block.shop-gram .block-title strong {
    font-size: 3.2rem;
  }
  .hdt-store-locator .hdt-store-map iframe {
    height: 104rem;
  }
  .hdt-store-locator .hdt-store-map :where(iframe) {
    width: 100%;
  }
  .cms-our-store .our-store .our-store-img {
    display: block;
    max-width: 100%;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .cms-our-store .our-store .our-store-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .hdt_timeline_content .hdt-timeline-inner {
    gap: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hdt-timeline-time {
    background-color: #000;
    color: #fff;
    border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    -khtml-radius: 0.25rem;
    padding: 0 35px;
    line-height: 36px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
  .hdt-timeline-description {
    color: #545454;
  }
  .hdt_timeline_content .hdt-timeline-title {
    font-size: 3.2rem;
  }
}
@media (max-width: 1049px) {
  .cms-our-store .our-store .our-store-img {
    position: static;
  }
  .hdt-accordion-link-list-faqs.faqs-on-top {
    width: auto;
  }
  .contact-form-info .info-contact .hdt-content {
    place-self: start start;
  }
}
@media (max-width: 991px) {
  .cms-about-us .hero-image {
    min-height: inherit;
  }
  .cms-about-us .hdt-hidden {
    display: none;
  }
  .cms-about-us .hdt-icon-box-about {
    padding: 90px 70px;
  }
  .cms-about-us .page-main .hero-image .hero-image-heading {
    font-size: 3.2rem;
  }
  .cms-about-us .hdt-img_group .hdt-img_item:nth-child(2) {
    grid-row: 0.5;
  }
  .cms-about-us .hdt-icon-box-about > .row {
    row-gap: 30px;
  }
  .cms-about-us .block.clients-say .hdt-slider__slide {
    padding-bottom: 70px;
  }
  .cms-about-us .block.clients-say .owl-nav {
    bottom: 0;
  }
  .contact-us-container .contact-form-info > .row {
    row-gap: 30px;
  }
  .hdt-accordion-link-list-faqs {
    position: unset !important;
  }
  .cms-faqs-02 .col-left-faqs {
    margin-top: 40px;
  }
  .hdt-store-locator .hdt-store-map iframe {
    height: 100rem;
  }
  .hdt-store-list-wrap .nav-pills .nav-link {
    padding: 20px;
  }
  .hdt-store-locator .hdt-store-list-wrap {
    grid-column: span 5;
  }
  .hdt-store-locator .hdt-store-map {
    grid-column: span 7;
  }
}
@media (min-width: 768px) {
  .hdt-timeline-item .hdt-timeline-inner.hdt-timeline-content__end {
    flex-direction: row-reverse;
  }
  .hdt-timeline-item :where(.hdt-timeline-image,.hdt-timeline-content) {
    width: 50%;
  }
  .hdt-timeline-content__end .hdt-timeline-content {
    text-align: left;
  }
  .hdt_timeline_content .hdt-timeline-item .hdt-timeline-content__start .hdt-timeline-content {
    text-align: right;
  }
  .hdt-timeline-item::before {
    width: 10px;
    height: 10px;
    background-color: #db1215;
    top: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    content: "";
    position: absolute;
    z-index: 3;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-radius: 50%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .block-contact-form .field.email,
  .block-contact-form .field.telephone,
  .block-contact-form .field.name {
    max-width: unset;
  }
  .cms-about-us .pt-desktop-100 {
    padding-top: 40px !important;
  }
  .cms-about-us .pb-desktop-100 {
    padding-bottom: 40px !important;
  }
  .cms-about-us .pb-desktop-78 {
    padding-bottom: 40px !important;
  }
  .cms-about-us .pt-desktop-78 {
    padding-top: 40px !important;
  }
  .cms-about-us .pt-desktop-125 {
    padding-top: 40px !important;
  }
  .cms-about-us .pb-desktop-125 {
    padding-bottom: 40px !important;
  }
  .cms-about-us .pt-desktop-110 {
    padding-top: 40px !important;
  }
  .cms-about-us .shop-gram .block-title p {
    text-align: center;
  }
  .cms-about-us .hdt-img_group .hdt-img_item:nth-child(2) {
    grid-row: 0.46153846;
    grid-column: 0.53846154;
    margin: 0;
  }
  .cms-about-us .page-main .hero-image .hero-image-heading {
    font-size: 2.4rem;
    padding: 0 30px;
  }
  .cms-about-us .hdt-section-spacing .row {
    row-gap: 30px;
  }
  .cms-about-us .hdt-icon-box-about {
    padding: 50px 20px !important;
  }
  .cms-about-us .block.clients-say .hdt-slider__slide {
    padding-bottom: 30px;
  }
  .cms-about-us .block.clients-say .owl-nav {
    bottom: 20px;
    left: 0;
    width: 100%;
  }
  .cms-our-store .our-store {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .cms-our-store .our-store > .row {
    row-gap: 30px;
  }
  .cms-our-store ul.socials-list {
    margin-top: 1.8rem;
  }
  .cms-our-store .our-store-item2 > .row {
    flex-direction: column-reverse;
  }
  .hdt-store-locator {
    grid-template-columns: repeat(1, 1fr);
  }
  .hdt-store-locator .hdt-store-list-wrap {
    grid-column: span 12;
  }
  .hdt-store-locator .hdt-store-map {
    grid-column: span 12;
  }
  .hdt-store-locator .hdt-store-list-wrap .nav-link[aria-selected="false"] .hdt-store-info {
    display: none;
  }
  .hdt-store-locator .hdt-store-list-wrap .nav-link[aria-selected="false"] .hdt-store-title {
    margin-bottom: 0 !important;
  }
  .hdt-timeline-item .hdt-timeline-inner {
    gap: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
    flex-direction: column;
  }
  .hdt_timeline_content .hdt-timeline-title {
    font-size: 2.2rem;
  }
  .cms-about-us .block.clients-say .hdt-slider__slide .hdt-testimonial-heading-item,
  .cms-about-us .hdt-icon-box-about .hdt-section-head h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 575px) {
  .post-list .post-holder {
    width: 100% !important;
  }
  .hdt-section-spacing .hdt-row-grid {
    row-gap: 20px;
  }
  .blog-img {
    margin-bottom: 15px;
  }
}
/*fix bug review*/
.cms-about-us .page-main {
  width: 100% !important;
}
@media (min-width: 1150px) and (max-width: 1919px) {
  .cms-about-us .hero-image .hdt-media-wrapper {
    max-height: 860px;
    overflow: hidden;
  }
}
@media (min-width: 1920px) {
  .cms-about-us .hero-image .hdt-media-wrapper img {
    width: 100%;
  }
  .blog-page.blog-page-list.page-layout-1column .post-list-wrapper .post-list .post-holder {
    width: 33.333%;
  }
}
.block-clients .owl-stage-outer .owl-stage {
  transition: all 0.5s ease-in-out 0.5s !important;
  -moz-transition: all 0.5s ease-in-out 0.5s !important;
  -webkit-transition: all 0.5s ease-in-out 0.5s !important;
  -o-transition: all 0.5s ease-in-out 0.5s !important;
}
.cms-about-us .hdt-content h2.hdt-heading {
  font-size: 2.8rem;
  margin-top: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: auto !important;
  }
}
/**
 * Account
 */
body.account .breadcrumbs-title {
  display: none;
}
.account .column.main .toolbar.wishlist-toolbar .toolbar-amount {
  padding: 0;
  margin: 0;
}
.account .sidebar-additional {
  margin-top: 0;
}
.account .field.choice input[type="checkbox"] {
  margin-top: 1px;
}
.account .products-grid.wishlist .product-item .fieldset .field.qty {
  display: flex;
  gap: 10px;
  align-items: center;
}
.account .products-grid.wishlist .product-item .fieldset .field.qty .label {
  margin: 0px;
}
.account .form-address-edit select,
.account .form-edit-account select,
.fieldset.password select,
.account .form-address-edit input[type="text"],
.account .form-edit-account input[type="text"],
.fieldset.password input[type="text"],
.account .form-address-edit #password-strength-meter-container,
.account .form-edit-account #password-strength-meter-container,
.fieldset.password #password-strength-meter-container {
  max-width: 980px;
}
.account .action-primary.action-accept {
  border: 1px solid #444;
}
table.table-additional-addresses-items .col {
  width: auto;
}
.block.block-collapsible-nav {
  margin-bottom: 0px !important;
}
.block.block-collapsible-nav .nav.items {
  display: flex;
  flex-direction: column;
}
.block.block-collapsible-nav .nav.items .item {
  margin: 3px 0 0;
  width: 100%;
  display: block;
}
.block.block-collapsible-nav .nav.items .delimiter {
  margin: 0px !important;
  border: 0px;
}
.account.page-layout-2columns-left .column.main {
  padding-left: 30px;
}
.account-nav .item {
  display: block;
  width: 100%;
  margin: 0;
}
.account-nav .item a {
  color: #222;
}
.account .column.main .toolbar .pager {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.customer-account-login .login-container .block-customer-login .actions-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
}
.customer-account-login .login-container .block-customer-login .actions-toolbar:before {
  display: none;
}
.customer-account-login .login-container .block-customer-login .actions-toolbar > .primary {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  html .account.page-layout-2columns-left .sidebar-main,
  html .account.page-layout-2columns-left .sidebar-additional {
    width: 270px !important;
    float: left;
  }
  html .account.page-layout-2columns-left .column.main {
    width: calc(100% - 300px) !important;
    float: right;
  }
  .block-collapsible-nav {
    position: static;
  }
  .block-collapsible-nav .block-collapsible-nav-title {
    display: none !important;
  }
  .block-collapsible-nav .content {
    display: block !important;
  }
}
/**
 * RESPONSIVE
 */
@media (min-width: 768px) and (max-width: 991px) {
  .wishlist-index-index .products-grid .product-item {
    width: 50% !important;
  }
}
@media (max-width: 768px) {
  .block-collapsible-nav {
    top: 0px !important;
  }
  .wishlist-index-index .column.main,
  .wishlist-index-index .sidebar {
    width: 100% !important;
  }
  .products-grid.wishlist .product-item .product-image-container,
  .products-grid.wishlist .product-item .product-item-photo {
    width: 80px !important;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 0px !important;
  }
  .sidebar .block:not(.filter).block-compare {
    border-bottom: 0px !important;
  }
  .account .column.main .page-title-wrapper .page-title {
    margin: 25px 0;
  }
  .cart.table-wrapper .item .col.item {
    min-height: 102px;
  }
  body.account .page-main {
    padding-top: 50px !important;
  }
}
@media (max-width: 767px) {
  .customer-account-login .login-container .block-new-customer,
  .customer-account-login .login-container .block-customer-login {
    padding: 0px !important;
  }
  .form-wishlist-items .products.wrapper.products-grid.wishlist .product-items .product-item {
    padding: 0 15px 20px;
    margin-bottom: 20px;
  }
  .form-wishlist-items .products.wrapper.products-grid.wishlist .product-items .product-item .fieldset {
    margin-bottom: 8px;
  }
}
@media (max-width: 567px) {
  .toolbar.wishlist-toolbar {
    margin-bottom: 0;
  }
}
/**
 * Checkout page
 */
.checkout-index-index .page-wrapper .opc-progress-bar {
  display: none !important;
}
.checkout-index-index .page-wrapper .page-title-wrapper {
  position: static;
  width: auto;
  height: auto;
}
.opc-wrapper {
  margin: 0;
}
.checkout-container {
  margin: 0;
}
.checkout-container .authentication-wrapper {
  margin-top: -35px;
}
.checkout-container .authentication-wrapper .action-auth-toggle {
  background: #e5e5e5;
  padding: 7px 20px;
  color: #333;
}
.checkout-container .authentication-wrapper .authentication-dropdown {
  border-color: #e5e5e5;
}
.checkout-container .authentication-wrapper .authentication-dropdown .action-close {
  margin: 15px 10px;
}
.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
  padding: 20px;
}
.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap .actions-toolbar {
  margin: 0;
}
.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap .actions-toolbar .primary button {
  font-size: 100%;
  font-weight: normal;
  padding: 7px 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -khtml-radius: 2px;
}
.checkout-container .authentication-wrapper .authentication-dropdown .block-authentication .actions-toolbar > .secondary {
  padding-top: 3px;
}
.checkout-container .authentication-wrapper .authentication-dropdown .block-authentication .block-title {
  font-size: 100%;
  text-align: left;
}
.checkout-container .authentication-wrapper .authentication-dropdown .block-authentication .block-title strong {
  font-size: 116.67%;
  text-transform: uppercase;
  font-weight: 600;
}
.opc-sidebar {
  margin-top: 35px !important;
}
.opc-sidebar .modal-header {
  padding: 0;
}
.opc-sidebar .action-close {
  margin: 17px 10px 10px;
  z-index: 99;
}
.opc-block-summary .items-in-cart > .title:after {
  right: -10px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
  border-color: #e5e5e5;
  font-size: 116.67%;
}
.opc-block-summary {
  padding: 20px;
  margin: 0;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 100% !important;
  font-weight: 600;
}
.opc-block-summary .minicart-items .product-item-details {
  padding: 0;
  margin-left: 60px;
  position: relative;
  top: -10px;
}
.opc-block-summary .minicart-items .product-item:not(:first-child) {
  border-color: #e5e5e5;
}
.opc-block-summary .minicart-items .product-item-name {
  font-weight: 600;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address,
.opc-wrapper .billing-address-form {
  max-width: 900px !important;
}
.opc-wrapper .form-login .field-tooltip,
.opc-wrapper .form-shipping-address .field-tooltip,
.opc-wrapper .billing-address-form .field-tooltip {
  right: 10px;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 600;
}
.table-checkout-shipping-method .row {
  margin: 0;
}
.checkout-payment-method .payment-option-title {
  padding: 20px 0 !important;
  text-transform: uppercase;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #666;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  position: relative;
  top: -2px;
}
.checkout-payment-method .payment-option-content {
  padding: 0;
}
.opc-block-shipping-information {
  padding: 30px 0;
}
.opc-estimated-wrapper .estimated-block {
  float: left;
}
@media (min-width: 768px) {
  .opc-sidebar {
    float: right !important;
  }
  .opc-wrapper {
    float: left !important;
    padding-right: 30px !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  /**
     * Checkout page
     */
  .custom-slide .modal-inner-wrap {
    background-color: #fff;
  }
  .opc-estimated-wrapper .minicart-wrapper {
    display: none !important;
  }
  .opc-block-summary .minicart-items-wrapper {
    max-height: unset;
  }
  .opc-block-summary .product-item .subtotal,
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-align: unset;
  }
  .opc-block-summary .minicart-items .product-item-name {
    margin-bottom: 0;
  }
  .checkout-payment-method .payment-option {
    margin: 0;
  }
  .opc-sidebar {
    position: static;
    visibility: visible;
    opacity: 1;
  }
  .custom-slide .modal-inner-wrap {
    box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    -o-box-shadow: 0 0 0;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/**
 * Login - Register
 */
.captcha-reload {
  width: 50px;
  height: 50px;
  padding: 0;
  vertical-align: top;
  line-height: 50px;
  border: none !important;
  background-color: #ddd;
  color: #222;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -khtml-radius: 2px;
}
.captcha-reload:before {
  content: "\e901";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 26px;
}
.captcha-reload span {
  display: none;
}
.login-container .block .login .actions-toolbar > .primary {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.customer-account-login .login-container .block-new-customer,
.customer-account-login .login-container .block-customer-login {
  color: #000;
}
.customer-account-login .login-container .block-new-customer .block-title,
.customer-account-login .login-container .block-customer-login .block-title {
  font-size: 3rem;
  text-transform: capitalize;
  color: #000;
  padding-bottom: 10px;
  font-weight: normal;
  border-bottom: 0;
}
.customer-account-login .login-container .block-new-customer .block-title strong,
.customer-account-login .login-container .block-customer-login .block-title strong {
  font-weight: normal;
}
.customer-account-login .login-container .block-new-customer .fieldset > .field > .label,
.customer-account-login .login-container .block-customer-login .fieldset > .field > .label {
  font-weight: normal;
  color: #000;
  font-size: 1.6rem;
}
.customer-account-login .login-container .block-new-customer .fieldset > .field .control input,
.customer-account-login .login-container .block-customer-login .fieldset > .field .control input {
  height: 48px;
  border: 1px solid #e5e5e5;
}
.customer-account-login .login-container .block-new-customer .fieldset > .field .control input:focus,
.customer-account-login .login-container .block-customer-login .fieldset > .field .control input:focus {
  border-color: #000;
  color: #000;
}
.customer-account-login .login-container .fieldset:after {
  display: none;
}
.customer-account-login .login-container .actions-toolbar .primary button,
.customer-account-login .login-container .actions-toolbar .create.primary {
  height: 48px;
  line-height: 48px;
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  padding: 0 35px;
}
.customer-account-create .form-create-account {
  width: 100% !important;
}
.customer-account-create .form-create-account .legend {
  font-size: 3rem;
  text-transform: capitalize;
  color: #000;
  padding-bottom: 10px;
  font-weight: normal;
  border-bottom: 0;
}
.customer-account-create .form-create-account .legend span {
  font-weight: normal;
}
.customer-account-create .form-create-account .fieldset.additional_info {
  clear: both;
}
.customer-account-create .form-create-account .fieldset.create.account,
.customer-account-create .form-create-account .fieldset.create.info {
  background-color: #f9f9f9;
  padding: 30px;
  width: 48.7%;
  min-height: 394px;
}
.customer-account-create .form-create-account .fieldset.create.info {
  float: left;
}
.customer-account-create .form-create-account .fieldset.create.account {
  float: right;
}
.customer-account-create .form-create-account .fieldset > .field > .label {
  font-weight: normal;
  color: #000;
  font-size: 1.6rem;
}
.customer-account-create .form-create-account .fieldset > .field .control input {
  height: 48px;
  border: 1px solid #e5e5e5;
}
.customer-account-create .form-create-account .fieldset > .field .control input:focus {
  border-color: #000;
  color: #000;
}
.customer-account-create .form-create-account .actions-toolbar {
  margin-bottom: 20px;
  padding: 0 30px;
}
.customer-account-create .form-create-account .actions-toolbar .primary button {
  height: 48px;
  line-height: 48px;
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  padding: 0 35px;
}
.customer-account-create .form-create-account .actions-toolbar .action.back {
  display: none;
}
.password-strength-meter {
  background-color: #eee;
  margin-top: 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -khtml-radius: 2px;
}
/**
 * Forgot password
 */
.form.password.forget {
  padding: 30px;
  background-color: #f7f7f7;
}
.form.password.forget .actions-toolbar .action.back {
  display: none;
}
@media (max-width: 767px) {
  .customer-account-login .login-container .block-new-customer,
  .customer-account-login .login-container .block-customer-login {
    min-height: unset;
  }
  .customer-account-create .form-create-account .fieldset.create.account,
  .customer-account-create .form-create-account .fieldset.create.info {
    width: 100%;
    min-height: unset;
    margin-bottom: 30px;
  }
  .customer-account-create .form-create-account .actions-toolbar {
    padding: 0;
  }
  .control.captcha-image .captcha-img {
    display: unset;
  }
}
/**
 * Newsletter popup
 */
.enable-newsletter-popup .fancybox-skin {
  padding: 0 !important;
}
.enable-newsletter-popup .fancybox-close {
  top: 12px;
}
#newsletter-popup {
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -o-border-radius: 1rem;
  -khtml-radius: 1rem;
  overflow: hidden;
}
#newsletter-popup .form.subscribe {
  position: absolute;
  z-index: 1;
  bottom: 65px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
#newsletter-popup .block.block-list-products {
  margin-bottom: 0;
}
#newsletter-popup .block.block-list-products .block-title {
  padding-top: 15px;
  padding-bottom: 20px;
  margin-inline-end: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ebebeb;
}
#newsletter-popup .block.block-list-products .block-title strong {
  font-size: 2.2rem;
  font-weight: 500;
  color: #000;
}
#newsletter-popup .block.block-list-products .block-content {
  max-height: 415px;
  overflow-y: scroll;
  padding-bottom: 20px;
  margin-inline-end: 20px;
}
#newsletter-popup .block.block-list-products .block-content .image-product {
  width: 100px;
}
#newsletter-popup .block.block-list-products .block-content .product-item-name {
  font-size: 1.6rem;
}
#newsletter-popup .block.block-list-products .block-content .swatch-attribute-options {
  margin: 0px 0;
}
#newsletter-popup .block.block-list-products .block-content .product-item-details .swatch-attribute.size .swatch-option.text:focus {
  box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  -o-box-shadow: 0 0 0;
}
#newsletter-popup .block.block-list-products .block-content .product-item-details .swatch-attribute.size .swatch-option.text:hover,
#newsletter-popup .block.block-list-products .block-content .product-item-details .swatch-attribute.size .swatch-option.text.selected {
  background: transparent !important;
}
#newsletter-popup .newsletter-info .newsletter-content {
  position: relative;
}
#newsletter-popup .newsletter-info .newsletter-content img {
  min-height: 522px;
}
#newsletter-popup .newsletter-info .newsletter-content .newsletter-description {
  position: absolute;
  margin-top: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  text-align: center;
}
#newsletter-popup .newsletter-info .newsletter-content .newsletter-description .hdt-h5 {
  margin-bottom: 25px;
  margin-top: -10px;
}
#newsletter-popup .newsletter-info .newsletter-content .newsletter-description .hdt-text {
  margin-bottom: 25px;
}
#newsletter-popup .newsletter-info .newsletter-content .newsletter-description .invite-page {
  display: flex;
  justify-content: center;
  margin-bottom: 27px;
}
#newsletter-popup .newsletter-info .newsletter-content .newsletter-description .invite-page input {
  padding: 12px 22px;
  text-align: center;
  outline: none;
  border: none;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  border: 0px;
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  -khtml-radius: 0.25rem;
  font-weight: bold;
  font-size: 1.6rem;
  color: #000;
  width: 140px;
}
#newsletter-popup .newsletter-info .newsletter-content .newsletter-description .invite-page #copy {
  position: relative;
}
#newsletter-popup .newsletter-info .newsletter-content .newsletter-description .invite-page #copy i {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 1px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  width: 45px;
  height: 45px;
  transition: opacity 0.25s ease-in, visibility 0.25s ease-in-out;
  background-color: #f2f2f2;
  display: inline-flex;
  border-radius: 0 0.25rem 0.25rem 0;
  -moz-border-radius: 0 0.25rem 0.25rem 0;
  -webkit-border-radius: 0 0.25rem 0.25rem 0;
  -o-border-radius: 0 0.25rem 0.25rem 0;
  -khtml-radius: 0 0.25rem 0.25rem 0;
  justify-content: safe center;
  align-items: center;
  font-size: 24px;
  color: #000;
  cursor: pointer;
}
#newsletter-popup .newsletter-info .newsletter-content .newsletter-description .invite-page:hover #copy i {
  opacity: 1;
  visibility: visible;
}
#newsletter-popup .newsletter-info .newsletter-content .newsletter-description .hdt-btn {
  width: 250px;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -khtml-radius: 0.3rem;
  display: block;
  height: 46px;
  line-height: 46px;
  border: 0;
  margin: 0 auto;
}
.w-newsletter {
  padding: 0;
  overflow: hidden;
  width: inherit;
}
.w-newsletter .input-box {
  margin-bottom: 10px;
}
.w-newsletter .input-box .input-text {
  height: 50px;
  padding: 0 20px;
  text-align: center;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -khtml-radius: 0;
  background: none;
  border: 1px solid #000;
  color: #000;
}
.w-newsletter .input-box .input-text:focus {
  background: #ffffff;
  border-color: #111;
  color: #111;
}
.w-newsletter .action-newsletter {
  display: block !important;
}
.w-newsletter .action-newsletter button {
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -khtml-radius: 0;
  background: #000;
  padding: 9px 30px;
}
.w-newsletter .subscribe-bottom {
  white-space: nowrap;
}
.w-newsletter .subscribe-bottom input[type="checkbox"] {
  border: 1px solid #fff !important;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -khtml-radius: 2px;
  width: 14px;
  height: 14px;
  margin-top: 3px;
}
.w-newsletter .subscribe-bottom input[type="checkbox"]:before {
  left: 2px;
  top: 2px;
}
.w-newsletter .subscribe-bottom input[type="checkbox"]:checked {
  border-color: transparent !important;
}
.w-newsletter .subscribe-bottom label {
  color: #fff;
}
.w-newsletter .subscribe-bottom label:hover {
  color: #fff;
}
@media (min-width: 1025px) {
  .w-newsletter {
    width: 1000px;
  }
  #newsletter-popup .block.block-list-products .block-content::-webkit-scrollbar {
    height: 5px;
    width: 5px;
  }
  #newsletter-popup .block.block-list-products .block-content::-webkit-scrollbar-thumb,
  #newsletter-popup .block.block-list-products .block-content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -khtml-radius: 8px;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    animation-duration: 0.3s;
  }
}
@media (max-width: 575px) {
  #newsletter-popup .newsletter-info .newsletter-content img {
    width: 100%;
  }
  #newsletter-popup .block.block-list-products {
    padding: 15px 15px 20px;
  }
  #newsletter-popup .block.block-list-products .block-title {
    padding-top: 0;
    padding-bottom: 15px;
  }
  #newsletter-popup .block.block-list-products .block-title strong {
    font-size: 20px !important;
  }
  #newsletter-popup .block.block-list-products .block-content {
    padding-bottom: 0;
  }
}
/**
 * Shopping cart
 */
.cart-container .cart.main.actions .action.update {
  padding: 10px 15px;
  font-weight: normal;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -khtml-radius: 2px;
}
.cart-container .cart.main.actions .action.update:before {
  display: none !important;
}
.cart-container .cart.main.actions .action.clear {
  display: none !important;
}
.cart-container .cart.main.actions .action.continue {
  font-weight: normal;
  padding: 12px 15px 12px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -khtml-radius: 2px;
}
.cart-container .cart.main.actions .action.continue:before {
  display: none;
}
.cart-container .item-actions .actions-toolbar .action {
  font-weight: normal;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -khtml-radius: 2px;
}
.cart.table-wrapper .item .col.item {
  border-top: none;
}
.cart.table-wrapper .item-options dt {
  text-transform: capitalize;
}
.cart-summary > .title {
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0.75rem;
}
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  padding: 10px 0;
}
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 100%;
  font-weight: 600;
}
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  top: -2px;
}
.cart-totals {
  padding-top: 0;
  border: none;
}
mark,
.mark {
  background: none;
}
.cart-summary .block .fieldset {
  margin: 0 0 28px 0;
}
.cart-container .checkout-methods-items .action.primary {
  font-size: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 769px) {
  .cart.table-wrapper .product-item-photo {
    padding-right: 20px;
    padding-left: 0 !important;
  }
  .cart.table-wrapper .product-item-photo img {
    border: 1px solid #e5e5e5;
    min-width: 98px;
  }
}
@media only screen and (max-width: 768px) {
  .cart.table-wrapper .item .col.item {
    padding-bottom: 12px;
  }
}
