body {
	background-color: #ffffff;
	color: #444444;
	font-family: "Montserrat", sans-serif, Arial, Verdana, Helvetica;
	font-size: 1rem;
	margin: 0px;
    padding: 0px;
}

#skip-navigation{
	height:0px;	
	overflow: hidden; 
}

#wrapper-header{
	background-color: #ffffff;
	border-bottom: 1px solid #222222;
	width: 100%;
}

.wrapper-inner{
    max-width: 1400px;
    margin: 0 auto;
}

.wrapper-inner-large{
    max-width: 1600px;
    margin: 0 auto;
}

#preview, #preview-admin{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:2001;
}	
#preview p, #preview-admin p{
	background-color:#0000FF;
	color:#FFFFFF;
	margin:0px;
	padding:8px;
	font-size:14px;
	font-weight:bold;
}
#preview-admin p{
	background-color:#333333;
}

/** ------------------------------------------------------ **/
/** ------------------- global styles -------------------- **/
a, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	color: inherit;
	text-decoration: underline;
}

.btn-grey, .btn-grey:hover, a.btn-grey, a.btn-grey:visited, a.btn-grey:hover, a.btn-grey:active, a span.btn-grey, a span.btn-grey:visited, a span.btn-grey:hover, a span.btn-grey:active, span.btn-grey a, span.btn-grey a:visited, span.btn-grey a:hover, span.btn-grey a:active {
	background-color: #363636;
	border-radius: 0.5rem;
	color: #ffffff;
	text-decoration: none;
}

.btn-red, .btn-red:hover, a.btn-red, a.btn-red:visited, a.btn-red:hover, a.btn-red:active, a span.btn-red, a span.btn-red:visited, a span.btn-red:hover, a span.btn-red:active, span.btn-red a, span.btn-red a:visited, span.btn-red a:hover, span.btn-red a:active {
	background-color: #860d00;
	border-radius: 0.5rem;
	color: #ffffff;
	text-decoration: none;

}
.red-text {
	color: #860d00;
}

.form-control {
	border-radius: 0px !important;
}

.card {
	border-radius: .75rem;
}

.card-body {
	padding-inline: 2rem;
}

.four-column-cards .card {
	height: 100%;
}

.four-column-cards .card-body {
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.four-column-cards .card-title {
	line-height: 1.3;
	min-height: 2.6em;
	margin-bottom: 0;
}

.four-column-cards .card-text {
	flex-grow: 1;
}

.card-body p {
	line-height: 1em;
}

.four-column-cards a.btn, .four-column-cards a.btn:visited, .four-column-cards a.btn:hover, .four-column-cards a.btn:active {
	display: inline-flex;
	align-items: center;
}
.four-column-cards a.btn::after {
	content: "";
	background-image: url("/images/button-arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 10px;
	height: 15px;
	margin-left: 8px;
	vertical-align: middle;
}

.btn.disabled, .btn:disabled {
	cursor: not-allowed;
}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/

#header_graphic{
	position:relative;
	z-index:500;
}


/** ------------------------------------------------------ **/
/** -------------------navigation ------------------------ **/

#navigation ul {
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
	list-style: none;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
}
#navigation ul li {
	line-height:1.4em;
	padding: 0px;
	margin: 0px;
	position: relative; 
}
#navigation ul li a, #navigation ul li a:visited {
	background-color: transparent;
	color: #444444;
	display: block;
	float: left;
	font-weight:600;
	font-size: 1.125rem;
	line-height: 1.5;
	padding-left: 0.75rem;
	padding-right:0.75rem;
	padding-top:0.5rem;
	padding-bottom: 0.5rem;
	text-decoration: none;
}
#navigation ul li a:hover, #navigation ul li a:active {	
	color: #860d00;	
}

.nav-last {
	padding-right:0px !important;
}

#navigation ul li .sub {	
	padding: 0px;
	margin: 0px;
	position: absolute;
	z-index: 500;
	width: 300px;
	top: 35px;
    left: -9999px;
    padding-top: 20px;
	z-index: 2;
}

#navigation ul li .subNav { /* Style properties for the sub nav when it is displayed (the box which contains the sub nav links) */
	background-color: #860d00;
	border-radius: 1rem;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	float: left;
	color:#fff;
	margin: 0px;
	padding-top:0px;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 280px;
}

#navigation ul li.navSub:hover div { /* This is when the sub nav is displayed during the mouse hover */
	left: 0px;
}

