﻿@font-face {
    font-family: freigSanPro;
    src: url("/Fonts/freigsanproboo-webfont.woff2") format("woff2");
    font-weight: 400;
}

@font-face {
    font-family: freigSanPro;
    src: url("/Fonts/freigsanprolig-webfont.woff2") format("woff2");
    font-weight: 100;
}

@font-face {
    font-family: freigSanPro;
    src: url("/Fonts/freigsanprosem-webfont.woff2") format("woff2");
    font-weight: 700;
}

@font-face {
    font-family: gt-super;
    src: url("/Fonts/gt-super-text-black.woff2") format("woff2");
    font-weight: 700;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

html {
    font-size: 100%;
}

body {
    font-family: freigSanPro;
    font-size: 16px;
    color: #3B3630;
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    /* display: grid;
    grid-template-rows: 1fr auto; */
    width: 100%;
    /* overflow-x: hidden; */
}

body > form {
    display: flex;
    flex-direction: column;
}

p {
    margin-bottom: 0px;
}

p.small{
    font-weight: 300;
}

p strong{
    font-weight: 700;
}

label + p {
    margin-bottom: 0;
    font-size: 17.6px;
}

label.small{
    font-weight: 300;
}

a, .ui-widget-content a{
    color: #000;
    text-decoration: none;
    display: inline-block;
}

a:hover, a:focus, .ui-widget-content a:hover{
    color: #000;
    text-decoration: none;
}

/* .wave{
    font-family: CostaDisplayWave;
} */

#content p a{
    color: #000;
}

#content h1{
    margin-bottom: 30px;
}

#content tbody tr:nth-of-type(2n) {
    background-color: rgb(255, 255, 255);
}

#content tbody tr:nth-of-type(2n+1) {
    background-color: rgb(250, 250, 250);
}

/*MV added this for all links in checkout to be underlined*/
#checkout a {
    /* text-decoration: underline; */
    /* color: #6E377D; */
    font-weight: 700;
}

#checkout a.btn {/*MV added this for all links in checkout to be underlined*/
    /*text-decoration: none;*/
}

.ui-widget-content{
    font-size: 14px;
}

hr {
	border-bottom: solid 1px #d8dcdd;
    clear:both;
    margin: 15px 0 30px;
}

#logoLink{
    margin: auto;
    display: table;
    padding: 15px 0;
}

.backLink {
    padding: 5px 75px;
}
.country_link {
    display:block;
}

.country_link img {
    max-width: 40px !important;
}
/* HEADINGS   
----------------------------------------------------------*/

h1,
h2 {
	font-family: freigSanPro;
    font-weight: 700;
	padding: 0;
	margin: 0;
}

h2{
	font-size: 32px;
	/* margin-bottom: 15px; */
}

.banner-section h2{
	font-size: 40px;
	/* margin-bottom: 15px; */
}

h5 {
	text-transform: uppercase;
}

section {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
}

/* section .container {
	padding-top: 30px;
	padding-bottom: 30px;
} */

#banner{
    padding-bottom: 90px;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/
label {
    display: block;
    font-weight: 300;
    font-weight: 700;
    margin-bottom: 0;
    float: left;
    width: 100%;
    font-size: 17.6px;
}

#payment-form label {
    float:none;
    margin-bottom: 5px;
}
/* .checkoutForm label{
    font-size: 13px;
    font-weight: 700;
} */

.dynform {
    border: 1px solid;
    margin-top: 1.25em;
    padding: 15px;
    clear:both;
}

div.accountInfo
{
    width: 42%;
}

input, select, textarea {
    margin-top: 10px;
    margin-bottom: 30px;
    border: 1px solid rgba(59, 54, 48, 0.3);
    border-radius: 8px;
    padding: 15px 15px 15px;
    width: 100%;
    background: #fff;
    /*font-weight: 300;*/
    min-height: 45px;
    color: #3b3630;
    font-size: 17.6px;
    font-weight: 600;
}
input:focus, select:focus, textarea:focus, input:-webkit-autofill:focus, textarea:-webkit-autofill:focus, select:-webkit-autofill:focus {
    outline: none !important;
    border: 1px solid #006e50;
    box-shadow: 0 0 4px #006e50;

}
    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 50px white inset; /* Change the color to your own background color */
        -webkit-text-fill-color: #3b3630;
    }

input:-webkit-autofill:focus {
    -webkit-box-shadow: white,0 0 0 50px white inset;
    -webkit-text-fill-color: #3b3630;
}

.checkoutForm input, select, textarea {
    margin-top: 5px;
}

/* textarea {
    display: flex;
    align-items: center;
} */

input::placeholder, select::placeholder, textarea::placeholder {
    color: #9d9d9d;
    font-size: 17.6px;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #747474;;
}

select{
    height: 56px;
    width: 200px;
}

input[type="submit"] {
    width: auto;
    /* min-width: 215px; */
    margin-top: 0px;
    margin-bottom: 0px;
}

input[type="checkbox"] {
    margin-bottom: 0;
}


input.calendarStyle {
    width:auto;
}

.form-wrapper {
    background: #f5f6f7;
    border: 1px solid #d8dcdd;
    border-radius: 4px;
    padding: 1.5em;
}



/*span.required:not([style*="display:none"]) + input, span.required:not([style*="display:none"]) + span + input, span.required:not([style*="display:none"]) + span + span + input, span.required:not([style*="display:none"]) + select, span.required:not([style*="display:none"]) + span + select, span.required:not([style*="display:none"]) + span + span + select { /* (RADIO CHECKED) IMAGE STYLES *
    border:2px solid #ff3737;
  }*/

/*MV 29/11/19 Changed to positive match to fix issues when hiding elements (style chagnes from display:none to display: none*/
span.required[style*="display: inline"] + input, span.required[style*="display: inline"] + span + input, span.required[style*="display: inline"] + span + span + input, span.required[style*="display: inline"] + select, span.required[style*="display: inline"] + span + select, span.required[style*="display: inline"] + span + span + select, span.required[style*="display: inline"] + textarea { /* (RADIO CHECKED) IMAGE STYLES */
    border: 2px solid #e52f25;
}

.wts { 
    margin-bottom: 0;
    padding: 5px;
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 30px;
    margin-top: 0;
    width: auto;
    float:left;
    min-height: 10px;
}

/* checkbox colour change - start */
input[type=checkbox] {
    position: relative;
    cursor: pointer;
}

input[type=checkbox]:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 1px solid #99AFC1;
    border-radius: 3px;
    padding: 1px;
    background-color: #FFFFFF;
}

input[type=checkbox]:checked:before {
    background-color: #006E50;
}

input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 8px;
}

/* checkbox colour change - end */

.deliveryDateOption input {
    margin: 6px 15px 5px 5px;
    clear:both;
    width: 20px;
    height: 20px;
}
.deliveryDateOption label {
    width: auto;
}

.btn{
    /* padding: 15px 20px;
    border-radius: 32px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1; */
    /* padding: 18px 28px 20px 28px; */
    border-radius: 32px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    /* height: 56px; */
}
.btn-primary, .btn-link {
white-space: nowrap;

}

.btn-link {
    padding: 18px 0 20px 0;
    text-decoration: none;
    color: #6E377D;
}
.btn-link::after{
    /* content: ''; */
    margin-left: 15px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #6E377D;
    color: #6E377D;

}

.btn-link:hover {
    color: #6E377D;
    text-decoration: none;
}

.btn-link:hover::after {
    border-left: 8px solid #6E377D;
}
input.btn-primary.btn-arrow{
    padding-right: 45px;
}

.btn-primary:hover {
    background: rgb(181, 17, 68) none repeat scroll 0% 0%;
    border-color: rgb(181, 17, 68);
}

input.btn-primary.btn-arrow + span{
    transform: translate(-30px,-3px);
    display: inline-block;
    line-height: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
}

.btn-primary-outline{
    background: none;
    border-color: #6E377D;
    color: #6E377D;
}

.btn-buy {
    background: rgb(0,0,0);
    color: #fff;
    padding: 9px 15px;
}
.btn-buy:hover {
    background: rgb(51,51,51);
    color: #fff;
}

.btn-buy:before {
  left: -2px;
}
.btn-buy:after {
  right: -2px;
}

.btn-details {
    border: 0;
    background: #000;
    color: #fff!important;
    width: 100%;
    padding: 7px 0;
}

.btn-details:hover {
    background: #333;
}

.btn-checkout {
    border: 0;
    background: #59256E;
    color: #fff!important;
    width: 100%;
    padding: 7px 0;
}

.btn-checkout:hover {
    background: #ff1a97;
}

.btn-default {
    background-color: #fff;
    border: 1px solid #000;
    color: #000 !important;
}

.btn-default:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff !important;
}

.btn-width { display: inline-block; max-width: 100%; width:262px; }

.ui-datepicker{
    border: 2px solid #747474;
    border-radius: 3px;
    background: #fff;
    padding: 0;
    min-width: 200px;
    text-align: center;
    margin-top: 5px;
}

.ui-widget-header {
    background: #6E377D none repeat scroll 0 0;
    border-color: #6E377D;
    border-radius: 0;
    padding: 5px;
    text-align: center;
}

.ui-datepicker-calendar{
    margin: auto;
    width: 180px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    /* border: 1px solid#000;
    background: #fff;
    color: #000; */
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    border: 1px solid#aaa;
    background: #fff;
    color: #aaa;
}

.ui-datepicker-unselectable.ui-state-disabled{
    border: none;
}

.ui-datepicker .ui-datepicker-title {
    font-weight: 700;
    color: #fff;
}

.ui-datepicker-prev.ui-corner-all.ui-state-disabled{
    background: none;
    border: none;
    visibility: hidden;
}

.ui-datepicker-prev.ui-corner-all{
    color: #fff;
    float: left;
    cursor: pointer;
}

.ui-datepicker-next.ui-corner-all{
    color: #fff;
    float: right;
    cursor: pointer;
}

.ui-datepicker-prev.ui-corner-all:hover{
    color: #fff;
    text-decoration: underline;
}

.ui-datepicker-next.ui-corner-all:hover{
    color: #fff;
    text-decoration: underline;
}

/*.dynform*/
.required {
    color: #e52f25;
    clear: both;
    display: inline;
    text-align: left;
    font-size: 90%;
    font-weight: bold;
    float: left;
    width: -webkit-fill-available;
}
.requiredWidthAuto {
    width:auto;
}
/*.dynform*/
.requiredSummary {
    color: #e52f25;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
}

.requiredSummary:empty
{
    display:none;
}
/* MISC  
----------------------------------------------------------*/

/* Text */
.relative { position:relative;}

.line-height { line-height: 110%; }

.text-left  {text-align:left;}
.text-center{ text-align: center; }
.text-right {text-align:right;}
.uppercase  { text-transform: uppercase; }
.vertical-center { vertical-align: middle; }

.huge       { font-size: 250% !important; }
.biggest    { font-size: 200% !important; }
.bigger     { font-size: 170% !important; }
.big        { font-size: 140% !important; }
.regular    { font-size: 135% !important; }
.medium     { font-size: 105% !important; }

