<style> 
.lx-submit{
	margin-bottom:15px;
        
}
.lx-submit a{
	display:inline-block;
	padding:10px;
	font-size:13px;
	font-weight:500;
	background:#94165c;
	color:#FFFFFF;
	border-radius:2px;
	box-shadow:0px 0px 20px #761149 inset;
}
.lx-submit button{
	display:inline-block;
	padding:10px;
	font-size:18px;
	font-weight:500;
	background:#94165c;
	color:#FFFFFF;
	border-radius:2px;
	box-shadow:0px 0px 20px #761149 inset;
}
.lx-submit a:hover{
	box-shadow:0px 0px 5px #761149;
}   
.lx-banner img{
	display:block;
	width:100%;
}
.lx-header{
	box-shadow:0px 0px 4px #BEBEBE;
}
.lx-header-top{
	background:#FFFFFF;
}
.lx-header-top-content{
	position:relative;
	max-width:1170px;
	margin:auto;
	padding:0px 15px;
}
@media(max-width:768px){
	.lx-header-top-content{
		height:120px;
	}
}
.lx-header-logo{
	position:relative;
	z-index:3;
	float:right;
	padding:20px 0px;
}
@media(max-width:768px){
	.lx-header-logo{
		position:absolute;
		top:0px;
		right:0px;
		width:100%;
		padding-left:0px;
		border-left:0px;
		text-align:center;
	}
}
.lx-header-logo a{
	display:inline-block;
	font-family:'Rakkas';
	font-size:40px;
	line-height:40px;
	color:#242424;
}
@media(max-width:768px){
	.lx-header-logo a{
		margin-left:10px;
	}
}
.lx-header-logo a span{
	display:inline-block;
	line-height:40px;
	color:#ffda00;
}
.lx-header-logo a img{
	height:33px;
}
.lx-header-search{
	position: relative;
	width:80%;
	padding: 20px;
}
@media(max-width:768px){
	.lx-header-search{
		position:absolute;
		top:80px;
		right:0px;
	}
}
.lx-header-search form{
	position:relative;
	display:table;
	margin:auto;
}
@media(max-width:768px){
	.lx-header-search form{
		width:100%;
	}
}
.lx-header-search form input[type='text']{
	width:400px;
	padding:6px 20px 5px;
	font-family:'Cairo';
	color:#242424;
	border-radius:20px;
	border:1px solid #FFDA00; 
        text-align: right;
}
@media(max-width:768px){
	.lx-header-search form input[type='text']{
		width:100%;
	}
}
.lx-header-search form input[type='text']::-webkit-input-placeholder{
	color:#A2A2A2;
}
.lx-header-search form input[type='text']::-moz-placeholder{
	color:#A2A2A2;
}
 
.lx-header-cart{
	float:left;
	position:relative;
	left:5px;
	margin:16px 0px;
}
.lx-header-cart a{
	position:relative;
	display:block;
}
.lx-header-cart a > i{
	float:left;
	padding:12px 11px;
	font-size:20px;
	color:#242424;
	border:2px solid #242424;
	border-radius:50%;
}
.lx-header-cart a > span{
	position:absolute;
	top:-5px;
	right:-5px;
	width:20px;
	height:20px;
	padding:2px 0px;
	font-family:'Cairo';
	text-align:center;
	line-height:18px;
	background:#ffda00;
	color:#FFFFFF;
	border-radius:50%;
}
.lx-header-bottom{
	background:#ffda00;
}
.lx-header-bottom-content{
	position:relative;
	max-width:1170px;
	margin:auto;
	padding:0px 15px;
}
.lx-mobile-menu{
	position:relative;
        color:#016A94;
	z-index:4;
	float:right;
	display:none;
	padding:21px 10px;
}
@media(max-width:768px){
	.lx-mobile-menu{
		right:-5px;
		display:block;
		padding:10px 10px;
	}
}
.lx-mobile-menu a{
	font-size:32px;
	color:#242424;
}
.lx-main-menu{
	float:right;
}
@media(max-width:768px){
	.lx-main-menu{
		position:absolute;
		z-index:3;
		top:0px;
		left:-102%;
		float:none;
		width:100%;
		margin-right:0px;
		padding:0px;
		background:#ffda00;
		box-shadow:0px 0px 10px #BEBEBE;
		transition:all ease 0.3s;
	}
}
.lx-main-menu ul li{
	float:right;
}
@media(max-width:768px){
	.lx-main-menu ul li{
		float:none;
		margin:0px;
	}
}
.lx-main-menu ul li a{
	display:inline-block;
	padding:13px 30px;
	font-weight:bold;
	color:#242424;
}
@media(max-width:768px){
	.lx-main-menu ul li a{
		display:block;
		border-radius:0px;
	}
}
.lx-main-menu ul li a:hover{
	background:#242424;
	color:#FFFFFF;
}
.lx-main-menu ul li a.active{
	background:#242424;
	color:#FFFFFF;
}

/* Main Content */
.lx-main-content{
	margin:auto;
}

