.product-header-bg .heroSubTitleProduct, .product-header-bg .heroSubTitleProduct p, .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;
}

.pageSections .sectionTitlePad, .pageSections .sectionTitle, .pageSections h1 {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.pageSections .sectionSubTitle {
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.pageSections .sectionTitlePad, .pageSections .sectionTitle, .pageSections h1 {
  font-size: 36px;
  line-height: 1.17;
  letter-spacing: 0.8px;
  color: #001CA8;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 580px) {
  .pageSections .sectionTitlePad, .pageSections .sectionTitle, .pageSections h1 {
    font-size: 28px;
  }
}
.pageSections .sectionSubTitle {
  font-size: 28px;
  line-height: 1.14;
  letter-spacing: 0.8px;
  color: #001CA8;
}

.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: 230px;
}
.hero-banner.productBanner .swiper-slide .swiperImg {
  height: 230px;
}
@media screen and (max-width: 767px) {
  .hero-banner.productBanner .swiper-slide .swiperImg {
    min-height: 230px;
    height: 230px !important;
  }
  .hero-banner.productBanner .swiper-slide {
    min-height: 230px !important;
    height: 230px !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;
}
.hero-banner .amazon-buy-n {
  width: 214px;
  height: 60px;
  background: url("/../verbatim-assets/images/Amazon_Button_White.svg") no-repeat center;
  display: block;
  margin-bottom: 10px;
  font-size: 9px;
  color: #000;
  padding-top: 7px;
  padding-left: 5px;
}
.hero-banner .amazon-buy-n:hover {
  background: url("/../verbatim-assets/images/Amazon_Button_Hover.svg") no-repeat center;
  color: #fff;
  text-decoration: none;
}
.hero-banner .buyButtons {
  padding-left: 0;
  padding-right: 0;
}
.hero-banner .buyButtons .wtbBtn {
  float: right;
  width: 214px;
}
.hero-banner .buyButtons .wtbBtn .button-Link {
  width: 100%;
  font-size: 18px;
  padding: 13px 8px 5px;
}
.hero-banner .buyButtons .amazonBtn {
  border: 0px solid #ff0000;
  float: right;
}
@media screen and (max-width: 991px) {
  .hero-banner .amazon-buy-n {
    width: 178px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
    font-size: 9px;
    color: #000;
    padding-top: 0px;
    padding-left: 0px;
  }
  .hero-banner .amazon-buy-n:hover {
    width: 178px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
  }
  .hero-banner .buyButtons .wtbBtn {
    float: left;
    padding-left: 14px;
    padding-right: 14px;
    width: 206px;
  }
  .hero-banner .buyButtons .wtbBtn .button-Link {
    width: 100%;
    font-size: 14px;
    padding: 0;
    min-height: 40px;
    line-height: 40px;
    margin-top: 12px;
  }
  .hero-banner .buyButtons .amazonBtn {
    float: left;
    padding-left: 14px;
    margin-top: 5px;
  }
}
@media (max-width: 960px) {
  .hero-banner .buyButtons {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .hero-banner .buyButtons .amazonBtn {
    margin-top: 12px;
    margin-bottom: 0;
  }
}
@media (max-width: 530px) {
  .hero-banner .buyButtons .wtbBtn .button-Link {
    margin-top: 5px;
  }
  .hero-banner .buyButtons .amazonBtn {
    margin-top: 5px;
    margin-bottom: 0;
  }
}

@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 .heroButton .button-Link.Black {
    color: #fff !important;
  }
  .hero-banner.categoryBanner .swiper-slide .slideTextWrap .container {
    padding: 2px 0;
  }
}
.pageSections {
  overflow-x: hidden;
  overflow-y: visible;
  /*.minHeight_913{
  	min-height:913px;
  	
  	@media screen and (max-width: 991px){
  		min-height:auto;
  	}
  	
  	.pannelSkewTop:before,
  	.pannelSkewBottom:before{
  		width: 100vw;
  	}
  	.pannelSkewBottom:before {
  		right: -46px;
  	}
  }
  .minHeight_1008{
  	min-height:1008px;
  	
  	@media screen and (max-width: 991px){
  		min-height:auto;
  	}
  }*/
}
.pageSections .minHeight {
  min-height: 544px;
}
@media screen and (max-width: 991px) {
  .pageSections .minHeight {
    min-height: auto;
  }
}
.pageSections h1 {
  font-weight: bold;
}
.pageSections p, .pageSections a, .pageSections table {
  color: #4D4D4D;
  font-size: 16px;
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  line-height: 24px;
  letter-spacing: 0.8px;
}
.pageSections p {
  margin: 0 0 28px 0;
}
.pageSections ul {
  color: #4D4D4D;
  font-size: 16px;
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  line-height: 24px;
  margin: 0 0 28px 0;
}
.pageSections .contentAlignTop .pageTextDiv,
.pageSections .contentAlignTop .pageImgDiv .pattern-img {
  padding-top: 35px !important;
}
.pageSections .textDivPadding {
  padding: 20px 0;
}
.pageSections .sectionTitle,
.pageSections .sectionSubTitle {
  /*max-width:435px;*/
}
.pageSections .sectionTitlePad {
  padding: 37px 0 14px 0;
}
.pageSections .sectionSubTitle {
  margin: 12px 0 0 0;
}
.pageSections .sectionSubTitle a {
  text-decoration: underline;
}
.pageSections .pannelSkewTop,
.pageSections .pannelSkewBottom {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 60vw;
}
.pageSections .pannelSkewTop.imgGradientOverlay:before,
.pageSections .pannelSkewBottom.imgGradientOverlay:before {
  z-index: 2;
}
.pageSections .pannelSkewTop.imgGradientOverlay:after,
.pageSections .pannelSkewBottom.imgGradientOverlay:after {
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
}
.pageSections .pannelSkewTop.imgGradientOverlay.TL.light:after,
.pageSections .pannelSkewBottom.imgGradientOverlay.TL.light:after {
  background: -webkit-linear-gradient(-45deg, white 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(-45deg, white 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(135deg, white 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.pageSections .pannelSkewTop.imgGradientOverlay.TR.light:after,
.pageSections .pannelSkewBottom.imgGradientOverlay.TR.light:after {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
}
.pageSections .pannelSkewTop.imgGradientOverlay.BL.light:after,
.pageSections .pannelSkewBottom.imgGradientOverlay.BL.light:after {
  background: linear-gradient(135deg, white 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(45deg, white 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(45deg, white 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.pageSections .pannelSkewTop.imgGradientOverlay.BR.light:after,
.pageSections .pannelSkewBottom.imgGradientOverlay.BR.light:after {
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
}
.pageSections .pannelSkewTop.imgGradientOverlay.TL.dark:after,
.pageSections .pannelSkewBottom.imgGradientOverlay.TL.dark:after {
  background: -webkit-linear-gradient(-45deg, black 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(-45deg, black 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(135deg, black 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.pageSections .pannelSkewTop.imgGradientOverlay.TR.dark:after,
.pageSections .pannelSkewBottom.imgGradientOverlay.TR.dark:after {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, black 100%);
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, black 100%);
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, black 100%);
}
.pageSections .pannelSkewTop.imgGradientOverlay.BL.dark:after,
.pageSections .pannelSkewBottom.imgGradientOverlay.BL.dark:after {
  background: linear-gradient(135deg, black 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.pageSections .pannelSkewTop.imgGradientOverlay.BR.dark:after,
.pageSections .pannelSkewBottom.imgGradientOverlay.BR.dark:after {
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, black 100%);
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, black 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, black 100%);
}
.pageSections .pannelSkewTop.imgGradientOverlay img,
.pageSections .pannelSkewBottom.imgGradientOverlay img {
  height: 100%;
  width: auto;
}
.pageSections .pannelSkewTop.imgGradientOverlay div.productTemplateLeftImg,
.pageSections .pannelSkewBottom.imgGradientOverlay div.productTemplateLeftImg {
  width: 100%;
  height: 544px;
  position: absolute;
}
.pageSections .pannelSkewTop.imgGradientOverlay div.productTemplateRightImg,
.pageSections .pannelSkewBottom.imgGradientOverlay div.productTemplateRightImg {
  width: 100%;
  height: 544px;
  position: absolute;
}
.pageSections .pannelSkewTop.notchOnTop:before, .pageSections .pannelSkewTop.notchOnTop:after,
.pageSections .pannelSkewBottom.notchOnTop:before,
.pageSections .pannelSkewBottom.notchOnTop:after {
  z-index: 2;
}
.pageSections .pannelSkewBottom {
  right: 0;
}
.pageSections .pannelSkewTop:before,
.pageSections .pannelSkewBottom:before {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: " ";
  display: block;
  height: 100%;
  width: 185px;
  position: absolute;
}
.pageSections .pannelSkewTop:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100'%3E%3Cpolygon points='0,0 100,0 0,100' fill='white' opacity='1'%3E%3C/polygon%3E%3C/svg%3E");
}
.pageSections .pannelSkewTop.reverse:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100'%3E%3Cpolygon points='0,0 100,100 0,100' fill='white' opacity='1'%3E%3C/polygon%3E%3C/svg%3E");
}
.pageSections .pannelSkewBottom:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100'%3E%3Cpolygon points='0,0 100,0 100,100' fill='white' opacity='1'%3E%3C/polygon%3E%3C/svg%3E");
  right: 0;
  /*content: " ";
  background: #fff;
  height: 554px;
  width: 225px;
  right: 0;
  top: 0;
  z-index: 1;
  transform: skew(18deg) translate(96%, 0);
  display: block;
  position: absolute;
  transform-origin: bottom left;*/
}
.pageSections .pattern-img {
  position: relative;
  z-index: 1;
  float: left;
  /*margin: 0 0 0 15px;*/
}
.pageSections .row .midSlotBorder {
  border-right: 1px solid #767676;
}
.pageSections .ss_slots {
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  padding: 10px 0 0 0;
}
.pageSections .ss_slots .slotContentWrap {
  padding: 0 12px;
}
.pageSections .ss_slots .slotTitle {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 12px 0 12px;
}
.pageSections .ss_slots .slotText a {
  text-decoration: underline;
}
.pageSections .ss_slots .slotText2 {
  margin: 0 0 6px 0;
}
.pageSections .ss_slots p {
  margin: 0 0 1rem 0;
}

.slotContentWrap img, .textColumns img {
  width: 99%;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 1125px) {
  /*.pageSections .pannelSkewTop:before{
  	transform: skew(-16.7deg) translate(-100%, 0);
  }
  .pageSections .pannelSkewBottom:before{
  	transform: skew(16.7deg) translate(100%, 0);
  }*/
  .pageSections .pannelSkewTop:before,
.pageSections .pannelSkewBottom:before {
    width: 165px;
  }
}
@media screen and (max-width: 991px) {
  .productTemplateRightImg, .productTemplateLeftImg {
    height: auto !important;
    max-height: 250px !important;
    position: relative !important;
  }
  .productTemplateRightImg img, .productTemplateLeftImg img {
    max-height: 250px !important;
    max-width: 100% !important;
  }

  .product-header-bg img {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .pageSections .sectionTitle {
    font-size: 28px;
  }
  .pageSections .pannelSkewTop,
.pageSections .pannelSkewBottom {
    width: auto;
    position: relative;
    padding: 0 0 15px 0;
    margin: 0 -15px;
  }
  .pageSections .pannelSkewTop:before,
.pageSections .pannelSkewBottom:before {
    display: none;
  }
  .pageSections .pattern-img {
    display: block;
    max-width: 100%;
    max-height: 350px;
    width: auto !important;
    margin: 0 auto !important;
    padding: 0 15px;
    float: none !important;
  }
  .pageSections .pageTextDiv {
    padding: 35px 0 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .row .midSlotBorder {
    border: 0;
    border-bottom: 1px solid #767676;
    min-height: 0;
  }

  .pageSections .ss_slots .row .col-12 {
    padding: 25px 0;
  }
  .pageSections .ss_slots.txtColCls .txtColDataCls {
    height: auto !important;
  }
}
.product-header-bg {
  position: absolute;
  width: 100%;
  z-index: 9;
  /* padding:28px 0 0; */
  top: 0;
  left: 0;
  min-height: 288px;
}
.product-header-bg > .container {
  height: 100%;
  padding-top: 30px;
  padding-bottom: 18px;
  background-repeat: no-repeat;
  background-position: 75% 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: 1px;
  text-align: left;
}
.product-header-bg .heroSubTitleProduct, .product-header-bg .heroSubTitleProduct p {
  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: 5px;
  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 .heroTitleProduct42 {
  font-size: 42px !important;
}
.product-header-bg .heroSubTitleProductFont24 {
  font-size: 24px !important;
}
.product-header-bg .heroSubTitleProductFont24 p {
  font-size: 24px !important;
}
.product-header-bg .product-header-dropdown .dropdown {
  margin-right: 18px;
  margin-bottom: 10px;
}
.product-header-bg .product-header-dropdown .btn-secondary,
.product-header-bg .product-header-dropdown .btn-secondary:not(:disabled):not(.disabled).active,
.product-header-bg .product-header-dropdown .btn-secondary:not(:disabled):not(.disabled):active,
.product-header-bg .product-header-dropdown .show > .btn-secondary.dropdown-toggle {
  background: #fff;
  border-color: #E6E6E6;
  color: #4D4D4D;
  box-shadow: none !important;
  min-width: 220px;
  max-width: 220px;
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  padding: 3px 10px;
  border-radius: 3px;
  text-align: left;
  height: 29px;
  min-height: 29px;
}
.product-header-bg .product-header-dropdown .btn-secondary:before, .product-header-bg .product-header-dropdown .btn-secondary:after {
  display: none !important;
}
.product-header-bg .product-header-dropdown .btn-secondary .fa-sort-up,
.product-header-bg .product-header-dropdown .btn-secondary .fa-sort-down {
  right: 14px;
  position: absolute;
  color: #767676;
}
.product-header-bg .product-header-dropdown .btn-secondary .fa-sort-up {
  top: 5px;
}
.product-header-bg .product-header-dropdown .btn-secondary .fa-sort-down {
  bottom: 5px;
}
.product-header-bg .product-header-dropdown .dropdown-menu {
  width: 100%;
  border-radius: 0;
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
}
.product-header-bg .product-header-dropdown .btn-secondary:not(:disabled):not(.disabled).active:focus, .product-header-bg .product-header-dropdown .btn-secondary:not(:disabled):not(.disabled):active:focus, .product-header-bg .product-header-dropdown .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none !important;
}
.product-header-bg .product-price {
  font-family: "HelveticaNeue-Thin", Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 1px;
  color: #fff;
  margin-right: 30px;
  min-width: 275px;
  text-align: left;
}
.product-header-bg .product-price span {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.19;
  letter-spacing: normal;
  color: #fff;
}
.product-header-bg .product-price .old-price {
  text-decoration: line-through;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #fff;
  float: left;
}
.product-header-bg .product-price .new-price {
  font-size: 30px;
  clear: left;
}
.product-header-bg .product-price .new-price .bigfont {
  font-size: 48px;
}
.product-header-bg .slime-green {
  mix-blend-mode: unset;
}
.product-header-bg img {
  max-height: 247px;
}
.product-header-bg .prodStockInfo {
  color: #fff;
  padding: 5px 30px 0 0;
  float: left;
  width: 100%;
  text-align: left;
  font-size: 11px;
}
@media screen and (max-width: 991px) {
  .product-header-bg > .container {
    padding-top: 18px;
  }
}

.product-breadcrumb {
  /*padding:11px 0 9px 0;*/
  padding: 8px 0;
}
.product-breadcrumb .breadcrumb {
  background: #fff;
  padding: 0;
  margin: 4px 0;
}
.product-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: none;
}
.product-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding: 0;
}
.product-breadcrumb .breadcrumb .breadcrumb-item a {
  display: block;
  height: 24px;
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: normal;
  color: #767676;
  margin-right: 22px;
}
.product-breadcrumb .breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
  color: #4D4D4D;
  font-weight: bold;
}
.product-breadcrumb .breadcrumb .breadcrumb-item a .icon-share, .product-breadcrumb .breadcrumb .breadcrumb-item a .fab {
  padding: 2px 0 0 0;
  display: block;
  font-size: 18px;
}
.product-breadcrumb .breadcrumbDrp {
  text-align: center;
}
.product-breadcrumb .breadcrumbDrp #dropdownBreadButton_staticMenu {
  width: 100%;
  max-width: 300px;
}
.product-breadcrumb .breadcrumbDrp #dropdownBread_staticMenu {
  right: 0px;
  margin: 0px auto;
  transform: translate3d(0px, 48px, 0px) !important;
  width: 100%;
  max-width: 300px;
}

.specifications-table-block {
  padding-left: 36px;
}
.specifications-table-block .specifications-headline {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 0.8px;
  color: #001CA8;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  margin-bottom: 26px;
}
.specifications-table-block .specifications-table {
  width: 100%;
}
.specifications-table-block .specifications-table tr {
  border-bottom: 1px solid #979797;
}
.specifications-table-block .specifications-table th, .specifications-table-block .specifications-table td {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.06;
  letter-spacing: normal;
  color: #4D4D4D;
  padding: 0 16px;
}
.specifications-table-block .specifications-table th {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.specifications-table-block .specifications-table td {
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .specifications-table-block .specifications-table {
    margin-bottom: 30px;
  }
  .specifications-table-block .specifications-table th, .specifications-table-block .specifications-table td {
    vertical-align: top;
  }
}

.models-table-block {
  padding: 21px 0;
}
.models-table-block .models-headline {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 0.8px;
  color: #001CA8;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  margin-bottom: 26px;
}
.models-table-block .models-table {
  width: 100%;
}
.models-table-block .models-table tr {
  border-bottom: 1px solid #979797;
}
.models-table-block .models-table th, .models-table-block .models-table td {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.06;
  letter-spacing: normal;
  color: #4D4D4D;
  padding: 8px 0;
}
.models-table-block .models-table th {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.models-table-block .models-table td {
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.models-table-block .models-table td .colorBox {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 12px;
  margin-top: 7px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .models-table-block .models-table {
    width: auto;
  }
  .models-table-block .models-table th, .models-table-block .models-table td {
    vertical-align: top;
    padding: 2px;
  }
}

.pageSections ul {
  margin: 0 0 28px 28px;
  padding: 0;
}
.pageSections ul li {
  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: #4D4D4D;
}
.pageSections .logocls-img {
  padding-bottom: 10px;
}
.pageSections .play-btn {
  width: 85px;
  height: 69px;
  background-color: rgba(0, 0, 0, 0.78);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -38px;
  margin-top: -51px;
  display: block;
  z-index: 9;
  border-radius: 20px;
}
.pageSections .play-btn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 34px solid #fff;
  margin-top: 15px;
  margin-left: 32px;
}
.pageSections .video-block:hover .play-btn {
  background: #ff0000;
}

.product-dropdown .dropdown {
  margin-right: 18px;
  margin-bottom: 22px;
}
.product-dropdown .btn-secondary,
.product-dropdown .btn-secondary:not(:disabled):not(.disabled).active,
.product-dropdown .btn-secondary:not(:disabled):not(.disabled):active,
.product-dropdown .show > .btn-secondary.dropdown-toggle {
  background: #fff;
  border-color: #E6E6E6;
  color: #4D4D4D;
  box-shadow: none !important;
  min-width: 220px;
  max-width: 220px;
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  padding: 4px 10px;
  min-height: unset;
  border-radius: 3px;
  text-align: left;
  height: 29px;
}
.product-dropdown .btn-secondary:before, .product-dropdown .btn-secondary:after {
  display: none !important;
}
.product-dropdown .btn-secondary .fa-sort-up,
.product-dropdown .btn-secondary .fa-sort-down {
  right: 14px;
  position: absolute;
  color: #767676;
}
.product-dropdown .btn-secondary .fa-sort-up {
  top: 5px;
}
.product-dropdown .btn-secondary .fa-sort-down {
  bottom: 5px;
}
.product-dropdown .dropdown-menu {
  width: 100%;
  border-radius: 0;
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
}
.product-dropdown .btn-secondary:not(:disabled):not(.disabled).active:focus, .product-dropdown .btn-secondary:not(:disabled):not(.disabled):active:focus, .product-dropdown .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none !important;
}

.sample-section {
  clear: both;
  margin: 49px 0;
}
.sample-section .sectionTitle {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 0.8px;
  color: #001ca8;
}
.sample-section 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: #4D4D4D;
}
.sample-section .sample-dropdown {
  margin-right: 29px;
  margin-bottom: 16px;
}
.sample-section .sample-dropdown .btn-secondary,
.sample-section .sample-dropdown .btn-secondary:not(:disabled):not(.disabled).active, .sample-section .sample-dropdown .btn-secondary:not(:disabled):not(.disabled):active, .sample-section .sample-dropdown .show > .btn-secondary.dropdown-toggle {
  background: #fff;
  border-color: #E6E6E6;
  color: #4D4D4D;
  box-shadow: none !important;
  min-width: 220px;
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  padding: 4px 10px;
  min-height: unset;
  border-radius: 0;
}
.sample-section .sample-dropdown .dropdown-menu {
  width: 100%;
  border-radius: 0;
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
}
.sample-section .sample-dropdown .btn-secondary:not(:disabled):not(.disabled).active:focus, .sample-section .sample-dropdown .btn-secondary:not(:disabled):not(.disabled):active:focus, .sample-section .sample-dropdown .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none !important;
}
.sample-section .product-price {
  font-family: "HelveticaNeue-Thin", Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 1px;
  color: #001ca8;
  margin-right: 30px;
}
.sample-section .product-price span {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.19;
  letter-spacing: normal;
  color: #001ca8;
}
.sample-section .slime-green {
  mix-blend-mode: unset;
}
.sample-section .prodStockInfo {
  clear: both;
  font-size: 11px;
}

.product-slider {
  background-color: rgba(165, 165, 165, 0.05);
  height: 580px;
}
.product-slider .product-downloads {
  background: #E6E6E6;
  padding: 23px 0 38px 0;
  text-align: center;
}
.product-slider .product-downloads .download-title {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 0.8px;
  text-align: center;
  color: #001CA8;
  margin-bottom: 25px;
}
.product-slider .product-downloads button {
  background: #767676;
  max-width: 364px;
  width: 100%;
  margin-right: 64px;
}
.product-slider .swiper-container {
  width: 90%;
  height: auto;
}
.product-slider .swiper-slide {
  text-align: center;
  background-color: rgba(230, 230, 230, 0.5);
  font-size: 18px;
  min-height: 448px;
  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;
  align-items: center;
  height: 500px;
}
.product-slider .swiper-slide .swiper-slide-divbox {
  text-align: center;
  background: #fff;
  font-size: 18px;
  min-height: 448px;
  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;
  align-items: center;
}
.product-slider .swiper-slide-next {
  background-color: #fff;
}
.product-slider .swiper-slide-active {
  background-color: rgba(230, 230, 230, 0.5);
}
.product-slider .swiper-slide img, .product-slider .swiper-slide-active img {
  height: auto;
  max-width: 400px;
  max-height: 90%;
}
.product-slider .swiper-button-next, .product-slider .swiper-button-prev {
  opacity: 10;
}
.product-slider .swiper-button-disabled {
  border: none !important;
}
.product-slider .swiper-button-next, .product-slider .swiper-container-rtl .swiper-button-prev {
  background: none !important;
  width: 0;
  height: 0;
  right: 15%;
  border-top: 37px solid transparent;
  border-left: 44px solid rgba(230, 230, 230, 0.5);
  border-bottom: 37px solid transparent;
}
.product-slider .swiper-button-prev, .product-slider .swiper-container-rtl .swiper-button-next {
  background: none !important;
  width: 0;
  height: 0;
  left: 15%;
  border-top: 37px solid transparent;
  border-right: 44px solid rgba(230, 230, 230, 0.5);
  border-bottom: 37px solid transparent;
}
@media screen and (max-width: 768px) {
  .product-slider .swiper-container {
    padding-bottom: 30px;
  }
  .product-slider .swiper-slide, .product-slider swiper-slide-active {
    min-height: auto;
    height: auto;
  }
  .product-slider .swiper-button-next, .product-slider .swiper-button-prev {
    /*display:none;*/
  }
  .product-slider .swiper-slide img, .product-slider .swiper-slide-active img {
    height: auto;
    max-width: 100%;
    max-height: 300px;
  }
}

/* tabular data pulled from third party websites - eg M-Disc page
#prod_external_info_div */
.dataTable .row-1 {
  color: #fff;
  background-color: #1d2995 !important;
}
.dataTable .row-1 th:nth-child(3) {
  white-space: nowrap;
}
.dataTable .column-6, .dataTable .column-7, .dataTable .column-8 {
  display: none;
}
.dataTable .odd {
  background-color: #dcf2fd;
}
.dataTable td a {
  color: #575757;
}
.dataTable td a:hover {
  color: #575757;
  text-decoration: none;
  cursor: default;
}
.dataTable .sorting:after, .dataTable .sorting_asc:after, .dataTable .sorting_desc:after, .dataTable .sorting:after {
  color: #fff;
  opacity: 0.5 !important;
}

.dataTables_length {
  float: left;
  color: #1d2995;
}
.dataTables_length select {
  display: block;
  width: 100%;
  height: 26px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 26px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.dataTables_filter {
  float: right;
  color: #1d2995;
}
.dataTables_filter input {
  border: 0;
  background: #ddd;
  width: 200px;
  padding: 4px 10px;
  margin-top: 0;
  border-radius: 5px !important;
}

.dataTables_info {
  font-style: italic;
  color: #1d2995;
}

.dataTables_paginate {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0 20px !important;
  border-radius: 4px;
}
.dataTables_paginate a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.5;
  color: #1d2995;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.dataTables_paginate a.current, .dataTables_paginate a:hover, .dataTables_paginate a:focus {
  cursor: pointer;
  background-color: #dcf2fd;
}
.dataTables_paginate .ellipsis {
  display: none;
}

.dataTables_paginate > a:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.dataTables_paginate > a:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media screen and (max-width: 1366px) {
  .product-header-bg img {
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .productDetails .productBanner .swiper-slide .product-header-bg .heroTitleProduct {
    font-size: 36px;
  }
  .productDetails .productBanner .swiper-slide .product-header-bg .heroSubTitleProduct p {
    font-size: 20px;
  }
  .productDetails .productBanner .swiper-slide .product-header-bg .product-price {
    font-size: 25px;
  }

  .bannerRow {
    max-width: 100%;
    flex: 0 0 98%;
  }
}
.models-table tbody tr:hover {
  background: #f8f9fa;
  cursor: pointer;
}
.models-table tbody tr:hover td {
  color: #001CA8;
}
.models-table tbody tr:hover td.shopBtnTd {
  cursor: context-menu;
}

@media screen and (min-width: 1800px) {
  .lifestyle-img-left::before {
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, white 17%, rgba(255, 255, 255, 0) 32%);
    height: 100%;
  }

  .lifestyle-img-right::after {
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to left, white 17%, rgba(255, 255, 255, 0) 32%);
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  .lifestyle-img-right, lifestyle-img-left {
    background-position: center !important;
    min-height: 544px;
  }

  .productDetails .productBanner .swiper-slide {
    width: 100% !important;
  }
  .productDetails .productBanner .swiper-slide .product-header-bg .heroTitleProduct {
    font-size: 20px;
  }
  .productDetails .productBanner .swiper-slide .product-header-bg .heroSubTitleProduct {
    margin-bottom: 5px;
  }
  .productDetails .productBanner .swiper-slide .product-header-bg .heroSubTitleProduct p {
    font-size: 14px;
  }
  .productDetails .productBanner .swiper-slide .product-header-bg .product-header-dropdown {
    height: 10px;
  }
  .productDetails .productBanner .swiper-slide .product-header-bg .product-header-dropdown .dropdown {
    margin-bottom: 5px;
  }
  .productDetails .productBanner .swiper-slide .product-header-bg .product-price {
    font-size: 16px;
    margin-top: 10px;
  }

  .responsiveTable .models-table {
    text-align: left;
    float: left;
  }
  .responsiveTable .models-table thead {
    display: none;
  }
  .responsiveTable .models-table td {
    text-align: left;
    float: left;
    position: relative;
    padding-left: 50%;
    vertical-align: center;
    border-bottom: none;
  }
  .responsiveTable .models-table td:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: center;
  }
  .responsiveTable .models-table tr {
    text-align: left;
    float: left;
    margin: 0 0 15px;
    cursor: default;
    background: none;
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
  }
  .responsiveTable .models-table tr td:first-child {
    text-decoration: underline;
  }
  .responsiveTable .models-table tr td.shopBtnTd {
    height: 50px;
  }
  .responsiveTable .models-table tr td.shopBtnTd button {
    min-height: 30px;
  }
}
