:root {
    --headingFont: 'Vinter';
    --bodyFont: "Sen", sans-serif;
    --colour1: #fbf9f4;
    --colour2: #f0eadf;
    --colour3: #b3a18a;
    --colour4: #5d6b6b;
    --colour5: #616146;
    --colour6: #8c9a97;
    --colour7: #d6aea1;
    --colour8: #e2d4c4;
    --colour9: #7e3b2e;
}

@font-face {
    font-family: 'Vinter';
    src: url('../upload/files/fonts/Vinter-Light.woff2') format('woff2'),
        url('../upload/files/fonts/Vinter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Vinter';
    src: url('../upload/files/fonts/Vinter-Medium.woff2') format('woff2'),
        url('../upload/files/fonts/Vinter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Vinter';
    src: url('../upload/files/fonts/Vinter-Regular.woff2') format('woff2'),
        url('../upload/files/fonts/Vinter-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {background:var(--colour1); color: #333}
.container {background:var(--colour1);}
.head-container {border-bottom: 1px solid #f5f0e1;background:var(--colour1);display:none;}
.topnav-container, .navbar-default {background:var(--colour1);transition:0.5s background ease-in-out;}
.topnav-container.container-fluid {padding-left:0px;padding-right:0px;}
.topnav-container .container-fluid {padding-left:0px;padding-right:0px;}
h1, h2, h3, h4, h5, h6 {color: #333;}
.cartHeader, .confirmTell {color: #333;}

.addressData a, .addressData a:visited {color:#333;}
.addressData a:hover{color:#9eb286}

.navbar-default .navbar-nav>li>a { color: #333;}
.navbar-default .navbar-nav>li>a.current, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {color:var(--colour3);}

.catNavigator dt {color:var(--colour5);text-transform:uppercase;font-size:14px;font-weight:400}
.catNavigator dd, .catNavigator a:link, .catNavigator a:visited { color:#333}
.catNavigator a:hover, .catNavigator a:focus, .catNavigator a.current { color: #616146; text-decoration:none}
#leftNavigator {padding-top:15px;}

.panel{background: #fcfcfc;border: 1px solid #dadada;color:#333;}
.panel:hover{background:#fcfcfc;border:1px solid #909090;}
.designButton:hover, .designButton:focus, .designItems, .catImages:hover {  background: #fcfcfc; border: 1px solid #909090;color: #333; text-decoration:none}
.newsPanel:hover{  background: #fcfcfc; border: 1px solid #909090;color: #333; text-decoration:none}
.panel-heading h2 {color:#333;}

.designButton img {max-height:none;width:100%;height:100%;aspect-ratio:1/1;object-fit:cover;object-position:center;}
.designButton .panel-body {padding:0px}
.designButton {background:none;border:0px;}
.designButton:hover {border:0px;background:none;}
.designButton .title {font-weight:400;font-size:1.8rem;margin-top:1.5rem;color:var(--colour5)}
.designButton .price {margin-top:0rem;font-weight:400;}

@media (min-width: 992px) {
    .page2 .productCol {
        width: 33.33333333%
    }
}

h1.title, h2.title {color:#333;}
h1.title::before, h1.title::after, h2.title::before, h2.title::after {border-bottom:1px solid #DADADA;}

.footerContainer { border-top: 0px solid #5c604D;background: var(--colour2); color: #333;padding-left:0px;padding-right:0px;}
.footerContainer .container{ border-top: 0px solid #dadada;background:none;}
#footer dt{color:#333;text-transform:uppercase;font-size:14px;font-weight:600}
#footer a:link, #footer a:visited {color:#333}
#footer a:hover {color: #9eb286}
#footer dd {color:#333;}

/** Footer **/
.footerTextAlign {text-align:center;display:none;}
.footerContainer .row img {display:none;}

#customBottom.container {width:100%;max-width:1460px;padding:6rem 30px;padding-bottom:0px;}
.customFooter {display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:30px;}

.footerCol img {max-width:250px;margin-bottom:2rem;}
.footerCol i {font-size:2rem;margin-right:1rem;}
.footerCol a {color:#333;}
.footerCol a:hover {color:var(--colour4)}
.footerCol {font-size:1.5rem;color:#333;}
.footerCol h3 {font-size:2rem;margin-bottom:15px;color:#333;}
.footerCol p {line-height:25px;}
.footerCol:nth-of-type(1) p {max-width:80%;}

.footerCard {margin:2rem auto;}
.footerCard img {max-width:300px;}

body {font-family:var(--bodyFont);font-size: 16px;scroll-behavior: smooth;}
.highlight{/* background:#c4cac1; */}
a {color: #d6aea1} 
a:hover, a:focus {text-decoration:none; color: #333;}
h1, h2, h3, h4, h5, h6 {font-family:var(--headingFont);}
h1, h2{font-family:var(--headingFont)}
h1 {font-weight:500;text-transform:uppercase;color:var(--colour5);font-size:4rem;}
h2 {font-size:2.5rem;}
.cartHeader, .confirmTell {font-weight:400; font-family:var(--headingFont);}
strong, b {font-weight: 700;}
.fa {font-family: 'FontAwesome'!important;font-weight:300!important;}

.head-container {padding: 4px 0;}
.topbanner-container {  padding-left: 0px;  padding-right: 0px; }

/** nav bar **/
.navbar-brand {margin:0px;margin-top:30px;margin-bottom:20px;float:none;display:block;padding:0px;transition:0.5 margin-bottom ease-in-out;}
.navbar-default {  border-color: #99a285;border-radius: 0px; border: 0px solid #444; border-right:none; border-left:none; border-top:none}
.navbar-default .navbar-nav>li>a {font-size: 14px;display:inline-block; text-transform:uppercase;font-weight:400 }
.navbar-right { width:100%;  margin-top: 0px;margin-right:0px} 
.navbar-nav>li{float:none;display:inline}
.navbar-brand>img {margin-left: auto;margin-right: auto;max-width:250px;transition:0.5s max-width ease-in-out;}
.navbar-header{float:none;margin-top:0px}
 
.navbar-nav {border-top: 0px solid #DADADA; border-bottom: 1px solid #f5f0e1;list-style:none;text-align:center }
.navbar-collapse {padding-left:0px;padding-right:0px;}

.stickyNav .navbar-brand>img {max-width:200px;}

/** buttons **/
.btn-primary{border:1px solid var(--colour5);background:var(--colour5);padding:1rem 2rem;border-radius:0px;font-weight:400;}
.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active, .btn-primary:active:focus,.btn-primary.active.focus{border: 1px solid #707058;background:#707058} 
.btn-header {border-radius: 0px;  border: 1px solid #DADADA;}
.btn-header:hover { color:#9eb286}
a.btn-header:hover{color:#9eb286}
.btn-default, .btnBack {border:1px solid var(--colour3);background:var(--colour3);padding:1rem 2rem;border-radius:0px;font-weight:400;color:#fff;}
.btn-default:hover, .btnBack:hover {border:1px solid #baaa95;background:#baaa95;color:#fff;}

.btnArrow i {margin-left:5px;transition: margin-left 0.2s ease-in-out;}
.btnArrow:hover i {margin-left:10px;}

.btn-lg {font-size:1.6rem;}
.btnGo {margin-right:0px;}

.btnBanner {background:var(--colour9);}

@media (min-width: 1024px) {
.designButton {/* height: 350px; */}
}

h1.title {  display: flex; align-items: center;  text-align: center; margin: 20px 0 20px 0}
h2.title {  font-size: 18px; display: flex; align-items: center;  text-align: center;  margin: 20px 0}

h1.title::before, h1.title::after, h2.title::before, h2.title::after { content: ''; flex: 1;}
h1.title::before, h2.title::before { margin-right: .65em; }
h1.title::after, h2.title::after { margin-left: .65em; } 

@media screen and (min-width: 992px){
    .columns{
        -moz-column-count:3; /* Firefox */
        -webkit-column-count:3; /* Safari and Chrome */
        column-count:3;
        width: 600px;
    }
}


/***** AMENDS BY MARK AUG 2015 *****/
/*size of header contact icons */
.fa-envelope, .fa-phone-square{font-size:21px !important}

/* search box */
#collapseSearch .well{background:#444;border:1px solid #333;}

/* navbar-toggle */
.navbar-toggle {border-color: #dddddd;}
.navbar-toggle .icon-bar {background-color: #333;}
.navbar-toggle:hover .icon-bar{background-color:#9eb286}
.navbar-toggle{float:none;top:3px;margin-left:3px}

.dropdown-header{color:#5c604d}
.dropdown-menu{background:#fcfcfc}
.dropdown-menu>li>a, .dropdown-menu>li>a:visited {color:#333}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {background:#f0f0f0;color:#333}
.dropdown-menu .divider{background-color:#f0f0f0}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {color:#9eb286;background:none}

.homepanel {background:#fff;text-align:center;margin-bottom:10px;margin-top:20px}
.date-disp-square-sm{background-color:#9eb286;border:1px solid #9eb286}

.newsH1 {padding:35px 0 15px 0; color: #fff}

#socialShare{margin-top:30px}
.mosaicflow__item {margin: 10px 10px 0px 0px;}

.galleryCell .panel, .galleryCell, .galleryCell .panel-default{height:auto;margin-bottom:15px}
.galleryCell img{max-height:none;width:100%;object-position:center;object-fit:cover;aspect-ratio:1/1;}
#content{margin-top:20px}
.dropdown-menu{min-width:240px}
.galleryPageSize{color:#333;font-size:14px}

.galleryTitle {display:none;}
.galleryCell .panel .panel-body {padding:0px;}
.galleryCell .panel {border:0px;}
.page5 .galleryNav {display:none;}

.contactDetails a{font-size:15px}

/**** MARKS TWEAKS FOR v65 BUGS ****/
.socialHead i {padding-right: 12px;}
.catImages, .designButton{height:300px}
.designButton {height:auto;}
.newsPanelHeight{min-height:240px}
.navbar-right .dropdown-menu {left:0;top:33px}
.headerSearch, .headerCart, .headerEmail, .headerTel{text-align:center;padding-top:12px;font-size:16px}
.headerSearch, .headerCart{padding-top:16px}
.navbar-toggle{margin-top:4px}
.addressDataMobile .col-xs-2{width:20%}
.addressDataMobile a{color:#333;}
.addressDataMobile a:hover{color:#9eb286;}
.pageMap{margin-top:20px}
#content{margin-bottom:30px}
.owl-carousel{margin-bottom:20px}
.addressData-right .fa{margin-right:8px}
#mobilenav a{color:#333}
#mobilenav .dropdow-menu a{color:#333}
#mobilenav a:hover{color:#333}
#mobilenav .adminButton a{color:#fff;}
#mobilenav .adminButton{margin-right:10px}
.pageGallery h1{display:none;}
.loginFormControl{height:45px;padding-top:10px}
.owlDiv img{max-width:100%}
.selectDate{z-index:100;}
.basketDetail .deliveryInfo{display:inline-block}
.gm-style-iw-d{color:#333;}
@media (max-width: 768px){
.dropdown-menu {max-height: 400px;width: 100%;overflow-y: scroll;-webkit-overflow-scrolling: touch;}
}

.addressDataMobile a{color:#333;}
.addressDataMobile a:hover{color:#616146;}

.navbar-toggle {border-color: #333;border:none;}
.navbar-toggle .icon-bar {background-color: #333;}
.navbar-toggle .icon-bar:hover {background-color:#616146;}
.navbar-toggle:hover .icon-bar{background-color:#616146}

.addressDataMobile li {list-style:none;}
.addressDataMobile{margin-top: 0px;padding-bottom: 0px;border-bottom:0px solid #f1f1f1;margin-bottom:0px;text-align:center;}
.addressDataMobile li {line-height: 35px; padding: 0 0 0 0px;}

.mobile-nav{width:100%;margin-top:0px;list-style:none;background:#fbf9f4;padding:0px;text-align:center;margin-top:10px;}
.mobile-nav>li>a{display:block;border-top:none;border-bottom:1px solid #f6f2e6;padding-bottom:8px;padding-top:8px;font-weight:400;text-transform:none;color:#fff;}
.mobile-nav>li>a:hover, .mobile-nav>li>a:focus {background:#f6f2e6;color:#fff}
.testLogin {background:#fbf9f4;text-align:center;margin-top:-20px;padding-top:10px;padding-bottom:10px;color:#8a8a8a;display:none;}
.adminButton {margin-left:10px;margin-right:10px;color:#fff!important;background:#b09a51;font-weight:300;font-size:12px;border:1px solid #b09a51;}
.adminButton:hover {border:1px solid #333;color:#fff;background:#333;color:#fff;}
.adminButton a {color:#fff;}

.equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.content-container {width:100%;max-width:1460px;margin:auto;padding-top: 127px;}
.page1 .content-container, .page4 .content-container {max-width:100%;padding-left:0px;padding-right:0px;}
.page1 #info, .page4 #info {padding-left:0px;padding-right:0px;padding-top:0px;}
.page1 #content, .page4 #content {margin-top:0px;margin-bottom:0px;}
.custom-container {max-width:1460px;margin:auto;padding:0px 30px;}

#customTop.container {background: none;height:0px;width:100%;padding-left:0px;padding-right:0px;}
.customHeaderIcons {
    display:flex;
    flex-direction:row;
    max-width:1460px;
    margin:auto;
    padding:0px 30px;
    position:relative;
    top:35px;
    z-index: 9999;
    transition:0.5s top ease-in;
}
.customHeaderIcons a {color:#616146;}
.customHeaderIcons a:hover {color:#222;}
.customHeaderIcons i {font-size:2rem;}
.socialIcons i {margin-right:15px;}
.headerWrap {display:flex;}
.headerWrapLeft {margin-right:auto;}

.bannerGrid {
    display:grid;
    grid-template-columns:repeat(23, 1fr);
    grid-template-rows:repeat(12, 1fr);
    height: calc(100vh - 128px);
    gap:0px;
}
.bannerGridCont {
    grid-column-start:3;
    grid-column-end:11;
    grid-row-start:3;
    grid-row-end:11;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
}
.bannerGridCont h2 {font-size: 5vw;margin-bottom:15px;text-transform:uppercase;font-weight:400;color:var(--colour5)}
.bannerGridCont h3 {font-size:1.8vw;font-family:var(--headingFont);margin-bottom:30px;font-weight:400;color:var(--colour5);line-height:35px;}
.bannerGridImage {
    grid-column-start:11;
    grid-column-end:19;
    grid-row-start:2;
    grid-row-end: 12;
}
.bannerGridImage img, .bannerGridImageTwo img {height:100%;width:100%;object-fit:cover;object-position:center;}
.bannerGridImageTwo {
    grid-column-start:19;
    grid-column-end:24;
    grid-row-start:3;
    grid-row-end:11;
}

.bannerBigImage {
    grid-column-start: 12;
    grid-column-end: 24;
    grid-row-start: 1;
    grid-row-end: 13;
}
.bannerBigImage img, .bannerSmallImage img {width:100%;height:100%;object-fit:cover;object-position:center;}

.bannerSmallImage {
    grid-column-start: 6;
    grid-column-end: 12;
    grid-row-start: 5;
    grid-row-end: 13;
}

.bannerTextBox {
    background:var(--colour2);
    grid-column-start: 12;
    grid-column-end: 18;
    grid-row-start: 5;
    grid-row-end: 13;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}
.bannerTextBox h2 {font-size:6rem;margin-bottom:20px;color:var(--colour9)}

.lowerGrid {
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:1fr;
}
.lowerGridCont {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    height:700px;
    padding:7rem;
    background:var(--colour5);
    color:var(--colour1);
}
.lowerGridCont h2 {font-size:4rem;margin-bottom:30px;color:var(--colour2)}
.lowerGridCont h3 {font-size:2.5rem;margin-bottom:15px;color:var(--colour1)}
.lowerGridCont h3:nth-of-type(2) {margin-top:auto;}
.lowerGridCont p:last-of-type {margin-bottom:0px;}
.lowerGridImage img {width:100%;height:100%;object-fit:cover;object-position:center;}

.page1 .designList {max-width:1460px;margin:auto;padding:0rem 30px;padding-top:0px;}
.page1 .desSelection {padding-top:0px;}
.page1 .pageDesigns {background:var(--colour8);}
.page1 .designButton {margin-bottom:0px;}

.floralFav {max-width:1460px;margin:auto;text-align:left;padding:0px 30px;padding-top:10rem;margin-bottom:4rem;font-size:3rem;color: #776959;text-transform:uppercase;letter-spacing:2px;}
.homeButtons {text-align:center;padding:0px 30px;padding-bottom:6rem;max-width:1460px;margin:auto;margin-top:6rem;}
.btnHome {background:var(--colour3);border:1px solid var(--colour3);color:#fff;}
.btnHome:hover {background:var(--colour5);border:1px solid var(--colour5);}

.marquee {overflow: hidden;display: flex;background:var(--colour4);padding:2rem;}
.marquee p{font-size: 4rem;white-space: nowrap;text-transform: uppercase;font-family:var(--headingFont);color:var(--colour1);letter-spacing:5px;margin-bottom:0px;font-weight:300;}

.sectionBg {border-top:1px solid #f5f0e1;padding:10rem 0px;padding-top:8rem;background:var(--colour2)}
.sectionTitle {text-align:center;font-size:3.5rem;margin-bottom:15px;}
.sectionSubHeading {text-align:center;margin-bottom:8rem;font-family:var(--headingFont);font-weight:400;font-size:2rem;}
.panelGrid {
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-template-rows:1fr;
    gap:30px;
    height:100%;
}
.panelCol .panelColImage {
    height:420px;
}
.panelCol:nth-of-type(2) .panelColImage {
    height:500px;
}
.panelCol:nth-of-type(3) .panelColImage {
    height:420px;
}
.panelColImage {
    background:#333;
}
.panelColImage img {width:100%;height:100%;object-fit:cover;object-position:center;}
.panelColCont {margin-top:1.5rem;}
.panelColCont h3 {margin-bottom:10px;font-size:2.5rem;}
.panelColCont .btnHome {background:none;color:#333;border:0px;padding:0px;}

.panelCol {
    display:flex;
    flex-direction:column;
}

.pageIntro {text-align:center;max-width:70%;margin:6rem auto;font-size:1.7rem;}
.content-container:has(.pageIntro) #content {margin-top:0px;}
.content-container:has(.pageIntro) #info {padding-top:0px;}

.pageContact .col-md-4 {display:none;}
.pageContact .col-md-8 {width:100%;}
.contactForm .form-group .col-sm-9 {width:100%;}
.contactForm .form-group label {text-align:left;margin-bottom:5px;font-weight:400;font-size:1.4rem;}
.pageContact {max-width:50%;margin:auto;margin-top:4rem;}
.page4 .pageContact {margin-bottom:3rem;}
.pageContact h2 {text-align:center;font-size:0px;text-transform:uppercase;letter-spacing:2px;}
.pageContact h2::after {
    content:'Online Enquiry';
    display:block;
    font-size:2.2rem;
    margin-bottom:2rem;
}
.pageContact .form-control {border-radius:0px;box-shadow:none;}
.shopLocs {
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:1fr;
    gap:30px;
}
.shopBox h3 {font-size:3.5rem;margin-bottom:auto;color:#fff;font-weight:400;}
.shopBox a {color:#fff;text-decoration:underline;}
.shopBox p:last-of-type {margin-bottom:0px;}
.shopBox {
    display:flex;
    flex-direction:column;
    font-size:1.8rem;
    padding:3rem;
    background: var(--colour6);
    color:#fff;
}
.shopMap {height:100%;}

.splide__track--nav>.splide__list>.splide__slide.is-active {border:1px solid #f0eadf!important;padding:5px;}
.imageNote {margin-top:1rem;}
.designPrices {background:none;border:1px solid #f0eadf;padding:3rem;}
#designBlock {margin-top:0px;}

.cartWrapper {border-radius:0px;border:1px solid #f0eadf;}
#lyAccLogin {display:none;}
.form-control {border-radius:0px;box-shadow:none;}

.basket h1 {text-align:center;margin:2rem auto;margin-bottom:5rem;}

.weddingGrid {
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:1fr;
}
.weddingGridLeft {background:#111;max-height: 670px;}
.weddingGridLeft img {width:100%;height:100%;object-fit:cover;object-position:center;}
.weddingGridRight {
    min-height:500px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-end;
    padding:4rem;
    font-size:1.8rem;
}
.weddingGridRight p {margin-bottom:0px;}
.weddingGridRight h2 {text-transform:uppercase;font-size:5rem;max-width:70%;color:var(--colour4)}
.weddingGridRight h1 {font-size:5rem;}

.weddingMid {text-align:center;max-width:70%;margin:6rem auto;font-size:1.8rem;}
.weddingMid h2 {text-transform:uppercase;font-size:3rem;}
.weddingMidBg {background:var(--colour5);padding:6rem 0px;color:#fff;}
.weddingMidBg .weddingMid h2 {color:var(--colour2)}
.weddingMidBg .weddingMid {margin:0px auto;}
.weddingMidBgAlt {background:var(--colour7)}

.page4 .pageGallery {max-width:1460px;margin:auto;padding:0px 30px;}

.funeralTitle {text-align:center;text-transform:uppercase;letter-spacing:2px;font-size:2.2rem;}
.page5 .pageContact h2::after {display:none;}
.page5 .weddingMid {margin-top:4rem;}

#pageFilters.highlight {background:#fbf9f4;border:1px solid #f5f0e1;}
.galleryNav {padding-right:15px;padding-left:15px;}
.galleryNav:nth-of-type(4) {margin-bottom:2rem;}
.galleryImages {padding-top:0px;}

@media (max-width:768px) {
    .head-container {display:block;z-index:9999;}
    #designBlock {margin-top:20px;}
    #customTop.container {display:none;}
    .head-container {display:block;}
    .bannerGrid {background-image:none;grid-template-columns:repeat(12, 1fr);grid-template-rows:repeat(12, 1fr);height: calc(100vh - 142px);/* margin-bottom:4rem; */}
    .bannerGridCont {grid-column-start: 1;grid-column-end: 13;grid-row-start: 1;grid-row-end:6;padding: 3rem;}
    .bannerGridCont h2 {font-size:4rem;}
    .bannerGridCont h3 {font-size:3rem;}
    .bannerGridImage {grid-column-start:1;grid-column-end:7;grid-row-start:7;grid-row-end: 12;}
    .bannerGridImageTwo {grid-column-start:7;grid-column-end:13;grid-row-start:6;grid-row-end: 13;}
    .customFooter, .lowerGrid, .shopLocs {grid-template-columns:1fr;}
    .customFooter {gap:15px;}
    .page1 .designButton {margin-bottom:20px;}
    .lowerGridImage img {height:500px;}
    .lowerGridCont {padding:3rem;}
    .footerCol:nth-of-type(1) p {max-width:100%;}
    .navbar-brand {margin-top: 85px;margin-bottom:30px;}
    .navbar-default {border-bottom:1px solid #f6f2e6;}
    .panelGrid {grid-template-columns:1fr;}
    .panelCol:nth-of-type(2) .panelColImage {height:420px;}
    .pageContact {max-width:80%;}
    .pageIntro {max-width:100%;}
    .shopBox {height:400px;}
    .topnav-container.container-fluid {position:relative;}
    .content-container {padding-top:0px;}
    .homeButtons {margin-top:3rem;}
    .weddingGrid {grid-template-columns:1fr;}
    .weddingMid {max-width:100%;padding:2rem;}
    .weddingMid:nth-of-type(4) {margin-bottom:0px;}
    .bannerSmallImage {grid-column-start: 1;grid-column-end: 7;grid-row-start: 6;grid-row-end: 13;z-index:1;}
    .bannerBigImage {grid-column-start: 1;grid-column-end: 13;grid-row-start: 1;grid-row-end: 13;}
    .bannerTextBox {grid-column-start: 7;grid-column-end: 18;grid-row-start: 6;grid-row-end: 13;}
    .bannerTextBox h2 {font-size:3.5rem;margin-bottom:20px;color:var(--colour9)}
}

.orderSummaryText {background: #fbf9f4;border: 1px solid #555555;}
.orderSummaryText .items {border-bottom: 1px solid #555555; }
.orderSummaryText .lineitem {border-bottom: 1px solid #555555;}
.orderSummaryText .header {color: #111;}

.breadcrumb {background-color: #555555;color:#fff}
.breadcrumb>.active {color:#fff;}
.paymentSectionDate, .paymentSectionItems, .paymentSectionDelAd, .paymentSectionDelName {background: #fbf9f4;border: 1px solid #555555;}

.stripe-element {background:transparent !important;border:none !important}
.stripe-element fieldset {background-color:#fff;}

.orderComplete.highlight {background: #fbf9f4;border: 1px solid #555555;}