@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=PT+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root{
  --pageW:1200px;
  --bgSoft:#f9f9f9;
  --brand:#f7b1d3;
  --muted:#b3b3b3;
  --ink:#1a1718;
  --globalBarH:36px;
  --pink:#f3a6c9;
  --pinkDark:#df93b7;
  --pinkTint:#fde9f3;
  --pinkLine:#e8b6cd
}

body{
  margin:0;
  font-size:13pt;
  color:var(--ink);
  font-family:"Lato",sans-serif;
  direction:ltr;
  text-align:left;
  line-height:1.4em;
  background:#fff
}

.pageGlobalMessage{
  font-family:"Lato",sans-serif;
  width:100%;
  box-sizing:border-box;
  color:var(--ink);
  font-size:18px;
  background-color:var(--brand);
  padding-top:6px;
  padding-bottom:6px;
  padding-left:10px;
  padding-right:10px;
  text-align:center;
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  top:auto;
  z-index:1000;
  font-weight:400;
  margin:0
}

#telephone{
  position:absolute;
  top:0;
  left:0;
  color:var(--ink);
  font-size:13pt;
  height:0;
  text-align:left;
  z-index:20
}

#telephone a{
  color:#e41f8a;
  text-decoration:none
}

#telephone a:hover{
  color:#000
}

#location{
  position:absolute;
  top:65px;
  left:0;
  color:var(--ink);
  font-size:13pt;
  height:0;
  text-align:left;
  z-index:20
}

#telephone .fa,
#location .fa{
  margin-left:4px
}

.adminpage .socialLinks,
.adminpage #boxes,
.adminpage #telephone,
.adminpage #location{
  display:none
}

.socialLinks{
  margin:0;
  position:absolute;
  top:0;
  right:0
}

.socialLinks.footer{
  margin:0;
  position:static;
  top:0;
  left:0
}

.socialLinks .fa{
  color:#000;
  margin:0
}

.socialLinks .social{
  background:#fff;
  color:var(--muted);
  display:inline-block;
  padding:8px 0 8px 1px;
  text-align:center;
  width:30px;
  font-size:20px;
  margin:0 0 10px 0;
  border-radius:6px
}

.socialLinks .social .fa{
  margin:0 auto
}

.socialLinks .social:hover{
  background:#fff
}

.socialLinks .social:hover .fa{
  color:var(--ink)
}

.socialLinks img:hover{
  opacity:.6
}

.googleLink1{
  margin:0;
  position:absolute;
  top:18px;
  left:10px
}

.googleLink2{
  margin:0;
  position:absolute;
  top:78px;
  left:10px
}

.googleLink1 img:hover,
.googleLink2 img:hover{
  opacity:.6
}

#boxes{
  width:var(--pageW);
  position:absolute;
  top:207px;
  left:0;
  font-size:10pt;
  text-transform:uppercase;
  letter-spacing:1px
}

#boxes #left{
  float:left;
  display:block;
  width:300px;
  text-align:center;
  padding:5px 10px 3px 10px;
  color:#000;
  background:var(--bgSoft)
}

#boxes #middle{
  float:left;
  display:block;
  width:300px;
  text-align:center;
  padding:5px 10px 3px 10px;
  color:#000;
  background:#f0f0f0
}

#boxes #right{
  float:left;
  display:block;
  width:300px;
  text-align:center;
  padding:5px 10px 3px 10px;
  color:#000;
  background:var(--bgSoft)
}

/* slideshow */

#homeSlides{
  width:var(--pageW);
  height:400px;
  margin-bottom:20px;
  position:relative;
  overflow:hidden
}

.slideChristmas,
.slideChristmas1,
.slide1{
  position:relative;
  display:block;
  width:100%;
  height:400px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  box-shadow:0 0 0 rgba(0,0,0,0);
  transition:box-shadow .35s ease
}

.slideChristmas{
  background-image:url(/Websites/1385/Images/upload/image/Home_Christmas.jpg)
}
.slideChristmas1{
  background-image:url(/Websites/1385/Images/upload/image/ChristmasFlowers.jpg?ver=2533)
}

.slide1{
  background-image:url(/Websites/1385/Images/upload/image/Home_Vibrant.jpg?ver=9717)
}