.fwLighter  { font-weight: 400; }
.fwRegular  { font-weight: 500;  }
.fwBold     { font-weight: 700;    }
.fwBolder   { font-weight: 900;  }

/* Color Scheme */
.text-white	{ color: #ffffff !important; }
.text-red   { color: #b51144 !important; }
.text-black { color: #000000 !important; }
.text-blue  { color: #000 !important; }
.text-green { color: #595657 !important; }
.text-grey  { color: #434d52 !important; }
.text-gold  { color: #444444 !important; }
.text-orange, a.text-orange{ color: #DF5800 !important; }

.pin-red { color: #c72128; }
.tw-blue { color: #28a8e0; }
.fb-blue { color: #3c5b9a; }

.tick-orange {
    background-image: linear-gradient(to right, #444444, #b2a584);
    background-repeat: no-repeat;
    border-radius: 16px;
    border-color: #444444;
    display: block;
    float: left;
    height: 22px;
    margin-right: 12px;
    margin-top: 0px;
    width: 22px;
    text-align: center;
    padding: 2px;
    font-size: 0.7em;
    color: #fff;
}
.multi-tick .tick-orange {
    margin-right: 2px;
}
.multi-tick .tick-orange:last-child {
    margin-right: 12px;
}

.bg-dark    { background-color: #262626; color: #fff; } .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4 { color: #fff; }
.bg-white   { background-color: #FFFFFF; }
.bg-black   { background-color: #000000; }

.bg-primary {
    background-color: #59256E !important;
}
.bg-secondary {
    background-color: #6E377D!important;
}
.bg-gold{background-color: #D07900;}
.bg-grey{background-color: #646567;}

.bg-lilac {
    background-color: #cfa8ca;
}

.bg-coral {
    background-color: #6E377D;
}

.bg-blue {
    background-color: #BADEDE;
}

.bg-costared {
    background-color: #e52f25;
}

a.link-white { color: #fff; }

.fLeft	{float:left;}
.fRight	{float:right;}
.clear	{clear:both;}
.block  {display:block;}
.noPad	{padding:0px !important;}
.noMarg	{margin:0px !important;}

.border-pink {
    border-bottom: 10px solid #6E377D;
}
.pointer{cursor:pointer;}

.width-10 { width: 10% !important; }
.width-20 { width: 20% !important; }
.width-30 { width: 30% !important; }
.width-40 { width: 40% !important; }
.width-50 { width: 50% !important; }
.width-60 { width: 60% !important; }
.width-70 { width: 70% !important; }
.width-80 { width: 80% !important; }
.width-100 { width: 100% !important; }

.border {
    border: 2px solid #444444;
}

.border-top-bottom {
    border-top: 1px dotted #595657;
    border-bottom: 1px dotted #595657;
}

.border-left {
    border-left: 1px dotted #595657;
}
.border-right {
    border-right: 1px dotted #595657;
}
.border-left-right {
    border-left: 1px dotted #595657;
    border-right: 1px dotted #595657;
}

.border-left-dotted  {
    border-left: 1px dotted  #595657;
}

#footer .border-top-bottom, #footer .border-left {
    border-width: 1px;
    border-color: #595657;
}

.pod > div {
    position: relative;
}

.podLink {
    background-color: rgba(204, 204, 204, 0.01);
    height: 100%;
    margin-top: -0.5em;
    overflow: hidden;
    position: absolute;
    text-indent: 10000%;
    white-space: nowrap;
    width: 100%;
    z-index: 1;
    left: 0;
    bottom: 0;
}

.long-pod {
    float: left;
    width: 100%;
}

.long-pod h1 {
    float: left;
    font-size: 265%;
    line-height: 105%;
    margin-bottom: 0;
    max-width: 390px;
    padding: 15px 20px 0;
}

.long-pod img {
    float: right;
}

.img-strip {
    padding: 25px 0;
    height: 350px;
}


.infowindow {
    background-color: #444444;
    padding: 10px;
}

.infowindow a {
    background-color: #6E377D;
    color: #fff;
    display: inline-flex;
    float: right;
    padding: 1px 4px;
    text-decoration: none;
}

 /*##### menu overrides #####*/
 .menu {
    clear: both;
}

.navbar-default {
    background-color: #FFF !important;
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 100%);
    border: medium none !important;
    border-radius: 0 !important;
    /*text-transform: uppercase;*/
    font-size: 100%;
    box-shadow: none;
}

.nav-section {
    /* width: 100%; */
    /* display: flex;
    justify-content: flex-start;

    margin-left: -15px;
    margin-right: -15px; */
    /* box-shadow: inset 0 0 10px #f8a100; */
}

.nav-section-wrapper {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
    /* box-shadow: inset 0 0 10px red; */
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 0px;
    /* gap: 20px; */
}

.navbar-nav {
    gap: 29px;
}

.navbar-nav > li > a {
    padding-bottom: 0px;
    padding-top: 0px;
    color: #fff;
    text-decoration:none;
    font-size: 22px;
}



@media screen and (max-width:1200px){
	.navbar {
		justify-content: space-between;
        margin-left: -2px;
        gap: 5px;
	}

	.navbar-nav {
		align-items: flex-start;
        gap: 1.5rem;
	}

    .nav-section {
        width: 100%;
    }
}

/* @media screen and (min-width:1200px){
	.navbar {
		padding: 4px 1rem;
	}
} */

.navbar-nav a {
	color: #fff !important;
}

.navbar-nav a:hover {
	text-decoration: none;
}

/* ul.navbar-nav {
	width: 75%;
} */

li.nav-item {
	list-style-type: none;
	font-size: 20px;
}

li.nav-item a {
	font-weight: 600; 
}

#header .navbar-toggler {
	color: #fff;
	/* border-color: rgba(255,255,255,.1); */
}

@media only screen and (max-width: 991px) {
	ul.navbar-nav {
		width: auto;
	}

	li.nav-item {
		width: auto;
		text-align: right;
	}

	.banner-content h3 {
		font-size: 130%;
	}

	.col-center {
		width: 90%;
	}

	.left-banner-text {
		padding: 30px;
		width: 40%;
	}

	.form-pad {
		padding-left: 10%;
	}
}

.navbar-toggler {
    border: none !important;
    outline: none !important;
    padding: 0;
}

#header .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#header .navbar-toggler {
	color: #fff;
	/* border-color: rgba(255,255,255,.1); */
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
}

.navbar-toggler {
    padding: .25rem .15rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50% / 100% 100% no-repeat;
}

/* .navbar-toggler:a {
    position: relative;
    top: 15px;
} */


/* .cart-grouped-icons {
    justify-self: flex-end;
} */

/* .navbar-toggler-icon{
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    padding: 4px;
    transition: all 0.3s ease 0s;
    background-image: none!important;
} */

/* .collapse .navbar-toggler-icon{
    position: absolute;
    top: 23px;
    right: 225px;
}  */

.line {
    height: 3px;
    width: 22px;
    background: white none repeat scroll 0% 0%;
    transition: all 0.2s ease 0s;
}

.line.top {
    transform: none;
    margin-bottom: 3px;
}

.line.middle {
    opacity: 1;
    transform: none;
}

.line.bottom {
    transform: none;
    margin-top: 3px;
}

.navbar-toggler.active .line.top {
    transform: rotate(135deg);
    margin-bottom: -3px;
}

.navbar-toggler.active .line.middle {
    opacity: 0;
    transform: translateX(-16px);
}

.navbar-toggler.active .line.bottom {
    transform: rotate(-135deg);
    margin-top: -3px;
}

.navbar-toggler.active::after {
    content: "Close";
    position: absolute;
    top: 20px;
    right: 60px;
}




.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000 !important;
    border-radius: 0;
    display: block;
    height: 4px;
    width: 40px;
}

.navbar-default .navbar-toggle:hover > .icon-bar, .navbar-default .navbar-toggle:focus > .icon-bar {
    background-color: #000 !important;
}

/* .nav-item{
    font-family: CostaText;
    font-weight: 700;
    padding-left: 0.5em;
    padding-right: 0.5em;
} */

.nav-item a{
    padding: 0!important;
}

.dropdown-menu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #444444;
    border-color: -moz-use-text-color rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15);
    -o-border-image: none;
            border-image: none;
    border-radius: 4px;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    font-size: inherit !important;
}

.dropdown-menu > li > a {
    color: #fff;
    text-decoration:none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #000;
}

.navbar-nav > li > ul::before, .navbar-nav > li > ul::after {
    border-color: transparent transparent #444444;
    border-style: dashed dashed solid;
    border-width: 9px;
    content: "";
    height: 0;
    left: 18px;
    overflow: hidden;
    position: absolute;
    top: -18px;
    width: 0;
}

.dropdown-menu > li > ul::before, .dropdown-menu > li > ul::after {
    border-color: transparent #444444 transparent transparent;
    border-style: dashed solid solid dashed;
    border-width: 9px;
    content: "";
    height: 0;
    left: -18px;
    overflow: hidden;
    position: absolute;
    top: 8px;
    width: 0;
}

.dropdown-menu > li > ul {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -31px !important;
    margin-left: 103% !important;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
    color: #000 !important;
}

.footer-nav {
    list-style: outside none none;
    margin:0;
    display:inline-block;
    padding-left: 0;
    /*font-size: 90%;*/
}
.footer-nav > li {
    float: left;
    display: block;
    position: relative;
    line-height: 100%;
}

.footer-nav > li > a {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px
}

    .footer-nav > li > a:hover {
        text-decoration:underline;
    }
/* .footer-nav > li:first-child > a {
    padding-left: 0 !important;
} */
.footer-nav > li:last-child {
    border-right: medium none;
}
.footer-nav > li:last-child > a {
    padding-right: 0;
}


.adminLogin {position:absolute;
             top:40px;
             margin-left:14px;
}
.cardMessage {
    font-size: 16px;
    width: 355px;
    overflow:hidden;
    resize:none;
}

.listPreference > li {
    vertical-align:top;
}
.listPreference > li > label {
    vertical-align:top;
    width:80%;
}
.toggle, .toggle-group {
    display:inline-block;
    vertical-align:top;
    border-radius:18px;
}
.toggle-group > label,.toggle-group > label:hover {
    width:auto;
    text-align:left;
    font-size:100%;
    vertical-align:top;
    border:0;
}
.toggle-group > .toggle-handle{

    border-radius:15px;
}

.home-products{
    width: 100%;
}

.home-products h2{

}

.home-products a{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.home-products a img{
    /* max-height: 220px; */
    /* max-height: 352px; */
    max-width: 590px;
    width: auto;
    margin-bottom: auto;
    margin-top: auto;
}

.home-products a img{
    /* max-height: 220px; */
    /* max-height: 352px; */
    max-width: 590px;
    width: auto;
    margin-bottom: auto;
    margin-top: auto;
}

@media screen and (max-width: 1200px) {
    .home-products a img{
        /* max-height: 220px; */
        /* max-height: 352px; */
        max-width: 450px;
        width: auto;
        margin-bottom: auto;
        margin-top: auto;
    }
}

@media screen and (max-width: 600px ) {
    .home-products a img{
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .menu {
        float: none;
        margin-top: 3.5em;
        text-align: right;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-nav > li > ul::before, .navbar-nav > li > ul::after {
        border: none;
    }

    .navbar-collapse {
        border-top: none;
        box-shadow: none;
        padding: 10px;
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

    .navbar-nav {
        float: none!important;
        width: 100%;
	}
    .nav > li {
        border-right: none !important;
    }

    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0 !important;
    }
 
    .navbar-nav .open .dropdown-menu {
        background-color: transparent;
        border: 0 none;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
    }

    .backLink {
        padding: 5px 30px;
    }

}

.order_summary > tbody > tr.order_summary_pager > td > table > tbody > tr > td > a {
    margin-right:5px;
}

.order_summary > tbody > tr.order_summary_pager > td > table > tbody > tr > td > span {
    background-color: #59256E;
    color: #fff;
    border-radius: 10px;
    padding: 1px 6px 2px;
    margin-right:5px;
}

.order_summary > tbody > tr > td, .order_summary > tbody > tr > th {
    padding-top: 5px;
    padding-bottom: 5px;
}

.order_summary > tbody > tr > td {
    vertical-align:middle;
    border-top: 1px solid #aaa;
}
.table thead th {
    border-bottom: 2px solid #444444;
    vertical-align: bottom;
    /*text-transform: uppercase;*/
}
.thead-default th {
    background-color: #444444;
    color: #FFF;
}
.table th {
    border-top: 1px solid #444444;
    padding: 0.75rem;
    vertical-align: top;
}

.item_list_ul {
    list-style-image: none;
    list-style-type: none;
    padding-left: 15px;
    padding-top: 10px;
}
.opt_in_items {
    padding-top: 0px;
    padding-left: 0;
}
.opt_in_items input[type="checkbox"], .opt_in_items input[type="radio"] {
    float: left;
    margin-right: 8px;
    margin-top: 4px;
}
#header { 
    position: relative; 
    background: #411A51;
    width: 100%;
    z-index: 10;
}

footer {
    /*background-image: url(/images/wave.svg);*/
    background-color: #6E377D;
    color: #fff;
	flex-shrink: 0;
	clear:both;
}

footer .wrapper {
	/* padding-top: 40px;
	padding-bottom: 50px;
	padding-left: 2px;
	background: #91022e;
	max-width: 984px;
	margin: 0 auto; */
	padding-top: 2.7em;
    padding-bottom: 3em;
}

footer p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

footer a {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    /* display: block; */
}

footer a:hover {
    color: rgb(221, 221, 221);
    text-decoration: none;
}

footer .sub-footer p{
    font-size: 16px;
}

footer .sub-footer a{
    font-size: 16px;
    font-weight: 300;
}

.footer-menu {
	color: #59256E;
}

.footer-menu a {
	margin-right: 15px;
	color: #59256E;
}

.footer-menu a:hover {
	color: #59256E;
	text-decoration: underline;
}

.copyright {
	background-color: #59256E;
	/* background: #6b0021 none repeat scroll 0 0; */
	padding: 20px 0px 24px 0px;
	font-size: 17.6px;
}

.copyright a {
	text-decoration: none;
}

.copyright a:hover {
	color: #fff;
}


.spin {
    /*position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin:-60px 0 0 -60px;*/
    -webkit-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}


@media only screen and (max-width: 500px) {
    #categories .col-6 {
        width: 100% !important;
    }
}

#categories h1 {
    padding: 12px 20px 4px;
}

/* #categories .container {
    padding: 12px 0px;
} */

.section-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0;
}

/*#content section {
    margin-top: 1.5em;
}*/

.imageSectionContent {
    background-color:rgba(246,239,224,0.75);
    padding:1em;
    margin: 2em 0 2em 0;
    overflow:auto;
}

.imgHolder {
    margin:15px 0;
    overflow-x:auto;
    white-space:nowrap;
    position:relative;
}
.imgHolder img {
    max-width:100%; 
    /* max-height:150px; */
}

.cartMessage {display:none;}

.cartHeader {
    font-weight:700;
    font-size: 13px;
    line-height: 12px;
    padding: 15px 0;
    letter-spacing: 1px;
}

.basket-outline .row:not(:last-child){
    border-bottom: solid 1px #d8dcdd;
}

.cart-header {
    font-weight:600;
}

.basket-totals{
    width: 100%;
    float: right;
    /* padding: 15px; */
        text-align: right;
    white-space: nowrap;
}

.basket-totals .grand-total{
    font-weight:600 !important;
    font-size:24px;
}

/* FACEBOOK */
.fbLoginButton 
{
    background-image:url(/images/fb_login_bg.png);    
    color:#fff;
    border:1px solid #29447e;
    border-radius: 3px;
    min-height:40px;
    padding:9px 12px 0 50px;
    cursor:pointer;
    width:220px;
}
.fbLoginNote 
{
    clear:both;
    margin-left: 5.5em;
    padding: 1em 0 0 0;
}

.win {
    background-color: #444444;
    color: #fff;
    float: right;
    padding: 15px 14px 13px;
    position: relative;
    /*font-size: 120%;*/
    font-size: 150%;
    /*text-transform: uppercase;*/
    border-right: 1px solid #fff;
    line-height: 14px;
}

#PanelLoginNote {
    float: right;
    padding-right: 15px;
    padding-top: 10px;
}

.top-bar {
    position: absolute;
    right: 30px;
    top: 0;
    /*text-transform: uppercase;
    color: #000;
    /*font-size: 115%;*/
    padding-top: 20px;
    display: block;
}
.top-bar a {
    color: #000;
}
.top-bar a:hover {
    color: #444444;
}

#PanelLogin::before{
    content: "";
    display: block;
    position: absolute;
    top: -13px;
    right: 0px;
    width: 0px;
    height: 0px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid rgb(181, 17, 68);
}

#PanelLogin, #loggedIn {
    background: #b51144;
    border-radius: 0;
    color: #fff;
    padding: 20px;
    position: absolute;
    right: -20px;
    top: 12px;
    width: 280px;
    
}

#PanelLogin input[type="text"], #PanelLogin input[type="password"] {
    margin-bottom: 10px;
    border: none;
    border-radius: 0;
}

#PanelLogin label{
    color: #fff;
    font-size: 11px;
}

#PanelLogin a{
    color: #fff;
    font-size: 11px;
}

#PanelLogin a:hover{
    color: #fff;
    text-decoration: underline;
}

#PanelLogin .login-links{
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    font-size: 11px;
    text-align: center;
}

#PanelLoginBox,.pnlLoggedIn {
    display: inline-block;
    padding: 12px 6px 12px 14px;
    line-height: 100%;
}

#loginLink:hover, #loginLink1:hover {
    color: #444444;
}
#loggedIn {
    /*float:right;*/
}

