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

          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
}

#myaccount .p-thumbs{
	margin-top:1rem;
}

#myaccount a.reloadOrder{
float:right;
}

/* CHECKOUT PROCESS */

.cart-container{
	background-color:#FFF;
	padding:20px;
	margin-bottom:1rem;
}

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

/* LW 05/05/2020*/
/*Removed cart font size*/

.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:10px;
	background: #333;
	color: #FFF;
}
.cartbox-cell-total, .quotebox-cell-total {
	border-top:1px dotted #CCC;
	font-weight:bold;
}
.checkout-action {
	text-align:right;
}

.checkout-action p.cart-view{
  padding:10px 20px;
  display: inline-block;
  font-size: 1rem;
}
/* LW 09/09/2020 Trash Icon*/
.cartbox-cell .fa{
	font-size:1.3rem;
}

.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;
	display:inline-block;
}
.cart-discount{
	float:left;
	border:1px solid #ddd;
	padding:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#FFF;
	width:40%;
}
#checkout .cart-discount p{
	margin:0;
}
.cart-discount h3.cart-discount-top{
	margin:0;
}

.cart-discount input[type="text"]{
	width: 69%;
    	margin-right: 10px;
	margin-bottom:1rem;
}

#selectDeliveryAddress .cartbox-top{
  border-bottom: none;
}
#selectDeliveryAddress .cartbox-top:last-child{
  padding-top: 0;
}

@media screen and (max-width: 991px) {
	.cart-discount input[type="text"]{
		width: 100%;
	    	margin-right: 0;
		margin-bottom:1rem;
	}
	.cart-discount .form-submit {
		width:100%;
	}
	.cart-discount{
		width:100%;
	}	
}
.p-thumbs {
	text-align:right;
	font-size:0.9rem;
	margin:1rem 0;
}
.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 {
    padding:5px;

}

.checkout-action p#cart-select-delivery{
color:#FFF;
}

/*-- Stripe Checkout Stying --*/

.stripe-container{
	padding:20px;
	background-color:#FFF;
}

.form-row{
	text-align:right;
}

#stripepaymentform button#card-button{
display:inline-block;
float:none;
}

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

#content .dropFile p a{
	text-decoration:none;
	font-weight:normal;
}

.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;
	transition:0.2s;
}

/* LW 17/05/2021 - Product Loops Updates */

.vo-btns{
  text-align:center;
  padding-left: 10px;
}

.vo-btns button.moreButton,
.vo-btns button#reloadOrderProduct,
#content .vo-btns a.readmore.cta{
font-family:inherit;
  line-height: 1.7;
  margin-bottom: 0.5rem;
  width:100%;
  padding:10px;
}

.fileupload-container{
	position:relative;
}

.deleteFile.artworkIcon{
	position:relative;
	left:auto;
	top:-7px;
}

.filesOutputProof a{
	width:90%;
}

i.uploadedDelete{
	position:relative;
	right:auto;
	left:auto;
}

.artworkIcon:before{
	display:none;
}

.filesOutputProof a.artworkIcon{
	    width: auto;
	    padding: 0;
	    border: none;
	    padding-left: 7px;
}


/* Reload confirm */

.yesBox,
.noBox{
  display: inline-block;
  padding:10px;
  background-color: #333;
  margin-right: 0.5rem;
  cursor: pointer;
}

/* Reload Order */


/* Split Delivery*/

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

#checkout #splitdelivery .cartbox-cell {
  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: #eee;
  padding: 20px;
  font-size: 1.2rem;
  display: table-cell;
  vertical-align: middle;
}

#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: 20px 0px;
  vertical-align: top;
}
#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;
}
/* JB 07-09-2020- Added the input number to this style. As a number field should be used so only numbers can be inserted into the qty field. */
.split-detail select,
.split-detail input[type="text"],
.split-detail input[type="number"]{
  width:80%;
  height: 40px;
}
.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: 40px;
}
#splitdelivery .cartbox-checkout .cartbox-checkout td.ad-select span{
  display: block;
}
#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;
  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;
}*/


#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,
#createform select,
#createform .checkout-action a {
    margin-top: 1rem;
    display: inline-block;
}

/* Split Delivery END */

/* START Ajax Search */
.form-autocomplete {
    width: 100%;
    line-height: 28px;
    height: 28px;
}
.input-wrapper {
    width: 100%;
    position: relative;
    /*FW 04-09-2020: changed to inline-block because always the ajax results don't display */
    display: inline-block;
}
.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;}

