body  {
	background-color:white;
}

a {
	color: #57453F;
}

a:hover {
	color: #C3A68C;
	text-decoration: none;
}

.container {
	
}

/*------------------------------------
/ Modal popup
/-----------------------------------*/
#myModal {
	
}
.inner-modal {
	background: #fff;
	padding: 15px;
	
}
.modal-container {
	border:1px solid #9ebccb;
	padding: 30px 10px 30px 10px;
	text-align: center;
}
.inner-modal .close-modal {
	float: none;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #637076;
	background: #d6dfe4;
	padding: 5px 25px;
	border-radius: 5px;
	text-shadow: none;
	opacity: 1;
}
.inner-modal .close-modal:hover {
	color: #fff;
	background: #637076;
}
.inner-modal .campaign1 {
	font-family: Arial;
	font-size: 24px;
	line-height: 28px;
	color: #931919;
	margin: 0;
	display: inline-block;
	padding: 10px 0 10px 50px;
}
.inner-modal .campaign1 span {
	font-size: 36px;
	font-family: georgia;
	font-style: italic;
}
.inner-modal .campaign2 {
	font-family: Arial;
	font-size: 18px;
	line-height: 28px;
	color: #637076;
	margin: 0;
	padding: 30px;
}
.inner-modal .campaign2 span {
	font-size: 28px;
	font-family: georgia;
	font-style: italic;
}
.inner-modal .campaign3 {
	font-family: georgia;
	font-size: 24px;
	line-height: 28px;
	color: #931919;
	margin: 10px 0 30px 0;
}
.inner-modal .holly {
	float: right;
	margin-top: -44px;
	margin-right: -58px;
	height: 150px;
}
#myModal .candy {
	margin-top:0;
	position: absolute;
	bottom: -23px;
	left: 60px;
	max-height: 200px;
}
.modal {
	left: 45%;
	width: 730px;
}
.modal.fade.in {
	top:30%;
}
.campaign-basket img {
	float: right;
	margin-top: -199px;
	max-height: 155px;
	margin-right: 30px;
	
}
/*------------------------------------
/ Header
/-----------------------------------*/

.mobilelogo {
	display: none;
}

.mainlogo {
	margin-top:30px;
	margin-bottom: 15px;
}

.checkout-body .mainlogo {
	margin-top: 10px;
}

.mainlogo img {
	width: auto;
}

.websitelogo {
	position: relative;
	z-index: 10;
}

.basket-wrap {
	float: right;
	margin-top: 20px;
	margin-left: 10px;
}

.basket-img {
	margin-left:10px;
	margin-top:-32px;
	width: 30px;
	height: 30px;
}

.basket-img a.basketopen {
	display: block;
	width: 30px;
	height: 20px;
	background: url(../img/Basket-Icon-01a.png) no-repeat;
	background-size: 100%;
	color: #FFF !important;
	text-align: center;
	font-size: 11px !important;
	padding: 10px 0 0 0;
	position: relative;
	z-index: 10;
}

.basket-img a.basketopen:hover {
	background: url(../img/Basket-Icon-01b.png) no-repeat;
	text-decoration: none !important;
}

.mobile-menu-icon {
	display: none;
}

.top-nav-mobile,
.main-nav-ul-mobile {
	display: none;
}

.topright .basket {
	margin:0;
	color: #57453F;
}

.topright .basket a {
	font-family: 'arial';
	font-size:14px;
	color: #57453F;
}

.topright .basket a:hover {
	text-decoration: underline;
}

.topright .basket .quickmember {
	padding-top:10px;
	
}

.top-nav {
	padding-top: 20px;
	margin-bottom: 20px;
	float: right;
}

.top-nav li {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
}

.top-nav li a {
	font-size:12px;
	line-height: 1.6;
	display: inline-block;
	color: #57453F;
}

.top-nav li a:hover {
	background: none;
	color: #C3A68C;
}

.top-nav li.active a {
color: #57453F;

}

.top-nav li.first {
	background: none;
}

.header-image {
	margin-bottom:10px;
}


/*------------------------------------
/ Main Navigation
/-----------------------------------*/


.main-nav li {

	float: left;
	position: relative;
}

.main-nav li a {
	margin-left:100px;
	padding-right:15px;
	display: block;
	
	color: #57453F;
	font-size: 16px;
	font-family:'arial';
}

.main-nav-area {
	position: relative;
	margin-bottom: 0;
	margin-left: -132px;
}

.main-nav-ul {
	margin-left: 0;
	margin-bottom: 0;
	width: auto;
}

.dropdown {
	display:inline-block;
	margin-top: 28px;
	font-size: 14px;
	font-family:'arial';
}

.dropdown .droplink {
	display:block;
	padding:15px 15px 15px 15px;
	border-radius: 10px 10px 0px 0px;
	width: 147px;
	position: relative;
}

.dropdown:hover .droplink {
	background: #F1EBE5;
}

.dropdown .dropdown-area {
	position: absolute;
	top: 100%;
	left: 0;
	width: 720px;
	background: #F1EBE5;
	z-index: 10;
	margin: -11px 0 0 0;
	display: none;
	z-index: 99;
}

.dropdown .dropdown-area-1 {
	margin: -5px 0 0 -181px;
	width: 1080px;
}

.dropdown .dropdown-area-2 {
	margin: -5px 0 0 -362px;
	width: 910px;
}

.dropdown .dropdown-area-3 {
	margin: -5px 0 0 0;
	width: 175px;
	padding-left: 2px;
}

.dropdown .dropdown-area-4 {
	margin: -5px 0 0 0;
	width: 370px;
	padding-left: 2px;
}

.dropdown ul {
	list-style: none;
	margin: 0;
}

.dropdown .dropdown-top li {
	float: left;
	font-size: 12px;
	padding: 5px 12px;
}

.dropdown .dropdown-top li a {
	color: #57453F;
	font-weight: bold;
}

.dropdown .dropdown-top li ul {
	width: 157px;
	margin: 0;
}

.dropdown .dropdown-top li ul li {
	float: none;
	padding: 5px 0;
}

.dropdown .dropdown-top li ul li a {
	color: #938076;
	font-weight: normal;
}

.dropdown .dropdown-top li ul li a:hover {
	color: #665349;
}

.dropdown .dropdown-left {
	padding: 15px 0;
	width: 177px;
	background: #938076;
	color: #F1EBE5;
	float: left;
}

.dropdown .dropdown-left li {
	line-height: 1.4;
}

.dropdown .dropdown-left a {
	color: #F1EBE5;
	display: block;
	padding: 5px 15px;
}

.dropdown .dropdown-left a:hover {
	color: #938076;
	background: #F1EBE5;
}

.dropdown .dropdown-left a span {
	display: none;
	font-size: 12px;
}

.dropdown .dropdown-left a:hover span {
	display: inline;
}

.dropdown .dropdown-right {
	padding: 15px;
	width: 509px;
	float: right;
	display: none;
}

.dropdown .dropdown-right ul {
	float: left;
	width: 160px;
	margin-right: 20px;
	border-right: 1px solid #938076;
}

.dropdown .dropdown-right ul:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
	width: 120px;
}

.dropdown:hover .dropdown-area {
	display: block;
}