/* Hero */
.lx-hero-item{
	overflow:hidden;
}
.lx-hero-item a{
	display:block;
}
.lx-hero-item a img{
	display:block;
	width:100%;
}
.lx-site-features{
	max-width:1170px;
	margin:50px auto;
	padding:0px 15px;
}
@media(max-width:767px){
	.lx-site-features ul{
		background:#F8F8F8;
		border:1px solid #DDDDDD;
	}
}
.lx-site-features ul li{
	float:right;
	padding:10px 20px;
	text-align:center;
	border-right:1px solid #DDDDDD;
}
.lx-site-features ul li:last-of-type{
	border-left:1px solid #DDDDDD;
}
@media(max-width:767px){
	.lx-site-features ul li{
		padding:10px 10px;
		border-right:0px;
	}
	.lx-site-features ul li:last-of-type{
		border-left:0px;
	}
}
.lx-site-features ul li i{
	font-size:30px;
}
.lx-site-features ul li h3{
	font-size:14px;
}

.lx-bloc-title{
	margin-top:30px;
	margin-bottom:30px;
        color: #FFF;
        font-weight: bold;
	text-align:right;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        background:  #ffae19;
}
@media(max-width:767px){
	.lx-bloc-title{
		margin-bottom:20px;
	}
}
.lx-bloc-title h3{
	margin-bottom:10px;
	font-size:40px;
	line-height:40px;
	font-weight:normal;
}
.lx-bloc-title p{
	color:#BEBEBE;
}
.lx-bloc-options{
	max-width:1140px;
	margin:60px auto 0px;
	background:#FDFDFD;
	border:1px solid #EEEEEE;
}
@media(max-width:1140px){
	.lx-bloc-options{
		margin:60px 15px 0px;
	}
}
.lx-bloc-options ul li{
	float:right;
	border-left:1px solid #EEEEEE;
}
.lx-bloc-options ul li a{
	display:block;
	padding:10px 20px;
	font-weight:600;
	color:#242424;
}
@media(max-width:767px){
	.lx-bloc-options ul li a{
		padding:10px 16px;
	}
}
.lx-bloc-options ul li a.active{
	background:#ffda00;
}
.lx-bloc-content{
	max-width:1170px;
	margin:50px auto;
}
@media(max-width:767px){
	.lx-bloc-content{
		margin-bottom:20px;  
	}
}
.lx-products-item{
	background:#FFFFFF;
        border-radius: 10px;
        border: 1px  #FFAE19 solid;
        box-shadow: 1px 2px 3px 0 #FFAE19; 
        min-height: 400px;
        top: 0;
        left: 0;
}
.lx-products-item:hover {
        transition: box-shadow 1s, left 1s, top 1s;
        box-shadow: 10px 10px 20px -10px #FFAE19;
        top: -40px;
        left: 40px;
}
.lx-products-item-img{
	position:relative;
	overflow:hidden;
        border-radius: 10px;
}
.lx-products-item-img img{
	display:block;
	width:100%;
	margin:auto;
}
.lx-products-item-img span{
	position:absolute;
	top:10px;
	left:0px;
	padding:2px 10px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	background:#288E82;
	color:#FFFFFF;
}
.lx-products-item-img span::before{
	position:absolute;
	top:0px;
	left:100%;
	content:'';
	border-top:7px solid #288E82;
	border-left:10px solid #288E82;
	border-right:10px solid transparent;
	border-bottom:7px solid transparent;
}
.lx-products-item-img span::after{
	position:absolute;
	bottom:0px;
	left:100%;
	content:'';
	border-top:7px solid transparent;
	border-left:10px solid #288E82;
	border-right:10px solid transparent;
	border-bottom:7px solid #288E82;
}
.lx-products-item-detail{
	position:relative;
	padding:10px;
}
.lx-products-item-price{
	position:relative;
	padding:10px;
}
.lx-products-item-detail > span{
	color:#A2A2A2;  
}
.lx-products-item-price > span{
	color:#A2A2A2;  
}
.lx-products-item-detail h2{
	margin-bottom:15px;
	font-size:16px;
	font-weight:700;
	line-height:26px;
	color:#242424;
}
.lx-products-item-price h2{
	margin-bottom:15px;
	font-size:16px;
	font-weight:700;
	line-height:26px;
	color:#242424;
}
.lx-products-item-detail h2::after{
	position:absolute;
	z-index:1;
	bottom:18px;
	left:0px;
	content:'';
	width:100%;
	height:1px;
	background:#DDDDDD;
}
.lx-products-item-price h2::after{
	position:absolute;
	z-index:1;
	bottom:18px;
	left:0px;
	content:'';
	width:100%;
	height:1px;
	background:#DDDDDD;
}
@media(max-width:767px){
	.lx-products-item-detail h2::after{
		bottom:23px;
	}
}
.lx-products-item-detail p{
	font-family:'Cairo';
	font-size:16px;
	font-weight:700;
	color:#288E82;
}
.lx-products-item-price p{
	font-family:'Cairo';
	font-size:16px;
	font-weight:700;
	color:#288E82;
}
.lx-products-item-detail p ins{
	position:relative;
	z-index:2;
	display:inline-block;
        padding-top: 20px;
        font-size: 22px;
	padding-left:15px;
	padding-right:15px;
	background:#FFFFFF;
	color:  green;
}
.lx-products-item-price p ins{
	position:relative;
	z-index:2;
	display:inline-block;
        padding-top: 20px;
        font-size: 22px;
	padding-left:15px;
	padding-right:15px;
	background:#FFFFFF;
	color:  green;
}
.lx-products-item-detail p span{
	font-weight:300;
	padding-right:15px;
	text-decoration:line-through;
	color: #CC0000;
}
.lx-products-item-price p span{
	font-weight:300;
	padding-right:15px;
	text-decoration:line-through;
	color: #CC0000;
}

