:root {
	--dark-yellow: #FFD119;
	--main-color-1: #43AC80;
}

body {
    overflow: auto;
	overflow-x: hidden;
	background: #F7F7F7;
}

.flex-grow-1 {
	flex-grow: 1;
}

.max-width {
    margin: 0 auto;
    max-width: 1366px;
}

#cart a:not(.btn) {
	color: #000;
	text-decoration: underline;
}

#cart a:hover {
	text-decoration: none;
}

header {
    height: auto;
    background: white;
}

header.site-header {
    position: relative !important;
    z-index: 10;
    background: #E5E5E5;
}

header.site-header .header {
	max-width: 1140px;
}

header.site-header .header nav.navbar {
	padding-left: 0;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}


.navbar-brand {
    position: relative;
    background: var(--white);
    width: 200px;
    text-align: left;
    padding: 15px 0 10px;
    -webkit-box-flex: 0!important;
    -ms-flex: none!important;
    flex: none!important;
}

.navbar-brand img {
    position: relative;
    z-index: 10;
}

#page-wrapper {
    background-color: #FFF;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}

.row-header {
    background: #E5E5E5;
    padding: 1px 0;
}

.row-header > div {
    background: #E5E5E5;
    border-bottom: 2px solid #FFF;
    padding: 65px 0 25px 0;
}

.row-header h1 {
    font-size: 1.6em !important;
    margin: 0;
	color: #333;
}


#header-wizard {
	background: #1A1A1A;
	color: #FFF;
	display: flex;
	flex-direction: row;
	height: 50px;
	font-weight: 700;
}

#header-wizard > div {
	padding: 0 20px 0 35px;
	position: relative;
	display: flex;
	align-items: center;
}

#header-wizard > div:first-child {
	padding-left: 0;
}

#header-wizard > div:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    width: 1000px;
    left: -1000px;
    height: 100%;
    z-index: 1;
    background-color: #1A1A1A;
}

#header-wizard > div:first-child::after {
    content: '';
	position: absolute;
	z-index: 3;
	top: 0;
	right: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 15px;
	border-color: transparent transparent transparent #1A1A1A;
}

#header-wizard > div:nth-child(2) {
    background-color: #404040;
}

#header-wizard > div:nth-child(2)::after {
    content: '';
	position: absolute;
	z-index: 3;
	top: 0;
	right: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 15px;
	border-color: transparent transparent transparent #404040;
}



#header-wizard > div:last-child {
    background-color: #616161;
}

#header-wizard > div:last-child::before {
    content: '';
    position: absolute;
    top: 0;
    width: 2000px;
    right: -2000px;
    height: 100%;
    z-index: 1;
    background-color: #616161;
}

#cart .cart-item {
	border: 1px solid #BFBFBF !important;
	background: #E8E8E8;
}

.cart-item-name .h5 {
    font-weight: 700;
    font-size: 1em;
    margin: 0;
}

.cart-item-name .h5 a {
	color: #1A1A1A !important;
}

#cart {
    font-size: 18px;
    margin: 0 auto 50px;
}

#cart .col-price span {
	display: block;
}

#cart .col-price del {
	width: 100px;
	display: inline-block;
}

.badge.badge-savings {
	background-color: #E84444;
	color: #FFF;
	border-radius: 0 30px 30px 0;
	text-transform: uppercase;
	font-size: 12px !important;
	font-weight: 800;
	display: inline-block;
	padding: 8px 15px;
	margin: 0;
	float: right;
}

#cart-summary {
	position: relative;
	font-size: .9em;
	font-weight: 400;
	border-left: 1px solid #B2B2B2;
	min-height: 800px;
}

#cart hr {
	background: #000;
}

.btn {
    font-size: 15px !important;
    font-weight: 700;
    height: 50px;
    line-height: 30px;
    cursor: pointer;
    display: inline-flex;
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 0;
}

.btn:hover {
	opacity: .8
}

.btn.proceed {
    position: relative;
    border-radius: 2px !important;
    border: 1px solid #808080 !important;
    background-color: var(--dark-yellow) !important;
    color: #333;
    padding: 5px 20px;
    height: auto;
    width: 100%;
}

#cart .btn.proceed:not(.no-arrow)::after {
	content: '\f3d3';
	font-family: 'IonIcons';
	position: absolute;
	right: 15px;
}

#cart .btn.proceed.pif::after {
	content: '';
}

#cart .btn.proceed-grey {
	border: none !important;
	border-radius: 0 !important;
	color: #FFF;
	background-color: #404040 !important;
	max-width: 200px;
}

#cart .paypal {
    background-color: #FFC439 !important;
    display: block;
    padding: 10px 15px;
    color: #000;
    font-size: 1em;
    font-weight: 400;
    text-decoration: none !important;
    border-radius: 5px;
    height: 50px;
}



input.form-control {
	background: #FFF;
	font-size: 1em;
	font-weight: 600;
	height: 50px;
	border: 1px solid #BFBFBF;
	border-radius: 0;
	text-transform: initial;
}