#navigation ul li .subNav ul {
	display: block;
	float: left;
	padding-top: 0.5rem;
	width: 100%;
}

#navigation ul li .subNav ul li {
	line-height: 1em;
}

#navigation ul li .subNav ul li a, #navigation ul li .subNav ul li a:visited {
	color:#FFFFFF;
	font-size: 1rem;
}

/** ------------------------------------------------------ **/
/** ------------------- footer --------------------------- **/
#wrapper-footer p, #wrapper-footer ul li, #wrapper-footer ul li a {
	font-size:0.875rem;
	font-weight:600;
}
#footer-notaries p{
	font-size:0.875rem;
	font-weight:500;
	text-align:center;
	margin:0px;
}

#wrapper-footer ul {
	list-style: none;
	padding: 0px;
}

#wrapper-footer ul li {
	line-height:2.3em;
	padding: 0px;
	margin: 0px; 
}

#wrapper-footer ul li a, #wrapper-footer ul li a:visited {
	color: #860d00;
	text-decoration: none;
}
#wrapper-footer ul li a:hover, #wrapper-footer ul li a:active {
	text-decoration: underline;
}

#footer-contact ul li a, #footer-contact ul li a:visited {
	color: #363636;
	text-decoration: none;
}
#footer-contact ul li a:hover, #footer-contact ul li a:active {
	text-decoration: underline;
}
/** ------------------------------------------------------ **/
/** ------------------- hero ----------------------------- **/
#homepage-hero {
	background-color: #f0f8fe;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

#homepage-hero-text {
	position: absolute;
	left: 10%;
	width: 60%;
}

#homepage-hero-text h1 {
	color: #363636;
	font-size: 3rem;
	font-weight: 700;
	line-height: 0.5em;
	margin:0px;
	padding:0px;
}

#homepage-hero-text h2 {
	color: #363636;
	font-size: 2.5rem;
	font-weight: 700;
	line-height:2.3em;
	margin:0px;
	padding:0px;
}

#homepage-hero-text ul {
	list-style: none;
	/* list-style-image: url('/images/list-check.png'); */
	padding: 0px;
	margin: 0px;
	margin-bottom: 1rem;
	/* padding-left: 2.5rem; */
}

#homepage-hero-text ul li {
	color: #363636;
	font-size: 1.5rem;
	font-weight: 500;
	line-height:1.8em;
	padding: 0px;
	margin: 0px;
}

/* #homepage-hero-text ul li::marker {
	content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23860d00' class='bi bi-check-lg' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'/></svg>");
} */

#homepage-hero-text ul li::before {
    content: "";
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23860d00' class='bi bi-check-lg' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'/></svg>");
    background-size: 2rem 2rem;
    background-repeat: no-repeat;
    display: inline-flex;
    width: 2rem;
    height: 1.5rem;
    margin-right: 0.5rem;
}

#homepage-hero-text ul li a, #homepage-hero-text ul li a:visited {
	color: #363636;
	font-size: 1.5rem;
	font-weight: 500;
	line-height:1.8em;
	padding: 0px;
	margin: 0px;
}

#homepage-hero-text ul li a:hover, #homepage-hero-text ul li a:active {
	color: #860d00;
	text-decoration: underline;
}

.hero-buttons {
	display: flex;
	gap: 1rem;
}

.hero-buttons a, .hero-buttons a:visited {
	border-radius: 0.5rem;
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 0.75rem 1.5rem;
	text-decoration: none;
}


/** ------------------------------------------------------ **/
/** ------------------- locations ------------------------ **/
#wrapper-locations {
	background-color: #860d00;
}

.location-row {
	border-bottom: 1px solid #ae5d54;
	padding-top: 16px;
	padding-bottom: 16px;
}

#wrapper-locations h2 {
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: 500;
	line-height:2.3em;
	margin:0px;
	padding:0px;
}


#wrapper-locations h3 {
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 600;
	line-height:2.3em;
	margin:0px;
	padding:0px;
}

#wrapper-locations p {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 500;
	line-height:2em;
	margin:0px;
	padding:0px;
}

#wrapper-locations a, #wrapper-locations a:visited {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
}
#wrapper-locations a:hover, #wrapper-locations a:active {
	text-decoration: underline;
}

#divMapCanvas {
	height: 300px;
	margin-bottom: 2rem;
	width: 100%;
	border: 0px;
}

