@charset "utf-8";
/* CSS Document */

.prev {
	display: block;
	height: 20px;
	width: 20px;
	background: url('/catalog/view/theme/shoppica2/images/back.png') no-repeat;
}
.next {
	display: block;
	height: 20px;
	width: 20px;
	background: url('/catalog/view/theme/shoppica2/images/next.png') no-repeat;
}
.slick-slide, .slick-slide::before, .caption {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slick-slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-slider {
	position: relative;
	width: 100%;
	height: 38vw;
	min-height: 8vw;
	opacity: 0;
	visibility: hidden;
	transition: all 1.2s ease;
}
.main-slider.slick-initialized {
	opacity: 1;
	visibility: visible;
}
.slick-slide {
	position: relative;
	height: 38vw;
}
.slick-slide::before {
}
.slick-slide video {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.slick-slide iframe {
	position: relative;
}
.slick-slide figure {
	position: relative;
	height: 100%;
}
.slick-slide .slide-image {
	opacity: 0;
	height: 100%;
	/*background-size: cover;*/
	background-position: center;
	transition: all .8s ease;
}
.slick-slide .slide-image.show {
	opacity: 1;
}
.slick-slide .image-entity {
	width: 100%;
	opacity: 0;
	visibility: hidden;
}
.slick-slide .loading {
	position: absolute;
	top: 44%;
	left: 0;
	width: 100%;
}
.slick-slide .slide-media {
	-webkit-animation: slideOut 0s cubic-bezier(0.4, 0.29, 0.01, 1);
	animation: slideOut 0s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active {
	z-index: 1;
}
.slick-slide.slick-active .slide-media {
	-webkit-animation: slideIn 0s cubic-bezier(0.4, 0.29, 0.01, 1);
	animation: slideIn 0s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active .caption {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
.caption {
	position: absolute;
	top: 44%;
	left: 5%;
	text-align: center;
	padding: 20px;
	border: 3px solid;
	color: #fff;
	margin: 0;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: .02em;
	opacity: 0;
	z-index: 1;
	transition: all .3s ease;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}
.slick-dots {
	text-align: center;
	padding-top: 15px;
}
.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
}
.slick-dots li button {
	width: 16px;
	height: 16px;
	border: none;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid #000;
	box-shadow: 0 0 0 0 transparent;
	vertical-align: middle;
	color: #000;
	background-color: #000;
	transition: all .3s ease;
	opacity: .4;
	padding-top: 0;
	padding-bottom: 0;
}
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover {
	opacity: 1;
}
.slick-dots li.slick-active button {
	border-color: #2d3042;
	box-shadow: 0 0 0 2px #000;
	opacity: 1;
}
 @-webkit-keyframes slideIn {
 from {
 -webkit-filter: blur(15px);
 filter: blur(15px);
}
 to {
 -webkit-filter: blur(0);
 filter: blur(0);
}
}
 @keyframes slideIn {
 from {
 -webkit-filter: blur(15px);
 filter: blur(15px);
}
 to {
 -webkit-filter: blur(0);
 filter: blur(0);
}
}
@-webkit-keyframes slideOut {
 from {
 -webkit-filter: blur(0);
 filter: blur(0);
}
 to {
 -webkit-filter: blur(15px);
 filter: blur(15px);
}
}
@keyframes slideOut {
 from {
 -webkit-filter: blur(0);
 filter: blur(0);
}
 to {
 -webkit-filter: blur(15px);
 filter: blur(15px);
}
}
.slick-slide, .main-slider {
	height: auto;
}
.vimeo, .youtube {
	height: 38vw !important;
}




.s_layout_fixed .youtube {
height: 29vw !important;
}



.s_layout_fixed.big_screen_fixed .youtube {
height: 21vw !important;
}


.s_layout_fixed.big_screen_fixed .vimeo {
height: 30vw !important;
}


@media only screen and (max-width: 1400px) {
.s_layout_fixed.big_screen_fixed .youtube {
height: 30vw !important;
}

@media only screen and (max-width: 1250px) {
.slick-arrow {
	top: 43% !important;
}

.s_layout_fixed.big_screen_fixed .youtube {
height: 30vw !important;
}
}

}
@media only screen and (max-width: 1250px) {
.slick-arrow {
	top: 43% !important;
}
}

@media only screen and (max-width: 900px) {
.slick-arrow {
	top: 39% !important;
}
}

@media only screen and (max-width: 625px) {
.youtube iframe[style] {
	height: 347px !important;
	top: -80px !important;
}
.youtube,
.s_layout_fixed .youtube {
	height: 42vw !important;
}

.s_layout_fixed.big_screen_fixed .youtube,
.s_layout_fixed.big_screen_fixed .vimeo {
	height: 39vw !important;
}
}

@media only screen and (max-width: 410px) {
.youtube iframe[style] {
	top: -85px !important;
}

.s_layout_fixed.big_screen_fixed .youtube iframe[style] {
	top: -95px !important;
}
}

@media only screen and (max-width: 375px) {
.youtube iframe[style] {
	top: -90px !important;
}
}

.slider_fixed .sliderwrapper {
	max-width: 980px;
	margin: auto;
}

.big_screen_full.slider_fixed .sliderwrapper {
	max-width: 1300px;
}