.slideLinkBox{
  position:absolute;
  inset:0;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  background:linear-gradient(to top,rgba(26,23,24,.82) 0%,rgba(26,23,24,.62) 40%,rgba(26,23,24,0) 80%);
  transition:background .35s ease
}

.slideLinkBox p{
  margin:0;
  width:100%
}

.slideLinkBox a{
  display:block;
  width:100%;
  padding:22px 20px 30px;
  text-align:center;
  text-decoration:none;
  font-family:"Playfair Display",serif;
  font-weight:normal;
  font-size:clamp(20px,2.4vw,28px);
  line-height:1.2;
  color:#fff;
  text-shadow:0 2px 10px rgba(0,0,0,.65)
}

.slide1:hover,
.slide2:hover{
  box-shadow:0 18px 40px rgba(0,0,0,.32)
}

.slide1:hover .slideLinkBox,
.slide2:hover .slideLinkBox,
.slideLinkBox:hover{
  background:linear-gradient(to top,rgba(26,23,24,.86) 0%,rgba(26,23,24,.68) 38%,rgba(26,23,24,0) 80%)
}

.animationItem{
  visibility:hidden;
  position:absolute!important;
  width:1200px!important;
  height:400px!important;
  margin:0 auto!important;
  width:auto;
  left:unset!important
}

@media (max-width:1230px){
  #homeSlides{
    width: 100%;
    height: 440px;
  }
  .slide1,
  .slide2{
    width:100%;
    height:46vh;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center
  }
  .animationItem{
    visibility:hidden;
    position:absolute!important;
    width:97vw!important;
    height:400px!important;
    margin:0 auto!important;
    width:auto;
    left:unset!important
  }
}

/* jumps */

#jumps{
  width:var(--pageW);
  margin-bottom:30px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px
}

#jumps a{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:1/1;
  border-radius:6px;
  overflow:hidden;
  background:var(--bgSoft) center/cover no-repeat;
  text-decoration:none
}

#jumps #one{
  background-image:url(/Websites/1385/Images/upload/image/OnlineShop_677x677.jpg?ver=8271)
}

#jumps #two{
  background-image:url(/Websites/1385/Images/upload/image/Home_Funeral.jpg?ver=1605)
}

#jumps #three{
  background-image:url(/Websites/1385/Images/upload/image/Home_Weddings.jpg?ver=3815)
}

#jumps a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:48%;
  pointer-events:none;
  z-index:0;
  background:linear-gradient(to top,rgba(26,23,24,.78) 0%,rgba(26,23,24,.7) 50%,rgba(26,23,24,0) 100%);
  transition:background .35s ease,opacity .35s ease
}

#jumps a:hover::after,
#jumps a:focus::after{
  background:linear-gradient(to top,rgba(26,23,24,.48) 0%,rgba(26,23,24,.36) 45%,rgba(26,23,24,0) 100%);
  opacity:.95
}