.form-search {
	margin-left: 770px;
	margin-top:-55px;
	border:1px solid #57453F;
	width:200px;
	
}

.form-search input {
	border-radius: 0;
	border:none;
	box-shadow: none;
}
.form-search input:focus {
	outline: none;
	box-shadow: none;
}
.btn-search {
	background: url('../img/Search-Icon-01a.png') no-repeat;
	border:none;
	margin-left:-6px;
	margin-top: 0;
	padding:2px;
	width:20px;
	height: 20px;
	background-size: 100%;
}
.btn-search:hover {
	background: url('../img/Search-Icon-01b.png') no-repeat;
	background-size: 100%;
}

.dropdown .dropdown-top li ul li .view-all-link {
	font-style: italic;
}

.dropdown .dropdown-top li.drop-col {
	border-left: 1px solid #d1ccc4;
	margin: 10px 0;
	min-height: 380px;
}

.dropdown .dropdown-top li.drop-col-1 {
	border-left: none;
}

.dropdown .dropdown-top li.drop-col-9,
.dropdown .dropdown-top li.drop-col-13 {
	width: 150px;
}

.drop-two-title {
	margin-top: 25px;
	display: inline-block;
}

/*------------------------------------
/ Homepage Top
/-----------------------------------*/

.homepage-top-container {
	background-color: #F6F2EE;
	padding-bottom: 40px;
}

.home-module1 {
		text-align: center;	
		margin-top:12px;
}

.home-module1 a.title {
	font-size:14px;
	font-family:'arial';
	font-weight:bold;
	background-color: white;
	padding: 10px 0;
	display:block;
}

.call-to-action1 {
	/*background-color:#D8E0E5;*/
	padding:10px;
	/*background: url(/assets/website/img/base-std.png) top center no-repeat;*/
	margin-top:30px;
	/*height:405px;*/
	/*background-size: auto 100%;*/
	background: #C1A78E;
	
}


.call-to-action2 {
	border: 1px solid #57453F;
/* 	border:1px solid #A7BFC9; */
	height: 405px;
}

.judge-stellar-cookware {
	background: url(/assets/website/img/East2eden-Banner-Box-Stellar-Judge.jpg) top center no-repeat;
height: 405px;
margin-top: 30px;
}

.divider-top-cta {
	border-top: 1px solid #FFF;
	margin: 0 139px;
	margin-top: 38px;
	width: auto;
}

.divider-bottom-cta {
	border-top: 1px solid #FFF;
	margin: 0 139px;
	margin-top: 17px;
	width: auto;
}

.cta-title {
	font: italic normal 34px Georgia, serif;
	color: #FFF;
	text-align: center;
	margin:0;
	padding: 10px 0 0 0;
}
.cta-title span {
	color: #931919;
	font-family: georgia;
	font-style: italic;
	font-size: 32px;
}
.cta-description1 {
	font-size:28px;
	font-family:Georgia, serif;
	font-style:italic;
	color: #FFF;
	text-align: center;
	line-height: 30px;
}
.cta-description2 {
	padding: 40px 0 0 0;
}
.cta-description2 p {
	font-size:14px;
	line-height: 22px;
	font-family:arial, serif;
	color: #FFF; 
	text-align: center;
	margin:0;
}

.cta-description2 p span {
	color: #931919;
	font-size: 32px;
	font-family: georgia;
	font-style: italic;
}

.cta-image {
	margin-top:50px;
	text-align: center;
}

.holly {
	max-width: 171px;
	float: right;
	margin-top: -145px;
	margin-right: -28px;
}
.candy {
	max-height: 240px;
	margin-top: -190px;
}

.cta-image img {
	width: 108px;
}

.call-to-action3 {
	background-color:white;
	padding:10px;
	margin-top:30px;
	height:386px;
}

.call-to-action4 {
	border: 1px solid #C3A68C;
	height:386px;
}

.divider-top-cta3 {
	border-top:1px solid #57453F;
	margin: 9px 310px 0 310px;
}

.cta-title2 {
	font: italic bold 28px Georgia, serif;
	color:#57453F;
	margin-top:-42px;
	text-align: center;
}

.cta-description3 {
	font: italic 28px Georgia, serif;
	color:#57453F;
	text-align:center;
	margin-top:-292px;
}

.cta-description4 {
	font-family:arial;
	color:#57453F;
	text-align: center;
	margin-top:32px;
	margin-bottom: 20px;
}

.cta-image2 {
margin-top:80px;
text-align: center;
}

.divider-bottom-cta4 {
	border-bottom:1px solid #57453F;
	margin: 9px 310px 0 310px;
	position: relative;
	z-index: 2;
}

.home-module a {
	font-size:14px;
	font-family:'arial';
	background-color: white;
	display:block;
	padding-top: 2px;
	padding-bottom:2px;
}

.home-module .purchase {
	font-weight:bold;
	padding-bottom:20px;
}

.home-module {
	margin-top: 30px;
	margin-bottom: 0;
	text-align: center;	
}

.home-module img {
	padding: 0 0 0 0;
	max-width: 260px;
	max-height: 260px;
	vertical-align: middle;
}

.home-module .img {
	height: 260px;
	text-align: center;
	margin-bottom: 10px;
	vertical-align: middle;
	line-height: 260px;
}

.home-module .title {
	font-size:20px;
	font-family: 'georgia';
	text-align:center;	
	background-color:white;
	width: auto;
	padding: 0 10px;
}

.home-module .divider {
	border-top:1px solid #57453F;
	margin: 0 150px;
}

.home-module .description {
	font-size:14px;
	font-family:'arial';
	font-color: #57453F;
	margin-top: 10px;
	text-align: center;
	background-color:white;
	width: auto;	
}

.morelink {
	font-weight: bold;
}

/*------------------------------------
/ Footer
/-----------------------------------*/
.footer-container {
	margin-top:50px;
	background-color: #F6F2EE;
	min-height: 453px;
}

.footer-top-divider {
	border-top:1px solid #57453F;
	width:1174px;
	margin-top:23px;
}

.footer-logo {
margin-top:20px;	
}

.footer-logo img {
	/*width: 100px;	*/
	width: 200px;
}

.footer-title1 {
	font-size:12px;
	font-family:'arial';
	color: #C3A68C;
	margin-top:25px;
	padding: 10px 0 0 0;
}

.footer-title2 {
	font-size:12px;
	font-family:'arial';
	color: #C3A68C;
	margin-top:30px;
}

.first-line {
	font-size:18px;
	font-family:'arial';
	font-weight:bold;
	color: #57453F;
}

.footer-address .address {
font-size:16px;
font-family:'arial';
	
}

 .last-line {
	 font-size:18px;
	font-family:'arial';
	font-weight:bold;
	color: #57453F;	
}

.pinterest {
	display:block;
	margin-top:5px;
	height:30px;
	width:30px;
	background:url('../img/Pintrest-Footer-Icon-01a.png') no-repeat;

}

.pinterest:hover {
	
	background: url('../img/Pintrest-Footer-Icon-01b.png') no-repeat;
}


.facebook {	
		display:block;
		margin-top:-30px;
		margin-left: 45px;
		height:30px;
		width:30px;
		background: url('../img/Facebook-Footer-Icon-01a.png') no-repeat;
}

