.free-delivery
{
	width:95px;
	height:38px;
	background: url('../../images/free-delivery.png');
	margin: auto;
}

.infos .container {
	border-top: 1px solid #cec9be;
	font-size: 0px;
}

.infos .box {
	min-height: 180px;
	margin: 25px 1.5% 30px;
	padding: 30px 15px 15px;
	display: inline-block;
	vertical-align: top;
	background: #f2f2f2;
	width: calc(97% /2);
}

.infos .box:first-of-type {
	margin-left: 0px;
}

.infos .box:last-of-type {
	margin-right: 0px;
}

.infos .box .header {
	font: 14px "Aller Bold";
	color: #242424;
	text-transform: uppercase;
}

.infos .box .content {
	margin-top: 15px;
	font: 12px "Myriad Pro";
	color: #242424;
	line-height: 16px;
}

.infos .box .content a {
	color: inherit;
	text-decoration: underline;
}

.infos .box .content a:hover {
	text-decoration: none;
}

.slider {
	position: relative;
	width: 100%;
	background: url('../../images/slider-1-bg.png') top center no-repeat,
				#424242;
	background-size: cover;
	border-bottom: 1px solid white;
}

.slider .slides-content {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.slider .slides-content .endless {
	width: 100%;
	height: 100000px;
	position: relative;
}

.slider .slides-content .slide {
	width: 100%;
}

.slider > .container {
	height: 100%;
}

.slider .image {
	width: 500px;
	max-height: 500px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.slider .image img {
	max-width: 400px;
	max-height: 500px;
}

.slider .text {
	width: 450px;
	max-width: 100%;
	margin-left: 10px;
	vertical-align: middle;
	color: white;
	padding: 5px;
	padding-left: 20px;
}

.slider .text .title {
	font: 40px "Aller Bold";
	line-height: 40px;
}

.slider .text .description {
	margin: 30px 0px 25px;
	font: 20px "Aller Light";
	line-height: 25px;
}

.slider .text .btn-more {
	padding: 12px 20px;
	display: inline-block;
	border: 1px solid white;
	font: 18px "Aller Bold";
	color: white;
	text-decoration: none;
	transition: background 0.5s,
	            color 0.5s;
}

.slider .text .btn-more:hover {
	background: white;
	color: black;
}

.slider .slider-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.slider .slider-dots a {
	width: 35px;
	height: 10px;
	margin: 0px 5px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.33);
	transition: background 0.5s;
	cursor: pointer;
}

.slider .slider-dots a.active, .slider .slider-dots a:hover {
	background: rgba(255, 255, 255, 1);
}

.slider .arrow {
	position: absolute;
	top: calc(50% - 30px);
	width: 19px;
	height: 60px;
	display: inline-block;
	cursor: pointer;
}

.slider .arrow.left {
	left: 20px;
	background: url('../../images/arrow-left.png');
}

.slider .arrow.right {
	right: 20px;
	background: url('../../images/arrow-right.png');
}

.productPromotions, .productNews, .productMore{
	cursor: pointer;
}

.product > a{
	text-decoration: none;
}

/*CategoryTilesWidget*/
.categories {
	background: #555555;
	font-size: 0px;
	background: url(../../images/slider-1-bg.png) top center no-repeat, #424242;
    background-size: cover;
}

.categories .row {
	height: 100%;
	margin: 20px 0;
}

.categories .image {
    position: relative;
    text-align: center;
    font-size: 0px;
    margin: auto;
	max-width: 280px;
}

.categories img {
    margin: auto;
	width: 100%;
}

.categories .category-label{
	position: absolute;
	top: calc(50% - 31px);
    width: 100%;
	text-align: center
}

.categories .category-label span{
	padding: 15px 20px;
	background: rgba(36, 36, 36, 0.9);
	font: 23px "Aller Light";
	color: white;
	transition: background 0.5s,
	            color 0.5s;
	margin: auto;
	display: inline-block;
}

.categories a:hover .category-label span {
	background: #fecd3f;
	color: black;
}
/*//*/

.products .header .options {
	height: 50px;
	margin: 0;
    padding: 0;
}

.products .header .options a {
	padding-bottom: 7px;
	padding-right: 40px;
	font: 23px "Aller Bold";
	color: #3e3e3e;
	text-decoration: none;
}

.products .header .options a.active {
	border-bottom: 6px solid #fecd3f;
}

.products .header .punkt-selection {
	text-align: right;
	font: 13px "Aller Bold";
	color: #525252;
}

.products .header .punkt-selection select {
	max-width: 324px;
	width: 100%;
	margin-left: 25px;
}

@media(max-width: 991px) {
	.slider .text {
		margin: auto;
		display: block;
	}

	.slider .text .title {
		font-size: 30px;
	}

	.slider .text .description {
		font-size: 15px;
	}

	.slider .text a.btn-more {
		font-size: 14px;
	}

	.slider .middler {
		display: none;
	}

	.slider .image {
		display: none;
 	}

	.products .header .punkt-selection {
		text-align: center;
	}

	.products .header .options a {
		padding-right: 20px;
		font-size: 20px;
	}

	.products .header .options {
		text-align: center;
	}

	.products .header .punkt-selection select {
		margin: 0;
	}

	.categories .category-label span {
		position: relative;
		top: calc(50% - 17px);
		padding: 15px 20px;
		background: rgba(36, 36, 36, 0.9);
		font: 18px "Aller Light";
		color: white;
		transition: background 0.5s,
					color 0.5s;
	}
}

@media(max-width: 767px) {
	.slider .text .title {
		font-size: 20px;
	}

	.slider .text .description {
		font-size: 14px;
		margin: 10px 0 0 0;
	}

	.categories .row  > div {
		padding: 10px 0;
	}
}

.slider .image {
	width: 100%;
	float: left;
}
.slider .text {
	width: 100%;
	float: left;
	text-align: center;
}
.slide .middler{
	display: none;
}
.slider .image img {
	max-width: 700px;
	margin-top: 30px;
}
.slider h1, .slider h2 {
	text-align: center;
}