.error {
	background-color: #fff;
	border-radius: 0.5rem;
	padding: 0.5rem;
	color: #ed1c24;
	font-size: 0.875rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

#form-button {
	display: inline-flex;
	align-items: center;
}

#form-button::after {
	content: "";
	background-image: url("/images/button-arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 10px;
	height: 15px;
	margin-left: 8px;
	vertical-align: middle;
}

/** ------------------------------------------------------ **/
/** ------------------- testimonials --------------------- **/

#wrapper-testimonials {
	background-color: #e5e5e5;
}


/** ------------------------------------------------------ **/
/** ----------------------- basket  ---------------------- **/

.divBasketSnapshotItems {
	color:#860d00;
	font-weight: 600;
}

/***** START: SHOPPING BASKET RELATED *****/

div.tableBasket {
  width: 100%;
  margin-top: 20px;
}
div.tableBasket caption {
  display: none;
}
div.tableBasket div.basketCol1 {
  width: 1180px;
}
div.tableBasket div.basketCol2 {
  float: left;
  padding: 5px;
  padding-right: 10px;
  width: 490px;
}
* html div.tableBasket div.basketCol2 {
  width: 505px;
  w\idth: 490px;
}
div.tableBasket div.basketCol3 {
  float: left;
  padding: 5px;
  padding-right: 10px;
  width: 660px;
}
* html div.tableBasket div.basketCol3 {
  width: 675px;
  w\idth: 660px;
}
div.tableBasket div.basketCol6 {
  float: left;
  padding: 5px;
  padding-right: 10px;
  width: 161px;
}
* html div.tableBasket div.basketCol6 {
  width: 176px;
  w\idth: 161px;
}
div.tableBasket div.basketCol7 {
  float: left;
  padding: 5px;
  padding-right: 10px;
  width: 149px;
}
* html div.tableBasket div.basketCol7 {
  width: 164px;
  w\idth: 149px;
}
#basketUpdate {
  margin-left: 786px;
}
.totalRowMargin {
  margin-left: 325px;
}
#basketCheckout {
  float: right;
}
#coupon {
  width: 100px;
}

.basket-delivery {
  color: #30accf;
}

#address-fields,
#delivery-address-fields {
  display: none;
}

/** ------------------------------------------------------ **/
/** ----------------------- shop ------------------------- **/
.price {
	color: #860d00;
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 0px;
}

.custom-select {
	position: relative;
	border: 1px solid #4c4c4c;
	background-color: #ffffff;
	color: #4c4c4c;
	font-size: 0.825rem;
	padding: 8px 34px 8px 12px;
	min-height: 34px;
	width: 100%;
	max-width: 410px;
	box-sizing: border-box;
	cursor: pointer;
}
/* .custom-select:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #4c4c4c;
	transform: translateY(-40%);
} */
.custom-select .selected-value {
	line-height: 18px;
}
.custom-select.open:after {
	border-top: 0;
	border-bottom: 6px solid #4c4c4c;
}
.custom-select .options {
	font-size: 0.8em;
	position: absolute;
	left: -1px;
	right: -1px;
	top: 94%;
	background-color: #ffffff;
	border: 1px solid #4c4c4c;
	border-top: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 240px;
	overflow-y: auto;
	display: none;
	z-index: 1000;
}
.custom-select.open .options {
	display: block;
}
.custom-select .options li {
	padding: 4px 12px;
	cursor: pointer;
}
.custom-select .options li:hover {
	background-color: #f0f0f0;
}
.custom-select .options li.selected {
	background-color: #e6e6e6;
	font-weight: bold;
}

/* Product option steps (accordion) */
.product-step {
	border: 1px solid #d6d6d6;
	border-radius: 1rem;
	margin-bottom: 14px;
	background-color: #f3f3f3;
}
.product-step-header {
	border-radius: 1rem;
	position: relative;
	cursor: default;
	margin: 0;
	padding: 10px 40px 10px 12px;
	background-color: #f3f3f3;
	overflow: hidden;
}
.product-step h3 {
	position: relative;
	cursor: default;
	margin-bottom: 0px;
}
.product-step h3:after {
	content: "";
	background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23860d00' class='bi bi-plus' viewBox='0 0 16 16'><path d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/></svg>");
	background-repeat: no-repeat;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	font-weight: bold;
}
.product-step-open h3:after {
	content: "";
	background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23860d00' class='bi bi-dash' viewBox='0 0 16 16'><path d='M3 8a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 8z'/></svg>");
	background-repeat: no-repeat;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	font-weight: bold;
}
.product-step-content {
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	display: none;
	padding: 12px;
	border-top: 1px solid #d6d6d6;
	background-color: #ffffff;
}
.product-step-content-open {
	display: block;
}

