
.lx-header{
	position:relative;
	z-index:10;
}
.lx-header-top{
	border-bottom:1px solid #EEEEEE;
}
@media(max-width:767px){
	.lx-header-top{
		background:#F8F8F8;
	}
}
.lx-header-top-content{
	max-width:1170px;
	margin:auto;
	padding:0px 15px;
}
.lx-header-contact-info{
	float:left;
	padding:15px 0px;
}
@media(max-width:767px){
	.lx-header-contact-info{
		float:none;
		padding:10px 0px;
		text-align:center;
	}
}
.lx-header-contact-info a{
	color:#242424;
}
.lx-header-search{
	float:right;
	position:relative;
	padding:15px 0px;
	border-left:1px solid #EEEEEE;
}
@media(max-width:767px){
	.lx-header-search{
		float:none;
		padding:10px 0px;
		border:0px;
		border-top:1px solid #EEEEEE;
	}
}
.lx-header-search form{
	position:relative;
}
.lx-header-search form input[type='text']{
	width:260px;
	padding-left:15px;
	padding-right:40px;
}
@media(max-width:767px){
	.lx-header-search form input[type='text']{
		width:100%;
		background:#F8F8F8;
	}
}
.lx-header-search form input[type='submit']{
	position:absolute;
	top:-4px;
	right:0px;
	font-size:28px;
	background:none;
	color:#242424;
	cursor:pointer;
}
.lx-header-bottom-content{
	position:relative;
	max-width:1170px;
	margin:auto;
	padding:15px;
}
.lx-header-logo{
	float:left;
	display:flex;
	width:160px;
	height:60px;
}
.lx-header-logo a{
	display:block;
	margin:auto;
	width:100%;
	font-family:'Righteous';
	font-size:24px;
	line-height:24px;
	text-align:left;
	color:#242424;
}
.lx-header-logo a img{
	position:relative;
	display:block;
	max-width:100%;
	max-height:100%;
	margin:auto;
}
.lx-menu-mobile{
	float:left;
	display:none;
	padding:15px 0px 0px;
	margin-right:15px;
}
@media(max-width:768px){
	.lx-menu-mobile{
		display:block;
	}
}
.lx-menu-mobile a{
	color:#242424;
}
.lx-menu-mobile a i{
	position:relative;
	left:-5px;
	font-size:32px;
}
.lx-main-menu{
	float:left;
}
@media(max-width:768px){
	.lx-main-menu{
		position:absolute;
		left:-100%;
		top:100%;
		width:100%;
		background:#FFFFFF;
		transition:all ease 0.3s;
	}
}
.lx-main-menu ul li{
	float:left;
	position:relative;
}
@media(max-width:768px){
	.lx-main-menu ul li{
		float:none;
	}
}
.lx-main-menu ul li a{
	display:block;
	padding:21px 15px;
	font-weight:500;
	color:#646464;
	white-space:nowrap;
}
.lx-main-menu ul li a:hover{
	color:#000000;
}
.lx-main-menu ul li a.active{
	color:#000000;
}
.lx-main-menu ul li a + i{
	position:absolute;
	top:24px;
	right:0px;
}
@media(max-width:768px){
	.lx-main-menu ul li a + i{
		z-index:2;
		top:0px;
		right:0px;
		padding:21px 15px 21px 30px;
	}
}
.lx-main-menu ul ul{
	position:absolute;
	left:15px;
	top:100%;
	display:none;
	background:#FFFFFF;
	border:1px solid #EEEEEE;
}
@media(max-width:768px){
	.lx-main-menu ul ul{
		position:static;
	}
}
.lx-main-menu ul li:hover ul{
	display:block;
}
@media(max-width:768px){
	.lx-main-menu ul li:hover ul{
		display:none;
	}
}
.lx-main-menu ul ul a{
	padding:15px;
}
@media(max-width:768px){
	.lx-main-menu ul ul a{
		padding-left:30px;
		background:#FBFBFB;
	}
}
.lx-main-menu ul ul a:hover{
	background:#FBFBFB;
}
.lx-main-menu ul ul a.active{
	background:#FBFBFB;
}
.lx-header-cart{
	float:right;
	position:relative;
	padding:18px 0px;
}
.lx-header-cart a{
	position:relative;
	display:block;
	color:#242424;
}
.lx-header-cart a i{
	font-size:24px;
}
.lx-header-cart a span{
	position:absolute;
	top:-6px;
	right:-6px;
	display:none;
	padding:1px 4px;
	font-size:11px;
	font-weight:500;
	background:#FFA500;
	color:#FFFFFF;
	border-radius:4px;
}
.lx-hero{
	max-width:1170px;
	margin:auto;
	padding:0px 15px;
}
.lx-slider{
	position:relative;
	overflow:hidden;
}
.lx-slider-item{
	position:absolute;
	z-index:1;
	transition:all ease 0.3s;
}
.lx-slider-item:nth-child(1){
	position:relative;
	z-index:2;
}
.lx-slider-item a img{
	display:block;
	width:100%;
}
.lx-slider-nav{
	position:absolute;
	z-index:3;
	bottom:20px;
	left:0px;
	width:100%;
	text-align:center;
}
.lx-slider-nav a{
	display:inline-block;
	width:12px;
	height:12px;
	margin:0px 2px;
	background:#242424;
	border:2px solid #FFFFFF;
	border-radius:50%;
}
.lx-slider-nav a.active{
	background:#FFD700;
	border:2px solid #FFD700;
}
.lx-main-content{
	max-width:1170px;
	margin:auto;
	padding:30px 0px;
}
@media(max-width:767px){
	.lx-main-content{
		padding:15px 0px;
	}
}
.lx-bloc{
	padding:30px 0px;
}
@media(max-width:767px){
	.lx-bloc{
		padding:15px 0px;
	}
}
.lx-bloc-title{
	margin-bottom:45px;
	text-align:center;
}
@media(max-width:767px){
	.lx-bloc-title{
		margin-bottom:15px;
		padding:0px 15px;
	}
}
.lx-bloc-title h2{
	font-family:'Montserrat','Cairo';
	font-size:26px;
	font-weight:500;
	text-transform:uppercase;
}
@media(max-width:767px){
	.lx-bloc-title h2{
		font-size:22px;
	}
}
.lx-bloc-title p{
	margin-top:5px;
	font-size:16px;
	font-weight:300;
	color:#828282;
}
.lx-product-img{
	position:relative;
}
.lx-product-img img{
	display:block;
	width:100%;
}
.lx-product-img span{
	position:absolute;
	z-index:2;
	top:15px;
	right:15px;
	padding:2px 5px;
	font-size:13px;
	background:#FFA500;
	color:#FFFFFF;
	border-radius:4px;
}
.lx-product-img ins{
	position:absolute;
	z-index:2;
	bottom:15px;
	left:15px;
	padding:2px 5px;
	font-size:13px;
	background:#EE0000;
	color:#FFFFFF;
	border-radius:4px;
}
.lx-product-img div{
	position:absolute;
	z-index:1;
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.5);
}
.lx-product-text{
	margin-top:15px;
}
.lx-product-text h3{
	margin-bottom:10px;
}
.lx-product-text h3 a{
	color:#242424;
}
.lx-product-text p del{
	font-weight:200;
	text-decoration:line-through;
}
.lx-product-text p span{
	font-weight:900;
	color:#FFA500;
}
.lx-tree{
	padding:0px 15px;
}
.lx-tree ul li{
	display:inline-block;
}
.lx-tree ul li a{
	color:#242424;
}
.lx-tree ul li i{
	display:inline-block;
	margin:0px 5px;
}
.lx-single-product-images .lx-slider{
	margin-bottom:5px;
}
.lx-thumbnails ul li{
	float:left;
	width:20%;
	padding:5px;
}
.lx-thumbnails ul li img{
	display:block;
	width:100%;
}
.lx-thumbnails ul li a.active img{
	border:2px solid #FFA500;
}
.lx-reviews{
	margin:20px 0px;
}
.lx-reviews i{
	color:gold;
}
.lx-reviews ins{
	margin:0px 5px;
}
.lx-reviews a{
	color:#242424;
}
.lx-sub-description{
	margin:20px 0px;
}
.lx-price{
	margin:20px 0px;
}
.lx-price span{
	font-size:30px;
	font-weight:800;
}
.lx-price del{
	position:relative;
	top:-4px;
	display:inline-block;
	margin:0px 20px;
	text-decoration:line-through;
	color:#929292;
}
.lx-price ins{
	position:relative;
	top:-6px;
	display:inline-block;
	padding:2px 4px;
	font-size:12px;
	background:#FFA500;
	color:#FFFFFF;
}
.lx-price abbr{
	position:relative;
	top:-4px;
	display:inline-block;
	margin-left:20px;
	font-weight:800;
}
@media(max-width:767px){
	.lx-price del{
		margin:0px 10px;
	}
	.lx-price del{
		margin-left:10px;
	}
}
.lx-price p{
	font-weight:700;
	color:#424242;
}
.lx-features{
	margin:20px 0px;
}
.lx-features a{
	display:inline-block;
	margin-left:15px;
	padding:2px 5px;
	font-size:13px;
	background:#F8F8F8;
	color:#242424;
	border:1px solid #EEEEEE;
	border-radius:4px;
}
@media(max-width:767px){
	.lx-features a{
		margin-left:5px;
	}
}
.lx-features a.active{
	color:#FFA500;
	border:1px solid #FFA500;
}
.lx-qty{
	margin:20px 0px;
}
.lx-qty ins{
	margin-right:15px;
}
@media(max-width:767px){
	.lx-qty ins{
		margin-right:5px;
	}
}
.lx-qty span{
	display:inline-block;
	width:24px;
	padding:2px 3px;
	text-align:center;
	background:#FFFFFF;
	color:#242424;
	border:1px solid #242424;
	border-radius:4px;
	cursor:pointer;
}
.lx-qty input{
	display:inline-block;
	width:30px;
	padding:3px;
	text-align:center;
	color:#242424;
	border:1px solid #242424;
	border-radius:4px;
}
.lx-buy-btns{
	margin:20px 0px;
}
.lx-landingpage .lx-buy-btns{
	position:fixed;
	z-index:5;
	bottom:0px;
	left:0px;
	width:100%;
	margin-bottom:0px;
	padding:10px;
	text-align:right;
	background:#FFFFFF;
	border-top:1px solid #EEEEEE;
	box-shadow:0px 0px 4px #BEBEBE;
}
@media(max-width:767px){
	.lx-buy-btns{
		position:fixed;
		z-index:5;
		bottom:0px;
		left:0px;
		width:100%;
		margin-bottom:0px;
		padding:10px;
		text-align:right;
		background:#FFFFFF;
		border-top:1px solid #EEEEEE;
		box-shadow:0px 0px 4px #BEBEBE;
	}
}
.lx-buy-btns > span{
	display:none;
}
.lx-landingpage .lx-buy-btns > span{
	float:right;
	position:relative;
	top:12px;
	display:inline-block;
	margin-right:15px;
	font-size:20px;
	font-weight:800;
}
@media(max-width:767px){
	.lx-buy-btns > span{
		float:left;
		position:relative;
		top:12px;
		display:inline-block;
		font-size:20px;
		font-weight:800;
	}
}
.lx-buy-btns a{
	display:inline-block;
	padding:15px 30px;
	font-weight:700;
	color:#FFFFFF;
}
.lx-landingpage .lx-buy-btns a{
	float:right;
}
@media(max-width:767px){
	.lx-buy-btns a{
		padding:15px 10px;
	}
}
.lx-buy-now{
	background:#ff4c4c;
}
.first_button{
  animation: shake 10s cubic-bezier(.36, .07, .19, .97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
	1%,9% {
		transform:translate3d(-1px, 0, 0);
	}
	2%,8% {
		transform:translate3d(2px, 0, 0);
	}
	3%,5%,7%{
		transform:translate3d(-4px, 0, 0);
	}
	4%,6%{
		transform: translate3d(4px, 0, 0);
	}
}
.lx-add-to-cart{
	background:#FFA500;
}
.lx-out-of-stock{
	background:#EE0000;
}
.lx-add-to-cart-disabled{
	background:#BEBEBE;
	color:#828282;
}
.lx-buy-btns a i{
	display:none;
}
@media(max-width:767px){
	a.lx-add-to-cart{
		padding:15px;
		padding-right:18px;
	}
	.lx-add-to-cart span{
		display:none;
	}
	.lx-buy-btns a i{
		display:inline-block;
		transform:scale(1.8);
	}
}
.lx-watching abbr{
	display:inline-block;
	padding:2px 5px;
	background:#FFA500;
	color:#FFFFFF;
	border-radius:4px;
}
.lx-tabs{
	padding:0px 15px;
}
.lx-tabs-nav{
	border-bottom:2px solid #FFA500;
}
.lx-tabs-nav a{
	display:inline-block;
	padding:15px 30px;
	font-weight:700;
	color:#242424;
}
.lx-tabs-nav a.active{
	background:#FFA500;
	color:#FFFFFF;
}
.lx-tabs-content{
	padding:30px 30px 0px;
	display:none;
}
.lx-tabs-content:nth-child(2){
	display:block;
}
@media(max-width:767px){
	.lx-tabs-content{
		padding:15px 0px 0px;
	}
}
.lx-page h1,.lx-page h2,.lx-page h3,.lx-page h4,.lx-page h5,.lx-page h6,
.lx-tabs-content h1,.lx-tabs-content h2,.lx-tabs-content h3,.lx-tabs-content h4,.lx-tabs-content h5,.lx-tabs-content h6{
	margin-bottom:20px;
	margin-top:20px;
}
@media(max-width:767px){
	.lx-page h1,.lx-page h2,.lx-page h3,.lx-page h4,.lx-page h5,.lx-page h6,
	.lx-tabs-content h1,.lx-tabs-content h2,.lx-tabs-content h3,.lx-tabs-content h4,.lx-tabs-content h5,.lx-tabs-content h6{
		margin-bottom:10px;
		margin-top:10px;
	}
}
.lx-page h1:first-of-type,.lx-page h2:first-of-type,.lx-page h3:first-of-type,.lx-page h4:first-of-type,.lx-page h5:first-of-type,.lx-page h6:first-of-type,
.lx-tabs-content h1:first-of-type,.lx-tabs-content h2:first-of-type,.lx-tabs-content h3:first-of-type,.lx-tabs-content h4:first-of-type,.lx-tabs-content h5:first-of-type,.lx-tabs-content h6:first-of-type{
	margin-top:0px;
}
.lx-page h1,.lx-tabs-content h1{
	font-size:32px;
}
.lx-page h2,.lx-tabs-content h2{
	font-size:28px;
}
.lx-page h3,.lx-tabs-content h3{
	font-size:24px;
}
.lx-page h4,.lx-tabs-content h4{
	font-size:20px;
}
.lx-page h5,.lx-tabs-content h5{
	font-size:16px;
}
.lx-page h6,.lx-tabs-content h6{
	font-size:12px;
}
.lx-page p,.lx-tabs-content p{
	margin-bottom:20px;
	line-height:26px;
}
@media(max-width:767px){
	.lx-page p,.lx-tabs-content p{
		margin-bottom:10px;
	}
}
.lx-page p:last-of-type,.lx-tabs-content p:last-of-type{
	margin-bottom:0px;
}
.lx-page ul,.lx-page ol,
.lx-tabs-content ul,.lx-tabs-content ol{
	margin-left:36px;
}
.lx-page ul li,.lx-tabs-content ul li{
	list-style:disc;
}
.lx-page ol li,.lx-tabs-content ol li{
	list-style:digits;
}
.lx-page li,.lx-tabs-content li{
	margin-bottom:20px;
	line-height:26px;
}
@media(max-width:767px){
	.lx-page li,.lx-tabs-content li{
		margin-bottom:10px;
	}
}
.lx-page li:last-of-type,.lx-tabs-content li:last-of-type{
	margin-bottom:0px;
}
.lx-page a,.lx-tabs-content a{
	color:#FFA500;
	border-bottom:1px solid #FFA500;
}
.lx-review{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #EEEEEE;
}
.lx-review img{
	width:80px;
	border-radius:50%;
	float:left;
	margin-right:20px;
}
.lx-review h4{
	font-size:16px;
	margin-bottom:10px;
}
.lx-review .lx-rate i{
	color:gold;
}
.lx-review p{
	margin-top:10px;
	margin-left:100px;
}
.lx-review span{
	display:block;
	margin-top:10px;
	margin-left:100px;
	font-style:italic;
	color:#BEBEBE;
}
.lx-review-pictures{
	margin-top:10px;
	margin-left:100px;
}
.lx-review-pictures img{
	margin-right:5px;
	border-radius:0px;
	cursor:pointer;
}
.lx-reviews-form{
	max-width:768px;
	margin:auto;
	padding:0px 15px;
}
@media(max-width:767px){
	.lx-reviews-form{
		padding:0px;
	}
}
.lx-reviews-form p{
	font-weight:600;
}
.lx-reviews-form p i{
	float:left;
	display:inline-block;
	margin-right:10px;
	color:#7EC855;
	border:1px solid #7EC855;
	border-radius:50%;
}
.lx-textfield{
	position:relative;
	margin-bottom:15px;
}
.lx-textfield h4{
	margin-bottom:10px;
}
.lx-textfield label{
	position:relative;
}
.lx-textfield label > span{
	display:block;
	margin-bottom:5px;
}
.lx-textfield input[type='text']{
	width:100%;
	padding:10px;
	border:1px solid #d3d3d3;
	border-radius:4px;
	box-shadow:0px 0px 5px #F8F8F8 inset;
}
.lx-textfield input[type='number']{
	width:100%;
	padding:10px;
	border:1px solid #d3d3d3;
	border-radius:4px;
}
.lx-textfield input[type='password']{
	width:100%;
	padding:10px;
	border:1px solid #d3d3d3;
	border-radius:4px;
}
.lx-textfield select{
	width:100%;
	padding:9px 10px;
	border:1px solid #d3d3d3;
	border-radius:4px;
}
.lx-textfield textarea{
	width:100%;
	height:100px;
	padding:10px;
	border:1px solid #d3d3d3;
	border-radius:4px;
	resize:none;
}
.lx-textfield ins{
	color:#d63232;
}
.lx-submit{
	margin-bottom:15px;
}
.lx-submit a{
	display:inline-block;
	padding:15px 30px;
	font-weight:700;
	background:#FFA500;
	color:#FFFFFF;
	border:0px;
}
.lx-submit a:hover{
	background:#FFA500;
}
.lx-stars i{
	color:gold;
	cursor:pointer;
}
a.lx-upload-image{
	position:relative;
	display:inline-block;
	padding:10px 20px;
	background:#F8F8F8;
	color:#242424;
	border:1px solid #EEEEEE;
}
a.lx-upload-image input{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0.0;
}
a.lx-upload-image + span{
	display:block;
	margin-top:5px;
	color:#EE0000;
	white-space:nowrap;
}
.lx-medias-item{
	position:relative;
}
.lx-medias-item img{
	display:block;
	width:100%;
}
.lx-medias-item a{
	position:absolute;
	bottom:5px;
	right:5px;
	display:block;
	color:#828282;
	border:0px;
}
.lx-cart-items{
	border:1px solid #EEEEEE;
}
.lx-cart-title{
	padding:15px;
	border-bottom:1px solid #EEEEEE;
}
.lx-cart-empty{
	padding:60px 15px;
	text-align:center;
}
.lx-cart-item{
	padding:15px;
	border-bottom:1px solid #EEEEEE;
}
.lx-cart-item:last-child{
	border:0px;
}
.lx-product-infos img{
	float:left;
	display:block;
	width:100px;
	margin-right:15px;
}
.lx-product-infos a{
	display:block;
	margin-bottom:10px;
	margin-left:115px;
	font-weight:700;
	color:#242424;
}
.lx-product-infos span{
	display:block;
	margin:5px 0px;
	margin-left:115px;
	color:#828282;
}
.lx-cart-item .lx-qty{
	float:left;
	width:33%;
	margin:0px;
	padding:40px 10px;
}
@media(max-width:767px){
	.lx-cart-item .lx-qty{
		width:50%;
		padding:0px;
		padding-top:15px;
	}
}
.lx-cart-item .lx-price{
	float:left;
	width:33%;
	margin:0px;
	padding:40px 10px;
}
@media(max-width:767px){
	.lx-cart-item .lx-price{
		width:30%;
		padding:0px;
		padding-top:15px;
	}
}
.lx-cart-item .lx-price span{
	font-size:18px;
}
.lx-cart-item .lx-delete{
	float:left;
	width:33%;
	margin:0px;
	padding:40px 10px;
	text-align:right;
}
@media(max-width:767px){
	.lx-cart-item .lx-delete{
		width:20%;
		padding:0px;
		padding-top:15px;
	}
}
.lx-cart-item .lx-delete a{
	font-size:18px;
	color:#BEBEBE;
}
.lx-cart-item .lx-delete a:hover{
	color:#CC0000;
}
.lx-upsell-items > p{
	margin-bottom:15px;
	padding:10px;
	font-weight:700;
	background:#f7fbf7;
	border:1px solid #008000;
	border-radius:4px;
}
.lx-upsell-item{
	padding:15px;
	margin:5px 0px;
	background:#FDFDFD;
	border:1px solid #EEEEEE;
	border-radius:4px;	
}
@media(max-width:767px){
	.lx-upsell-item{
		padding:5px;
	}
}
.lx-upsell-added{
	background:#f7fbf7;
	border:1px solid #4ca64c;
}
.lx-upsell-img{
	float:left;
	position:relative;
	width:120px;
	margin-right:15px;
}
.lx-upsell-img i{
	display:none;
}
.lx-upsell-added .lx-upsell-img i{
	position:absolute;
	top:5px;
	left:5px;
	display:block;
	font-size:24px;
	color:#7EC855;
}
.lx-upsell-img img{
	width:100%;
}
.lx-upsell-text h3{
	font-size:20px;
}
@media(max-width:767px){
	.lx-upsell-text h3{
		font-size:16px;
	}
}
.lx-upsell-text p span{
	display:inline-block;
	margin-top:10px;
	padding:0px 15px;
	font-size:40px;
	font-weight:700;
	background:#EE0000;
	color:#FFFFFF;
	border-radius:4px;
}
@media(max-width:767px){
	.lx-upsell-text p span{
		padding:0px 10px;
		font-size:32px;
	}
}
.lx-upsell-item a{
	display:inline-block;
	width:68%;
	margin-top:10px;
	padding:14px;
	font-weight:700;
	text-align:center;
	background:#FFA500;
	color:#FFFFFF;
	border:1px solid #FFA500;
	white-space:nowrap;
}
@media(max-width:767px){
	.lx-upsell-item a{
		padding:14px 11px;
	}
}
.lx-upsell-item a.lx-no-thanks{
	width:30%;
	background:#F8F8F8;
	color:#242424;
	border:1px solid #EEEEEE;
}
.lx-coupon{
	position:relative;
}
.lx-coupon a{
	position:absolute;
	top:25px;
	right:2px;
	padding:8px 10px;
	font-weight:700;
	background:#ff4c4c;
	color:#FFFFFF;
	border-radius:4px;
}
.lx-order-total{
	padding:15px;
	border:1px solid #EEEEEE;
}
.lx-order-total p{
	margin:20px 0px;
}
.lx-order-total p strong{
	float:right;
}
.lx-cart .lx-buy-btns a{
	background:#FFA500;
}
.lx-total-price{
	border-top:1px solid #828282;
}
.lx-order-total .lx-buy-btns a{
	display:block;
	text-align:center;
	background:#FFA500;
}
.lx-cart-thanks{
	padding:60px 20px;
	text-align:center;
	border:1px solid #EEEEEE;
}
@media(max-width:767px){
	.lx-cart-thanks{
		padding:20px 10px;
	}
}
.lx-add-form .lx-cart-thanks{
	border:0px;
}
.lx-cart-thanks p{
	font-size:20px;
	font-weight:500;
}
.lx-cart-thanks p i{
	display:inline-block;
	margin-bottom:20px;
	padding:5px;
	font-size:40px;
	background:#71b44c;
	color:#FFFFFF;
	border-radius:50%;
}
.lx-cart-thanks-btns{
	margin-top:20px;
	text-align:center;
}
.lx-cart-thanks-btns a{
	display:inline-block;
	padding:15px 20px;
	font-weight:700;
	text-transform:uppercase;
	background:#FAFAFA;
	color:#242424;
	border:1px solid #EEEEEE;
}
@media(max-width:767px){
	.lx-cart-thanks-btns a{
		display:inline-block;
		padding:15px;
	}
}
.lx-cart-thanks-btns a.lx-go-cart{
	background:#FFA500;
	color:#FFFFFF;
	border:1px solid #FFA500;
}
@media(max-width:767px){
	.lx-cart-thanks-btns a.lx-go-cart{
		margin-top:15px;
	}
}
.lx-newsletter{
	margin:0px 15px;
	padding:50px 15px;
	text-align:center;
	background:#F8F8F8;
}
.lx-newsletter label span{
	position:relative;
	top:2px;
	display:inline-block;
	margin-right:30px;
	text-transform:uppercase;
}
@media(max-width:768px){
	.lx-newsletter label span{
		margin-right:2px;
	}
}
@media(max-width:767px){
	.lx-newsletter label span{
		display:block;
	}
}
.lx-newsletter label input{
	padding:12px;
	border:1px solid #EEEEEE;
}
@media(max-width:767px){
	.lx-newsletter label input{
		margin-top:15px;
	}
}
.lx-newsletter a{
	display:inline-block;
	padding:11px 22px;
	text-transform:uppercase;
	background:#242424;
	color:#FFFFFF;
}
@media(max-width:768px){
	.lx-newsletter a{
		padding:11px 15px;
	}
}
@media(max-width:767px){
	.lx-newsletter a{
		margin-top:15px;
	}
}
.lx-newsletter p{
	margin-bottom:10px;
}
.lx-404{
	max-width:420px;
	margin:auto;
	padding:15px;
	text-align:center;
}
.lx-error{
	color:#EE0000;
}
.lx-succes{
	color:#71b44c;
}
.lx-footer-top{
	border-top:1px solid #EEEEEE;
}
.lx-footer-top-content{
	max-width:1170px;
	margin:auto;
	padding:50px 0px;
	border-bottom:1px solid #EEEEEE;
}
@media(max-width:767px){
	.lx-footer-top-content{
		padding:15px 0px;
	}
}
.lx-footer-bloc h3{
	margin-bottom:15px;
	text-transform:uppercase;
}
.lx-footer-bloc p{
	color:#242424;
	margin-bottom:10px;
}
.lx-footer-bloc p a{
	color:#242424;
	margin-right:10px;
}
.lx-footer-bloc ul li{
	margin-bottom:10px;
}
.lx-footer-bloc ul li a{
	color:#242424;
	border-bottom:1px solid #242424;
}
.lx-footer-bottom{
	background:#F8F8F8;
}
.lx-footer-bottom-content{
	max-width:1170px;
	margin:auto;
	padding:25px 15px;
}
.lx-footer-bottom-content p{
	text-align:center;
}
/* Popup */
.lx-popup{
	position:fixed;
	top:0px;
	left:0px;
	z-index:99999;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	display:none;
	overflow:auto;
}
.lx-popup-inside{
	display:flex;
	height:100%;
}
.lx-popup-content{
	position:relative;
	display:table;
	margin:auto;
	opacity:0.0;
	transform:scale(0.9);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.lx-popup-content > a{
	position:absolute;
	right:8px;
	top:8px;
	color:#242424;
}
.lx-form{
	max-width:700px;
	min-width:420px;
	background:#FFFFFF;
}
@media(max-width:1023px){
	.lx-form{
		min-width:100%;
		width:100%;
	}
}
.lx-form-title{
	padding:10px;
	text-align:center;
	background:#F8F8F8;
}
.lx-popup .lx-add-form{
	padding:15px;
}
.zoombox .lx-popup-content > a{
	position:absolute;
	top:15px;
	right:15px;
	width:26px;
	height:26px;
	background:#EEEEEE;
	border:1px solid #242424;
	border-radius:50%;
}
.lx-zoombox-nav{
	position:absolute;
	top:50%;
	width:100%;
	margin-top:-13px;
	padding:0px 15px;
}
.lx-zoombox-nav i{
	position:absolute;
	display:inline-block;
	width:26px;
	height:26px;
	padding-top:3px;
	font-size:20px;
	background:#EEEEEE;
	color:#242424;
	border:1px solid #242424;
	border-radius:50%;
}
.lx-zoombox-nav i.fa-angle-left{
	left:15px;
	padding-left:6px;
}
.lx-zoombox-nav i.fa-angle-right{
	right:15px;
	padding-left:8px;
}
.lx-zoombox-content{
	max-width:620px;
	padding:10px;
	background:#FFFFFF;
}
.lx-zoombox-content img{
	max-width:100%;
}
.lx-floating-whatsapp{
	position:fixed;
	z-index:6;
	bottom:70px;
	right:10px;
}
.lx-floating-whatsapp a{
	font-size:30px;
	color:#242424;
	opacity:0.8;
}
.lx-floating-cookies{
	position:fixed;
	z-index:6;
	bottom:0px;
	left:0px;
	width:100%;
	padding:20px;
	background:#F8F8F8;
	border-top:1px solid #EEEEEE;
}
@media(max-width:767px){
	.lx-floating-cookies{
		padding:10px;
	}
}
.lx-floating-cookies p{
	text-align:center;
}
.lx-floating-cookies p > a{
	color:#FFA500;
	border-bottom:1px solid #EEEEEE;
}
.lx-floating-cookies p span a{
	display:inline-block;
	margin-left:10px;
	padding:10px;
	background:#242424;
	color:#FFFFFF;
	border-radius:4px;
}
@media(max-width:767px){
	.lx-floating-cookies p span{
		display:block;
	}
	.lx-floating-cookies p span a{
		margin-left:0px;
		margin-top:5px;
	}
}


&lt;meta name=&quot;facebook-domain-verification&quot; content=&quot;cdqqb67hqgkwtucrv10y6a6ud3xvvg&quot; /&gt;