@charset "utf-8";

/* Account sections */
.account-section{
	margin: 60px 0;
}
.account-section h1{
	margin-bottom: 35px;
}

/* Adress */
.editaddress{
	font-size: 16px;
	padding: 2px 10px;
}
.deladdresseditbtn, .deladdresseditbtncancel, .billaddresseditbtn, .billaddresseditbtncancel{
	float:right;
}

 /* Checkout Account */
 .full-box{
	width:100%;
	float:left;
	height:auto;
	min-height:270px;
	padding:10px;
	border:1px solid #e1e1e1;
}
.registered-login{
	margin: 0 auto;
	max-width: 700px;
}
.account-box{
	width: 32%;
	float:left;
	height:auto;
	min-height:270px;
	padding:10px;
	border:1px solid #e1e1e1;
}
.account-box-title{
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #e1e1e1;
}
.new-customer{
	margin:0 2%;
}
.account-form-atom{
	margin:30px 0;
}
.required-indicator{
	color:#de4949;
}
.account-form-label{
	width:100%;
	margin:0 0 5px 0;
	height:auto;
	display:block;
}
.account-form-input{
	width:100%;
	display:block;
	background-color:#fff;
	line-height:30px
}
.account-form-button, a.account-form-button {
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.35);
	box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.35);
}
	a.account-form-button:hover{
	text-decoration:none;
	background-color:#A3C2BD;
	color:#fff;
}

/* Checkout register */
.newaccount-form-atom{
	display:block;
	margin:30px 0;
}
.newaccount-form-label{
	display:inline-block;
	margin-bottom:5px;
}
.newaccount-form-input{
	display:inline-block;
	background-color:#fff;
	width:40%;
	line-height:30px
}
.newaccount-form-atom input[type="checkbox"]{
	margin-left: 20px;
}

/* Checkout delivery */
.prev-address-picker{
	display:block;
	margin:10px 0;
}
.prev-address-entry{
	display:block;
	cursor:pointer;
	padding:5px 0;
}
.prev-address-entry:hover{
	background-color:#e1e1e1;
}
.address-form{
	display:block;
	margin:10px 0;
}
.address-form-section{
	margin:0 0 25px 0;
}
.address-form-atom{
	display:block;
	margin:30px 0;
}
.address-form-label{
	width:20%;
	display:inline-block;
}
.address-form-input{
	display:inline-block;
	background-color:#fff;
	width:40%;
	line-height:30px
}
.checkout-form-select{
	min-width:40%;
}
.checkout-form-select option{
	padding:0 10px 0 5px;
}

/* Checkout-review */
.checkout-review-content{
	margin:10px 0;
	float:left;
	width:100%;
	line-height:16px;
}
.checkout-review-side{
	width:50%;
	float:left;
	padding:0 0 0 15px;
}
.review-address-side{
	padding:0 15px 0 0;
}
.checkout-review-mini{
	margin:0 0 10px 0;
}
.checkout-header{
	padding: 5px;
	border: 1px solid #e1e1e1;
}
.checkout-review-mini p{
	padding:0 5px;
	font-weight:bold;
	margin:0;
}
.rb-tr{
	float:left;
	width:100%;
	margin:0 0 5px 0;
	border-bottom:1px solid #e1e1e1;
}
.rb-total-tr{
	float:left;
	width:100%;
	margin:0 0 5px 0;
}
.rb-th{
	margin:10px 0 5px 0;
	border:1px solid #e1e1e1;
	font-weight: 700;
}
.rb-td{
	width:10%;
	float:left;
	text-align:center;
	padding:5px;
	overflow:hidden;
}
.rb-td-right{
	width:10%;
	float:left;
	text-align:right;
	padding:5px;
}
.rb-product{
	width:38%;
	text-align:left;
}
.rs-narrow {
	width:8%;
}
.rs-narrow input{
	width:auto;
	border:0;
	line-height:1;
	height:auto;
	padding:0;
}
.rb-total-td{
	width:20%;
	float:left;
	text-align:left;
	padding:5px;
	font-weight:bold;
	margin:0 0 0 70%;
}
.rb-grand-total{
	background-color:#e1e1e1;
}