#loginName {
    margin-bottom:15px;
        /*display: inline-block;
    padding: 12px 6px;
    line-height: 100%;*/
}

#loginName:empty {
    margin:0;
}
.cartContents {
    display: inline-block;
    padding: 12px 6px;
    line-height: 100%;
    /* color: #fff; */
}

#banner {
    overflow: hidden;
}
#banner a {
    text-decoration:none;
}

/* banner */
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    background: none repeat scroll 0 0 transparent !important;
}
.rsSlide .container {
    position: relative;
    height: 100%;
}
.bannerDescription {
    top: 120px;
    left: 0px;
    position: absolute;
    text-align: center;
    width: 45%;
    z-index: 1000;
    color: #fff;
}
.bannerDescription h1{
    font-size: 60px;
    /* font-family: CostaDisplayWave; */
    color: #fff;
}
.banner-overlay {
    position: absolute;
    z-index: 2000;
    width: 100%;
}

.banner-overlay .responsive-img {
    max-width: 100%;
    height: auto;
}

.rsDefault .rsBullets {
    background: transparent none repeat scroll 0 0;
    line-height: 30px;
    overflow: visible;
    right: 49%;
    bottom: 0%;
    width: auto;
    left: auto;
}

.rsDefault .rsBullet.rsNavSelected span {
    background-color: #fff;
}

.rsDefault .rsBullet {
    width: 16px;
}

.rsDefault .rsBullet span {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    height: 10px;
    width: 10px;
    border: 1px solid #fff;
}

.contentSlider {
  width: 100%;
}
.contentSlider,
.contentSlider .rsOverflow,
.contentSlider .rsSlide,
.contentSlider .rsVideoFrameHolder,
.contentSlider .rsThumbs {
  color: #000;
}

.contentSlider .rsSlide,
.contentSlider .rsOverflow {
  background: #eee;
}

.contentSlider .rsImg {
  position: absolute;
  z-index: 1;
}

.royalSlider * {
    -webkit-backface-visibility: hidden;
}

.gold-strip {
    background-color: #444444;
    background-image: url("/images/sparkles-bar.png");
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}
.gold-strip h1 {
    color: #fff;
    font-size: 450%;
    line-height: 100%;
    margin: 16px 0 7px;
    text-shadow: 2px 2px rgba(40, 29, 43, 0.6);
    display: none;
}

.gold-strip h2 {
    color: #fff;
    font-size: 250%;
    line-height: 90%;
    margin: 0;
    padding: 12px 0 5px;
}
#gtgot {
    margin-bottom: 1.5em;
}
#gtgot.gold-strip, #tokenline.gold-strip {
    height: 35px;
}
#gtgot.gold-strip {
    background-position: center top;
}
#tokenline.gold-strip {
    background-position: center bottom;
}

.totm {
    position: relative;
}
.totm-title {
    left: 25px;
    position: absolute;
    top: 18px;
    z-index: 1000;
}
/*.totm-title > p {
    color: #444444;
    font-size: 198%;
    margin: 0;
    text-transform: uppercase;
}*/
.totm-title > p {
    background-color: rgba(187, 154, 97, 0.75);/*rgb(162, 144, 97)*/
    color: #fff;
    display: inline-block;
    font-size: 195%;
    line-height: 66%;
    margin: 0 0px;
    padding: 12px 12px 5px;
    /*text-transform: uppercase;*/
}
.totm-title > h2 {
    color: #fff;
    font-size: 240%;
    background-color: rgba(187, 154, 97, 0.75);
    padding: 4px 12px 2px;
}

/* Fallback for web browsers that doesn't support RGBa
background: rgb(187, 154, 97); */
/* RGBa with 0.6 opacity
background: rgba(187, 154, 97, 0.75); */
/* For IE 5.5 - 7
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);*/
/* For IE 8
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";*/

.overlay-box {
    border: 2px solid #444444;
    color: #fff;
    background-color:rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 15px 12px;
    width: 58%;
    margin-left: auto;
    margin-right: auto;
}

.overlay-box h1, .overlay-box h2, .overlay-box h3 {
    color: #fff;
}


/* .overlay 
{
    position:fixed;
    left:0px;
    top:0px;
    text-align:center;
    padding-top:200px;
    width:100%;
    height:100%;
    background-color:#fff;
    background-color:rgba(0, 0, 0, 0.5);
    z-index:1500;
} */