.facebook:hover {
	background: url('../img/Facebook-Footer-Icon-01b.png') no-repeat;
}

.twitter {
		display:block;
		margin-top:-30px;
		margin-left: 90px;
		height:30px;
		width:30px;
		background: url('../img/Twitter-Footer-Icon-01a.png') no-repeat;
}

.twitter:hover {
	background: url('../img/Twitter-Footer-Icon-01b.png') no-repeat;
}

.footer-bottom-divider {
	border-bottom:1px solid #57453F;
	width:1174px;
	margin-top:179px;
	margin-left:32px;
}

.section1 {
	margin-top:10px;
	font-size:12px;
	font-family:'arial';
	color: #C3A68C;
	margin-top: 10px;
	margin-left: 31px;
}

.section1 a {
	font-size:12px;
	font-family:'arial';
	color: #C3A68C;
	margin-top: 10px;
}

.customer-service-sub-section1 ul li {
	list-style-type: none;
	padding:0px;
	margin-left:8px;
}

.section2 {
	margin-top:10px;
}

.section2 a {
	font-size:12px;
	font-family:'arial';
	color: #C3A68C;
	margin-top: 10px;
	margin-left: 31px;
}

.customer-service-sub-section2 ul li {
list-style-type: none;
	padding:0px;
	margin-left:8px;
	
}

.section3 {
	margin-top:10px;
}

.section3 a {
	font-size:12px;
	font-family:'arial';
	color: #C3A68C;
	margin-top: 10px;
	margin-left: 31px;
}


.customer-service-sub-section3 ul li {
	list-style-type: none;
	padding:0px;
	margin-left:8px;
	line-height: 1.6;
}

.section4 {
	margin-top:10px;
}

.section4 a {
	font-size:12px;
	font-family:'arial';
	color: #C3A68C;
	margin-top: 10px;
	margin-left: 31px;
}

.customer-service-sub-section4 ul li {
	list-style-type: none;
	padding:0px;
	margin-left:8px;
}

.footer-bottom-divider-2 {
	border-bottom:1px solid #57453F;
	width:1174px;
	margin-top:170px;
	margin-left:61px;
}

.text {
	font-family:'arial';
	font-size: 20px;
	color: #57453F;
	font-weight:bold;
	margin-top: 10px;
	margin-left: 34px;
	
}

.cards {
	padding-top: 10px;
	text-align: right;
}

.copyright {
	font-family:'arial';
	font-size: 10px;
	color: white;
	background-color: #C3A68C;
	height:20px;
	text-align: center;
	padding: 10px 0;
}

.credit {
	font-size: 11px;
	margin: 10px 0 0 30px;
}

/*------------------------------------
/ Home Basket
/-----------------------------------*/

.home-basket-container {
	background-color: #DFD9D6;
	height:200px;
	padding-bottom: 20px;

}

.home-basket-products {
margin-top:20px;
	
}

.home-basket-products .img {
	 margin-bottom: 4px;
	 max-height: 150px;
	 background: #FFF;
	 text-align: center;
	 line-height: 150px;
}

.home-basket-products .img img {
	 max-height: 150px;
	 max-width: 150px;
}

.home-basket-products .remove {
	font-family: arial;
	font-size: 12px;
	color: #57453F;
	font-weight: bold;
	text-align: right;
}

.home-basket-products .remove a {
	display: inline-block;
	background: url(../img/cart-remove-01a.png) no-repeat 0 50%;
	padding: 0 0 0 13px;
}

.home-basket-products .remove a:hover {
	background: url(../img/cart-remove-01b.png) no-repeat 0 50%;
	color: #C3A68C;
}

.home-basket-products .title {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color:#57453F;
	border-bottom:1px solid #C3A68C;
	padding: 0 0 6px 0;
	margin: 0;
}

.home-basket-top-divider {
	border-top:1px solid #C3A68C;	
	clear: both;
}

.home-basket-products .items {
	font-family: arial;
	font-size: 14px;
	font-style: normal;
	color:#57453F;
	border-bottom:1px solid #C3A68C;
	padding: 6px 0;
	margin: 0;
}

.home-basket-middle-divider {
	border-top:1px solid #C3A68C;
	clear: both;
}

.home-basket-products .total {
	font-family: arial;
	font-size: 14px;
	font-style: normal;
	color:#57453F;
	border-bottom:1px solid #C3A68C;
	padding: 6px 0;
}

.home-basket-bottom-divider {
	border-top:1px solid #C3A68C;
	padding-top:10px;
	clear: both;
}

.home-basket-products a.edit-basket  {
	font-family: arial;
	font-size: 12px;
	color:#57453F;
}

.home-basket-products a.checkout {
	font-family: arial;
	font-size: 12px;
	color:#57453F;
	
}

.items-value {
	float: right;
}

.basket-links {
	text-align: right;
}



/*------------------------------------
/ About Us
/-----------------------------------*/

.about-us-top-container {
	background-color: #F6F2EE;
	min-height:780px;

}

.about-us-left-col {
	padding-top: 20px;
}
.about-us-left-col img {
	display: block;
	margin: 0 auto;
}
.about-us {
	background-color: #fff;
	margin-top:20px;
	margin-bottom: 20px;
	min-height: 721px;
}

.about-top-divider {
	border-top:1px solid #57453F;
	width:auto;
	margin: 0 23px;
}

.about-us .title {
	font-family:Georgia;
	font-weight: bold;
	font-size: 34px;
	color: #57453F;
	text-align:center;
	padding-top:30px;
	padding-bottom: 10px;
	margin: 0;
}

.about-main {
	font-family:Georgia;
	font-style: italic;
	font-size: 18px;
	line-height: 1.7;
	padding: 10px 33px 0 33px;
	float: left;
	color: #564440;
}

.sub-heading-title1 {
	font-family:arial;
	font-weight:bold;
	font-size: 14px;
	padding-top:15px;
	padding-left:28px;
	color: #57453F;
}

.about-us-left-text1 {
	font-family:arial;
	font-size: 14px;
	color: #948075;
	padding-left:28px;
}

.sub-heading-title2 {
	font-family:arial;
	font-weight:bold;
	font-size: 14px;
	padding-left:28px;
	color: #57453F;
}

.sub-heading-title3 {
	font-family:arial;
	font-weight:bold;
	font-size: 14px;
	color: #57453F;
	padding-top: 15px;
}

.about-us-right-text1 {
	font-family:arial;
	font-size: 14px;
	color: #948075;
}

.sub-heading-title4 {
	font-family:arial;
	font-weight:bold;
	font-size: 14px;
	color: #57453F;

}

.wizzy p {
	font-family:arial;
	font-size: 14px;
	color: #948075;
	padding-left:28px;
	margin-bottom: 20px;
}

.wizzy h1 {
	font-family:arial;
	font-weight:bold;
	font-size: 22px;
	padding-left:28px;
	color: #57453F;
	margin-bottom: 0;
}

.wizzy h2 {
	font-family:arial;
	font-weight:bold;
	font-size: 18px;
	padding-left:28px;
	color: #57453F;
	margin-bottom: 0;
}

