:root {
	--color-main-link: #176468;
	--color-regular-text: #000000;
	--color-c1: #989878;
	--color-c1-transparent: rgba(152, 152, 120, 0);
	--color-c2: #EFEFE8;
	--color-highlight: #DD4031;
	--color-c4: #D6D6D6;
	--color-white: #FFFFFF;
	--color-secondary-menu: #AFAF90;
	--color-x1: #DD4031;
	--color-x2: #F4F4F1;
	--color-gray: #4A4A4A;
	--color-black: #000;
	
	--font-size-x0: 16px;
	--font-size-x1: 14px;
	--font-size-x2: 11px;
	--font-size-x3: 12px;
	--font-size-submenu-primary: 16px;
	--font-size-submenu-secondary: 14px;
	--font-size-secondary-menu: 11px;
	
	--width-limit: 1280px;
	--header-height: 120px;
	
	--homepage-banner-height: 450px;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-size: 14px;
	line-height: 1.5em;
}

/* general rules */
* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', Verdana;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #176468;
	transition: color 0.1s ease;
}
a:hover{
	color: #000;
}

a img {
	border: none;
}
p{
	padding:  5px 0px 20px 0px; 
}
p.MsoNormal, p[style] {
	padding: 0;
}

h2{
	font-size: 34px;
	font-weight: 100;
}
h3{
	font-size: 26px;
	font-weight: 300;
	padding-bottom: 0.8em;
	padding-top: 0.4em;
}
h4{
	font-size: 20px;
	font-weight: 300;
	padding-bottom: 0.6em;
	padding-top: 0.3em;
}
h5{
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 0.6em;
	padding-top: 0.3em;
}
h6{
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 0.6em;
	padding-top: 0.3em;
}



body.ajax-loading > main, body.ajax-loading > .shopping-cart-order {	
	filter: blur(1px);
}

body:before {
	content: '*';
	font-size: 87px;
	text-align: center;
	width: 72px;
	height: 72px;
	position: fixed;	
	display: block;
	will-change: opacity;
	transition: opacity 1.5s ease;
	opacity: 0;
	z-index: 1;
	top: -80px;
	left: -80px;	
    transform-origin: 50% 50%;
    font-family: Times;
}

body.ajax-loading:before {
	z-index: 11;
	opacity: 1;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	
	animation-name: spin;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.old-browser {
	width: 80%;
	margin: 30px auto;
}
.old-browser img {
	float: left;
	margin: 0 10px 10px 0;
}
.old-browser a {
	font-weight: bold;
}
.old-browser strong {
	display: block;
	text-align: center;
}

.old-browser ~ * {
	display: none;
}

/*========================= HEADER ==========================*/
/* layout */
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	z-index: 3;
}
header + * {
	margin-top: 120px;
    border-top: solid 1px #D6D6D6;
}

	header .components {
		width: 1280px;
		max-width: calc(100% - 90px);
		margin: 0 auto;		
	}
	header > .secondary {
		height: 45px;
	}
	header.sticky > .secondary {
		display: none;
	}
		header > .secondary > .components {
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
		html.ie9 header > .secondary > .components {
			text-align: justify;
		}
		html.ie9 header > .secondary > .components:after {
			content: '';
			display: inline-block; vertical-align: top;
			width: 100%;
			height: 0px;
			overflow: hidden;			
		}		
		html.ie9 header > .secondary > .components > * {
			display: inline-block;
			vertical-align: middle;
		}
		header > .secondary > .components > * {
			line-height: 45px;
		}
		header > .secondary > .components > .address {
			margin-left: 190px;
			flex: 0 0 200px;
		}
		@media all and (max-width: 939px) {
			header > .secondary > .components > .address {
				display: none;
			}
			header > .secondary > .components > .search {
				margin-left: 190px;
			}			
		}
		html.ie9 header > .secondary > .components > .search {
			width: 25%;
		}
		header > .secondary > .components > .search {
			height: 32px;
			box-sizing: border-box;
			padding: 2px;
			flex: 4 1 320px;
		}
			header > .secondary > .components > .search input {	
				vertical-align: top;
				width: calc(100% - 70px);
				display: inline-block;
			}
			header > .secondary > .components > .search button {	
				vertical-align: top;
				display: inline-block;
				width: 35px;
				height: 30px;
			}
		header > .secondary > .components > .secondary-menu {
			white-space: nowrap;
			margin-left: 10px;
			flex: 2 0 auto;
			display: flex;
			justify-content: space-around;
		}
		header > .secondary > .components > .secondary-menu > li {
			
		}
		html.ie9 header > .secondary > .components > .secondary-menu > li {
			display: inline-block; vertical-align: top;
		}
		html.ie9 header > .secondary > .components > .secondary-menu > li + li {
			margin-left: 10px;
		}
	header > .primary {
		height: 65px;
	}
	header.sticky > .primary {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1;
		box-shadow: 0 3px 3px rgba(50,50,50,0.1);
	}
	header > .primary > .components {
		display: flex;
		justify-content: space-around;
		align-items: flex-start;
		height: 65px;
		position: relative;
	}
	header > .primary > .components > .logo {
		flex: 0 0 170px;
		position: relative;
		top: -10px;
	}
	html.ie9 header > .primary > .components > .logo {
		width: 170px;
		display: inline-block; vertical-align: top;
	}
	header > .primary > .components > .logo:before,
	header > .primary > .components > .logo:after {
		content: '';
		width: 10px;
		height: 10px;
		overflow: hidden;
		vertical-align: top;
		display: inline-block;
	}
	header > .primary > .components > .logo:before {
		border-bottom-right-radius: 10px;
	}
	header > .primary > .components > .logo:after {
		border-bottom-left-radius: 10px;
	}
		header > .primary > .components > .logo > a {
			width: 150px;
			height: 85px;	
			display: inline-block;
			position: relative;
			top: -20px;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
		}
		header.sticky > .primary > .components > .logo > a {
			height: 60px;			
			top: 10px;
		}
	header > .primary > .components > .primary-menu {
		flex: 1 0 auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 65px;
		padding-top: 3px !important;
	}
	html.ie9 header > .primary > .components > .primary-menu {
		display: inline-block; vertical-align: top;
		width: 50%;
		line-height: 65px;
		text-align: justify;
	}
	header > .primary > .components > .primary-menu:after {
		content: '';
		display: inline-block;
		width: 100%;
		height: 0;
		overflow: hidden;
	}
		header > .primary > .components > .primary-menu > li {
			display: inline-block;
			flex: 0 0 auto;
		}
			header > .primary > .components > .primary-menu > li > a {
				white-space: nowrap;
			}
			
			header > .primary > .components > .primary-menu > li:hover > a,
			header > .primary > .components > .primary-menu > li.current-menu > a {
				border-color: #176468;
			}
			header > .primary > .components > .primary-menu > li.highlight-link > a:hover,
			header > .primary > .components > .primary-menu > li.current-menu.highlight-link > a{
				border-color: #DD4031;
			}
			
			header.sticky > .primary > .components > .primary-menu > li > a{
			    padding: 18px 6px 16px 6px;
			}

			
	header > .primary > .components > .profile {
		border-right: solid 1px  #D6D6D6;
		margin-right: 5px;
	}
	header > .primary > .components > .profile:after,
	header > .primary > .components > .shopping-cart:after {
		width: 19px;
		height: 19px;
		position: absolute;
		top: 10px;
	}	
	html.ie9 header > .primary > .components > .profile {
		margin-left: 15%;
	}
	header > .primary > .components > .profile,
	header > .primary > .components > .shopping-cart {
		flex: 0 0 120px;
		margin-top: 10px;
		padding: 0 15px;
		height: 50px;
		line-height: 50px;
		white-space: nowrap;
	}
	header > .primary > .components > .profile:before,
	header > .primary > .components > .shopping-cart:before {
		display: inline-block; vertical-align: top;
		margin-top: 10px;
		margin-right: 10px;
	}
			
	
/* appearance */
	header > .secondary {
		background-color: #176468;
	}
	header > .primary {
		background-color: #FFFFFF;
	}
		header > .secondary > .components > .address {
			font-size: 11px;
			color: #AFAF90;
		}
		header > .secondary > .components > .search {
			background-color: #202E2F;
			border-radius: 20px;
			transition: background-color 0.1s linear;
		}
		header > .secondary > .components > .search:hover {
			background: #FFFFFF;
		}	
			header > .secondary > .components > .search input {
				background: none;
				border: none;
				color: #FFFFFF;
				font-size: 12px;
			    padding: 5px 15px;
			}
			
			header > .secondary > .components > .search:hover input{
				color: #000000;
			}
			header > .secondary > .components > .search button {
				background: url(icons/search-button.svg) no-repeat center center;
				border: none;
				cursor: pointer;
			}		
		header > .secondary > .components > .secondary-menu > li > a {
			font-size: 11px;
			color: #AFAF90;
		}
		header > .secondary > .components > .secondary-menu > li > a:hover{
			color: #FFFFFF;
		}
	header > .primary > .components > .logo {
		background: #FFFFFF;
	}
	header > .primary > .components > .logo:before,
	header > .primary > .components > .logo:after {
		background-color: #176468;
	}		
		header > .primary > .components > .logo > a {
			background-color: #FFFFFF;
			background-image: url(icons/bent-logo.svg);
			background-position: center 13px;
			background-repeat: no-repeat;
		}	
		/*header > .primary > .components > .logo > a:before {
		    content: 'Beta';
		    color: #B64237;
		    position: absolute;
		    transform: rotate(-90deg);
		    transform-origin: 23px 18px;
		    font-size: 10px;
		    text-transform: uppercase;
		    font-weight: 600;
		}*/
		header.sticky > .primary > .components > .logo > a {
			background-image: url(icons/bent-logo-small.svg);
		}
		
	header > .primary > .components > .primary-menu {
	}
		header > .primary > .components > .primary-menu > li {
		}
		header > .primary > .components > .primary-menu > li:hover {
			/* -webkit-box-shadow: 0px 3px 0px #176468;
			box-shadow: 0px 3px 0px #176468; */
		}
		header > .primary > .components > .primary-menu > li + li:hover > a:before {
			content: '';
			position: absolute;
			left: 0;
			width: 100%;
			height: 55px;
		}
			header > .primary > .components > .primary-menu > li > a {
				position: relative;
				color: #4A4A4A;
				text-transform: uppercase;
				font-size: 14px;
				padding: 35px 6px 20px 6px;
				font-weight: 600;
				display: inline-block;
				border-bottom: solid 4px transparent;
			}
			header > .primary > .components > .primary-menu > li > a:hover,
			header > .primary > .components > .primary-menu > li.current-menu > a {
				color: #176468;
			}
			header > .primary > .components > .primary-menu > li.home-link > a{
				padding: 32px 6px 16px 6px;
			}
			header.sticky > .primary > .components > .primary-menu > li.home-link > a{
			    padding: 18px 6px 10px 6px;
			}
			header > .primary > .components > .primary-menu > li.home-link > a:before {
				content:url(icons/icon-home.svg);
			}
			header > .primary > .components > .primary-menu > li.highlight-link a {
				color: #DD4031;
				font-weight: 760;
			}
	header > .primary > .components > .profile,
	header > .primary > .components > .shopping-cart {
		font-size: 12px;
		color: #AFAF90;
	}
	header > .primary > .components > .profile:hover,
	header > .primary > .components > .shopping-cart:hover{
		color: #000;
	}
	header > .primary > .components > .profile:after,
	header > .primary > .components > .shopping-cart:after {
		content:attr(data-items-count);
		color: #EFEFE8;
		font-size: 12px;
		font-weight: 400;
		border-radius: 20px;
		background: #989878;
		text-align: center;
		vertical-align: top;
		line-height: 20px;
	}
	header > .primary > .components > .shopping-cart:after {
		background-color: #DD4031;
	}
	
	header > .primary > .components #shopping-cart-amount {
		color: #DD4031;
	}
	
	header > .primary > .components > .profile[data-items-count="0"]:after, header > .primary > .components > .shopping-cart[data-items-count="0"]:after {
		display: none;
	}
	
	header > .primary > .components > .profile:before {
		content: url(icons/icon-profile.svg);
	}
	header > .primary > .components > .shopping-cart:before {
		content: url(icons/icon-shopping-cart.svg);
	}