#finalreview .rb-product{
	width:60%;
}

/* Basket */
.promo-form-atom{
	display:block;
	margin:30px 0;
}
.promo-form-label{
	width:20%;
	display:inline-block;
}
.promo-form-input{
	display:inline-block;
	background-color:#fff;
	width:40%;
	line-height:30px
}
.submit-promo{
	margin: 0 0 0 10px;
}
.checkout-button{
	font-size:14px;
}

/* Vouchers */

.voucher-message-form{
	display: none;
}
.voucher-textarea{
	min-width: 200px;
	min-height: 100px;
	width: 200px;
	margin-bottom: 10px;
	display: block;
}
.btn-remove-voucher-message, .add-voucher-message, .vocuher-text{
	color: #acc7e2 !important;
	text-decoration: none;
	border: none;
	background-color: transparent;
	padding: 0;
	font-weight: 700;
	line-height: 18px;
	font-size: 12px;
	font-family: "Arial","Helvetica",sans-serif;
	text-transform: none;
}

.edit-voucher-message{
	text-decoration: underline !important;
}

/* Checkout */

.checkout-billing-body {
	background-color: #ECEEEF;
	min-height: 100%;
}

.checkout-billing-body .content {
	background-color: #fff;
	padding: 30px;
}

.checkout-billing-body .back-to-basket {
	text-align: center;
	margin-top: 60px;
}

.checkout-billing-body  .back-to-basket a {
	text-decoration: none;
}

.checkout-billing-body .back-to-basket i {
	color: #F6B333;
	margin-right: 5px;
}

.checkout-billing-body .checkout-details {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.checkout-billing-body .checkout-details .secure {
	color: #8E98A1;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 15px;
}

.checkout-billing-body .checkout-box .checkout-steps {
	display: inline-block;
	background-color: #D9DDE0;
	border-radius: 40px;
	margin-bottom: 40px;
}

.checkout-billing-body .checkout-box .checkout-steps .step {
	display: inline-block;
	padding: 12px 60px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

.checkout-billing-body .checkout-box .checkout-steps-multi .step {
	padding: 12px 30px;
}

.checkout-billing-body .checkout-box .checkout-steps.checkout-steps-complete {
	background-color: #425363;
	color: #FFFFFF;
}

.checkout-billing-body .checkout-box .checkout-steps.checkout-steps-complete .step-active {
	color: #425363;
}

.checkout-billing-body .checkout-box .checkout-steps .step-active {
	background-color: #F6B333;
	border-radius: 40px;
}

.checkout-billing-body .checkout-box .checkout-steps .checkout-step-group {
	display: inline-block;
	background-color: #425363;
	color: #FFFFFF;
	border-radius: 40px;
}

.checkout-billing-body .checkout-box .checkout-steps .checkout-step-group .step-active {
	color: #425363;
}

#checkoutBillingForm .form-group .form-label-sm {
	font-size: 11px;
	line-height: 16px;
}

#checkoutBillingForm .details-postcode-wrp,
#checkoutDeliveryForm .details-postcode-wrp {
	display: flex;
}

#checkoutBillingForm #details_postcode,
#checkoutDeliveryForm #details_postcode {
	border-right: 2px solid #D9DDE0;
	/*width: auto;*/
	flex-grow: 1;
}

#checkoutBillingForm #details_postcode_lookup,
#checkoutDeliveryForm #details_postcode_lookup {
	width: auto;
	padding: 0 15px;
}

#checkoutBillingForm #details_enter_manually_fields,
#checkoutDeliveryForm #details_enter_manually_fields {
	display: none;
}

#checkoutBillingForm .address-search-control,
#checkoutDeliveryForm .address-search-control {
	display: flex;
	justify-content: space-between;
}

#checkoutBillingForm .address-search-control a,
#checkoutDeliveryForm .address-search-control a {
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
	display: inline-block;
}