.wizzy h3 {
	font-family:arial;
	font-weight:bold;
	font-size: 16px;
	padding-left:28px;
	color: #57453F;
	margin-bottom: 0;
}

.wizzy h4 {
	font-family:arial;
	font-weight:bold;
	font-size: 14px;
	padding-left:28px;
	color: #57453F;
	margin-bottom: 0;
}

.wizzy-full p,
.wizzy-full h1,
.wizzy-full h2,
.wizzy-full h3,
.wizzy-full h4 {
	padding-left:0;
}

.wizzy2 p {
	font-family:arial;
	font-size: 14px;
	color: #948075;
	padding-right:28px;
	margin-bottom: 20px;
}

.wizzy2 h4 {
	font-family:arial;
	font-weight:bold;
	font-size: 14px;
	padding-right:28px;
	color: #57453F;
	margin-bottom: 0;
}

/*------------------------------------
/ ContactUs
/-----------------------------------*/

.contact-us-top-container {
	background-color: #F6F2EE;
	min-height:700px;
}


.form {
	padding-top: 20px;	

}

.form input {
	width: 370px;
	border: 1px solid #948075;
	border-radius: 0 !important;
	
}

.form textarea {
	width: 370px;
	height: 200px;
	border: 1px solid #948075;
	border-radius: 0 !important;
	margin-left: 1px;
	margin-top: -2px;

}

.form input.fieldcompany {
	display: none;
}

.control-label {
	font-family: arial;
	font-weight:bold;
	color: #57453F;
}

.btn {
	background: #C3A68C;
	font-family:arial;
	color: #fff;
	font-size:14px;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: 248px;
	border: none;
	text-shadow: none;
	box-shadow: none;
}

.btn:hover {
	background: #997554;
	color: #fff;
}

.form-horizontal .alert {
	margin-left: 20px;
	margin-right: 20px;
}

.contact-form {
	background-color: #fff;
	margin-top:20px;
	min-height: 700px;
	
}

.form-title {
	font-family:Georgia;
	font-weight: bold;
	font-size: 34px;
	color: #57453F;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align:center;
}

.form-top-divider {
	border-top:1px solid #57453F;
	width:auto;
	margin: 0 37px;
}

.form-text {
	font-family:Georgia;
	font-style: italic;
	font-size:18px;
	color: #57453F;
	padding-top: 25px;
	text-align: center;
	line-height: 1.3;
}

.contact-details {
	margin-top: 20px;
	background-color: #fff;
	padding-top: 30px;
	padding-left:60px;
	padding-bottom: 30px;
}

.contact-details .title {
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #57453F;
	margin: 0;
	
}

.contact-details-address {
	font-family:Georgia;
	font-size: 24px;
	color: #948075;
	line-height:25px;
}

.contact-details .sub-title {
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #57453F;
	margin: 0;
}

.contact-details .phone-no {
	font-family:Georgia;
	font-size: 24px;
	color: #948075;
	line-height:25px;
	margin-bottom: 40px;
}

.follow-us {
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #C3A68C;
}

.contact-facebook {
	margin-top: -29px;
	padding-left: 70px;
}

.contact-twitter {
	margin-top: -30px;
	padding-left: 140px;
}

/*------------------------------------
/ Map - Contact us
/-----------------------------------*/

#map_canvas {
	height:350px;
	width:auto;
	margin: 30px 0;
	padding-top:25px;
}

.mobile_map {
	display: none;
}

/*------------------------------------
/ Events
/-----------------------------------*/

.events-header-image {
	margin-bottom:20px;
}

.events-container {
	background-color: #F6F2EE;
	padding-bottom: 40px;
}

.events {
	background-color: #fff;
	margin-top: 20px;
	/*margin-left: 90px;*/
	padding: 0 15px 40px 15px;
}

.events .title {
	font-family:Georgia;
	font-weight:bold;
	font-size: 34px;
	color: #57453F;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	margin: 0;
}


.events-top-divider {
	border-top:1px solid #57453F;
	width:auto;
	margin: 0 59px;
}


.events .sub-text, .sub-text p {
	font-family:Georgia;
	font-style: italic;
	font-size: 18px;
	text-align: center;
	color:#948075;
	margin-top: 30px;
	line-height: 1.7;
}
.sub-text p {
	margin: 0;
}
.events .show-title {
	font-family:Georgia;
	font-weight:bold;
	font-size: 18px;
	color: #57453F;
	text-align: center;
	margin-top:30px;
}

.events .show-date {
	font-family:Georgia;
	font-style: italic;
	font-size: 18px;
	text-align: center;
	color:#C3A891;
	margin: -10px 0 0 0;
}

.eventsheader {
	margin-bottom: 20px;
}
/*------------------------------------
/ Corporate
/-----------------------------------*/
.corporate {
	background-color: #fff;
	margin-top: 20px;
	/*margin-left: 90px;*/
	/*padding: 0 15px 0 15px;*/
	padding: 0 0 30px 0;
	text-align: center;
}
.corporate .title {
	font-family: Georgia;
	font-weight: bold;
	font-size: 34px;
	color: #57453F;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	margin: 0 30px;
	border-bottom: 1px solid #57453F;
}
/*
.corporate-entry {
	border-bottom: 1px solid #C3A891;
} 
.corporate-entry.first {
	margin-left: 30px;
}*/
.corporate-entry.last {
	border-bottom: 0px;
}
/*
.corporate-entry.last img {
	width: 300px;
	margin-top:30px;
}*/
.corporate-entry p,.corporate-entry-small p {
	color: #C3A891;
	font-family: Georgia;
	font-size: 18px;
	line-height: 36px;
	font-style: italic;
	
}
.four-seasons .corporate-entry, .holiday-inn .corporate-entry {
	margin-top:20px;
}
.corporate-entry .img-1 {
	margin-left:20px;
}
.corporate-divider {
	border-bottom: 1px solid #C3A891;
	margin: 0 30px;
}
.sub-text p {
	color: #57453F;
}
/*
.corporate-entry-large .img {
	margin-bottom: 30px;
	max-height: 200px;
	text-align: center;
	line-height: 76px;
	margin-top:30px;
}
.corporate-entry-small .img {
	max-height: 200px;
	text-align: center;
	line-height: 100px;
	margin-top:30px;
}
.corporate-entry-large .img img {
	max-height: 200px;
	max-width: 200px;
}
.corporate-entry-small .img img {
	max-height: 200px;
	max-width: 260px;
}*/
.sub-text {
	margin: 20px 0 30px 0;
}

/*------------------------------------
/ FAQ
/-----------------------------------*/

.faq-container {
	background-color: #F6F2EE;
	min-height: 865px;
	padding-bottom:15px;
}

.faq {
	background-color: #fff;
	min-height: 750px;
	margin-top: 30px;
	margin-left: 148px;
}

.faq .title {
	font-family:Georgia;
	font-weight:bold;
	font-size: 34px;
	color: #57453F;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	margin: 0;
}

.faq-top-divider {
	border-top:1px solid #57453F;
	width:auto;
	margin: 0 38px;
}

.faq-intro p {
	font-family:Georgia;
	text-align: center;
	color: #948075;
	font-size: 18px;
	margin-top: 30px;
}

h3.faq-cat {
	font-family:Georgia;
	font-weight:bold;
	color: #57453F;
	margin-top: 30px;
	font-size:18px;
}