.overlayContent 
{
    width:50%;
    position:fixed;
    top:145px;
    left:50%;
    /* margin-left:-25%; */
    margin-top:0;
    z-index:1501; 
}

.overlayContentAbs {
        position:absolute;
}

.overlayCookie {
    width:100%;
    position:fixed;
    top:0;
    left:0;
    margin-top:0;
    z-index:1501; 
    background-color: rgb(145, 2, 46);
    color: rgb(255, 221, 221);
    font-size: 16px;
    line-height: 24px;
    padding: 16px 29px;
}

.overlayCookie a {
    color: rgb(255, 221, 221);
    text-decoration:underline;
}

input.btn-cookie {
    color: rgb(255, 221, 221);
    height: 40px;
    text-align: center;
    background-color: rgb(191, 3, 65);
    width: 140px;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 0 7px;
    -webkit-animation: 0.5s ease 0s 1 normal none running hEidmb;
            animation: 0.5s ease 0s 1 normal none running hEidmb;
    border-style: none;
    padding: 8px 12px;
    min-width:100px;
    min-height:20px;
    border-radius:0;
}
input.btn-cookie:hover {
color: rgb(255, 221, 221);
background-color: rgb(145, 2, 46);
text-decoration:underline;
    -webkit-animation: 0.5s ease 0s 1 normal none running hEidmb;
            animation: 0.5s ease 0s 1 normal none running hEidmb;

}
/*Content image max widths*/
/* #content div.container img {
    max-width:100%;
    height:auto;
} */


.addressItem {
    display: inline-block;
    margin-bottom: 30px;
    min-height: 295px;
    padding: 15px 14px 15px;
    width: 100%;
}

.checkoutProgress {
    position: relative;
    display: flex;
    text-align: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 15px;
    padding-left: 10px;
}

.checkoutProgress div.checkoutChevron {
    background-image: url(/images/chevron_grey.png);
    background-repeat: repeat-x;
    width:80%;
    height:7px;
    position:absolute;
    left: 10%;
    top:27px;
}
.checkoutProgress div.checkoutChevronCompleted {
    background-image: url(/images/chevron_pink.png);
    background-repeat: repeat-x;
    width:0;
    height:7px;
    position:absolute;
    left: 10%;
    top:27px;
}

a.checkoutProgressLink {
    color: #16191b;
    display:inline-block;
    padding:3px 5px;
    text-align:center;
    width:auto;
}
a.checkoutProgressLink:hover {
    text-decoration:none;
    color: #000;
}
/* checkout progress - start */

/* a.checkoutProgressLink:hover > span.checkoutStage {
    background-color:#59256E;
} */



.checkoutProgressLink span.checkoutStageDash {
    background-color: none;
}

a.checkoutProgressLink > span.checkoutStage {
    /* display:inline-block; */
    width:23px;
    height:23px;
    background-color:#006E50;
    border-radius:20px;
    padding: 10px 20px;
    color:#fff;
    font-weight:bold;
    margin-left:auto;
    margin-right: 5px;
}

a.checkoutProgressLink > span.checkoutStage-mobile{
    /* display:inline-block; */
    width:23px;
    height:23px;
    background-color:#006E50;
    border-radius:20px;
    padding: 9px 14px;
    color:#fff;
    font-weight:bold;
    margin-left:auto;
    margin-right: 0px;
}
a.checkoutProgressCurrent {
    color: #000;
}

.checkoutProgressPast .checkoutStage-mobile {
    background-image: url(/images/mobile-progress-tick.svg);
    background-repeat: no-repeat;
    padding: 9px 16px !important;
    background-color: #37AA46 !important;
    border-radius: 20px;
    background-position: center;
    color: transparent !important;
}


a.aspNetDisabled {
    color:#8a8c8e;
    text-decoration:none;
}
a.aspNetDisabled > span.checkoutStage {
    background-color:#9D9D9D;
}
a.aspNetDisabled > span.checkoutStage-mobile {
    background-color:#9D9D9D;
}
a.aspNetDisabled:hover {
    color:#8a8c8e;
}
a.aspNetDisabled:hover > span.checkoutStage {
        background-color:#9D9D9D;
}
a.checkoutProgressCurrent > span.checkoutStage {
    background-color:#006E50;
}
a.aspNetDisabled:hover > span.checkoutStage-mobile {
        background-color:#9D9D9D;
}
a.checkoutProgressCurrent > span.checkoutStage-mobile {
    background-color:#006E50;
}

/* checkout progress - end */

ul.deliveryDateOption {
    list-style:none;
    padding:0;
    margin: 10px 0;
}
/* ul.deliveryDateOption li {
    float:left;
    display:block;
    background-color: #fff;
    border: 1px solid #000;
    margin-right: 15px;
    padding: 5px 10px 2px 10px;
} */
ul.cardList {
    width:100%;
}

ul.cardList li {
    float:right;
    clear:right;
    margin-bottom:5px;
    margin-right:0;
    width:100%;
}
ul.cardList li label {
    text-align: left;
    display: block;
    width: 90%;
    float: right;
    vertical-align: middle;
}

ul.cardList li img {
    float:right !important;
}

/* a.continueShoppingLink {
    display:block;
    float:left;
    width:100%;
} */
    a.continueShoppingLink:hover, a.continueShoppingLink2:hover {
        /*color:#000;*/
        text-decoration:none;
    }
.continueShoppingLink h2 {
    color: #fff;
    margin-bottom: 0;
}
input.promoTextBox {
    clear:both;
    width:75%;
    float: left;
    padding: 6px 8px;
    height: 34px;
}

input.promoButton {
    width:25%;
    float: left;
    padding: 7px 8px;
    height: 34px;
}

.az {
    margin: 3px 0 0;
    padding: 0;
}
.az li {
    float: left;
    list-style-type: none;
    margin-right: 5px;
    line-height: 100%;
}


.expandable {
border-top:1px solid #000; border-bottom:1px solid #000;

}
.expandable > h4 {
    margin: 12px 0;
}
.expandable > h4 > a {
    display:block;
    background-image: url("/images/arrow-down.png");
    background-position: right center;
    background-repeat: no-repeat;
}
.expandable > h4 > a.expanded {
    background-image: url("/images/arrow-up.png");
}

.expandable > div {
margin: 0 0 12px 0;
}

.accordion h3 {
    color: #000;
}

.ui-accordion-header.ui-state-default {
    /* background-color: #f6efe0; */
    background-image: url("/images/accordion_arrow-right.png");
    background-position: right center;
    background-repeat: no-repeat;
    border-color: transparent;
    border-radius: 0;
    cursor: pointer;
    display: block;
    font-size: 30px !important;
    margin-top: 5px;
    padding: 15px 0px !important;
    color:#59256E;
    position: relative;
}

.ui-accordion-header span{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgb(109, 31, 55);
    position: absolute;
    right: 0px;
    top: 10px;
    transition: transform 0.3s ease 0s;
    transform: rotate(0deg);
}

.ui-accordion-header.ui-state-default:hover {
    /* background-color: #000; */
    color: #b51144;
}

.ui-accordion-header.ui-state-active {
    background-image: url("/images/accordion_arrow-bottom.png");
    background-position: right center;
    background-repeat: no-repeat;
    /* background-color: #000;
    padding: 8px 20px;
    color: #fff; */
}

.ui-accordion-header.ui-state-active span{
    transform: rotate(180deg);
}

.ui-accordion-content{
    /* background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #000 !important;
    border-radius: 0;
    color: #000; */
    padding: 15px 20px !important;
    font-size: 18px;
    line-height: 28px;
}

.accordion .ui-state-default .ui-icon {
    display: none;
}

.catBox h2, .catBox h3 {
    padding: 15px 16px 15px 0px;
    margin-top: 0;
    text-align: left;
}
.catBox .glyphicon {
    color: #fff;
    text-shadow: 2px 2px rgba(40, 29, 43, 0.6);
}

.imgBorder {
    max-width: 100%;
}

.prod-image-wrapper {
    max-width: 290px;
}

.imgBorder2 {
    max-width: 270px;
    padding-right: 15px;
}

.grey-bar {
    color: #fff;
    background-color: #717171;
    font-size: 140% !important;
    padding-top: 6px;
    padding-bottom: 4px;
}

.event-list {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px dotted #595657;
    clear: both;
}

.event-list > .row > .relay > span {
    margin-top: 6px;
    display: block;
}

.modalBackground
{
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
        
.uploadBox 
{
    background-color:#fff;
    width:500px;
    padding:10px;
}

#PanelUploadComplete 
{
    display:none;}
.theatreImage 
{
    max-width:200px;
}
.theatreImageSmall
{
    max-width:100px;
}

.navbar-toggle .icon-bar {
    background: #000;
}

ul.amountSelection {
    list-style:none;
    padding:0;
    margin-top: 10px;
    clear:both;
    margin-bottom: 0px;
}

ul.amountSelection50 {
    margin-top: 8px;
}

ul.amountSelection li {
    display:inline-block;
    /*width:16%;*/
    width:auto;
    padding:0;
    margin-top: 5px;
    /* margin-bottom: 10px; */
    margin-right: 10px;
}

ul.amountSelection li label {
    max-width:100%;
    width: auto;
    padding: 8px 16px;
    margin: 0;
    font-weight: 700;
    cursor: pointer;
    color: #3B3630;
    background-color: #fff;
    border: 1px solid #d5d2d2;
    border-radius: 8px;
}

ul.amountSelection50 li label {
    width: 100%;
    margin-bottom: 0;
}

ul.amountSelection li label img{
    pointer-events: none; /*fix for IE image label*/
}


ul.amountSelection li input[type=radio] {
    display:none;
}

ul.amountSelection li > input + label > img{ /* IMAGE STYLES */
  cursor:pointer;
  border:5px solid transparent;

  -webkit-user-select: none;
-moz-user-select: none;
-o-user-select: none;
-ms-user-select: none;
    user-select: none;
}

ul.amountSelection li > input:checked + label { /* (RADIO CHECKED) IMAGE STYLES */
    background: #006E50;
    color: #fff;
}

h2.section-header{
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    padding: 15px;
    line-height: 1;
    background: #fafafa;
}

.cart-details{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
}

@media only screen and (max-height: 992px) {
    .cart-details{
        /* margin-top: 15px; */
        /* margin-bottom: 0px; */
    }
}

.cart-details-small {
    font-size: 16px;
}

.cart-details-small strong {
    font-size: 17.6px;
}

.cart-details span{
    /*font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.3px;
    color: #aaa;
    text-transform: uppercase;*/
}

.cart-title{
    margin-bottom: 30px;
}

.pb-basket{
    padding-bottom: 80px;
}

.p-disclaimer{
    /* padding: 20px 20px 20px 40px; */
    padding: 0px 0px;
    font-size: 1.1rem;
}

.p-disclaimer a{
    font-size: 1.1rem;
    text-decoration: underline;
}

#content .deliveryDateOption li label img{
    height: 29px;
}

.container-wide{
    max-width: 1274px;
}

.cat-title {
    padding: 25px 0px 7px 0px;
}

.cat-title, .cat-description {
    color: #3B3630;
}