#checkoutBillingForm select.inputError,
#checkoutDeliveryForm select.inputError {
	border:2px solid #F8485E;
	color: #F8485E;
}

#checkoutBillingForm select.inputError option,
#checkoutDeliveryForm select.inputError option {
	color: black;
}

#checkoutBillingForm label.inputError,
#checkoutDeliveryForm label.inputError {
	color: #F8485E;
}

.checkout-billing-body .checkout-box h1 {
	margin-bottom: 30px;
}

.checkout-billing-body > .container {
	padding-bottom: 60px;
	padding-top: 30px;
}

.checkout-billing-body .content-header {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	padding: 15px 20px;
	font-weight: bold;
}

.checkout-billing-body .content-header:not(:first-of-type) {
	margin-top: 40px;
}

.checkout-billing-body .content-header img {
	width: 31px;
	height: auto;
	margin-bottom: 2px;
	margin-right: 10px;
}

.checkout-billing-body .content-header.content-header-orange {
	background-color: #FF7F32;
}

.checkout-billing-body .content-header.content-header-blue {
	background-color: #00A3E0;
}

.checkout-billing-body .content-header.content-header-darkblue {
	background-color: #1B365D;
	padding: 15px 30px;
}

.checkout-billing-body .content .review-product-list {
	margin-top: 30px;
}

.checkout-billing-body .content .review-product-list .review-product {
	display: flex;
}

.checkout-billing-body .content .review-product-list .review-product-image {
	margin-right: 20px;
}

.checkout-billing-body .content .review-product-list .review-product-image img {
	height: 40px;
	width: 40px;
	object-fit: cover;
}

.checkout-billing-body .content .review-product-list .review-product-details p.product-name {
	margin-bottom: 1px;
	font-size: 14px;
	font-weight: bold;
	line-height: 11px;
}

.checkout-billing-body .content .review-product-list .review-product-details span {
	font-size: 12px;
}

.checkout-billing-body .content .review-product-list .review-product-price {
	margin-left: auto;
	font-size: 14px;
	line-height: 11px;
}

.checkout-billing-body .content .review-product-list .review-product:not(:last-of-type) {
	border-bottom: 1px solid #D9DDE0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.checkout-billing-body .content .product-summary {
	margin-top: 30px;
	background-color: #ECEEEF;
	padding: 30px 20px;
}