.question {
	padding-bottom: 15px;
}



.question a.q {
	font-family:Georgia;
	font-weight:bold;
	font-size:18px;
	color: #C3A68C;
	line-height: 1;	
}

.question a.q .on {
	display: none;
	width: 18px;
}

.question a.q .off {
	display: inline-block;
	width: 18px;
}

.question p.q {
	font-family:arial;
	font-size:14px;
	color: #948075;
	margin-bottom: 20px;
	
}


.expand p {
	color:#57453F;
	line-height: 1.3;
}

.question .expand {
	display: none;
}

/*------------------------------------
/ Product Page
/-----------------------------------*/

.product-top-divider {
	border-top:1px solid #DFD9D6;
	width:auto;
	margin-left: 32px;
}

.product-top-divider1 {
	border-top:1px solid #DFD9D6;
	width:auto;
	background-color: #DFD9D6;
	margin-left: 32px;
	padding-bottom: 10px;
}

.product-top-divider1 p {
	font-family: georgia;
	font-size: 34px;
	font-style: italic;
	color:#57453F;
	text-align:right;
	padding: 0 12px 0 0;
	margin-top: -20px;
}

.wrapper {
	margin-top:20px;
	font-size: 12px;
	margin-left: 20px;
}

.paging {
	font-family: arial;
	font-size: 12px;
	text-align: right;
	float: right;
}

.paging strong {
	color: #C3A68C;
	display: inline-block;
	padding: 3px 9px;
	border: 1px solid #F8F8F8;
	background: #F8F8F8;
	margin-left: 4px;
}

.paging a {
	color: #C3A68C;
	display: inline-block;
	padding: 3px 9px;
	border: 1px solid #C3A68C;
	margin-left: 4px;
}

.product-options {
	margin: 20px 0;
}


/*
.product-1 {
	border:1px solid #DFD9D6;
	margin-top:40px;
	min-height:400px;
	
}
*/

.product1st .product-1 {
	margin-left: 15px;
}

.product-right .product-1 {
	margin-right: 15px;
}

.product {
	
	border:1px solid #DFD9D6;
	border-left: none;
	border-bottom: none;
	margin-left:0px;
	padding-left: 14px;
	min-height:362px;
	padding-top: 20px;
	
}

.product1st {
	padding-top: 20px;
	border:1px solid #DFD9D6;
	min-height:362px;
	border-bottom: none;	
}

.product-left {
	padding-right:14px;
}

.product-bottom {
	border-bottom:1px solid #DFD9D6;
}

.product-filler {
	border-left: none;
	border-right: none;
}

.product-1 .title {
	font-family: Georgia;
	font-size:16px;
	color:#948075;
	text-align: center;
	min-height:50px;
}

.product-1 img {
	max-width: 214px;
	max-height: 214px;
	vertical-align: middle;
}

.product-1 .img {
	height: 214px;
	text-align: center;
	margin-bottom: 10px;
	vertical-align: middle;
	line-height: 214px;
}

.product-divider {
	border-top:1px solid #948075;
	width:auto;
	margin: 0 16px;
	
}

.product-1 .price span {
	font-family: arial;
	font-size:14px;
	color:#57453F;
}

.product-1 .price {
	font-family: georgia;
	color:#57453F;
	font-weight:bold;
	font-size: 24px;
	padding-left:10px;
	padding-top:10px;
}

.product-1 .price .special {
	color: #AC121E;
}

.product-1 .price .special-big {
	color: #AC121E;
	font-size: 24px;
	font-family: georgia;
}

.product-1 a.view {
	color:#C3A68C;
	font-family: arial;
	font-size:16px;
	padding-top:12px;
	padding-right:25px;

}

.product-bottom-divider {
	border-bottom:1px solid #DFD9D6;
	width:auto;
	margin-left: 32px;
	margin-top:15px;
	padding-bottom: 15px;
}

.product-bottom-divider .popularity {
	font-family: arial;
	font-size: 14px;
	color: #C3A68C;
	margin-left: 410px;
	
}

.product-bottom-divider .show-products {
	font-family: arial;
	font-size: 14px;
	color: #C3A68C;
	margin-left: 155px;
}

.product-bottom-divider .paging {
	font-family: arial;
	font-size: 14px;
	text-align: right;
	float: right;
}

.product-bottom-divider .paging a {
	color: #C3A68C;
}

.items-found {
	color: #C3A68C;
	padding: 20px 0 0 0;
	font-size: 12px;
}


/*------------------------------------
/ Best Selling - Products page
/-----------------------------------*/

.best-selling-container {
	margin-top:30px;
}

.best-selling-title {
	font-family: Georgia;
	font-style: italic;
	font-size: 20px;
	color: #948075;
	padding-top:15px;
	padding-bottom:10px;
	margin-left:40px;
	border-bottom: 1px solid #DFD9D6;
}

.best-selling-products {

	margin-left:10px;
	padding-bottom: 20px;
}

/*------------------------------------
/ Product Detail Page
/-----------------------------------*/

.product-detail-top-divider {
	border-top:1px solid #DFD9D6;
	width:auto;
	margin-top:20px;
	padding-top:11px;
	padding-bottom: 11px;
	margin-left: 32px;
	color: #C3A68C;
}

.products-container .product-detail-top-divider {
	margin-top:0;
	padding-top:14px;
	padding-bottom: 15px;
}

.product-detail-top-divider h1,
.product-detail-top-divider p.displaying {
	float: right;
	font-family: georgia;
	font-size: 24px;
	font-style: italic;
	color:#57453F;
	text-align:right;
	margin: 0;
	line-height: 1;
	padding: 0;
	font-weight: normal;
	color: #C3A68C;
}

.basket {
	font-family: arial;
	font-size:12px;
	color: #C3A68C;
}

.basket:hover {
	color: #57453F;
}

.Wicker {
	font-family: arial;
	font-size:12px;
	color: #C3A68C;
}

.Wicker:hover {
	color: #57453F;
}

.item {
	font-family: arial;
	font-size:12px;	
	color: #C3A68C;
}

.product-back-btn {
	padding: 4px 8px;
	display: inline-block;
	color: #F1EBE5;
	background: #57453F;
	font-size: 12px;
	border-radius: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.product-back-btn:hover {
	background: #77655f;
	color: #F1EBE5;
}

.product-detail-bottom-divider {
	border-bottom:1px solid #DFD9D6;
	width:auto;
	margin-top: -10px;
	margin-left: 32px;
	margin-bottom:20px;
}

.product-mini img {
	border:1px solid #DFD9D6;	
}

.product-mini img.active {
	border:1px solid #000;
}


.product-large {
	border:1px solid #DFD9D6;
}

.product-large img {
	width: 100%;
}

.product-large-tweet {
	display:block;
	margin-top:15px;
	margin-left:400px;
	height:24px;
	width:70px;
	background:url('../img/Tweet-01a.png') no-repeat;
	background-size: 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/Tweet-01a.png',
	sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/Tweet-01a.png',
	sizingMethod='scale')";
}


.product-large-tweet:hover {
	background: url('../img/Tweet-01b.png') no-repeat;
	background-size: 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/Tweet-01b.png',
	sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/Tweet-01b.png',
	sizingMethod='scale')";
}