.cat-description {
    font-size: 24px;
    width: auto;
}

.cat-description {
    margin-bottom: 30px;
    line-height: 30px;
}

@media only screen and (min-width: 1200px) {

    .cat-description {
        width: 568px;
    }

    .catList {
        margin-bottom: 40px;
    }
}


.catList > p {
    max-width: 424px;
    margin: auto;
    margin-bottom: 15px;
    color: rgb(64, 64, 66);
}

#intro {
    max-width: 100%;
}

.removeLink{
    /* background: url(/images/bin.jpg); */
    content: url(/images/trash-alt.svg);
    /* content: url(/images/Delete-Button.svg); */
    /* width: 24px;
    height: 24px; */
    margin-left: 15px;
    transform: translateY(15px);

    padding: 8px 16px;
    border: 1px solid rgba(59, 54, 48, 0.3);
    border-radius: 8px;
    background-repeat: no-repeat;
    background-color: #fff;
    /* display: flex;
    align-items: center; */
}

#header.menuOpen{
    position: fixed!important;
    width: 100%;
    /* height: 100%; */
    z-index: 10;
}
.menuOpenPreload {
    background: url(/images/mobile-bg.svg);
    display:none;
}

/* .collapsing {
    transition: none;
    display: none;
} */

@media only screen and (min-width: 1200px) {
    .royalSlider {
        height: 500px !important;
        width: 100% !important;
    }
    .bannerDescription > div {
        max-width: 505px;
        width: 100%;
    }
    .PanelSearchForm #where-to-use, .totm {
        min-height: 233px;
    }
}

@media only screen and (min-width: 992px) {
    #header.home-header{
        background: none;
        position: absolute;
        top: 0;
        z-index: 1000;
        background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    }
    #header.menuOpen{
        background: #411A51;
        position: relative!important;
    }
    #content .deliveryDateOption li label img {
        height: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .royalSlider {
        height: 155px !important;
        width: 100% !important;
    }
    .bannerDescription > div {
        max-width: 435px;
    }
    .bannerDescription {
        top: 133px;
        width: 38%;
        top: 232px;
        width: 57%;
    }
    .accordion h3 {
        font-size: 150%;
    }
    .PanelSearchForm #where-to-use, .totm {
        height: 230px;
    }
    .totm img {
        height: 100% !important;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .royalSlider {
        height: 247px !important;
        width: 100% !important;
    }
    .bannerDescription > div {
        max-width: 295px;
    }
    .rsDefault .rsBullets {
        bottom: 55%;
    }

    h1.title {
        margin-left: 15%;
        width: 70%;
    }

    .bannerDescription {
        display: none;
    }

    .accordion h3 {
        font-size: 130%;
    }
    .footer-nav > li > a {
        padding: 0 10px;
    }
    .PanelSearchForm #where-to-use > h1 {
        font-size: 235%;
    }
    .PanelSearchForm #where-to-use, .totm {
        height: 226px;
    }
    .totm img {
        height: 100% !important;
    }
}

@media only screen and (max-width: 991px) {
    #PanelLoginBox {
        padding: 12px 5px 12px 5px;
    }
    .cartContents {
        padding: 12px 0 12px 5px;
    }
    /* .nav > li > a {
        padding: 10px 0px !important;
    } */
    .navbar-nav {
        margin: 0;
    }
    #categories  h1 {
        font-size: 26px;
    }
    .cartContents span {
        right: -4px;
    }
    #banner{
        display: none;
    }
    .logo{
        width: 100px;
    }
    body{
        background: #fff;
    }
    .top-bar{
        top: -18px;
    }
    .navbar-toggle{
        top: 18px;
    }
    /* h1, .h1{
        font-size: 36px;
    }
    h2, .h2{
        font-size: 24px;
    } */
}

@media only screen and (min-width: 769px) {
    .img-fill{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        opacity: 1;
        transition: opacity 500ms ease 0s;
        padding-right: 1em;
    }
}

@media only screen and (max-width: 992px) {
    .navbar-nav > li > ul::before, .navbar-nav > li > ul::after {
        display: none;
    }

        .backLink {
        padding: 0 30px;
    }

    .long-pod h1 {
        font-size: 200%;
        width: 100%;
        line-height: 100%;
        max-width: none;
        padding: 13px 20px 15px;
    }
    .long-pod img {
        width: 100%;
    }
    .login-arrow {
        float: right;
    }
    #loginName {
        line-height: 100%;
    }
    #logoutLink {
        float: right;
        margin-left: 0.8em;
    }
    #detailsLink {
        clear: left;
        float: right;
    }
    .accordion h3 {
        font-size: 120%;
    }
    .footer-nav > li > a {
        font-size: 92%;
        padding: 0 8px;
    }
    .text-center-xs { text-align: center; }
    #content div.container img {
        display: inline;
        float: none !important;
        height: auto;
        max-width: 100%;
        /*max-height: 300px;*/
    }
    

    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
    .resultsLogo {
        margin-bottom: 15px;
    }
    .totm {
        margin-top: 15px;
    }
    #MainContent_Content1_ctl02_UpdatePanel1 .col-sm-6 {
        clear: both;
        float: left;
        margin-top: 15px;
    }

        .overlayContent 
    {
        width:90%;
        top:45px;
        margin-left:-45%;
    }

    .pnlLoggedIn {
        padding: 17px 2px;
    }

    .imgHolder {
        text-align: center;
    }

    .mobile-left{
        float: left!important;
    }
    #MainContent_btnChangeBilling {
        margin-bottom: 25px;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 497px) and (max-width: 767px) {
    .royalSlider {
        height: 200px !important;
        width: 100% !important;
    }
    /*.bannerDescription {
        top: 6%;
    }
    .bannerDescription > div {
        max-width: 265px;
    }
    .bannerDescription h1 {
        font-size: 300%;
        line-height: 100%;
    }
    .banner-overlay h1 {
        font-size: 255%;
        padding-top: 9%;
    }
    .bannerDescription h2 {
        font-size: 170%;
        line-height: 110%;
    }
    .bannerDescription p {
        font-size: 115%;
        line-height: 100%;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .bannerDescription > div > img {
        position: relative;
    }*/
    .rsDefault .rsBullets {
       display: none;
    }
    .gold-strip h1 {
        font-size: 395%;
    }
}

@media only screen and (max-width: 705px) {
    .accordion h3 {
        font-size: 105%;
        padding-right: 10%;
    }
}

@media only screen and (min-width: 685px) and (max-width: 767px) {
    #buy .pod-col {
        width: 60%;
    }
}

@media only screen and (max-width: 685px) {

    .col-6.pod, .col-4.pod {
        width: 100%;
    }

    #portlet_footer .col-6.podlarge, #portlet_footer .col-4.podlarge {
        width: 50%;
    }

    .col-4.pod .col-12 {
        width: 50%;
    }

    .pod {
        margin-top: 1.5em;
    }

    .pod:first-child {
        margin-top: 0;
    }

    .pod .bg-light.container-fluid .img-responsive {
        display: inline-block;
        padding-top: 0 !important;
    }

    .portlets .pod > div > img {
        width:100%;
    }

    #where-to-spend .col-6 {
        width: 100%;
        text-align: left;
    }
    #where-to-spend .padTop2em {
        padding-top: 0;
        padding-bottom: 0;
    }

    .quicklinks .container, .quicklinks div.row > div > div {
        border-right: none;
        border-left: none;
    }
    .border-left-dotted  {
        border-left: none;
    }
}

@media only screen and (max-width: 635px) {
    .accordion h3 {
        font-size: 103%;
        padding-right: 10% !important;
    }
    .event-list .eventImgCol {
        width: 100%;
    }
}

@media only screen and (max-width: 550px) {
    .accordion h3 {
        font-size: 100%;
        padding-right: 15% !important;
    }
    .footer-nav > li {
        border-right: medium none;
        /*float: none;*/
        line-height: 145%;
    }
    .footer-nav > li > a {
        font-size: 100%;
    }
    .footer-nav > li:first-child > a {
        padding-left: 8px !important;
    }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
    .pod .img-responsive {
        width: 100%;
    }
}

@media only screen and (max-width: 580px) {
    .bannerDescription > div {
        max-width: 215px;
    }
    .bannerDescription h1 {
        font-size: 235%;
    }
    .bannerDescription h2 {
        font-size: 135%;
    }
    .bannerDescription p {
        font-size: 95%;
    }
    .rsDefault .rsBullets {
        display: none;
    }
    footer .medium {
        font-size: 85%;
    }

}