#product-description {
	background-color: #860d00;
	color: #ffffff;
	padding: 2.5rem;
	border-radius: 1.75rem;
}

#product-description * {
	color: #ffffff;
}

#product-description p {
	font-size: 1rem;
	line-height: 1.5em;
}

#product-description ul li {
	font-size: 1rem;
	line-height: 1.5em;	
}

#addToBasket {
	display: inline-flex;
	align-items: center;
}

#addToBasket::after {
	content: "";
	background-image: url("/images/button-arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 10px;
	height: 15px;
	margin-left: 8px;
	vertical-align: middle;
}
.option-description-alert p {
	margin-bottom: 0px;
}

/*--------------- Secure ------------------------------
-----------------------------------------------------*/

#checkout-steps-container {
  border-top: 1px solid #b8c9d8;
  border-bottom: solid 1px #b8c9d8;
  margin-bottom: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  align-content: stretch;
}

.checkout-steps {
  display: flex;
  flex-grow: 1;
  padding-left: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.checkout-steps-odd {
  background-color: #860d00;
}

.checkout-steps-even {
  background-color: #ffffff;
}

.checkout-number {
  color: #fff;
  float: left;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2.5rem;
  width: 2.5rem;
}

.checkout-steps-even .checkout-number {
  color: #860d00;
}

.checkout-text {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

.checkout-steps-even .checkout-text {
  color: #860d00;
}

.checkout-text-single {
  padding-top: 9px;
}

#checkout-help-text {
  padding-left: 18px;
}

#forgotten-password {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-right: 10px;
  float: right;
  width: 150px;
}

#forgotten-password a,
#forgotten-password a:visited {
  color: #787878;
  text-decoration: none;
}

#forgotten-password a:hover {
  text-decoration: underline;
}

.headRightAlign {
  text-align: right !important;
  padding-right: 0px !important;
}

.back {
  background-color: #ff0033;
  float: left;
  text-align: center !important;
  width: 166px;
  height: 33px;
}

.aBack,
.aBack:visited {
  color: #ffffff !important;
  display: block;
  height: 33px;
  padding-top: 8px !important;
  text-decoration: none;
  width: 121px;
}

#return-home-btn, #return-home-btn:visited {
	color:#ffffff;
}

#formCheckout label,
#formCheckout {
  color: #000;
}

/***** START: SHOPPING BASKET RELATED *****/

div.tableBasket {
  width: 100%;
  margin-top: 20px;
}

div.tableBasket caption {
  display: none;
}

div.tableBasket div.basketCol1 {
  width: 976px;
}

div.tableBasket div.basketCol2 {
  float: left;
  padding: 5px;
  padding-right: 10px;
  width: 473px;
}

* html div.tableBasket div.basketCol2 {
  width: 488px;
  w\idth: 473px;
}

div.tableBasket div.basketCol3 {
  float: left;
  padding: 5px;
  padding-right: 10px;
  width: 297px;
}

* html div.tableBasket div.basketCol3 {
  width: 312px;
  w\idth: 297px;
}

div.tableBasket div.basketCol6 {
  float: left;
  padding: 5px;
  padding-right: 10px;
  width: 131px;
}

* html div.tableBasket div.basketCol6 {
  width: 146px;
  w\idth: 131px;
}

div.tableBasket div.basketCol7 {
  float: left;
  padding: 5px;
  padding-right: 10px;
  width: 109px;
}

* html div.tableBasket div.basketCol7 {
  width: 124px;
  w\idth: 109px;
}

#basketUpdate {
  margin-left: 582px;
}

.totalRowMargin {
  margin-left: 394px;
}

#basketCheckout {
  float: right;
}

#coupon {
  width: 100px;
}

#shopping-basket {
  display: contents;
}

#shopping-basket div.basket-column {
  float: left;
}

.text-navy {
  color: #1ab394;
}

.cart-product-imitation {
  text-align: center;
  /*padding-top: 30px;
  height: 80px;
  width: 80px;*/
  background-color: #f8f8f9;
}

.product-imitation.xl {
  padding: 120px 0;
}

.product-desc {
  padding: 20px;
  position: relative;
}