.checkout-billing-body .product-summary .summary-row,
.checkout-billing-body .order-totals .summary-row {
	/* display: flex;
	justify-content: space-between; */
	display: block;
	font-size: 14px;
	border-bottom: 1px solid #D9DDE0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.checkout-billing-body .product-summary .summary-row.summary-total,
.checkout-billing-body .order-totals .summary-row.summary-total {
	font-size: 16px;
	font-weight: bold;
	border-bottom: none;
	margin-top: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.checkout-billing-body .product-summary .summary-row .summary-name,
.checkout-billing-body .order-totals .summary-row .summary-name {
	display: inline-block;
}

.checkout-billing-body .product-summary .summary-row .summary-price,
.checkout-billing-body .order-totals .summary-row .summary-price {
	display: inline-block;
	float: right;
}

.checkout-billing-body .content .product-summary .summary-name-small,
.checkout-billing-body .content .order-totals .summary-name-small {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
}

.checkout-billing-body .review-button {
	display: block;
	margin-top: 30px;
	text-decoration: none;
}

.checkout-billing-body .review-button button,
.checkout-billing-body button.review-button {
	color: #425363;
	font-size: 16px;
	font-weight: bold;
}

.checkout-billing-body .payment-success-header {
	background-color: #F6B333;
	padding: 30px;
	width: 100%;
	margin-top: 40px;
}

.checkout-billing-body .payment-success-header h1 {
	color: #1B365D;
	font-size: 30px;
	font-weight: 700;
}

.checkout-billing-body .payment-success-header p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
}

.checkout-billing-body .payment-success-header {
	display: flex;
	flex-direction: row;
}

.checkout-billing-body .payment-success-header .info-text {
	max-width: 100%;
	z-index: 2;
}

.checkout-billing-body .payment-success-header .info-img img {
	position: absolute;
	right: 30px;
	bottom: 0;
	height: calc(100% - 40px + 27px); /* Have to take away the margin-top added above */
	width: auto;
}

.checkout-billing-body .order-details {
	font-size: 14px;
	display: flex;
	flex-direction: row;
}

.checkout-billing-body .order-details:not(:last-of-type) {
	margin-bottom: 10px;
}

.checkout-billing-body .order-details .details-name {
	min-width: 180px;
	font-weight: 700;
}

.checkout-billing-body .content-heading {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 8px;
	border-bottom: 2px solid #F6B333;
}

.checkout-billing-body .order-summary {
	padding-top: 30px;
	padding-bottom: 30px;
}

.checkout-billing-body .order-summary .order-summary-item {
	display: flex;
	flex-direction: row;
}

.checkout-billing-body .order-summary-item .summary-item-image {
	padding-right: 20px;
}

.checkout-billing-body .order-summary-item .summary-item-image img {
	width: 40px;
	height: 40px;
	object-fit: cover;
}

.checkout-billing-body .order-summary-item .summary-item-name {
	flex-grow: 1;
}

.checkout-billing-body .order-summary-item .summary-item-name p:first-of-type {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
}

.checkout-billing-body .order-summary-item .summary-item-name p:not(:first-of-type) {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 26px;
}

.checkout-billing-body .order-summary-item .summary-item-price {
	font-size: 14px;
}

.checkout-billing-body .order-summary-item:not(:last-of-type) {
	border-bottom: 1px solid #D9DDE0;
	padding-bottom: 15px;
}

.checkout-billing-body .order-summary-item:not(:first-of-type) {
	padding-top: 15px;
}

.checkout-billing-body .order-totals-grey {
	background-color: #ECEEEF;
	padding: 30px 20px;
}

.checkout-billing-body .next-steps {
	margin-top: 40px;
}

.checkout-billing-body .next-steps p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0;
	margin-top: 30px;
}

.checkout-billing-body .summary-store {
	margin-top: 30px;
}

.checkout-billing-body .summary-store .store-details {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.checkout-billing-body .summary-store .store-image {
	width: 70px;
	height: 70px;
	cursor: pointer;
}

.checkout-billing-body .summary-store .store-image:after{
	position: relative;
	bottom: 28px;
	left: 45px;
	font-family: "Font Awesome 5 Light";
	font-size: 20px;
	content: "\f00e";
	width: 24px;
	height: 24px;
	color: #fff;
}

.checkout-billing-body .summary-store .store-image img {
	width: 100%;
	height: 100%;
}

.checkout-billing-body .summary-store .store-address div[class*='col-'] h4 {
	font-weight: 700;
	margin-bottom: 10px;
}

.checkout-billing-body .summary-store .store-address p.address {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 18px;
}

.checkout-billing-body .summary-store .store-address .opening-times {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 14px;
	line-height: 22px;
}

.checkout-billing-body .summary-store .store-address .store-contact-details {
	font-size: 14px;
	line-height: 24px;
}

.checkout-billing-body .summary-store .store-contact-details span:first-of-type {
	font-weight: 700;
	min-width: 50px;
	display: inline-block;
}

.checkout-billing-body .summary-store .store-map {
	margin-top: 40px;
	margin-bottom: 30px;
}

.checkout-billing-body .summary-store .store-map #map_canvas_store {
	height: 300px;
}

.checkout-billing-body .information-banner {
	padding: 20px;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	background-color: #F8485E;
	text-align: center;
	margin-top: 40px;
}

.checkout-billing-body .information-banner p {
	margin-bottom: 0;
}