@media only screen and (max-width: 496px) {
    .royalSlider {
        height: 200px !important;
        width: 100% !important;
    }
    .bannerDescription > div {
        max-width: 160px;
    }
    .bannerDescription p {
        font-size: 95%;
        /*line-height: 100%;
        margin-bottom: 0;
        margin-top: 10px;*/
    }
    h1.title {
        margin-left: 0%;
        width: 100%;
    }
    .border-left {
        border-left: none;
        border-bottom: 1px solid #595657;
        padding-left: 0;
    }
    
    .padTopMob {
        padding-top: 1.1em;
        clear: both;
        display: block;
    }
    .gold-strip h1 {
        font-size: 295%;
    }
    .overlay-box {
        padding: 15px 12px;
        width: 100%;
        margin-top: 1.5em;
    }

    .event-list .eventImgCol .col-4, .event-list .col-half-width {
        width: 50%;
    }
    .event-list .eventImgCol .col-btn, .event-list .col-full-width {
        width: 100%;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 439px) {
    /* .logo {
        width: 120px;
    } */
    /*.win {
        left: 133px;
    }*/
    .woh .col-6 {
        width: 100%;
    }
    .totm-title {
        left: 15px;
        top: 15px;
    }
    .totm-title > h2 {
        font-size: 215%;
    }
    .totm-title > p {
        font-size: 160%;
    }
}

@media only screen and (max-width: 372px) {

    .bannerDescription > div {
        max-width: 135px;
    }
    .bannerDescription > div > div {
        font-size: 90%;
        padding: 10px !important;
    }
}

@media only screen and (max-width: 335px) {
    .fbLoginNote {
        text-align: center;
        margin-left: 0 !important;
    }
    .full-width .medium {
        font-size: 96%;
    }
    .accordion h3 {
        font-size: 100%;
        padding-right: 22% !important;
    }
    .pod h1 {
        font-size: 185%;
    }
}

.catBox {
    margin-top:30px;
}
.catBox a{
    width: 100%;
}
.catBox a:hover {
    /* color:#000; */
    text-decoration:none;
}


.catBox img {
    max-width:304px;
    max-height: 100%;
}
@media screen and (min-width:992px) and (max-width: 1200px) {
    .catBox img {
        max-width:230px;
        max-height: 100%;
    }
}

.pointer {
    cursor:pointer;
}

.border-top{
    border-top: solid 2px #d5d2d2;
}

@media only screen and (max-width: 992px) {
    .border-top-small{
        border-top: solid 1px rgba(59, 54, 48, 0.2);
    }  
}

@media only screen and (max-width: 992px) {
    .border-bottom-small{
        border-top: solid 1px rgba(59, 54, 48, 0.2);
    }  
}

@media only screen and (max-width: 992px) {
    .border-top-bottom-small{
        border-top: solid 1px rgba(59, 54, 48, 0.2);
        border-bottom: solid 1px rgba(59, 54, 48, 0.2);
    }  
}



.border-bottom{
    border-bottom: solid 2px #d5d2d2;
}

@media only screen and (max-width: 991px) { /*Bootstrap XS*/
    /* .catBox img {
        width: 100%;
    } */

    .checkoutProgress {
        font-size: 0.8em;
    }

        .checkoutProgress div.checkoutChevron, .checkoutProgress div.checkoutChevronCompleted {
            top: 18px;
        }


    a.checkoutProgressLink {
        padding: 3px 0;
    }

        a.checkoutProgressLink > span.checkoutStage {
            /* width: 20px;
            height: 20px;
            border-radius: 10px;
            padding-top: 3px; */

            margin-left: 10px;
        }

    .mobile-center{
        text-align: center;
        float: unset;
    }
    /* section#content{
        padding: 30px 0;
    } */

    .overlayCookie div.col-sm {
        font-size: 14px;
        line-height: 22px;
    }

}

.join-register {
    display: none;
}

.woobox-offer {
    max-width: unset !important;
}

.regionLink{
    width: 26px;
    height: 26px;
    display: inline-block;
}

.regionLink img{
    width: 26px;
    height: 26px;
    display: inline-block;
}

.cartContents{
    display: flex;
    align-items: center;
    gap: 6px;
}

.cartContents p{
    color: #fff;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 1.2rem;
}

.cartContents span {
    /* position: absolute; */
    padding: 4px 1px;
    background: #fff;
    font-weight: 300;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    /* top: 6px; */
    left: 100px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

/* .cartContents:before{
    content: "";
    height: 33px;
    width: 31px;
    background: url("/images/basket.svg");
    background-size: contain;
    position: absolute;
    z-index: 1;
}

.cartContents a{
    z-index: 2;
} */

.section-header{
    background: #eee;
    padding: 4px 5px 13px 20px;
    margin-bottom: 20px;
}

.section-header span{
    font-size: 17px;
}

@media screen and (max-width:768px){
    #banner{
        display: none;
    }
    .catList .col-6:nth-child(2) .home-products{
        background: none!important;
    }
    .footer-nav > li {
        float: none;
    }
    .footer-nav > li {
        padding-bottom: 10px;
    }
    section#categories{
        padding-top: 30px;
    }
    .btn{
        padding: 15px 24px 17px 24px;
        border-radius: 32px;
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        height: 48px;
    }
    /* h1, .h1 {
        font-size: 33px;
        line-height: 33px;
    }    
    h2, .h2 {
        font-size: 30px;
        line-height: 30px;
    }     */
    h2.home-header{
        font-size: 33px;
        line-height: 33px;
    }
    .container-wide {
        /*width: 80%;*/
        margin: auto;
    }

    /* select{
        height: 148px;
    } */

    .home-products h2{
        font-size: 30px;
        line-height: 33px;
    }
    
    .pb-basket{
        padding-bottom: 72px;
    }
}

.egiftTitleHeight {
    min-height: 92px;
    /* margin: auto; */
}

@media screen and (min-width: 576px) {
    .egiftTitleHeight {
        min-height: 93px;
    }
}

@media screen and (min-width: 624px) {
    .egiftTitleHeight {
        min-height: 124px;
    }
}

@media screen and (min-width: 639px) {
    .egiftTitleHeight {
        min-height: 92px;
    }
}

@media screen and (min-width: 769px) {
    .egiftTitleHeight {
        min-height: 92px;
    }
}

@media screen and (min-width: 1144px) {
    .egiftTitleHeight {
        min-height: 50px;
    }
}

.b2b-content h3 {
	font-weight: 600;
}

.b2b-content p, .b2b-content h3, .b2b-content h4 {
	font-size: 1.5rem;
	line-height: 30px;
}

.b2b-content h4{
    font-family: gt-super;
}

.b2b-content a, #content .b2b-content a{
    color: #59256E;
    font-weight: 700;
}

.b2b-content a:hover{
    color: #59256E;
  text-decoration: underline;
}

.intro-sub-header {
	max-width: 600px;
	margin: auto;
}

.egiftInfo p {
    line-height: 1;
    font-size: 18px !important;
    padding-bottom: 48px;
}

.egiftInfo img {
    padding-bottom: 30px;
    width: auto;
    height: 230px !important;
}

/* Banner section - start */
.banner-section a:hover {
    color: #fff;
}
.banner-section {
	/* background-color: red; */
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
    max-width: 1248px;
    margin: auto;
}
.logo-with-text {
	width: 100%;
	color: #fff;
}

.logo-text h2 {
	font-weight: 400;
	margin-top: 10px;
    margin-bottom: 0px;
}

@media screen and (max-width:767px){
	.logo-with-text {
		margin-left: 20px;
		display: block;
	}

	.flower-wrapper {
		height: 200px;
		/* width: 250%; */
	}

	.flower-wrapper img {
		height: 140%;
		width: 386px;
		object-fit: cover;
		position: absolute;
		left: 50%;
	}
}

@media screen and (min-width:768px){
	.logo-with-text {
		margin-left: 20px;
		display: block;
	}
	.banner-section {
		height: 200px;
	}

	.flower-wrapper {
		height: 200px;
		width: 100%;
	}
	
	.flower-wrapper img {
		height: 100%;
		width: 80%;
		object-fit: cover;
        position: absolute;
        left: 40%;
	}
}

@media screen and (min-width:992px){
	.logo-with-text {
		margin-left: 20px;
		display: flex;
	}

	.logo-text {
        margin-top: auto;
        margin-bottom: 8px;
    }

    .logo-text h2 {
        margin-top: 0px;
    }

	.banner-section {
		height: 245px;
	}

	.flower-wrapper {
		height: 245px;
		width: 100%;
	}
	
	.flower-wrapper img {
		height: 150%;
		width: 594px;
		object-fit: cover;
        position: absolute;
        left: 52%;
	}
}

/* @media (min-width: 576px) {
	.container, .container-sm {
	  max-width: 95%;
	}
}
  
@media (min-width: 768px) {
	.container, .container-sm, .container-md {
		max-width: 95%;
	}
}
  
@media (min-width: 992px) {
	.container, .container-sm, .container-md, .container-lg {
		max-width: 95%;
	}
} */
  
@media (min-width: 1200px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1248px;
        padding: 0px;
	}

    .navbar {
        width: 100%;
    }

    .cart-grouped-icons {
        margin-left: auto;
    }

    .logo-with-text {
		margin-left: 0px;
	}
}
  
@media (min-width: 1300px) {
    
    .navbar {
        padding-left: 0px;
    }

    .cartContents {
        padding-right: 0px;
    }
}
  
@media (min-width: 1400px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1248px;
        padding: 0px;
	}

    /* .cart-grouped-icons {
        position: relative;
        left: 20vw;
    } */

    .navbar {
        padding-left: 0px;
    }
}
  
/* @media (min-width: 1600px) {

    .cart-grouped-icons {
        position: relative;
        left: 31vw;
    }
} */

.banner-section-wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
	background-color: #6E377D;
}

.banner-section {
	max-width: 1248px;
	margin: auto;
    /* background-color: red; */
}

/* Banner section - end */

/* line either side - start */
.h2-Wrapper h2 {
	font-family: gt-super;
}
.line-both-sides {
	line-height: 0.5;
	text-align: center;
}
.line-both-sides span {
	display: inline-block;
	position: relative;  
}
.line-both-sides span:before,
.line-both-sides span:after {
	content: "";
	position: absolute;
	height: 50%;
	border-bottom: 1px solid #3B3630;
	top: 0;
	width: 600px;
}
.line-both-sides span:before {
	right: 100%;
	margin-right: 50px;
}
.line-both-sides span:after {
	left: 100%;
	margin-left: 50px;
}

.h2-Wrapper {
	max-width: 97.6%;
	overflow: hidden;
	margin: 43px auto 30px;
} 

.h2-Wrapper-products {
    margin: 43px auto 20px;
}

.h2-Wrapper h2 {
	padding: 1rem;
	text-transform: capitalize;
    line-height: 30px;
} 

.h2-Wrapper.gallery h2 {
	padding: 1rem;
	text-transform: none;
} 

/* make the lines a little shorter on mobile */
@media screen and (max-width: 768px) {
	.h2-Wrapper {
		max-width: 85%;
	}

    #content h2 {
        font-size: 22px;
    }
	.line-both-sides span:before {
		right: 100%;
		margin-right: 15px;
	}
	.line-both-sides span:after {
		left: 100%;
		margin-left: 15px;
	}

    .h2-Wrapper {
        max-width: 93%;
        overflow: hidden;
        margin: 15px auto 15px;
    } 
}

/* line either side - end */

.img-fluid {
	width: 100%;
	height: auto;
}

.subHeader {
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    padding: 16px 0px;
}

.subHeader p {
    max-width: 590px;
    font-size: 32px;
    line-height: 40px;
}

.giftCardImages {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 5px;
}

.giftCardImages img {
    width: 305px;
}

.giftCardButtonWrapper {
    display: flex;
    justify-content: center;
    margin: 37px 0px 15px 0px;
}

.btn {
    padding: 0px;
}

@media only screen and (max-width: 768px){
    .btn-link{
        padding: 15px 24px 17px 24px;
    }
}

/* .btn-link{
    padding: 15px 24px 17px 24px;
} */

.btn-giftCard {
    color: #FFF!important;
    background-color: #E83458;
    border-radius: 27px;
    padding: 9px 22px 11px 24px;
    height: auto;
    font-size: 18px;
    font-weight: 600;

    align-items: center;
    display: flex;
    justify-content: center;
}

.btn-giftCard.small{
    width: fit-content;
}

@media screen and (max-width: 992px) {
    .btn-giftCard.small{
        margin-bottom: 50px;
    }
}

.btn-giftCard::after {
	content: url("/images/Chevron.svg");
    position: relative;
    top: 2px;
}

.btn-giftCard:hover {
	color: #FFF;
    background-color: #E83458;
	/* background-color: #fff;
	border-color: #fff; */
}

.btn-giftCard:focus, .btn-giftCard.focus {
	color: #FFF;
    background-color: #E83458;
	/* background-color: #fff;
	border-color: #dae0e5;
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); */
}
  
.btn-giftCard.disabled, .btn-giftCard:disabled {
	color: #FFF;
    background-color: #E83458;
	/* background-color: #f8f9fa;
	border-color: #f8f9fa; */
}

/* footer - start */
.footer-section {
	display: flex;
	align-items: center;
	gap: 2rem;
}

@media screen and (max-width: 768px) {
	.footer-section {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 2rem;
	}

	.cookieButtons {
		display: flex;
		flex-direction: column;
		gap: 16px;
	
		align-items: flex-start;
		justify-content: flex-start;
	}
}
/* footer - end */

/* check balance - start */

.check-balance-area p {
    color: #1b6aab;
    font-weight: 700;
    line-height: 1.3;
    max-width: 450px;
}

