/** Shopify CDN: Minification failed

Line 219:0 Expected "}" to go with "{"

**/
.home-slideshow-section .offer_text{
  margin-top: 15px;
}
.home-slideshow-section .slide-heading {
  line-height: 1.2;
  text-transform: var(--text_style);
  font-weight: var(--text_weight);
}
.home-slideshow-section .slide-text{
  font-size: 16px;
  margin-top: 20px;
  text-transform: capitalize;
}
.home-slideshow-section.page-width .media,
.home-slideshow-section.padding_width .media{
  border-radius: var(--media-radius);
}
.home-slideshow-section .slider-content *[class*="slide_"]{
  max-width: 520px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 30px;
  width: 100%;
  margin: 40px;
  overflow: hidden;
}
.home-slideshow-section .slider-content{
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  padding: 0 60px;
  box-sizing: border-box;
}
.home-slideshow-section .slideshow-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.home-slideshow-section .swiper-arrows .classic-arrows {  
  opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -webkit-opacity: 0;
  position: absolute !important;
  transform: translateY(-50%);
}
.home-slideshow-section:hover .swiper-arrows .classic-arrows {  
  opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -webkit-opacity: 1;
}
.home-slideshow-section .slider-content [class*="slide_"] { 
  position: relative;
  z-index: 1;
}
.home-slideshow-section .slider-content [class*="slide_"]::after { 
  content: "";
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.slider-content--text-center{
  text-align: center;
}
.slider-content--text-end{
  text-align: right;
}
.slider-content--top-left {
  justify-content: flex-start;
}
.slider-content--top-center {
  justify-content: center;
}
.slider-content--top-right {
  justify-content: flex-end;
}
.slider-content--middle-left {
  justify-content: flex-start;
}
.slider-content--middle-center {
  justify-content: center;
}
.slider-content--middle-right {
  justify-content: flex-end;
}
.slider-content--bottom-left {
  justify-content: flex-start;
}
.slider-content--bottom-center {
  justify-content: center;
}
.slider-content--bottom-right {
  justify-content: flex-end;
}
.home-slideshow-section .slider-content[class*="top-left"] [class*="slide_"] { 
  align-self: flex-start;
}
.home-slideshow-section .slider-content[class*="top-center"] [class*="slide_"] { 
  align-self: flex-start;
}
.home-slideshow-section .slider-content[class*="top-right"] [class*="slide_"] { 
  align-self: flex-start;
}
.home-slideshow-section .slider-content[class*="middle-left"] [class*="slide_"] { 
  align-self: center;
}
.home-slideshow-section .slider-content[class*="middle-center"] [class*="slide_"] { 
  align-self: center;
}
.home-slideshow-section .slider-content[class*="middle-right"] [class*="slide_"] { 
  align-self: center;
}
.home-slideshow-section .slider-content[class*="bottom-left"] [class*="slide_"] { 
  align-self: flex-end;
}
.home-slideshow-section .slider-content[class*="bottom-center"] [class*="slide_"] { 
  align-self: flex-end;
}
.home-slideshow-section .slider-content[class*="bottom-right"] [class*="slide_"] { 
  align-self: flex-end;
}
.home-slideshow-section .slider-content[class*="bottom-"] [class*="slide_"] { 
  align-self: flex-end;
}
.home-slideshow-section .swiper-pagination--left_pagination {
  text-align: left;
}
.home-slideshow-section .swiper-pagination--center_pagination {
  text-align: center;
}
.home-slideshow-section .swiper-pagination--right_pagination {
  text-align: right;
}
.home-slideshow-section .slide-button{ 
  margin-top: 25px;
}
.home-slideshow-section .swiper-arrows .classic-arrows {  
  opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -webkit-opacity: 0;
}
.home-slideshow-section:hover .swiper-arrows .classic-arrows {  
  opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -webkit-opacity: 1;
}
.hero-slideshow{
  position: relative;
}

@media screen and (min-width: 576px){
  .home-slideshow-section.second_slider .slider-content{
    padding: 0; 
  }
}
@media screen and (max-width: 1429px){
  .home-slideshow-section .slide-button { 
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .mobile-only { 
    display: none;
  }
}
@media screen and (max-width: 1099px){
  .home-slideshow-section .slide-sub-heading-2.main-slider {
    padding: 5px 5px;
  }
  .home-slideshow-section .offer_text{
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px){
  .home-slideshow-section .offer_text{
    display: none;
  }
}
@media screen and (max-width: 840px){
  .home-slideshow-section .slide-text{
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px){
  .slide-img:not(.mobile-only) { 
    display: none;
  }
}
@media screen and (max-width: 640px){
  .home-slideshow-section .slide-text{
    display: none;
  }
  .home-slideshow-section .slide-button { 
    margin-top: 15px;
  }
  .home-slideshow-section .slider-content *[class*="slide_"]{
    max-width: 400px;
    margin: 20px;
  }