/* LW 18/08/2020 : Delivery address styling on checkout-billing*/
#deliveryOptions p,
#deliveryOptions p label,
#deliveryOptions p .form-checkbox {
	cursor:pointer;
}

#deliveryOptions  #daid{
	height:50px;
}

#deliveryOptions .ajaxResults-container{
	top:50px;
}

a#checkout-continue{
margin-top:1rem;
}
.delivery-header .deladdress-toggle{
	cursor:pointer;
}
.cta.submitArtworkNotes,
i.uploadedDelete{
cursor:pointer;
}


.filesOutputProof,
.artworkItem{
	position:relative;
}

i.uploadedDelete{
		cursor:pointer;
	position:absolute;
	top:0;
	right:0;
}
i.uploadDelete{
	cursor:pointer;
}

/* LW 08/09/2020 - Added code to make sure the complete order button is positioned to the right */
#successform{
	text-align:right;
	margin-top:10px;
}
#successform input.moreButton{
	display:inline-block;
}
/* Responsive Cart */
@media screen and (max-width: 480px) {
  #checkout .p-thumbs{
    margin:1rem 0;
  }
  .itembadge{
    background-color: #ff6142;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    text-align: center;
    border-radius: 50px;
    font-family: 'Helvetica Neue LT W05_75 Bold', 'Arial', sans-serif;
    font-style: normal;
    font-weight: 600;
    position: absolute;
    top: -5px;
    right: -15px;
    font-size: 0.9rem;
  }
  .mini-header .itembadge{
    display: none;
  }
  .cartbox-top{
    padding: 10px 10px;
  }
  #checkout h1{
    text-align: center;
  }
  table.cartsteps{
    margin-bottom: 1rem;
  }
  .cartsteps .cartsteps-cell{
    display: none;
  }
  .cartsteps td:first-child{
    width: 10%;
  }
  .cartbox-heading{
    display: none;
  }

  .basket-summary{
    border-bottom:2px solid #333;
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  .basket-summary td,
  .cartbox-cell-total{
    display: block;
    width: 100%;
  }
  .basket-summary:last-child{
  	border:none;
  }
  #checkout .basket-summary td{
    padding: 10px;
    padding-left: 120px;
    border:none;
    border-bottom: 1px solid #eee;
    line-height: 1.4rem;
    position: relative;
  }

  .basket-summary td:nth-child(1):before{
    content:'Delete';
    position: absolute;
    left: 0;
  }
  .basket-summary td:nth-child(2):before{
    content:'Quantity';
    position: absolute;
    left: 0;
  }
  .basket-summary td:nth-child(3):before{
    content:'Product';
    position: absolute;
    left: 0;
  }
  .basket-summary td:nth-child(4):before{
    content:'Options';
    position: absolute;
    left: 0;
  }
  .basket-summary td:nth-child(5):before{
    content:'Shipping';
    position: absolute;
    left: 0;
  }
  .basket-summary td:nth-child(7):before{
    content:'Price';
    position: absolute;
    left: 0;
  }
  .cartbox-cell-total.text-right{
    width:50%;
    display: inline-block;
  }

  .cartbox-checkout .cartbox-top{
    padding:10px 0;
    text-align: center;
  }
  .cart-billing .cartbox-top,
  #optionsform .cartbox-top{
    padding:10px;
  }
  
  #checkout .checkout-action input.form-submit{
  	display:inline-block;
  }
