/*
Theme Name: Lemon
*/
.ec_cart_input_row .optional{
	display: none;
}
.wpcf7-not-valid{
	border:1px solid red!important;
}
.wpcf7-not-valid-tip, .wpcf7-validation-errors{
	display:none!important;
}
.wpcf7-response-output {
	display: none!important;
}
.sell-promo{
	justify-content: center;
	margin-top: 20px;
	padding: 9px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	text-align: center;
	background: #fff;
}
.sell-promo>*{
	align-self: center;
}
.sell-promo .sell-promo{
	font-weight:700
}
.sell-promo .content-box{
	display: flex;
}
.sell-promo .content-box .price-block>div{
	line-height: 22px;
	text-align: left;
}
.sell-promo .content-box .price-block .actual-price{
	font-weight: 700;
}
.sell-promo .content-box .price-block .old-price{
	text-decoration: line-through;
	color: #ccc;
}

.sell-promo .content-box .btn{
	max-height: 42px;
	max-width: 20px;
	margin-left: 40px;
	line-height: 35px;
	display: table;
	background: #FFF600;
}
.sell-promo .content-box .btn:hover{
	background: #612EE7;
	color: white;
}
.header-cart{
	margin-top: -14px;
	margin-left: 0px;
}


@media screen and (max-width: 996px) {
	.header-cart {
		margin-top: 0;
	}
}
.header-cart a{
	position:relative;
	display:block;
}
.header-cart a .count-cart{
	position: absolute;
	right: -14px;
	top: -7px;
	background: #FFF600;
	border-radius: 9px;
	padding: 2px 6px;
	font-size: 14px;
	color: #000;
	font-weight: 500;
}
footer, footer a {
	color: white;
}

.footer__menu > div {
	width: 33%;
	align-items: center;
}

div.header-menu {
	flex-direction: column;
	color: #fff !important;
	margin-top: -22px;
	z-index: 10;
}

@media only screen and (max-width: 768px) {
	.footer-content > div:first-child {
		flex-direction: column;
	}
}

div.header-menu a {
	padding: 20px;
	color: white;
	font-family: Arial, "Times New Roman", "Bitstream Charter", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
}

.order-form > div > div > div {
	margin-right: 10px;
}

.order-form > div {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 27px;
}

.order-form input {
	min-width: 100% !important;
}
#account,
#register{
	padding-right: 60px;
}
.logo img{
	display: block;
	margin: 0 auto;
}
.form-auth{
	padding-top:20px;
}
.form-auth .ec_cart_error_row{
	padding-top: 10px;
	display: none;
}
#account .form-auth .ec_cart_input_row{
	padding-bottom: 30px;
}
#account .form-auth label{
	display: inline-block;
	font-weight: 600;
	font-size: 15px;
	padding-bottom: 13px;
	color: #212121;
}
#register{
	width: 700px;
}
#account .form-auth input,
#account .form-auth button{
	border: 1px solid #bfbfbf;
	color: #bfbfbf;
	outline: none;
	margin: 0;
	display: block;
	max-width: 100%;
	width: 100%;
	background-color: #ffffff!important;
	padding: 8px 12px;
	line-height: 1.1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 39px;
	border-radius: 14px;
}
.ec_account_page .lost_password{
	display: none;
}
#register .ec_cart_button_row > .ec_account_button input{
	width: 100%;
	padding: 10px;
	border-color: transparent;
	border-radius: 90px;
}
#register .ec_cart_button_row > .ec_account_button,
#account .ec_cart_button_row > .ec_account_button{
	background-color: #622ee7!important;
	padding: 12px;
	font-size: 15px;
	height: auto;
	transition: all 0.3s linear;
}
#register .ec_cart_button_row > .ec_account_button:hover,
#account .ec_cart_button_row > .ec_account_button:hover{
	background-color: #fff600!important;
	border-color: #fff600!important;
	color:#000;
}
#account .ec_cart_button_row > .ec_forgot_pass{
	text-align: right;
	padding-top: 10px;
}
#account .ec_cart_button_row > .ec_forgot_pass a:hover{
	text-decoration: underline;
	font-weight: 600;
}
#account .or_block{
	position: relative;
	margin: 30px 0;
	height: 1px;
	background: #d9d9d9;
}
#account .or_block:after{
	display: block;
	position: absolute;
	padding: 20px;
	top: -27px;
	left: 50%;
	margin-left: -27px;
	content: 'or';
	background: #f0f0f0;
	color: #8c8992;
}
#account .ec_cart_button_row>a{
	background-color: #fff600!important;
	border-color: #fff600;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 15px;
	line-height: 36px;
}
#account .ec_cart_button_row>a:hover{
	background-color: #622ee7!important;
	border-color: #622ee7;
}
@media screen and (max-width: 480px) {
	#account{
		padding-right: 15px;
	}
}