/* Product Page */
.lx-product-tree{
	margin:0px 15px;
	margin-bottom:20px;
	border-bottom:1px solid #BEBEBE;
}
.lx-product-tree ul li{
	display:inline-block;
	margin-left:5px;
	color:#242424;
}
.lx-product-tree ul li a{
	color:#242424;
}
.lx-product-main-img{
	height:400px;
	display:flex;
	background:#FFFFFF;
	border:1px solid #EEEEEE;
}
@media(max-width:768px){
	.lx-product-main-img{
		height:280px;
	}
}
.lx-product-main-img img{
	max-height:100%;
	max-width:100%;
	margin:auto;
	cursor:zoom-in;
}
.lx-product-images{
	margin-bottom:50px;
}
@media(max-width:768px){
	.lx-product-images{
		margin-bottom:30px;
		margin-right:0px;
	}
}
.lx-product-images ul{
	display:table;
	margin:auto;
	margin-top:20px;
}
.lx-product-images ul li{
	float:left;
	display:flex;
	width:70px;
	height:70px;
	margin:0px 3px;
	padding:5px;
	border:1px solid #EEEEEE;
}
@media(max-width:768px){
	.lx-product-images ul li{
		width:56px;
		height:56px;
		margin:0px 1px;
		padding:2px;
	}
}
.lx-product-images ul li img{
	max-height:100%;
	max-width:100%;
	margin:auto;
	cursor:pointer;
}
.lx-product-details{
	margin-bottom:50px;
}
.lx-product-details h1{
	line-height:36px;
}
.lx-product-details p{
	margin-bottom:20px;
	color:#626262;
}
.lx-product-details p strong{
	text-transform:uppercase;
	color:#242424;
}
.lx-product-details p a{
	display:inline-block;
	min-width:24px;
	margin-left:5px;
	padding:3px 10px;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	color:#242424;
	border:1px solid #EEEEEE;
	border-radius:2px;
	cursor:pointer;
}
.lx-product-details p a:hover{
	color:#288E82;
}
.lx-product-details p a.active{
	color:#288E82;
	border:1px solid #288E82;
}
.lx-product-details p.lx-rate span{
	display:inline-block;
	width:80px;
	font-size:16px;
	font-weight:600;
	color:#242424;	
}
.lx-product-details p.lx-rate i{
	position:relative;
	left:5px;
	top:5px;
	color:gold;
}
.lx-product-details p.lx-rate a{
	padding:0px;
	border:0px;
	font-size:16px;
	color:#39add1;
}
.lx-product-details p.lx-product-counter{
	height:60px;
	margin-bottom:0px;
	padding:10px 15px;
	background:url('../images/superdeal.png') no-repeat;
	background-size:cover;
	color:#FFFFFF;
}
.lx-product-details p.lx-product-counter span{
	float:right;
	font-size:20px;
	font-weight:900;
	color:#FFFFFF;
}
.lx-product-details p.lx-product-counter del{
	float:left;
	margin-top:6px;
	font-weight:700;
}
.lx-product-details p.lx-product-disaccount{
	display:inline-block;
	padding:3px;
	color:#FFFFFF;
	border-radius:2px;
}
.lx-product-details p.lx-product-disaccount span{
	color:#FFFFFF;
}
.lx-product-details p.lx-product-price span{
	display:inline-block;
	width:80px;
	font-size:16px;
	font-weight:600;
	color:#242424;
}
.lx-product-details p.lx-product-price ins:not(.lx-product-disaccount){
	position:relative;
	top:8px;
	display:inline-block;
	line-height:30px;
	font-size:40px;
	font-weight:700;
	color:#288E82;
}
.lx-product-details p.lx-product-price ins.lx-product-disaccount{
	display:inline-block;
	margin-right:10px;
	padding:0px 10px;
	font-size:16px;
	font-weight:600;
	background:#288E82;
	color:#FFFFFF;
	border-radius:4px;
}
.lx-product-details p.lx-product-price del{
	display:inline-block;
	margin:0px 10px;
	font-size:16px;
	font-weight:300;
	text-decoration:line-through;
	color:#BEBEBE;
}
.lx-product-details p.lx-sizes span{
	display:inline-block;
	width:80px;
	font-size:16px;
	font-weight:600;
	color:#242424;	
}
.lx-product-details p.lx-colors span{
	display:inline-block;
	width:80px;
	font-size:16px;
	font-weight:600;
	color:#242424;	
}
.lx-product-qty{
	margin-bottom:20px;
}
.lx-product-qty ins{
	display:inline-block;
	width:80px;
	font-size:16px;
	font-weight:600;
	color:#242424;
}
.lx-product-qty span{
	display:inline-block;
	width:30px;
	padding:0px 0px 1px;
	text-align:center;
	background:#FFFFFF;
	color:#858585;
	border:1px solid #BEBEBE;
	border-radius:2px;
	cursor:pointer;
}
.lx-product-qty input{
	display:inline-block;
	width:30px;
	padding:6px 4px;
	text-align:center;
	color:#242424;
	border:1px solid #BEBEBE;
	border-radius:2px;
}
.lx-product-details p.lx-watching{
	padding:20px;
	padding-bottom:0px;
	padding-right:0px;
}
.lx-product-details p.lx-watching abbr{
	display:inline-block;
	padding:1px 5px 0px;
	font-family:'Cairo';
	background:#288E82;
	color:#FFFFFF;
	border-radius:6px;
}
.lx-purchase-btns a{
	display:inline-block;
	width:200px;
	padding:10px 20px;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	color:#FFFFFF;
	border-radius:2px;
}
@media(max-width:768px){
	.lx-purchase-btns a{
		width:auto;
		padding:10px 17px;
	}
}
.lx-purchase-btns a.lx-add-to-cart{
	background:rgba(255,82,82,0.1);
	color:#FFFFFF;
	border:2px solid #288E82;
}
.lx-purchase-btns a.lx-buy-now{
	background:#288E82;
	border:2px solid #288E82;
}
.lx-purchase-btns-floating{
	position:fixed;
	z-index:10;
	top:0px;
	left:0px;
	display:none;
	width:100%;
	padding:10px;
	text-align:center;
	background:rgba(0,0,0,0.5);
}
.lx-purchase-btns-floating a{
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	background: #44c453;
	color:#FFFFFF;
	border-radius:2px;
}
.lx-purchase-btns-floating a.lx-add-to-cart{
	background:#FFFFFF;
}
.lx-share ul{
	padding:0px !important;
	background:none !important;
	border:0px !important;
}
.lx-share ul li{
	float:right;
	margin-left:10px;
}
.lx-share ul li a{
	display:inline-block;
	padding:5px 10px;
	font-family:'Cairo';
	color:#FFFFFF;
	border-radius:2px;
}
.lx-facebook{
	background:#4267b2;
}
.lx-twitter{
	background:#4ab3f4;
}
.lx-google-plus{
	background:#dd4637;
}
.lx-whatsapp{
	background:#44c453;
}
.lx-share ul li a i{
	float:left;
	display:inline-block;
	margin-right:5px;
	font-size:14px;
}
.lx-product-details ul{
	margin-top:10px;
	padding:10px;
	font-size:12px;
	background:#FAFAFA;
	color:#858585;
	border:1px solid #EEEEEE;
}
.lx-product-more-details{
	padding:0px 15px;
	padding-bottom:50px;
}
.lx-product-details-menu{
	background:#FAFAFA;
	border:1px solid #EEEEEE;
}
.lx-product-details-menu li{
	float:right;
}
.lx-product-details-menu li a{
	display:inline-block;
	padding:15px;
	text-transform:uppercase;
	color:#242424;
	border-right:1px solid #EEEEEE;
}
.lx-product-details-menu li a:hover{
	background:#EEEEEE;
}
.lx-product-details-menu li a.active{
	background:#ffda00;
}
.lx-product-details-content{
	padding:30px;
	border:1px solid #EEEEEE;
	border-top:0px;
	display:none;
}
.lx-product-details-content:nth-child(2){
	display:block;
}
@media(max-width:767px){
	.lx-product-details-content{
		padding:5px;
	}
}
.lx-product-details-content h4{
	margin-bottom:10px;
	text-transform:uppercase;
}
.lx-product-details-content p{
	margin-bottom:10px;
	line-height:22px;
}
.lx-product-details-content p:last-child{
	margin-bottom:0px;
}
.lx-product-details-content p span{
	font-weight:500;
}
.lx-product-details-content ul{
	margin-bottom:10px;
	line-height:22px;
}
.lx-product-details-content ul:last-child{
	margin-bottom:0px;
}
.lx-product-details-content img{
	display:block;
	max-width:100%;
	margin:auto;
}
.lx-product-details-content iframe{
	width:100% !important;
}
.lx-comment-item{
	margin-bottom:20px;
	padding-bottom:20px;
	background:#FFFFFF;
	border-bottom:1px solid #EEEEEE;
}
.lx-product-details-content > div:last-of-type > div{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px solid #EEEEEE;	
}
.lx-comment-item span{
	float:right;
	width:80px;
	height:80px;
	margin-left:20px;
	padding-top:18px;
	font-size:30px;
	font-weight:900;
	text-align:center;
	line-height:30px;
	background:#288E82;
	color:#FFFFFF;
	border-radius:50%;
	box-shadow:0px 0px 4px #BEBEBE;
}
.lx-comment-item h2{
	float:right;
	width:60px;
	height:60px;
	border-radius:50%;
	box-shadow:0px 0px 4px #BEBEBE;
}
.lx-comment-item .lx-rate-comment i{
	color:gold;
}
.lx-check-out-header{
	margin-bottom:30px;
	padding:20px;
	font-size:20px;
	font-weight:500px;
	text-align:center;
	text-transform:uppercase;
	background:#FDFDFD;
	border:1px solid #EEEEEE;
}
.lx-check-out-header i{
	display:inline-block;
	margin-bottom:10px;
	padding:17px 16px 17px 15px;
	font-size:30px;
	background:#F8F8F8;
	color:rgba(255,82,82,0.1);
	border:1px solid #EEEEEE;
	border-radius:50%;
}
.lx-cart-products-list table{
	width:100%;
	margin-bottom:10px;
	font-family:'Cairo';
	border-bottom:1px solid #EEEEEE;
}
.lx-cart-products-list-img{
	float:right;
	width:50px;
}
.lx-cart-products-list-img img{
	display:block;
	width:100%;
	border:1px solid #EEEEEE;
}
.lx-cart-products-list table tr td{
	position:relative;
	padding:10px;
	border-top:1px solid #EEEEEE;
}
.lx-cart-products-list table tr td h3{
	line-height:16px;
}
.lx-cart-products-list table tr td h3 a{
	font-size:14px;
	font-weight:500;
	color:#242424;
}
.lx-cart-products-list table tr td p{
	font-size:12px;
	font-weight:300;
	color:#BEBEBE;
}
.lx-cart-products-list table tr td > a{
	font-size:12px;
	font-weight:300;
	color:#CC0000;
}
.lx-cart-products-list table tr td span{
	font-size:16px;
	font-weight:300;
}
@media(max-width:768px){
	.lx-cart-products-list table tr td span{
		display:block;
		font-size:12px;
		font-weight:400;
		text-align:right;
	}
}
.lx-cart-products-list table tr td strong{
	font-size:16px;
	font-weight:500;
}
@media(max-width:768px){
	.lx-cart-products-list table tr td strong{
		font-size:14px;
		font-weight:500;
		color:#CC0000;
	}
}
.lx-total-style{
	padding:10px;
	background:#F8F8F8;
	border:1px solid #EEEEEE;
}
@media(max-width:768px){
	.lx-total-style{
		position:fixed;
		z-index:3;
		bottom:0px;
		left:0px;
		width:100%;
	}
}
.lx-total-style > p{
	font-size:18px;
}
.lx-total-style > p b{
	float:left;
	font-size:20px;
}
.lx-total-style > p strong{
	float:left;
	font-size:20px;
}
.lx-cart-total{
	margin-bottom:60px;
	padding:30px;
	background:#F8F8F8;
	border:1px solid #EEEEEE;
}
@media(max-width:768px){
	.lx-cart-total{
		padding:20px;
	}
}
.lx-cart-total p{
	margin-top:20px;
	padding-top:20px;
	font-size:12px;
	text-transform:uppercase;
	text-align:right;
	color:#858585;
	border-top:1px solid #D4D4D4;
}
.lx-cart-total p strong{
	margin-left:20px;
	font-size:25px;
	color:#CC0000;
}
.lx-coupde-coupon{
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #D4D4D4;
}
.lx-coupde-coupon span{
	color:#CC0000;
}
.lx-coupde-coupon input{
	padding:8px 10px;
	border:1px solid #BEBEBE;
	border-radius:2px;
}
.lx-cart-info-address h3{
	padding-bottom:10px;
	text-transform:uppercase;
}
.lx-cart-info-address p{
	margin:0px;
	padding:2px 0px;
	font-size:15px;
	color:#242424;
	text-transform:initial;
	border-top:0px;
}
.lx-cart-info-address label{
	position:relative;
	display:block;
	margin-bottom:10px;
}
.lx-cart-info-address label input{
	width:100%;
	padding:15px;
	border:1px solid #EEEEEE;
	border-radius:2px;
}
.lx-cart-info-address label select{
	width:100%;
	padding:15px;
	border:1px solid #EEEEEE;
	border-radius:2px;
}
.lx-applycoupon{
	position:absolute;
	bottom:0px;
	left:0px;
	padding:10px;
	background:#ffae19;
	color:#FFFFFF;
}
.lx-cart-info-address table{
	width:100%;
	font-size:12px;
}
.lx-cart-info-address table tr:last-child td{
	border-top:1px solid #EEEEEE;
}
.lx-cart-info-address table tr td{
	padding:10px 0px;
	font-weight:300;
	color:#858585;
}
.lx-shipping-fees{
	text-align:right;
}
.lx-cart-next-step{
	margin-top:20px;
	text-align:right;
}
.lx-cart-next-step a{
	display:inline-block;
	padding:10px 20px;
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
	background:#7EC855;
	color:#FFFFFF;
	border-radius:2px;
}
@media(max-width:767px){
	.lx-cart-next-step a{
		display:block;
		text-align:center;
	}
}
.lx-cart-thanks{
	margin-bottom:60px;
	padding:60px 20px;
	text-align:center;
	border:1px solid #EEEEEE;
}
@media(max-width:767px){
	.lx-cart-thanks{
		padding:20px;
	}
}
.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;
}
.lx-cart-thanks-btns a{
	display:inline-block;
	padding:15px 20px;
	text-transform:uppercase;
	background:#FAFAFA;
	color:#242424;
	border:1px solid #EEEEEE;
}
@media(max-width:767px){
	.lx-cart-thanks-btns a{
		display:block;
	}
}
.lx-cart-thanks-btns a.lx-see-commands{
	background:#ffda00;
	color:#FFFFFF;
}
@media(max-width:767px){
	.lx-cart-thanks-btns a.lx-see-commands{
		margin-top:10px;
	}
}
.lx-signin{
	margin-bottom:40px;
	padding:20px;
	border:1px solid #EEEEEE;
}
@media(max-width:767px){
	.lx-signin{
		margin-bottom:0px;
	}
}
.lx-signin h3{
	margin-bottom:20px;
	text-align:center;
	text-transform:uppercase;
}
.lx-signin label{
	display:block;
}
.lx-signin label input{
	width:100%;
	margin-top:5px;
	margin-bottom:20px;
	padding:15px;
	border:1px solid #EEEEEE;
	border-radius:2px;
}
.lx-signin input[type='submit']{
	float:right;
	display:inline-block;
	padding:15px 20px;
	font-weight:600;
	text-transform:uppercase;
	background:#ffda00;
	color:#FFFFFF;
	cursor:pointer;
	border-radius:2px;
}
.lx-signin form > a{
	float:left;
	display:inline-block;
	padding:15px 0px 0px;
	color:#ffda00;
}
#forgetform{
	display:none;
}
.lx-login-error{
	margin-bottom:20px;
	padding:10px;
	color:#CC0000;
	border:1px solid #CC0000;
}
.lx-login-succes{
	margin-bottom:20px;
	padding:10px;
	color:#71b44c;
	border:1px solid #71b44c;
}
.lx-login-content{
	margin:auto;
        border: 2px #DF1055 solid;
        border-radius: 15px;
        width : 60%;
        padding: 20px;
}
.lx-login-content h1{
	margin-bottom:20px;
	padding:0px 50px;
	font-size:22px;
	text-align:center;
}
.lx-login-content h1 i{
	font-size:20px;
}
.lx-textfield{
	margin-bottom:15px;
}
.lx-textfield span{
	display:inline-block;
	margin-bottom:5px;
}
.lx-textfield input[type='text']{
	width:100%;
	padding:10px;
	border:1px solid #EEEEEE;
	border-radius:2px;
}
.lx-textfield input[type='number']{
	width:100%;
	padding:10px;
	border:1px solid #EEEEEE;
	border-radius:2px;
}
.lx-textfield input[type='password']{
	width:100%;
	padding:10px;
	border:1px solid #EEEEEE;
	border-radius:2px; 
}
.lx-textfield select{
	width:100%;
	padding:10px;
	border:1px solid #EEEEEE;
	border-radius:2px;
}
.lx-textfield textarea{
	width:100%;
	height:100px;
	padding:10px;
	border:1px solid #EEEEEE;
	border-radius:2px;
	resize:none;
}
.lx-commands table{
	margin-bottom:20px;
	width:100%;
}
.lx-commands table:last-child{
	margin-bottom:0px;
}
.lx-commands table tr td{
	padding:5px;
	border-bottom:1px solid #EEEEEE;
}
.lx-commands table tr:first-child td{
	padding:10px;
	background:#cceaf4;
	border-top:1px solid #EEEEEE;
}
.lx-commands table tr td:first-child{
	border-left:1px solid #EEEEEE;
}
.lx-commands table tr td:last-child{
	border-right:1px solid #EEEEEE;
}
.lx-commands .lx-cart-products-list-img{
	width:60px;
	height:60px;
}
.lx-commands .lx-cart-products-list-img img{
	border:0px;
}
.lx-commands table tr td h3 a{
	font-size:14px;
	font-weight:500;
	color:#242424;
}
.lx-commands table tr td p{
	margin:0px;
	font-size:12px;
	line-height:initial;
	color:#BEBEBE;
}
.lx-commands table tr:first-child td p{
	font-size:14px;
	line-height:20px;
	color:#242424;
}
.lx-commands table tr:first-child td p span{
	font-size:12px;
	color:#858585;
}
.lx-commands table tr:first-child td a{
	display:inline-block;
	padding:5px;
	font-size:12px;
	background:#858585;
	color:#FFFFFF;
	border-radius:2px;
}
.lx-account-points span{
	color:#CC0000;
}
.lx-cart-info-address input[type='submit']{
	float:right;
	display:inline-block;
	padding:15px 20px;
	font-weight:600;
	text-transform:uppercase;
	background:#ffda00;
	color:#FFFFFF;
	cursor:pointer;
	border-radius:2px;
}
.lx-cart-info-address form > a{
	float:right;
	display:inline-block;
	padding:14px 20px;
	font-weight:600;
	text-transform:uppercase;
	background:#ffda00;
	color:#FFFFFF;
	cursor:pointer;
	border-radius:2px;
}
.lx-page{
	margin-bottom:50px;
}
.lx-page-title{
	margin-bottom:40px;
	margin-top:40px;
	text-align:center;
}
.lx-page-title h3{
	font-family:'Italianno';
	font-size:40px;
	font-weight:normal;
}
.lx-page-content{
	font-size:15px;
	line-height:24px;
}
.lx-page-content p,.lx-page-content h1,.lx-page-content h2,.lx-page-content h3,.lx-page-content h4,.lx-page-content h5,.lx-page-content h6{
	margin-bottom:10px;
}
.lx-page-content ul{
	margin-left:30px;
	margin-bottom:10px;
	list-style:disc;
}
.lx-page-content ul li{
	list-style:disc;
}
.lx-page-content ol{
	margin-left:30px;
	margin-bottom:10px;
	list-style:decimal;
}
.lx-page-content ol li{
	list-style:decimal;
}
.lx-contact-us{
	position:fixed;
	z-index:10;
	bottom:20px;
	right:10px;
	opacity:1.0;
	transition:all ease 0.3s;
}
@media(max-width:767px){
	.lx-contact-us{
		opacity:0.5;
	}
}
.lx-contact-us:hover{
	opacity:1.0;
}
.lx-contact-us > a{
	display:block;
	width:60px;
	height:60px;
	padding-top:14px;
	font-size:30px;
	text-align:center;
	background:#7EC855;
	color:#FFFFFF;
	border-radius:50%;
	box-shadow:0px 0px 4px #242424;
}
.lx-contact-us-content{
	position:absolute;
	bottom:100%;
	right:0px;
}
.lx-contact-us-content ul li{
	padding-bottom:10px;
}
.lx-contact-us-content ul li a{
	position:relative;
	display:block;
	width:43px;
	font-weight:500;
	background:#242424;
	color:#ffda00;
	border-radius:10px;
	white-space:nowrap;
	overflow:hidden;
}
.lx-contact-us-content ul li a:hover{
	width:110px;
}
.lx-contact-us-content ul li a span{
	display:inline-block;
	padding:8px 50px 8px 20px;
}
.lx-contact-us-content ul li a i{
	position:absolute;
	top:0px;
	right:0px;
	display:inline-block;
	width:43px;
	padding:10px 0px;
	font-size:20px;
	text-align:center;
	background:#ffda00;
	color:#242424;
	border:1px solid #242424;
	border-radius:10px;
}
.lx-contact-us-content ul li a i.fa-phone{
	font-size:18px;
	padding:11px 0px;
}
.lx-footer-top{
	background:#F8F8F8;
	border-top:1px solid #EEEEEE;
}
.lx-footer-top-content{
	max-width:1170px;
	margin:auto;
	padding:40px 0px;
}
.lx-footer-newsletter p{
	padding:0px 15px;
	font-size:20px;
	font-weight:700;
}
.lx-footer-newsletter form input[type='text']{
	width:100%;
	padding:10px;
	font-family:'Cairo';
	border:1px solid #EEEEEE;
}
.lx-footer-newsletter form input[type='button']{
	width:100%;
	padding:10px 10px;
	font-size:20px;
	font-weight:700;
	font-family:'Cairo';
	line-height:20px;
	background:#339bbc;
	color:#FFFFFF;
	border:3px solid #339bbc;
	cursor:pointer;
}
.lx-useful-links{
	float:left;
}
@media(max-width:767px){
	.lx-useful-links{
		float:none;
		margin-bottom:20px;
	}
}
.lx-useful-links ul{
	padding-top:10px;
	padding-left:15px;
	text-align:center;
}
.lx-useful-links ul li{
	display:inline-block;
}
.lx-useful-links ul li a{
	font-size:13px;
	font-weight:700;
	color:#D4D4D4;
}
.lx-footer-title h3{
	margin-bottom:10px;
	font-family:'Bitter';
	font-size:20px;
	text-transform:uppercase;
	color:#FFFFFF;
}
.lx-footer-bottom{
	background:#121212;
}
.lx-footer-bottom-content{
	max-width:1170px;
	margin:auto;
	padding:20px 0px;
}
.lx-social-medias{
	float:left;
	margin-left:15px;
	margin-top:10px;
}
@media(max-width:767px){
	.lx-social-medias{
		float:none;
	}
	.lx-social-medias ul{
		display:table;
		margin:auto;
		padding:10px;
	}
}
.lx-social-medias ul li{
	float:right;
	margin-right:10px;
}
.lx-social-medias ul li a{
	display:block;
	width:30px;
	height:30px;
	font-size:16px;
	text-align:center;
	background:#FFFFFF;
	color:#242424;
	border-radius:50%;
}
.lx-copyright{
	float:right;
}
.lx-copyright p{
	padding:10px;
	text-align:center;
	color:#D4D4D4;
}
@media(max-width:767px){
	.lx-copyright{
		float:none;
	}
	.lx-copyright p{
		padding:0px;
		padding-bottom:10px;
	}
}
.lx-floating-response{
	position:fixed;
	z-index:99999;
	bottom:20px;
	left:0px;
	display:none;
	padding:0px 20px;
	width:100%;
	text-align:center;
	cursor:pointer;
}
.lx-floating-response p{
	position:relative;
	display:inline-block;
	padding:17px 20px 20px;
	font-size:16px;
	background:rgba(0,0,0,0.8);
	color:#FFFFFF;
	border-radius:4px;
}
.lx-floating-response p.lx-error{
	border-bottom:3px solid #e50000;
}
.lx-floating-response p.lx-succes{
	border-bottom:3px solid green;
}
.lx-floating-response p i{
	position:relative;
	top:6px;
	line-height:1px;
}
.lx-floating-response p i:last-child{
	position:absolute;
	right:3px;
	top:10px;
	font-size:16px;
	line-height:1px;
}
.lx-floating-response p i.fa{
	top:2px;
}