@media(min-width: 768px){
	
	.checkout-billing-body .checkout-box{
		width: 738px;
		margin-left: auto;
		margin-right: auto;
	}
	.checkout-billing-body .checkout-box h1{
		text-align: center;
		font-size: 30px;
	}
}
@media(max-width: 767px){
	.checkout-billing-body > .container.rem-pad {
		padding-left: 0;
		padding-right: 0;
	}
	.checkout-billing-body .checkout-box h1{
		font-size: 26px;
		/* margin-left: 30px;
		margin-right: 30px; */
	}

	.checkout-billing-body {
		background-color: #FFF;
	}

	.checkout-billing-body .checkout-box .back-to-basket {
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.checkout-billing-body .content-header {
		/* margin-left: 30px;
		margin-right: 30px; */
	}

	.checkout-billing-body .content-header.nopad {
		margin-left: 0;
		margin-right: 0;
	}

	.checkout-billing-body .content.nopad {
		padding-left: 0;
		padding-right: 0;
	}

	.checkout-billing-body .content .order-summary-item .summary-item-price {
		padding-right: 20px;
	}

	.checkout-billing-body .summary-store .store-address div[class*='col-']:not(:first-of-type) {
		margin-top: 40px;
	}

	.checkout-billing-body .payment-success-header .info-text {
		max-width: 100%;
	}

	.checkout-billing-body .payment-success-header .info-img img {
		height: 100%;
		right: 20px;
		opacity: 0.1;
	}

	.checkout-billing-body .payment-success-header h1 {
		margin-bottom: 10px;
	}

	.checkout-billing-body .payment-success-header {
		margin-top: 10px;
	}

	.checkout-billing-body .content {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width:767px){
	/* Checkout */
	.rb-total-tr .rb-td-right{
		width:50%;
		text-align:right;
	}
	.rb-total-td{
		width:50%;
		margin:0;
	}
	.rb-td-right.responsive,
	.rb-td,
	.rs-narrow{
		width:15%;
	}
	#finalreview .rb-product,
	.rb-product{
		width:40%;
	}
	.checkout-review-side{
		width:100%;
		padding:0;
	}

	#checkoutDeliveryForm .form-section-content {
		margin-bottom: 40px !important;
	}
}
@media screen and (max-width:580px){
	.address-form-label{
		width:100%;
		margin:0 0 10px 0;
	}
	.address-form-input{
		width:70%;
	}
}

@media screen and (max-width: 420px) {
	.checkout-billing-body .checkout-box .checkout-steps .step {
		padding: 12px 35px;
	}

	.checkout-billing-body .checkout-box .checkout-steps-multi .step {
		padding: 12px 20px;
	}
}

/*Tapi Basket*/
/*basket global*/
.tapi-basket{
	margin-top: 45px;
	margin-bottom: 60px;
}
.tapi-basket-top{
	margin-bottom: 20px;
}
@media(min-width: 992px){
	.tapi-basket-top .small-text{
		margin-top: 16px;
		display: block;
	}
}
@media(max-width: 991px){
	.tapi-basket-top{
		margin-bottom: 30px;
	}
	.tapi-basket-top .small-text{
		margin-top: 14px;
		display: block;
	}
}

.basket-help-text{
	font-size: 14px;
	line-height: 22px;
}

/*basket sub-basket*/
.basket-subbasket{
	margin-bottom: 40px;
}
.basket-subbasket .basket-help-text a{
	font-weight: 500;
}

/*basket lines*/
.tapi-basket .basket-lines-head{
	margin-bottom: 30px;
	padding: 12px 20px;
}
.tapi-basket .basket-lines-head.collection{
	background-color: #00A3E0;
	color: #fff;
}
.tapi-basket .basket-lines-head.delivery{
	background-color: #FF7F32;
	color: #fff;
}

.tapi-basket .basket-lines-head .title{
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
}
.tapi-basket .basket-lines-head .title.large{
	font-size: 18px;
}


.tapi-basket .basket-line{
	margin-bottom: 20px;
	border-width: 2px 2px 2px 0;
	border-style: solid;
	border-color: #ECEEEF;
}

.tapi-basket .basket-line .main-product{
	padding: 20px;
}
.tapi-basket .basket-line .main-product.collection{
	border-left: 4px solid #00A3E0;
}
.tapi-basket .basket-line .main-product.delivery{
	border-left: 4px solid #FF7F32;
}

.tapi-basket .basket-line .col-image{
	width: 110px;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.tapi-basket .basket-line .col-product{
	width: calc(100% - 110px);
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.tapi-basket .basket-line .col-image .image{
	width: 80px;
	height: 80px;
}
.tapi-basket .basket-line .col-image .image img{
	height:100%;
	object-fit:cover;
	width:100%;
	object-position: 50% bottom;
}


.tapi-basket .basket-line .mini-link-buttons{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 0;
}

.tapi-basket .basket-line .name, .tapi-basket .basket-line .name a{
	font-size:18px;
	line-height: 26px;
	font-weight: 700;
	text-decoration: none;
}
.tapi-basket .basket-line .name.small, .tapi-basket .basket-line .name.small a{
	font-size: 16px;
	line-height: 24px;
}
.tapi-basket .basket-line .price{
	font-size: 16px;
	line-height: 24px;
}
.tapi-basket .basket-line .price.line-through{
	text-decoration: line-through;
}
.tapi-basket .basket-line .price.current-price{
	color: #E50944;
	font-weight: 700;
}
.tapi-basket .basket-line .percentage-off{
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
}
.tapi-basket .basket-line .offer-text{
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	color: #E50944;
}
.tapi-basket .basket-line .or-box{
	border: 1px solid #E50944;	
	padding: 5px;
	margin-top: 10px;
	position: relative;
}
.tapi-basket .basket-line .or-box:after{
	content: 'or';
	width: 35px;
	height: 14px;
	background-color: #fff;
	position: absolute;
	top: -7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);

	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #E50944;
}
.tapi-basket .basket-line .quantity{
	font-size: 16px;
	line-height: 24px;
}
.tapi-basket .basket-line .subtotal{
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}

.tapi-basket .basket-line .offer-box{
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	background-color: #E50944;
	border: 1px solid #E50944;
	padding: 12px 20px;
	margin-top: 20px;
}
.tapi-basket .basket-line .offer-box.completed{
	color: #E50944;
	background-color: transparent;
}

.tapi-basket .basket-line .mobile-data{
	padding: 5px 0;
}
.tapi-basket .basket-line .mobile-data .mobile-data-line{
	padding: 15px 0;
	font-size: 14px;
	line-height: normal;
}
.tapi-basket .basket-line .mobile-data .mobile-data-line:not(:last-child){
	border-bottom: 1px solid #D9DDE0;
}
.tapi-basket .basket-line .mobile-data .mobile-data-line .mobile-title{
	font-weight: 700;
}

@media(max-width: 991px){
	.tapi-basket .basket-line .row-main{
		margin-right: -10px;
		margin-left: -10px;
	}
	.tapi-basket .basket-line .row-main > div[class*="col-"]{
		padding-left: 10px;
		padding-right: 10px;
	}
	.tapi-basket .basket-line .col-image{
		width: 60px;
	}
	.tapi-basket .basket-line .col-product{
		width: calc(100% - 60px);
	}
	.tapi-basket .basket-line .offer-box{
		margin-bottom: 20px;
		margin-top: 0;
	}
	.tapi-basket .basket-line .col-image .image{
		width: 40px;
		height: 40px;
	}
}

/*basket lines - add-ons*/
.tapi-basket .add-ons-products{

}

.tapi-basket .add-ons-products.cyo-products{
	background-color: #F6F9F4;
	border-left: 4px solid #4c8c2b;
}
.tapi-basket .add-ons-products.ft-products{
	background-color: #FFFBF4;
	border-left: 4px solid #f6b333;
}

.tapi-basket .add-ons-products .add-ons-head{
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	padding: 10px 0;
	margin: 0 20px;
	cursor: pointer;
	position: relative;
}
.tapi-basket .add-ons-products .add-ons-head:after{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	font-size: 30px;
	font-weight: 400;
}
.tapi-basket .add-ons-products .add-ons-head.opened:after{
	content: "\2013";
}
.tapi-basket .add-ons-products .add-ons-head.closed:after{
	content: "\002B";
}
.tapi-basket .add-ons-products.cyo-products .add-ons-head:after{
	color: #4c8c2b;
}
.tapi-basket .add-ons-products.ft-products .add-ons-head:after{
	color: #f6b333;
}

.tapi-basket .add-ons-products .add-ons-lines{
	padding: 0 20px;
}
.tapi-basket .add-ons-products .add-ons-lines .add-ons-line{
	padding-bottom: 20px;
}
.tapi-basket .add-ons-products .add-ons-lines .add-ons-line:not(:first-child){
	border-top: 1px solid #D9DDE0;
	padding-top: 20px;
}
.tapi-basket .add-ons-products.cyo-products .add-ons-lines .add-ons-line:first-child{
	padding-top: 30px;
	border-top: 1px solid #C9DDBF;
}
.tapi-basket .add-ons-products.ft-products .add-ons-lines .add-ons-line:first-child{
	padding-top: 30px;
	border-top: 1px solid #FBE1AD;
}

/*basket summary*/
.tapi-basket .basket-summary{
	margin-bottom: 40px;
}
.tapi-basket .basket-summary .head{
	padding: 12px 20px;
	background-color: #425363;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
}
.tapi-basket .basket-summary .summary-box{
	background-color: #ECEEEF;
	padding: 15px 30px;
}
.tapi-basket .basket-summary .summary-box:not(:last-child){
	border-bottom: 1px solid #A2B0BA;
}
.tapi-basket .basket-summary .summary-box .title{
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	padding-top: 15px;
}
.tapi-basket .basket-summary .summary-box .summary-line{
	border-bottom: 1px solid #D9DDE0;
	padding: 15px 0;
	font-size: 14px;
	line-height: 16px;
}
.tapi-basket .basket-summary .summary-box .summary-line.summary-subtotal{
	font-weight: 700;
	border: 0;
}
.tapi-basket .basket-summary .summary-box .summary-line.summary-total{
	font-weight: 700;
	font-size: 18px;
	border: 0;
	padding-bottom: 30px;
}
.tapi-basket .basket-summary .summary-box .summary-line .very-small-text{
	font-size: 10px !important;
	line-height: 14px;
	margin-top: 10px;
}
.tapi-basket .basket-summary a.button.yella{
	color: #425363;
	font-size: 14px;
	line-height: 18px;
	padding: 16px 10px;
	font-weight: bold;
	min-height: 50px;
	margin-bottom: 15px;
}
@media(min-width: 992px){
	.tapi-basket .basket-line .subtotal{
		text-align: right;
	}
}
@media(max-width: 991px){
	.tapi-basket .basket-lines-head{

	}
	.tapi-basket .basket-line .mini-link-buttons{
		display: none;
	}
}

/*basket empty*/
.tapi-basket .basket-empty{
	background-color: #BBDDE6;
	padding: 40px 30px 40px 180px;
	margin-bottom: 60px;

	position: relative;
	margin-top: 40px;
}
.tapi-basket .basket-empty .robot{
	position: absolute;
	top: -20px;
	
}
.tapi-basket .basket-empty h2{
	font-weight: 700;
	margin-bottom: 20px;
}

@media(min-width: 768px){
	.tapi-basket .basket-empty .robot{
		left: 20px;
		width: 130px;
	}
}
@media(max-width: 767px){
	.tapi-basket .basket-empty{
		padding: 80px 30px 40px;
		text-align: center;
		margin-top: 45px;
	}
	.tapi-basket .basket-empty .robot{
		left: 50%;
		width: 60px;

		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.tapi-basket .basket-empty h2{
		font-size: 22px;
	}
}

.tapi-basket .basket-shop-box{
	margin-bottom: 30px;
}
.tapi-basket .basket-shop-box a, .tapi-basket .basket-shop-box a:hover{
	text-decoration: none;
}
.tapi-basket .basket-shop-box .block-cta{
	background-color: #425563;
	color: #fff;
	font-size: 16px;
	line-height: normal;
	font-weight: 700;
	text-align: center;
	padding: 12px 15px;
}
.tapi-basket .basket-shop-box .block-cta:hover{
	filter: brightness(95%);
}

/* Checkboxes */
#checkoutDeliveryForm .form-section-content .cm-checkbox label {
	line-height: 30px;
	font-weight: 300;
	padding: 0;
}
#checkoutDeliveryForm .form-section-content .cm-checkbox:not(:last-of-type) label {
	padding-bottom: 15px;
}
.cm-checkbox label:after {
	content: '';
	display: table;
	clear: both;
}
  
.cm-checkbox .cr {
	position: relative;
	display: inline-block;
	border: 2px solid #D9DDE0;
	border-radius: .25em;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 20px;
	transition: background 0.2s, border 0.2s;
}
  
.cm-checkbox .cr .cr-icon {
	position: absolute;
	font-size: 14px;
	line-height: 0;
	top: 50%;
	left: 30%;
	color: #425363;
	font-weight: 500;
}
  
.cm-checkbox label input[type="checkbox"] {
	display: none;
}
  
.cm-checkbox label input[type="checkbox"]+.cr>.cr-icon {
	opacity: 0;
}
  
.cm-checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
	opacity: 1;
}