.product-large-fblike {
	display:block;
	margin-top:-24px;
	margin-left: 328px;
	height:24px;
	width:57px;
	background: url('../img/FB-Share-01a.png') no-repeat;
	background-size: 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/FB-Share-01a.png',
	sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/FB-Share-01a.png',
	sizingMethod='scale')";
}

.product-large-fblike:hover {
	background: url('../img/FB-Share-01b.png') no-repeat;
	background-size: 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/FB-Share-01b.png',
	sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/FB-Share-01b.png',
	sizingMethod='scale')";
}

.product-large-pinterest {
	display:block;
	margin-top:-24px;
	margin-left: 271px;
	height:24px;
	width:40px;
	background: url('../img/Pin-it-01a.png') no-repeat;
	background-size: 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/Pin-it-01a.png',
	sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/Pin-it-01a.png',
	sizingMethod='scale')";
}

.product-large-pinterest:hover {
	background: url('../img/Pin-it-01b.png') no-repeat;
	background-size: 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/Pin-it-01b.png',
	sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/Pin-it-01b.png',
	sizingMethod='scale')";
}

.product-mini-last {
	border:1px solid #DFD9D6; 
}

.product-info .title {
	font-family: Georgia;
	font-size: 22px;
	font-weight: bold;
	color:#57453F;
	text-align: center;
	line-height: 1.3;
	margin: 0;
}

.product-info-divider {
	border-top:2px solid #57453F;
	width:auto;
	margin-left: 2px;
	margin-top: 15px;
}

.description p {
	font-family: Georgia;
	font-style: italic;
	font-size: 18px;
	color:#57453F;
	margin: 20px 0 10px 0;
	line-height: 1.5;
}

.description .dimenstions {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #57453F;
}

.description .expand {
	display: none;
}

.description a.more-info {
	font-family:arial;
	font-size:14px;
	color: #C3A68C;
	line-height: 1;
	margin-left:50px;
}

.description a.more-info .on {
	display: none;

}

.description p.more-info {
	font-family:arial;
	font-size:14px;
	color: #948075;
	margin-bottom: 20px;
}

.description .product-price  {
	font-weight: bold;
	color: #57453F;
	text-align: right;
	font-size: 30px;
	font-style: normal;
	margin: 10px 0 26px 0;
}

.description .product-price span.special  {
	font-family: Arial;
	font-size: 16px;
}

.description .special {
	color: #AC121E;
}

.description p.was-price {
	font-weight: bold;
	color: #57453F;
	text-align: right;
	font-size: 14px;
	font-style: normal;
	margin: 20px 0 -14px 0;
	font-family: arial;
}

.description p.mainpromotext {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin: -28px 0 0 0;
	font-style: normal;
	font-family: arial;
	color: #AC121E;
}

.description span.mainpromotext {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-family: arial;
}

.description2 {
	padding-top: 20px;
}

.description2 p {
	font-family: arial;
	font-style: normal;
	font-size: 14px;
	color: #948075;
	line-height: 1.3;
	margin: 0 0 20px 0;
}

.description2 h3 {
	font-family: Georgia;
	font-style: italic;
	font-size: 18px;
	color:#57453F;
	margin: 0 0 20px 0;
	line-height: 1.5;
	font-weight: normal;
}

.description2 h4 {
	font-family: arial;
	font-size: 14px;
	color: #57453F;
	line-height: 1.3;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.description2 ul {
	margin: 0 0 20px 20px;
}

.description2 ul li {
	font-family: arial;
	font-size: 14px;
	color: #948075;
	line-height: 1.3;
	margin-bottom: 10px;
}

.product-form1 select {
	margin-left:0px;
	padding-top:5px;
	background: transparent;
	font-size: 14px;
	font-family: arial;
	color:#C3A68C;
	line-height: 1;
	border: 1px solid #C3A68C;
	height: 37px;
	width: 250px;
   -webkit-appearance: none;
}

.product-form1 {
	margin-top: 25px;
	margin-left: 30px;
	width: 240px;
   height: 34px;
   padding-bottom: 5px;
}

.product-form2 select {
	margin-left:0px;
	padding-top:5px;
	background: transparent;
	font-size: 14px;
	font-family: arial;
	color:#C3A68C;
	line-height: 1;
	border: 1px solid #C3A68C;
	height: 34px;
	width: 250px;
   -webkit-appearance: none;
}

.product-form2 {
	margin-top: 25px;
	margin-left: 30px;
	
	width: 240px;
   height: 34px;
   padding-bottom: 5px;
}

.description .quantity {
	font-family: arial;
	color: #C3A68C;
	margin-left: 0;
	font-size: 13px;
	font-style: normal;
}

.description .optiontitle {
	font-family: arial;
	color: #C3A68C;
	margin: 0 0 2px 0;
	display: inline-block;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

input.qty {
	width:25px;
	margin-top: -54px;
	margin-left: 40px;
	border: 1px solid #C3A68C;
	border-radius: 0;
	font-size: 13px;
	color: #555;
	padding: 2px 4px;
}

.optionselect {
	width: 270px;
}

.btn-product {
	background: #C3A68C;
	font-family: arial;
	color: #fff;
	font-size: 14px;
	width:112px;
	margin-left: 159px;
	margin-top:-104px;
	padding: 4px;
}

.product-text {
	background-color: #ECE4DD;
	min-height: 150px;
	padding-bottom: 5px;
	margin-top: -40px;
}


.product-text .postage-rates-text {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	padding-left:10px;
	padding-top: 10px;
	margin-bottom: 0;
}

.product-text .postage-rates {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	padding-left:10px;
	padding-top: 5px;
	margin-top: 0;
}

.product-text .returns-policy {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	padding-left:10px;
	margin-top:-2px;
}

.description .product-text-divider {
	border-top:1px solid #57453F;
	width:auto;
	margin:0 10px;
	margin-top: 10px;
	
}

.product-text .secure-payments-title {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color:#57453F;
	padding-left:10px;
	margin-top:10px;
}

.product-text .secure-payments-text{
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	color: #948075;
	padding-left: 10px;
	margin-top:-10px;

}

/*------------------------------------
/ Recommended - Products page
/-----------------------------------*/

.recommended-container {
	margin-top:30px;
}

.recommended-products-title {
	font-family: Georgia;
	font-style: italic;
	font-size: 20px;
	color: #948075;
	padding-top:15px;
	padding-bottom:10px;
	margin-left:40px;
	border-bottom: 1px solid #DFD9D6;
}

.recommended-products {
	margin-left:10px;
	margin-bottom: 20px;
	background: #FFF;
}

.recommended-products .img {
	height: 160px;
	line-height: 160px;
	text-align: center;
}

.recommended-products img {
	max-width: 160px;
	max-height: 160px;
}

.recommended-title {
	font-family: Georgia;
	font-style: italic;
	color: #948075;
	margin-top: 10px;
}

.recommended-price span {
	font-family: arial;
	font-size:14px;
	color:#57453F;
}

.recommended-price {
	font-family: georgia;
	color:#57453F;
	font-weight:bold;
	font-size: 20px;
}


/*------------------------------------
/ Slideshow
/-----------------------------------*/

.royalSlider, .royalSlider4 {
	display: none;
}

.mobileslideshow {
	display: none;
}

.slides {
	margin-bottom: 8px;
}

/*----------------------------------
// Slideshow Nav
-----------------------------------*/

.slides {
	position: relative;
}

.rsNav {
	z-index: 20;
	position: absolute;
	bottom: -6px;
	right: 70px;
	list-style: none;
	background: #FFF;
	padding: 2px 30px 0 30px;
	border-radius: 14px 14px 0px 0px;
	width: 200px;
}

.rsNav .rsNavSelected {
	
}

.noproducts {
	margin: 20px 0 500px 10px;
}

.mobileslideshow .rsNav {
	display: none;
}

/*----------------------------------
// Members Area
-----------------------------------*/

.members {
	background-color: #fff;
	min-height: 750px;
	margin-top: 30px;
	
}

.members img {
	padding: 117px 65px 0 0;
}

.members .title {
	font-family:Georgia;
	font-weight:bold;
	font-size: 34px;
	color: #57453F;
	padding-top: 30px;
	text-align: center;
	line-height: 1.3;
	margin: 0;
}

.members-top-divider {
	border-top:1px solid #57453F;
	margin: 0 38px;
	padding: 20px 0;
}

.members-categories {
	background: #C3A68C;
	padding: 1px 12px 12px 12px;
}

.members-categories h2 {
	line-height: 1;
	color: #FFF;
	font-size: 40px;
	font-family:Georgia;
	font-weight:bold;
	margin-bottom: 20px;
}

.members-subtitle {
	font-family:Georgia;
	font-weight:bold;
}

.members-categories ul {
	margin: 0;
	list-style: none;
}

.members-categories ul li {
	border-top: 1px solid #666;
	font-size: 14px;
	padding: 10px 0;
}

.members-categories ul li a {
	color: #f5e7dc;
}

.members-categories ul li a:hover,
.members-categories ul li.active a {
	color: #FFF;
}

.member-table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 20px 0;
}

.member-table th {
	padding: 10px;
	text-align: left;
	font-weight: normal;
	background: #C3A68C;
	color: #FFF;
	font-size: 13px;
}

.member-table td {
	padding: 10px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #EEE;
	font-size: 13px;
}

.member-table tr:hover td {
	background: #F9F9F9;
}

.member-table .col1 {
	width: 160px;
}

.member-table .col2 {
	width: 80px;
}

.member-table .col3 {
	width: 80px;
	color: #FFF;
}

.member-table tr td.col3 {
	background: #888;
}

.members-panel {
	background: #F8F8F8;
	padding: 20px;
	min-height: 110px;
	margin-top: 20px;
}

.members-panel h3 {
	line-height: 1;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin: 0 0 20px 0;
}

.members-panel p {
	font-size: 13px;
}

.members-panel form {
	margin: 0;
}

.members-panel input[type=text] {
	width: 200px;
	border-radius: 0;
}

.members-panel .btn {
	width: 100px;
	padding: 4px;
}

.members-area-form {
	padding-left: 0;
	width: 500px;
}

h3.address-title {
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 20px 0;
	line-height: 1;
}

.checkout-billing-address {
	padding: 20px;
	margin: 20px 0 0 0;
	background: #F8F8F8;
	min-height: 265px;
}

.checkout-delivery-address {
	padding: 20px;
	background: #F8F8F8;
	margin: 20px 0 0 0;
	min-height: 265px;
}

.checkout-billing-address h3,
.checkout-delivery-address h3 {
	margin: 0 0 20px 0;
	font-family:Georgia;
	font-weight:bold;
	font-size: 24px;
	color: #57453F;
}

.checkout-billing-address .btn,
.checkout-delivery-address .btn {
	margin: 0;
}

#SagePayForm {
	display: none;
}