.ec_account_left{
padding-bottom: 50px;
}
.account-page{
	margin-left: 35px;
}
.empty-cart{
	padding: 20px;
}
.ec_account_error{
	top: 80px;
	position: absolute;
}
#ec_account_register.woocommerce{
	padding: 0;
}
#register form{
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
}
#register form .ec_cart_input_row{
	width: calc(50% - 20px);
	padding-bottom: 10px;
}
#register form .ec_cart_input_row:nth-child(odd){
margin-right: 29px}
#register .form-auth label{
	margin-bottom: 10px;
	display: block;
	height: 30px;
}
#register .form-auth input[type=text],
#register .form-auth input[type=email],
#register .form-auth input[type=password]{
	border: 1px solid #bfbfbf;
	color: #bfbfbf;
	/*outline: none;*/
	margin: 0;
	/*display: block;*/
	max-width: 100%;
	width: 100%;
	background-color: #ffffff!important;
	padding: 8px 12px;
	line-height: 1.1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 39px;
	border-radius: 14px;
}

#register form .ec_cart_button_row{
	width: 100%;
}
#register form .ec_cart_button_row [type="submit"]{
	width: 100%;
	border-color: transparent;
	border-radius: 90px;
	transition: all 0.3s linear;

}
#register form .ec_cart_button_row [type="submit"]:hover{
	background-color: #fff600!important;
	border-color: #fff600;
}
#account .form-auth .ec_cart_input_row,
#register .form-auth .ec_cart_input_row{
	position: relative;
}
#account .form-auth .ec_cart_input_row .eye-pass,
#register .form-auth .ec_cart_input_row .eye-pass{
	cursor: pointer;
	position: absolute;
	top: 42px;
	right: 10px;
}
#register .form-auth .ec_cart_input_row .eye-pass{
	top: 44px;
}
#register .hr{
	height: 1px;
	width: 100%;
	background: #d9d9d9;
	margin-top:10px;
	margin-bottom:30px;
}
#register .sign-up{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
}
#register p{
	font-size:13px;
	color: #8c8992;
	text-align: center;
}
#register .sign-up .ec_account_button{
	background: #fff600;
	flex-grow: 1;
	line-height: 48px;
	border-radius: 90px;
	color:#000;
}
#register .sign-up .ec_account_button:hover{
	background: #6f2aec;
	color: #fff;
}
#register .sign-up p{
	margin-right: 20px;
}
.order-success .ec_order_success_row{padding-top:133px;}
.main-wrapper > .woocommerce{
	padding: 115px 25px;
}
#billing_address_1_field, 
#billing_address_2_field,
#billing_postcode_field,
#billing_city_field{
	display: none!important;
}
button[name="woocommerce_checkout_place_order"]{
	display: block!important;
}
.wc_payment_method.payment_method_coinbase_commerce_gateway img{
	width: 150px;
}
.woocommerce-cart-form{
	width: 49%;
	float: left;
}
.woocommerce .cart-collaterals{
	width: 47%;
    float: right;
}
.woocommerce-cart-form::after,
.woocommerce .cart-collaterals::after,
.woocommerce .cart-collaterals .cart_totals::after,
.discount-products::after{
	content: '';
	display: block;
	clear: both;
}
.woocommerce .cart-collaterals .cart_totals{
	width: 100%;
}
.discount-products{
	margin-bottom: 30px;
    float: right;
    width: 100%;
}
.discount-product{
	background: #fff;
	border-radius: 10px;
	padding: 15px 0;
	margin-bottom: 15px;
}
.discount-product .product__title{
	text-align: center;
	font-size: 21px;
	line-height: 25px;
}
.discount-product .discount-size{
	text-align: center;
	font-size: 18px;
	margin: 15px 0;
}
.discount-product__bottom{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.discount-product__bottom .product__price{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	margin-right: 15px;
	font-size: 16px;
}
.discount-product__bottom .product__price .old-price{
	opacity: 0.5;
	text-decoration: line-through;
}
.discount-product__bottom .product__price .price{
	font-weight: bold;
	margin-bottom: 7px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
	padding: 0;
	margin: 0;
	border-radius: 0;
	border: none;
}
.ec_account_page .eye-pass{
	display: none;
}
.account-page__body .woocommerce{
	padding: 0;
}
.woocommerce-MyAccount-navigation .account_dashboard_link{
	transition: all .3s ease;
}
.woocommerce-MyAccount-navigation .account_dashboard_link:hover,
.woocommerce-MyAccount-navigation .is-active .account_dashboard_link{
	color: #FFF600!important;
}
.ec_cart_input_row a.edit-info{
	color: #222!important;
}
.woocommerce form .password-input, .woocommerce-page form .password-input{
	display: block;
	max-width: 300px;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: 2.7em;
}
.woocommerce-account .woocommerce-MyAccount-content{
	float: none;
	width: 70%;
}
.mobile-open__nav{
	display: none;
}
@media screen and (max-width: 1024px) { .order-success .ec_order_success_row{padding-top:76px;}  }
@media screen and (max-width: 768px) { 
	.woocommerce-account .woocommerce-MyAccount-content{
		float: none;
		width: 100%;
	}.order-success .ec_order_success_row{padding-top:87px;}  
	.mobile-open__nav{
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: column;
		width: 32px;
		height: 18px;
		margin-top: 150px;
		position: relative;
		margin-left: 30px;
	}
	.mobile-open__nav span{
		background-color: #612EE7;
		width: 100%;
		height: 2px;
		border-radius: 1px;
		transition: transform .3s ease;
	}
	.mobile-open__nav.active span{
		background-color: #fff;
	}

	.mobile-open__nav.active span:nth-of-type(2){
		opacity: 0;
	}
	.mobile-open__nav.active span:nth-of-type(1){
		transform: rotate(45deg) translate(7px, 4px);
	}
	.mobile-open__nav.active span:nth-of-type(3){
		transform: rotate(-45deg) translate(7px, -4px);
	}
	.woocommerce-account .woocommerce-MyAccount-navigation{
		position: fixed;
		left: -100%;
		top: 0;
		bottom: 0;
		width: 100%;
		max-width: 350px;
		transition: all .3s ease;
		opacity: 0;
		visibility: hidden;
		z-index: 999;
		overflow-y: auto;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation.active{
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation .mobile-open__nav{
		position: absolute;
		right: 30px;
		top: 45px;
		margin: 0;
	}
	.woocommerce-account .woocommerce-MyAccount-content{
		padding-top: 40px;
	}
}
@media screen and (max-width: 640px) {

	.woocommerce-cart-form{
		width: 100%;
	}
	.woocommerce .cart-collaterals{
		width: 100%;
	}
}
@media screen and (max-width: 480px) { 
	.ec_account_right {
	    padding-right: 4%;
	    border-right: none;
	}
	.mobile-open__nav{
		margin-top: 105px;
	}
}
@media screen and (max-width: 425px) { .order-success .ec_order_success_row{padding-top:46px;}  }