/* === lightshow overwrites === */

.product-slideshow_wr>.learn-more::before {
  display: none;
}

.product-slideshow_wr {
  width: 100%;
  margin: 20px 0 40px;
  clear: both;
}

.lslide .inside_slide {
  width: 100%;
  position: relative;
}

.events_wr {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

.events_wr img {
  height: auto;
}

.events_s1 {
  bottom: 0;
}

.slide_col {
  background: #684f93;
  float: left;
  width: 33.2%;
  /* min-height: 517px; */
  padding: 0;
  margin: 0;
  border-right: 1px solid #fff;
}

.remove-border {
  border-right: 0;
}

.slide_col h4:nth-child(3) {
  background: #534180;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 10px 5px;
  color: #fff;
  width: 80%;
  min-height: 76px;
  margin: 0 auto;
  position: relative;
  top: -39px;
  /* line-height: 31px; */
  font-weight: 600;
}

.slide_col h4:nth-child(4) {
  padding: 8px;
  margin: -40px 24px 0 24px;
  border-bottom: 1px solid #fff;
  /* font-size: 20px; */
}

.slide_col h4:nth-child(5) {
  padding: 10px 0;
  margin: 0 24px 15px;
  border-bottom: 1px solid #fff;
  /* font-size: 20px; */
}

.slide_col h4:nth-child(6) {
  padding: 0;
  margin: 0 24px 24px;
  border-bottom: 0;
  /* font-size: 20px; */
}

.slide_col h4:first-of-type {
  /* font-size: 2vw;
  font-size: 22px; */
  text-transform: uppercase;
  font-weight: 800;
  word-spacing: 5px;
  line-height: 37px;
  color: #fff;
  opacity: 0.8;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
  background: #2c2140;
  text-align: center;
  border-bottom: 1px solid #fff;
  /* width: 79%; */
  position: relative;
  top: 0;
}

.slide_col h4 {
  color: #fff;
  text-align: center;
}

.lSAction>a {
  width: 25px;
  display: block;
  top: 31px;
  /* height: 95.4% !important; */
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -33px;
  /* opacity: 0.8; */
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
  background: #bcbcbc;
}

.lSAction>.lSNext {
  right: 0 !important;
  height: 99% !important;
  position: absolute;
}

.lSAction>.lSNext::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("../img/icons/next-arrow.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 50%;
}

.lSAction>.lSPrev {
  left: 0 !important;
  height: 99% !important;
}

.lSAction>.lSPrev::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("../img/icons/prev-arrow.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 50%;
}

/* @media only screen and (max-width: 768px) {
  .slide_col h4:nth-child(3) {
    min-height: 97px !important;
  }
} */

@media only screen and (max-width: 600px) {
  .lightSlider {
    overflow: hidden;
    margin: 0;
  }
  .events_wr img {
    height: auto;
    width: 100% !important;
  }
  .slide_col h4:nth-child(3) {
    background: #534180;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 15px;
    color: #fff;
    width: 63%;
    min-height: 80%;
    margin: 0 auto;
    position: relative;
    top: -29px;
    /* line-height: 11px; */
    /* font-weight: 600;
    font-size: 8px; */
  }
  .slide_col h4:nth-child(4) {
    padding: 8px;
    margin: -28px 24px 0 24px;
    border-bottom: 1px solid #fff;
    font-size: 10px;
    line-height: 15px;
  }
  .slide_col h4:nth-child(5) {
    padding: 10px 0;
    /* margin: 0 4px 15px; */
    border-bottom: 1px solid #fff;
    /* font-size: 11px; */
    line-height: 14px;
  }
  .slide_col h4:nth-child(6) {
    padding: 5px 0 15px;
    border-bottom: 1px solid #fff;
    font-size: auto;
    line-height: 0;
  }
  .slide_col h4 {
    font-size: 8px;
    /* font-size: 2.1vw; */
    color: #fff;
    text-align: center;
    /* line-height: 22px; */
    /* padding: 10px 40px 0 40px; */
  }
  .slide_col {
    background: #684f93;
    float: left;
    width: 32.8%;
    /* min-height: 515px; */
    padding: 0;
    margin: 0;
    border-right: 1px solid #fff;
  }
  .lSAction>.lSPrev::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("../img/icons/prev-arrow.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 0;
    margin-top: 10vh;
    /* margin-top: 45px !important; */
    /* margin-top: 90px; */
  }
  .lSAction>.lSNext::after {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("../img/icons/next-arrow.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 0;
    margin-top: 10vh;
    /* margin-top: 45px !important; */
    /* margin-top: 90px; */
  }
}

@media only screen and (min-width: 1024px) and (max-width: 5200px) {
  .lSAction>.lSPrev::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("../img/icons/prev-arrow.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 0;
    margin-top: 190px;
  }
  .lSAction>.lSNext::after {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("../img/icons/next-arrow.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 0;
    margin-top: 190px;
  }
}

@media only screen and (max-width: 420px) {
  .lSAction>.lSPrev::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("../img/icons/prev-arrow.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 0;
    margin-top: 50px !important;
    /* margin-top: 60px; */
  }
  .lSAction>.lSNext::after {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("../img/icons/next-arrow.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 0;
    margin-top: 50px !important;
    /* margin-top: 60px; */
  }
}

@media only screen and (max-width: 600px) {
  .lSAction>.lSNext {
    right: 0 !important;
    height: 98% !important;
  }
  .lSAction>.lSPrev {
    left: 0 !important;
    height: 98% !important;
  }
  .events_wr {
    height: auto;
  }
}

@media only screen and (max-width: 568px) {
  .slide_col h4:nth-child(3) {
    min-height: 110x;
  }
}

@media only screen and (max-width: 320px) {
  .slide_col h4:nth-child(3) {
    width: 53%;
    min-height: 60px;
  }
  .slide_col {
    min-height: 350px;
  }
  .slide_col h4:nth-child(6) {
    font-size: 2vw;
  }
  .slide_col h4:nth-child(4) {
    font-size: auto;
  }
}

.lSSlideOuter .lSPager.lSpg>li:hover a, .lSSlideOuter .lSPager.lSpg>li.active a {
  background-color: #5a9f02;
  border: 1px solid #bcbcbc;
}

.product-slideshow_wr .lslide li {
  margin: 0 !important;
  padding: 0 !important;
}

.lslide img {
  width: 100%;
  /* max-width: 100%; */
  /* max-height: 100%; */
  height: auto;
}

.lSSlideOuter .lSPager.lSpg>li a {
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #bcbcbc;
  display: inline-block;
  height: 25px;
  overflow: hidden;
  text-indent: -999em;
  width: 25px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}