.ecommerce .tag-list {
  padding: 0;
}

.ecommerce .fa-star {
  color: #d1dade;
}

.ecommerce .fa-star.active {
  color: #f8ac59;
}

.ecommerce .note-editor {
  border: 1px solid #e7eaec;
}

table.shoping-cart-table {
  margin-bottom: 0;
}

table.shoping-cart-table tr td {
  border: none;
  text-align: right;
}

table.shoping-cart-table tr td.desc,
table.shoping-cart-table tr td:first-child {
  text-align: left;
}

table.shoping-cart-table tr td:last-child {
  width: 110px;
}

table.shoping-cart-table tr td.desc h3 {
  color: #860d00;
  font-size: 1.25rem;
}

table.shoping-cart-table tr td.desc h3 a,
table.shoping-cart-table tr td.desc h3 a:hover,
table.shoping-cart-table tr td.desc h3 a:visited {
  color: #860d00;
  text-decoration: none;
}

table.shoping-cart-table tr .basket-image img {
  max-width: 180px;
}

table.shoping-cart-table tr .basket-item-price span,
table.shoping-cart-table tr .basket-subtotal span {
  display: none;
}

h1.basket-page-heading {
  font-size: 3rem;
}

.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
  padding: 3px;
  background-color: #f3f3f3;
}

.ibox.collapsed .ibox-content {
  display: none;
}

.ibox:after,
.ibox:before {
  display: table;
}

.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 3px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px;
}

.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
}

.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}

.ibox a.btn-white,
.ibox a.btn-white:hover,
.ibox a.btn-white:visited {
  text-decoration: none;
}

table.shoping-cart-table tr td.desc p.small {
  font-size: 0.9rem;
  margin-bottom: 15px;
}


.ibox-content a.btn-danger,
.ibox-content a.btn-danger:visited,
.ibox-content a.btn-danger:hover {
  background-color: #ed1c24;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}

.ibox-content a.btn-success,
.ibox-content a.btn-success:visited,
.ibox-content a.btn-success:hover {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}

.ibox-content div.m-t-sm a,
.ibox-content div.m-t-sm a:visited,
.ibox-content div.m_t-sm a:hover {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}

.ibox-content div.m-t-sm a.btn-danger,
.ibox-content div.m-t-sm a.btn-danger:visited,
.ibox-content div.m_t-sm a.btn-danger:hover {
  background-color: #ed1c24;
  color: #fff;
  font-size: 1rem;
}

.basket-subtotal {
  font-size: 1.25rem;
  font-weight: 500;
}

#pdf-loading {
  display: none;
}

/***** START: CONFIRMATION BASKET RELATED *****/
div.shBasket {
	border: 1px solid #b8c9d8;
  margin-top: 20px;
  width: 100%;
  font-size: 1rem;
}


div.shBasket div.basketHeading > div {
  font-weight: 600;
  color: #860d00;
  border-bottom: 1px solid #b8c9d8;
  padding-bottom: 0.5rem;
}

div.shBasket div.productRow {
  border-bottom: 1px solid #b8c9d8;
  padding-top: 0.5rem;
}

div.shBasket .btn-danger {
  color: #fff;
}

div.shBasket div.basketCol2 {
  padding-left: 0.5%;
  padding-right: 1%;
  width: 48%;
}

div.shBasket div.basketCol3 {
  padding-left: 0.5%;
  padding-right: 1%;
  width: 30%;
}

div.shBasket div.basketCol4 {
  padding-left: 0.5%;
  padding-right: 1%;
  width: 23%;
}

div.shBasket h4 {
	font-size: 1.175rem;
	font-weight: 600;
	color:#860d00;
}

div.shBasket p, #customer-details p {
	font-size: 1rem;
	color:#444444;
	line-height: 1.5em;
}


/** ------------------------------------------------------ **/
/** --------- ShowHide Accordion Module -------------- **/

.moduleShow {
	cursor: pointer;
	transition: all 0.3s ease;
	user-select: none;
}

.moduleShow div span {
	font-size: 1.2rem;
	transition: transform 0.3s ease;
	position: absolute;
    top: 0;
    right: 0;
}
.moduleShowClosed div h3:after {
	content: "";
 	background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23860d00' class='bi bi-plus' viewBox='0 0 16 16'><path d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/></svg>");
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 0;
    right: 0px;
    transform: translateY(-50%);
    font-weight: bold;
}
.moduleShowOpen div h3:after  {
	content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23860d00' class='bi bi-dash' viewBox='0 0 16 16'><path d='M3 8a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 8z'/></svg>");
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 0;
    right: 0px;
    transform: translateY(-50%);
    font-weight: bold;
}