/* Responsive Cart */
@media screen and (max-width: 480px) {
#myaccount h1, #myaccount h2{
	text-align:center;
}
  #checkout .p-thumbs{
    margin:1rem 0;
  }
  .itembadge{
    background-color: #ff6142;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    text-align: center;
    border-radius: 50px;
    font-family: 'Helvetica Neue LT W05_75 Bold', 'Arial', sans-serif;
    font-style: normal;
    font-weight: 600;
    position: absolute;
    top: -5px;
    right: -15px;
    font-size: 0.9rem;
  }
  .mini-header .itembadge{
    display: none;
  }
  .cartbox-top{
    padding: 10px 10px;
  }
  #checkout h1{
    text-align: center;
  }
  table.cartsteps{
    margin-bottom: 1rem;
  }
  .cartsteps .cartsteps-cell{
    display: none;
  }
  .cartsteps td:first-child{
    width: 10%;
  }
  .cartbox-heading{
    display: none;
  }

  .basket-summary{
    border-bottom:2px solid #6e1f4b;
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  .basket-summary td,
  .cartbox-cell-total{
    display: block;
    width: 100%;
  }
  #checkout .basket-summary td{
    padding: 10px;
    padding-left: 120px;
    border:none;
    border-bottom: 1px solid #eee;
    line-height: 1.4rem;
    position: relative;
  }

  .basket-summary td:nth-child(1):before{
    content:'Delete';
    position: absolute;
    left: 0;
  }
  .basket-summary td:nth-child(2):before{
    content:'Quantity';
    position: absolute;
    left: 0;
  }
  .basket-summary td:nth-child(3):before{
    content:'Product';
    position: absolute;
    left: 0;
  }
  .basket-summary td:nth-child(4):before{
    content:'Options';
    position: absolute;
    left: 0;
  }
  .basket-summary td:nth-child(5):before{
    content:'Shipping';
    position: absolute;
    left: 0;
  }
  .basket-summary td:nth-child(7):before{
    content:'Price';
    position: absolute;
    left: 0;
  }
  .cartbox-cell-total.text-right{
    width:50%;
    display: inline-block;
  }

  .cartbox-checkout .cartbox-top{
    padding:10px 0;
    text-align: center;
  }
  .cart-billing .cartbox-top,
  #optionsform .cartbox-top{
    padding:10px;
  }
	.cartbox-cell-total.text-right{
		text-align:left;
	}

	#cartbox-subtotal,
	#cartbox-shipping,
	#cartbox-vat,
	#cartbox-total
	{
	text-align:right;
	}
	
	

  /* Checkout Billing */
  .cart-billing table tr td{
    display: inline-block!important;
    width: 60%;
    border:none;
    padding:5px 10px;
  }
   .cart-billing table tr td:first-child,
    .cart-billing table tr td:nth-child(3){
      width: 38%;
    }
  /* Payment */

  #checkout .checkout-action input[type="submit"]{
    width:100%;
    font-size: 1rem;
    display:inline-block;
  }

  .cart-payment{
    text-align: center;
  }
  .cart-payment .basket-summary td{
    width:100%!important;
    text-align: left;
  }
  #checkout .cart-payment .basket-summary td:nth-child(1):before{
    content:'Quantity'
  }
  #checkout .cart-payment .basket-summary td:nth-child(2):before{
    content:'Product';
  }
  #checkout .cart-payment .basket-summary td:nth-child(3):before{
    content:'Shipping';
  }
  #checkout .cart-payment .basket-summary td:nth-child(4):before{
    content:'Collection';
  }
  #checkout .cart-payment .basket-summary td:nth-child(5):before{
    content:'Price';
  }
  /* Payment */
  
  .cart-payment .basket-summary td:before{
  	left:10px;
  }
  #checkout .cart-payment .basket-summary td:nth-child(5){
  display:block;
  }
  .cartbox-checkout.total-value tr td:first-child{
	width: 50%;
	}
	.cartbox-checkout.total-value tr td:last-child{
		text-align:right;
	}
  
  /* Confirm */
  .cart-confirm{
    text-align: center;
  }
  .cart-confirm tr:first-child{
    display:none;
  }
  .cart-confirm .basket-summary{
    padding:10px;

  }
  .cart-confirm .basket-summary .cartbox-cell,
  .cart-confirm .basket-summary .cartbox-cell.text-right{
    padding: 10px;
    padding-left: 120px;
    border: none;
    border-bottom: 1px solid #eee;
    line-height: 1.4rem;
    position: relative;
    text-align: center;
    width:100%;
  }
  #checkout .cart-confirm .basket-summary .cartbox-cell:last-child{
    width:100%;
    padding:10px;
  }
  #checkout .cart-confirm .basket-summary .cartbox-cell:last-child button{
    width:100%;
  }

  .cart-confirm .cartbox-cell.text-right,
  .cart-confirm .cartbox-top.text-right{
    width:50%;
    display: inline-block;
    text-align: right;
    padding:10px;
  }
  .cart-confirm .cartbox-cell #lightboxTest {
      margin:0;
      color:#333;
      margin-bottom: 1rem;
  }
  .cart-confirm .cartbox-cell #lightboxTest i{
    font-size: 1rem;
  }
  .cart-confirm .cartbox-cell h2{
    font-size:1.5rem;
    margin-bottom: 0.5rem
  }
  .upload-notes h4{
    margin:0.5rem 0;
  }

  .library-upload .w-col{
    padding:0;
  }
  
  .cart-confirm .basket-summary td:nth-child(1):before{
  	content:'Product';
  }
  .cart-confirm .basket-summary td:nth-child(2):before{
  	content:'Format';
  }
  .cart-confirm .basket-summary td:nth-child(3):before{
  	content:'Options';
  }
  .cart-confirm .basket-summary td:nth-child(4):before{
  	content:'Qty';
  }
  .cart-confirm .basket-summary td:nth-child(5):before{
  	content:'Total';
  }
  .myaccount .cart-confirm .basket-summary td:nth-child(7):before {
    content: '';
    position: absolute;
    left: 0;
}
.myaccount .cart-confirm .basket-summary td:nth-child(6),
.myaccount .cart-confirm .basket-summary td:nth-child(7){
	padding-left:10px;
}

