/* =====================================

          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;
    margin-bottom: 0;
}
 p.login-email-input,p.login-password-input{
 	display: inline;
 }

/* REGISTER ACCOUNT */


/* ACCOUNT */

#myaccount .myaccount-action a{
	/* padding:5px 30px; */
	/* color:#FFF; */
	float:right;
}
#myaccount .myaccount-action a:hover{
	color:#FFF
}

/* CHECKOUT PROCESS */

.cartbox, .cartbox-checkout {
	width: 100%;
}


.cartbox-checkout {
	font-size: 14px;
}

.cartbox-checkout img {
	display:none;
}

.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 p.cart-view{
  padding:10px 20px;
  display: inline-block;
  font-size: 1rem;
}

.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 {}

.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 Checkout Stying --*/

input.stripe-input {
  width: auto;
  display: inline-block;
  height: 2rem;
  margin-bottom: 0;
}

#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;
}

/* Per Product Upload */
.file-upload-cont.w-container .w-row {margin:0;}
  .featherlight .featherlight-content { min-width: 90%;max-width: 90%; }
  .featherlight{
    background: rgba(0,0,0,.8);
  }
  #image-library #selectFile{
    margin: 10px 0 0 0;
    width:100%;
  }
  /* LW 26/06/18 - Template System Image library Update (originally created on Vibrant Colour)*/
  a.imageUpload{
    display: inline-block;
    padding:5px 10px;
    border-radius: 5px;
    background-color:#8dbf39;
    color:#FFF;
    margin-left: 1rem;
    cursor:pointer;
    transition: 0.2s;
  }
  a.imageUpload:hover{
    color:#FFF;
    opacity: 0.8;
  }
  #image-library-upload{
    display: block;
    margin: 0px 10px;
    padding: 0;
    border: 0;
  }
  .file-upload-cont h2{
    display: inline-block;
    font-size: 1.5rem;
    margin:0;
    margin-bottom: 0.5em;
  }
  .file-upload-cont h3{
    margin:0;
    margin-bottom: 0.5em;
    font-size: 1rem;
  }
  script.featherlight-inner{
    display: none!important;
  }
  .file-upload-cont #dropFile{
    line-height: normal;
    padding: 30px 10px;
  }
  #dropFile p {
    font-size: 0.7rem;
  }
  input.image-search {
    padding: 0 30px;
    width:100%;
  }
  #image-library-1-loading{
    display: none;
    position: absolute;
    top: 30px;
    left: 15px;
  }
  #image-library-1.w-row{
    padding-top:1rem;
    margin:0 -10px;
  }

  /* LW's Styling tweaks*/
.cartbox-cell{
  vertical-align: middle;
}
button.moreButton{
  margin-top: 0px;
}
.cartbox-cell h2{
  display: inline-block;
  vertical-align: middle;
}
.cartbox-cell #lightboxTest{
  display: inline-block;
  margin-left: 10px;
}

.dropFile .checkout-action{
  text-align:center;
}
.file-upload-cont .dropFile{
  background-color:transparent;
  border:none;
  margin:0;
  padding:0;
}
.file-upload-cont .dropFile .w-col:first-child{
    background: #f5f5f5;
    border: 2px dashed #e5e5e5;
    color: #676767;
    text-align: center;
    padding: 8px 20px;
    margin: 0;
    font-weight: bold;
    padding-top: 1rem;
    margin-bottom:1rem;
}

.upload-queue, .uploaded{
  width: 100%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.upload-queue{
  padding: 10px 15px;
  background-color: #f7f7f7;
}
.uploaded{
  padding: 10px 20px;
  background-color: #f7f7f7;
}

.filesOutputProof a{
  font-weight: normal;
  padding:10px 0;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ddd;
}

#checkout p.filesize{
  font-size: 0.7rem;
  font-weight: normal;
  margin: 0;
  margin-top: 0.2rem;
}

.filesOutputProof a:hover{
  text-decoration: underline;
}
.filesOutputProof a:before{
  content:'\f00e';
  font-family: 'FontAwesome';
  margin-right: 5px;
}

.upload-guide{
  padding: 10px;
  line-height: normal;
}

.filesize{
  font-size: 0.7rem;
  font-weight: normal;
  margin:0;
}

a.library-upload{
	text-decoration:none;
}

.moreButton, #myaccount .reloadOrder{
	color:#FFF;
	padding:10px 20px;
	border:none;
	border-radius:0px;
	font-size: 1rem;
}

/* Reload Order */


/* Split Delivery*/