.balance-style {
    font-weight: 700;
}

.balance-style-field {
    font-weight: 700;
    display: flex;
    justify-content: flex-end;
}

.balance-button-wrapper {
    display: flex;
    justify-content: flex-end;
}

.btn-check-balance {
    color: #FFF;
    background-color: #6e377d;
    border-radius: 27px;
    padding: 8px 20px;
    height: auto;
    font-size: 18px;
    font-weight: 600;

    align-items: center;
    display: flex;
}

.btn-check-balance::after {
	content: url("/images/Chevron.svg");
    position: relative;
    top: 2px;
}

.btn-check-balance:hover {
	color: #FFF;
    background-color: #6e377d;
}

.btn-check-balance:focus, .btn-check-balance.focus {
	color: #FFF;
    background-color: #6e377d;
}
  
.btn-check-balance.disabled, .btn-check-balance:disabled {
	color: #FFF;
    background-color: #6e377d;
}
/* check balance - end */

/* slider - start */
.products-slider > .slide:not(:first-child) {
    display: none;
}

.products-slider{
    height: 25%;
    overflow: hidden;
}
@media screen and (min-width: 990px) {
    .products-slider{
        height: 224px;
        overflow: hidden;
    }
}

.sliderWrapper {
    width: 100vw;
    overflow: hidden;
    padding: 0px 18px;
    margin: 0px 15px 0px;
}

.slider-header {
    margin-left: -15px;
}

.main-content-area {
	background-color: #F5F2EE;
}

.main-content-area .slider-header {
	font-size: 2rem;
    color: #3B3630;
    margin-bottom: 0px;
}

.slick-dots {
    position: relative !important;
}

.slick-track{ margin-left: 0!important; }

@media screen and (max-width: 992px) {
	.sliderWrapper p {
		text-align: center;
	}

    .main-content-area .slider-header {
        font-size: 26px;
    }
}

/*.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}*/

@media screen and (max-width: 430px)  {
    .products-slider {
        height: 40vh;
    }
}

@media screen and (min-width: 431px) and (max-width: 576px) {
    .products-slider {
        height: 50vh;
    }
}

@media screen and (min-width: 577px) and (max-width: 769px) {
    .products-slider {
        height: 340px;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .products-slider {
        height: 440px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .products-slider {
        height: 160px;
    }
}

.catBox {
    margin-top: 10px;
    padding-bottom: 0px !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #948e87 !important;
}  

.slick-dots li button:before {
    font-size:15px !important;
    color: #c4c1bb !important;
}
/* slider - end */

/* product journey - start */
.prod-subheader {
    font-weight: 350;
    font-size: 32px;
    line-height: 40px;
}
.prod-description {
    font-weight: 350;
    font-size: 22px;
    line-height: 30px;

    /* padding-bottom: 30px;
    margin-bottom: auto; */
}

.blue-text {
    color: #1C6BAB;
    font-weight: 600;
    /* margin-top: -10px; */
    margin-bottom: 25px;
}

.blue-text-2 {
    color: #1C6BAB;
    font-weight: 600;
    margin-top: -20px;
    margin-bottom: 25px;
}

.proceedButton {
    display: flex;
    justify-content: flex-end;
}
@media screen and (min-width: 1200px) {
    .proceedButton {
        margin-top: 20px;
    }
}

.notice-banner {
    border-radius: 8px;
    margin: 0px 1px;
}



.notice-banner-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 17.6px;
    /* font-weight: 350; */
    line-height: 24px;
    color: rgba(59, 54, 48, 1);

    padding: 24px 16px 32px 16px;
}

.text-primary {
    color: #3B3630 !important;
    font-size: 22px;
}

.text-purple {
    color: #6E377D !important;
    font-size: 22px;
}

@media screen and (min-width: 576px) {
	.detail-section {
		display: flex;
	}

    .cart-detail-center {
        align-self: center;
    }

    /* .billing-details-page {
        display: flex;
        justify-content: center;
    } */

}

.checkout-button-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    padding-top: 30px;
}

.btn-primary {
    color: #FFF;
    background-color: #6e377d;
    border-radius: 27px;
    padding: 5px 20px;
    height: 45px;
    font-size: 18px;
    font-weight: 600;

    align-items: center;
    display: flex;
    /* justify-content: space-around; */
    width: fit-content;
}

.btn-primary::after {
	content: url("/images/Chevron.svg");
    position: relative;
    top: 2px;
}

.btn-primary:hover {
	color: #FFF;
    background-color: #6e377d;
	/* background-color: #fff;*/
	border-color: #6e377d; 
}

.btn-primary:focus, .btn-primary.focus {
	color: #FFF;
    background-color: #6e377d;
	/* background-color: #fff;
	border-color: #dae0e5;
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); */
}
  
.btn-primary.disabled, .btn-primary:disabled {
	color: #FFF;
    background-color: #6e377d;
	/* background-color: #f8f9fa;
	border-color: #f8f9fa; */
}

.btn-primary-2 {
    color: #FFF;
    background-color: #6e377d;
    border-radius: 27px;
    padding: 5px 20px;
    height: 45px;
    font-size: 18px;
    font-weight: 600;

    align-items: center;
    display: flex;
    /* justify-content: space-around; */
    width: fit-content;
}

.btn-primary-2::after {
	/* content: url("/images/Chevron.svg"); */
    position: relative;
    top: 2px;
}

.btn-primary-2:hover {
	color: #FFF;
    background-color: #6e377d;
	/* background-color: #fff;
	border-color: #fff; */
}

.btn-primary-2:focus, .btn-primary-2.focus {
	color: #FFF;
    background-color: #6e377d;
	/* background-color: #fff;
	border-color: #dae0e5;
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); */
}
  
.btn-primary-2.disabled, .btn-primary-2:disabled {
	color: #FFF;
    background-color: #6e377d;
	/* background-color: #f8f9fa;
	border-color: #f8f9fa; */
}

.bg-white {
    border-radius: 8px;
}

.total-text {
    font-weight:600 !important;
    font-size:24px;
}

/* .checkout-option-buttons {
    border: solid 2px red !important;
} */

.StripeElement {
    border: 1px solid rgba(59, 54, 48, 0.3) !important;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px !important;
    margin-bottom: 20px;
    padding: 15px 15px !important; 
    min-height: 45px !important;
}

.address-book-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px;
    /* width: 80vw; */
}

.address-book-block {
    width: 100%;
}

.address-book-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* gap: 100px; */
}

@media screen and (max-width: 768px) {
    .address-book-section {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .address-book-buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;
    }
}


.align-center {
    display: flex;
    align-items: center;
}
/* product journey - end */

/* cookie - start */
/* .overlay 
{
    position:fixed;
    left:0px;
    top:0px;
    text-align:center;
    padding-top:200px;
    width:100%;
    height:100%;
    background-color:#fff;
    background-color:rgba(0, 0, 0, 0.5);
    z-index:1500;
} */

.overlayContent {
    width:100%;
    /* padding:20px; */
    position:sticky;
    background-color:#006E50;
	color: #FFF;
    padding: 20px;
}

.overlayContent a {
	color: #FFF;
	text-decoration: underline;
}

.overlayContentPreferences {
	color: #FFF;
    width:80%;
    padding:20px;
    border:1px solid #444444;
    position:fixed;
    top:5vh;
    left:50%;
    margin-left:-40%;
    margin-top:0;
    z-index:1501;
    background-color:#006E50;
}

.overlayContentPreferences a{
	color: #FFF;
    text-decoration: underline;
}

.overlayContentPreferences a{
	color: #FFF;
    text-decoration: underline;
}

.cookieButtons {
	display: flex;
	flex-direction: column;
	gap: 16px;

	align-items: flex-end;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	.cookieButtons {
		align-items: flex-start;
	}
}

@media screen and (min-width: 992px) {
	.enquireIntro {
		display: flex;
		justify-content: center;
	}
	.enquireIntro h3{
		width: 40vw;
	}
}

.btn-light {
	color: #006E50;
	border: 2px solid #fff;
}

.preferencesButton {
	border-radius: 20px;
	padding: 5px 20px;
}

.btn-light:hover {
	color: #006E50;
	background-color: #fff;
	border-color: #fff;
}

.btn-light:focus, .btn-light.focus {
	color: #006E50;
	background-color: #fff;
	border-color: #dae0e5;
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
  
.btn-light.disabled, .btn-light:disabled {
	color: #006E50;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:hover {
	color: #fff;
	background-color: #006E50;
}

.btn-outline-light:focus, .btn-outline-light.focus {
	color: #fff;
	background-color: #006E50;
	border-color: #006E50;
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
  
.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #fff;
	background-color: #006E50;
	border-color: #006E50;
}

.cookieWrapper .btn {
	width: 200px;
	/* border-radius: 20px; */
	font-size: 1em;
	font-weight: 700;
}

.btn-submit::after {
	content: url("/images/Chevron.svg");
}

.cookieButtons button {
	content: url("/images/Chevron.svg");
}
/* cookie - end */

.button-and-label {
    display: flex;
    margin-bottom: 10px;
}

/* .dropdown-button {
    display: flex;
    align-self: flex-end;
    justify-self: flex-end;
} */

/* terms - start */
.Terms-section h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-family: gt-super;
}

.Terms-section p {
    font-size: 17px;
}

.Terms-section ul {
    font-size: 22px;
    list-style: none;
    padding-left: 10px;
    margin-bottom: 0px;
}

.Terms-section li {
    margin-bottom: 10px;
}

.Terms-section h3 {
    font-size: 22px;
}

.Terms-section .catList {
    margin-top: 20px;
}

.Terms-section .terms-business-cards {
    margin-top: 10px;
}

.terms-card-section h3 {
    font-family: gt-super;
}

.catList h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.terms-business-cards h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.Terms-section .home-products a {
    margin-left: 0px;
}
/* terms - end */

/* error section - start */
.error-purple-text {
    color: #6E377D !important;
    max-width: 400px;
}

.error-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    gap: 40px;
    flex-wrap: wrap;
}

.error-section-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.error-section-right p {
    font-size: 1.5rem;
}

/* error section - end */

.find-a-postcode {
    display: flex;
    align-items: center;
}

.find-a-postcode input[type="submit"] {
    margin-bottom: 20px;
    margin-top: 0px;
}

/* final page - start */

.order-complete-msg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.order-complete-msg p {
    font-size: 1.3rem;
    font-weight: 600;

    max-width: 600px;
    text-align: left;
    margin-bottom: 0px;
}

@media screen and (max-width: 576px) {
    .order-complete-msg {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }
    
    .order-complete-msg p {
        font-size: 1.3rem;
        font-weight: 600;
        text-align: center;
        margin-bottom: 0px;
    }
}

.order-ref {
    font-size: 1.3rem;
}

/* final page - end */

/* breadcrumb - start */


.breadcrumb-strip {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* gap: 15px; */
    font-size: 1.1rem;
    height: 41px;
    padding-top: 16px;
}

.breadcrumb-strip a {
    font-weight: 500 !important;
    font-size: 1.1rem;
    width: 150px;
}

