
/* Customer elements */
#login_holder {
	display:none;
    width: 700px;
    max-width: 98%;
    position: fixed;
    transform: translateX(-50%);
    top: 60px;
    left: 50%;
    background: white;
    color: black;
    z-index: 10000;
    padding: 20px;
    display: none;
    border: 1px solid #000;
    font-size: 16px;
}

#forgot_holder, #update_holder {
	display:none;
    width: 700px;
    max-width: 98%;
    position: fixed;
    transform: translateX(-50%);
    top: 60px;
    left: 50%;
    background: white;
    color: black;
    z-index: 10000;
    padding: 20px;
    display: none;
    border: 1px solid #000;
    font-size: 16px;
    max-height: calc(100vh - 270px);
    overflow-y: scroll;
}


#register_holder {
	position:relative;
    width: 800px;
    max-width: 98%;
    transform: translateX(-50%);
    top: 0px;
    left: 50%;
    background: white;
    color: black;
    z-index: 10000;
    padding: 20px;
    border: 1px solid #000;
    font-size: 16px;

}
	
	#register_success
	{
		
	}
	
.customer_button
{
	
}
/* Customer end*/





#diff_delivery_holder
{
	display:none;
	overflow:hidden;
}


#billing_country, #delivery_country
{
	padding: 5px;
	height: 44px;
	margin-bottom: 10px;
	float: left;
	border: 2px solid black;
	font-size: 20px;
	width: calc(100% - 5px);
	margin-right: 0px;
}



#billing_state, #delivery_state
{
	padding: 5px;
	height: 44px;
	margin-bottom: 10px;
	float: left;
	border: 2px solid black;
	font-size: 20px;
	width: calc(100% - 5px);
	margin-right: 0px;
	display:none;
}


#billing_item_container
{
	position: relative;
	width: 800px;
	margin: 10px auto 70px;
}

.cart_title
{
	font-size: 36px;
	font-family: 'Equitan Sans W05 Bold';
	text-align:center;
	margin: 10px 0px;
	margin-top: 45px;
	margin-bottom: 20px;
}

.billing_description
{
	margin:15px 0px;
}

.payment_label
{
	font-size:22px;
	width: calc(50% - 30px);
	display: inline-block;
	text-align:center;
	cursor:pointer;
}

.payment_label input
{
	/*display:none;*/
}

.payment_label.active
{
	/*border-bottom: 2px solid black;*/
}

#cart_overview
{
	width:100%;
	margin:20px auto;
	margin-top: 63px;
	position:relative;
	font-size:22px;
}

#cart_checkout
{
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #000;
	font-family: 'Equitan Sans W05 Bold', 'Helvetica Neue';
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
	padding: 2px 10px;

	cursor: pointer;
}

#sub_form_register
{
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #000;
	font-family: 'Equitan Sans W05 Bold', 'Helvetica Neue';
	font-size: 20px;
	text-align: center;
	margin-top: 5px;
	padding: 2px 10px;

	cursor: pointer;
}

.cart_item
{
	overflow:hidden;
	padding:15px 0px;
}

.cart_item_text
{
	float:left;
}

.cart_item_qty
{
	float:right;
	overflow:hidden;
	margin-right:5px;
	margin-top:-18px;
}

.cart_item_qty_btn
{
	cursor:pointer;
	
}

.cart_item_qty_qty
{
		
}

.cart_item_price
{
	text-align:right;
}
.table_space
{
	height:20px;
}

.cart_item_delete
{
	cursor:pointer;
	text-align:right;
}

#cart_empty
{
	cursor:pointer;
	font-size:20px;
	margin-top:25px;
	display:none !important
	padding:2px 5px;
	border:2px solid black;
	text-align:center;
	height: 28px;
	line-height: 30px;
}

.register_input
{
	padding:5px;
	height:30px;
	margin-right:10px;
	margin-bottom:10px;
	width:379px;
	float:left;
	border: 2px solid black;
	font-size: 20px;
}
label.module_contact_label.register_input {
	border: 0;
	margin-bottom: -5px;
	font-size: 22px;
}
.billing_description{
	font-size: 22px
}
@media only screen and (max-width: 530px) {

	#cart_overview
	{
		width:100%;
		font-size:14px;
	}
	

	
	#content
	{
		width:calc(100% - 20px);
		padding:0px;
	}
	
	.cart_item_price
	{
		text-align: left;
		width:43px;
		height:32px;
	}
	
	td:nth-of-type(1)
	{
		width:62% !important;
	}
	
	th
	{
		text-align: left !important;
	}
	
}