#jumps a .text{
  position:absolute;
  left:14px;
  right:14px;
  bottom:18px;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-family:"Playfair Display",serif;
  font-weight:700;
  font-size:clamp(18px,2.4vw,28px);
  line-height:1.15;
  padding:16px 14px;
  text-shadow:0 2px 8px rgba(0,0,0,.55);
  color:#fff
}
#coates-signature{padding:28px 0;background:var(--bgSoft)} #coates-signature .wrap{width:var(--pageW);margin:0 auto;padding:0 12px;box-sizing:border-box} #coates-signature .panel{position:relative;border-radius:12px;background:linear-gradient(180deg,#ffffff,rgba(255,255,255,.96));border:1px solid rgba(0,0,0,.06);box-shadow:0 20px 48px rgba(0,0,0,.06);padding:22px 22px 20px 22px;overflow:hidden} #coates-signature .panel::before{content:"";position:absolute;left:-60px;top:-60px;width:360px;height:360px;border-radius:50%;background:radial-gradient(closest-side,rgba(247,177,211,.12),transparent 72%);filter:blur(1px);pointer-events:none} #coates-signature .panel::after{content:"";position:absolute;right:-70px;bottom:-70px;width:380px;height:380px;border-radius:50%;background:radial-gradient(closest-side,rgba(0,0,0,.05),transparent 70%);pointer-events:none} #coates-signature .head{text-align:center;margin:0 0 12px 0} #coates-signature .eyebrow{margin:0 0 6px 0;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:10.5pt} #coates-signature h2{margin:.1em 0 .2em 0} #coates-signature .copy{max-width:920px;margin:0 auto} #coates-signature .copy p{margin:0 0 12px 0} #coates-signature .cta-band{margin:18px auto 6px auto;max-width:980px;text-align:center;background:var(--brand);color:#ffffff;border-radius:999px;padding:12px 18px;font-size:12.5pt;letter-spacing:.01em} @media (max-width:1260px){#coates-signature .wrap{width:92%}}
#coates-subticker{margin:16px auto 6px auto;max-width:980px;overflow:hidden;background:var(--pinkTint);border:1px solid var(--pinkLine);border-radius:999px;padding:8px 0}
#coates-subticker .track{display:inline-flex;align-items:center;gap:14px;white-space:nowrap;animation:subscroll 22s linear infinite;padding-left:16px;padding-right:16px}
#coates-subticker .pill{display:inline-block;text-decoration:none;background:#fff;border:1px solid var(--pinkLine);border-radius:999px;padding:8px 12px;font-weight:700;color:var(--pink)}
#coates-subticker .pill:hover{background:var(--pink);color:#fff;border-color:var(--pink)}
#coates-subticker .dot{opacity:.45}
@keyframes subscroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.pageTop{
  display:none
}

.pageSides{
  width:var(--pageW);
  margin:20px auto;
  background:#fff
}

.header{
  margin-left:0;
  margin-right:0;
  margin-bottom:0;
  padding-top:0;
  background-color:transparent;
  background-image:none;
  position:relative;
  height:190px;
  margin-top:6px
}

.page{
  margin:0 auto;
  background-image:none;
  width:var(--pageW)
}

.pageBanner .socialLinksLarge{
  left:auto;
  right:0;
  top:90px;
  width:auto
}

.shopColumn1of2{
  margin-top:0;
  padding-top:30px;
  float:left;
  width:155px;
  padding-left:0;
  padding-right:0;
  background-image:url(../Images/productMenuBack.png);
  background-repeat:no-repeat
}

.shopColumn2of2{
  margin-top:0;
  padding-top:30px;
  margin-left:175px;
  padding-right:0
}

.column1of1{
  padding:30px 0
}

.clearBoth{
  clear:both
}

.clearRight{
  clear:right
}

.pageBottom{
  display:none
}

.productSummary{
  float:left;
  width:235px;
  color:#000;
  margin-right:25px;
  height:350px;
  margin-bottom:15px
}

.productSummaryFeatured,
.productSummary:hover{
  float:left;
  width:235px;
  color:#000;
  margin-right:25px;
  height:350px;
  margin-bottom:15px
}

.productSummaryImage{
  height:235px;
  text-align:center;
  box-shadow:0 2px 2px rgba(0,0,0,.25)
}

.productSummaryImage img{
  height:235px
}

.productSummaryName{
  color:#000;
  font-size:10.2pt;
  line-height:1.1em;
  height:30px;
  padding:0 10px;
  margin-top:15px;
  text-align:center;
  text-transform:uppercase;
  font-family:"Times New Roman","serif"
}

.productSummaryPrice{
  color:var(--muted);
  padding:0 10px;
  margin-top:5px;
  font-size:11pt;
  text-align:center
}

.productSummaryButtons{
  padding:0 10px;
  margin-top:5px;
  text-align:center
}

.productSummary3{
  display:none
}

a{
  color:#000;
  text-decoration:underline
}

p{
  padding-top:0;
  margin-top:0
}

h1{
  margin-top:0;
  padding-top:0;
  font-size:20pt;
  color:var(--ink)!important;
  font-weight:normal;
  font-family:"Playfair Display",serif;
  text-align:center
}

h2{
  margin-top:0;
  padding-top:0;
  font-size:15pt;
  color:var(--ink);
  font-weight:normal;
  font-family:"Playfair Display",serif;
  text-align:center
}

img{
  border:0
}