.breadcrumb-strip p {
    font-weight: 600 !important;
    font-size: 1.1rem;
    width: 150px;
    margin-bottom: 0px;
}


.breadcrumb-strip-mobile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    font-size: 1.1rem;
    padding-top: 16px;
}

.breadcrumb-strip-mobile a {
    font-weight: 600 !important;
    font-size: 1.1rem;
}

.breadcrumb-strip img {
    margin-right: 16px;
}

.breadcrumb-strip a:hover {
    font-weight: 600 !important;
	text-decoration: none;
}

.breadcrumbBold {
    font-weight: 600 !important;
    font-size: 1.1rem;
}

.breadcrumb-strip .current-breadcrumb {
    font-weight: 600 !important;
    font-size: 1.1rem;
}

.breadcrumb-strip-mobile .current-breadcrumb {
    font-weight: 600 !important;
    font-size: 1.1rem;
}

@media screen and (max-width: 991px) {
    .breadcrumb-strip {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .breadcrumb-strip-mobile {
        display: none;
    }
}

#balance-check {
    margin-top: -8px;
}
/* from checkout - start */

/* .checkoutProgressLink span {
    background-color: #006E50;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    margin-right: 5px;
} */

@media screen and (min-width: 768px) {
    .checkoutStage-mobile {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .checkoutStage {
        display: none;
    }

    .checkoutProgress-icon {
        margin-right: 2px;
    }
}

/* breadcrumb - end */

/* FAQ - start */
@media screen and (min-width: 1400px) {
    .accordion .card {
        border: none;
    }
    
    .accordion .card-header {
        width: 30vw;
    }
    
    .accordion .card-body {
        position: fixed;
        top: 80px;
    
    }
    
    .accordion .card-body2 {
        position: fixed;
        top: 300px;
    
    }
    
    .accordion .collapse {
        width: 30vw;
        position: absolute;
        left: 600px;
    }

    .accordion .collapsing {
        -webkit-transition: none;
        transition: none;
        display: none;
    }
}
/* FAQ - end */

@media screen and (min-width:1200px) and (max-width: 1300px) {
    .navbar, .logo-with-text, .breadcrumb-strip, #footer .wrapper, .sub-footer {
        padding-left: 16px;
    }

    .line-both-sides span:before,
    .line-both-sides span:after {
        content: "";
        position: absolute;
        height: 50%;
        border-bottom: 1px solid #3B3630;
        top: 0;
        width: 31vw;
    }
}

.prod-details {
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .form-group {
        margin-top: 50px;
    }
}

@media only screen and (max-width:992px) {
    .flex-until-large {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media only screen and (max-width: 992px) {
    .logoImg {
        width: 75px;
    }

    .banner-section h2 {
        font-size: 32px;
        font-weight: 300;
    }

    .sliderWrapper {
        width: 100vw;
        overflow-x: hidden;
        padding: 0px 18px;
        margin: 0px 0px;
    }

    ul.amountSelection li label {
        font-size: 17.6px;
    }

    input::placeholder, select::placeholder, textarea::placeholder {
        font-size: 17.6px;
    }

    .prod-text-area {
        margin-bottom: -40px;
    }

    ul.amountSelection li {
        margin-right: 3px;
    }

    .remaining-characters {
        margin-top: -30px;
        margin-bottom: 30px;
    }

    .notice-banner-flex img {
        align-self: flex-start;
    }
    
}

@media only screen and (min-width: 992px) {
    .logoImg {
        width: 159px;
    }

    ul.amountSelection li label {
        font-size: 22.2px;
        font-weight: 600;
    }

    input::placeholder, select::placeholder, textarea::placeholder {
        font-size: 17.6px;
        font-weight: 600;
    }

    .remaining-characters {
        margin-top: -30px;
    }

    .edit-button {
        margin-bottom: 15px;
    }

    .InputContainer {
        font-size: 42.2px;
    }

            
}

.drop-list {
    appearance: none; 
    background-image:url('/images/Chevron-black-down.svg');
    background-position:170px;
    background-repeat:no-repeat;
}

.checkout-instructions-message {
    font-size: 17.6px;
    font-weight: 600;
    line-height: 24px;
    color: rgba(59, 54, 48, 1);

    margin-bottom: 30px;
    margin-top: -10px;
}

.required-flex {
    display: flex;
    justify-content: flex-end;
}

.required-flex span {
    font-size: 17.6px;
    font-weight: 600;
}

.edit-button {
    font-size: 17.6px;
    line-height: 24px;
    font-weight: 600;

    padding: 4px 16px 4px 16px;
    border: 1px solid rgba(59, 54, 48, 0.3);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
}

.complete-button {
    margin-top: -60px;
    padding-right: 15px;
}

.payment-subtitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 25px;
}

.payment-grand-total {
    margin: 0px 0px 25px;
    font-size: 32px !important;
    font-weight: 350 !important;
}

.loading-message {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: rgba(51, 51, 51, 1) !important;
}

@media only screen and (max-width: 768px) {
    .checkout-option-buttons .deliveryDateOption label {
        border: 1px solid rgba(59, 54, 48, 0.3);
        width: 85%;
        position: relative;
        padding: 16px 0px;
        padding-left: 43px;
        right: 45px;
        border-radius: 8px;
    }
    
    .checkout-option-buttons .deliveryDateOption input {
        margin: 20px 15px 5px 5px;
        clear:both;
        width: 24px;
        height: 24px;

        position: relative;
        left: 5px;
        bottom: 2px;
    } 
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
    .checkout-option-buttons .deliveryDateOption label {
        border: 1px solid rgba(59, 54, 48, 0.3);
        width: 300px;
        position: relative;
        padding: 16px 0px;
        padding-left: 43px;
        right: 45px;
        border-radius: 8px;
    }
    
    .checkout-option-buttons .deliveryDateOption input {
        margin: 20px 15px 5px 5px;
        clear:both;
        width: 24px;
        height: 24px;

        position: relative;
        left: 5px;
        bottom: 2px;
    } 
}

@media only screen and (min-width: 1200px) {
    .checkout-option-buttons .deliveryDateOption label {
        border: 1px solid rgba(59, 54, 48, 0.3);
        width: 300px;
        position: relative;
        padding: 16px 0px;
        padding-left: 43px;
        right: 45px;
        border-radius: 8px;
    }
    
    .checkout-option-buttons .deliveryDateOption input {
        margin: 20px 15px 5px 5px;
        clear:both;
        width: 24px;
        height: 24px;

        position: relative;
        left: 5px;
        bottom: 2px;
    } 
}

.checkout-option-buttons select {
    width: 300px;
}

.checkout-option-buttons input[type="radio"]:checked {
    appearance: none;
    border: 7px solid rgba(89, 37, 110, 1);
    border-radius: 25px;
}   


/* FAQ - start */
.faq-section h2 {
    font-size: 25px;
    font-weight: 300;
	margin-bottom: 20px;
}

.faq-section h2 span {
    font-weight: 600;
}

.question-wrapper a{
    font-weight: 300;
	font-size: 1.3rem;
}

/* .question-wrapper a:visited{
    font-weight: 900;
} */

.question-wrapper a:hover{
    text-decoration: none; 
	font-weight: 600;
}

.answer {
    background-color: #fff;
    border-radius: 4px;
    padding: 30px;
}

.answer span {
    font-weight: 600;
	font-size: 1.3rem;
}

.answer p {
    margin-top: 20px;
}

@media screen and (max-width: 1600px) {
	.question-wrapper {
        width: 100%;
        color: #000;
        background-color: #fff;
        margin-bottom: 10px;
        border-radius: 4px;
        box-shadow: 2px 2px #888888;
    }

	.question-wrapper a{
        display: block;
        width: 100%;
        padding: 15px 20px;
        color: #000;
    }

	.answer {
        height: 100%;
		margin-bottom: 30px;
    }
}

@media screen and (min-width: 1600px) {
    .faq-card-wrapper {
        display: flex;
        gap: 20px;
        width: 100%;
    }
    
    .question-wrapper {
        width: 32vw;
        max-width: 600px;
        color: #000;
        background-color: #fff;
        margin-bottom: 10px;
        border-radius: 4px;
        box-shadow: 2px 2px #888888;
    }
    
    .question-wrapper a{
        display: block;
        width: 100%;
        padding: 15px 20px;
        color: #000;
    }
    
    /* .question-wrapper a::after{
        content: url("/images/Chevron-black.svg");
    } */

	.answer {
		width: 32vw;
        top: 50px;
        position: absolute;
        right: 0px;
	}

    .answer-wrapper {
        height: 410px;
        max-width: 600px;
    }
    
    .answer-wrapper2 {
		height: 350px;
        max-width: 600px;
    }
    
    .answer-wrapper3 {
		height: 250px;
        max-width: 600px;
    } 
    
    /* .answer-wrapper4 {
		height: 210px;
    } */
    
    /* .answer-wrapper5 {
		height: 170px;
    } */
}

.btn-submit {
	padding: 5px 20px;
	border-radius: 27px;
	font-size: 18px;
	/* font-weight: 700; */
	line-height: 1;
	color: #fff!important;
	background-color: #6E377D;
	border-color: #6E377D;

	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
}

.btn-submit::after {
	content: url("/images/Chevron.svg");
}

.btn-submit:hover {
	color: #fff!important;
	/* background: #ee7d80;
	border-color: #ee7d80; */
	background: #59256E;
	border-color: #59256E;
}

.btn-submit:active .btn-submit:focus {
	color: #fff;
	background: #59256E;
	border-color: #59256E;
}

/* breadcrumb - start */


.breadcrumb-strip {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* gap: 15px; */
    font-size: 1.1rem;
	color: #3B3630;
	/* margin-left: -10px; */
	height: 40px;
	padding-top: 16px;
}

.breadcrumb-strip a {
    font-weight: 500 !important;
    font-size: 1.1rem;
    width: 150px;
	color: #3B3630;
}

.breadcrumb-strip p {
    font-weight: 600 !important;
    font-size: 1.1rem;
    width: auto;
    min-width: 150px;
    margin-bottom: 0px;
}


.breadcrumb-strip-mobile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    font-size: 1.1rem;
    padding-top: 16px;
}

.breadcrumb-strip-mobile a {
    font-weight: 600 !important;
    font-size: 1.1rem;
}

.breadcrumb-strip img {
    margin-right: 16px;
}

.breadcrumb-strip a:hover {
    font-weight: 600 !important;
	text-decoration: none;
}

.breadcrumbBold {
    font-weight: 600 !important;
    font-size: 1.1rem;
}

.breadcrumb-strip .current-breadcrumb {
    font-weight: 600 !important;
    font-size: 1.1rem;
}

.breadcrumb-strip-mobile .current-breadcrumb {
    font-weight: 600 !important;
    font-size: 1.1rem;
}

.breadcrumb-strip-mobile a {
    color: #3B3630;
	text-decoration: none;
}

@media screen and (max-width: 992px) {
    .breadcrumb-strip {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .breadcrumb-strip-mobile {
        display: none;
    }
}

/* breadcrumb - end */

.custom-banner-image img {
    max-height: auto;
    width: 100%;
}