.cart-has-prods #page {
	margin-right: 80px;
}

@media(max-width: 973px) {
	.cart-has-prods #page {
		margin-right: 0;
	}
}

#index-first {
	height: 100vh;
	position: relative;
	display: table;
	width: 100%;
	color: white;
}

#index-first #background {
	background: url("/images/index-bg-01.jpg") no-repeat center center;
	background-size: cover;

	position: absolute;
	width: 100%;
	height: 100%;
}

#index-first .mid {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

#index-first .wrap {
	width: 770px;
	margin: 0 auto;
}

#index-first h1 {
	font: 60px OpenSansExtra;

	text-transform: uppercase;
}

@media (max-width: 920px) {
	#index-first h1 {
		font: 48px OpenSansExtra;
	}
}

@media (max-width: 480px) {
	#index-first h1 {
		font: 36px OpenSansExtra;
	}
}

#index-first .search {
	position: relative;
}

#index-first a {
	color: inherit;
	text-decoration: none;
}

#index-first .token {
	height: 45px;
	padding: 0 16px;
	width: 100%;

	border: 1px solid white;
	background: rgba(255,255,255,0.2) url("/images/search-02.png") no-repeat right 16px center;
	color: white;

	font: 18px OpenSans;
}

#index-first .token::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
#index-first .token::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
#index-first .token:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
#index-first .token:-moz-placeholder { /* Firefox 18- */
  color: white;
}

#index-first .search-result {
	position: absolute;

	background: white;
	z-index: 10;
	width: 100%;
	max-height: 30vh;

	overflow: hidden;
	overflow-y: auto;
	color: black;
}

#index-first .search-prod {
	padding: 5px 0;
	margin: 0 10px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

#index-first a:last-child .search-prod {
	border: none;
}

#index-first .search-prod .image {
	float: left;
	width: 60px;
	height: 60px;
}

#index-first .search-prod .flow {
	margin-left: 70px;
}

#index-first .search-prod .code {
	font-size: 12px;
}

#index-first .buttons {
	margin-top: 20px;
	position: relative;
}

#index-first .ask-callback {
	padding: 12px 16px 13px;

	border: 1px solid white;
	background: rgba(255,255,255,0.2);
	color: white;
	display: inline-block;

	cursor: pointer;
	font: 18px OpenSans;
}

#index-first .go-products {
	padding: 12px 16px 13px;
	width: 170px;
	text-align: center;

	border: 1px solid white;
	background: #E40521;
	color: white;
	position: absolute;
	right: 0;
	top: 0;

	cursor: pointer;
	font: 18px OpenSans;
}

@media (max-width: 640px) {
	#index-first .go-products {
		position: relative;
		margin-top: 20px;
		right: unset;
	}
}

@media (max-width: 480px) {
	#index-first .ask-callback {
		padding: 7px 16px;
		width: 100%;
	}

	#index-first .go-products {
		padding: 7px 16px;
		width: 100%;
	}
}

@media (max-width: 880px) {
	#index-first .wrap {
		width: 90%;
	}
}

#advantages {
	position: relative;
	text-align: center;
}

#advantages .advantage {
	padding:  40px 80px;
	display: inline-block;
	position: relative;
}

#advantages .advantage .image {
	height: 50px;
	width: 50px;
	float: left;
}

#advantages .advantage-01 .image {
	background: transparent url("/images/adv-image-01.png") no-repeat center center;
	background-size: contain;
}

#advantages .advantage-02 .image {
	background: transparent url("/images/adv-image-02.png") no-repeat center center;
	background-size: contain;
}

#advantages .advantage-03 .image {
	background: transparent url("/images/adv-image-03.png") no-repeat center center;
	background-size: contain;
}

#advantages .advantage .caption {
	color: #455a64;
	font: bold 19px OpenSans;
	text-transform: uppercase;
}

