/* 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=Libre+Baskerville|Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

@font-face {
    font-family: 'Dutch Tulips';
    src: url('../fonts/Dutch-Tulips---TTF.eot');
    src: url('../fonts/Dutch-Tulips---TTF.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Dutch-Tulips---TTF.woff2') format('woff2'),
         url('../fonts/Dutch-Tulips---TTF.woff') format('woff'),
         url('../fonts/Dutch-Tulips---TTF.ttf')  format('truetype'),
         url('../fonts/Dutch-Tulips---TTF.svg#Dutch Tulips') format('svg');
}

body
{
    margin: 0px auto;
    background: #000
	url(../images/wallpaperSF2.png) 0 0 repeat-x;
    background-position: bottom;
    background-attachment: fixed;
    background-size: contain;
    font-size: 12pt;
    color: white;
    font-family: 'Roboto', sans-serif;
    position: relative;
    direction: ltr;
    text-align: left;
    line-height: 1.4em;
}



.container {
  display: flex;
}
.container > div {
  flex: 1;
}

#form1,#form2 {overflow-x:hidden;}

.productDetailsModifierTextBox, .basketOrderItemsConsignmentName, .basketOrderItemsQuantity { background:#000; color:#fff; border-color:#fff;}

.adminpage .socialLinks, .adminpage #telephone, .adminpage #location { display:none;}
.adminpage #telephone2
{ display:none;}
.adminpage #telephone3
{ display:none;}
.socialLinks { margin:0; position:absolute; top:-31px; right:0px;}
.socialLinks.footer { margin:10px 0; position:static; top:0px; left:0;}
.socialLinks .fa {  color:#fff; margin:0 0px 0 12px; font-size:14pt;}
.socialLinks .social .fa { }
.socialLinks .social:hover .fa { color:#fc4daa;}
.socialLinks.footer .fa { color:#fff;}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14pt;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#telephone {    position: absolute;
    top: -32px;
    left: 0;
    color: #fff;
    font-size: 13pt;}
#location { position: absolute;
    top: -32px;
    left: 47%;
margin-left:-61px;
    color: #fff;
    font-size: 12pt;
    text-align:center;}
#telephone .fa,#location .fa { margin-right:3px;}

.pageTop
{
display:none;
}
.pageSides
{
width:960px; 
margin:0 auto;
}

/* HOME BOXES */
#homeSlides {height:500px; margin-bottom:35px; margin-top:-1px;}
#slides {width:100%; height:500px; overflow:hidden; position:absolute; left:0;}
#slides .animationItem {width:100%; height:500px;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: 184px;
    left: 50%;
    margin-left: -170px;
    background-color: rgb(0 0 0);
    color: #fff;
    padding: 50px;
    font-family: 'Dutch Tulips';

    text-align: center;
    text-transform: unset;
    letter-spacing: 2px;
    font-size: 26pt;
    outline: 2px dashed white;
    outline-offset: -10px;
    /* background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='3' stroke-dasharray='3%2c 12' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e"); */
}

.header
{
	margin-left:0px;  /* width of page side */
	margin-right:0px; /* width of page side */
	margin-top: 40px;
	padding-top: 0px;
	background-image:none; /* required by admin html editor */
position:relative;
}
.page
{
	margin: 0px auto 0px 0px; /* left marging width of page sides */


	background-image:none; /* required by admin html editor */
	width: 960px;
}
.pageBanner
{
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
padding-bottom:0px;
}
.pageBanner .socialLinksLarge
{
left:750px;
top:20px;
width:180px;
}
.pageBanner .socialLinksManual
{
position:absolute;
left:930px;
top:20px;
}
.socialLinksManual a img 
{
	filter:alpha(opacity=60);
	opacity:0.6;
	padding-right:4px;
}
.socialLinksManual a:hover img 
{
	filter:alpha(opacity=100);
	opacity:1;
}
.shopColumn1of2
{
	margin-top:27px;
	padding-top:0px;
	float:left;
	width:150px;
	padding-left:0px;
	padding-right:0px;
}