h2.order-thanks-title {
	font-size: 40px;
	padding: 0 30px 0 20px;
	font-family:Georgia;
	font-weight:bold;
}

h3.order-id-title {
	padding: 0 0 10px 20px;
	border-bottom: 2px solid #423D37;
	font-size: 18px;
	font-weight: 500;
	font-family:Georgia;
}

h3.order-id-title span {
	color: #C3A68C;
}

.btn-update-shipping {
	display: none;
}

.checkoutmessage {
	font-size: 16px;
	margin-left: 30px;
	margin-bottom: 400px;
}

/*------------------------------------
/ Basket
/-----------------------------------*/


.basket-qty-decrease,
.basket-qty-increase {
	font-size: 20px;
	display: inline-block;
	padding: 0 6px;
}

.basket-top {
	padding: 15px 20px 5px 20px;
	border-top:1px solid #E9E6E4;
	border-bottom:1px solid #57453F;
}

.basket-top h1 {
	font-family:Georgia;
	font-weight: bold;
	font-size: 34px;
	color: #57453F;
	margin: 0;
}

h2.home-intro {
	font-family:Georgia;
	font-weight: bold;
	font-size: 34px;
	color: #57453F;
	margin: 0;
}

.product-listing {
	padding: 10px 0;
	margin: 10px 0;
	border-bottom: 1px solid #57453F;
}

.product-listing .span3 img {
	border:1px solid #E9E6E4;
	margin: 0 20px 20px 20px;
	width: 240px;
}

.product-listing h3 {
	font-family:Georgia;
	font-weight: bold;
	font-size: 20px;
	color: #57453F;
	line-height: 1.1;
	margin-bottom: 10px;
}

.product-listing h3.basket-title {
	font-size: 20px;
}

.product-listing input.qty {
	width: 30px;
	margin: 0;
}

.product-listing .meta {
	line-height: 2;
}

.product-listing .product-price  {
	font-weight: bold;
	color: #57453F;
	text-align: right;
	font-size: 20px;
	font-family:Georgia;
}

.product-listing .wasprice {
	text-align: right;
}

.incvat {
	font-family: Arial;
	font-weight: normal;
	color: #999;
	font-size: 13px;
}

.product-listing .edit {
	text-align: right;
}

.order-summary h3,
.phone-login h3 {
	font-family:Georgia;
	font-weight: bold;
	font-size: 30px;
	color: #57453F;
	line-height: 1.1;
	margin-bottom: 10px;
}

.order-summary h3 {
	font-size: 20px;
}

.order-summary .summary-box h3 {
	display: none;
}

.order-summary .summary-box {
	background: #DED9D5;
	padding: 1px 20px 1px 20px;
	margin: 20px 0;
}

.order-summary .summary-box p {
	line-height: 2.3;
	margin: 0;
	border-bottom: 1px solid #57453F;
	font-family: Georgia;
	font-size: 15px;
	font-weight: bold;
}

.order-summary .summary-box p.grand-total-price {
	margin-bottom: 20px;
}

.order-summary .summary-box p strong {
	font-size: 12px;
	width: 60px;
	text-align: right;
	display: inline-block;
	margin-right: 10px;
	font-weight: normal;
	font-family: Arial;
}

.order-summary .btn {
	margin: 0 0 10px 0;
	color: #57453F;
	padding: 4px;
}

.checkout-notes {
	font-size: 13px;
	color: #57453F;
}

.checkout-notes a {
	color: #C3A68C;
}