#advantages .advantage .sub-caption {
	color: #9faaaf;
	font: 18px OpenSans;
}

#sliders {
	/* padding-top: 500px; */
	position: relative;
	/* max-width: 1400px;
	margin: 0 auto; */
}

/* @media(max-width: 1400px) {
	#sliders {
		padding-top: 35.71%;
	}
} */

#sliders .box {
	position: relative;
	max-width: 1168px;
	height: 500px;
	margin: 0 auto;
}

#sliders .slide {
	height: 500px;
	width: 500px;
	top: 0;

	position: absolute;

	-webkit-transition: -webkit-transform 0.3s ease;
			transition: 		transform 0.3s ease;

	-webkit-transform-origin: top left;
			transform-origin: top left;

	cursor: pointer;
}

@media(max-width: 766px) {
	#sliders .box {
		height: 766px;
		overflow: hidden;
	}
}

#sliders .slide-01 {
	background: white url("/images/slides/photo_2019-01-12_10-48-28.jpg") no-repeat center center;
	background-size: contain;
}

#sliders .slide-02 {
	background: white url("/images/slides/photo_2019-01-12_10-48-47.jpg") no-repeat center center;
	background-size: contain;
}

#sliders .slide-03 {
	background: white url("/images/slides/photo_2019-01-12_10-48-53.jpg") no-repeat center center;
	background-size: contain;
}

#sliders .slide-04 {
	background: white url("/images/slides/photo_2019-01-12_10-49-06.jpg") no-repeat center center;
	background-size: contain;
}

#sliders .slide-05 {
	background: white url("/images/slides/photo_2019-01-12_10-49-09.jpg") no-repeat center center;
	background-size: contain;
}

#sliders .slide-06 {
	background: white url("/images/slides/photo_2019-01-12_10-49-14.jpg") no-repeat center center;
	background-size: contain;
}

#sliders .slide-07 {
	background: white url("/images/slides/photo_2019-01-12_10-49-17.jpg") no-repeat center center;
	background-size: contain;
}

#sliders .slide-08 {
	background: white url("/images/slides/photo_2019-01-12_10-49-25.jpg") no-repeat center center;
	background-size: contain;
}

#sliders .slide-09 {
	background: white url("/images/slides/photo_2019-01-12_10-49-29.jpg") no-repeat center center;
	background-size: contain;
}

#sliders .slide-10 {
	background: white url("/images/slides/photo_2019-01-12_10-49-32.jpg") no-repeat center center;
	background-size: contain;
}

#sliders .slide-11 {
	background: white url("/images/slides/photo_2019-01-12_10-49-36.jpg") no-repeat center center;
	background-size: contain;
}

#sliders .slide-12 {
	background: white url("/images/slides/photo_2019-01-12_10-49-44.jpg") no-repeat center center;
	background-size: contain;
}

#sliders .slide-13 {
	background: white url("/images/slides/photo_2019-01-12_10-49-47.jpg") no-repeat center center;
	background-size: contain;
}

#sliders .slide-14 {
	background: white url("/images/slides/photo_2019-01-12_10-49-50.jpg") no-repeat center center;
	background-size: contain;
}

#sliders .slide-15 {
	background: white url("/images/slides/photo_2019-01-12_10-49-54.jpg") no-repeat center center;
	background-size: contain;
}

#sliders .slide-16 {
	background: white url("/images/slides/photo_2019-01-12_10-49-57.jpg") no-repeat center center;
	background-size: contain;
}

#sliders .slide-17 {
	background: white url("/images/slides/photo_2019-01-12_10-50-00.jpg") no-repeat center center;
	background-size: contain;
}

#sliders .slide-18 {
	background: white url("/images/slides/photo_2019-01-12_10-50-04.jpg") no-repeat center center;
	background-size: contain;
}