.showHideClosed {
	display: none;
}
.showHideOpen {
	display: block !important;
}

/** ------------------------------------------------------ **/
/** ----------------------- content ---------------------- **/

@media (max-width: 1510px) {
	#homepage-hero-text h1 {
		font-size: 2.8rem;
	}
	#homepage-hero-text h2 {
		font-size: 2rem;
	}
}

@media (max-width:1200px) {
	#navigation ul li a, #navigation ul li a:visited {
		font-size:0.95rem;
		padding-left: 0.5rem;
    	padding-right: 0.5rem;
	}
}

@media (max-width: 1024px) {

	.checklist-container {
		padding:0px;
	}

  table.shoping-cart-table,
  table.shoping-cart-table tbody,
  table.shoping-cart-table tr,
  table.shoping-cart-table tr td {
    display: block;
  }

  table.shoping-cart-table tr .desc {
    float: left;
    width: 100%;
  }

  table.shoping-cart-table tr .basket-item-price span,
  table.shoping-cart-table tr .basket-subtotal span {
    display: inline-block;
  }

  table.shoping-cart-table tr .basket-item-price,
  table.shoping-cart-table tr .basket-subtotal,
  table.shoping-cart-table tr td:last-child {
    width: 100%;
    margin-left: 0%;
    text-align: left;
  }

  table.shoping-cart-table tr .basket-quantity {
    width: 33%;
    margin-left: 0%;
    text-align: left;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
	
	

	#homepage-hero-text {
		background: rgba(255, 255, 255, 0.4);
		padding-inline: 3rem;
		height: 100%;
		width: 100%;
		left: 0px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#homepage-hero-text h1 {
		font-size: 2.5rem;
	}

	#homepage-hero-text h2 {
		font-size: 1.75rem;
		line-height:2.3em;
	}

	#homepage-hero-text ul li {
		font-size: 1.25rem;
		line-height:1.5em;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	#homepage-hero-text {
		background: rgba(255, 255, 255, 0.4);
		padding-inline: 2rem;
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		left: 0px;
	}

	#homepage-hero-text h1 {
		font-size: 2.3rem;
	}

	#homepage-hero-text h2 {
		font-size: 1.5rem;
		line-height:2.3em;
	}

	#homepage-hero-text ul {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

	#navigation ul li a, #navigation ul li a:visited, #BasketSnapShot a, #BasketSnapShot a:visited {
		font-size:0.8rem;
	}

	#header-ctas a.btn {
		font-size: 0.8rem;
		padding: 0.25rem 0.75rem;
	}

	
	#homepage-hero-text {
		background: rgba(255, 255, 255, 0.4);
		padding-inline: 2rem;
		height: 100%;
		width: 100%;
		left: 0px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#homepage-hero-text h1 {
		font-size: 1.8rem;
	}

	#homepage-hero-text h2 {
		font-size: 1.1rem;
		line-height:2.3em;
	}

	#homepage-hero-text ul li {
		font-size: 0.8rem;
		line-height:1.5em;
	}

	.hero-buttons a, .hero-buttons a:visited {
		font-size: 0.8rem;
		padding: 0.5rem 1rem;
	}
}

@media (max-width:991px) {
	#navigation ul li a, #navigation ul li a:visited {
		font-size:1.125rem;
	}
}

@media screen and (max-width: 768px) {
	#navigation ul li a, #navigation ul li a:visited {
        font-size: 1rem;
    }

	#homepage-hero-text {
		background: rgba(255, 255, 255, 0.4);
		padding-inline: 1rem;
		height: 100%;
		width: 100%;
		left: 0px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#homepage-hero-text h1 {
		font-size: 2rem;
		line-height: 1.2em;
	}

	#homepage-hero-text h2 {
		font-size: 1.3rem;
		line-height: 1.5em;
	}

	#homepage-hero-text ul {
		display: none;
	}

	.hero-buttons a, .hero-buttons a:visited {
		font-size: 1rem;
		margin-top: 1rem;
		padding: 0.75rem;
	}
}

