
/* GENERAL CART STYLES */

.cart-heading{
	
}
.lolp_cart{
	
}
.lolp_cart .cart-product-alerts ul {
    margin-bottom: 0;
}
.lolp_cart p.cart-update-success {
    background: #b8ffcf;
    border: 2px solid #4CAF50;
    border-radius: 5px;
    margin-bottom: 1rem;
    padding: 1rem;
    color: #000;
    display: inline-block;
}
.lolp_cart table{
	width: 100%;
    margin-bottom: 2rem;
}
.lolp_cart table th.heading-quantity {
    width: 165px;
    text-align:center;
}
.lolp_cart table th.heading-price {
    width: 120px;
    text-align: right;
}

.lolp_cart table caption{
	
}
.lolp_cart table thead{
	padding: 0 0 .5rem;
}
.lolp_cart table thead th {
    padding-bottom: 1rem;
}
.lolp_cart table tr{
	
}
.lolp_cart table td{
	padding: .5rem 0;
}
.lolp_cart table .prod-row{
	border-bottom: 1px solid #cacaca;
}
.lolp_cart table td.product-info{
	padding:1rem 0;
	font-size: 1.5rem;
}
.lolp_cart table .product-info a.name{
	font-weight: bold;
	font-size: 2rem;
}
.lolp_cart table .product-info ul{
	margin-bottom:0;
}
.type-lolp_cart td.product-info .is-rental p {
    font-style: italic !important;
    /* color: #a2a2a2; */
    margin-bottom: 5px !important;
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.lolp_cart table td.product-quantity{
	text-align: center;
}
.type-lolp_cart td.product-quantity .controls .qty,
.type-lolp_cart td.product-quantity .controls .remove{
	float: left;
}
.type-lolp_cart td.product-quantity .controls .remove{
	margin-left: .5rem;
}
.type-lolp_cart td.product-quantity .controls span.qty-label {
    float: left;
    line-height: 30px;
}
.type-lolp_cart td.product-quantity .controls input{
	border: 1px solid !important;
    padding: 0 .5rem;
    width: 70px !important;
    margin: 0 1rem 1rem 0;
    height: 30px !important;
    float: left;
}
.type-lolp_cart td.product-quantity button.btn.button {
    margin: 0;
    padding: 7px;
    line-height: 14px;
}
.lolp_cart .remove .button {
    margin: .5rem;
}
.type-lolp_cart .button.update-qty.alert-user i {
    color: #0faf0f !important;
}

.lolp_cart table tfoot td.line-label,
.lolp_cart table tfoot td.line-label,
.lolp_cart table tfoot td.line-label,
.lolp_cart table tfoot td.line-label {
    text-align: left;
}
.lolp_cart table td.product-price,
.lolp_cart table tfoot td{
	text-align: right;
}
.lolp_cart table tfoot .line-item-subtotal,
.lolp_cart table tfoot .order-total{
	font-weight: bold;
}
.lolp_cart table tfoot .line-item-subtotal td.line-label,
.lolp_cart table .line-label {
/*     text-align: right; */
    padding-right: 2rem;
}
.lolp_cart table tfoot .line-item-subtotal td{	
/* 	padding-top: 2rem; */
    border-top: 1px solid #cacaca;
}

.lolp_cart table tfoot .admin-only-rows{
	font-style: normal;
	font-weight: normal;
    background-color: #eeeeee;
    border-top: 0;
    clear: both;
}

.lolp_cart .proceed a.btn.button{
	
}

.lolp_cart .bottom-buttons span.proceed {
    display: inline-block;
    float: right;
}
.form_buttons{
	clear: both;
}
/*
.type-lolp_cart fieldset {
    margin-bottom: 2rem;
} 
*/

/* ---------BOTTOM/FORM BUTTONS --------------*/
.lolp_cart .bottom-buttons .proceed a.btn.button,
.lolp_cart .bottom-buttons .history-link a.btn.button,
.lolp_cart .bottom-buttons button.update-quantities{
    display: inline-block;
    clear: both;
    background: transparent;
    border: 1px solid;
    padding: .5rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 1.6rem;
}
.lolp_cart .bottom-buttons .proceed a.btn.button:hover,
.lolp_cart .bottom-buttons button.update-quantities:hover{
    background: #000;
    color: #fff;
    opacity: 1 !important;
}
.lolp_cart .bottom-buttons .update-quantities{
    margin: 0 !important;
    display: inline-block;
}
.lolp_cart .bottom-buttons .update-quantities i{
    padding: .5rem;
}

#addresses .form_buttons button {
    margin: 1rem 0;
/*     float: right; */
}


