.product-header-bg .heroSubTitleProduct, .product-header-bg .heroTitleProduct, .hero-banner .swiper-slide .slideTextWrap .heroSubTitle, .hero-banner .swiper-slide .slideTextWrap .heroTitle {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.hero-banner {
  /*.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  	margin: 0 8px;
  }*/
}
@media screen and (max-width: 767px) {
  .hero-banner .swiper-slide .swiperImg {
    min-height: 250px;
    height: 250px !important;
  }
  .hero-banner .swiper-slide {
    min-height: 250px !important;
    height: 250px !important;
  }
}
.hero-banner.productBanner .swiper-slide {
  min-height: 288px;
}
.hero-banner.productBanner .swiper-slide .swiperImg {
  height: 288px;
}
@media screen and (max-width: 767px) {
  .hero-banner.productBanner .swiper-slide .swiperImg {
    min-height: 288px;
    height: 288px !important;
  }
  .hero-banner.productBanner .swiper-slide {
    min-height: 288px !important;
    height: 288px !important;
  }
}
.hero-banner.categoryBanner .swiper-slide {
  min-height: 433px;
}
.hero-banner.categoryBanner .swiper-slide .swiperImg {
  height: 433px;
}
@media screen and (max-width: 767px) {
  .hero-banner.categoryBanner .swiper-slide .swiperImg {
    min-height: 250px;
    height: 250px !important;
  }
}
.hero-banner.categoryBanner .swiper-slide .slideTextWrap .heroTitle {
  margin-top: 42px;
  margin-bottom: 22px;
  letter-spacing: 1px;
}
.hero-banner.categoryBanner .swiper-slide .slideTextWrap .heroSubTitle p {
  margin-bottom: 12px;
}
.hero-banner.categoryBanner .swiper-slide .slideTextWrap .heroButton {
  margin-top: 30px;
  margin-left: 20px;
}
.hero-banner.productBanner .swiper-container,
.hero-banner.productBanner .swiper-container .swiper-slide {
  /*
  overflow-x: hidden !important;
  overflow-y: visible !important;
  */
  overflow: visible !important;
}
.hero-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.hero-banner .swiper-slide {
  align-items: center;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
  min-height: 584px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}
.hero-banner .swiper-slide:before {
  /*content: " ";
  background: inherit;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 8;
  top: 0;
  width: 100%;
  mix-blend-mode: color;*/
}
.hero-banner .swiper-slide .swiperImg {
  width: 100%;
  object-fit: cover;
  height: 584px;
  /*min-height: 450px;*/
}
.hero-banner .swiper-slide .slideTextWrap {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: left;
}
.hero-banner .swiper-slide .slideTextWrap .heroTitle,
.hero-banner .swiper-slide .slideTextWrap .heroSubTitle {
  position: relative;
  left: 370px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 1.5s ease-out 0.30s;
  -khtml-transition: all 1.5s ease-out 0.30s;
  -moz-transition: all 1.5s ease-out 0.30s;
  -ms-transition: all 1.5s ease-out 0.30s;
  -o-transition: all 1.5s ease-out 0.30s;
  transition: all 1.5s ease-out 0.30s;
}
.hero-banner .swiper-slide .slideTextWrap .heroTitle {
  color: #fff;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 64px;
  margin-top: 130px;
  line-height: 58px;
}
.hero-banner .swiper-slide .slideTextWrap .heroSubTitle {
  color: #fff;
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.17;
  letter-spacing: 0.8px;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.hero-banner .swiper-slide-active .slideTextWrap .heroTitle,
.hero-banner .swiper-slide-active .slideTextWrap .heroSubTitle {
  left: 70px;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .hero-banner .swiper-slide-active .slideTextWrap .heroTitle,
.hero-banner .swiper-slide-active .slideTextWrap .heroSubTitle {
    left: 0;
  }
}
.hero-banner .swiper-slide-active .slideTextWrap .heroButton {
  margin-top: 15px;
  margin-left: 70px;
}
.hero-banner.categoryBanner .swiper-slide-active .slideTextWrap .heroTitle,
.hero-banner.categoryBanner .swiper-slide-active .slideTextWrap .heroSubTitle {
  left: 20px;
}
.hero-banner .swiper-pagination-bullet {
  width: 64px;
  height: 7.9px;
  background-blend-mode: multiply;
  background-color: #c9c9c9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#c9c9c9));
  background-image: -webkit-linear-gradient(top, #c9c9c9, #c9c9c9);
  background-image: -moz-linear-gradient(top, #c9c9c9, #c9c9c9);
  background-image: -ms-linear-gradient(top, #c9c9c9, #c9c9c9);
  background-image: -o-linear-gradient(top, #c9c9c9, #c9c9c9);
  background-image: linear-gradient(top, #c9c9c9, #c9c9c9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#c9c9c9", endColorStr="#c9c9c9");
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.hero-banner .swiper-pagination-bullet-active {
  background: #DC291E;
}

@media screen and (max-width: 767px) {
  .hero-banner .swiper-slide {
    display: block;
  }
  .hero-banner .swiper-slide .swiperImg {
    min-height: 250px;
  }
  .hero-banner .swiper-slide .slideTextWrap {
    position: absolute;
    padding: 20px 0;
  }
  .hero-banner .swiper-slide .slideTextWrap .heroTitle {
    margin-top: 0;
    font-size: 35px;
  }
  .hero-banner .swiper-slide .slideTextWrap .heroSubTitle {
    font-size: 18px;
  }
  .hero-banner .swiper-slide-active .slideTextWrap .heroButton {
    margin-left: 0px;
  }
  .hero-banner .swiper-pagination {
    display: none;
  }
  .hero-banner.categoryBanner .swiper-slide {
    min-height: 250px;
  }
  .hero-banner.categoryBanner .swiper-slide .slideTextWrap {
    position: absolute;
    transform: translate(0, -20%);
    ms-transform: translate(0, -20%);
    -webkit-transform: translate(0, -20%);
    top: 20%;
  }
  .hero-banner.categoryBanner .swiper-slide .slideTextWrap * {
    color: #fff !important;
  }
  .hero-banner.categoryBanner .swiper-slide .slideTextWrap .heroTitle {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 17px;
  }
  .hero-banner.categoryBanner .swiper-slide .slideTextWrap .heroSubTitle {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
    padding-right: 35px;
  }
  .hero-banner.categoryBanner .swiper-slide .slideTextWrap .heroSubTitle p {
    font-size: 16px;
    line-height: 16px;
  }
  .hero-banner.categoryBanner .swiper-slide .slideTextWrap .heroButton .button-Link {
    color: #000 !important;
  }
  .hero-banner.categoryBanner .swiper-slide .slideTextWrap .container {
    padding: 2px 0;
  }
}
.categorydropdown-block {
  clear: both;
  padding-bottom: 16px;
}
.categorydropdown-block .filter-ico, .categorydropdown-block .filter-ico-active {
  float: right;
}
.categorydropdown-block .filter-ico, .categorydropdown-block .filter-ico-active {
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: normal;
  color: #767676;
  border-left: 1px solid #767676;
  height: 31px;
  padding-left: 16px;
  margin-top: 5px;
  display: inline-block;
  cursor: pointer;
}
.categorydropdown-block .filter-ico .icon-list, .categorydropdown-block .filter-ico-active .icon-list {
  font-size: 20px;
  padding-right: 16px;
  float: left;
  margin-top: 3px;
}
.categorydropdown-block .filter-ico:after, .categorydropdown-block .filter-ico-active:after {
  content: "";
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 9px solid #767676;
  margin-top: 10px;
  margin-left: 19px;
}
.categorydropdown-block .filter-ico-active {
  color: #001CA8;
}
.categorydropdown-block .filter-ico-active:after {
  border-top: 9px solid #001CA8;
}
.categorydropdown-block .collapseextent-block {
  position: relative;
  width: 100%;
  padding-bottom: 32px;
  padding-top: 11px;
  background: #fff;
  border-bottom: 2px solid #001CA8;
  z-index: 1;
}
.categorydropdown-block .collapseextent-block .filter-headline {
  font-family: "HelveticaNeue-Thin", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 0.8px;
  color: #767676;
  background: #fff;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 33px;
}
.categorydropdown-block .collapseextent-block .filterBdr {
  display: block;
  height: 1px;
  background: #4D4D4D;
  width: 100%;
  position: relative;
  top: -10px;
  z-index: 0;
}
.categorydropdown-block .collapseextent-block .filter-subtitle {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #767676;
  margin-top: 13px;
}
.categorydropdown-block .collapseextent-block .drak-checkBox, .categorydropdown-block .collapseextent-block .filter-label {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: normal;
}
.categorydropdown-block .collapseextent-block .filter-label {
  font-family: "HelveticaNeueLTStd-Roman", Helvetica, Arial, sans-serif;
  color: #767676;
}
.categorydropdown-block .collapseextent-block .custom-checkbox-light {
  position: relative;
}
.categorydropdown-block .collapseextent-block .custom-checkbox-light .filter-label {
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  color: #A5A5A5;
}
.categorydropdown-block .collapseextent-block .custom-checkbox-light .custom-control-label::before {
  background-image: linear-gradient(to bottom, #ffffff, #f9fafb);
  border: solid 1px #c4cdd5;
}
.categorydropdown-block .custom-control-label::before, .categorydropdown-block .custom-file-label, .categorydropdown-block .custom-select {
  box-shadow: none !important;
  top: 4px;
  width: 16px;
  height: 16px;
}
.categorydropdown-block .custom-control-label::before {
  background-image: linear-gradient(to bottom, #ffffff, #f9fafb);
  border: solid 1px #767676;
}
.categorydropdown-block .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-image: linear-gradient(to bottom, #ffffff, #f9fafb);
  border: solid 2px #5c6ac4;
}
.categorydropdown-block .custom-control-label::after {
  top: 4px;
}
.categorydropdown-block .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235c6ac4' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.product-header-bg {
  position: absolute;
  width: 100%;
  z-index: 9;
  /*padding:28px 0;*/
  top: 0;
}
.product-header-bg > .container {
  height: 100%;
  padding: 28px 0;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: auto 100%;
}
.product-header-bg .heroTitleProduct {
  color: #fff;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.33;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-align: left;
}
.product-header-bg .heroSubTitleProduct {
  color: #fff;
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.17;
  letter-spacing: 0.8px;
  text-align: left;
  margin-bottom: 40px;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.product-header-bg .slime-green {
  mix-blend-mode: unset;
}

.categoryWrap {
  padding-bottom: 42px;
}
.categoryWrap .each-category {
  background: #f5f5f5;
  border-left: 8px solid #fff;
  border-right: 8px solid #fff;
  padding-top: 16px;
  padding-bottom: 16px;
}
.categoryWrap .each-category .category-img-block {
  position: relative;
  width: 100%;
  height: 237px;
  background: #fff;
  margin-bottom: 16px;
}
.categoryWrap .each-category .category-img-block img {
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  max-height: 200px;
  max-width: 50%;
}
.categoryWrap .each-category .category-color-box {
  margin-top: 16px;
}
.categoryWrap .each-category .category-color-box .category-color-eachbox {
  width: 32px;
  height: 32px;
  margin-right: 16px;
  display: block;
  margin-bottom: 12px;
}
.categoryWrap .each-category .category-color-box .color-one {
  background: #E6E6E6;
}
.categoryWrap .each-category .category-color-box .color-two {
  background: #A5A5A5;
}
.categoryWrap .each-category .category-color-box .color-three {
  background: #4D4D4D;
}
.categoryWrap .each-category .btn-secondary,
.categoryWrap .each-category .btn-secondary:not(:disabled):not(.disabled).active, .categoryWrap .each-category .btn-secondary:not(:disabled):not(.disabled):active, .categoryWrap .each-category .show > .btn-secondary.dropdown-toggle {
  background: #fff;
  border-color: #767676;
  color: #767676;
}
.categoryWrap .each-category .btn-secondary.focus, .categoryWrap .each-category .btn-secondary:focus,
.categoryWrap .each-category .btn-secondary:not(:disabled):not(.disabled).active:focus, .categoryWrap .each-category .btn-secondary:not(:disabled):not(.disabled):active:focus, .categoryWrap .each-category .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: unset;
}
.categoryWrap .each-category .dropdown-toggle {
  mix-blend-mode: unset;
  position: relative;
}
.categoryWrap .each-category .dropdown-toggle::after {
  content: "";
  border: unset;
  position: absolute;
  top: 18px;
  right: 33px;
  background: url("../../images/dwn-arrow.svg");
  background-size: 10px auto;
  width: 10px;
  height: 8px;
  text-align: right;
}
.categoryWrap .each-category .dropdown-menu {
  background: #fff;
  border-color: #767676;
  min-width: 100%;
}
.categoryWrap .each-category .dropdown-item {
  color: #767676;
}
.categoryWrap .each-category .dropdown-item:focus, .categoryWrap .each-category .dropdown-item:hover {
  background: #A5A5A5;
}
.categoryWrap .each-category h3, .categoryWrap .each-category h3 a {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: 0.8px;
  color: #001CA8;
  margin-bottom: 16px;
}
.categoryWrap .each-category ul {
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #767676;
  margin-left: 16px;
  margin-bottom: 0;
  padding: 0;
}
.categoryWrap .each-category div, .categoryWrap .each-category p {
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #767676;
}
.categoryWrap .each-category .btn, .categoryWrap each-category .button-Link {
  max-width: 100%;
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .categoryWrap .each-category {
    max-width: 100%;
    margin-left: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
    border-left: 0;
    border-right: 0;
  }
  .categoryWrap .each-category .category-img-block {
    height: 300px !important;
  }
}

.mdisc-item-product {
  position: relative;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  margin: 0 15px 15px 0;
  overflow: auto;
  padding: 15px 0;
}
.mdisc-item-product .mdisc-left {
  padding-left: 8px;
}
.mdisc-item-product p {
  text-align: left;
}

@media (max-width: 576px) {
  .categoryWrap {
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .categoryWrap .each-category button {
    font-size: 0.7rem;
  }
  .categoryWrap .each-category .button-Link {
    font-size: 14px;
  }
}