.footerText{
  border-top:1px solid var(--muted);
  padding-top:20px;
  padding-bottom:10px;
  color:var(--ink);
  text-align:center;
  font-size:13pt;
  text-transform:none;
  font-family:"Times New Roman","serif";
  margin-top:30px
}

.footerText a img{
  position:relative;
  top:10px
}

.footerText a{
  text-decoration:none;
  color:var(--muted);
  font-size:13pt;
  text-transform:none;
  font-family:'PT Sans',sans-serif
}

.footerText a:hover{
  text-decoration:none;
  color:var(--ink)
}

.footerText p{
  color:var(--muted);
  font-size:13pt;
  font-family:'PT Sans',sans-serif;
  text-transform:none
}

.footerCol1of4,
.footerCol2of4,
.footerCol3of4,
.footerCol4of4{
  text-align:center;
  margin-top:0;
  padding-top:0;
  float:left;
  width:25%;
  padding-left:0;
  padding-right:20px;
  margin-bottom:20px;
  box-sizing:border-box
}

.footerCol4of4{
  padding-right:0
}

.footerCol5of4{
  text-align:center;
  margin:30px auto 0 auto;
  width:800px;
  float:none;
  clear:both
}

.storySummaryWrapper{
  float:none
}

.storySummaryDate{
  display:none
}

.storySummaryTitle h2 a{
  font-weight:normal
}

.storyContent img{
  padding:0;
  margin-right:20px!important
}

.clearBoth1{
  clear:left
}

.floatRight{
  float:right
}

.floatLeft{
  float:left
}

.errorMessage{
  background-color:#FFFF40;
  display:block;
  margin-top:10px;
  margin-bottom:10px;
  padding:5px 10px;
  font-weight:bold;
  color:#000
}

.confirmationMessage{
  background-color:#99E791;
  display:block;
  margin-top:10px;
  margin-bottom:10px;
  padding:5px 10px;
  font-weight:bold
}

.menu{
  margin-top:0;
  margin-left:0;
  margin-right:0;
  font-size:10.5pt;
  padding-top:0;
  padding-bottom:0;
  z-index:1;
  width:var(--pageW);
  text-transform:uppercase;
  position:absolute;
  top:140px;
  left:0
}

.menuDividers{
  display:none
}

.menu ul{
  list-style-type:none;
  margin:0;
  padding:0;
  padding-top:8px;
  padding-left:0;
  margin-left:0;
  margin-right:0;
  height:32px;
  z-index:10;
  border-bottom:1px solid #000;
  border-top:1px solid #000;
  text-align:center;
  background:var(--bgSoft)
}

.menu ul li{
  display:inline
}

.menu ul li a{
  padding-right:15px;
  padding-left:15px;
  text-decoration:none;
  color:#e41f8a;
  transition:all .2s linear
}

.menu ul li a:hover{
  text-decoration:none;
  color:var(--ink)
}

.menuSelected{
  padding-top:7px;
  padding-bottom:6px;
  background-repeat:repeat-x;
  background-position:center 50%;
  color:var(--ink);
  line-height:1em;
  font-weight:bold;
  text-decoration:none
}

@media (max-width:1030px){
  .menu ul li a{
    padding-right:8px!important;
    padding-left:8px!important;
    transition:all .2s linear
  }
}

.checkoutBasket{
  margin-left:0;
  margin-right:0
}

.basketSummary{
  width:150px;
  margin-left:0;
  margin-top:0;
  margin-bottom:10px
}

.basketSummaryTitle{
  width:140px;
  height:26px;
  font-weight:bold;
  padding-left:0
}

.basketSummaryText{
  margin-left:0;
  padding-top:5px;
  color:#000
}

.basketSummaryCheckout{
  display:inline;
  float:right;
  margin-right:20px;
  color:#000
}

.basketSummaryText a{
  text-decoration:none;
  color:#000
}

.productMenuPayPal img{
  filter:alpha(opacity=60);
  opacity:.6
}

.productMenu{
  width:160px;
  margin-left:0;
  padding-left:0;
  margin-top:0;
  padding-bottom:0;
  padding-top:0
}

.productMenuSearchTitle{
  margin-top:0;
  padding-top:3px;
  padding-left:0;
  width:145px;
  height:auto;
  text-transform:uppercase;
  font-size:10pt;
  color:var(--ink);
  border-bottom:1px solid var(--muted);
  font-family:"Times New Roman","serif"
}