/* -------CHECKOUT YOUR CART STEP 1 -------*/


.lolp_cart span.qty input{
    max-width: 100%;
}



/* -------CHECKOUT STEP 2 ADDRESSES --------*/

form#addresses .div_fb_dl_form{
	width:49%;
	float:left;
}

form#addresses .div_fb_dl_form input,
form#addresses .div_fb_dl_form select{
	width:50%;
}
form#addresses span.error{
	clear:both;
	color:#C9412B;
	font-weight:bold;
}

form#addresses select.error,
form#addresses input.error{
	border:1px solid #C9412B;
}
form#addresses input {
    width: 100%;
    display: block;
}
form#addresses select{
	border: 1px solid;
}
form#addresses .div_r_form{
	clear:both;
}
form#addresses .div_r_form ul{
	list-style:none;
	padding:0;
}
form#addresses .div_r_form li{
	margin:0 0 .5rem 0;
}
/* form#addresses .div_r_form input{float:left;} */
/* form#addresses .div_r_form .colin{display:none;} */


.type-lolp_cart form#addresses .par-match label {
    display: inline-block !important;
}
.type-lolp_cart form#addresses .par-match label .colin {
    display: none;
}
.type-lolp_cart form#addresses .par-match input.field-match {
    float: left !important;
    display: inline-block;
    cleaR: none;
    width: auto !important;
    margin-right: 1rem;
}
.type-lolp_cart form#addresses li.par-bstate select {
    display: block;
}

/* -------CHECKOUT STEP 3 SHIPPING --------*/


/* -------CHECKOUT STEP 4 COUPONS AND CARD INFO --------*/

.type-lolp_cart #coupon_code ul {
    list-style-type: none;
    padding-left: 0;
}
.type-lolp_cart #coupon_code ul li .title{
	font-weight: normal;
}
.type-lolp_cart #coupon_code ul li input{
	display: block;
}
.type-lolp_cart #coupon_code ul.error{
	list-style-type: none;
    padding-left: 0;
    background: #ffb8b8;
    border: 2px solid #e00000;
    border-radius: 5px;
    padding: 1rem;
    display: inline-block;
    color: #333 !important;
}
.type-lolp_cart .customer_info input,
.type-lolp_cart .card_info input {
    width: 80%;
}

.type-lolp_cart  .form_item.card_info,
.type-lolp_cart  .form_item.customer_info {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.type-lolp_cart  .form_item.card_info dd,
.type-lolp_cart  .form_item.customer_info dd {
    margin-bottom: .5rem;
}
@media screen and (max-width: 650px){
	.type-lolp_cart  .form_item.card_info,
	.type-lolp_cart  .form_item.customer_info {
	    width: 100%;
	    float: left;
	}
	.type-lolp_cart .customer_info input,
	.type-lolp_cart .card_info input {
	    width: 100%;
	}

}

/* ------- ORDER HISTORY PAGE --------*/

.lolp_cart .history-link a.btn.button:hover{
	background: #000;
    color: #fff;
}





/* transferred STYLES */


.lolp_cart .address-match-form fieldset .div_r_form {
    margin-bottom: 2rem;
}



.lolp_pay_form p{
    display: block;
    clear: both;
}

p.processor-country {
    font-size: 1.4rem;
    color: #666;
    font-style: italic;
}
p.processor-country::before{
    content: "*";
}