.address span.address-phone{
	font-size: 14px;
	padding-right: 5px;
}
main {
	display: block;
}


/*========================= HOMEPAGE BANNERS ==========================*/
/* layout */
.homepage-banners {
}
	.homepage-banners > .homepage-banner-buttons {
		position: absolute;
		width: 100%;
		height: 450px;
		z-index: 2;
		display: flex;
		justify-content: center;
	}	
	
		.homepage-banners > .homepage-banner-buttons > a {
			width: 50px;
			height: 8px;
			margin: calc(450px - 40px) 1px 0;
		}		
		
		.homepage-banners > .homepage-banner-buttons > a.active {
		}
	.homepage-banners > ul {
		width: 100%;
		position: relative;
		overflow: hidden;
		height: 450px;
		z-index: 1;
	}
	
		.homepage-banners > ul > li {
			position: absolute;
			width: 100%;
			height: 450px;
			text-align: center;
			
			transition: transform 1s linear;
			transform: translateX(-100%);
			
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}		
		
		.homepage-banners > ul.go-first > li {
			transition: none;
		}
		.homepage-banners > ul > li.active {
			transform: translateX(0);
		}
		.homepage-banners > ul > li.active ~ li {
			transform: translateX(100%);
		}
			.homepage-banners > ul > li > * {
				text-align: center;
				margin: 0 auto;
			}
			.homepage-banners > ul > li > strong {
				display: block;
			}
			.homepage-banners > ul > li > span {
				display: block;
				max-width: 900px;
			}
			.homepage-banners > ul > li > a {
				display: inline-block;
				margin-top: 30px;
			}
	@media all and (max-width: 1280px) {	
		.homepage-banners > ul, .homepage-banners > ul > li, .homepage-banners > .homepage-banner-buttons {
			height: 390px;
		}
		.homepage-banners > .homepage-banner-buttons > a {
			margin-top: 350px;
		}
	}
			
/* appearance */

@media all and (min-width: 1025px) {
	.homepage-banners {
		box-sizing: border-box;		
	}
	.homepage-banners > .homepage-banner-buttons {
		width: calc(100% - 16px);
	}	
}

		.homepage-banners > .homepage-banner-buttons > a {
			transition: background 0.5s ease;
			background: rgba(255, 255, 255, 0.35);
		}
		.homepage-banners > .homepage-banner-buttons > a:hover,
		.homepage-banners > .homepage-banner-buttons > a.active {
			background: white;
		}
	.homepage-banners > ul {
	}
		.homepage-banners > ul > li {
			background-position: 50% 50%;
			background-size: cover;
			/*background-size: 100% auto;
			background-repeat: no-repeat;*/
	
		}
			
			.homepage-banners > ul > li:before{
				content: " ";
				display: block;
				position: fixed;
				top: 0px;
				left: 0px;
				height: 450px;
				background: rgba(0, 0, 0, 0.25);
				width: 100%;
				z-index: 1;
			}
		
			.homepage-banners > ul > li > strong {
				color: #FFFFFF;
				text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
				font-size: 60px;
				line-height: 110px;
				text-transform: uppercase;
				z-index: 3;
			}
			.homepage-banners > ul > li > span {
				color: #FFFFFF;
				text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
				font-weight: 500;
				font-size: 20px;
				z-index: 3;
				line-height: 1.1em;

			}
			.homepage-banners > ul > li > a {
				background-color: #FFFFFF;
				color: #176468;
			    font-size: 14px;
			    border-radius: 2px;
			    transition: all 0.2s ease;
			    padding: 10px 30px;
			    border: none;
			    cursor: pointer;
			    text-transform: capitalize;
			    z-index: 3;
			}
			.homepage-banners > ul > li > a:hover {
				background: #176468;
				color: #FFFFFF;
			}



/*========================= PAGE HEADERS ==========================*/