.checkout-notes a:hover {
	color: #000;
}

.btn-white {
	background: #FFF;
}

.btn-grey {
	background: #DDD;
}

.order-summary img {
	margin: -10px 0 0 -9px;
}

#galleryTouch,
.gallery-touch-wrap {
	display: none;
}

/*------------------------------------
/ Checkout
/-----------------------------------*/

.checkout-top {
	padding: 15px 20px 5px 20px;
	border-top:1px solid #E9E6E4;
	border-bottom:1px solid #57453F;
}

.checkout-top h1 {
	font-family:Georgia;
	font-weight: bold;
	font-size: 34px;
	color: #57453F;
	margin: 0;
}

.checkout-step {
	padding: 10px 20px;
	float: left;
	width: 252px;
	position: relative;
	color: #C6C5C3;
	margin-bottom: 0;
	margin-top: 6px;
}

.checkout-step-4 {
	width: 254px;
}

.checkout-step p {
	float: left;
	font-size: 20px;
	width: 210px;
	margin: 12px 0 0 0;
	line-height: 1.4;
	font-family:Georgia;
}

.checkout-step p.number {
	font-size: 38px;
	line-height: 1;
	font-weight: bold;
	width: 42px;
	margin: 0;
}

.checkout-step-active {
	background: #DED9D5;
	color: #57453F;
}

.mandmessage {
	margin-top: 40px;
}

.mandmessage2 {
	margin-top: 60px;
}

.login-title {
	font-family:Georgia;
	font-weight: bold;
	font-size: 34px;
	color: #57453F;
	padding: 0 15px 5px 15px;
	border-bottom: 1px solid #423D37;
}

.pre-login-title {
	color: #BBB;
	font-size: 24px;
	font-weight: 500;
	margin: 10px 0 -10px 30px;
}

.checkout-form {
	padding: 20px 0 0 30px;
}

.checkout-form .login-title {
	margin: 30px 0 30px 0;
}

.checkout-form .pre-login-title {
	margin: 30px 0 -30px 0px;
}

.checkout-form input {
	float: left;
	border: 1px solid #C3A68C;
	color: #555;
	border-radius: 0;
	width: 300px;
	margin-top: -3px;
}

.checkout-form .fake-field {
	width: 300px;
	display: inline-block;
	margin: -14px 0 10px 6px;
	font-style: italic;
}

.checkout-form label {
	float: left;
	display: block;
	width: 140px;
	text-align: right;
	margin-right: 10px;
}

.checkout-form select {
	width: 314px;
}

.checkout-form .fancyselect-ul {
	margin-bottom: 10px;
}

.checkout-form .checkbox label {
	width: 420px;
}

.checkout-form .checkbox input {
	width: auto;
	margin: 3px 0 0 0;
}

.checkout-form .btn {
	margin: -3px 0 0 16px;
}

.checkout-text {
	font-size: 14px;
	margin: 0 0 20px 30px;
}

.guest-link {
	font-size: 14px;
	padding: 20px 0 20px 30px;
	border-top: 2px solid #ECECEB;
}

.register-link-guest {
	font-size: 14px;
	padding: 20px 0 20px 30px;
	border-left: 2px solid #ECECEB;
}

.register-form {
	display: none;
}

.shipping-form .shippingselect {
	width: 240px;
}

.vouchers-area {
	margin: 20px 0 20px 0;
}

.voucher-show input {
	width: 150px;
	border-radius: 0;
	border: 1px solid #C3A68C;
	color: #555;
}

.voucher-show .btn {
	padding: 5px 10px;
}

.mand {
	color: #C3A68C;
}

.radiolabel {
	display: inline-block;
	margin: 4px 0 0 4px;
}

.checkoutradio {
	top: -4px;
	position: relative;
}


/*----------------------------------
// Checkout
-----------------------------------*/

.checkout-form {
	padding: 20px 0 0 0;
}

.checkout-form .btn {
	margin: 0;
}

.checkout-form .fieldcompany {
	display: none;
}

.checkout-form .checkbox {
	margin-bottom: 20px;
}

.checkout-form .checkbox input {
	float: left;
}

.checkout-form .checkbox label {
	display: inline;
}

.fancyselect .fancyselect-ul {
	border: 1px solid #C3A68C;
}

.fancyselect .fancyselect-ul ul {
	border: 1px solid #C3A68C;
}

.fancyselect .fancyselect-ul a {
	color: #555;
}

.fancyselect .fancyselect-ul:hover a {
	color: #333;
}

.fancyselect .fancyselect-ul .selected-item {
	background: #FFF url(../img/dropdown_arrow_grey.png) no-repeat 95% 50%;
}

.fancyselect .fancyselect-ul:hover  .selected-item{
	background: #FFF url(../img/dropdown_arrow_grey-B.png) no-repeat 95% 50%;
}

.fancyselect .fancyselect-ul li {
	margin: 0;
}

.fancyselect .fancyselect-ul .option-list li a {
	border-top: 1px solid #EEE;
	background: #F8F8F8;
	color: #555;
}

.fancyselect .fancyselect-ul .option-list li a:hover {
	background: #F8F8F8;
	color: #333;
}

.content table {
	border-collapse: collapse;
	width: 550px;
	margin-bottom: 20px;
}

.content table th {
	padding: 10px;
	text-align: left;
	font-weight: normal;
	background: #C3A68C;
	color: #FFF;
	font-size: 13px;
	vertical-align: top;
}

.content table td {
	padding: 10px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #EEE;
	font-size: 13px;
	vertical-align: top;
}

.add-address-form {
	padding: 20px;
	float: right;
	background: #DED9D5;
	margin-top: -10px;
}

.add-address-form label {
	width: auto;
	text-align: left;
}

.checkout-form.add-address-form .btn {
	margin-left: 0;
}

.go-to-address-link {
	display: none;
}

.address-list {
	float: left;
	width: 460px;
	padding: 20px 0 0 0;
}

.address-list .btn {
	width: 240px;
	padding: 4px;
	margin: 0;
}

.address-list .address-item {
	border-bottom: 1px solid #EEE;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.address-list-checkout {
	float: none;
	width: auto;
	margin-left: 30px;
}

.address-text {
	float: left;
}

.addressbook-alert {
	margin-right: 30px;
}

.address-options {
	float: right;
	width: 270px;
	min-height: 150px;
	border-left: 1px solid #EEE;
	padding-left: 30px;
}

.address-options .btn {
	margin: 0;
}

.address-options-book {
	width: 170px;
	padding-left: 20px;
}

.add-address-form-members {
	float: right;
	width: 275px;
	margin-right: -25px;
}

.add-address-form-members input {
	width: 255px;
}

.add-address-form-members select {
	width: 268px;
}

.add-address-form-members .fake-field {
	width: 260px;
	margin: 10px 0 10px -10px;
}

.form-search-mobile,
.shop-for-menu,
.shop-filter-menu,
.shop-filter-area {
	display: none;
}

.checkout-step {
	border-top:1px solid #57453F;
}

.checkout-body .topright h1 {
	font-family:Georgia;
	font-weight: bold;
	font-size: 34px;
	color: #57453F;
	margin: 30px 0 0 0;
	float: right;
}