select.form-control {
    background: #FFF;
    font-size: 1em;
    font-weight: 600;
    height: 50px !important;
    border: 1px solid #BFBFBF;
    border-radius: 0;
    font-weight: 600 !important;
    font-size: .8em !important;
    padding-left: 10px;
}


.datepicker {
    padding-left: 10px !important;
}

.datepicker + .input-group-addon {
    position: absolute;
    right: 0;
    margin: 0;
    font-size: 1.4em;
    color: #2C70B7;
    z-index: 10 !important;
    background: transparent;
    border: 0;
    padding: 0 20px;
    height: 50px;
}

.card-grey {
	background: #EAEAEA;
	border: 0;
	border-radius: 0;
	margin-bottom: 10px !important;
}

.accordionOffers.accordion .card {
	background: #EAEAEA;
	border: 0;
	border-radius: 5px;
	margin-bottom: 10px !important;
	font-size: 14px;
}

.accordionOffers.accordion .card-header {
	padding: 0;
}

.accordionOffers.accordion button {
    position: relative;
    border: none;
    border-radius: 2px;
    text-align: left;
    background: var(--main-color-1);
    color: #000 !important;
    text-decoration: none !important;
    padding: 20px;
    width: 100%;
    font-weight: 400;
    display: flex;
    height: auto;
    line-height: 1.4em;
}

.accordionOffers.accordion button::after {
    content: '\f123';
    font-family: 'IonIcons';
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: inline-flex;
    vertical-align: middle;
    margin-right: 0;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #000;
    line-height: 0;
    text-indent: 1px;
    margin-right: 10px;
    right: 35px;
    top: 20px;
}

.accordionOffers.accordion button.collapsed::after {
    content: '\f126';
}

.accordionOffers.accordion button:hover {

}

table.small {
    font-size: 14px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

table.small tbody tr:first-child td {
	border-top: none;
}

table.small th, table.small td {
	border-color: #000;
	padding: 10px 0;
}

table.small td:last-child {
}

table.small tfoot td {
	font-weight: 700;
	border: 0;
	padding-top: 20px;
	font-size: 1.1em;
}


#mobile-summary {
    padding: 15px 15px;
    background: var(--main-color-1);
    color: #000;
    font-size: .9em;
    /* font-weight: 700; */
    margin: 0 -15px 25px -15px;
    padding: 20px;
}


#instalmentsModal .message {
	font-weight: 600;
	line-height: 1.2em;
	text-align: center;
}

.modal, .modal-dialog, .modal-content {
	border-radius: 0;
	border: 0;
}

.modal-dialog {
	border: 1px solid #000;
}

.modal-content {
	background: #EAEAEA;
}

.modal-dialog.modal-mid {
    max-width: 550px;
}

.modal-dialog.modal-mid .modal-header {
	border: 0;
}

.modal-dialog.modal-mid .modal-header .close {
    font-size: 2.5rem;
    font-weight: 300;
}


.text-red {
	color: #E84444;
}

.text-strikethrough {
	text-decoration: line-through;
}

.btn-sm {
    font-size: .8em;
    line-height: 20px;
}



#discode::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

#discode:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

#discode::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

#discount_form span {
	font-size: .9em;
}

#discount-container .input-group {
    display: inline-flex;
    width: 100%;
    max-width: 350px;
    font-size: 14px;
    text-transform: uppercase;
	justify-content: flex-end;
}

#discount-container .input-group-btn {
    font-size: 1em;
}

#discount-container .input-group > div {
    width: 100%;
}

#discount-container .input-group input {
    max-width: 100% !important;
    margin: 0 !important;
    height: 100%;
    padding: 10px 15px;
    border: 0;
    background: #D9D9D9;
}

#discount-container .input-group .btn {
    height: 100% !important;
    padding: 0 20px;
    /* text-transform: uppercase; */
    background-color: #333 !important;
    border: 0;
}

#discount-container .input-group .btn.remove-discount {
	background-color: transparent !important;
	color: #404040 !important;
	text-transform: initial !important;
	text-decoration: underline;
}

#discount-container .input-group i {
    top: 9px !important;
}

.continue-shopping {
	font-size: .9em;
	font-weight: 400;
	color: #000;
	margin-bottom: 0 !important;
}

.continue-shopping a, #mmLink {
    font-size: .9em;
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}

#cart .mmWrapping {
	text-align: right;
}






form.delete .remove {
    padding: 0;
    font-size: .75em;
    text-decoration: underline;
    color: #000;
    font-weight: 400;
    height: auto;
}

footer {
	display: block !important;
	background: #262626;
	margin: 0;
	color: #FFF;
	padding: 40px 0;
}

footer a {
	color: #FFF;
	font-weight: 600;
	margin: 5px;
	white-space: nowrap;
}

footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.available-from {
	font-size: .9em;
}

#termsIframe {
	border: 1px solid #BFBFBF;
	width: 100%;
	height: 400px;
}

.criteria-review {
    margin: 0 -30px;
}

.criteria-review .collapse {
    background: #EAEAEA;
}