.myaccount .cart-confirm button.moreButton,
#content .myaccount .cart-confirm .vo-buttons a,
#content .myaccount .cart-confirm .vo-buttons button{
	width:100%;
}
  #checkout .cart-confirm  .basket-summary td:nth-child(5){
  	display:block;
  }
  .cartbox-celll p{
  	padding: 0;
  }
  /* My Account */
  #myaccount .cartbox-checkout .cartbox-top{
  	font-size:1.5rem;
  }
	
	#content .profile-option a.cta{
		display:block;
		margin:5px 10px;
	}
	/* Order History */
	.cartbox-checkout.order-history tr:nth-child(2),
	.cartbox-checkout.order-approval tr:nth-child(2),
  .cartbox-checkout.all-orders tr:nth-child(2){
		display:none;
	}
	.cartbox-checkout.order-history .basket-summary td,
	.cartbox-checkout.order-approval .basket-summary td,
  .cartbox-checkout.all-orders .basket-summary td{
	 display: inline-block;
	    width: 100%;
	    padding-left: 57px;
	    text-align:right;
	}
	.cartbox-checkout.order-history tr.basket-summary td:before,
	.cartbox-checkout.order-approval tr.basket-summary td:before,
  .cartbox-checkout.all-orders tr.basket-summary td:before{
		font-weight:bold;
		position: absolute;
    		left: 30px;
	}
	 .cartbox-checkout.order-history tr.basket-summary td:nth-child(1):before{
	    content:'Order Date'
	  }
	  .cartbox-checkout.order-history tr.basket-summary td:nth-child(2):before{
	    content:'Order No.';
	  }
	  .cartbox-checkout.order-history tr.basket-summary td:nth-child(3):before{
	    content:'No. Products';
	  }
	  .cartbox-checkout.order-history tr.basket-summary td:nth-child(4):before{
	    content:'Status';
	  }
	  .cartbox-checkout.order-history tr.basket-summary td:nth-child(5):before{
	    content:'Order Total';
	  }
	  
	  /* Incomplete Orders */
	  
	  .cartbox-checkout.orders-incomplete tr:nth-child(2){
		display:none;
	}
	.cartbox-checkout.orders-incomplete .basket-summary td{
	 display: inline-block;
	    width: 100%;
	    padding-left: 57px;
	    text-align:right;
	}
	.cartbox-checkout.orders-incomplete tr.basket-summary td:before{
		font-weight:bold;
		position: absolute;
    		left: 30px;
	}
	 .cartbox-checkout.orders-incomplete tr.basket-summary td:nth-child(1):before{
	    content:'Order Date'
	  }
	  .cartbox-checkout.orders-incomplete tr.basket-summary td:nth-child(2):before{
	    content:'Order No.';
	  }
	  .cartbox-checkout.orders-incomplete tr.basket-summary td:nth-child(3):before{
	    content:'No. Products';
	  }
	  .cartbox-checkout.orders-incomplete tr.basket-summary td:nth-child(4):before{
	    content:'Status';
	  }
	  .cartbox-checkout.orders-incomplete tr.basket-summary td:nth-child(5):before{
	    content:'Order Total';
	  }
	   /* Quote Summary */
	
	.cartbox-checkout.quote-summary tr:first-child{
		display:none;
	}
	.cartbox-checkout.quote-summary .basket-summary td{
	 display: inline-block;
	    width: 100%;
	    padding-left: 100px;
	    text-align:right;
	}
	.cartbox-checkout.quote-summary tr.basket-summary td:before{
		font-weight:bold;
		position: absolute;
    		left: 30px;
	}
	 .cartbox-checkout.quote-summary tr.basket-summary td:nth-child(1):before{
	    content:'Quote Date'
	  }
	  .cartbox-checkout.quote-summary tr.basket-summary td:nth-child(2):before{
	    content:'Quote No.';
	  }
	  .cartbox-checkout.quote-summary tr.basket-summary td:nth-child(3):before{
	    content:'No. Products';
	  }
	  .cartbox-checkout.quote-summary tr.basket-summary td:nth-child(4):before{
	    content:'Status';
	  }
	  .cartbox-checkout.quote-summary tr.basket-summary td:nth-child(5):before{
	    content:'';
	  }
	  
	  /* Orders Waiting Approval*/
	  .cartbox-checkout.order-approval tr.basket-summary td:nth-child(1):before{
	    content:'Order Date'
	  }
	  .cartbox-checkout.order-approval tr.basket-summary td:nth-child(2):before{
	    content:'Order No.';
	  }
	  .cartbox-checkout.order-approval tr.basket-summary td:nth-child(3):before{
	    content:'No. Products';
	  }
	  .cartbox-checkout.order-approval tr.basket-summary td:nth-child(4):before{
	    content:'Status';
	  }
	  .cartbox-checkout.order-approval tr.basket-summary td:nth-child(5):before{
	    content:'Order Total';
	  }
	  
	  /* Quote History */
	
	.cartbox-checkout.quote-history tr:nth-child(2){
		display:none;
	}
	.cartbox-checkout.quote-history .basket-summary td{
	 display: inline-block;
	    width: 100%;
	    padding-left: 57px;
	    text-align:right;
	}
	.cartbox-checkout.quote-history tr.basket-summary td:before{
		font-weight:bold;
		position: absolute;
    		left: 30px;
	}
	 .cartbox-checkout.quote-history tr.basket-summary td:nth-child(1):before{
	    content:'Quote Date'
	  }
	  .cartbox-checkout.quote-history tr.basket-summary td:nth-child(2):before{
	    content:'Quote No.';
	  }
	  .cartbox-checkout.quote-history tr.basket-summary td:nth-child(3):before{
	    content:'No. Products';
	  }
	  .cartbox-checkout.quote-history tr.basket-summary td:nth-child(4):before{
	    content:'Status';
	  }
	  .cartbox-checkout.quote-history tr.basket-summary td:nth-child(5):before{
	    content:'';
	  }
  	/* Address book*/
	.cartbox-checkout.addressbook tr:first-child,
	.cartbox-checkout.addressbook tr:first-child td{
		display:inline-block;
		width:100%;
	}
	.cartbox-checkout.addressbook tr:nth-child(2){
		display:none;
	}
	.cartbox-checkout.addressbook .basket-summary td{
	 display: inline-block;
	    width: 100%;
	    padding-left: 57px;
	    text-align:right;
	}
	.cartbox-checkout.addressbook tr.basket-summary td:before{
		font-weight:bold;
		position: absolute;
    		left: 30px;
	}
	 .cartbox-checkout.addressbook tr.basket-summary td:nth-child(1):before{
	    content:'Name'
	  }
	  .cartbox-checkout.addressbook tr.basket-summary td:nth-child(2):before{
	    content:'Address';
	  }
	  .cartbox-checkout.addressbook tr.basket-summary td:nth-child(3):before{
	    content:'Contact';
	  }
	  .cartbox-checkout.addressbook tr.basket-summary td:nth-child(4):before{
	    content:'';
	  }
	   .cartbox-checkout.addressbook tr.basket-summary td:nth-child(5):before{
	    content:'';
	  }
	  #myaccount .cartbox-checkout.cart-confirm .cartbox-top{
	  font-weight:normal;
	  font-size:1rem;
	  }
	  /* Addressbook / Update Profile*/
	  .addressbook .cartbox-top{
	  	padding:12px 10px;
	  }
	  .addressbook .cartbox-top .checkout-action{
	  	margin:0;
	  }
	  #createform table.cartbox-checkout tr td{
	  display:inline-block;
	  width:100%;
	  border:none;
	  }
	  #createform table.cartbox-checkout tr td.cartbox-cell.width-25{
	  padding:0 10px;}
	  
	  /* View Order Templates */
	  
	  	#content .vo-buttons a,
		#content .vo-buttons button{
			padding:10px 10px;
			margin-bottom:1rem;
			font-size:0.9rem;
			display:block;
		}
		#myaccount .cart-confirm .basket-summary{
			padding:0;
		}
		.cart-confirm .basket-summary.order-template .cartbox-cell{
			padding-left:80px;
		}
		.basket-summary.order-template td:nth-child(1) {
		    display:none;
		}
		.basket-summary.order-template td:nth-child(2):before {
		    content: 'Template';
		}
		.basket-summary.order-template td:nth-child(3):before {
		    content: 'Design Price';
		}
	  	.basket-summary.order-template td:nth-child(4):before {
		    content: 'Re-Order';
		}
		tr.table-head{
		display:none;
		}
		.myaccount-orders .basket-summary{
			width:100%;
		}
		.myaccount-orders .basket-summary td{
			padding-left:87px;
			position:relative;
			text-align:center;
		}
		.myaccount-orders .basket-summary td:nth-child(1):before {
		    content: 'Date';
		    left:10px;
		}
		.myaccount-orders .basket-summary td:nth-child(2):before {
		    content: 'Order No.';
		    left:10px;
		}
		.myaccount-orders .basket-summary td:nth-child(3):before {
		    content: 'No. Products';
		    left:10px;
		}
	  	.myaccount-orders .basket-summary td:nth-child(4):before {
		    content: 'Status';
		    left:10px;
		}
		.myaccount-orders .basket-summary td:nth-child(5):before {
		    content: 'Order Total';
		    left:10px;
		}
	  	#checkout .cart-confirm .basket-summary.order-template .cartbox-cell:last-child{
			display:none;
		}

    /* View all Orders */

    .cartbox-checkout.all-orders tr.basket-summary td:nth-child(1):before{
      content:'Order No.'
    }
    .cartbox-checkout.all-orders tr.basket-summary td:nth-child(2):before{
      content:'Customer Reference';
    }
    .cartbox-checkout.all-orders tr.basket-summary td:nth-child(3):before{
      content:'Order Date';
    }
    .cartbox-checkout.all-orders tr.basket-summary td:nth-child(4):before{
      content:'No. of Products';
    }
    .cartbox-checkout.all-orders tr.basket-summary td:nth-child(5):before{
      content:'Status';
    }
    .cartbox-checkout.all-orders tr.basket-summary td:nth-child(6):before{
      content:'Price';
    }
    .cartbox-checkout.all-orders tr.basket-summary td:nth-child(7):before{
      content:'';
    }
		
		.delivery-address tr,
		.delivery-address td{
			display:block;
			width:100%;
			position:relative;
		}
		.delivery-address tr:nth-child(6) td:nth-child(1),
		.delivery-address tr:nth-child(6) td:nth-child(2),
		.delivery-address tr:nth-child(7) td:nth-child(1),
		.delivery-address tr:nth-child(7) td:nth-child(2){
			display:none;
		}
		

    /* LW 14/10/2020 Drafts List Responsive */
    .template-drafts .basket-summary td{
      padding-left:87px;
      position:relative;
      text-align:right;
    }
    .template-drafts .basket-summary td:nth-child(1):before {
        content: 'User';
        left:10px;
    }
    .template-drafts .basket-summary td:nth-child(2):before {
        content: 'Date';
        left:10px;
    }
    .template-drafts .basket-summary td:nth-child(3):before {
        content: 'Template';
        left:10px;
    }
      .template-drafts .basket-summary td:nth-child(4):before {
        content: 'Reference';
        left:10px;
    }
    .template-drafts .basket-summary td:nth-child(5):before {
        content: '';
        left:10px;
    }
    .template-drafts .basket-summary td.action-cell{
      padding:0;
      width: 100%;
    }
    #myaccount .template-drafts .myaccount-action a{
      display: block;
      float: none;
      margin-bottom: 0.5rem;
      text-align: center;
    }
    
    #myaccount .checkout-action a{
    	width:100%;
    }
}

#checkout .checkout-action .form-submit{
	display:inline-block;
}

/* Checkout cart button animations */


#cart-proceed-link i,
#checkout-continue i{
	transition:0.3s;
	position:relative;
	right:0;
}
#cart-proceed-link:hover i,
#checkout-continue:hover i{
	right:-5px;
}

.tooltip.favourite-error,
.tooltip.favourite-warning{
	background-image:none;
}

table.cartbox-checkout{
	margin:0;
}