.productMenuSearchBox{
  margin-left:0;
  padding-left:3px;
  width:100px;
  height:15px;
  border:1px solid #000;
  background:#fff;
  color:#000
}

.productMenuSearchButton{
  position:relative;
  top:5px
}

.productMenuSearchDropDown{
  margin-left:0;
  width:132px;
  margin-top:2px;
  margin-bottom:5px;
  border:1px solid #000;
  background:#fff;
  color:#000
}

.productMenu ul{
  list-style-type:none;
  width:160px;
  padding-left:0;
  margin-left:0;
  padding-top:0;
  margin-top:0;
  padding-bottom:0;
  margin-bottom:0
}

.productMenuCategory{
  margin-top:10px;
  padding-top:3px;
  padding-left:0;
  color:var(--ink);
  width:145px;
  height:22px;
  text-transform:uppercase;
  border-bottom:1px solid var(--muted);
  font-size:10pt;
  margin-bottom:6px;
  font-family:"Times New Roman","serif"
}

.productMenuSubCategory{
  margin-left:0;
  height:20px;
  color:#fff
}

.productMenuSubCategory a{
  color:var(--muted);
  text-decoration:none;
  transition:all .3s;
  font-size:11pt
}

.productMenuSubCategory a:hover{
  color:var(--pink)!important;
  text-decoration:underline
}

.productDetails{}

.productDetails h1{
  margin-top:0;
  padding-top:0;
  font-size:20pt;
  text-align:left
}

.productDetailsImageWrapper{
  float:right;
  width:350px;
  margin-right:10px;
  margin-left:20px
}

.productDetailsImage{
  width:350px
}

.productDetailsFeatures ul{
  list-style-position:outside!important;
  text-indent:0
}

.productDetailsPrices{
  color:#000
}

.productDetailsBuy{
  margin-top:20px
}

.productDetailsBack{
  padding-bottom:15px
}

.productDetailsNote{
  margin-top:20px;
  clear:right
}

.productDetailsNote a{
  color:#fff
}

.productDetailsLinkedProducts{
  clear:right;
  display:inline-flex;
  width:780px;
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid #E5E5E5;
  background:var(--pinkTint)!important;
  border:1px solid var(--pinkLine)!important;
  border-radius:8px;
  padding:16px 14px 7px 36px!important;
  width:auto!important
}

.productDetailsLinkedProducts h1{
  color:#2d2d2d;
  background:transparent;
  border:none;
  margin:0 0 21px 0;
  text-align:left;
  font-size:15pt;
  height:25px;
  position:absolute
}

.productDetailsLinkedProducts .productSummary{
  margin-top:50px
}

.sortOuter{
  height:30px
}

.sortProducts{
  float:right;
  margin-right:12px
}

.sortDropDown{
  font-size:10pt;
  font-family:Arial;
  border:1px solid #000;
  background:#fff;
  color:#000
}

.checkoutConsignmentName{
  width:180px
}

.checkoutProgress{
  padding-bottom:15px
}

.checkoutProgress a{
  text-decoration:none;
  color:#fff
}

.checkoutProgress a:visited{
  text-decoration:none;
  color:#fff
}

.checkoutProgress a:hover{
  text-decoration:none;
  color:#fff
}

.checkoutProgressHighlight a{
  color:#000
}

.checkoutProgressHighlight a:visited{
  color:#000
}

#btnApplyVoucher{
  color:#fff
}

.basketOrderItems{
  margin-left:0;
  margin-right:0;
  color:#000
}

.basketOrderItems a{
  color:#000
}

.basketOrderItemsProductName{
  text-decoration:none;
  color:#000
}

.basketOrderItemsProductName a:hover{
  text-decoration:underline
}

.basketDelivery{
  margin-left:0;
  margin-right:0
}

.basketHeader{
  background-color:var(--ink);
  color:#fff
}

.basketHeaderGrayText{
  background-color:var(--ink);
  color:#fff
}

.basketHeaderArrow{
  background-color:var(--ink);
  color:#fff;
  background-repeat:no-repeat;
  padding-left:19px;
  height:29px;
  font-size:9pt
}

.basketShading{
  background-color:#FBF9F9
}