/* layout */
.page-banner{
	height: 150px;
	    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* appearance */
.page-banner{
	text-align: center;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.page-banner h1{
	color: #fff;
	font-size: 42px;
	font-weight: 600;
	line-height: 40px;
}


/*========================= COMPANY FEATURES ==========================*/

/* layout */
.company-features {
}
	.company-features > ul {
		width: 1280px;
		max-width: calc(100% - 90px);
		margin: 0px auto 50px auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 0;
		flex-wrap: wrap;
	    color: #4A4A4A;
	    
	}
	
	html.ie9 .company-features > ul {
		display: table;
		text-align: justify;
	}
		.company-features > ul > li {
			white-space: nowrap;
		}

		.company-features > ul > li:after {
			content: " * ";
			display: inline-block;
			width: 30px;
		    text-align: right;
			color: #BCBC44;
			vertical-align: middle;
		}
		.company-features > ul > li:last-child:after{
			display: none;
		}
		
		.company-features > ul > li + li {

		}
		html.ie9 .company-features > ul > li {
			display: table-cell; vertical-align: top;
		}

/* appearance */
.company-features {
	background-color: #F4F4F1;
}
	.company-features > ul {
	}
		.company-features > ul > li {
			font-size: 14px;
		}
		

/*======================= PRODUCT CATEGORY OVERVIEW ==========*/
/* layout */
.product-category-overview {
}
	.product-category-overview > ul {
		width: 1280px;
		max-width: calc(100% - 90px);
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;		
	}
		

	html.ie9 .product-category-overview > ul {
		display: table;
		border-spacing: 20px;
		border-collapse: separate;
	}
		.product-category-overview > ul > li {
			flex: 1 1 0px;
		}
		.product-category-overview > ul > li + li {
			margin-left: 40px;
		}
		html.ie9 .product-category-overview > ul > li {
			width: calc(100% / 3);
			display: table-cell; vertical-align: top;
			height: 300px;
		}
			.product-category-overview > ul > li > strong {
				text-align: center;
				display: block;
				padding-top: 25%;
				margin-bottom: 45px;
			}
			.product-category-overview > ul > li > ul {
				text-align: center;
			}
				.product-category-overview > ul > li > ul > li {
					display: inline-block; vertical-align: top;
					line-height: 45px;					
				}
				.product-category-overview > ul > li > ul > li + li {
					margin-left: 10px;
				}
					.product-category-overview > ul > li > ul > li > a {
					}
					
/* appearance */
.product-category-overview {
}
	.product-category-overview > ul {
	}
		.product-category-overview > ul > li {
			background-size: cover;
			background-repeat: no-repeat;
			background-position: 50% 50%;
			border-radius: 4px;
		}
			.product-category-overview > ul > li > strong {
				font-size: 32px;
				text-transform: uppercase;
				color: white;
			}
			.product-category-overview > ul > li > ul {
				margin-bottom: 40px;
			}
				.product-category-overview > ul > li > ul > li {
					
				}
					.product-category-overview > ul > li > ul > li > a {
					    color: #176468;
					    background-color: #FFFFFF;
					    border-radius: 2px;
					    text-align: center;
					    display: inline-block;
					    padding: 0px 10px;
					    font-size: 14px;
					    transition: all 0.2s ease;
					}
					.product-category-overview > ul > li > ul > li > a:hover{
						background: #176468;
						color: #FFFFFF;
					}
				
/*===================== LISTING WRAPPER ======================*/
/* layout */
.listing-wrapper {
	width: 1280px;
	max-width: calc(100% - 90px);
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
	.listing-wrapper > .listing-previous,
	.listing-wrapper > .listing-next {
		position: absolute;
		top: 50%;
		margin-top: -22px;
	}
	.listing-wrapper > .listing-previous {
		left: -25px;
	}
	.listing-wrapper > .listing-next {
		right: -25px;
	}
	@media all and (max-width: 1280px) {
		.listing-wrapper {
			padding: 0 25px;
		}
			.listing-wrapper > .listing-previous {
				left: 0px;
			}
			.listing-wrapper > .listing-next {
				right: 0px;
			}
	}
	.listing-wrapper > .listing-container {
		width: 100%;
		overflow: hidden;
	}
		.listing-wrapper > .listing-container > ul {
			white-space: nowrap;
			transition: transform 0.4s ease;
		}
			.listing-wrapper > .listing-container > ul > li {
				display: inline-block;
				vertical-align: middle;
				margin-bottom: 5px;
			}
			.listing-wrapper > .listing-container > ul > li[hidden] {
				display: none;
			}			
				.listing-wrapper > .listing-container > ul > li > a {
					display: block;
				}
					.listing-wrapper > .listing-container > ul > li > a > img {
						/*max-width: 132px;
						max-height: 129px;*/
					}

/* appearance */
.listing-wrapper {
}
	.listing-wrapper > .listing-previous,
	.listing-wrapper > .listing-next {
		z-index: 2;
		display: inline-block;
		width: 30px;
		height: 30px;
	    border-radius: 40px;
		transition: all 0.3s linear;
		vertical-align: middle;
		text-align: center;
		line-height: 42px;
		padding: 10px;
		background: #FFFFFF;
	}
	.listing-wrapper > .listing-previous:hover,
	.listing-wrapper > .listing-next:hover {
		box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.30);
	}
	.listing-wrapper > .listing-previous {
	}
	.listing-wrapper > .listing-next {
	}
	.listing-wrapper > .listing-previous:before,
	.listing-wrapper > .listing-next:before {
		color: #D6D6D6;
		opacity: 0.5;
	}
	.listing-wrapper > .listing-previous:before {
		content: url(icons/listing-previous.svg);
	}
	.listing-wrapper > .listing-next:before {
		content: url(icons/listing-next.svg);
	}
	.listing-wrapper > .listing-previous:hover:before,
	.listing-wrapper > .listing-next:hover:before {
		opacity: 1;
	}
	
	.listing-wrapper > .listing-container {
	}
		.listing-wrapper > .listing-container > ul {
		}




/*===================== PRODUCT LISTING ======================*/
/* layout */
.product-listing {
		padding-top: 40px;
}
	.product-listing > h4 {
		width: 1280px;
		max-width: calc(100% - 90px);
		margin: 0 auto;
		text-align: center;
		margin-top: 30px;
		padding-bottom: 20px;
	}
	.product-listing  > .listing-wrapper {
	}
	.product-listing  > .listing-wrapper li { /* 5 x 252 + 4 x 4 */
		width: calc(100% / 5 - 4px);
		position: relative;
	}
	@media all and (max-width: 1110px) {
		.product-listing  > .listing-wrapper li { /* 4 x 252 + 3 x 4 */
			width: calc(100% / 4 - 4px);
		}
	}	
	@media all and (max-width: 854px) { /* 3 x 252 + 2 x 4 */
		.product-listing  > .listing-wrapper li {
			width: calc(100% / 3 - 4px);
		}
	}	
	@media all and (max-width: 598px) { /* 2 x 252 + 1 x 4 */
		.product-listing  > .listing-wrapper li {
			width: calc(100% / 2 - 4px);
		}
	}	
	@media all and (max-width: 342px) { /* 1 x 252 + 0 x 4 */
		.product-listing  > .listing-wrapper li {
			width: calc(100% / 1 - 4px);
		}
	}	
	.product-listing .add-to-favorites {
		position: absolute;
		right: 15px;
		top: 25px;
	}
	.product-listing .product-thumb {
		margin-top: 20px;
		display: block;
		text-align: center;
		min-height: 196px;
	}
	.product-listing img {
		display: inline-block;
		max-width: 100%;
	}
	.product-listing .quick-view {
		display: block;
		left: 50%;
		width: 120px;
		margin-left: -60px;
		text-align: center;
		position: absolute;
		box-sizing: border-box;
 		margin-top: -20px;
	}
	.product-listing .title {
		margin-top: 20px;
		display: block;
		min-height: 25px;

	}
	.product-listing .price {
		display: block;
	}
		.product-listing .price > .price-original {
		}
		.product-listing .price > .price-reduced {
		}
/* appearance */
.product-listing {
}
	.product-listing > h4 {
		text-transform: uppercase;
		font-weight: 300;
		font-size: 34px;
		border-bottom: solid 1px #D6D6D6;
	}
	.product-listing  > .listing-wrapper {
	}
	.product-listing .reduced-price:before {
		position: absolute;
		content: url(icons/reduced-price.svg);
		top: -11px;
		left: 0px;
	}
	
	.product-listing .add-to-favorites {
		transition: all 0.2s linear;
		opacity: 0;
	}
	.product-listing li .add-to-favorites.in-favorites,
	.product-listing li:hover .add-to-favorites {
		opacity: 1;
		top: 20px;
		background: #fff;
		border-radius: 40px;
		width: 35px;
		height: 38px;
		text-align: center;
		line-height: 49px;
		padding-left: 3px;
	}
	.product-listing .add-to-favorites:before {
		content: url(icons/add-to-favorites.svg);
	}
	
	.product-listing .add-to-favorites:hover:before,
	.product-listing .add-to-favorites.in-favorites:before {
		content: url(icons/add-to-favorites-hover.svg);
	}
	
	.product-listing img {
	}
	.product-listing .quick-view {
		transition: opacity 0.3s linear;
		opacity: 0;
		border: solid 1px #D6D6D6;
		color: #176468;
		font-size: 12px;
		padding: 7px 10px;
		border-radius: 2px;
		background: #FFFFFF;
	    transition: all 0.2s ease;
	}
	.product-listing .quick-view:hover{
		background: #176468;
		color: #FFFFFF;
		border-color: #176468;
	}
	.product-listing li:hover .quick-view {
		opacity: 1;
 		margin-top: -30px;
	}
	.product-listing .title {
		border-top: solid 1px #D6D6D6;
		padding-top: 15px;
		font-size: 14px;
		font-weight: 400;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.product-listing .price {
		font-size: 14px;
		font-weight: 400;
	}
		.product-listing .price > .price-original {
			text-decoration: line-through;
			color: #D6D6D6;
		}
		li.reduced-price .price {
			color: #DD4031;
		}

	.product-listing ul > li {
		transition: opacity 0.3s linear;
		border: 1px solid rgba(0,0,0,0.0);
		padding: 20px;
		padding-top: 0px;
		margin-top: 11px;
		box-sizing: border-box;
	}
		
	.product-listing ul > li:hover{
		border: 1px solid #EEEEEE;
		box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
	}


/*=================== PRODUCT LIST FILTER ====================*/
/* layout */
.product-list-filter {
	width: 1280px;
	max-width: calc(100% - 90px);
	margin: 5px auto 25px auto;
	text-align: center;
}

	.product-list-filter > ul {
	
	}
		.product-list-filter > ul > li {
			display: inline-block;
			vertical-align: top;
			border: none;
			padding: 0px;
		}
		.product-list-filter > ul > li:hover{
			border: none;
			box-shadow: none;
		}
			.product-list-filter > ul > li > a {
			}
			.product-list-filter > ul > li.active > a {
			}
/* appearance */
.product-list-filter {
}
	.product-list-filter > ul {
	}
		.product-list-filter > ul > li {
		}
			.product-list-filter > ul > li > a {
				color: #176468;
				background: #FFFFFF;
				font-size: 12px;
				border: solid 1px transparent;
				display: inline-block;
			    padding: 6px 12px;
			    transition: all 0.2s ease;
			    border-radius: 2px;
			    
			}
			.product-list-filter > ul > li:hover > a{
				border-color: #ccc;
			}
			.product-list-filter > ul > li.active > a {
				background: #176468;
				color: #FFFFFF;
				border-color: #176468;
			}

			
/* layout */
.brands-slider {
	margin-top: 60px;
}
	.brands-slider > h4 {
		width: 1280px;
		max-width: calc(100% - 90px);
		margin: 5px auto;
		text-align: center;		
	}
	
	.brands-slider li {
		width: calc(100% / 6 - 5px);
		text-align: center;
	}
	@media all and (max-width: 1113px) { .brands-slider li { width: calc(100% / 5 - 5px); } }	
	@media all and (max-width: 929px) { .brands-slider li { width: calc(100% / 4 - 5px); } }	
	@media all and (max-width: 729px) { .brands-slider li { width: calc(100% / 3 - 5px); } }	
	@media all and (max-width: 569px) { .brands-slider li { width: calc(100% / 2 - 5px); } }	
	@media all and (max-width: 409px) { .brands-slider li { width: calc(100% / 1 - 5px); } }		
	.brands-slider .listing-wrapper > .listing-container > ul > li{
		padding: 0px;
		border: none;
		margin: 0px;
	}
	.brands-slider .listing-wrapper > .listing-container > ul > li:hover{
		border: none;
		box-shadow: none;
	}
/* appearance */
.brands-slider {
}
	.brands-slider > h4 {
		text-transform: uppercase;
		font-weight: normal;
		font-size: 11px;
		color: #9B9B9B;
		background-image: linear-gradient(to right, #D6D6D6 0, #D6D6D6 calc(50% - 150px), #FFFFFF calc(50% - 150px), #FFFFFF calc(50% + 150px), #D6D6D6 calc(50% + 150px), #D6D6D6 100%);
		background-repeat: no-repeat;
		background-size: 100% 1px;
		background-position: 0 50%;
	}
			
/*========================= SUBMENU ==========================*/
.sub {
 }

/* layout */
.sub {
	width: 100%;
	display: flex;
	/*transform: perspective(500px) rotateX(-90deg);
	transition: transform 0.4s ease;*/
	transform-origin: 50% 0;
	z-index: 3;
	position: absolute;
	left: 0;

	overflow: hidden;
	max-height: 0vh;
	opacity: 0;
	/*transform: scaleY(0);*/
	transition-delay: 0.1s;
}
html.ie9 .sub {
	display: none;
}
li:hover > .sub {
	/*transform: perspective(500px) rotateX(0deg);*/
	padding: 20px;
	
	max-height: 100vh;
	opacity: 1;
	Xargin-top: 22px;
	/*transform: scaleY(1);*/
}
html.ie9 li:hover .sub {
	display: block;
}
.subnav {
	flex: 1 1 auto;
}
	.subnav > .products {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
		.subnav > .products > li {
			flex: 1 1 auto;
			margin: 0px 5px 20px 5px;
		}
		.subnav > .products > li.mi-2778,
		.subnav > .products > li.mi-2782,
		.subnav > .products > li.mi-2725{
			/*background: red;*/
		}
			.subnav > .products > li > a {
				margin: 0px 0px 10px 0px;
				display: block;
			}
			.subnav > .products > li > ul {
			}
			.subnav > .products > li.mi-2726 > a {
			
			}
			.subnav > .products > li.mi-2726 > ul {
				-moz-column-count: 2;
				-webkit-column-count: 2;
				column-count: 2;
			}
			.subnav > .products > li > ul > li {
			}
			
	.subnav > .brands {
	    padding: 15px 0px 0px 0px;
	    white-space: nowrap;
	    border-top: 1px solid #D6D6D6;
	    text-align: center;
	}
		.subnav > .brands > a {
			display: inline-block; vertical-align: top;
		}
		.subnav > .brands > ul {
			display: inline-block; vertical-align: top;
			white-space: normal;
		}
			.subnav > .brands > ul > li {
				display: inline-block;
				vertical-align: top;
			}
				.subnav > .brands > ul > li > a {
					vertical-align: top;
				}
.sub > .banner {
	flex: 1 1 auto;
	max-width: 300px;
	min-width: 190px;
	padding: 10px 0px 0px 20px;
}			
	.sub > .banner > a {
		display: block;
		width: 420px;
		height: 390px;
		max-width: 100%;
		background-clip: padding-box;
		background-position: center center;	
		background-size: cover;
		background-repeat: no-repeat			
	}
		.sub > .banner > a > span {
			display: block;
			width: 130px;
			margin: 0 auto;
		}			
		.sub > .banner > a > span:first-child {
			padding-top: 100px;
		}			
		.sub > .banner > a > span:last-child {
			margin-top: 35px;
			line-height: 44px;
		}
			
/* appearance */
.sub {
	box-sizing: border-box;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.20);
	background: white;
	z-index: 5;
}
.subnav {
}
	.subnav > .products {
	}
		.subnav > .products > li {
		}
			.subnav > .products > li > a {
				font-weight: 400;
				font-size: 16px;
				color: #176468;
			}
			.subnav > .products > li > ul {
			}			
			.subnav > .products > li > ul > li {
			}
				.subnav > .products > li > ul > li > a {
					font-size: 14px;
					line-height: 26px;
					color: #4A4A4A;
				}
				.subnav > .products > li > ul > li > a:hover {
					color: #176468;
				}
			
	.subnav > .brands {
	}
		.subnav > .brands > a {
			color: #176468;
			font-size: 14px;
			text-transform: uppercase;
			display: none;
		}
		.subnav > .brands > ul {
		}
			.subnav > .brands > ul > li {
			}
			.subnav > .brands > ul > li + li:before {
				content: '\b7\2008';
			}						
				.subnav > .brands > ul > li > a {
					font-size: 10px;
					text-transform: uppercase;
				}
			
.sub > .banner {
}			
	.sub > .banner > a {
	}
		.sub > .banner > a > span {
			color: #FFFFFF;
			font-weight: bold;
			text-align: center;
			text-transform: uppercase;
			opacity: 0;
		}			
		.sub > .banner > a > span:first-child {
			font-size: 32px;
			font-weight: 700;
			line-height: 34px;
			text-align: center;
		}			
		.sub > .banner > a > span:last-child {
			background-color: #DD4031;
			font-size: 14px;
			border-radius: 4px;
			font-weight: bold;
		    transition: all 0.2s ease;
		}
		.sub > .banner > a:hover > span:last-child {
			background: #176468;
		}

/*========================= FOOTER ==========================*/

/* layout */
footer {
}
	footer > .logo {
		margin: 0 auto;
		display: block;
		width: 100px;
		padding-top: 30px;
		height: 90px;
	}
	footer > .copyright {
	}
	footer > .footer-sections {
		width: 1280px;
		max-width: calc(100% - 90px);
		margin: 10px auto 0;
		padding-bottom: 25px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	
	@media all and (max-width: 1079px) {
		footer > .footer-sections {
			flex-wrap: wrap;
		}
	}
	html.ie9 footer > .footer-sections {
		display: table;
	}
		footer > .footer-sections > li {
		}
		html.ie9 footer > .footer-sections > li {
			display: table-cell;			
			width: 18%;
		}
		footer > .footer-sections > li.subscribe-box {
			width: 25%;
			text-align: center;
		}
		@media all and (max-width: 1079px) {
			footer > .footer-sections > li.subscribe-box {
				order: 2;
				width: 100%;
			}
		}
		
.subscribe-box > strong {
}
.subscribe-box > .subscribe-info {
}
.subscribe-box .subscribe-form input {

}
.subscribe-box .subscribe-form button {
}
.subscribe-box > .subscribe-promise {
}
.subscribe-box > .social-links {
}
		
		footer > .footer-sections > li > strong {
			display: block;
		}
		footer .footer-sections > li > input[type="checkbox"] {
			position: absolute;
			left: -1000px;
		}
		footer > .footer-sections > li > ul {
			text-align: left;
		}
			footer > .footer-sections > li > ul > li {
				display: block;
			}
		
		footer > .copyright > .copyright-info {
			width: 1280px;
			max-width: calc(100% - 90px);
			margin: 0 auto;
			display: flex;
		}
		
			footer > .copyright > .copyright-info > span {
				margin-right: auto;
			}	
			footer > .copyright > .copyright-info > a {
				margin-left: 20px;
			}	
/* appearance */
footer {

	background: url(icons/footer-background-1.svg) 20% 0% no-repeat ;
		background-color: #EFEFE8;
}
	footer > .logo {
	}
	footer > .logo:before {
		content:url(icons/bent-logo.svg);
	}
	footer > .footer-sections {
		background: url(icons/footer-background-2.svg) center bottom no-repeat;
	}
		footer > .footer-sections > li {
		}
.subscribe-box > strong {
}
.subscribe-box > .subscribe-info {
	display: block;
	padding-bottom: 10px;
}
.subscribe-box .subscribe-form {
	font-size: 0;
	white-space: nowrap;
}
.subscribe-box .subscribe-form input {
	padding: 10px;
	border: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 12px;
	width: 210px;
	max-width: calc(100vw - 160px);
}
.subscribe-box .subscribe-form button {
	background: #176468;
	color: #FFFFFF;
	border: none;
	padding: 10px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	font-size: 12px;
    transition: all 0.2s ease;
    cursor: pointer;
}
.subscribe-box .subscribe-form button:hover{
	background: #0C4245;
}
.subscribe-box > .subscribe-promise {
	color: #9D9D98;
	font-size: 11px;
	display: block;
	padding-top: 10px;
}
.subscribe-box > .social-links {
}
		
		footer > .footer-sections > li > strong {
			font-size: 26px;
			font-weight: 100;
			color: #176468;
			margin-bottom: 20px;
		}
		footer > .footer-sections > li > ul {
			    z-index: 2;
		}
			footer > .footer-sections > li > ul > li {
			}
				footer > .footer-sections > li > ul > li > a {
					font-size: 14px;
					color: #4A4A4A;
					line-height: 20px;
					padding: 8px 20px;
					display: block;
				}
				footer > .footer-sections > li > ul > li > a:hover{
					color: #176468;
				}
	
	footer > .copyright {
		background: #000000;
	}
		footer > .copyright > .copyright-info {
		}
			footer > .copyright > .copyright-info > span {
				color: #9B9B9B;
				font-size: 11px;
				line-height: 60px;
			}	
			footer > .copyright > .copyright-info > a {
				color: #9B9B9B;
				font-size: 11px;
				line-height: 60px;
			}	
			
			footer > .copyright > .copyright-info > a:hover{
				color: #EFEFE8;
			}

/*========================= PRODUCT NAVIGATION ==========================*/

/* layout */
.product-navigation {
	width: 1280px;
	max-width: calc(100% - 90px);
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
}

	.product-navigation > .breadcrumb {
		flex: 1 1 auto;
	}
		.product-navigation > .breadcrumb > li {
			display: inline-block;
		}
		.product-navigation > .breadcrumb > li + li:before {
			content: '';
			display: inline-block;
			width: 20px;
		    height: 8px;
			background:  url(icons/icon-arrow-breadcrumb.svg) no-repeat center center;
			margin-right: 5px;
		}
			.product-navigation > .breadcrumb > li > a {
				
			}
	.product-navigation > .back {
		flex: 0 0 auto;
	}
/* appearance */
.product-navigation {
}
	.product-navigation > .breadcrumb {
		padding-top: 15px;
		color: #D6D6D6;
	}
		.product-navigation > .breadcrumb > li {
		}
			.product-navigation > .breadcrumb > li > a {
				font-size: 11px;
				color: #4A4A4A;
			}
			.product-navigation > .breadcrumb > li > a:hover{
				color: #176468;
			}
			.product-navigation > .breadcrumb > li:last-child a:hover{
				color: #4A4A4A;
			}
	.product-navigation > .back {
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		background: #176468;
		color: #FFFFFF;
		border: solid 1px #D6D6D6;
		padding: 5px 25px;
	    border-radius: 40px;
	    vertical-align: middle;
	    margin-top: 10px;
	    transition: all 0.2s ease;
	    line-height: 26px;
	}
	.product-navigation > .back:hover{
		background: #EFEFE8;
		border-color: #EFEFE8;
	}
	.product-navigation > .back:before {
		vertical-align: middle;
		content: '<\2008\2008';
		color: #989878;
		font-size: 20px;
		transform: scaleY(2);
		transform-origin: 50% 54%;
		display: inline-block;
	}

/*========================= PRODUCT NAVIGATION ==========================*/

/* layout */	
.product-details {
}
.product-main {
	width: 1280px;
	max-width: calc(100% - 90px);
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	padding-top: 65px;
	padding-bottom: 65px;
}

/* appearance */
.product-details {
	border-top: solid 3px #989878;
    margin-top: 10px;
}
.product-main {
}
/* layout */	
.product-gallery {
	flex: 1 1 40%;
	display: flex;
	margin-right: 40px;
	
}
	.product-gallery > .product-gallery-thumbs {
		flex: 0 0 130px;
		max-height: 461px;
		overflow: hidden;		
	}
		.product-gallery > .product-gallery-thumbs > li {
			height: 110px;
			box-sizing: border-box;
		}
			.product-gallery > .product-gallery-thumbs > li > a {
				max-height: 100%;
				display: block;
				text-align: center;
			}
				.product-gallery > .product-gallery-thumbs > li > a > img {
					max-width: 100%;
					max-height: 100%;
				}
	.product-gallery > .product-image {
		flex: 1 1 auto;
		max-width: 100%;
		display: flex;
	}
		.product-gallery > .product-image > .product-image-previous:before,
		.product-gallery > .product-image > .product-image-next:before,
		.gallery-big .gallery-big-prev:before,
		.gallery-big .gallery-big-next:before {
			height: 40px;
			width: 40px;
			display: inline-block;
			text-align: center;
			line-height: 42px;
		}
		.product-gallery > .product-image > .product-image-previous,
		.product-gallery > .product-image > .product-image-next {
			flex: 0 0 64px;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.product-gallery > .product-image > .product-image-previous[hidden],
		.product-gallery > .product-image > .product-image-next[hidden] {
			display: none;
		}
		
		.product-gallery > .product-image > .product-image-previous {
		}
		.product-gallery > .product-image > .product-image-big {
			flex: 1 1 auto;
			max-width: calc(100% - 128px);
			margin: auto;
			text-align: center;
		}
		.product-gallery > .product-image > .product-image-big > img {
			max-width: 100%;
			margin: auto;
		}
		.product-gallery > .product-image > .product-image-next {
		}
/* appearance */
.product-gallery {
	margin-right: 20px;
}


.left-col-contacts,
.right-col-contacts{
	width: 49%;
	display: inline-block;
	vertical-align: top;
}



	.product-gallery > .product-gallery-thumbs {
		
	}
		.product-gallery > .product-gallery-thumbs > li {
			border: solid 1px #D6D6D6;
			padding: 4px;
			margin-right: -1px;
			z-index: 2;
		}
		.product-gallery > .product-gallery-thumbs > li + li {
			border-top: none;
		}
			.product-gallery > .product-gallery-thumbs > li > a {
			}
			.product-gallery > .product-gallery-thumbs > li.current{
				border-color: #989878;
			}
			.product-gallery > .product-gallery-thumbs > li.current > a {
				outline: solid 2px #989878;
				outline-offset: 2px;
				
			}
				.product-gallery > .product-gallery-thumbs > li > a > img {
				}
	.product-gallery > .product-image {
		border: solid 1px #D6D6D6;
	}
		.product-gallery > .product-image > .product-image-previous:before,
		.product-gallery > .product-image > .product-image-next:before,
		.gallery-big .gallery-big-prev:before,
		.gallery-big .gallery-big-next:before{
			border-radius: 30px;
			border: solid 1px #4A4A4A;
			color: #D6D6D6;
			font-size: 30px;
			transition: all 0.2s ease;
			opacity: 0.4;
			background-color: #fff;
		}
		.product-gallery > .product-image > .product-image-previous:hover:before,
		.product-gallery > .product-image > .product-image-next:hover:before,
		.gallery-big .gallery-big-prev:hover:before,
		.gallery-big .gallery-big-next:hover:before{
			background-color: #EFEFE8;
			border-color: #EFEFE8;
			opacity: 1;
		}
		.product-gallery > .product-image > .product-image-previous:before,
		.gallery-big .gallery-big-prev:before {
		    content: url(icons/listing-previous.svg);
		}
		.product-gallery > .product-image > .product-image-next:before,
		.gallery-big .gallery-big-next:before {
		    content: url(icons/listing-next.svg);
			
		}
		.product-gallery > .product-image > .product-image-previous {
		}
		.product-gallery > .product-image > .product-image-big {
		}
		.product-gallery > .product-image > .product-image-big > img {
		}
		.product-gallery > .product-image > .product-image-next {
		}
		
/* layout */	
.product-parameters {
	flex: 0 0 500px;
	font-size: 0;
}				
	.product-parameters > * {
		display: inline-block;
		vertical-align: top;
	}				
	.product-parameters > h1 {
		width: 100%;
	}				
	.product-parameters > .start-price {
		width: 32%;
		padding: 10px;
		box-sizing: border-box;
		height: 50px;
		border-radius: 4px 0px 0px 4px;
	}				
	.product-parameters > .items-count {
		width: 28%;
		padding: 10px;
		box-sizing: border-box;
		height: 50px;
		line-height: 30px;
	}				
	.product-parameters > .brand-logo {
		box-sizing: border-box;
		width: 39%;
		height: 50px;
		vertical-align: middle;
		text-align: center;
		border-radius: 0px 4px 4px 0px;
	}				
	.product-parameters > .brand-logo:before {
		content: '\2008';
		height: 50px;
		display: inline-block;
		vertical-align: middle;
	}
		.product-parameters > .brand-logo > img {
			vertical-align: middle;
			max-height: 80%;
		}
	.product-parameters > .add-to-favorites {
		width: 32%;
		margin-top: 20px;
		text-align: center;
	}				
	.product-parameters > .delivery-note {
		width: 64%;
		margin-top: 20px;
		text-align: center;
	}				
	.product-parameters > .product-description {
		width: 100%;
		margin-top: 20px;
		overflow: hidden;
	}				
		.product-parameters > .product-description > ul {
		}				
			.product-parameters > .product-description > ul > li {
				display: inline-block;
				vertical-align: top;
				width: 98%;
				font-family: 'Open Sans', Verdana !important;
			}				
			.product-parameters > .product-description > ul > li:before {
				content: '\b7\2008\2008\2008';
			}
			.product-parameters > .product-description > ol > li:before {
				content: '\25cf\2008\2008\2008';
			}
			
	.product-parameters > .social-links {
	}			
/* appearance */
.product-parameters {
}				
	.product-parameters > * {
	}				
	.product-parameters > h1 {
		font-size: 28px;
		line-height: 32px;
		font-weight: 400;
		margin-bottom: 20px;
	}				
	.product-parameters > .start-price {
		background: #EFEFE8;
		font-size: 16px;
		line-height: 28px;
		font-weight: 600;
		text-align: center;
	}				
	.product-parameters > .items-count {
		border-left: solid 1px #D6D6D6;
		background: #EFEFE8;
		font-size: 11px;
		color: #176468;
		font-weight: 600;
		text-align: center;
	}				
	.product-parameters > .items-count:before {
		content: '\2193\2008\2008';
	}
	.product-parameters > .brand-logo {
		border: solid 1px #EFEFE8;
	}				
		.product-parameters > .brand-logo > img {
		}
	.product-parameters > .add-to-favorites {
		font-size: 11px;
	}				
	.product-parameters > .add-to-favorites:before {
		content: url(icons/add-to-favorites.svg) '\2008\2008';
		display: inline-block;
		vertical-align: middle;
	}
	
	.product-parameters > .add-to-favorites:hover:before,
	.product-parameters > .add-to-favorites.in-favorites:before {
		content: url(icons/add-to-favorites-hover.svg) '\2008\2008';	
	}
	
	.product-parameters > .delivery-note {
		font-size: 9px;
		color: --color-gray;
		text-transform: uppercase;
		opacity: 0.7;
	}				
	.product-parameters > .delivery-note:before {
		content: url(icons/product-order.svg) '\2008\2008';
		display: inline-block;
		vertical-align: middle;
	}
	.product-parameters > .product-description {
		font-size: 14px;
		line-height: 22px;
	}				
	.product-parameters > .product-description .MsoListParagraphCxSpMiddle *,
	.product-parameters > .product-description .MsoListParagraphCxSpFirst * {
		font-size: 14px !important;
	}
	
		.product-parameters > .product-description > ul {
		}				
			.product-parameters > .product-description > ul > li {
			}				
	.product-parameters > .social-links {
	}
.start-price-value{
	font-size: 22px;
}
/* layout */	
.product-items {
	width: 1280px;
	max-width: calc(100% - 90px);
	margin: 0 auto;
	margin-bottom: 50px;
}

	.product-items > ul {
	}
		.product-items > ul > li.header {
			line-height: 30px;
		}
		.product-items > ul > li {
			display: flex;
			justify-content: space-between;
			align-items: center;
			min-height: 40px;
			position: relative;
		}
			.product-items > ul > li > span {
			}
			.product-items > ul > li > span:nth-child(1) { flex: 1 0 20px; margin-left: 30px;}
			.product-items > ul > li > span:nth-child(2) { flex: 3 0 130px; }
			.product-items > ul > li > span.product-col-add_length_m { flex: 0 0 60px; }
			.product-items > ul > li > span.product-col-add_power { flex: 0 0 110px; }
			.product-items > ul > li > span.product-col-add_test_lures { flex: 0 0 75px; }
			.product-items > ul > li > span.product-col-add_weight { flex: 0 0 75px; }
			.product-items > ul > li > span.product-col-add_guides { flex: 0 0 75px; }
			.product-items > ul > li > span:nth-last-child(3) { flex: 0 0 80px; }
			.product-items > ul > li > span:nth-last-child(2) { flex: 2 0 120px; }
			.product-items > ul > li > span:nth-last-child(1) { flex: 0 0 205px; }
			.product-items > ul > li > span:last-child { margin-right: 20px; text-align: right; }
			
			.product-items .amount-changer {
				padding: 6px;
			}
				.product-items .amount-changer > a {
					display: inline-block;
					width: 13px;
					text-align: center;
				}
				.product-items .amount-changer > .less {
				}
				.product-items .amount-changer > .more {
				}
				.product-items .amount-changer > input {
					width: 20px;
					text-align: center;
				}
				.product-items .price-old {
				}
				.product-items .price-new {
				}
				.product-items .order-button {
					box-sizing: border-box;
					padding: 10px 30px;
					cursor: pointer;
					display: inline-block;
					margin: 8px 0px;
				}
				.product-items .availability-button {
					box-sizing: border-box;
					padding: 7px 5px;
					white-space: nowrap;
					cursor: pointer;
				}
		.product-items > ul > .footer {
			height: 45px;
		}
		.product-items > ul > .footer > .price-note {
			flex: 1 1 50%;
		}
		.product-items > ul > .footer > .delivery-note {
			flex: 1 1 50%;
		}
/* appearance */
.product-items {
}
	.product-items > ul {
	}
		.product-items > ul > li.header {
			background: #EFEFE8;
			border-top-style: solid;
			border-bottom-style: none;
			text-transform: uppercase;
			font-size: 11px;
			color: #989878;
		}
		.product-items > ul > li {
			border: solid 1px #D6D6D6;
			border-top-style: none;
		}
		
		.product-items > ul > li.reduced-price:before{
			content: "";
			content: url(icons/reduced-price-hor.svg);
			display: block;
			width: 35px;
			height: 30px;
			position: absolute;
			top: 10px;
			left: -7px;
		}
		
			.product-items > ul > li.header > span {
				font-size: 10px;
			}
			.product-items > ul > li > span {
				font-size: 12px;
			}
			.product-items > ul > li > span:nth-child(1) {
			}
				.product-items > ul > li > span:nth-child(1) > img {
					max-height: 30px;
					margin: 5px 1px;
				}
			.product-items > ul > li.item > span:nth-child(2) {
				font-weight: 600;
			}
			.product-items > ul > li.item > span:nth-child(3) {
				font-weight: 600;
			}
			.product-items > ul > li.item > span:nth-child(8) {
				font-weight: 600;
				font-size: 14px;
			}
			
			.product-items .amount-changer {
				border: solid 1px #D6D6D6;
			}
				.product-items .amount-changer > a {
					color: #000000;
					font-weight: bold;
					cursor: pointer;
				}
				.product-items .amount-changer > .less {
				}
				.product-items .amount-changer > .more {
				}
				.product-items .amount-changer > input {
					border: none;
					font-weight: 600;
					-moz-appearance: textfield;
				}
				.product-items .amount-changer > input::-webkit-outer-spin-button,
				.product-items .amount-changer > input::-webkit-inner-spin-button {
					-webkit-appearance: none;
				}
				.product-items .price-old {
					text-decoration: line-through;
					color: #989878;
				}
				.product-items .price-new {
					color: #DD4031;
				}
				.product-items .order-button {
					background: #176468;
					color: #FFFFFF;
					font-size: 16px;
					font-weight: bold;
					border-radius: 2px;
					transition: all 0.2s ease;
				}
				.product-items .order-button:hover{
					background: #0C4245;
				}
				.product-items .order-button.not-available {
					cursor: not-allowed;
					background: #DD4031;
				}
				.product-items .availability-button {
					border: solid 1px #176468;
					color: #176468;
					background: #FFFFFF;
					font-size: 13px;
				}
		.product-items > ul > .footer {
		}
		.product-items > ul > .footer > .price-note {
			color: #4A4A4A;
			text-transform: uppercase;
			font-size: 10px;
		}
		.product-items > ul > .footer > .price-note:before {
			content: url(icons/product-order.svg) '\2008\2008';
			display: inline-block;
			vertical-align: middle;
		}
		.product-items > ul > .footer > .delivery-note {
			color: #4A4A4A;
			font-size: 11px;
		}

/* layout */	
.product-brand {
	width: 1280px;
	max-width: calc(100% - 90px);
	margin: 10px auto 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	padding: 24px;
	border-radius: 4px;
}

	.product-brand .expand {
	}
	.product-brand .product-brand-logo {
		margin-right: 20px;
		flex: 0 0 auto;
	}
	.product-brand .product-brand-name {
		flex: 0 0 auto;
	}
		.product-brand .product-brand-name > h5 {

		}
		.product-brand .product-brand-name > a {
			text-align: center;
		}
	.product-brand .product-order {
		width: 190px;
		margin-left: auto;
		margin-right: 30px;
		box-sizing: border-box;
		flex: 0 0 auto;
		border-radius: 2px;
		color: #4A4A4A;
		line-height: 14px;
	}
	.product-brand .product-brand-info {
		flex: 1 1 auto;
		min-width: 99%;
	}
	.product-brand .product-brand-info-expander {
		position: absolute; 
		bottom: -15px;
		width: 30px;
		height: 30px;
		border-radius: 20px;
		left: 30px;
		border: solid 1px #D6D6D6;
		text-align: center;
		line-height: 30px;
		cursor: pointer;
		background: #FFFFFF;
	}
	.product-brand .product-brand-info-expander:before {
		content: ' ';
		display: block;
		height: 30px;
		width: 30px;
		border-radius: 20px;
		background:  url(icons/icon-open.svg) no-repeat center center;
	}
	.product-brand.expanded .product-brand-info-expander:before {
		content: ' ';
		display: block;
		height: 30px;
		width: 30px;
		border-radius: 20px;
		background:  url(icons/icon-close.svg) no-repeat center center;
	}
	.product-brand .product-brand-info-content {
		display: none;
		white-space: normal;
	}
	.product-brand.expanded .product-brand-info-content {
		display: block;
	}
	
/* appearance */
.product-brand {
	border: solid 1px #D6D6D6;
	background-repeat: no-repeat;
	background-size: 510px auto;
	background-position: center right;
	padding-right: 510px;
	box-sizing: border-box;
	webkit-box-sizing: border-box;
}
	.product-brand .expand {
	}
	.product-brand .product-brand-logo {
	}
	.product-brand .product-brand-logo img{
		max-height: 60px;
	}
	.product-brand .product-brand-name {
	}
		.product-brand .product-brand-name > h5 {
			font-size: 20px;
			font-weight: normal;
		}
		.product-brand .product-brand-name > a {
			font-size: 12px;
		}
	.product-brand .product-order {
		padding: 10px 55px 10px 15px;
		background: #EFEFE8 url(icons/product-order.svg) no-repeat calc(100% - 20px) center;
		font-size: 11px;
	}
	.product-brand .product-brand-info {
	}
	.product-brand.expanded .product-brand-info-content {
		font-size: 12px;
		color: #4A4A4A;
		padding-top: 10px;
		padding-bottom: 5px;
	}
	
/* layout */	
.product-list {
	width: 1280px;
	max-width: calc(100% - 90px);
	margin: 55px auto 0;
	display: flex;
	align-items: flex-start;
}

	.product-list > .product-search {
		flex: 0 0 280px;
		margin-right: 20px;
	}
		.product-search > form {
		}
		.product-search .product-search-text {
			display: flex;
			padding: 15px 30px;
			height: 90px;
			box-sizing: border-box;
		}
			.product-search .product-search-text > input {	
				flex: 1;
				font-size: 14px;
			}
			.product-search .product-search-text > button {
				flex: 0;
			}
		.product-search .product-search-categories {
			margin-bottom: 25px;
		}
			.product-search .product-search-categories > li {
			}
			.product-search .product-search-categories > li:before {
				float: right;
			}
				.product-search .product-search-categories > li > a {
					display: block;
				}
		.product-search .product-search-options {
		}
			.product-search .product-search-options > span {
				display: block;
				padding-left: 20px;
			    padding-top: 5px;
			}
			.product-search .product-search-options > .separator {
				height: 40px;
				line-height: 40px;
			}
			.product-search .product-search-options > .option {
				display: flex;
				align-items: center;
				height: 28px;
			}
				.product-search .product-search-options > .option > input {
					flex: 0 0 20px;
					cursor: pointer;
				}
				.product-search .product-search-options > .option > .option-name {
					flex: 1 1 0px;
					cursor: pointer;
				}
				.product-search .product-search-options > .option > .option-amount {
					flex: 0 0 auto;
					cursor: pointer;
				}
		.product-search-reset {
			display: block;
			width: 100%;
			box-sizing: border-box;
			padding-left: 20px;
			line-height: 30px;
		}
		.product-search-reset:after {
			float: right;
			width: 30px;
			height: 30px;
			line-height: 26px;
		}		
/* appearance */
.product-list {
}
	.product-list > .product-search {
	}
		.product-search > form {
		}
		.product-search .product-search-text {
			background: #EFEFE8;
		}
			.product-search .product-search-text > input {
				border: none;
				background: transparent;
			}
			.product-search .product-search-text > button {
				border: none;
				background: transparent;
				cursor: pointer;
			}
			.product-search .product-search-text > button:after {
				content: url(icons/icon-search.png);
			}
		.product-search .product-search-categories {
		}
			.product-search .product-search-categories > li {
				border: solid 1px #D6D6D6;
				margin: 10px 0;
			}
			.product-search .product-search-categories > li:before {
				padding-right: 15px;
				font-size: 24px;
				/*content: 'v'; */
			}
			.product-search .product-search-categories > li.open:before {
				/* content: '\2715'; */
			}
				.product-search .product-search-categories > li > a {
					padding: 10px 0 10px 20px;
					color: #000000;
					font-weight: 600;
				}
				.product-search .product-search-categories > li.open > a {
					background: #EFEFE8;
				}
		.product-search .product-search-options {
			padding-right: 20px;
			padding-top: 15px;
			padding-bottom: 15px;
		}
			.product-search .product-search-options > .separator {
				background-image: linear-gradient(to right, rgba(152, 152, 120, 0) 75px, #D6D6D6 75px);
				background-repeat: no-repeat;
				background-size: 100% 1px;
				background-position: 0 calc(50% + 5px);
				text-transform: uppercase;
				font-size: 11px;
				color: #989878;
			}
			.product-search .product-search-options > .option {
				font-size: 12px;
			}
				.product-search .product-search-options > .option > input {
					width: 40px;
					height: 40px;
				    cursor: pointer;
			        margin-right: 5px;
				}
				.product-search .product-search-options > .option > .option-name:hover {
					color: #176468;
				}
				
				.product-search .product-search-options > .option > input:checked ~ .option-name {
					font-weight: 600;
				}
				
				.product-search .product-search-options > .option > input:checked ~ .option-amount{
					color: #000000;
				}
				
				.product-search .product-search-options > .option > .option-amount {
					color: #4A4A4A;
					font-size: 12px;
				}
		.product-search-reset {
			border: none;
			background: none;
			text-decoration: underline;
			text-align: left;
			cursor: pointer;
			font-weight: 600;
		}
		.product-search-reset:hover{
			color: #176468;
		}
		.product-search-reset:after {
			content: '';
			background: url(icons/icon-refresh.svg) no-repeat center center;
			text-decoration: none;
			color: #989878;
			border: solid 1px #D6D6D6;
			border-radius: 15px;
			font-size: 24px;
			text-align: center;
			margin-right: 15px;
		}		
/* layout */	
	
.product-search-result {
	flex: 1 1 auto;
}
	.product-search-result > .product-areas {
		display: flex;
		justify-content: space-between;
	}
		.product-search-result > .product-areas > li {
			width: calc((100% - 80px) / 3);
			height: 90px;
		}
			.product-search-result > .product-areas > li > a {
			}
	.product-search-result > .product-filter {
		height: 50px;
		margin: 10px 0;
		line-height: 50px;
	}			
		.product-search-result > .product-filter > span {
		}			
		.product-search-result > .product-filter > span.filter {
			margin-left: 10px;
		}
		.product-search-result > .product-filter > span.filter > a {
		}
	.product-search-result > .product-result-header {
		display: flex;
		align-items: center;
		border-bottom: solid 1px #D6D6D6;
		padding-bottom: 7px;
	}
		.product-search-result > .product-result-header > .product-sort-by {
			flex: 0 1 340px;
			margin-right: 20px;
		}
			.product-search-result > .product-result-header > .product-sort-by > span {
			}
			.product-search-result > .product-result-header > .product-sort-by > ul {
				display: inline-block;
			}
				.product-search-result > .product-result-header > .product-sort-by > ul > li {
					display: inline-block;
				}
				.product-search-result > .product-result-header > .product-sort-by > ul > li.selected {
				}
					.product-search-result > .product-result-header > .product-sort-by > ul > li > a {
					}
					.product-search-result > .product-result-header > .product-sort-by > ul > li.selected > a {
					}
		.product-search-result > .product-result-header > .product-header-title {
			flex: 1 1 auto;
			text-align: center;
		}
		.product-search-result > .product-result-header > .product-result-count {
			flex: 0 1 320px;
			margin-left: 20px;
			text-align: right;
		}
			.product-search-result  .product-result-count > span {
			}
			.product-search-result  .product-result-count > a {
			}
			
	.product-search-result > .product-listing  > ul > li {
		display: inline-block;
		width: calc(100% / 4 - 4px);
		position: relative;
		margin-bottom: 30px;
		text-align: center;
		vertical-align: top;
		min-height: 338px;
	}
	.product-search-result > .product-listing  > ul > li span{
		display: block;
	}
	@media all and (max-width: 1110px) { .product-search-result > .product-listing  > ul > li { width: calc(100% / 3 - 3px); } }	
	@media all and (max-width: 639px) { .product-search-result > .product-listing  > ul > li { width: calc(100% / 2 - 2px); } }	
	.product-search-result > .product-listing  > ul > li:after {
		content: '';
		position: absolute;
		bottom: -42px;
		left: -3px;
		width: calc(100% + 6px);
		height: 1px;
		border-bottom: solid 1px #D6D6D6;
	}
	.product-search-result > .product-result-footer {
		display: flex;
		align-items: center;
		margin: 11px 0 0px;
		padding: 15px 0 15px;
	}		
		.product-search-result > .product-result-footer > .product-result-count {
			flex: 0 1 320px;
			margin-right: 20px;
		}
		.product-search-result > .product-result-footer > .product-footer-title {
			flex: 1 1 auto;
			text-align: center;
		}
			.product-search-result > .product-result-footer > .product-footer-title > a {
			}
		.product-search-result > .product-result-footer > .product-footer-top-link {
			flex: 0 1 320px;
			margin-left: 20px;
			text-align: right;
		}
		
/* appearance */

.product-search-result {
}
	.product-search-result > .product-areas {
	}
		.product-search-result > .product-areas > li {
			background: #AAA;
		}
			.product-search-result > .product-areas > li > a {
				display: block;
				text-align: center;
				line-height: 90px;
				text-transform: uppercase;
				color: #FFFFFF;
				font-size: 20px;
			}	
	.product-search-result > .product-filter {
	}			
		.product-search-result > .product-filter > span {
			font-size: 12px;
			color: #176468;
		}			
		.product-search-result > .product-filter > span.filter {
		}			
		.product-search-result > .product-filter > span.filter > a {
			color: #989878;
		}			


	.product-search-result > .product-result-header {
	}
		.product-search-result > .product-result-header > .product-sort-by {
			font-size: 12px;
			padding-top: 15px;
			color: #4A4A4A;
		}
			.product-search-result > .product-result-header > .product-sort-by > span {
			}
			.product-search-result > .product-result-header > .product-sort-by > ul {
			}
				.product-search-result > .product-result-header > .product-sort-by > ul > li {
				}
				.product-search-result > .product-result-header > .product-sort-by > ul > li.selected {
				}
				.product-search-result > .product-result-header > .product-sort-by > ul > li + li:before {
					content: '|\2007';
				}
									
					.product-search-result > .product-result-header > .product-sort-by > ul > li.selected > a {
						color: #000;
						font-weight: 600;
					}
				
		.product-search-result > .product-result-header > .product-header-title {
			font-size: 28px;
			text-transform: uppercase;
			font-weight: 100;
			line-height: 1em;
		}
		.product-search-result > .product-result-header > .product-header-title > span {
			font-size: 11px;
			line-height: 28px;
			display: block;
		}
		.product-search-result .product-result-count {
			font-size: 12px;
			padding-top: 15px;
			color: #4A4A4A;
		}
			.product-search-result .product-result-count > span {
			}
			.product-search-result .product-result-count > a {
				color: #176468;
			}
			.product-search-result .product-result-count > a:before {
				content: '|\2007';
				color: #4A4A4A !important;
				margin-left: 3px;
			}
			.product-search-result .product-result-count > a:hover{
				color: #000;
			}
	.product-search-result > .product-listing  > ul > li {
	}
	.product-search-result > .product-result-footer {
		border-top: solid 3px #989878;
	}
		.product-search-result > .product-result-footer > .product-result-count {
			padding-top: 0px;
		}
		.product-search-result > .product-result-footer > .product-footer-title {
		}
			.product-search-result > .product-result-footer > .product-footer-title > a {
				font-size: 16px;
				font-weight: 600
			}
		.product-search-result > .product-result-footer > .product-footer-top-link {
			font-size: 12px;
			padding-top: 0px;
		}
		.product-search-result > .product-result-footer > .product-footer-top-link:before {
			content: '\2191\2008';
		}
	

/* layout */	
.favourites-items,
.shopping-cart-items {
	max-width: 100%;
	margin: 0 auto;
}
	.favourites-items > ul,
	.shopping-cart-items > ul {
	}
		.favourites-items > ul > li.header,
		.shopping-cart-items > ul > li.header {
			line-height: 30px;
		}
		.favourites-items > ul > li,
		.shopping-cart-items > ul > li {
			min-height: 45px;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
			.favourites-items > ul > li > span,
			.shopping-cart-items > ul > li > span {
			}
			.shopping-cart-items > ul > li > span:nth-child(1) { flex: 1 0 20px; margin-left: 20px; max-width: 90px; }
			.shopping-cart-items > ul > li > span:nth-child(2) { flex: 3 0 120px; }
			.shopping-cart-items > ul > li > span:nth-child(3) { flex: 0 0 80px; }
			.shopping-cart-items > ul > li > span:nth-child(4) { flex: 0 0 90px; text-align: right; margin-right: 5px; }
			.shopping-cart-items > ul > li > span:nth-child(5) { flex: 0 0 90px; text-align: right; margin-right: 5px; }

			.favourites-items > ul > li > span:nth-child(1) { flex: 1 0 20px; margin-left: 20px; max-width: 90px; }
			.favourites-items > ul > li > span:nth-child(2) { flex: 3 0 120px; }
			.favourites-items > ul > li > span:nth-child(3) { flex: 0 0 80px; }
			.favourites-items > ul > li > span:nth-child(4) { flex: 0 0 40px; }
			
			.shopping-cart-items .amount-changer {
				padding: 4px;
			}
				.shopping-cart-items .amount-changer > a {
					display: inline-block;
					width: 13px;
					text-align: center;
				}
				.shopping-cart-items .amount-changer > .less {
				}
				.shopping-cart-items .amount-changer > .more {
				}
				.shopping-cart-items .amount-changer > input {
					width: 20px;
					text-align: center;
				}
				.shopping-cart-items .price-old {
				}
				.shopping-cart-items .price-new {
				}
/* appearance */
.favourites-items,
.shopping-cart-items {
}
	.favourites-items > ul,
	.shopping-cart-items > ul {
	}
		.favourites-items > ul > li.header,
		.shopping-cart-items > ul > li.header {
			background: #EFEFE8;
			border-top-style: solid;
			border-bottom-style: none;
			text-transform: uppercase;
			font-size: 11px;
			color: #989878;
		}
		.favourites-items > ul > li,
		.shopping-cart-items > ul > li {
			border: solid 1px #D6D6D6;
			border-top-style: none;
		}
			.favourites-items > ul > li.header > span,
			.shopping-cart-items > ul > li.header > span {
				font-size: 10px;
			}
			.favourites-items > ul > li > span,
			.shopping-cart-items > ul > li > span {
				font-size: 12px;
			}
			.favourites-items > ul > li > span:nth-child(1),
			.shopping-cart-items > ul > li > span:nth-child(1) {
			}
				.favourites-items > ul > li > span:nth-child(1) > img,
				.shopping-cart-items > ul > li > span:nth-child(1) > img {
					max-height: 30px;
					margin: 5px 1px;
				}
			.favourites-items > ul > li.item > span:nth-child(2),
			.shopping-cart-items > ul > li.item > span:nth-child(2) {
				font-weight: 600;
			}
				.favourites-items > ul > li.item > span:nth-child(2) > a {
					color: #000000;
				}
			.favourites-items > ul > li.item > span:nth-child(3),
			.shopping-cart-items > ul > li.item > span:nth-child(3) {
				font-weight: 600;
			}			
			.shopping-cart-items .amount-changer {
				border: solid 1px #D6D6D6;
			}
				.shopping-cart-items .amount-changer > a {
					color: #000000;
					font-weight: bold;
					cursor: pointer;
				}
				.shopping-cart-items .amount-changer > .less {
				}
				.favourites-items .delete-mode,
				.shopping-cart-items .amount-changer > .less.delete-mode {
					color: #DD4031;
					cursor:pointer;
				}
				.favourites-items .delete-mode{
					border: solid 1px #D6D6D6;
					border-radius: 20px;
					width: 20px;
					height: 20px;
					line-height: 18px;
					text-align: center;
					border-radius: 20px;
					display: inline-block;
					transition: all 0.2s ease;
				}
				.favourites-items .delete-mode:hover{
					background: #DD4031;
					border-color: #DD4031;
					color: #FFFFFF;
				}
				.shopping-cart-items .amount-changer > .more {
				}
				.shopping-cart-items .amount-changer > input {
					border: none;
					font-weight: 600;
					-moz-appearance: textfield;
				}
				.shopping-cart-items .amount-changer > input::-webkit-outer-spin-button,
				.shopping-cart-items .amount-changer > input::-webkit-inner-spin-button {
					-webkit-appearance: none;
				}

.shopping-cart-new-item {
	position: fixed;
	top: 90px;
    width: 300px;
    right: 20px;
	background: #FFFFFF;
	color: #4A4A4A;
	font-size: 12px;
	box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.20);
	border-radius: 2px;
	padding: 15px;
	margin-right: 10px;
	animation-duration: 2s;
	animation-name: popinout;
	z-index: 5;
	text-align: center;
}

.shopping-cart-new-item:after, .shopping-cart-new-item:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.shopping-cart-new-item:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #176468;
	border-width: 6px;
	margin-left: -6px;
}
.shopping-cart-new-item:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #176468;
	border-width: 6px;
	margin-left: -6px;
}
.shopping-cart-new-item span{
	line-height: 24px;
}
.shopping-cart-new-item strong{
	display: block;
}

@keyframes popinout {
  from {
    transform: translateY(-100%);
  }
  15% {
    transform: translateY(0%);
  }
  85% {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}	
.shopping-cart-new-item span {
	display: block;
}

/* layout */
.product-preview-popup,
.favourites-popup,
.shopping-cart-popup {
	position: fixed;
	z-index: 4;
	box-sizing: border-box;
	/* width: calc(100vw - 60px);
	 */
	
	width: 960px;
	height: calc(100vh - 60px);
    left: calc(50% - 480px);
    top: 20px;
}

.product-preview-popup .product-details{
	border: none;
	margin: 0px;
}
.product-preview-popup .product-main{
	padding: 0px;
	max-width: calc(100% - 20px);
}
.product-preview-popup .product-items{
	max-width: calc(100% - 20px);
}
.product-preview-popup .product-main .product-parameters{
    flex: 0 0 45%;
}
.product-preview-popup .product-main .product-parameters h1{
    font-size: 24px;
}
.product-preview-popup .product-main .start-price{
	font-size: 12px;
}
.product-preview-popup .product-main .start-price-value{
    font-size: 18px;
}
.product-preview-popup .product-items{
	margin-top: 40px;
		width: calc(100% - 15px);
}
.product-preview-popup .product-main .add-to-favorites{
	width: 10%;
}
.product-preview-popup .product-main .delivery-note{
	width: 85%;
}

.product-preview-popup .product-gallery-thumbs{
	flex: 0 0 80px;
}
.product-preview-popup .product-gallery-thumbs li{
	height: 80px
}
.product-preview-popup .product-gallery-thumbs li img{
	width: 100%;
	height: auto;
}

.favourites-popup > .favourites-items,
.shopping-cart-popup > .shopping-cart-items {
	width: 100%;
	height: calc(100% - 60px);
	overflow: auto;
}
.product-preview-popup > .product-preview-buttons,
.favourites-popup > .favourites-actions,
.shopping-cart-popup .shopping-cart-actions {
	box-sizing: border-box;
	min-height: 40px;
	display: flex;
	margin-bottom: 20px;
}
.shopping-cart-actions h2{
	margin: auto;
    padding-right: 215px
}
.favourites-actions h2{
	margin: auto;
    padding-right: 95px;
}

.favourites-popup .close-button,
.shopping-cart-popup .close-button {
	margin-left: auto;
}
.favourites-popup .clеаr-button,
.shopping-cart-popup .clеаr-button,
.shopping-cart-popup .order-button {
	margin-right: 15px;
}
.product-preview-popup .close-button,
.favourites-popup .close-button,
.favourites-popup .clear-button,
.shopping-cart-popup .close-button,
.shopping-cart-popup .order-button,
.shopping-cart-popup .clear-button {
	flex: 0 0 auto;
	box-sizing: border-box;
	cursor: pointer;
}

.close-button{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 20px;
	text-indent: -10000px;
	overflow: hidden;	
}

/* appearance */
.product-preview-popup,
.favourites-popup,
.shopping-cart-popup {
	background: #FFFFFF;
	border-radius: 2px;
	padding: 20px;	
	padding-top: 10px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.26), 0 0 0 2160px rgba(0,0,0,0.3);
}

.favourites-popup > .favourites-items,
.shopping-cart-popup > .shopping-cart-items {
}


.shopping-cart-popup .order-button,
.shopping-cart-popup .clear-button,
.favourites-popup .clear-button{
	background: #176468;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 2px;
    transition: all 0.2s ease;
    padding: 5px 20px;
    line-height: 26px;
    border: none;
    cursor: pointer;
    text-transform: capitalize;
}
.shopping-cart-popup .clear-button,
.favourites-popup .clear-button{
	background: #FFFFFF;
	border: solid 1px #D6D6D6;
	color: #176468;
}
.shopping-cart-popup .order-button:hover,
.shopping-cart-popup .clear-button:hover,
.favourites-popup .clear-button:hover {
	background: #0C4245;
	color: #FFFFFF;
	border-color: #0C4245;
	
}
.close-button,
.gallery-big .gallery-big-close:before{
    border: solid 1px #D6D6D6;
	background: #fff url(icons/icon-close-button.svg) no-repeat center center;
	padding: 10px 10px;
    border-radius: 60px;
    opacity: 0.6;
	transition: all 0.2s ease;
}

.close-button:hover,
.gallery-big .gallery-big-close:hover:before{
	background-color: #EFEFE8;
	border-color: #EFEFE8;
	opacity: 1;
}



.go-top { display: none; } 
.sticky ~ .go-top { 
	display: block;
	border-radius: 60px;
	border: solid 1px #D6D6D6;
	background: url(icons/icon-back-to-top.svg) no-repeat center center;
	position: fixed;
	bottom: 100px;
	right: 20px;
	width: 50px;
	height: 50px;
	transition: all 0.2s ease;
	z-index: 2;
}
.sticky ~ .go-top:hover {
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.20);
    background-color: #fff;
}
.social-links{
	margin-top: 20px;
}


/* layout */

.manufacturer-list {
	width: 1280px;
	max-width: calc(100% - 90px);
	margin: 0 auto;
}

	.manufacturer-list > ul {
		display: flex;
		flex-wrap: wrap;
		/* align-items: center; */
		justify-content: center;
		margin-bottom: 100px;
		margin-top: 50px;
	}
		.manufacturer-list > ul > li {
			flex: 0 0 190px;
		    margin: 10px;
			text-align: center;
		}
			.manufacturer-list > ul > li > a {
				padding: 20px;
				padding-bottom: 10px;
				display: block;
			}
				.manufacturer-list > ul > li > a > img {
				}
				.manufacturer-list > ul > li > a > h3 {
					font-size: 14px;
					font-weight: 500;
					border-top: solid 1px #D6D6D6;
					margin-top: 10px;
					padding-top: 10px;
				}

/* appearance */
.manufacturer-list {
}
	.manufacturer-list > ul {
	}
		.manufacturer-list > ul > li {
			border: solid 1px #EEEEEE;
			transition: all 0.2s ease;
		}
		.manufacturer-list > ul > li:hover{
			    border: 1px solid #EEEEEE;
				box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.20);
		}
			.manufacturer-list > ul > li > a {
			}
				.manufacturer-list > ul > li > a > img {
					max-width: 130px;
					max-height: 40px;
				}

/* layout */
.content-main {
	width: 1280px;
	max-width: calc(100% - 90px);
	margin: 0 auto;
}

	.content-main > h1 {
	}
	.content-main > .content-text {
	}
	.content-main  ul {
	    margin-left: 20px;
	}
				
/* appearance */
.content-main {
	border-top: solid 1px #D6D6D6;
    margin-top: 15px;
    padding-top: 30px;
    padding-bottom: 50px;
}
	.content-main > h1 {
		font-size: 30px;
		line-height: 1.6em;
		font-weight: 500;
	}
	.content-main > .content-text {
		
	}
	.content-text ul > li {
    	list-style-type: circle;
	}

/* layout */
.search-result {

}
	.search-result > li {
		border-bottom: solid 1px #D6D6D6;
	}	
		.search-result > li > a {
		    display: inline-block;
			vertical-align: top;
			display: block;
		    transition: all 0.2s ease;
		    padding: 0px 20px;
		    line-height: 38px;
		}
		.search-result > li > a img {
			display: inline-block;
			vertical-align: middle;
			max-height: 60px;
			margin-right: 20px;
		}
/* appearance */
.search-result {
}
	.search-result > li {
	}
		.search-result > li > a {
			font-weight: 400;
		}
		.search-result > li > a:hover {
			background: #EFEFE8;
		}

		
/* layout */
.gallery-big {
	position: fixed;
	z-index: 10;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gallery-big > div {
	position: relative;
	max-width: 100vw;
	max-height: 100vh;
	padding: 0px 60px;
    background: #fff;
}
.gallery-big > div > a {
	position: absolute;
	cursor: pointer;
}
.gallery-big .gallery-big-prev {
	left: 10px;
	top: calc(50% - 15px);
}
.gallery-big .gallery-big-next {
	right: 10px;
	top: calc(50% - 15px);
}

.gallery-big .gallery-big-close {
	right: 10px;
	top: 10px;
}
.gallery-big .gallery-big-close:before {
	content: '';
	display: block;
	width: 20px;
    height: 20px;
}

.gallery-big img {
	max-width: 100vw;
	max-height: 100vh;
}

/* appearance */
.gallery-big {
	background: rgba(0,0,0,0.6);
}

/* layout */
.product-preview-content {
}
/* appearance */
.product-preview-popup {
}
.product-preview-buttons {
}
.product-preview-content {
	width: 100%;
	height: calc(100% - 50px);
	overflow: auto;
}

.product-video-link {
	padding: 70px 0px 40px 300px;
	margin: auto;
	max-width: 950px;
}

	.product-video-link > a {
		display: block;
	}
		.product-video-link > a > img {
			max-width: 100%;
		}

/* layout */
.home-video-link {
	width: 1280px;
	max-width: calc(100% - 90px);
	margin: 0 auto;
    padding: 70px 0px 60px 0px;
    text-align: center;
}

	.home-video-link a {
		display: block;
		max-width: 100%;
	}
		.home-video-link a img {
			max-width: 100%;
			width: 640px;
		}

/* layout */
.order-form {
	max-width: 640px;
	margin: 0 auto;
}
	.order-form div {
		display: flex;
		width: 49%;
		display: inline-block;
	}
	.order-form div:nth-child(7),
	.order-form div:nth-child(8){
		width: 100%;
		display: block;
	}
	.order-form div.order-total-info{
		width: 100%;
		display: block;
		text-align: center;
	}
	
	
		.order-form > div > label {
			flex: 0 0 220px;
			display: block;
		}
		.order-form > div > label + *{
			flex: 1 1 0;
			width: 260px;
		}
	.order-form > button {
		margin: 20px auto;
		display: block;
	}
/* appearance */
.order-form {
	/* border: solid 1px #D6D6D6; */
	padding: 20px 0px 10px 30px;
}
	.order-form > div {
	}
		.order-form > div > label {
			padding-right: 5px;
			font-size: 11px;
			text-transform: uppercase;
			font-weight: 600;
		}
		.order-form > div > label + *{
		    font-size: 14px;
		    padding: 5px 15px;
		    line-height: 22px;
		    border: solid 1px #D6D6D6;
		    margin-bottom: 10px;
		    border-radius: 2px;
		    transition: all 0.2s ease;
    	}
    	.order-form > div:nth-child(7) > input   {
			width: 580px;
	 	}
    	.order-form > div > textarea{
	    	width: 580px;
	    	height: 90px;
    	}
    	.order-form > div > input:hover,
		.order-form > div > textarea:hover{
			border-color: #ACACAC;
		}
		.order-form > div > input:focus,
		.order-form > div > textarea:focus{
		    background: #f7f7f1;
		    border-color: #ACACAC;
		}
		
		.order-form > div.mandatory-info{
			display: none;
		}
		.order-form > div.mandatory-info > label{
			font-size: 11px;
			color: #ccc;
			font-style: italic;
			text-transform:  capitalize !important;
		}
    	#order-total-amount,
    	.order-total-amount{
	        font-weight: 700 !important;
			font-size: 18px !important;
		    border: none !important;
		    padding: 0px !important;	
    	}
    	
		.order-form > button {
			background: #176468;
		    color: #FFFFFF;
		    font-size: 14px;
		    border-radius: 2px;
		    transition: all 0.2s ease;
		    padding: 15px 30px;
			line-height: 20px;
		    border: none;
		    cursor: pointer;
	        text-transform: uppercase;
		}
		.order-form > button:hover{
			background: #0C4245;
		}


#google-maps{
	margin-top: 80px;
}


/*.home-video-link, .product-video-link { display: none; }*/
.company-features { visibility: hidden; height: 36px; }
.secondary-menu li:nth-child(2) { display: none; }
.status-message {
    margin: 160px auto;
    display: block;
    text-align: center;
    font-size: 20px;
}



@media all and (max-width: 1299px) {
	.company-features > ul {
		justify-content: space-around;	
	}
}	

.main-menu-toggle, .main-menu-toggle + label {
	display: none;
}

@media all and (max-width: 859px) {
	.logo {
		flex: 0 1 70px;
		margin-right: auto;
	}
	header > .primary > .components > .primary-menu {
		flex-direction: column;
	}
	.main-menu-toggle {
		position: fixed;
		top: -20px;
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.main-menu-toggle + label {
		cursor: pointer;
		display: block;
		order: 1;
		min-width: 40px;
		height: 100%;
	}
	.main-menu-toggle + label::before {
		content: '';
		position: absolute;
		width: 22px;
		height: 22px;
		margin: 24px;
		background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, #000 0);
		background-size: 100% 7px;
	}	
	.main-menu-toggle ~ ul {
		position: absolute;
		-ms-transform: scale(0) translateY(65px) translateX(-120px);
		-webkit-transform: scale(0) translateY(65px) translateX(-120px);
		transform: scale(0) translateY(65px) translateX(-120px);
		-ms-transform-origin: -45px 35px;
		-webkit-transform-origin: -45px 35px;
		transform-origin: -45px 35px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		box-shadow: 0 0 3px -1px rgba(50,50,50,0.6);
		order: 1;
		width: 120px;
	}
	header > .primary > .components > .primary-menu {
		height: auto;
		background: white;
	}
	.main-menu-toggle:checked ~ ul {
		-ms-transform: scale(1) translateY(65px) translateX(-120px);
		-webkit-transform: scale(1) translateY(65px) translateX(-120px);
		transform: scale(1) translateY(65px) translateX(-120px);
	}
	header > .primary > .components > .primary-menu > li.home-link > a{
		padding-top: 10px 6px 6px 6px;
	}
	header > .primary > .components > .primary-menu > li > a,
	header.sticky > .primary > .components > .primary-menu > li > a {
		padding: 5px;
	}
	header > .primary > .components > .primary-menu > li:nth-child(n) {
		display: block;
	}
}

@media all and (max-width: 719px) {
	.search {
		display: none;
	}
	.search + * {
		margin-left: 190px;
	}	
}

@media all and (max-width: 599px) {
	header > .primary > .components > .logo {
		flex: 0 1 170px;
		min-width: 105px;
	}
	header > .primary > .components > .logo > a {
		max-width: 100%;
	}
	header > .primary > .components > .logo::before,
	header > .primary > .components > .logo::after {
		content: none;
	}
	.main-menu-toggle + label::before {
		margin: 22px 2px;
	}
	.secondary {
		display: none;
	}
	header {
		height: 65px;
	}
	header + * {
		margin-top: 65px;
	}
	header > .primary > .components > .logo > a {
		background-image: url(icons/bent-logo-small.svg);
	}
	header > .primary > .components > .logo > a {
		height: 60px;
		top: 10px;
	}	
}
@media all and (max-width: 479px) {
	header > .primary > .components > .profile {
		display: none;
	}
}

.search-result-box-wrapper {
	position: absolute;
	margin-top: 36px;
	max-height: calc(100vh - 50px);
	overflow-y: auto;
	background: white;
	z-index: 1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);	
    margin-left: 12px;
    width: 440px;

}



@media all and (max-width: 1079px) {
	.product-main {
		flex-direction: column;
		align-items: stretch;
	}
	.product-gallery {
		flex: 1 1 auto;
	}
	.product-parameters {
		flex: 1 1 auto;
	}
	
}

@media all and (min-width: 959px) and (max-width: 1280px) {
}
@media all and (max-width: 1110px) {
	header > .primary > .components > .profile {
		flex: 0 0 50px;
	}
	.sub > .banner,
	header > .primary > .components > .profile > span {
		display: none;
	}
	
}

@media all and (max-width: 958px) {
	.product-preview-popup,
	.favourites-popup,
	.shopping-cart-popup {
		left: 0;
		width: 100%;
	}
	header > .primary > .components > .shopping-cart {
		flex: 0 0 50px;
	}
	.sub > .banner, header > .primary > .components > .shopping-cart > span {
		display: none;
	}
	.product-gallery-thumbs {
		display: none;
	}
	.product-list {
		flex-direction: column;
	}
		.product-list .product-search {
			width: 100%;
			flex: 1 1 auto;
			order: 2;
		}	
	
}

@media all and (max-width: 799px) {
	.product-items > ul > li {
		display: block;
		justify-content: space-around;
	}
	.product-items > ul > li.header, .product-items > ul > li.footer {
		display: none;
	}
	.product-items > ul > li > span {
		display: inline-block;
	}
	.product-items > ul > li > span:nth-child(1) {
		width: 50px;
	}
	.product-items > ul > li > span:nth-child(2) {
		width: calc(100% - 60px);
	}
	.product-items > ul > li > span:nth-last-child(3),
	.product-items > ul > li > span:nth-last-child(2),
	.product-items > ul > li > span:nth-last-child(1) {
		white-space: nowrap;
		width: 30%;
	}
}

@media all and (max-width: 479px) {
	
	/*header .components, .company-features > ul, .product-category-overview > ul, .listing-wrapper, 
	.product-listing > h4, .product-list-filter, .brands-slider > h4, footer > .footer-sections, 
	footer > .copyright > .copyright-info, .product-navigation, .product-main , .product-items, 
	.product-brand, .product-list, .manufacturer-list, .content-main, .home-video-link { 
		min-width: 100%; 
	}*/
	
	.product-category-overview > ul {
		flex-direction: column;
		align-items: stretch;
	}	
		.product-category-overview > ul > li + li {
			margin-left: 0px;
		}
		
	.product-video-link, .product-description table {
		display: none;
	}
		
	.footer-sections {
	}
		.footer-sections {
		}
			.footer-sections > li:not(.subscribe-box) > ul {
				position: absolute;
				display: none;
				background: #FFF;
			}
			.footer-sections > li > input:checked + ul {
				display: block;
			}
}


/*.home-video-link, .product-video-link { display: none; }*/
.company-features { visibility: hidden; height: 36px; }
.secondary-menu li:nth-child(2) { display: none; }
.secondary-menu li:nth-last-child(2) { display: none; }
.status-message {
    margin: 30px auto;
    display: block;
    text-align: center;
    font-size: 20px;
}


.homepage-banners > .homepage-banner-buttons,
.homepage-banners > ul,
.homepage-banners > ul > li,
.homepage-banners > ul > li:before {
	height: 29vw;
}	
.homepage-banners > .homepage-banner-buttons > a {
	width: 50px;
	height: 8px;
	margin-top: calc(29vw - 40px);
}
@media all and (max-width: 1023px) {
	.homepage-banners > ul > li > strong {
		font-size: 61px;
		line-height: 90px;
	}
	.homepage-banners > ul > li > span {
		font-size: 17px;
	}
	
}
@media all and (max-width: 839px) {
	.homepage-banners > ul > li {
		justify-content: flex-start;
	}
	.homepage-banners > ul > li > strong {
		font-size: 40px;
		line-height: 64px;
	}	
	.homepage-banners > ul > li > span {
		font-size: 14px;
		max-width: 80%;
	}
}