/* Page layout */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Roboto');

@font-face {
    font-family: 'Gill Sans Nova Book';
    src: url('../fonts/GillSansNova-Book.eot');
    src: url('../fonts/GillSansNova-Book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GillSansNova-Book.woff2') format('woff2'),
         url('../fonts/GillSansNova-Book.woff') format('woff'),
         url('../fonts/GillSansNova-Book.ttf')  format('truetype'),
         url('../fonts/GillSansNova-Book.svg#Gill Sans Nova Book') format('svg');
}
body
{
	margin: 0px auto;
	font-size: 11.5pt;
	color:#696969;
	/*font-family: 'Times New Roman', sans serif;*/
    font-family: 'Gill Sans Nova Book';
font-weight: 200!important;
	position: relative;
	direction: ltr;
	text-align: center;
	line-height: 1.4em;
background-color:white;
}

#form2 {overflow-x: hidden !important;}
.pageGlobalMessage {
    font-family: 'Century Gothic',Arial;
    width: 100%;
    box-sizing: border-box;
    color: white;
    font-size: 11pt;
    background-color: #b86e95;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    position: absolute;
    z-index: 100;
}
.adminpage .socialLinks { display:none;}
.socialLinks { float: left; margin:0; position:absolute; top:33px; right: 25px;}
.socialLinksFooter { margin:0; position:relative; top:-4px; right: 50px; font-size: 25px; width: 150px; float: right;}
.socialLinks.footer { margin:5px 0 0 0; position:static; top:0px; left:0;}
.socialLinks .fa {  color:#eff0e9; margin:0 5px 0 0;}
.socialLinks .social 
{ 
background:#3f5447; color:#000; display:inline-block; padding:8px 0 8px 6px; text-align:center; width:30px; font-size:20px; margin:0 2px 10px 0; border-radius:17px;
}
.socialLinks .social .fa { margin:0 auto;}
.socialLinks .social:hover { background:unset;}
.socialLinks .social:hover .fa {
    color: #98afa1;
}
.socialLinks.footer .fa { color:#fff;}
.socialLinks.footer .social { background:#000; color:#fff;}
.socialLinks.footer .social:hover { background:#666;}

.homeTitle
{

}

.homeTitle a
{
color: #fff;
    padding: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.homeTitle a:hover
{
background-color: rgb(70 76 73 / 58%);
    border: 2px solid #fff;
}

.homeTitle
{
margin-top: 0px;
    padding-top: 0px;
    font-size: 32pt;
    color: #fff;
    font-weight: 200;

    letter-spacing: 2px;
    position: relative;
    bottom: 272px;
    font-weight: 200 !important;
display: none;
}

.topMenuShopCatWrapper {

    margin-top: 118px !important;
}

.aboutContainer {
width: 950px;
display: inline-block;
}

.aboutContainer h1 
{
    margin-top: 0px;
    margin-bottom: 50px;
    padding-top: 0px;
    font-size: 28pt;
    letter-spacing: 2px;
}

.boxLeft {
width: 450px;
float: left;
}

.boxRight {
width: 450px;
float: right;
}

.homepageBottomLine {
width: 50%;
}

.openingHours
{
    margin-top: 31px;
    margin-bottom: 9px;
    font-size: 19pt;
}
.openingHoursTimes
{
    margin-top: 14px;
    margin-bottom: 27px;
    font-size: 12pt;
}

/* Testimonial Box  */
.testimonialBox
{
    width: 100%;
    margin: 0px auto;
    height: 530px;

    background-image: url(../Images/testimonialBg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonialBoxLeft
{
width: 400px;
    float: left;
display: none;
}

.testimonialBoxRight
{
    width: 35%;
    color: #fff;
    height: 475px;
    margin: 0px auto;
    position: relative;
    left: 387px;
    top: 26px;
    /* float: left; */
    /* margin-left: 35px; */
    padding-left: 20px;
    padding-top: 6px;
    text-align: left;
    border-left: 5px solid #ffffff;

}
.testimonialBoxText
{
    font-style: italic;
    letter-spacing: 1px;
    /* height: 150px; */
    line-height: 34px;
    margin-top: 41px;
    color: #fff;
    font-size: 1.3vw;
}

/* Grid */



.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1045px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
position: relative;
    float: left;
    overflow: hidden;
margin: 40px 1% 55px 1%;
    max-width: 501px;
    /* max-width: 480px; */
    /* max-height: 360px; */
    width: 48%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
transform: scale(1.09);
}

.grid figure figcaption {

	color: #fff;

	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {

	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}






/***** Honey *****/
/*---------------*/

figure.effect-honey {
	background:#3f5447;
}

figure.effect-honey img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img {
	opacity: 0.5;
}

figure.effect-honey figcaption::before {
position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #3f5447;
    content: '';
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,100px,0);
}

figure.effect-honey h2 {
    position: absolute;
    bottom: 5px;
    left: 0;
    padding: 23px;
    width: 90%;
    text-align: center;
    -webkit-transform: translate3d(0,-130px,0);
    transform: translate3d(0,-61px,0);
    color: #fff;
    font-weight: bold;
}

figure.effect-honey h2 i {
    font-style: normal;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
    font-size: 10pt;
    font-weight: normal;
    letter-spacing: 1px;
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}



/* Banners */

.pageTitle
{
text-align: center;
    position: relative;
top: unset !important;
    bottom: 194px;
    color: #fff;
font-size: 32pt;
}

.pageTitleHome
{
text-align: center;
    position: relative;
    bottom: 194px;
    color: #fff;
font-size: 32pt;
}
.pageTitleHome a
{
color: #fff;
    padding: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.pageTitleHome a:hover
{
background-color: rgb(0 0 0 / 20%);
    border: 2px solid #fff;
}

.homeBanner
{
height: 480px;
background-image:url(../Images/homeBanner.jpg);
background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}
.aboutBanner
{
height: 363px;
background-image:url(/Websites/1199/Images/upload/image/aboutBanner.jpg?ver=710);
background-position: 50% 40%; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}

.eventsBanner
{
height: 363px;
background-image:url(/Websites/1199/Images/upload/image/eventsBanner.jpg?ver=7524);
background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}
.shopBanner
{
height: 363px;
background-image:url(../Images/shopBanner.jpg);
background-position: top; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}
.weddingBanner
{
height: 363px;
background-image:url(/Websites/1199/Images/upload/image/weddingBannerFinal.jpg?ver=6944);
background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}
.sympathyBanner
{
height: 363px;
background-image:url(/Websites/1199/Images/upload/image/sympathyBannerNEW.jpg?ver=945);
background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}
.workshopBanner
{
height: 363px;
    background-image: url(../Images/workshopBanner.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

.galleryBanner
{
height: 363px;
background-image:url(/Websites/1199/Images/upload/image/galleryBannerNEW.jpg?ver=9539);
background-position: top; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}

.contactBanner
{
height: 363px;
background-image:url(../Images/contactBanner.jpg);
background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}

.deliveryBanner
{
height: 363px;
background-image:url(../Images/contactBanner.jpg);
background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}


#homeSlides {height:385px; margin-bottom:20px; margin-top:-1px;}
#slides {width:100%; height:385px; overflow:hidden; position:absolute; left:0;}
#slides .animationItem {width:100%; height:385px;overflow-y: hidden; overflow-x: hidden;}
.animationItem img {width:2000px; height:500px; position:relative; top:0; left:50%; margin-left:-1000px;}
.animationPanelAnimationType3 { margin-top:0;}
a .text { width:240px; position:absolute; top:140px; left:50%; margin-left:-170px; background-color: rgba(0,0,0,0.5); color:#fff; padding:50px; text-align:center; text-transform:uppercase; letter-spacing:2px; font-size: 14pt;}

/* HOME JUMPS */
#homeJumps { width:960px; height:260px;}
#homeJumps a { display:block; width:300px; height:200px; text-decoration:none; float:left;}
#homeJumps a span { display:block; color:#000; text-transform:uppercase; letter-spacing:2px; padding:210px 20px 20px 20px;}
#homeJumps a#one { background:url(../Images/upload/image/jump1.jpg) 0 0 no-repeat;}
#homeJumps a#two { background:url(../Images/upload/image/jump2.jpg) 0 0 no-repeat; margin:0 30px;}
#homeJumps a#three { background:url(../Images/upload/image/jump3.jpg) 0 0 no-repeat;}
#homeJumps a:hover { opacity:0.7;}

.pageTop
{
display:none;
}
.pageSides
{
width:100%;
margin:0 auto;
}
.header
{
    margin: 0px auto;
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
    background-image: none;
    top: 0px;
    z-index: 10000;
    height: 197px;
    background-color: #3f5447;
    width: 100%;

}

.header2
{
	margin: 0px auto;
	margin-top: 0px;
	padding-top: 0px;
text-align: center;
	background-image:none; /* required by admin html editor */
float: left;
position: fixed;
top: 0px;
z-index: 10;
height: 100px;
background-color: #4E1D3A;
width: 100%;

}

.homeBouquetTextCovid
{
color: #000000;
    padding: 20px;
width: 882px;
    background: rgba(255, 255, 255, 0.76);
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    float: left;
    position: absolute;
    top: 240px !important;
    left: 190px !important;
}


.page
{
	margin: 0px auto; /* left marging width of page sides */

        background:#fff;
	background-image:none; /* required by admin html editor */
	width: 100%;
}
.pageBanner
{
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
padding-bottom:0px;
}

/*.pageBanner img{
position: absolute; top: 10px; left: 380px; width: 180px; height: 66px;
}*/



.pageBanner .socialLinksLarge
{
left:800px;
top:20px;
}
.shopColumn1of2
{
position: absolute;
top: 225px;
margin-top: 0px;
	padding-top:0px;
margin-left:0px;
	float:left;
	width:100%;
	padding-left:0px;
	padding-right:0px;
display:none;
}

.shopColumn2of2
{
margin-top: 0px;
  	padding-top:0px;
	 margin-left:0px;
	 padding-right:0px;
}
.column1of1
{
	padding:0px 0px;

margin-top:0px;
background-color: white;
}
.column1of1 h1 { text-align:center;}
.clearBoth
{
	clear:both;
}
.clearRight
{
	clear:right;
}
.pageBottom
{
display:none;
}



/* Shop Product Page */
#pnlProducts h1
{
margin-top: 45px;
    color: #76787b;
}
.pageTitleHome h1
{
position: relative;
    top: 3px !important;
    z-index: 100;
    color: #fff;
}

#pnlProductSummaries
{
width: 1150px;
margin: 0px auto;

}
#pnlProducts {
    margin-top: 0px !important;
}
.productSummary
{
	float:left;
	width:370px; /* depends upon thumbnail width - also check width of images btnProductSummaryBuy.png & btnProductSummaryMore.png */
	color:Black;
margin-left:5px;
	margin-right:8px;
	height:495px;
margin-bottom:10px;
}

.productSummaryFeatured
{
	float:left;
	width:370px; /* depends upon thumbnail width - also check width of images btnProductSummaryBuy.png & btnProductSummaryMore.png */
	color:Black;
margin-left:5px;
	margin-right:8px;
	height:495px;
margin-bottom:10px;
}

.productSummaryFeatured:hover
{
	float: left;
	width: 370px; /* depends upon thumbnail width - also check width of images btnProductSummaryBuy.png & btnProductSummaryMore.png */
	color: Black;
margin-left:5px;
	margin-right:8px;
	height:495px;
margin-bottom:10px;
}


 .productSummary:hover
{
	float: left;
	width: 370px; /* depends upon thumbnail width - also check width of images btnProductSummaryBuy.png & btnProductSummaryMore.png */
	color: Black;
margin-left:5px;
	margin-right:8px;
	height:495px;
margin-bottom:10px;
}

.productSummaryFeatured:hover .productSummaryImage, .productSummary:hover .productSummaryImage {box-shadow:0 6px 6px #ccc;}
.productSummaryFeatured:hover .productSummaryName, .productSummary:hover .productSummaryName {color:#000;}

.productSummaryImage
{
	height: 370px; /* thumnail height */

}


.productSummaryImage img
{
	height: 370px; /* thumnail height */

}
.productSummaryName
{
color: #696969;
    margin-top: 15px;
    height: 30px;
    text-align: center;
    line-height: 13pt;
    letter-spacing: 2px;
    font-size: 12.5pt;
}
.productSummaryPrice
{
	color:#696969;
text-align:center;
margin-top:5px;
font-size: 14.5pt;
}
.productSummaryButtons
{
display: none;
text-align:center;
margin-top:5px;
}
.productSummary h1 { font-size:15pt;}




.productSubCatSummary {
    width: 1149px !important;
    margin: 0px auto;
    height: 505px;

}

.productSummary3
{
display:none;
}

/* General Style */

a
{
	color:#4c4c4c;
	text-decoration:none;
}

.linkAnchor
{
    background: #3f5447 none repeat scroll 0 0!important;
    color: #fff;
    font-family: unset;
    font-size: 14px;
    padding: 11px 35px;
    margin-top: 50px;
    text-transform: uppercase;
    position: relative;
    top: 44px;
}

.linkAnchor:hover
{
    background: #000!important;
    color: #fff;
    transition: 0.5s;
}

.linkAnchorHomepage
{
    background: #3f5447 none repeat scroll 0 0!important;
    color: #fff;
    font-family: unset;
    font-size: 14px;
    padding: 11px 35px;
margin-top: 50px;
    text-transform: uppercase;
position: relative;
top: 35px;
}

.linkAnchorHomepage:hover
{
    background: #98afa1 !important;
    color: #fff;
    transition: 0.5s;
}

p
{
	padding-top:0px;
	margin-top:0px;
    color:#696969;
   
    font-size: 18px;
}
h1
{
	margin-top:0px;
	padding-top:0px;
	font-size:28pt;
	color:#696969;
font-weight:200;
font-family: unset;
letter-spacing:2px;
}
h2
{
	margin-top:0px;
	padding-top:0px;
	font-size:18pt;
	color:#696969;
font-weight:200;

letter-spacing:2px;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}


.footerText
{
font-family: unset;
width: 100%;
height: 78px;
margin: 0px auto;	
background: #3f5447;	
color:#000;
text-align: center;
font-size:11pt;

letter-spacing:2px;
}

.footerLink
{
float: left;
padding-right: 20px;
padding-left: 20px;
color: #fff;
font-size: 11pt;
    
}

.footerLink:hover
{

color:#3f5447;
}


.footerLink2
{
    float: left;
    padding-right: 0px;
    padding-left: 11px;
    color: #fff;
    font-size: 10pt;
    margin-top: -2px;
    position: relative;
    left: 152px;
    top: 25px;
    
}

.footerLink3a
{
    float: left;
    padding-right: 0px;
    padding-left: 17px;
    color: #fff;
    font-size: 10pt;
    margin-top: 0px;
  text-transform: uppercase;  
letter-spacing: 0px;
margin-bottom: 0px;
}

.footerLink3
{
    float: left;
    padding-right: 0px;
    padding-left: 32px;
    color: #fff;
    font-size: 10pt;
    margin-top: -18px;
    
}

.linkWrapper
{

width: 1150px;
margin: 0px auto;
padding-top: 30px;
}

.linkWrapper p
{


}

.footerText a
{
	text-decoration:none;
	color: #fff;

text-transform:none;
letter-spacing:0px;
}
.footerText a:hover
{
	text-decoration:none;
color:#98afa1;
}




.storySummaryWrapper
{
float:none;
}
.storySummaryDate
{
display:none;
}
.storySummaryTitle h2  a
{
font-weight:normal;
}

/* general styles */

/*.floatRight
{
	float:right;
    padding-right: 50px;
position: absolute;

right: 50px;

}*/
.floatRight
{
	float:right;


}



.floatLeft
{
	float:left;
}

.errorMessage
{
	background-color:#FFFF40;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	color:black;
}
.confirmationMessage
{
	background-color:#99E791;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}


/* Top Menu */

.topMenuShopDepth2 {
    height: 467px;
}

.topMenuDepth2, .topMenuShopDepth2 {
    text-align: left;

    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 10px;
    margin-top: 20px;
    min-width: 150px;
    max-width: 200px;
    box-shadow: 0px 8px 7px 1px rgb(0 0 0 / 8%);
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 3px;
    border:none;
    border-radius: 2px;
}
.topMenuShopDepth2 {
max-width: 100%;
    width: calc(100%-20px);
    columns: 131px 1;
    height: 350px;
    margin-left: 10px;
    /* margin: 0px auto; */
    margin-left: 0px;
    /* position: relative; */
    /* left: 500px; */
    text-align: center;
    margin-top: 17px;
    margin-right: 0px;
    background: #3f5447;
}
.topMenuShopDepth2 a {

text-transform: uppercase !important;
}

.topMenuHoverWrapper .topMenuDepth2 a, .topMenuShopHoverWrapper .topMenuShopDepth2 a {
    background-color: unset !important;
color: white !important;
}


.topMenuHoverWrapper .topMenuDepth2 a:hover, .topMenuShopHoverWrapper .topMenuShopDepth2 a:hover {

text-decoration: none;
    border-bottom: none !important;
    border-top: none;
    color: #fff !important;
    /* font-weight: bold; */
    font-size: 10pt;
    transition: .1s;

}
.topMenuDropDownTitle:hover
{

}
.topMenuShopHomeLink
{
display: none !important; 
}
.topMenuDepth2 .topMenuDropDownTitle, .topMenuShopDepth2 .topMenuDropDownTitle, .topMenuShopDepth2 .topMenuShopHomeLink {

    border-bottom: none;

}

.topMenuShopDepth3 a:hover
{
border-bottom: none !important;
}
.smallMenuBasket {
    display: inline-block;
    padding-top: 3px;
    height: 28px;
    width: 31px;
    background-color: unset;
    border-radius: 0px;
border: none;
    border-top: 1px solid #eff0e9;
    border-bottom: 1px solid #eff0e9;
    color: #eff0e9;
}
.smallMenuBasketEnabled {
    display: inline-block;
    padding-top: 3px;
    height: 28px;
    width: 31px;
    background-color: unset;
    border-radius: 0px;
border: 1px solid #76787b;

    color: #77787b;
}
.smallMenuBasketEnabled:hover
{
color: #fff;
}

.smallMenu {
    position: relative;
    top: -50px;
    float: right;
    margin-right: 20px;
z-index: 10000;
}
.smallMenu a:hover {
/*color: #fff;*/
}

.topMenuShopCatWrapper {
    display: block;
    margin-bottom: 20px;
    break-inside: avoid;
    margin-top: 53px !important;
}
.menu
{

    position: relative;
    top: 35px;
    margin: 0px auto;
    font-size: 10pt;
    padding-top: 22px;
    padding-bottom: 0px;
    z-index: 1;
    width: 100%;
    /* background-image: url(../images/homePage.jpg); */
    /* border-bottom: 1px solid #dfdfdf; */
    background-color: #3f5447;
}
.menuDividers
{
    display:none;
width: 50;
}


.menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	padding-left: 0px;
margin-left:0px;
margin-right:0px;
	height: 40px;
	z-index:10;
text-align:center;
}

.menu ul li
{
    display:inline;
    padding: 0px 0px; 
}


.menu ul li a 
{
    padding: 11px 15px 9px 15px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 8pt;
}
.menu ul li a:hover
{
text-decoration: none;

    color: #fff !important;
    border-top: 2px solid #c1c1be;
    border-bottom: 2px solid #c1c1be;
}



.menu ul li a:visited
{

    }
.menuSelected
{
   text-decoration: none;
    color: #3f5447;
    

}





/* Basket Summary */

.checkoutBasket
{
	 margin-left:0px;
	 margin-right:0px;
width: 1024px;
margin: 0px auto;
}
.basketSummary
{

	width: 150px;
	margin: 0 auto;

}
.basketSummaryTitle
{
	width: 140px;
	height: 26px;
	font-weight: bold;
	padding-left: 0px;
}
.basketSummaryText
{
	margin-left:0px;
	padding-top:5px;
	color:black;
}
.basketSummaryCheckout
{
	display:inline;
	float:right;
	margin-right:20px;
	color:black;
}

.basketSummaryText a
{
	text-decoration:none;
	color:back;
}

.checkoutSelectDate {
    padding-left: 260px;
padding-right: 260px;
    padding-bottom: 30px;
min-height: 392px;
}

textarea.checkoutTextBoxMultiRow {
    font-family: inherit;
    width: 529px;
    margin-left: -522px;
}









/* Product Menu */


#pnlProducts
{
margin-top: 45px;
}


.productMenuPayPal img
{
filter:alpha(opacity=60);
opacity:0.6;
}

#ProductMenu1_pnlNewsletterSubscrive
{
display: none;
}




.productMenuTopSection
{
display: none;
}


.productMenu
{
	
	width: 100%;

	margin: 0px auto;
	
}

.productMenuLinks
{
display: none;
}


.productMenuSearchTitle
{
	margin-top:0px;
	padding-top: 2px;
	padding-left: 0px;
	color:#000;
	width: 150px;
	height: auto;
font-size:9pt;
border-bottom:#4c4c4c 1px solid;
margin-bottom:5px;
text-transform:uppercase;
letter-spacing:1px;
}
.productMenuSearchBox
{
	margin-left:0px;
	padding-left:3px;
	width:100px;
	height:15px;
	color:black;
	background-color:#fff;
border:#ccc 1px solid;
font-size:9pt;
}
.productMenuSearchButton
{
	position: relative;
	top: 5px;
}
.productMenuSearchDropDown
{
	margin-left:0px;
	width:132px;
	margin-top:2px;
	margin-bottom:5px;
	color:black;
	background-color:#fff;
border:#ccc 1px solid;

}
.productMenu ul
{
	list-style-type: none;
    text-align: center;
    padding-left: 75px;
    width: 935px;
    margin: 0px auto;
}

.productMenuCategory
{
display: none;
margin-top:10px;
	padding-top: 2px;
	padding-left: 0px;
	color:#000;
	width: 150px;
	height: 22px;
font-size:9pt;
margin-bottom:5px;
border-bottom:#4c4c4c 1px solid;
text-transform:uppercase;
letter-spacing:1px;
}
.productMenuSubCategory
{
	margin-left: 0px;
	line-height:20px;
	color:#62194a;
	float: left;
margin-bottom: 40px;
display: none;
}
.productMenuSubCategory a
{
	color: #696969;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    display: inline-block;
}
.productMenuSubCategory a:hover
{
	background: #4e1d3b;
    transition: 0.5s;
    color: #fff;
}

.productMenuSubCategory a:active
{
	background: #4e1d3b;
    transition: 0.5s;
    color: #fff;
}


.subCategorySummaries h1 {
    margin-top: 44px;
    margin-bottom: 12px;
    padding-bottom: 5px;
    padding-top: 0px;
    border-bottom: none;
    font-size: 20pt !important;
}

/* Product Details Page */

#pnlProduct
{
width: 1024px;
margin: 0px auto;
}

.productDetailsFeatures
{
text-align: left;
margin-left: 0px;
margin-bottom:30px;
border-bottom: 1px #C0C0C0 solid;
    width: 545px;
    padding-bottom: 15px;
}



.productDetailsBack
{
text-align: left;
margin-left: 0px;
padding-bottom:15px;
display: none;
}

.productDetailsDescription
{
text-align: left;
margin-left: 0px;
margin-bottom:30px;
border-bottom: 1px #C0C0C0 solid;
    width: 545px;
    padding-bottom: 15px;
}



.productDetailsImage {
    width: 430px;
}



.productDetails
{
padding-top: 20px;
    padding-left: 10px;
}
.productDetails h1
{
	margin-top:20px;
margin-bottom:30px;
	padding-top:18px;
	font-size:18pt;
text-align: left;
margin-left: 0px;
color: #757575;
}

.productDetailsImageWrapper
{
	float:right;
	width:430px;
	margin-right:10px;
	margin-left:20px;
	
}

.productDetailsPinIt {
    display: none;
    float: right;
}

.productDetailsPrices
{
text-align: left;
margin-left: 0px;
	color:black;
}

.productDetailsBuy
{
	margin-top:20px;
}

.productDetailsNote
{
	margin-top:40px;
	clear:right;
}
.productDetailsNote a
{
	color:black;
}
.productDetailsLinkedProducts
{
	clear:right;
	display:table;
	width:780px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: #E5E5E5 1px solid;
}
.productDetailsLinkedProducts h1
{
		font-size: 10pt;
}

/* Sort Control */
.sortOuter
{
	height:30px;
}
.sortProducts
{
	float:right;
	margin-right:12px;
display: none;
}
.sortDropDown
{
	font-size: 10pt;

	font-family: Arial;
	color:black;
	background-color:#fff;
border:#ccc 1px solid;
	}

/* checkout page */

.checkoutConsignmentName
{
	width:180px;
}
.checkoutProgress
{
	padding-bottom:15px;
width: 1024px;
margin: 0 auto;
}
.checkoutProgress a
{
	text-decoration:none;
	color:Gray;
}
.checkoutProgress a:visited
{
	text-decoration:none;
	color:Gray;
}
.checkoutProgress a:hover
{
	text-decoration:none;
	color:Gray;
}
.checkoutProgressHighlight a
{
	color:Black;
}
.checkoutProgressHighlight a:visited
{
	color:Black;
}
.basketOrderItems
{
	margin-left:0px;
	margin-right:0px;
	color:Gray;
}
.basketOrderItems a
{
		color:Gray;
}
.basketOrderItemsProductName
{
	text-decoration:none;
	color:Gray;
}

.basketOrderItemsProductName a:hover
{
	text-decoration:underline;
}

.basketDelivery
{
	margin-left:0px;
	margin-right:0px;
}
.basketHeader
{
	background-color:#E6E4E4;
	color:Black;
font-size:9pt;
}
.basketHeaderGrayText
{
	background-color:#E6E4E4;
	color:#808080;
}
.basketHeaderArrow
{
	background-color: #e6e4e4;
	color: Black;
	background-image: url(../Images/basketArrow.png);
	background-repeat: no-repeat;
	padding-left:19px;
	height:29px;
}

.basketShading
{
	background-color:#FBF9F9;
}
.basketShadingPadded
{
	padding-left:19px;
	background-color:#FBF9F9;
}
.calendarDisabled
{
	color:Gray;
}
.upsell
{
	clear:right;
	margin-left:20px;
	margin-right:20px;
width: 1024px;
margin: 0px auto;
}

.upsell .productSummary
{
	float:left;
	width:325px; /* depends upon thumbnail width - also check width of images btnProductSummaryBuy.png & btnProductSummaryMore.png */
	color:Black;
margin-left:5px;
	margin-right:8px;
	height:410px;
margin-bottom:10px;
}

.upsell .productSummaryImage img
{
    height: 325px;
    width: 325px;
}

.upsell .productSummaryImage
{
    height: 325px;
    
}






.promoCode
{
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	width:120px;
}


/* Checkout Billing */

#pnlLogon
{
width: 1024px;
margin: 0 auto;
text-align: center;
}

#pnlLogon .checkoutPrompt 
{
padding-left: 50px;
}


.checkoutHeader
{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#E6E4E4;
	color:Black;
width: 1024px;
margin: 0 auto;
}
.checkoutPrompt
{
	width:180px;
	float:left;
	text-align:right;
	padding-right:5px;
padding-left: 26%;
}
.checkoutTextBox
{
	    width: 200px;
    margin-left: -522px;
}

#pnlLogon .checkoutTextBox
{
	    width: 200px;
    margin-left: -75px;
}


.checkoutPaymentDropDown
{
		width:171px;
}
.checkoutPaymentTextBox
{
	width:167px;
}
.checkoutPaymentShortTextBox
{
	width:77px;

}
.checkoutPaymentSecurityCodeHelp
{
	margin-left:275px;
}
.checkoutInset
{
	
    width: 300px;
    margin: 0 auto;
    padding-left: 20px;
    text-align: left;

}


/* Contact Form */

.contactFormPrompt
{
	width:250px;
	display:inline;
	float:left;
	text-align:right;
    font-size: 15pt;
}
.contactFormField
{
	width:400px;
margin-bottom:10px;
background: #f5f5f5;
}
.contactFormMessageBox
{
	width:400px;
margin-bottom:10px;
background: #f5f5f5;
}
.contactFormButton
{
	width:330px;
	display:inline;
	float:left;
	text-align:right;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

/* Site Map Page */
.siteMap
{
	color:#808080;
}
.siteMapPages
{
	color:#808080;
	margin-left:0px;
}

.siteMapProducts
{
	float:right;
	color:#808080;
	margin-right:100px;
	
}
.siteMapCategory
{
}
.siteMapPage
{
	color:black;
	 text-decoration:none;

}
.siteMapPage a:hover
{
	text-decoration:underline;
}
.siteMapSubCategory
{
	text-indent: 25px;
	color:black;
	text-decoration:none;
}
.siteMapSubCategory a:hover
{
	text-decoration:underline;
}
.siteMapProduct
{
	text-indent: 50px;
	color:black;
	text-decoration:none;
}
.siteMapProduct a:hover
{
	text-decoration:underline;
}

/* Captcha */
.captch
{
 vertical-align:top;
}

.productSubCatSummary
{
	width:780px;

}


.productSubCatSummaryMore .productSummaryImage
{
background-color:#f5f5f5;
border:black 1px solid;
}

.animationPanelhomepage
{

width:790px;
height:470px;
margin-bottom:30px;
}
.animationPanelhomepageBox
{
/* _display:none;   hack so ie6 does not display */
position:absolute;
top:360px;
left:30px;
background-color:#818778;
background:rgba(129,135,120,0.8);
margin-bottom:0px;
padding-bottom:0px;
width:400px;
height:70px;
padding-top:10px;
padding-left:20px;
color:white;

}

.animationPanelhomepageBox h2
{
	margin-top:0px;
	padding-top:10px;
	font-size:24pt;
	color:white;
	margin-bottom:10px;
	padding-bottom:0px;
font-weight:normal;

}
.animationPanelhomepageBox h2 a
{
color:white;
}

.animationPanelhomepage a
{
text-decoration:none;
}
.animationPanelhomepage a:visited
{
text-decoration:none;
}


.basketBorderBottom td
{
	border-color:#64675F;
}
.checkoutBasket table 
{ 
border-color:#64675F;
}
.checkoutBasket th:first-child, .checkoutBasket td:first-child 
{
border-color:#64675F;
}

.productMenuPayPal .productMenuSearchBox
{

	background-color:inherit;
}



/* button definitions  */

.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:0px;
    padding-right:0px;
    border-radius:3px;
    display:inline-block;
    text-align:center;
    transition: background-color .5s, color .5s,  border-color .5s;
    color:#4c4c4c;
    
    font-size:110%;
    padding-top:3px;
    height:22px;
    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;
}

.productSummaryMore:hover, .productSummaryBuyLink:hover, .productSummaryBuy:hover, .productDetailsBack a:hover, .checkoutBillingRetrieve:hover, .checkoutBack:hover, #lnkContinueShopping:hover
{
    cursor: pointer;
    color:white;
    background-color:#000;   /* hover colours*/
    border-color:#000;
    text-decoration:none;
}
.checkoutCheckout a
{
color:white;
}
.checkoutCheckout a:hover
{
text-decoration:none;
}

.checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .contactSend, .productDetailsBuy
{
    background: #3f5447 none repeat scroll 0 0!important;
    color: #fff;
    font-family: unset;
    font-size: 14px;
    padding: 11px 35px;
margin-top: 50px;
margin-left: 50px;
    text-transform: uppercase;

    
}

.checkoutNext:hover, .checkoutConfirmPay:hover, .checkoutPay:hover, .checkoutButton:hover, .contactSend:hover, .productDetailsBuy:hover
{
    background: #000 none repeat scroll 0 0!important;
    color: #fff;
    font-family: unset;
    font-size: 14px;
    padding: 11px 35px;
margin-top: 50px;
    text-transform: uppercase;
 }

/*Additional Styles*/

.aboutBox
{
padding: 30px 15px 30px 40px;
}

#google_translate_element
{
display: none;
}

.gallery2Wrapper
{
width: 1150px;
margin: 0px auto;
}

.gallery2Pic img 
{
    width: 320px;
    height: 320px;
}

.gallery2PicWrapper
{
margin: 25px;
transition: all .2s ease-in-out; 
}

.gallery2PicWrapper:hover
{
 transform: scale(1.1); 
}

#pnlContact
{
    width: 1150px;
    margin: 0px auto;
    padding-left: 350px;
    text-align: left;
}

.workshopBox
{
width: 1004px;
margin: 0px auto;
    padding-left: 10px;
padding-right: 10px;
}

.workshopText
{
width: 450px;
float: left;
text-align: left;
padding-left: 32px;
}


@media only screen and (max-width: 1350px){

.socialLinks {
   
    right: 25px;
}

.pageBanner img {
   
    
    left: 25px !important;
    
}

.menu ul li a {
    padding: 11px 18px 9px 18px;
}

.menu
{
    font-size: 11pt;
}

.footerLink2 {
   padding-left: 64px;
}

.socialLinksFooter {
    right: 140px;
    
}

#pnlContact {
   
    padding-left: 15%;
   
}

.productSummaryImage img {
    height: 320px !important;
}
.productSummaryImage {
    height: 320px !important;
}

.productSummary {
    height: 420px;
    width: 320px !important;
margin-left: 5px;
    margin-right: 8px;
}

.productSummaryFeatured {
height: 420px !important;
    width: 320px !important;
margin-left: 5px;
    margin-right: 8px;
}
.productSummary:hover {

    height: 420px;

}
#pnlProductSummaries {
    width: 1025px;
    
    margin-top: 40px;
}

.productSubCatSummary {
    width: 1025px !important;
    margin: 0px auto;
}

.gallery2Wrapper {
    width: 1024px;
    margin: 0px auto;
}

.gallery2Pic img {
    width: 290px;
    height: 290px;
}

.homeBouquetText
{


top: 240px !important;
left:190px !important;
}



.homeBouquetText2
{
top: 513px !important;
    left: 190px !important;

}



.homeBuyButton
{
    
    top: 440px !important;
    left: 194px !important;
}

.checkoutNext
{
margin-top: -30px;
}

.checkoutNext:hover
{
margin-top: -30px;
}

.checkoutTextBox {
    
    margin-left: -69px;
}

.checkoutPrompt {
   
    padding-left: 5%;
}

textarea.checkoutTextBoxMultiRow {
   
    margin-left: -69px;
}

.footerLink {
    
    padding-right: 12px;
    padding-left: 13px;
    
    font-size: 10pt;
}





}

@media only screen and (max-width: 850px)
{

figure.effect-honey figcaption::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 119px;
    background: #3f5447;
    content: '';
    -webkit-transform: translate3d(0,119px,0);
    transform: translate3d(0,119px,0);
}


}