.basketShadingPadded{
  padding-left:19px;
  background-color:#FBF9F9
}

.calendarDisabled{
  color:Gray
}

.upsell{
  clear:right;
  margin-left:20px;
  margin-right:20px;
  background:var(--pinkTint)!important;
  border:1px solid var(--pinkLine)!important;
  border-radius:8px;
  padding:14px 16px
}

.upsell .productSummary{
  background:#fff;
  outline:1px solid var(--pinkLine);
  border-radius:6px
}

.promoCode{
  margin-top:0;
  margin-bottom:0;
  padding-top:0;
  padding-bottom:0;
  width:120px
}

.checkoutHeader{
  padding-left:10px;
  padding-top:5px;
  padding-bottom:5px;
  background-color:var(--ink);
  color:#fff
}

.checkoutPrompt{
  width:180px;
  float:left;
  text-align:right;
  padding-right:5px
}

.checkoutTextBox{
  width:200px;
  border:1px solid #000;
  background:#fff;
  color:#000;
  margin-bottom:8px
}

.checkoutPaymentDropDown{
  width:171px;
  border:1px solid #fff;
  background:#fff;
  color:#fff;
  margin-bottom:8px
}

.checkoutPaymentTextBox{
  width:167px;
  border:1px solid #fff;
  background:#fff;
  color:#fff;
  margin-bottom:8px
}

.checkoutPaymentShortTextBox{
  width:77px;
  border:1px solid #fff;
  background:#fff;
  color:#fff;
  margin-bottom:8px
}

.checkoutPaymentSecurityCodeHelp{
  margin-left:275px
}

.checkoutInset{
  margin-left:180px
}

.contactFormPrompt{
  width:250px;
  display:inline;
  float:left;
  text-align:right
}

.contactFormField{
  width:200px;
  border:1px solid #000;
  background:#fff;
  color:#000;
  margin-bottom:8px
}

.contactFormMessageBox{
  width:400px;
  border:1px solid #000;
  background:#fff;
  color:#000;
  margin-bottom:8px
}

.contactFormButton{
  width:330px;
  display:inline;
  float:left;
  text-align:right
}

.modalBackground{
  background-color:Gray;
  filter:alpha(opacity=70);
  opacity:.7
}

.modalPopup{
  background-color:#fff;
  border-width:3px;
  border-style:solid;
  border-color:Gray;
  padding:3px
}

.siteMap{
  color:var(--muted)
}

.siteMapPages{
  color:var(--muted);
  margin-left:0
}

.siteMapProducts{
  float:right;
  color:var(--muted);
  margin-right:100px
}

.siteMapPage{
  color:#000;
  text-decoration:none
}

.siteMapPage a:hover{
  text-decoration:underline
}

.siteMapSubCategory{
  text-indent:25px;
  color:#000;
  text-decoration:none
}

.siteMapSubCategory a:hover{
  text-decoration:underline
}

.siteMapProduct{
  text-indent:50px;
  color:#000;
  text-decoration:none
}

.siteMapProduct a:hover{
  text-decoration:underline
}

.captch{
  vertical-align:top
}

.productSubCatSummary{
  width:780px;
  height:405px
}

.productSubCatSummaryMore .productSummaryImage{
  background-color:inherit
}

.productSubCatSummaryMore h1:hover{
  color:#fff!important
}

.animationPanelhomepage{
  width:790px;
  height:470px;
  margin-bottom:30px
}

.animationPanelhomepageBox{
  position:absolute;
  top:30px;
  left:30px;
  background:rgba(29,25,26,.6);
  margin-bottom:0;
  padding-bottom:0;
  width:400px;
  height:70px;
  padding-top:10px;
  padding-left:20px;
  color:#fff
}

.animationPanelhomepageBox h2{
  margin-top:0;
  padding-top:10px;
  font-size:24pt;
  color:#fff;
  margin-bottom:10px;
  padding-bottom:0;
  font-weight:normal
}

.animationPanelhomepageBox h2 a{
  color:#fff
}

.animationPanelhomepage a{
  text-decoration:none
}

.animationPanelhomepage a:visited{
  text-decoration:none
}

.animationPanelaboutUs{
  width:var(--pageW);
  height:819px;
  margin-bottom:30px
}