/* #sliders .box-sizer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#sliders .box-01-02-03 {
	width: 50%;
	float: left;
	height: 100%;
	position: relative;
}

#sliders .slider-04 {
	width: 50%;
	height: 100%;
	float: left;

	background: white url("/images/ad-04.jpg") no-repeat center center;
	background-size: contain;
}

#sliders .box-01-02 {
	height: 50%;
	width: 100%;
	position: relative;
}

#sliders .slider-03 {
	height: 50%;
	width: 100%;

	background: white url("/images/ad-03.jpg") no-repeat center center;
	background-size: contain;
}

#sliders .slider-01 {
	width: 50%;
	height: 100%;
	float: left;

	background: white url("/images/ad-01.jpg") no-repeat center center;
	background-size: contain;
}

#sliders .slider-02 {
	width: 50%;
	height: 100%;
	float: left;

	background: white url("/images/ad-02.jpg") no-repeat center center;
	background-size: contain;
} */

@media(max-width: 700px) {
	/* #sliders {
		padding-top: 142.856%;
	} 

	#sliders .box-01-02-03 {
		width: 100%;
		height: 50%;
		float: none;
	}

	#sliders .slider-04 {
		width: 100%;
		height: 50%;
		float: none;
	} */
}

@media(max-width: 500px) {
	#sliders .box {
		width: 500px;

		-webkit-transform-origin: top left;
				transform-origin: top left;
	}
}

section.banner {
	height: 250px;
	margin-top: 40px;
}

section.banner-05 {
	background: url("/images/ad-05.jpg") no-repeat center center;
	background-size: cover;
}

.ph-index section.showcase .product {
	height: 420px;
}

.ph-index section.showcase .product .short {
	display: none;
}

.ph-index section.showcase .product footer {
	height: 94px;
}

@media (max-width: 528px) {
	.ph-index section.showcase .product {
		height: auto;
	}

	.ph-index section.showcase .product .price {
		top: 0;
	}

	.ph-index section.showcase .product footer {
		height: auto;
	}
}

section.subscribe {
	width: 1168px;
	margin: 0 auto;
	height: 200px;
}

@media (max-width: 1182px) {
	section.subscribe {
		width: 100%;
	}
}

section.subscribe aside.at-left {
	float: left;
	width: 50%;
	height: 100%;

	background: #455a64;
	color: white;
	text-align: center;
}

section.subscribe aside.at-left .caption {
	font: bold 30px OpenSans;
	text-transform: uppercase;
	margin: 40px 0 30px;
}

section.subscribe aside.at-left .sub-caption {
	font: 18px OpenSans;
	text-transform: uppercase;
	width: 80%;
	margin: 0 auto;
}

section.subscribe .flow {
	margin-left: 50%;
	background: #cfd8dc;
	height: 100%;
	padding: 0 40px;
	position: relative;
	display: table;
	width: 50%;
}

section.subscribe .input-box {
	display: table-cell;
	vertical-align: middle;
}

section.subscribe .input {
	position: relative;
	margin-right: 180px;
	background: white;
	color: #455a64;
	height: 50px;
}

section.subscribe .input input {
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0 20px;
	color: #455a64;
}

section.subscribe .button-submit {
	width: 180px;
	height: 50px;

	background: #455a64;
	color: white;
	position: absolute;
	right: 40px;
	padding: 17px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

@media (max-width: 920px) {
	section.subscribe .input {
		margin-right: 0;
		overflow: hidden;
		margin-bottom: 40px;
	}

	section.subscribe .button-submit {
		margin-top: 50px;
	}
}

@media (max-width: 840px) {
	section.subscribe {
		height: auto;
	}

	section.subscribe aside.at-left {
		float: none;
		width: 100%;
		padding: 40px;
	}

	section.subscribe aside.at-left .caption {
		margin-top: 0;
	}

	section.subscribe .flow {
		margin-left: 0;
		width: 100%;
		padding: 40px;
	}
}

@media (max-width: 528px) {
	section.banner-05 {
		display: none;
	}
}