/** Shopify CDN: Minification failed

Line 14:0 Unexpected "<"
Line 82:10 Expected identifier but found whitespace
Line 82:12 Unexpected "{"
Line 82:21 Expected ":"
Line 137:2 Unexpected "<"

**/




<style>
.carousel-inner {
	margin-top: 20px;
}
.slider-items-products .owl-buttons .owl-prev a {
	background-position: 0 100%;
	border: 0px #d1d1d1 solid;
	border-right: none
}
.custom-slider-wrap {
	padding-left: 0px;
	margin-bottom: 25px;
}
.custom-slider-inner {
	margin-bottom: 15px;
	border-left: 0px;
}
.home-custom-slider {
	background: #fff;
}
.home-custom-slider #carousel-example-generic .carousel-caption h3 a {
	text-shadow: none;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase
}
.home-custom-slider .carousel-caption {
	text-shadow: none;
	padding: 0px 15px!important
}
.home-custom-slider .carousel-caption p {
	font-size: 14px;
	padding: 0 8%;
	letter-spacing: 0.3px;
}
.home-custom-slider .carousel-caption span {
	font-size: 34px;
	display: block;
	line-height: 30px;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;

}
.home-custom-slider .carousel-indicators {
	width: auto;
	margin-left: -26px;
	bottom: 0px;
}
.home-custom-slider .carousel-indicators .active {
	background-color: #fff;
	height: 12px;
	border: 1px solid #fff
}
.home-custom-slider .carousel-control {
	display: none
}
.home-custom-slider img {
	border-radius: 0px
}
.home-custom-slider #carousel-example-generic .carousel-caption {
	width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    top: 26%;
    color: {{ section.settings.banner-text-color }};
}

  @media (min-width: 200px) and (max-width: 479px) {  
  .home-custom-slider .carousel-inner > .item > a > img, .home-custom-slider .carousel-inner > .item > img, .home-custom-slider .img-responsive, .thumbnail a > img, .home-custom-slider .thumbnail > img {
    display: inline-block;
}
.home-custom-slider .carousel-inner {
    text-align: center;
}
  
}
  
@media (min-width: 480px) and (max-width: 767px) {  
  .home-custom-slider .carousel-inner > .item > a > img, .home-custom-slider .carousel-inner > .item > img, .home-custom-slider .img-responsive, .thumbnail a > img, .home-custom-slider .thumbnail > img {
    display: inline-block;
}
.home-custom-slider .carousel-inner {
    text-align: center;
}
.home-custom-slider .carousel-caption p {
    padding: 0 25%;
}  
}
  
@media (min-width: 768px) and (max-width: 979px) {
    
.home-custom-slider #carousel-example-generic .carousel-caption{
  top: 15%;
}  
.home-custom-slider .carousel-caption span {
    font-size: 24px;
    letter-spacing: normal;
}
.home-custom-slider .carousel-caption p {
    font-size: 12px;
    letter-spacing: normal;
    padding: 0;
}
.home-custom-slider .carousel-indicators {
    bottom: -10px;
}
  
}
  
@media (min-width: 980px) and (max-width: 1179px) {
.home-custom-slider .carousel-caption span {
    font-size: 28px;
    line-height: 26px;
    padding-bottom: 6px;
}
  
}
  
  
  </style>