@media screen and (max-width: 640px) {

	#header_graphic{
		position:relative;
		z-index:600;
	}

	#BasketSnapShot {
		right: 50px;
    	position: relative;
	}

	#navigation{	
		float:none;
		border-bottom:0px;
		margin:0px;
		width:100%;
		position:absolute;	
		top:-33px;
		left: 0px;
	}
	#navigation ul{	
		background-color:#ffffff;
		border:1px solid #333333;
		border-top:0px;
		position: absolute;
		top:50px;
		right:0px;
		left: 0px;
		z-index:600;
		display:block;
		width:100%;
		overflow:hidden;
		max-height:0;
		opacity:0;
		pointer-events:none;
		transition: max-height 0.3s ease, opacity 0.2s ease;
	}

	#navigation ul.open{
		max-height: 1000px;
		opacity: 1;
		pointer-events: auto;
	}

	#navigation ul.closed{
		display:block;
	}

	#navigation ul li div.sub {
		padding-top:0px;
        position: static;
        top: auto;
        left: auto;
        display: none;
        height: auto;
        width: 100%;
    }

	#navigation ul li .subNav ul {
		background-color: transparent;
		border:none;
		top: 0;
		padding-top:0px;
        position: relative;
	}
	

	#navigation ul li div.subNav {
        border: 0px;
		border-radius:0px;
        width: 100%;
    }

	
	#nav-icon {
		display: block;
		float: right;
	  	width: 32px;
		height: 26px;
	  	right: 20px;
		top:2px;
		/*margin-left: 26px;
		margin-top: 14px;*/
	  	position: absolute;
	  	-webkit-transform: rotate(0deg);
	  	-moz-transform: rotate(0deg);
	  	-o-transform: rotate(0deg);
	  	transform: rotate(0deg);
	  	-webkit-transition: .5s ease-in-out;
	  	-moz-transition: .5s ease-in-out;
	  	-o-transition: .5s ease-in-out;
	  	transition: .5s ease-in-out;
	  	cursor: pointer;
	}

	#nav-icon span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #860d00;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	#nav-icon span:nth-child(1) {
	  top: 2px;
	}

	#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
	  top: 13px;
	}

	#nav-icon span:nth-child(4) {
	  top: 24px;
	}

	#nav-icon.open span:nth-child(1) {
	  top: 18px;
	  width: 0%;
	  left: 50%;
	}

	#nav-icon.open span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	#nav-icon.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}

	#nav-icon.open span:nth-child(4) {
	  top: 18px;
	  width: 0%;
	  left: 50%;
	}

	#navigation ul li {
		display: block;
	}
	#navigation ul li a, #navigation ul li a:visited {
       border-bottom:1px solid #cccccc;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 2%;
        padding-right: 2%;
        text-align: left;
        width: 100%;
    }
	#navigation ul li .subNav ul li a, #navigation ul li .subNav ul li a:visited {
		font-size:0.9em;
	}
	
	#navigation ul li .nav-first {
    	padding-left: 2% !important;
	}
	
	.closed{
		display:none;
	}
	.open{
		display:block !important;	
	}


	#homepage-hero-text {
		display: flex;
		flex-direction: column;
		justify-content: center;
		background: rgba(255, 255, 255, 0.5);
		position: absolute;
		left: 0px;
		padding-inline: 1rem;
		width: 100%;
		height: 100%;
	}
	#homepage-hero-text h1 {
		font-size: 2rem;
		line-height: 1.2em;
	}

	#homepage-hero-text h2 {
		font-size: 1.5rem;
		line-height: 1.5em;
	}
	#homepage-hero-text ul {
		display: none;
	}

	.hero-buttons {
		flex-direction: column;
		gap: 0.75rem;
		margin-top: 1.5rem;
	}
	.hero-buttons a, .hero-buttons a:visited {
		font-size: 1rem;
		width: 100%;
		text-align: center;
		padding: 0.75rem;
	}
	.button-group {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}

	.button-group a, .button-group a span {
		width: 100%;
		text-align: center;
	}
	#form-button {
		width: 100%;
		text-align: center;
	}

	table.shoping-cart-table tr, table.shoping-cart-table tr td.desc, table.shoping-cart-table tr td:first-child {
		display:block;
		width:100%;
	}

	ul li span.checklist {
		font-size:1rem;
	}
}

@media screen and (max-width: 480px) {
	#basket-checkoutbtn, #basket-continuebtn {
		width: 100%;
	}
	#basket-continuebtn {
		margin-top: 10px;
	}
}