.criteria-review > a {
	position: relative;
	display: block;
	text-align: left;
	background: #D9D9D9;
	color: #000;
	border: 0;
	font-weight: 600;
}

.criteria-review > a::after {
	content: '\f126';
	font-family: 'IonIcons';
	position: absolute;
	right: 30px;
	font-size: 1.4em;
}

.criteria-review > a.collapsed::after {
	content: '\f123';
}

.criteria-review .card-block {
	padding: 30px !important;
}

[class*=icheck-]>input:first-child+input[type=hidden]+label::before, [class*=icheck-]>input:first-child+label::before {
    background: #FFF;
}


.invalid-feedback {
	display: none;
    color: #D43232;
    padding: 5px 0;
    font-size: .85em;
    font-weight: 600;
}

.invalid-feedback::before {
    content: '!';
    border: 2px solid #D43232;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: .8em;
    font-weight: 700;
    text-align: center;
    text-indent: 1px;
	margin-right: 3px;
}

.with_errors input, .with_errors select {
	border: 1px solid #D43232
}
.with_errors .invalid-feedback {
	display: block;
}

.with_errors .input-group-addon {
    color: #D43232;
}

#snap-uk-sdk-otp-modal-send-code {
	z-index: 20;
}


.font-weight-100 { font-weight: 100; }
.font-weight-200 { font-weight: 200; }
.font-weight-300 { font-weight: 300; }
.font-weight-400 { font-weight: 400; }
.font-weight-500 { font-weight: 500; }
.font-weight-600 { font-weight: 600; }
.font-weight-700 { font-weight: 700; }
.font-weight-800 { font-weight: 800; }
 
.text-x1 { font-size: 1.1em; }
.text-x2 { font-size: 1.2em; }
.text-x3 { font-size: 1.3em; }
.text-x4 { font-size: 1.4em; }
.text-x5 { font-size: 1.5em; }
.text-x6 { font-size: 1.6em; }
.text-x7 { font-size: 1.7em; }
.text-x8 { font-size: 1.8em; }
.text-x9 { font-size: 1.9em; }
.text-x10 { font-size: 2em; }
.text-x11 { font-size: 2.1em; }
.text-x12 { font-size: 2.2em; }
.text-x13 { font-size: 2.3em; }
.text-x14 { font-size: 2.4em; }
.text-x15 { font-size: 2.5em; }
.text-x16 { font-size: 2.6em; }
.text-x17 { font-size: 2.7em; }
.text-x18 { font-size: 2.8em; }
.text-x19 { font-size: 2.9em; }
.text-x20 { font-size: 3em; }





@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}

	.site-header .navbar {
		padding: 10px;
	}

	.navbar-brand {
		padding: 0;
	}

	.navbar-brand:after {
		border-width: 20px 45px 0;
		bottom: -20px;
	}

	.navbar-brand img {
		max-height: 35px;
	}


	#cart {
		font-size: 15px;
	}

	#cart-summary {
		border: none;
		min-height: 0;
	}

	.summary-heading {
		font-size: 1.3em;
		font-weight: 700;

	}

	.row-header h1 {
		font-size: 1.3em !important;
		font-weight: 700 !important;
	}

	.row-header > div {
		background: #E5E5E5;
		border-bottom: 2px solid #FFF;
		padding: 20px 0 20px 0;
	}

	#cart .cart-item {
		font-size: 14px;
	}

	#header-wizard > div {
		padding: 0 10px 0 35px;
	}

	.badge.badge-savings {
		border-radius: 0 20px 20px 0;
		text-transform: uppercase;
		font-size: 11px !important;
		font-weight: 800;
		padding: 4px 10px;
		height: 20px;
	}

	.form-group {
		margin-bottom: .2rem;
	}


	.card-grey:not(.ignore), .card-grey:not(.ignore) .card-block {
		padding: 0 !important;
		background: transparent;
	}

	.criteria-review > div {
		padding: 15px;
		background: #EAEAEA;
	}


	footer {
		padding: 50px 0 20px 0;
	}

	table.small {
		font-size: 1em;
	}

	select.form-control {
		height: 40px !important;
		padding: 10px 6px;
	    font-size: 1em !important;

	}



	input.form-control {
		height: 40px;
		line-height: 1em;
		padding: 10px 10px;
	}

	.form-group {
		margin-bottom: 10px;
	}

	.form-group label {
		font-weight: 600 !important;
		padding-left: 0;
		margin-bottom: 5px;
	}

	.form-control.datepicker {
		padding: 10px !important;
	}

	.hasDatePicker .input-group-addon {
		margin: 5px 20px;
	}

	.btn.proceed {
		max-width: 100% !important;
	}

	.available-from {
		font-size: .8em;
	}

	footer {
		padding: 40px 20px;
	}

	.criteria-review {
		margin: 0 -15px;
	}

	.criteria-review > a {
		padding-left: 15px;
		padding-right: 15px;
	}

	.criteria-review > a::after {
		right: 15px;
	}

	.criteria-review .card-block {
		padding: 15px !important;
	}
}