:root {
    --headingFont: 'HV Fitzgerald';
    --bodyFont: "Sen", sans-serif;
    --green: #f4ede2;
}

@font-face {
    font-family: 'HV Fitzgerald';
    src: url('../upload/files/fonts/HVFitzgerald-Bold.woff2') format('woff2'),
        url('../upload/files/fonts/HVFitzgerald-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HV Fitzgerald';
    src: url('../upload/files/fonts/HVFitzgerald-Regular.woff2') format('woff2'),
        url('../upload/files/fonts/HVFitzgerald-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {background:var(--green); color: #333}
.container {background:var(--green);}
.head-container {border-bottom: 0px solid #ece3d6;background:#4b604a;display:none;}
.topnav-container, .navbar-default {background:var(--green);}
.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:#555;}
.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: #4d644c;}

.catNavigator dt {color:#4b604a;text-transform:none;font-size:18px;font-weight:400;font-family:var(--headingFont);}
.catNavigator dd, .catNavigator a:link, .catNavigator a:visited { color:#333}
.catNavigator a:hover, .catNavigator a:focus, .catNavigator a.current { color: #4b604a; text-decoration:none}
.leftNavigator {padding-top:15px;}
.leftExtras {display:none;}

.panel{background: #fcfcfc;border: 1px solid #dadada;color:#555;}
.panel:hover{background:#fcfcfc;border:1px solid #909090;}
.designButton:hover, .designButton:focus, .designItems, .catImages:hover {  background: #fcfcfc; border: 1px solid #909090;color: #555; text-decoration:none}
.newsPanel:hover{  background: #fcfcfc; border: 1px solid #909090;color: #555; text-decoration:none}
.panel-heading h2 {color:#555;}

.designButton {background:#f4ede2;box-shadow:none;border:0px;border-radius:10px;border:1px solid #4f6e4d}
.designButton:hover {background:#f4ede2;border:1px solid #4f6e4d;}
.designButton:hover .price {background:#ece3d6;color:#333;}
.designButton img {max-height:none;border-radius:8px;transition:0.5s all;width:100%;height:100%;aspect-ratio:1/1;max-height:none;object-fit:cover;object-position:center;}
.designButton .title, .designButton .price {color:#fefbf6;}
.designButton .title {font-family:var(--headingFont);font-size:2rem;margin-top:1.3rem;font-weight:300;color:#333;}
.designButton .price {font-weight:500;margin-top:5px;position:absolute;bottom:70px;left:25px;padding:1rem 2rem;border-radius:0px 8px 0px 8px;background:#4b604a;color:#fff;font-size:1.3rem;}

.catImages .img-responsive {width:100%;height:100%;aspect-ratio:1/1;max-height:none;object-fit:cover;object-position:center;}
.catImages {background:#f4ede2;border:1px solid #4f6e4d;}
.catImages:hover {background:#f4ede2;border:1px solid #577854;;}
.catImages .panel-heading h2 {font-size:1.6rem;}

h1.title, h2.title {color:#555;}
h1.title::before, h1.title::after, h2.title::before, h2.title::after {border-bottom:1px solid #DADADA;}

.footerContainer { border-top: 0px solid #5c604D;background: #4b604a;color: #fff;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:#555}
#footer a:hover {color: #9eb286}
#footer dd {color:#555;}

/** Footer **/
.footerTextAlign {text-align:center;display:none;}
.footerContainer .row img {display:none;}

#customBottom.container {width:100%;padding-left:0px;padding-right:0px;}
.customFooter {max-width:1460px;margin:auto;padding:8rem 30px;padding-bottom:5rem;}
.footerCol h3 {font-size:2.2rem;color:#fefbf6;margin-bottom:15px;}
.footerCol p {line-height:25px;color:#fefbf6;}
.footerColLong h3 {margin-bottom:15px;font-size:3rem;line-height:40px;}
.footerColLong .btn-primary {background:#f4ede2;color:#333;}

.footerEnding {background:#4b604a;color:#fefbf6;border-top:1px solid #4f6e4d}
.footerEndingCont {display:flex;justify-content: space-between;max-width:1460px;margin:auto;padding:15px 30px;color:#f1e9e4;}
.footerEndingCont p {margin-bottom:0px;text-transform:uppercase;letter-spacing:1px;font-size:10px;font-weight:500;}

.footerCol a:not(.btn) {color:#fefbf6;}
.footerEnding a {color:#f1e9e4;}

.footerCards {max-width:1460px;margin:auto;padding:0px 15px;display:flex;justify-content:flex-end;margin-bottom:1rem;}
.footerCards img {max-width:200px;}

body {font-family:var(--bodyFont);font-size: 15px;}
.highlight{/* background:#c4cac1; */}
a {color: #4b604a} 
a:hover, a:focus {text-decoration:none; color: #555;}
h1, h2, h3, h4, h5, h6 {font-family:var(--headingFont);font-weight:300;}
h1, h2{font-family:var(--headingFont);font-weight:300;}
h1 {font-size:3.5rem;font-weight:500;color:#4b604a;}
h2 {font-size:2.5rem;}
.cartHeader, .confirmTell {font-weight:400;font-family:var(--headingFont);font-weight:300;}
strong, b {font-weight: 700;}
.fa {font-family: 'FontAwesome'!important;font-weight:300!important;}

.head-container {padding: 4px 0;}
.topbanner-container {padding-left:30px;padding-right:30px;padding-top: 0px;}

/** nav bar **/
.navbar-brand {margin:0px;margin-top:30px;margin-bottom:20px;float:none;display:block;padding:0px;}
.navbar-default {border-color: #99a285;border-radius: 0px; border: 0px solid #444; border-right:none; border-left:none; border-top:none;transition:0.5s background ease-in-out;}
.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;filter: brightness(0) invert(0);}
.navbar-header{float:none;margin-top:0px}
 
.navbar-nav {border-top: 0px solid #DADADA; border-bottom: 1px solid #ece3d6;list-style:none;text-align:center }
.navbar-collapse {padding-left:0px;padding-right:0px;}

.stickyNav .navbar-brand>img {max-width:200px;filter:brightness(0) invert(1);}

.stickyNav {background:#4b604a;}
.stickyNav .navbar-nav {border-bottom:0px;}
.stickyNav.navbar-default .navbar-nav>li>a { color: #f4ede2;}

/** buttons **/
.btn-primary{border: 1px solid #4b604a;background:#4b604a;padding:1rem 2rem;border-radius:2px;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 #415640;background:#415640;} 
.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 #444;background:#444;padding:1rem 2rem;border-radius:2px;font-weight:400;color:#fff;}
.btn-default:hover, .btnBack:hover {border:1px solid #222;background:#222;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;}

@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: #555;}
.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:#555}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {background:#f0f0f0;color:#555}
.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:4/3;}
#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;}

#pageFilters.highlight {background:#3f3f3f;border:1px solid #505050;}
.galleryNav {padding-right:15px;padding-left:15px;}
.galleryNav:nth-of-type(4) {margin-bottom:2rem;}
.galleryImages {padding-top:0px;}

.pageGallery .btn {padding:0.5rem 2rem;background:none;}

.contactDetails a{font-size:15px}

/**** MARKS TWEAKS FOR v65 BUGS ****/
.socialHead i {padding-right: 12px;}
.catImages, .designButton{height:300px}
.designButton, .catImages {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:#555;}
.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:#fefbf6}
#mobilenav .dropdow-menu a{color:#fff}
#mobilenav a:hover{color:#fff}
#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:#555;}
@media (max-width: 768px){
.dropdown-menu {max-height: 400px;width: 100%;overflow-y: scroll;-webkit-overflow-scrolling: touch;}
}

.addressDataMobile a{color:#fefbf6;}
.addressDataMobile a:hover{color:#fff;}

.navbar-toggle {border-color: #fefbf6;border:none;}
.navbar-toggle .icon-bar {background-color: #fefbf6;}
.navbar-toggle .icon-bar:hover {background-color:#fff;}
.navbar-toggle:hover .icon-bar{background-color:#fff}

.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:#4b604a;padding:0px;text-align:center;margin-top:10px;}
.mobile-nav>li>a{display:block;border-top:none;border-bottom:1px solid #4f6e4d;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:#4d644c;color:#fff}
.testLogin {background:#4b604a;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 #555;color:#fff;background:#555;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;
}

#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:50px;
    z-index: 9999;
    transition:0.5s top ease-in;
}
.customHeaderIcons a {color:#333;}
.customHeaderIcons a:hover {color:#fff;}
.customHeaderIcons i {font-size:2rem;}
.socialIcons i {margin-right:15px;}
.headerWrap {display:flex;}
.headerWrapLeft {margin-right:auto;}

.topnav-container.container-fluid:has(.stickyNav) .customHeaderIcons a {color:#f4ede2;}

.content-container {width:100%;max-width:1460px;margin:auto;padding-top: 177px;}
.page1 .content-container {padding-top:177px;}

.markZ {
    height:600px;
    background-size:cover;
    background-position:center;
    margin-top: 210px;
    border-radius:10px;
}
.homeBanner {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    height:100%;
    text-align:center;
    /* background:#1111111a; */
    border-radius:10px;
    font-size:2.5rem;
    font-weight:300;
    padding:2rem;
    text-shadow:0px 0px 30px #333;
}
.homeBannerInner h2 {font-size:6rem;font-weight:500;margin-bottom:30px;text-shadow:0px 0px 30px #333;color:#fff;}
.bannerSubTitle {margin-bottom:10px;font-family:var(--headingFont);color:#fff;}

.homeLowerGrid {
display: grid;
grid-template-columns: repeat(10, 1fr);
grid-template-rows: repeat(6, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
height:500px;
}

.homeLowerGridBg { grid-area: 2 / 1 / 8 / 11;background:#4b604a;border-radius:10px;}
.homeLowerGridImage { grid-area: 1 / 2 / 6 / 6;border-radius:5px;background-size:cover;background-position:0% 70%;}
.homeLowerGridCont {grid-area: 3 / 6 / 6 / 10;padding:0px 4rem;color:#fefbf6;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;}
.homeLowerGridCont h2 {color:#fefbf6;font-size:3rem;margin-bottom:15px;}
.homeLowerGridCont a {color:#fefbf6;}
.homeLowerGridCont .btn-primary {background:#f4ede2;color:#333;}

.homeQuickBuy {text-align:center;margin: 6rem auto;max-width:60%;}
.homeQuickBuy h2 {font-size:3rem;}

.homePanelBg {
    background:#333;
    height:400px;
    background-size:cover;
    background-position:center;
    border-radius:5px;
    position:relative;
    overflow:hidden;
}
.homePanelCont {
    height:100%;
    border-radius:10px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fefbf6;
    position:relative;
    z-index:1;
    background:#11111117;
    border-radius:5px;
}
.homePanelCont h2 {color:#fefbf6;font-size:3.5rem;margin-bottom:15px;text-shadow:0px 0px 30px #222222;}
.subHeading {margin-bottom:10px;text-transform:uppercase;letter-spacing:2px;font-weight:500;}
.zoom-in::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-size: cover;
    transform-origin: center;
    transition: transform .4s ease-in-out;
}
.zoom-in:focus::after, .zoom-in:hover::after {
  transform: scale(1.03);
}

.homeLower {margin:7rem auto;text-align:left;max-width:80%;}
.homeLower h1 {font-weight:300;text-align:center;}
.homeLower h2 {text-align:center;max-width:70%;margin:auto;margin-bottom:30px;}
.homeLower h3 {text-align:center;font-size:2.5rem;margin:auto;margin-top:30px;max-width:70%;}

.splide__track--nav>.splide__list>.splide__slide.is-active {border:1px solid #ece3d6!important;padding:5px;border-radius:4px;}
.imageNote {margin-top:10px;}
.designPrices {background:none;border:1px solid #4b604a;padding:3rem;border-radius:3px;color:#333;}
.designPrices .designBold {font-weight:500;}
.designPrices label {font-size:1.4rem;margin-bottom:2px;}

.basket h1 {text-align:center;margin:4rem auto;margin-top:2rem;}
.cartWrapper {border:1px solid #4f6e4d;border-radius:5px;}
#lyAccLogin {display:none;}

.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;}
.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;
    gap:30px;
}

.shopBox h3 {text-transform:none;font-size:3rem;margin-bottom:auto;color:#f4ede2;}
.shopBox a {color:#fefbf6;text-decoration:underline;}
.shopBox p:last-of-type {margin-bottom:0px;}
.shopBox {
    display:flex;
    flex-direction:column;
    padding:3rem;
    background:#4b604a;
    color:#f4ede2;
}
.mapboxgl-map {height:400px!important;}

.pageIntro {text-align:center;max-width:60%;margin:6rem auto;}
.content-container:has(.pageIntro) #content {margin-top:0px;}
.content-container:has(.pageIntro) #info {padding-top:0px;}

.weddingGrid {
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:1fr;
    gap:30px;
}
.weddingGridCont {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    padding:5rem;
}
.weddingGridContRev {order:1;}
.weddingGridCont h2 {line-height:35px;font-size:2.5rem;}
.weddingGridImage img {width:100%;height:100%;object-position:center;object-fit:cover;}
.weddingGridImage {max-height:500px;}

.weddingMidTitle {max-width:90%;text-align:center;max-width:60%;margin:6rem auto;line-height:35px;}
.weddingEnquireTitle {text-align:center;margin-top:5rem;}

.bannerGrid {
    display:grid;
    grid-template-columns:1.8fr 1fr;
    grid-template-rows:1fr;
    gap:30px;
}
.bannerGridLeft {
    min-height:550px;
    border-radius:10px;
    background-size:cover;
    background-position:center;
}
.bannerGridLeftCont {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-end;
    height:100%;
    color:#fff;
    padding:4rem;
    background:#5b715a5c;
    border-radius:10px;
}
.bannerGridLeftCont h2 {font-size:5rem;margin-bottom:20px;color:#f4ede2;}
.bannerGridLeftCont h3 {font-size:3.5rem;margin-bottom:15px;color:#f4ede2;}
.bannerGridRight {
    background:#4b604a;
    height:100%;
    border-radius:10px;
}
.bannerGridRightCont {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    height:100%;
	color:#fff;
	padding:3rem;
	text-align:center;
}
.bannerGridRightCont h2 {color:#fff;font-size:3.5rem;}
.bannerGridRightCont h3 {color:#fff;font-size:2.2rem;margin-bottom:15px;}

.whatsInBloom {text-align:center;margin:0rem auto;}
.whatsInBloom h2 {font-size:6rem;font-weight:400;color:#4b604a;margin-bottom:30px;}
.bloomSub {margin-bottom:-20px;margin-left:50px;font-size:1.5rem;font-weight:500;color:#555;}
.bloomSub::before {
	content:'';
	display:inline-block;
	width:20px;
	height:1px;
	background:#555;
	position:relative;
	bottom:4px;
	margin-right:10px;
}

@media (max-width:768px) {
    #customTop.container {display:none;}
    .head-container {display:block;z-index:9999;}
    .navbar-brand {margin-top:80px;}
    .topnav-container.container-fluid {border-bottom:1px solid #ece3d6;}
    .topnav-container.container-fluid:has(.stickyNav) {border-bottom:0px;}
    .homeQuickBuy, .homeLower {max-width:90%;}
    .equal {display:block;}
    .homePanelBg {margin-bottom:3rem;}
    .homeLowerGrid {height:auto;}
    .homeLowerGridImage { grid-area: 1 / 2 / 4 / 10;}
    .homeLowerGridCont {grid-area: 4 / 1 / 7 / 11;padding:4rem;}
    .customFooter {padding:4rem 30px;}
    .pageIntro {max-width:90%;}
    .weddingGrid, .shopLocs {grid-template-columns:1fr;}
    .weddingMidTitle {max-width:90%}
    .weddingGridCont {padding:2rem 30px;}
    .pageContact {max-width:90%;}
    .shopBox {min-height:300px;}
    .bannerGrid {grid-template-columns:1fr;}
    .bannerGridRight {height:400px;}
	.homeLower h2 {max-width:100%;}
	.homeLower h3 {max-width:100%;}
}

.orderSummaryText {background: #f4ede2;border: 1px solid #555555;}
.orderSummaryText .items {border-bottom: 1px solid #555555; }
.orderSummaryText .lineitem {border-bottom: 1px solid #555555;}
.orderSummaryText .header {color: #111;}
.ui-accordion .ui-widget-content {border: #555555 1px solid;}

.breadcrumb {background-color: #555555;color:#fff}
.breadcrumb>.active {color:#fff;}
.paymentSectionDate, .paymentSectionItems, .paymentSectionDelAd, .paymentSectionDelName {background: #f4ede2;border: 1px solid #555555;}

.stripe-element {background:transparent !important;border:none !important}
.stripe-element fieldset {background-color:#fff;}

.orderComplete.highlight {background: #f4ede2;border: 1px solid #555555;}