/* Popup */
.lx-popup{
	position:fixed;
	z-index:99999;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	display:none;
}
.lx-popup-inside{
	display:flex;
	flex-direction:column;
	justify-content:center;
	position:relative;
	height:100%;	
}
.lx-popup-inside i.lx-remove{
	display:inline-block;
	position:absolute;
	top:10px;
	right:10px;
	width:40px;
	padding:5px 0px;
	font-size:30px;
	text-align:center;
	color:#FFFFFF;
	border-radius:50%;
}
.lx-popup-inside i.lx-angle-left{
	display:inline-block;
	position:absolute;
	top:45%;
	left:10px;
	width:40px;
	padding:5px 0px;
	font-size:40px;
	text-align:center;
	color:#FFFFFF;
	border-radius:50%;
}
.lx-popup-inside i.lx-angle-right{
	display:inline-block;
	position:absolute;
	top:45%;
	right:10px;
	width:40px;
	padding:5px 0px;
	font-size:40px;
	text-align:center;
	color:#FFFFFF;
	border-radius:50%;
}
.lx-popup-content{
	display:table;
	margin:auto;
}
@media(max-width:768px){
	.lx-popup-content{
		padding:0px 10px;
	}
}
.lx-popup-image{
	box-shadow:0px 0px 3px #424242;
}
.lx-popup-image img{
	display:block;
	max-width:800px;
	max-height:500px;
}
@media(max-width:768px){
	.lx-popup-image img{
		width:100%;
	}
}

