/**
 * @copyright	Copyright (c) 2014 Skyline Technology Ltd (http://extstore.com). All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.lp-left {
	float: left;
}

.lp-right {
	float: right;
}

#lp-overlay {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent;
	
}

#lp-overlay-cart {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent;
	
}

#lp-overlay-user {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent;
	
}

.lp-wrapper {
	top: 50%;
	left: 50%;
	display: none;
	background: #f8f8f8;
	color: #000;
	width: 360px;
	padding: 30px;
	box-sizing: border-box;
	position: fixed;
	border-radius: 0px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	z-index: 100000;
}

.lp-wrapper-cart {
	top: 10%;
    right: 9%;
	display: none;
	background: #f1f1f2;
	color: #000;
	width: 340px;
	padding: 15px;
	box-sizing: border-box;
	position: fixed;
	border-radius: 0px;
	box-shadow: 0 1px 12px #666;
    -o-box-shadow: 0 1px 12px #666;
    -webkit-box-shadow: 0 1px 12px #666;
    -moz-box-shadow: 0 1px 12px #666;
	z-index: 100000;
}

.lp-wrapper-user {
	top: 50%;
	left: 50%;
	display: none;
	background: #fff;
	color: #000;
	width: 360px;
	padding: 30px;
	box-sizing: border-box;
	position: fixed;
	border-radius: 0px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	z-index: 100000;
}

#lp-overlay.lp-open,
#lp-popup.lp-open {
	display: block;
}

#lp-overlay-cart.lp-open-cart,
#lp-popup-cart.lp-open-cart {
	display: block;
}
#lp-overlay-user.lp-open-user,
#lp-popup-user.lp-open-user {
	display: block;
}
.lp-field-wrapper input:-webkit-autofill{
	background-color: #f9f9f9!important;
	-webkit-text-fill-color: #000 !important;
}
.lp-wrapper button.lp-close {
	background: none;
	color: #999;
	font-size: 28px;
	border: none;
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	width: 44px;
}

.lp-wrapper button.lp-close:hover {
	color: #666;
}

.lp-wrapper h3 {
	color: #393939;
	font-size: 18px;
	margin: 20px 0 24px;
}

.lp-wrapper-cart h3 {
	color: #393939;
	font-size: 18px;
	margin: 20px 0 24px;
}


.lp-wrapper .lp-form {
	margin-bottom: 0;
}


.lp-field-wrapper label {
	vertical-align: -webkit-baseline-middle;
	margin: 13px 0 6px;
	 text-transform: uppercase;
}

.lp-field-wrapper input.lp-input-text {
	background: #ffffff;
	color: #666;
	border: 0px;
	border-bottom:3px solid #000;
	box-sizing: border-box;
	outline: none;
	
	padding: 8px;
	margin-bottom: 0;
	height: auto;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.lp-field-wrapper input.lp-input-text:focus {
	border-color: #f7ad90;
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.lp-field-wrapper input.lp-input-text:focus:invalid {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.lp-field-wrapper input.lp-input-username,
.lp-field-wrapper input.lp-input-password {
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 0px;
	width: 65%;
}

.lp-field-wrapper input.lp-input-username {
	
}

.lp-field-wrapper input.lp-input-password {
}

.lp-field-wrapper input[type="checkbox"] {
	opacity: 0;
	float: left;
	width: 18px;
}

.lp-field-wrapper input[type="checkbox"] + label {
	clear: none;
	padding: 0 0 0 24px;
	cursor: pointer;
	background: url(../images/checkbox.png) no-repeat left center;
}

.lp-field-wrapper input[type="checkbox"]:checked + label {
	background-image: url(../images/checkbox-checked.png);
}

.lp-button-wrapper {
	margin-top: 20px;
	display: block;
}

.lp-button-wrapper button {
	background:transparent;
	color: #000;
	padding: 5px 15px;
	border: 3px solid #000;
	font-size: 110%;
	margin-right: 10px;
	text-transform: uppercase;
}

.lp-button-wrapper button:hover {
	background-color: #333;
	color: #FFF;
}

.lp-button-wrapper ul.lp-link-wrapper {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
    font-size: 0.7em;
}

.lp-button-wrapper ul.lp-link-wrapper li {
	margin-bottom: 3px;
}

.lp-register-intro a,
.lp-button-wrapper ul.lp-link-wrapper li a {
	color: #666;
	text-decoration: underline;
}

.lp-register-intro a:hover,
.lp-button-wrapper ul.lp-link-wrapper li a:hover {
	color: #000;
}

.lp-button-wrapper ul.lp-link-wrapper li a {
	text-decoration: none;
}

.lp-close-cart {

    font-weight: 100;
    font-size: 3rem;
    font-family: sans-serif;
    background: url(../images/close-icon.png) center center no-repeat transparent;
    background-size: contain;
    content: "";
    width: 30px;
    height: 20px;
    display: block;
    float: none;
    width: 30px;
    height: 24px;
    /* margin-top: 4px; */
    line-height: 500px;
    overflow: hidden;
}

@media (max-width: 360px) {
	.lp-wrapper {
		width: 80%;
	}
        
        .lp-wrapper-cart {
		width: 80%;
                right: 10%;
	}
      
        
        .lp-wrapper-user {
		width: 80%;
	}
}