/* =====================================

          CHECKOUT STYLES 

========================================

* This stylesheet is exclusively for styles for the checkout process. Don't cross the streams!
* Please do not edit this file, unless you wish to make a global change for all websites that use one of the OPS child themes.
* If you are unsure, please contact Laura Wheatman or Francis Whiteley or email us at projects@flex4.co.uk
*/
/* LOG IN PAGE */

#checkout-action-login, #checkout-action-create{
	text-align: left;
}

.new-customer,.existing-customer{
	padding:20px;
	background-color: #f5f5f5;
}

.new-customer h3,.existing-customer h3{
	margin:0;
}

p.login-email-label, p.login-password-label  {
    display: inline-block;
    width: 100px;
}
 p.login-email-input,p.login-password-input{
 	display: inline;
 }

/* REGISTER ACCOUNT */


/* ACCOUNT */

.myaccount-action a{
	padding:5px 30px;
	color:#FFF;
	float:right;
}
.myaccount-action a:hover{
	color:#FFF
}

/* CHECKOUT PROCESS */

.cartbox, .cartbox-checkout {
	width: 100%;
}


.cartbox-checkout {
	font-size: 14px;
}

.cartbox-checkout img {
	display:none;
}
/*FW 05-02-2019: added to stop £ and price from being on separate lines */
.cartbox-subtotal { min-width: 80px; }
.cartbox-cell-total, .cartbox-cell, .cartbox-top, .quotebox-cell, .quotebox-top, .quotebox-cell-total{
	padding: 12px 5px;
	vertical-align:top;
}
.cartbox-top, .quotebox-top{
	color:#000;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px dotted #CCC;
}
.cartbox-cell {
	border-bottom:1px dotted #CCC;
}
.cartbox-heading {
	padding: 3px 5px;
	background:#efefef;
	color:#2E3A3F;
}
.cartbox-cell-total, .quotebox-cell-total {
	border-top:1px dotted #CCC;
	color:#2E3A3F;
	font-size:14px;
	font-weight:bold;
}
.checkout-action {
	text-align:right;
}
.checkout-action a, .cart-view, .cart-add, .cart-save, .form-submit,.wpcf7-submit, .btn {
    zoom:1;
    text-align:center;
    display:inline-block;
    padding: 8px 20px;
    margin: 10px 0 0 5px;
    background-color: <?= $secondary_menu_bg ?>;
    color: <?= $button_link_text ?>;
    font-size:14px;
    font-weight: bold;
    line-height:20px;
    text-decoration:none;
    opacity: 1;
    transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; -webkit-border-radius: 5px;  -moz-border-radius: 5px; border-radius: 5px;
}

.form-submit{ border:none; cursor:pointer; font-family:inherit; }
.checkout-action a:hover, a.cart-view:hover, a.cart-add:hover, a.cart-save:hover, .form-submit:hover, .wpcf7-submit:hover, .btn:hover { opacity: 0.8; }

.cart-view, .cart-add, .cart-save {
	text-align:right;
	display:block;
	font-size:11px;
}
.cart-discount .form-submit {
	float:none;
}
.cart-discount{
	border:1px solid #CCC;
	padding:8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.p-thumbs { font-size: 11px; text-align:right; }
.p-thumbs a, .p-thumbs a:visited { text-decoration: none; }

.cartsteps{ width:100%; }
.cartsteps-cell, .cartsteps-cell-active {
	padding:3px;
	color:#FFFFFF;
	text-align:center;
	width:20%;
	border-left:1px solid #FFF;
}
.cartsteps-cell {
  background: #efefef;
  color:#2E3A3F;
  padding:5px;
}
.cartsteps-cell-active {
	background: #f58026;
    padding:5px;

}

.checkout-action p#cart-select-delivery{
color:#FFF;
}


/* Stripe Styling */

#stripepaymentform{
	background-color: #f7f7f7;
	padding:20px;
}
#stripepaymentform input{
	border: 1px solid #ddd;
	display: block;
}
#stripepaymentform .stripe-input.stripe-month{
	width:100px;
	display: inline-block;
}

#stripepaymentform label{
	margin:0.5rem 0;
	display:block;
}

#stripepaymentform input[type="submit"].cta.mini{
	    color: #FFF;
    border: none;
    border-radius: 0px;
    font-size: 1rem;
    margin-left: 10px;
}