/*
Theme Name: iWidze
Description: iWidze
Version: 1.0
*/

/*----------- FONTS -----------*/ 
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700,700i|Roboto+Slab:300,400,700|Unna:400,400i,700,700i&subset=latin-ext');
/*----------- /FONTS -----------*/
html
{
	font-size: 10px;
}

body
{
font-family: "Roboto Condensed";
font-size: 1.4rem;
color: #361d1d;
background: #fff;
overflow-x: hidden;
max-width: 100%;
}

body.menu-open
{
overflow-y: hidden;
}

.menu-mobile
{
	display: none;
}

#header
{
	position: relative;
	z-index: 999;
}

#header-top
{
	background: #22926d;
	color: #fff;
	font-size: 1.4rem;
	padding: 10px 0;
}

#header-top p,
#header-top ul
{
	margin: 0;
}

#header-top ul
{
	float: right;
}

#header-top ul li
{
	float: left;
	padding-left: 15px;
	margin-left: 15px;
	position: relative;
}

#header-top ul li:before
{
	content:'';
	width: 1px;
	height: 12px;
	background: #fff;
	top: 50%;
	margin-top: -6px;
	left: 0;
	position: absolute;
}

#header-top ul li:first-child
{
	padding-left: 0;
	margin-left: 0;
}

#header-top ul li:first-child:before
{
	display: none;
}

#header-top ul li a
{
	color: #fff;	
}

#header-bottom .container
{
	position: relative;
	height: 160px;
}

#logo
{
	float: left;
	margin: 75px 0 0 0;
	position: relative;
	padding-right: 65px;
}

#logo #reseller
{
	position: absolute;
	top: 50%;
	margin-top: -35px;
	right: 0;
}

#mega-menu-wrap-menu-top
{
	float: left;
	clear: none;
	font-size: 1.7rem;
	margin: 75px 0 0 25px;
}

#mega-menu-wrap-menu-top #mega-menu-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu
{
	width: 590px;
	z-index: 9999;
}

#mega-menu-wrap-menu-top #mega-menu-menu-top > li.mega-menu-item > a.mega-menu-link
{
	line-height: normal;
	height: auto;
}

#mega-menu-wrap-menu-top #mega-menu-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu
{
	padding-top: 15px;	
}

#mega-menu-wrap-menu-top #mega-menu-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu:after
{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 12px 11px;
	border-color: transparent transparent rgba(89, 147, 140, .85) transparent;
	position: absolute;
	top: 3px;
	left: 22px;
	display: block;
}

#mega-menu-wrap-menu-top #mega-menu-menu-top li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu 
{
	padding: 10px 0;
}

#mega-menu-wrap-menu-top #mega-menu-menu-top li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li
{
	padding: 0 15px !important;
	display: block;
	border-bottom: 1px solid #added8;
}

#mega-menu-wrap-menu-top #mega-menu-menu-top li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li:last-child
{
	border: none;
}

#mega-menu-wrap-menu-top #mega-menu-menu-top li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li a
{
	display: block;
	padding: 10px 0 !important;
}

#mega-menu-wrap-menu-top #mega-menu-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item
{
	float: none;
}

#mega-menu-wrap-menu-top #mega-menu-menu-top li.mega-menu-row
{
	background: rgba(89, 147, 140, .85)
}

#menu-top
{
	float: left;	
	font-size: 1.7rem;
	margin: 75px 0 0 45px;
}

#menu-top > li
{
	float: left;
	display: block;
	margin-right: 20px;
}

#menu-top > li:last-child
{
	margin-right: 0;
}

#menu-top > li > a
{
	color: #262626;
	text-transform: uppercase;
	display: block;
}

#shop-controls
{
	float: right;
	height: 160px;
	background: #e8e8e8;
}