.cm-checkbox label input[type="checkbox"]:checked+.cr {
	background: #F6B333;
	border: 2px solid #F6B333;
}
  
.cm-checkbox label input[type="checkbox"]:disabled+.cr {
	opacity: .5;
}

#checkoutDeliveryForm .form-section-title {
	margin-bottom: 30px;
}

#checkoutDeliveryForm .form-section-content {
	margin-bottom: 60px;
}

#checkoutDeliveryForm .delivery-hint {
	display: flex;
	margin-top: 10px;
}

#checkoutDeliveryForm .delivery-hint p {
	margin-bottom: 0;
	font-size: 14px;
}

#checkoutDeliveryForm .delivery-hint p.hint-icon {
	margin-right: 10px;
	line-height: 26px;
	font-size: 16px;
}

#checkoutDeliveryForm .delivery-price-old {
	text-decoration: line-through;
}

#checkoutDeliveryForm .delivery-price-new {
	color: #E50944;
}

#checkoutDeliveryForm #deliveryDifferentAddress {
	margin-top: 40px;
}

#checkoutDeliveryForm #deliveryDifferentAddress button#details_postcode_lookup {
	background-color: #425363;
}

#checkoutDeliveryForm #deliveryDifferentAddress .address-search-control {
	margin-top: 20px;
	font-size: 14px;
}

@media(max-width: 991px){
	#checkoutDeliveryForm .form-group label{
		padding-top: 7px;
	}
}
/* Reserve Basket Jump To - start */
.sticky-pass-button-basket-mobile-wrp, 
.sticky-pass-button-basket-mobile-wrp.passed,
.tapi-basket-with-jumptosummary .sticky-pass-button-basket-mobile-wrp, 
.tapi-basket-with-jumptosummary .sticky-pass-button-basket-mobile-wrp.passed{
	display: none;
}
@media(max-width: 767.99px){
	.tapi-basket-with-jumptosummary .basket-subbasket .red{
		color: #4C8932;
	}
	.tapi-basket-with-jumptosummary .sticky-pass-button-basket-mobile-wrp{
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: hsla(0,0%,97.6%,.95);
		padding: 20px 15px;
		z-index: 10;
	}
	.tapi-basket-with-jumptosummary .sticky-pass-button-basket-mobile-wrp a{
		color: #425363;
		margin-bottom: 0 !important;
		font-size: 14px;
		line-height: 16px;
		font-weight: 400;
	}
}
/* Reserve Basket Jump To - end */