.animationPanelaquaPacked,
.animationPanelTraditionalBouquet,
.animationPanelHandtiedBouquets,
.animationPanelbasketArrangements,
.animationPanelcontainerArrangement,
.animationPanelposyArrangements{
  height:400px;
  width:400px;
  padding-top:2px;
  padding-left:8px
}

#pnlContent .animationPanelAnimationType2{
  height:400px;
  width:400px
}

.basketBorderBottom td{
  border-color:var(--ink)
}

.checkoutBasket table{
  border-color:var(--ink)
}

.checkoutBasket th:first-child,
.checkoutBasket td:first-child{
  border-color:var(--ink)
}

.productMenuPayPal .productMenuSearchBox{
  background-color:inherit
}

.contentSubMenu{
  border-top:1px solid #fff;
  background-color:var(--bgSoft)
}

.contentSubMenu a:hover{
  text-decoration:underline
}

.subMenuLevel0,
.subMenuLevelAlt0,
.subMenuLevel1,
.subMenuLevelAlt1,
.subMenuLevel2,
.subMenuLevelAlt2,
.subMenuLevel3,
.subMenuLevelAlt3,
.subMenuLevel4,
.subMenuLevelAlt4{
  background:#fff;
  border-bottom:1px solid #fff
}

.flowerWizardWrapper{
  width:var(--pageW);
  height:460px
}

.flowerWizardWrapper img{
  -webkit-box-shadow:0 2px 18px 0 rgba(0,0,0,.45);
  -moz-box-shadow:0 2px 18px 0 rgba(0,0,0,.45);
  box-shadow:0 2px 18px 0 rgba(0,0,0,.45);
  border:2px solid #63695B
}

.flowerWizardWrapper img:hover{
  border:2px solid #FB05FF
}

.flowerWizardWrapper .wizardLinkText{
  border:none
}

.flowerWizardWrapper .wizardLinkText:hover{
  border:none
}

.colourChoiceWrapper img{
  border:2px solid #FB05FF
}

.swatches img{
  border:2px solid #87907D;
  opacity:.9
}

.swatches img:hover{
  border:2px solid #FB05FF;
  opacity:1
}

.subCategorySummaries h1{
  margin-bottom:5px
}

.productSummaryButtons img,
.productDetailsBuy img,
.productDetailsBack a img,
.checkoutBillingRetrieve img,
.checkoutBack img,
.checkoutNext img,
.checkoutConfirmPay img,
.checkoutPay img,
.checkoutButton img,
.contactSend img,
#lnkContinueShopping img{
  display:none
}

.productSummaryMore::before{
  content:"More >"
}

.productSummaryBuy::before,
.productDetailsBuy::before{
  content:"Buy"
}

.productSummaryBuyLink::before{
  content:"Buy >"
}

.productDetailsBack a::before,
.checkoutBack::before{
  content:"< Back"
}

.checkoutBillingRetrieve::before{
  content:"Log in"
}

.checkoutNext::before{
  content:"Next >"
}

.checkoutConfirmPay::before{
  content:"Confirm & Pay >"
}

.checkoutPay::before{
  content:"Pay >"
}

.checkoutButton::before{
  content:"Checkout >"
}

.contactSend::before{
  content:"Send"
}

#lnkContinueShopping::before{
  content:"< Continue Shopping"
}

.productSummaryMore,
.productSummaryBuyLink,
.productSummaryBuy,
.productDetailsBuy,
.productDetailsBack a,
.checkoutBillingRetrieve,
.checkoutBack,
.checkoutNext,
.checkoutConfirmPay,
.checkoutPay,
.checkoutButton,
.contactSend,
#lnkContinueShopping{
  color:inherit;
  border-width:1px;
  border-style:solid;
  border-color:inherit;
  text-decoration:none;
  padding-top:1px;
  padding-bottom:1px;
  padding-left:0;
  padding-right:0;
  border-radius:3px;
  display:inline-block;
  text-align:center;
  transition:background-color .5s,color .5s,border-color .5s;
  color:#000;
  font-size:100%;
  padding-top:3px;
  height:26px;
  width:150px
}

.productSummaryMore,
.productSummaryBuyLink,
.productSummaryBuy{
  width:40%;
  height:auto;
  font-size:100%;
  padding-top:1px
}