.header-account,
.header-favs,
.header-contact
{
	float: left;
	border-right: 1px solid #fff;
	height: 100%;
	background: #e8e8e8;
	width: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-account img
{
	width: 17px;
}

.header-favs img
{
	width: 21px;
}

.header-contact img
{
	width: 22px;
}

.header-cart
{
	background: #e8e8e8;
	height: 100%;
	float: left;
	font-size: 1.4rem;
	padding: 100px 0 0 ;
	display: block;
	position: relative;
	width: 125px;
	text-align: center;
}

.header-cart:before
{
	content:'';
	width: 43px;
	height: 32px;
	background: url(images/icon-cart.png);
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -21px;
}

.search-form
{
	position: absolute;
	bottom: -50px;
	right: 15px;
	background: rgba(77, 149, 135, 0.85);
	height: 50px;
	z-index: 999999;
	width: 266px;
	padding: 10px 15px;
}

.search-field, .aws-container .aws-search-field
{
	float: left;
	font-size: 1.4rem;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	padding: 10px 5px;
	height: 32px;
	width: calc(100% - 32px);
}

.aws-container .aws-search-field
{
	width: 100%;
	position: relative;
	float: none;
}

.aws-search-result .aws_result_content span
{
	margin-bottom: 0;
	line-height: 15px;
}

.aws-container .aws-search-form .aws-search-clear
{
	color: #fff;
	text-align: right;	
}

.aws-container .aws-search-field:focus
{
	background: none;
}

.search-submit
{
	float: right;
	width: 32px;
	height: 32px;
	border: none;
	background: #fff url(images/bg-search.png) center center no-repeat;
}

.search-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
.search-form ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.search-form :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.search-form :-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

#heading
{
	background-image: url(images/bg-cover-2.jpg);
	text-align: center;
	padding: 40px;
}

#heading h1
{
	color: #fff;
	font-family: "Unna", serif;
	font-size: 4.8rem;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

#heading h1 span
{
	display: block;
	font-size: 2rem;
	line-height: 2rem;
}

.breadcrumbs
{
	color: #fff;
	margin: 0;
}

.breadcrumbs a
{
	color: #fff;
}

#slider-wrap > .container
{
	position: relative;
	z-index: 999;
}

.banners
{
	position: absolute;
	bottom: 50px;
	left: 0;
	margin: 0;
	width: 100%;
}

.banners > div
{
	padding: 0;
}

.banner
{
	height: 200px;
	padding: 20px 30px;
}

.banner h2
{
	font-size: 4rem;
	font-family: "Unna";
	text-transform: uppercase;
	font-weight: 700;
	line-height: 4.8rem;
	margin-bottom: 25px;
}

.banner h2 span
{
	display: block;
	text-transform: none;
	font-size: 4.8rem;
	font-style: italic;
	font-weight: 400;
}

.banners .buttons a
{
	float: left;
	min-width: 150px;
	display: block;
	font-size: 1.6rem;
	text-transform: uppercase;
	padding: 7px 15px;
	background: #fff;
	color: #757575;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin-right: 30px;
}

.banners .buttons .blue
{
	background: #86c2ea;
	color: #fff;
}

.banners .buttons .pink
{
	background: #eeb1b1;
	color: #fff;
}

.banners .buttons .pink
{
	background: #eeb1b1;
	color: #fff;
}

.banners .buttons a:last-child
{
	margin: 0;
}

#slider .slide
{
	height: 750px;
	padding-bottom: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#slider .slide h2
{
	font-size: 7.8rem;
	font-family: "Unna", serif;
	color: #fff;
	line-height: 15rem;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}

#slider .slide h2 span
{
	font-size: 20rem;
	display: block;
	font-weight: 700;
	line-height: 13rem;
}

#slider .slide h2 span em
{
	font-style: normal;
	font-size: 7rem;
	margin-left: 5px;
	display: inline-block;
	vertical-align: top;
	line-height: 8rem;
}

#slider .slide p
{
	font-size: 1.7rem;
	color: #548a83;
	margin: 0;
}

#content
{
	overflow: hidden;
}

#page #content
{
	padding: 40px 0 70px 0;
}

.contact-form
{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(images/bg-cover-3.jpg);
	padding: 55px 0 10px 0;
}

.contact-form .row
{
	margin: 0 -30px;
}

.contact-form .row > div
{
	padding: 0 30px;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=number],
.contact-form textarea
{
	background: #fff;
	border: 1px solid #c28787;
	width: 100%;
	padding: 15px 20px;
	font-size: 1.4rem;
	color: #000;
}

.contact-form textarea
{
	height: 125px;
	display: block;
	resize: none;
}

.contact-form .submit
{
	text-align: center;
}

.contact-form .wpcf7-submit
{
	border: 4px solid #8d4040;
	background: none;
	font-size: 1.6rem;
	color: #8d4040;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 95px;
}

.contact-form p
{
	margin-bottom: 25px;
}

.contact-form span
{
	position: relative;
	display: block;
}

.contact-form .terms label
{
	font-size: 1.4rem;
	color: #825252;
	font-weight: 400;	
	cursor: pointer;
}

.contact-form .terms input
{
	display: none;
}

.contact-form .terms input + span
{
	padding-left: 40px;
	position: relative;
}

.contact-form .terms input + span:before
{
	content:'';
	width: 26px;
	height: 26px;
	border: 1px solid #c28787;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

.contact-form .terms input:checked + span:after
{
	content:'\f00c';
	font-family: "FontAwesome";
	position: absolute;
	top: 1px;
	left: 4px;
	font-size: 20px;
	color: #c28787;
}

span.wpcf7-list-item
{
	margin: 0;
}

.contact-form span.wpcf7-not-valid-tip
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px 15px;
	font-size: 1.4rem;
	border: 1px solid #f00;
	color: #f00;
	background: #fff;
}

.contact-form div.wpcf7-response-output
{
	padding: 15px;
	margin: 0;
}

.row-contact
{
	margin: 0 -30px;
	padding-top: 10px;
	padding-bottom: 30px;
}

.row-contact > div
{
	padding: 0 30px;
}

.row-contact h3
{
	font-weight: 300;
	font-size: 2.3rem;
	text-transform: uppercase;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #c1c1c1;
}

.google-map
{
	height: 400px;
}

.product-row
{
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 60px;
}

.product-row > div
{
	padding-left: 30px;
	padding-right: 30px;
}

.product-row > div:nth-child(1)
{
	border-right: 1px solid #c1c1c1;
}

.product-content
{
	padding-top: 45px;
}

.product-title
{
	margin-bottom: 30px;
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 20px;
}

.product-brand-logo
{
	background: #000;
	width: 100%;
	height: 75px;
	margin: 0 40px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-title h1
{	
	font-size: 3.4rem;
	text-transform: uppercase;
	line-height: 3.5rem;
	padding: 3px 0 0 0;
	margin: 0;
}

.product-title h1 span
{	
	font-weight: 300;
	display: block;
	font-size: 1.6rem;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images
{
	width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper
{
	margin: 0 -15px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > div
{
	padding: 0 15px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > div:first-child a
{
	border: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > div a
{
	border: 1px solid #acacac;
	display: block;
	padding: 5px;
}

.single-product .product-price
{
	padding-top: 15px;
}

.single-product .product-price .price-wrap
{
	float: left;
	font-family: "Roboto Slab";
	margin: 9px 0 0 0;
}

.single-product .product-price .price-wrap > span
{
	font-size: 1.6rem;
	font-weight: 300;
	display: inline-block;
	margin: 0 5px 0 0;
}

#content .product-price .price
{	
	color: #373737;	
	font-size: 2.3rem;
	font-weight: 700;
	display: inline-block;
	margin: 0;
}

#content .product-price .button
{
	float: right;
}

.product-add-to-cart
{
	padding-bottom: 30px;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 30px;
	text-align: center;
}

.product-add-to-cart .top p
{
	font-size: 1.7rem;
	font-family: "Roboto Slab";
	margin-bottom: 20px;
}

#content .button.product-to-cart-session
{
	background: #174b7c;
	font-size: 1.7rem;
	padding: 15px 25px;
	margin-bottom: 20px;
}

#content .button.product-to-cart-config
{
	display: block;
	background: #fdb1b1;
}

#content .button.product-to-cart-single
{
	display: inline-block;
	background: #bbbbbb;
	border-radius: 0;
	line-height: normal;
}

.product-description
{
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.product-description *:last-child
{
	margin-bottom: 0;
}

.add-to-wishlist a
{
	font-weight: 700;
	font-size: 1.6rem;
	padding-left: 25px;
	position: relative;
	color: #000;
}

.add-to-wishlist a:before
{
	content:'\f005';
	font-family: "FontAwesome";
	font-size: 1.8rem;
	position: absolute;
	left: 0;
	top: -3px;
}

.add-to-wishlist .feedback
{
	display: none !important
}

.product-attributes
{	
	font-size: 1.3rem;
	color: #000;	
	line-height: normal;
	padding-bottom: 30px;
}

.product-attributes .row > div:nth-child(3n+4)
{
clear: left;
}

.product-attributes h2
{
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: .14em;
}

.product-attributes p
{
	margin: 0;
	line-height: normal;
}

.product-attributes .attribute
{
	border-bottom: 1px solid #e4e4e4;
	padding: 15px 0;
}

.product-attributes .attribute:last-child
{
	border: none;
}

.product-attributes img
{
margin-top: 8px;
}

.product-attributes .name
{
	position: relative;
	font-weight: 700;
	text-align: left;
	margin-bottom: 5px;
}

.product-attributes .value
{
	padding-left: 95px;
	position: relative;
	min-height: 40px;	
}

.product-attributes .pa_szerokosc-oprawki-mm .value:before
{
	content:'';
	width: 72px;
	height: 39px;
	background: url(images/sizes-1.png);
	position: absolute;
	bottom: 0;
	left: 0;
}

.product-attributes .pa_szerokosc-szkla-mm .value:before
{
	content:'';
	width: 72px;
	height: 29px;
	background: url(images/sizes-2.png);
	position: absolute;
	bottom: 0;
	left: 0;
}

.product-attributes .pa_szerokosc-mostka-mm .value:before
{
	content:'';
	width: 72px;
	height: 31px;
	background: url(images/sizes-3.png);
	position: absolute;
	bottom: 0;
	left: 0;
}

.product-attributes .pa_dlugosc-zausznika-mm .value:before
{
	content:'';
	width: 83px;
	height: 33px;
	background: url(images/sizes-5.png);
	position: absolute;
	bottom: -2px;
	left: 0;
}

.product-attributes .pa_wysokosc-oprawki-mm .value:before
{
	content:'';
	width: 82px;
	height: 29px;
	background: url(images/sizes-4.png);	
	position: absolute;
	bottom: 0;
	left: 0;
}

.product-attributes .pa_zawiasy-elastyczne .value
{
	padding-left: 0;
}

.product-attributes .value p
{
	position: relative;
	padding: 10px 0 0 20px;
	font-size:  1.8rem;
	font-weight: 700;
}

.product-attributes .value p:before
{
	content:'\f101';
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 15px;
	color: #fdb1b1;
	font-size: 1.2rem;
}

.page-template-wirtualny-optometrysta .lens-config
{
	margin: 0;
}

.lens-guide
{
	paddin-top: 40px;
	text-align: center;
}

.lens-guide .item .content
{
	border: 1px solid #cfcfcf;
	border-top: none;
	padding: 20px 10px;
}

.lens-guide .main-image
{
	border: 1px solid #cfcfcf;
	padding: 10px;
}

.lens-guide h4
{
	background: #0f3c6d;
	color: #fff;
	min-height: 60px;
	padding: 6px 10px;
	margin: 0;
}

.lens-guide > div
{
	margin-bottom: 50px;
}

.lens-guide > div:nth-child(3n+4)
{
	clear: left;
}

.lens-guide .parameters
{
	text-align: center;
}

.lens-guide .parameters div
{
	display: inline-block;
	float: none;
}

.lens-guide h5
{
	font-family: "Roboto Condensed";
	margin-bottom: 10px;
}

.lens-guide h5.bigger
{
	font-size: 20px;
	margin: 0 0 5px 0;
	color: #e21a36;
}

.lens-guide .section
{
	margin-bottom: 30px;
}

.lens-guide .section:last-child
{
	margin: 0;
}

.lens-guide .pair-price
{
	color: #e21a36;
	font-size: 22px;
}

.lens-guide p
{
	margin: 0;
}

.lens-list-tabs .tabs > div
{
	padding: 20px 30px;
	float: left;
	border: 1px solid transparent;
	border-bottom: 1px solid #cfcfcf;
	cursor: pointer;
	font-size: 20px;
	font-weight: 700;
	background: #fff;
	margin-bottom: -1px;
}

.lens-list-tabs .tabs .active
{
	border: 1px solid #cfcfcf;
	border-bottom: 1px solid #fff;
}

.lens-list-tabs .content > div
{
	border: 1px solid #cfcfcf;
	padding: 10px;
	display: none;
}

.lens-list-tabs .content .active
{
	display: block;
}

.lens-list
{
	display: none;
	padding-top: 40px;
	margin-bottom: 40px;
}

.lens-list p
{
	margin: 0;
}

.lens-list .lens
{
	padding: 8px 10px;
}

.lens-list .lens:nth-child(even)
{
	background: #f2f2f2;
}

.lens-list .lens:last-child
{
	margin-bottom: 0;
}

.lens-list .name
{
	float: left;
	font-size: 1.6rem;
	margin: 0 20px 0 0;
}

.lens-list input
{
	display: none;
}

.lens-list label
{
	font-weight: 400;
	margin: 0 !important;
	padding: 0;
	cursor: pointer;
	display: block;
}

.lens-list input + span
{
	padding: 10px 0 0 35px;
	position: relative;
	display: block;
}

.lens-list input + span:before
{
	content:'';
	width: 24px;
	height: 24px;
	border: 1px solid #0f3c6d;
	position: absolute;
	top: 9px;
	left: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.lens-list input:checked + span:after
{
	content:'';
	width: 8px;
	height: 8px;
	background: #0f3c6d;
	position: absolute;
	top: 17px;
	left: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.lens-list .parameters, .session-lens .parameters
{
	float: left;
	margin: 9px 0 0 0;
}

.session-lens .parameters
{
	margin: 4px 0 0 20px;
}

.lens-list .parameters .param, .session-lens .parameters .param, .lens-guide .param
{
	float: left;
	width: 24px;
	height: 24px;
	background: #7d7d7d;
	color: #fff;
	text-align: center;
	font-weight: 700;
	line-height: 25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 10px 0 0;
	font-size: 1.1rem;
}

.session-lens .parameters .param:hover, .lens-guide .param:hover
{
	cursor: default;
}

.lens-list .parameters .param:last-child, .session-lens .parameters .param:last-child
{
	margin: 0;
}

.lens-list .col-right
{
	float: right;
}

.lens-list .price
{
	float: left;
	font-size: 1.8rem;	
	margin: 10px 0 0 0;
}

.lens-list .price span
{
	font-weight: 700;
}

.lens-list .choose
{
	background: #0f3c6d;
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	font-family: "Roboto Slab";
	float: left;
	margin-left: 25px;
}

.lens-config
{
	margin-bottom: 90px;
}

.lens-config h2
{
	font-size: 1.8rem;
	text-transform: uppercase;
	text-align: center;
	font-family: "Roboto Condensed";
	margin-bottom: 4rem;
}

.lens-config h3
{
	font-size: 2.1rem;
	color: #1f1f1f;
	font-family: "Roboto Condensed";
	margin: 0;
	text-align: right;
	text-transform: uppercase;
	padding: 45px 15px 0 0;
}

.lens-config p
{
	margin: 0;
	position: relative;
}

.lens-config p .error
{
	position: absolute;
	right: 0;
	top: 0;
	color: #f00;
}

.lens-config label
{
	font-size: 1.4rem;
	color: #565656;
	font-family: "Roboto Condensed";
	margin: 0 0 10px 0;
}

.restore-item
{
	display: none !important;
}

.lens-config select
{
	width: 100%;
}

.lens-config-version
{
	text-align: center;
	margin-bottom: 30px;
}

.lens-config-version .version-1.inactive,
.lens-config-version .version-2.inactive
{
	opacity: .3;
}

.lens-config-version .version-1,
.lens-config-version .version-2
{
	min-height: 150px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.lens-config-version .version-1 h2,
.lens-config-version .version-2 h2
{
	margin: 0;
	color: #fff;
}

.lens-config-version .version-1
{
	background-image: url(images/bg-version-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.lens-config-version .version-2
{
	background-image: url(images/bg-version-2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.lens-config .product-assist .step-1,
.lens-config .product-assist .step-2
.lens-config .product-assist .step-3
{
	display: none;
}

.lens-config .step-1
{
	margin-bottom: 60px;
}

.lens-config .substep
{
	margin: 0 -15px 30px -15px;
	display: none;
}

.lens-config .substep:nth-child(1)
{
	display: block;
}

.lens-config .substep.possible-1 > div
{
	width: 100%;
}

.lens-config .substep.possible-2 > div
{
	width: 50%;
}

.lens-config .substep.possible-3 > div
{
	width: 33.333333%;
}

.lens-config .substep.possible-4 > div
{
	width: 25%;
}

.lens-config .substep > div
{
	padding: 0 15px;
}

.lens-config .substep > div:nth-child(1) .item
{
	background: #174b7c;
}

.lens-config .substep > div:nth-child(2) .item
{
	background: #0f3c6d;
}

.lens-config .substep > div:nth-child(3) .item
{
	background: #072a58;
}

.lens-config .substep > div:nth-child(4) .item
{
	background: #021f45;
}

.lens-config .substep.set .item
{
	opacity: 0.2;
}

.lens-config .substep.set .item.chosen
{
	opacity: 1;
}

.lens-config .substep .item
{
	position: relative;
	cursor: pointer;
	font-weight: 300;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	padding: 60px 0 15px 0;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.lens-config .substep .item .image
{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}

.lens-config .substep .item .image img
{
	display: inline-block;
}

.lens-config .substep .item .info
{
	position: absolute;
	font-size: 1.8rem;
	color: #fff;
	top: 5px;
	right: 8px;
}

.lens-config .substep .item.inactive
{
	opacity: .2;
}

.lens-config .substep .item.chosen
{
	background: #529b8d !important;
}

.tooltip-inner {
    max-width: 250px;
    width: 250px; 
}

.lens-config .step-2
{
	display: none;
}

.lens-config .step-2 .row:nth-of-type(2),
.lens-config .step-2 .row:nth-of-type(3)
{
	padding-top: 20px;
}

.lens-config .step-2 .row.pd > div:nth-child(2) > div:nth-child(2)
{
	display: none;
}

.lens-config .step-2 .row.pd
{
	margin-bottom: 50px;
}

.lens-config .one-pd
{
	padding-top: 10px;
}

.lens-config .one-pd label
{
	font-size: 1.4rem;
	color: #565656;
	margin: 0;	
	font-weight: 400;
	line-height: 1.6rem;
	cursor: pointer;
}

.lens-config .one-pd input
{
	display: none;
}

.lens-config .one-pd input + span
{
	position: relative;
	padding-left: 38px;
	display: block;
}

.lens-config .one-pd input + span:before
{
	content:'';
	width: 22px;
	height: 22px;
	border: 1px solid #626262;
	position: absolute;
	left: 0;
	top: 0;
}

.lens-config .one-pd input:checked + span:after
{
	content:'';
	width: 16px;
	height: 16px;
	background: #626262;
	position: absolute;
	left: 3px;
	top: 3px;
}

.lens-config input[type=submit]
{
	border: none;
	display: block;
	background: #fdb1b1;
	color: #fff;
	font-size: 1.6rem;
	text-transform: uppercase;
	padding: 15px 0;
	font-family: "Roboto Slab";
	cursor: pointer;
	font-weight: 700;
	width: 100%;
}

.lens-config .step-3
{
	display: none;
}

.lens-results
{
	padding-top: 50px;
}

.lens-results-popup
{
	padding-top: 20px;
}

.lens-results > .row
{
	margin: 0 0 70px 0;
}

.lens-results-popup > .row
{
	margin: 0 0 30px 0;
}

.lens-results > .row > div, .lens-results-popup > .row > div
{
	padding: 0;
}

.lens-results .parameters, .lens-results-popup .parameters
{
	padding-top: 100px;
}

.lens-results .parameters p, .lens-results .price p, .lens-results-popup .parameters p, .lens-results-popup .price p
{
	font-size: 1.4rem;
	color: #361d1d;
	text-align: right;
	border-bottom: 1px solid #a8a8a8;
	line-height: 2.1rem;
	padding: 5px 35px 5px 0;
	margin: 0;
	height: 54px;
}

.lens-results .parameters p:last-child, .lens-results-popup .parameters p:last-child
{
	border: none;
}

.lens-results .price p, .lens-results-popup .price p
{
	font-weight: 700;
	padding: 20px 35px 15px 0;
	border-bottom: 0;
	border-top: 2px solid #000;
}

.lens-results .parameters p strong, .lens-results-popup .parameters p strong
{
	display: block;
}

.lens-results .items, .lens-results-popup .items
{
	margin: 0;
}

.lens-results .items > div, .lens-results-popup .items > div
{
	padding: 0;
}

.lens-results .item, .lens-results-popup .item
{
	text-align: center;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.lens-results .item:hover, .lens-results-popup .item:hover
{
	background: #f1f1f1;
}

.lens-results .item:after, .lens-results-popup .item:after
{
	content:'';
	border: 2px solid #fdb1b1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

.lens-results .item.your-choice:after, .lens-results-popup .item.your-choice:after
{
	opacity: 1;
}

.lens-results .item.your-choice, .lens-results-popup .item.your-choice
{
	background: #f1f1f1;
}

.lens-results .item.our-choice
{
	background: #559c8e;
}

.lens-results .item.our-choice h4
{
	color: #fff;
}

.lens-results .item.our-choice .price p
{
	color: #fff;
}

.lens-results .item h4, .lens-results-popup .item h4
{
	font-size: 1.6rem;
	color: #361d1d;
	font-family: "Roboto Condensed";
	text-transform: uppercase;	
	min-height: 100px;
	margin: 0;
	padding: 35px 0 0 0;
	position: relative;
}

.lens-results .item h4 span, .lens-results-popup h4 span
{
	display: block;
	position: absolute;
	top: 16px;
	left: 0;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 300;
}

.lens-results .item .param, .lens-results-popup .item .param
{
	border-bottom: 1px solid #a8a8a8;
	height: 54px;
	padding: 9px 0;
}

.lens-results .item .param:last-child, .lens-results-popup .item .param:last-child
{
	border-bottom: none;
}

.lens-results .item .param > div, .lens-results-popup .item .param > div
{
	width: 34px;
	height: 34px;
	background: #fff;
	border: 2px solid #909090;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	position: relative;
}

.lens-results .item .param.checked > div:before, .lens-results-popup .item .param.checked > div:before
{
	content:'\f00c';
	font-family: "FontAwesome";
	width: 100%;
	height: 100%;
	text-align: center;
	color: #000;
	font-size: 1.6rem;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 4px;
}

.lens-results .item .price p, .lens-results-popup .item .price p
{
	margin: 0;
	font-size: 2.7rem;
	color: #361d1d;
	font-family: "Roboto Condensed";
	font-weight: 300;
	padding: 30px 0;
	text-align: center;
	height: auto;
}

.save-lens-wrap
{
	padding: 10px 0;
	background: #f1f1f1;
	text-align: center;
	display: none;
}

.save-lens-wrap input[type=submit]
{
	border: none;
	display: inline-block;
	background: #174b7c;
	color: #fff;
	font-size: 1.6rem;
	text-transform: uppercase;
	padding: 20px 55px;
	font-family: "Roboto Slab";
	cursor: pointer;
	font-weight: 700;
	border: none;
	width: auto;
}

.add-to-cart-wrap, .add-to-cart-wrap-short
{
	padding: 10px 0;
	background: #f1f1f1;
}

.add-to-cart-wrap-short
{
	display: none;
}

.add-to-cart-wrap .complete-price, .add-to-cart-wrap-short .complete-price-short
{
	text-align: right;
	font-size: 1.4rem;
	line-height: 2.8rem;
}

.add-to-cart-wrap .complete-price span, .add-to-cart-wrap-short .complete-price-short span
{
	display: block;
	font-weight: 700;
	font-size: 3.8rem;
}

.add-to-cart-wrap .add-to-cart, .add-to-cart-wrap-short .add-to-cart-short
{
	border: none;
	display: inline-block;
	background: #fdb1b1;
	color: #fff;
	font-size: 1.6rem;
	text-transform: uppercase;
	padding: 20px 55px;
	font-family: "Roboto Slab";
	cursor: pointer;
	font-weight: 700;
}

.form-message-no-results
{
	padding: 40px;
	background: url(images/bg-results.jpg);
	text-align: center;		
	color: #000;
	display: none;
	margin-top: 40px;
}

.form-message-no-results p
{
	font-size: 1.8rem;
	line-height: 2.7rem;
	margin-bottom: 20px;
}

.form-message-no-results h2
{
	font-size: 3.4rem;
    color: #000;
    font-family: "Roboto Slab";
    text-align: center;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.form-message-no-results .contact
{
	padding: 10px 200px 0 200px;
}

.form-message-no-results .mail,
.form-message-no-results .phone
{
	color: #174b7c;
}

.form-message-no-results .mail p,
.form-message-no-results .phone p
{
	margin-bottom: 10px;
}

.form-message-no-results .mail a,
.form-message-no-results .phone a
{
	display: inline-block;
	padding-left: 40px;
	position: relative;
	font-size: 3rem;
	font-weight: 700;
	color: #174b7c;
}

.form-message-no-results .mail a:before
{
	content:'\f003';
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 0;
}

.form-message-no-results .phone a:before
{
	content:'\f095';
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 0;
}

.form-message
{
	padding-top: 20px;
}

.session-lens-wrap
{
	padding: 40px 0 0 0;
	margin-bottom: -40px;
}

.single-product .session-lens-wrap
{
	padding: 0;
	margin: 0;
}

.session-lens
{
	padding: 15px 20px;
	border: 1px solid #bebebe;
	background-image: url(images/bg-results.jpg);
	margin-bottom: 25px;
}

.session-lens p
{
	margin: 4px 0 0 0;
	font-size: 1.6rem;
	float: left;
}

.session-lens .details
{
	float: right;
	background: #174b7c;
	padding: 5px 15px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
}

#popup-lens
{
	width: 660px;
	max-width: 95%;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 20px auto;
	position: relative;
	overflow: hidden;
	z-index: 999999999;
}

#popup-lens .content
{
	padding: 30px;
}

.session-lens-values
{
	text-align: center;
}

.session-lens-values h2
{
	margin: 0;
}

/**
* Fade-move animation for second dialog
*/

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
opacity: 0;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;

-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
opacity: 1;
-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
opacity: 0;

-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
opacity: 0;

-webkit-transition: opacity 0.3s ease-out; 
-moz-transition: opacity 0.3s ease-out; 
-o-transition: opacity 0.3s ease-out; 
transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
opacity: 0;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.bg-cover
{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.virtual-assistant
{
	background-image: url(images/bg-cover-1.jpg);
	padding: 65px 0 0 0;
	text-align: center;
	margin-bottom: 120px;
}

.virtual-assistant h5
{
	font-size: 3.4rem;
	letter-spacing: .36em;
	text-transform: uppercase;
	line-height: 3.4rem;
	margin: 0 0 40px 0;
}

.virtual-assistant h5 span
{
	font-size: 2.3rem;
	display: block;
	font-weight: 300;
	letter-spacing: .3em;
}

.virtual-assistant .button-big
{
	margin-bottom: -50px;
}

#content .button
{
	background: #fdb1b1;
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	font-family: "Roboto Slab";
}

#content .button.small
{
	background: #174b7c;
	padding: 5px 25px;
	font-size: 1.4rem;
}

.button-big
{
	font-size: 2.1rem;
	text-transform: uppercase;
	color: #fff;
	background: #0f3c6d;
	padding: 20px 65px;
	display: inline-block;
	font-weight: 300;
}

.button-big:hover
{
	color: #fff;
}

.button-big.gray
{
	background: #363636;
}

.session-lens-values .button-big
{
	font-size: 1.8rem;
	padding: 20px 25px;
	width: 220px;
	margin: 0 15px;
}

.section-title
{
	font-size: 3.4rem;
	color: #000;
	font-family: "Roboto Slab";
	text-align: center;
	letter-spacing: 0.36em;
	text-transform: uppercase;
	margin-bottom: 65px;
}

.section-title div
{
	display: inline-block;
	padding: 0 25px;
	position: relative;
}

.section-title div:before
{
	content:'';
	width: 2000px;
	left: -2000px;
	position: absolute;
	top: 50%;
	background: #cfcfcf;
	height: 1px;
}

.section-title div:after
{
	content:'';
	width: 2000px;
	right: -2000px;
	position: absolute;
	top: 50%;
	background: #cfcfcf;
	height: 1px;
}

.section-title span
{
	display: block;
	font-size: 2.3rem;
	font-weight: 300;
}

.lens-configurator
{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(images/bg-cover-4.jpg);
	padding: 70px 0 0 0;
	margin-bottom: 100px;
}

.lens-configurator h2
{
	font-size: 3.4rem;
	color: #000;
	font-family: "Roboto Slab";
	text-align: center;
	letter-spacing: 0.36em;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.lens-configurator h2 div
{
	display: inline-block;
	padding: 0 25px;
	position: relative;
}

.lens-configurator h2 span
{
	display: block;
	font-size: 2.3rem;
	font-weight: 300;
}

.lens-configurator p
{
	font-size: 2.1rem;
	text-transform: uppercase;
	color: #2e2e2e;
	font-weight: 300;
	text-align: center;
	margin-bottom: 40px;
}

.lens-configurator form
{
	position: relative;
	padding: 0 60px 75px 60px;
}

.lens-configurator form .row
{
	margin: 0 -40px;
}

.lens-configurator form .row > div
{
	padding: 0 40px;
}

.lens-configurator form p
{
	margin: 0 0 25px 0;
	text-transform: none;
}

.lens-configurator form p label
{
	font-weight: 700;
	font-size: 1.6rem;
	margin: 0;
	width: 220px;
	padding: 12px 40px 0 0;
	float: left;
	color: #565656;
	text-align: right;
}

.lens-configurator form select
{
	float: right;
	width: calc(100% - 220px);	
}

.lens-configurator input[type=submit]
{
	background: #174b7c;
	color: #fff;
	font-size: 2.1rem;
	text-transform: uppercase;
	text-align: center;
	width: 330px;
	height: 100px;
	padding: 30px 0;
	border: none;
	cursor: pointer;
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -165px;
}

.lens-configurator form .dropdown-menu,
.lens-config form .dropdown-menu
{
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-size: 1.4rem;
	color: #6a6a6a;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder
{
	color: #6a6a6a !important;
}

#content .bootstrap-select *:focus
{
	outline: none !important;
	box-shadow: none !important;
}

.lens-configurator form .btn, .lens-config form .btn
{
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
	border: 1px solid #8e8e8e;
	font-size: 1.4rem;
	padding: 10px 20px;
	height: 50px;
	color: #6a6a6a;
}

#index .products-list
{
	margin-bottom: 60px;
}

.guide-list .item
{
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.guide-list .item:last-child
{
	border: none;
}

.guide-list .item h3
{
	margin-bottom: 10px;
}

.guide-list .item p
{
	margin: 0 0 10px 0;
}

.guide-list .item *:last-child
{
	margin-bottom: 0;
}

.guide-list .read-more
{
	text-align: right;
}

.category-banner
{
	margin-bottom: 30px;
}

.products-list, .products-list-special
{
	margin: 0 -15px;
}

.products-list .product, .products-list-special .product 
{
	text-align: center;
	color: #2e2e2e;
	position: relative;
	display: block;
	min-height: 225px;
	padding: 0 15px 15px 15px;
}

.products-list .product .image, .products-list-special .product .image
{
	margin-bottom: 20px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;	
	padding-top: 30px;
}

.products-list .product .image img, .products-list-special .product .image img
{
	max-height: 100%;
}

.products-list .product h4, .products-list-special .product h4
{
	font-size: 2.1rem;
	color: #2e2e2e;
	font-weight: 300;
	margin: 0;
}

.products-list .product p, .products-list-special .product p
{
	font-size: 1.4rem;
	margin: 0;
}

.products-list .product .cover, .products-list-special .product .cover
{
	background: rgba(255,255,255,.9);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.products-list .product .cover:before, .products-list-special .product .cover:before
{
	content:'';
	width: 100%;
	height: 100%;
	border: 1px solid #060606;
	position: absolute;
	top: 0;
	left: 0;
}

.products-list .product:hover .cover, .products-list-special .product:hover .cover
{
	opacity: 1;
}

.products-list .cart-icon, .products-list-special .cart-icon
{
	width: 70px;
	height: 70px;
	background: #e2e2e2 url(images/icon-cart.png) center center no-repeat;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.products-list .product .price .old-price,
.products-list-special .product .price .old-price
{
	display: block;
	text-decoration: line-through;
	font-size: 1.4rem;
}

.products-list .product .price, .products-list-special .product .price
{
	font-size: 1.8rem;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	color: #2e2e2e !important;
}

.category-recommended 
{
	position: relative;	
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.category-recommended .row
{
	position: relative;
	z-index: 10;
}

.category-recommended .row .product
{
	padding-bottom: 0;
}

.category-recommended .section-title
{
	font-size: 2.6rem;
	margin-bottom: 10px;
	line-height: 3rem;
	overflow: hidden;
}

.category-recommended .section-title span
{
	font-size: 1.4rem;
}

.woocommerce #content span.onsale
{
	background: #e21a36;
	border-radius: 0;
	width: auto;
	height: auto;
	padding: 8px 10px 8px 15px;
	text-transform: uppercase;
	min-height: 1px;
	min-width: 1px;
	top: 0;
	left: 0;
	line-height: normal;
	text-align: center;
	height: 30px;
}

.woocommerce #content span.onsale:before
{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 0 15px;
	border-color: transparent transparent transparent #e21a34;
	position: absolute;
	right: -15px;
	top: 0;
}

.woocommerce #content span.onsale:after
{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #e21a34 transparent transparent transparent;
	position: absolute;
	right: -15px;
	bottom: 0;
}

.woocommerce #content span.onsale span
{
	position: relative;
	padding-left: 18px;
}

.woocommerce #content span.onsale span:before
{
	content:'\f295';
	font-family: "FontAwesome";
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 1px;
	left: 0;
	font-weight: 400;
}

.row-shop
{
	margin-left: -30px;
	margin-right: -30px;
}

.row-shop > div
{
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}

.row-shop > div:nth-child(1):after
{
	content:'';
	width: 1px;
	height: 100%;
	background: #c1c1c1;
	position: absolute;
	left: 0;
	top: 0;
}

.pf-help-title > h2
{
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	margin-bottom: 15px;
}

.prdctfltr_filter label
{
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.prdctfltr_wc
{
	margin-bottom: 30px;
}

.prdctfltr_wc .prdctfltr_buttons
{
	display: none;
}

.woocommerce .woocommerce-result-count
{
	margin: 10px 0 0 0;
}

.archive-controls select
{
	padding: 10px;
}

.sidebar h2
{
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	margin-bottom: 15px;
}

.sidebar-products
{
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	padding: 35px 0 30px 0;
}

.sidebar-products .slide
{
	padding-right: 1px;
}

.sidebar-products h2
{
	margin: 0 0 15px 0;
}

.sidebar-products .slick-dots, .recommended-products .slick-dots
{
	text-align: center;
	padding-top: 20px;
}

.sidebar-products .slick-dots li, .recommended-products .slick-dots li
{
	margin: 0 5px;
	display: inline-block;
}

.sidebar-products .slick-dots div, .recommended-products .slick-dots div
{	
	width: 22px;
	height: 22px;
	border: 2px solid #b0b0b0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	
	cursor: pointer;
}

.sidebar-products .slick-dots .slick-active div:after, .recommended-products .slick-dots .slick-active div:after
{
	content:'';
	width: 10px;
	height: 10px;
	background: #bc7680;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.sidebar-brands
{
	border-bottom: 1px solid #c1c1c1;
	padding: 35px 0 30px 0;
}

.sidebar-brands .slider-wrap
{
	position: relative;
	padding: 0 15px;
}

.sidebar-brands .slide > div
{
	text-align: center;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;	
}

.sidebar-brands .slide img
{
	display: inline-block;
}

.sidebar-brands .prev,
.sidebar-brands .next
{
	position: absolute;
	top: 50%;
	margin-top: -13px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	font-size: 26px;
	color: #8e8e8e;
	line-height: 26px;
}

.sidebar-brands .prev i,
.sidebar-brands .next i
{
	line-height: 26px;
}

.sidebar-brands .prev
{
	left: 0;
	text-align: left;
}

.sidebar-brands .next
{
	right: 0;
	text-align: right;
}

.newsletter 
{
	text-align: center;
	padding: 50px 0;
	border-top: 1px solid #cfcfcf;
}

.newsletter .content
{
	display: inline-block;
	text-align: left;
}

.newsletter .content > h2
{
	float: left;
	font-size: 2.4rem;
	text-transform: uppercase;
	float: left;
	padding-right: 35px;
	position: relative;
	margin: 0 35px 0 0;
	padding-top: 6px;
}

.newsletter .content > h2:after,
.newsletter .content > p:after
{
	content:'';
	width: 1px;
	height: 50px;
	background: #c0c0c0;
	position: absolute;
	right: 0;
	top: 0;
}

.newsletter .content > p
{
	float: left;
	color: #361d1d;
	padding-right: 35px;
	margin: 0 35px 0 0;
	position: relative;
	padding-top: 13px;
}

.newsletter form
{
	float: left;
	margin: 7px 0 0 0;
}

.newsletter form input[type=text]
{
	border: 1px solid #000;
	padding: 8px 20px;
	float: left;
	height: 34px;
	margin-right: 1px;
}

.newsletter form input[type=submit]
{
	float: left;
	background: #000 url(images/bg-newsletter-submit.png) center center no-repeat;
	color: #fff;
	height: 34px;
	width: 34px;
	border: none;
	cursor: pointer;
}

.shop-info
{
	background: #fecfcf url(images/bg-info.png) center 0 no-repeat;
	padding: 70px 0;
	color: #361d1d;
}

.shop-info h2
{
	font-size: 3.4rem;
	text-align: center;
	line-height: 3.4rem;
	text-transform: uppercase;
	letter-spacing: .36em;
	margin-bottom: 40px;
}

.shop-info h2 span
{
	display: block;
	font-weight: 300;
	font-size: 2.3rem;
}

.shop-info h3
{
	font-size: 1.9rem;
	line-height: 2.8rem;
	color: #361d1d;
	font-family: "Roboto Condensed";
	font-weight: 300;
}

.advantages
{
	padding-top: 20px;
}

.advantages .item
{
	position: relative;
}

.advantages .item-1
{
	padding-left: 43px;
}

.advantages .item-1 img
{
	top: -3px;
}

.advantages .item-2
{
	padding-left: 55px;
}

.advantages .item-2 img
{
	top: 2px;
}

.advantages .item-3
{
	padding-left: 55px;
}

.advantages .item-3 img
{
	top: -3px;
}

.advantages .item-4
{
	padding-left: 60px;
}

.advantages .item-4 img
{
	top: 2px;
}

.advantages .item p
{
	margin: 0;
	font-size: 1.4rem;
	text-transform: uppercase;
	line-height: 1.8rem;
}

.advantages .item img
{
	position: absolute;
	left: 0;
}

.brands
{
	padding: 75px 0 45px 0;
}

.brands a
{
	display: block;
	border: 1px solid #cacaca;
	margin-bottom: 29px;
}

.guide
{
	background-image: url(images/bg-guide.png);
	padding: 50px 0 30px 0;
	text-align: center;
}

.guide .slider
{
	margin: 0 -36px 50px -36px;
}

.guide .slider .slick-slide
{
	padding: 0 36px;
}

.guide h2
{
	font-size: 2.4rem;
	color: #000;
	text-transform: uppercase;	
	margin-bottom: 35px;
}

.guide a, .guide a:hover
{
	display: block;	
	color: #000;
}

.guide img
{
	border: 3px solid #fff;
	margin-bottom: 20px;
}

.guide h3
{
	font-size: 1.8rem;
	margin-bottom: 15px;
}

.guide p
{
	margin: 0;
}

.guide span
{
	font-style: italic;
	font-weight: 700;
}

.guide .pager .slick-dots
{
	text-align: center;
}

.guide .pager .slick-dots li
{
	display: inline-block;
	margin: 0 5px;
}

.guide .pager .slick-dots li div
{
	width: 24px;
	height: 24px;
	border: 2px solid #fff;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}

.guide .pager .slick-dots .slick-active div:before
{
	content:'';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.scrolling-logos
{
	padding: 25px 0;
}

.scrolling-logos .slick-slide > div
{
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;	
}

.slick-slider *:focus
{
	outline: none;
}

#bottom-bar
{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #000;
	color: #fff;
	padding: 15px 0;
	z-index: 999;
}

#bottom-bar p
{
	margin: 0 40px 0 0;
	float: left;
}

#bottom-bar .container
{
	position: relative;
}

#bottom-bar-content
{
	padding-right: 15px;
}

#bottom-bar .bottom-bar-close
{
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 2rem;
	cursor: pointer;
}

#bottom-bar .promo
{
	float: left;
	margin-right: 50px;
}

#bottom-bar .promo:last-child
{
	margin: 0;
}

#bottom-bar .promo a
{
	text-decoration: underline;
}

.shop-message
{
	padding: 10px 20px;
	position: relative;
	margin-bottom: 20px;
}

.shop-message p
{
	margin: 4px 0 0 0;
	font-size: 1.7rem;
	float: left;
}

.shop-message a
{
	float: right;
	background: #fff;
	padding: 6px 15px 5px 15px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.5rem;
}

.shop-message.success
{
	background: #22926d;
	color: #fff;
}

.shop-message.success a
{
	color: #22926d;	
}

.fake-session-message, .fake-combo-message
{
	display: none;
}

.fake-combo-message
{
	margin-top: 20px;
}

#content .shop_table thead
{
	font-size: 1.7rem;
}

#content .woocommerce .button
{
	background: #174b7c;
	border-radius: 0;
}

.woocommerce-shipping-destination
{
	display: none;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img
{
	width: 120px;
}

.woocommerce-cart table.cart .product-thumbnail
{
	text-align: center;
}

.checkout-button
{
	float: right;
}

form.woocommerce-checkout input[type=text],
form.woocommerce-checkout input[type=email],
form.woocommerce-checkout input[type=number],
form.woocommerce-checkout input[type=tel],
form.woocommerce-checkout textarea
{
	border: 1px solid #8e8e8e;
	width: 100%;
	padding: 10px 5px;
}

.prdctfltr_customize_block .prdctfltr_customize_color
{
	width: 20px;
	height: 20px;
}

.prdctfltr_pa_ksztalt label
{
	width: 33.33333%;
	text-align: center;
}

#content .prdctfltr_pa_ksztalt label img
{
	width: auto !important;
  height: auto;
}

.prdctfltr_pa_ksztalt .prdctfltr_customize_image
{
	width: auto;
}

.prdctfltr_pa_ksztalt .prdctfltr_customize_block
{
	border: none;
}

#latest-orders
{
	position: fixed;
	bottom: 30px;
	left: 30px;
	background: red;
	width: 420px;
	background: #e0e0e0;
	z-index: 9999;
	display: none;
}

#latest-orders .item
{
	border: 1px solid #c9c9c9;
	display: none;
}

#latest-orders h2
{
	font-size: 1.8rem;
	line-height: 2.5rem;
	margin-bottom: 10px;
}

#latest-orders .image
{
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	padding: 15px;
}

#latest-orders .content
{
	padding: 15px 20px;
	position: relative;
	height: 200px;
}

#latest-orders .content p
{
	font-size: 1.4rem;
	line-height: 2.1rem;
	margin: 0;
}

#latest-orders .row
{
	margin: 0;
}

#latest-orders .row > div
{
	padding: 0;
}

#latest-orders .link
{
	display: block;
	text-align: center;
	background: #174b7c;
	color: #fff;
	font-size: 1.4rem;
	padding: 15px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#latest-orders .item-close
{
	position: absolute;
	right: 10px;
	top: 10px;
	color: #a9a9a9;
	font-size: 2rem;
	cursor: pointer;
}

.with-number
{
  position: relative;
  padding-left: 70px;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  padding-top: 13px;
  margin-bottom: 20px;
}

.with-number span
{
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #174b7c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row
{
	padding: 20px 0 0 0;
}

#content .woocommerce-terms-and-conditions-checkbox-text
{
	margin: 0;
}

#content .woocommerce form .form-row label
{
	line-height: normal;
}

label.checkbox
{
	margin: 0;
	padding: 0;
	cursor: pointer;
}

label.checkbox input
{
	display: none !important;
}

label.checkbox input + span
{
	position: relative;
	left: 0;
	position: relative;
	padding-left: 30px;
}

label.checkbox input + span:before
{
	content:'';
	width: 20px;
	height: 20px;
	bordeR: 1px solid #0f3c6d;
	position: absolute;
	left: 0;
	top: -2px;
}

label.checkbox input:checked + span:after
{
	content:'\f00c';
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	width: 20px;
	line-height: 20px;
	height: 20px;
	text-align: center;
	padding: 0 0 1px 1px;
}

.woocommerce-billing-fields
{
	margin-bottom: 10px;
}

.woocommerce-account-fields
{
  margin-bottom: 30px;
}

.ship-to-different-address
{
	padding-top: 20px;
}

.woocommerce-billing-fields p
{
	margin-bottom: 10px;
}

#ship-to-same-address
{
  margin: 0;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment
{
  background: none;
}

.woocommerce-checkout-review-order-table
{
  margin: 0 0 30px 0 !important;
}

.validate-required label
{
  position: relative;
  padding-left: 5px;
}
.woocommerce-terms-and-conditions-checkbox-text{margin-left: 20px;}

.validate-required label input
{
  position: absolute;
  left: 0;
  top: 4px;
  margin-left: 0;
}

.woocommerce-checkout-review-order-table
{
  border: none !important;
}

.woocommerce-checkout-review-order-table thead th:last-child,
.woocommerce-checkout-review-order-table td:last-child
{
  text-align: right;
}

#billing_country_field
{
	display: none;
}

#footer
{
	color: #6a6a6a;
	font-size: 1.4rem;
	border-top: 1px solid #d8d8d8;
	padding: 45px 0 80px 0;
	overflow: hidden;
}

#footer .container > .row
{
	margin: 0 -36px;
}

#footer .container > .row > div
{
	padding: 0 36px;
}

#footer h6
{
	border-bottom: 3px solid #dcc0c2;
	margin-bottom: 35px;
	font-size: 2.1rem;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
	letter-spacing: .36em;
}

#footer p
{
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-bottom: 15px;
}

#footer ul li
{
	line-height: 3rem;
}

.social p
{
	float: left;
	margin: 5px 20px 0 0;
}

.social ul
{
	float: left;
}

.social ul li
{
	float: left;
	display: block;
	margin-right: 6px;
}

.social ul li a
{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #c9c9c9;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	font-size: 18px;
	color: #fff;
}

h1,h2,h3,h4,h5,h6
{
color: #000;
margin: 0 0 25px 0;
font-weight: 700;
line-height: normal;
font-family: "Roboto Slab";
}

.page-title
{
	font-size: 2.3rem;
	font-weight: 300;
	text-transform: uppercase;
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 20px;
}

h1
{
font-size: 24px;
}

h2
{
font-size: 21px;
line-height: 34px;
}

h3
{
font-size: 19px;
line-height: 30px;
}

h4
{
font-size: 17px;
line-height: 23px;
}

ul
{
list-style-type: none;
padding: 0;
margin: 0;
line-height: 23px;
}

p
{
margin: 0 0 25px 0;
line-height: 2.4rem;
}

a, a:hover, a:focus
{
color: inherit;
text-decoration: none;
}

input:focus, textarea:focus
{
	outline: none;
}

img
{
max-width: 100%;
height: auto;
border: 0;
}

.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.debugger
{
	position: fixed;
	top: 10px;
	left: 10px;
	background: #fff;
	border: 1px solid red;
	padding: 10px;
	z-index: 9999;
}

.debugger p
{
	margin: 0;
	font-size: .9rem;
	line-height: .9rem;
}

.debugger span
{
	display: inline-block;
	margin-right: 30px;
	min-width: 50px;
}

.debugger .name
{
	min-width: 310px;
}

.debugger .type
{
	margin-right: 40px;
}