.shopColumn2of2
{
  	 margin-top:0px;
  	padding-top:30px;
	 margin-left:170px;
	 padding-right:0px;
}
.column1of1
{
	padding-top:0px;
	padding-bottom:20px;
	padding-left:0px;
	padding-right:0px;
}
.clearBoth
{
	clear:both;
}
.clearRight
{
	clear:right;
}
.pageBottom
{
	

	background-color:#818778;
	height: 0px;
	z-index:10; /* ensures Safari displays background image */
margin-bottom:20px;

width: 960px;
}



/* Shop Product Page */
.productSummary
{
    float: left;
    width: 224px;
    color: Black;
    margin-right: 14px;
    height: 344px;
    margin-bottom: 15px;
background-color: rgb(0 0 0 / 85%);
border: #000 1px solid;
}
.productSummaryFeatured, .productSummary:hover
{
    float: left;
    width: 224px;
    color: Black;
    margin-right: 14px;
    height: 344px;
    margin-bottom: 15px;
background-color: rgb(0 0 0 / 85%);
border: #f19e9d 1px solid;

}
.productSummaryImage
{
	height: 210px; /* thumnail height */
	text-align:center;
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
}

.productSummaryImage img
{
	height: 210px; /* thumnail height */


}

.productSummaryFeatured .productSummaryName, .productSummary:hover .productSummaryName {color:#fff;}

.productSummaryName
{
	color:#fc4daa;
	font-size:16pt;
	line-height:1.1em;
	height:35px;
text-align:center;
margin-top:20px;
    font-family: 'Dutch Tulips';
text-transform:unset;
}
.productSummaryPrice
{
	color:#fff;
text-align:center;
margin-top:5px;
}
.productSummaryButtons
{
text-align:center;
margin-top:10px;
}

.productSubCatSummary
{
height:420px;
}

.productSummary3
{display:none;}
/* General Style */

a
{
	color:white;
	text-decoration:underline;
}
p
{
	padding-top:0px;
	margin-top:0px;
}
h1
{
    margin-top: 35px;
    margin-bottom: 30px;
    padding-top: 0px;
    font-size: 30pt;
    color: #fc4daa;
    font-weight: normal;
    font-family: 'Dutch Tulips';

}
h2
{
	margin-top:0px;
	padding-top:0px;
	font-size:20pt;
	color:#fff;
font-weight:normal;
    font-family: 'Dutch Tulips';

}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.footerContainer {width:960px; margin:0 auto;}
.copyright {border-top: #fff 1px solid; padding:20px 0; font-size:10pt; color:#fff;}
.footerText
{
    background: #00000094;
    padding: 44px 0;
    color: #fc4daa;
    text-align: center;
    border-top: #fff 2px dashed;
    border-bottom: 2px dashed #fff;
    margin-left: -100%;
    margin-right: -100%;
    font-size: 13pt;
    margin-top: 20px;
}
.footerText a
{
	text-decoration:none;
	color:#fff;
font-size:11pt;
}
.footerText a:hover
{
	text-decoration:none;
color:#fc4daa;
}

#cards { float:none;}
.footerCol1of4
{
text-align:center;
	margin-top:0px;
	padding-top:0px;
	float:left;
	width:225px;
	padding-left:0px;
	padding-right:20px;
margin-left:0px;
}

.footerCol2of4
{
text-align:center;
  	margin-top:0px;
	padding-top:0px;
	float:left;
	width:225px;
	padding-left:0px;
	padding-right:20px;

}
.footerCol3of4
{
text-align:center;
  	margin-top:0px;
	padding-top:0px;
	float:left;
	width:225px;
	padding-left:0px;
	padding-right:20px;

}
.footerCol4of4
{
text-align:center;
  	margin-top:0px;
	padding-top:0px;
	float:left;
	width:225px;
	padding-left:0px;
	padding-right:0px;

}

.footerCol5of4
{
text-align:left;
  	 margin-top:0px;
  	padding-top:0px;
	 margin-left:250px;
	 padding-right:0px;
width:500px;
clear:both;
}

.storySummaryWrapper
{
float:none;
}
.storySummaryDate
{
display:none;
}
.storySummaryTitle h2  a
{
font-weight:normal;
}

/* general styles */

.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 */
.menu
{
	margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    font-size: 9.5pt;
    padding-top: 0px;
padding-bottom:0px;
 	z-index:1; /* ensures Safari displays background image */
	width:960px; /* required by admin html editor */
text-transform:uppercase;
text-align:center;

border-bottom: 1px dotted #fff0;
    border-top: 1px dotted #fff0;
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='3' stroke-dasharray='3%2c 12' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.menuDividers
{
    display:none;
}


.menu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 8px;
    padding-bottom: 3px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 25px;
    z-index: 10;
    background-color: #000;
}

.menu ul li
{
    display:inline;
}
.menu ul li a 
{
    padding-right: 11px;
    padding-left: 11px;
    text-decoration:none;
 	color:#fff;
transition: all 0.2s linear;
}
.menu ul li a:hover
{
    text-decoration:none;
    color:#fc4daa;
}
.menu ul li a:visited
{

    }
.menuSelected
{
	padding-top: 7px;
	padding-bottom: 6px;
	background-repeat: repeat-x;
	background-position: center 50%;
	color:#fc4daa;
	line-height: 1em;
text-decoration:none;
}


/* Basket Summary */

.checkoutBasket
{
	 margin-left:0px;
	 margin-right:0px;
}
.basketSummary
{

	width: 150px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;

}
.basketSummaryTitle
{
	width: 140px;
	height: 26px;
	font-weight: bold;
	padding-left: 0px;
}
.basketSummaryText
{
	margin-left:0px;
	padding-top:5px;
	color:white;
}
.basketSummaryCheckout
{
	display:inline;
	float:right;
	margin-right:20px;
	color:white;
}

.basketSummaryText a
{
	text-decoration:none;
	color:white;
}



/* Product Menu */
.productMenuPayPal img
{
filter:alpha(opacity=60);
opacity:0.6;
}

.productMenu
{
	
	width: 160px;
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;
	
}
.productMenuSearchTitle
{
	margin-top:0px;
	padding-top: 3px;
	padding-left: 0px;
	color:#fc4daa;
	width: 150px;
	height: 22px;
text-transform:uppercase;
font-size:9pt;
border-bottom:1px solid #fff;
}
.productMenuSearchBox
{
	margin-left:0px;
	padding-left:3px;
	width:100px;
	height:15px;
	background-color:#000;
color:#fff;
border-color:#fff;
margin-bottom:5px;
}
.productMenuSearchButton
{
	position: relative;
	top: 5px;
}
.productMenuSearchDropDown
{
	margin-left:0px;
	width:132px;
	margin-top:2px;
	margin-bottom:5px;
	background-color:#000;
color:#fff;
border-color:#fff;
}
.productMenu ul
{
	list-style-type: none;
	width:150px;
	padding-left: 0px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.productMenuCategory
{
margin-top:10px;
	padding-top: 3px;
	padding-left: 0px;
	color:#fc4daa;
	width: 150px;
	height: 22px;
text-transform:uppercase;
border-bottom:1px solid #fff;
margin-bottom:5px;
font-size:10pt;
}
.productMenuSubCategory
{
	margin-left: 0px;
	line-height:20px;
	color:white;
	
}
.productMenuSubCategory a
{
	color:white;
	text-decoration:none;
transition: all 0.3s;
-moz-transition: all 0.3s; /* Firefox 4 */
-webkit-transition: all 0.3s; /* Safari and Chrome */
-o-transition: all 0.3s; /* Opera */
font-size:10pt;
}
.productMenuSubCategory a:hover
{
	color:#fc4daa;
	text-decoration:none;
	
}

.subMenuLevelAlt0 a { color:#666;}


/* Product Details Page */

.productDetails
{
}
.productDetails h1
{
	margin-top:0px;
	padding-top:0px;
	font-size:14pt;


}

.productDetailsImageWrapper
{
	float:right;
	width:350px;
	margin-right:10px;
	margin-left:20px;
	
}
.productDetailsImage
{
	width:350px;

}
.productDetailsFeatures
{
}
.productDetailsPrices
{
	color:white;
}
.productDetailsBuy
{
	margin-top:20px;
}
.productDetailsBack
{
	padding-bottom:15px;
}
.productDetailsNote
{
	margin-top:20px;
	clear:right;
}
.productDetailsNote a
{
	color:white;
}
.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;
}
.sortDropDown
{
	font-size: 10pt;

	font-family: Arial;
	background-color:#000;
color:#fff;
border-color:#fff;
	}

/* checkout page */

.checkoutConsignmentName
{
	width:180px;
}
.checkoutProgress
{
	padding-bottom:15px;
}
.checkoutProgress a
{
	text-decoration:none;
	color:white;
}
.checkoutProgress a:visited
{
	text-decoration:none;
	color:white;
}
.checkoutProgress a:hover
{
	text-decoration:none;
	color:white;
}
.checkoutProgressHighlight a
{
	color:Black;
}
.checkoutProgressHighlight a:visited
{
	color:Black;
}
.basketOrderItems
{
	margin-left:0px;
	margin-right:0px;
	color:white;
}
.basketOrderItems a
{
		color:white;
}
.basketOrderItemsProductName
{
	text-decoration:none;
	color:white;
}

.basketOrderItemsProductName a:hover
{
	text-decoration:underline;
}

.basketDelivery
{
	margin-left:0px;
	margin-right:0px;
}
.basketHeader
{
	background-color:#474747;
	color:white;
}
.basketHeaderGrayText
{
	background-color:#474747;
	color:white;
}
.basketHeaderArrow
{
	background-color: #474747;
	color: white;
	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;
}
.promoCode
{
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	width:120px;
}


/* Checkout Billing */
.checkoutHeader
{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#474747;
	color:white;
}
.checkoutPrompt
{
	width:180px;
	float:left;
	text-align:right;
	padding-right:5px;
}
.checkoutTextBox
{
	width:200px;
background-color:#000;
color:#fff;
border-color:#fff;
}
.checkoutPaymentDropDown
{
		width:171px;
background-color:#000;
color:#fff;
border-color:#fff;
}
.checkoutPaymentTextBox
{
	width:167px;
}
.checkoutPaymentShortTextBox
{
	width:77px;

}
.checkoutPaymentSecurityCodeHelp
{
	margin-left:275px;
}
.checkoutInset
{
	margin-left:180px;
}


/* Contact Form */

.contactFormPrompt
{
	width:250px;
	display:inline;
	float:left;
	text-align:right;
}
.contactFormField
{
	width:200px;
margin-bottom:5px;
background-color:#000;
color:#fff;
border-color:#fff;
}
.contactFormMessageBox
{
	width:400px;
margin-bottom:5px;
background-color:#000;
color:#fff;
border-color:#fff;
}
.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:white;
	 text-decoration:none;

}
.siteMapPage a:hover
{
	text-decoration:underline;
}
.siteMapSubCategory
{
	text-indent: 25px;
	color:white;
	text-decoration:none;
}
.siteMapSubCategory a:hover
{
	text-decoration:underline;
}
.siteMapProduct
{
	text-indent: 50px;
	color:white;
	text-decoration:none;
}
.siteMapProduct a:hover
{
	text-decoration:underline;
}

/* Captcha */
.captch
{
 vertical-align:top;
}

.productSubCatSummary
{
	width:780px;

}


.productSubCatSummaryMore .productSummaryImage
{
background-color:inherit;
}

.productSubCatSummaryMoreInner h1 {font-size:14pt;}



.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:#fff;
    
    font-size:110%;
    padding-top:3px;
    height:25px;
    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:#fc4daa;   /* hover colours*/
    border-color:#fc4daa;
    text-decoration:none;
}
.checkoutCheckout a
{
color:white;
}
.checkoutCheckout a:hover
{
text-decoration:none;
}

.checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .contactSend, .productDetailsBuy
{
    background-color:#fc4daa;
    color:white;
    border-color:#fc4daa;

    
}

.checkoutNext:hover, .checkoutConfirmPay:hover, .checkoutPay:hover, .checkoutButton:hover, .contactSend:hover, .productDetailsBuy:hover
{
    background-color:inherit;
    color:inherit;
    border-color:#fff;
     text-decoration:none;
 }