.checkoutBillingRetrieve,
.checkoutBack,
.checkoutNext,
.checkoutConfirmPay,
.checkoutPay,
.checkoutButton,
.contactSend{
  width:130px;
  margin-top:5px;
  margin-bottom:10px
}

#lnkContinueShopping{
  width:auto;
  margin-top:5px;
  margin-bottom:10px;
  padding-left:10px;
  padding-right:10px
}

.galleryLinks{
  float:left;
  width:125px;
  height:180px;
  padding:5px
}

.galleryLinks img{
  width:125px;
  height:125px
}

@media (max-width:1230px){
  .page{
    width:100%
  }
  .pageSides{
    width:98%
  }
  .menu{
    width:100%
  }
  #homeSlides{
    width:100%
  }
  #jumps{
    width:100%
  }
  .animationPanelaboutUs{
    width:100%
  }
  .flowerWizardWrapper{
    width:100%
  }
}

.pageBanner{
  position:relative;
  text-align:center
}

.pageBanner>p{
  margin:0
}

.pageBanner>p>a>img{
  width:375px;
  height:118px;
  display:block;
  margin:0 auto
}

@media (max-width:420px){
  .pageBanner>p>a>img{
    width:86%;
    height:auto
  }
}

.shopColumn2of2 #pnlProductSummaries .clearBoth,
.shopColumn2of2 #pnlProductSummaries .clearRight,
.shopColumn2of2 #pnlProductSummaries br{
  display:none!important;
  clear:none!important;
  height:0!important;
  line-height:0!important
}

.shopColumn2of2 #pnlProductSummaries .productSummary{
  float:left;
  width:235px;
  margin-right:20px;
  margin-bottom:25px
}

.shopColumn2of2 #pnlProductSummaries{
  width:100%!important;
  max-width:100%!important
}

.productSummaryBuyLink,
.productSummaryBuy,
.productDetailsBuy,
.checkoutNext,
.checkoutConfirmPay,
.checkoutPay,
.checkoutButton,
.contactSend{
  background:var(--pink)!important;
  border-color:var(--pink)!important;
  color:#fff!important
}

.productSummaryBuyLink:hover,
.productSummaryBuy:hover,
.productDetailsBuy:hover,
.checkoutNext:hover,
.checkoutConfirmPay:hover,
.checkoutPay:hover,
.checkoutButton:hover,
.contactSend:hover{
  background:var(--pinkDark)!important;
  border-color:var(--pinkDark)!important;
  color:#fff!important
}

.productSummaryMore{
  background:#fff!important;
  border-color:var(--pink)!important;
  color:var(--pink)!important
}

.productSummaryMore:hover{
  background:rgba(243,166,201,.15)!important;
  border-color:var(--pinkDark)!important;
  color:var(--pinkDark)!important
}

.productDetailsBack a,
.checkoutBack,
.checkoutBillingRetrieve,
#lnkContinueShopping{
  background:#fff!important;
  border-color:var(--pink)!important;
  color:var(--pink)!important
}

.productDetailsBack a:hover,
.checkoutBack:hover,
.checkoutBillingRetrieve:hover,
#lnkContinueShopping:hover{
  background:var(--pink)!important;
  border-color:var(--pink)!important;
  color:#fff!important
}

.productSummaryMore:focus,
.productSummaryBuyLink:focus,
.productSummaryBuy:focus,
.productDetailsBuy:focus,
.checkoutNext:focus,
.checkoutConfirmPay:focus,
.checkoutPay:focus,
.checkoutButton:focus,
.contactSend:focus,
.productDetailsBack a:focus,
.checkoutBack:focus,
.checkoutBillingRetrieve:focus,
#lnkContinueShopping:focus{
  outline:2px solid var(--pinkDark);
  outline-offset:2px
}

.socialLinks .social:hover .fa,
.socialLinks .social:hover i,
.socialLinks.footer .social:hover .fa,
.socialLinks.footer .social:hover i{
  color:var(--pink)!important
}

.menu ul li a:hover{
  color:var(--pink)!important;
  text-decoration:none
}

.footerText a:hover{
  color:var(--pink)!important;
  text-decoration:underline
}