.lx-404{
	margin-bottom:50px;
	text-align:center;
}
.lx-404 h2{
	font-size:100px;
}
.lx-404 p{
	margin:20px 0px;
	font-size:16px;
}
.lx-404-form form{
	display:table;
	margin:60px auto 0px;
}
.lx-404-form form input[type='text']{
	width:300px;
	padding:10px 20px;
	border:1px solid #EEEEEE;
	border-radius:20px 0px 0px 20px;
}
@media(max-width:767px){
	.lx-404-form form input[type='text']{
		width:160px;
	}
}
.lx-404-form form input[type='submit']{
	float:right;
	padding:5.5px 20px;
	font-weight:500;
	background:#F5F5F5;
	border:1px solid #EEEEEE;
	border-radius:0px 20px 20px 0px;
	cursor:pointer;
}
.lx-order{
	position:fixed;
	z-index:11;
	top:0px;
	left:0px;
	display:none;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
}
.lx-order-content{
	margin:auto;
	padding:20px;
	background:#FFFFFF;
	border-radius:6px;
}
.lx-order-content a{
	display:inline-block;
	padding:5px 20px;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	background:#ffda00;
	color:#FFFFFF;
	border-radius:2px;
}
.lx-order-content a.lx-go-checkout{
	background:#7EC855;
}
.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}
.lx-popup-banner{
	position:fixed;
	z-index:11;
	top:0px;
	left:0px;
	display:none;
	width:100%;
	height:100%;
        border-radius: 10px; 
	background:rgba(0,0,0,0.6);
}
.lx-popup-banner-content{
	position:relative;
	width:500px;
	margin:0px;
        border-radius: 10px; 
}
@media(max-width:767px){
	.lx-popup-banner-content{
		width:280px;
	}
}
.lx-popup-banner-content i{
	position:absolute;
	top:-15px;
	right:-15px;
	width:30px;
	height:30px;
	padding-top:3px;
	text-align:center;
	background:#424242;
	color:#FFFFFF;
	border-radius:50%;
	cursor:pointer;
}
.lx-popup-banner-content a{
	display:block;
}
.lx-popup-banner-content a img{
	width:100%;
}
div[itemscope]{
	display:none;
}
</style>