/*
Theme Name: Storefront Child
Template: storefront
Version: 1.0
Author: Your Name
*/


@media (min-width: 66.4989em) {
    .storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignwide, 
    .storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignwide{
        margin-left: calc(25% - 16vw);
	    margin-right: calc(25% - 16vw);
    }

}
/* .s {
    height: 700px;
} */

.header_slider_container {
  position: relative;
}
.header_slider_wrapper,
.header_slide,
.header_slider_container .slick-list.draggable,
.header_slider_container .slick-track {
  height: calc(100vh - 102px) !important;
  min-width: 1240px;
}
.header_slider_container .slick-list.draggable {
  min-width: 1220px;
}
.header_slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
.header-slide-image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  transition: transform 6s linear 0s !important;
}
.header_slider_wrapper .wrapper {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9001;
}
.header_headline {
	position: absolute;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	z-index: 2;
	bottom: 150px;
}
.header_headline_box {
  width: 100%;
  text-align: center;
}

.zoom-active .zoom {
  transform: scale(1.2);
}
.header_headline h3 {
	font-size: 25px;
	color: #fff;
	margin: 0;
	background-color: rgba(61, 120, 154, 0.6);
	padding: 20px 25px;
	margin-bottom: 10px;
	width: 366px;
	text-align: left;
	font-weight: 700;
}

/* .woocommerce-products-header__title.page-title {
	display: none;
}  */