#splitdelivery{
  display: none;
  background-color: #FFF;
  text-align: left;
}

#checkout #splitdelivery .cartbox-cell {
  padding:0;
  border:none;
}

#splitdelivery .cartbox-cell input, #splitdelivery .cartbox-cell select{
  width:100%;
}

td.qtytitle, td#startingQty0{
  padding:0;
  text-align: center;
  border: none;
}

span.qtytitle{
  display: block;
  font-weight: bold;
}

#splitdelivery .starting, #splitdelivery .remaining{
  padding:10px;
  text-align: center;
  color:#FFF;
}

#splitdelivery .product-name{
  color: #3a4154;
  background-color: #dee8ff;
  padding: 20px;
  font-size: 1rem;
  display: table-cell;
}

#splitdelivery .btn{
  margin:0;
  /*float: right;*/
}

#splitdelivery .split-detail span{
  font-weight: bold;
  margin-right: 1rem;
}


#splitdelivery .addSplit{
  background-color: transparent;
  color:#333;
  padding: 5px;
  margin:0;
  cursor: pointer;
}
#splitdelivery .addSplit i{
  color: #69af53;
    vertical-align: middle;
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

#splitdelivery .deleteSplit{
  background-color: transparent;
  color:#333;
  padding: 5px;
  float: right;
  cursor: pointer;
  position: absolute;
  top:10px;
  right:15px;
}
#splitdelivery .deleteSplit i{
  color: #e25c5c;
  vertical-align: middle;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

#splitdelivery .cartbox-checkout .cartbox-checkout td{
  padding: 15px 0px;
}
#splitdelivery .addedrows .container{
  padding:10px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  position: relative;
}

.delivery-header{
  text-align: right;
  margin-bottom: 1rem;
}
span.split-toggle{
  margin:0;
  margin-bottom: 1rem;
  cursor: pointer;
}

strong.cartbox-top{
  border:none;
  float: left;
  padding: 0;
}

.split-detail select,
.split-detail input[type="text"]{
  width:80%;
   height: 31px;
}
.addedrows .container span{
  font-weight: bold;
  margin-right: 1rem;
}

#splitdelivery .cartbox-checkout .cartbox-checkout td.ad-select{
  padding-left:20px;
}

#splitdelivery .cartbox-checkout .cartbox-checkout td.ad-select input{
  width:50%;
  height: 31px;
}
#splitdelivery .cartbox-checkout .cartbox-checkout td.ad-select span{
  display: block;
  height: 15px;
}
#splitdelivery .cartbox-checkout .cartbox-checkout td.ad-select br{
  display: none;
}
#splitdelivery .cartbox-checkout .cartbox-checkout td.ad-select a{
  display: inline-block;
  padding:5px 10px;
  border-radius:5px;
  background-color: #36a5b5;
  color:#FFF;
  font-weight: bold;
  margin-top:0.5rem;
}

/* -- 18-04-2019 MM: Removed for Flexpress as location is a lot longer than a using the location dropdown; -- */
/*.addedrows .container span.addedQty{
  margin-left: 1rem;
}*/
#splitdelivery .remaining {
    background-color: #6f1064;
}
#splitdelivery .starting {
    background-color: #36a5b5;
}

#selectDeliveryAddress{
  display: block;
}
#addDeliveryAddress{
  display: none;
}
span#addDelivery{
  cursor: pointer;
}
.allow-scroll {
  overflow-y: auto;
  height: 460px;
}

.add-delivery.btn{
	float:right;
	margin-right: 20px;
}
.prettyContent-container .cart-container{
	padding:0;
}

#createform input{
	width:100%;
}

/* Split Delivery END */

/* START Ajax Search */
.form-autocomplete {
    width: 100%;
    line-height: 28px;
    height: 28px;
}
.input-wrapper {
    width: 100%;
    position: relative;
    display: inline;
}
.ajaxResults-container {
    position: absolute;
    width: 100%;
    max-height: 200px;
    top: 29px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #f7f7f7;
    color: #000;
    border-bottom: #e9e9e9;
    z-index: 21;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
ul.ajaxResults {
    margin: 0;
    padding: 0;
}
ul.ajaxResults li {
    list-style-type: none;
    margin: 0;
    padding: 0.25rem;
    border-bottom: 1px solid #e6e6e6;
}
ul.ajaxResults li:hover {
  cursor: pointer;
}
/* END Ajax Search */

/* FW 04-09-2019: Added to stop the cart prices from wrapping to the next line, under the £. Happens often on TP websites. */
.cartbox-cell-total { min-width:80px;}