/*

#D6568F Daisy Hut Pink (Deep Pink)
#ED9CC9 Forget Me Not Hut Pink (Light Pink)
#88C1F4 Poppy Hut Blue (Deep Blue)
#8ECDFD Light Blue

*/

html {
	/*background: #FFF;
	background-image: url('../images/beach_hut_bg.jpg');
	background-attachment: fixed;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;*/
}

/* body */
body {
	color: #444444;
	background: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 0px;
	line-height: 1.2;
	width: 100%;
	height: 100%;
}

/* Wrapper */
/*.row {
	margin: auto;
	width: 1176px;
}

.row_full_width {
	margin: auto;
	width: 100%;
}*/

@media (min-width:1200px) {
	.container {
		width: 100% !important;
		max-width: 1400px !important;
	}
}

@media (min-width:992px) {
	.container {
		width: 100% !important;
		max-width: 1400px !important;
	}
}

@media (min-width:768px) {
	.container {
		width: 100% !important;
		max-width: 1400px !important;
	}
}

/* Column margins */
.col_12,
/* full width */
.col_9,
/* 3/4 width */
.col_8,
/* 2/3 width */
.col_6,
/* half width */
.col_4,
/* 1/3 width */
.col_3,
/* 1/4 width */
.col_2

/* 1/6 width */
	{
	display: inline;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}

/* Column widths taking into account the margins */
.col_12 {
	width: 1146px;
}

.col_9 {
	width: 852px;
}

.col_8 {
	width: 754px;
}

.col_6 {
	width: 558px;
}

.col_4 {
	width: 362px;
}

.col_3 {
	width: 264px;
}

.col_2 {
	width: 166px;
}

/* Children (Alpha ~ First, Omega ~ Last) */
.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

img {
	max-width: 100%;
	height: auto;
}

#mobile_picture_details {
	display: none;
}

/* HEADER */
#header_wrapper {
	width: 100%;
	height: 161px;
	background: #8bc0ec;
	color: #000;
	/*filter: drop-shadow(0px 4px 8px #a1a1a1);*/
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2);
	position: relative;
	z-index: 9999;
}

#header {
	color: #FFFFFF;
	height: 161px;
	background: url('../images/header-clouds-bg.png');
	width: 100%;
}

#header_title {
	padding-top: 10px;
	padding-left: 20px;
}

#logo {
	z-index: 2;
	position: relative;
}

#logo img {
	border: 0px;
	/*max-width: 100%;*/
}

#social_networking {
	/*margin-top: 28px;*/
	text-align: right;
}

#social_networking .icon {
	margin-right: 7px;
}

#home_banner {
	background: url('../images/bunting.png');
	width: 100%;
	/*height: 600px;*/
	background-repeat: repeat-x;
	z-index: 1;
	/*margin-bottom: 60px;*/
}

@media (max-width:991px) {
	#home_banner {
		background: url('../images/bunting-small.png');
		width: 100%;
		background-repeat: repeat-x;
	}
}

#home_banner .cycle-slideshow {
	z-index: -1;
}

.paypal_hdr_logo {
	margin-right: 10px;
}

/* HEADER ICONS */
.downarrowclass {
	width: 16px;
}

/* MAIN MENU */
.navbar {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/*z-index: 99999;
	position: relative;*/
}

.navbar-brand {
	float: left;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	height: auto;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .5);
}

.navbar-right {
	margin-top: 60px;
}

#main-menu {
	background: none !important;
}

.sm-blue a,
.sm-blue a:hover,
.sm-blue a:focus,
.sm-blue a:active {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 22px !important;
	text-decoration: none;
	text-shadow: none !important;
	border-bottom: 0;
	transition: 0.5s;
}

@media (min-width: 1200px) {

	.sm-blue a:hover,
	.sm-blue a:focus,
	.sm-blue a:active,
	.sm-blue a.highlighted {
		background: none !important;
	}

	.sm-blue a,
	.sm-blue a:focus,
	.sm-blue a:active,
	.sm-blue a.highlighted {
		padding: 13px 10px;
		background: none !important;
		color: #000 !important;
	}

	.sm-blue a:hover {
		background: none !important;
		color: #fff !important;
	}

	.sm-blue {
		z-index: 99999;
	}

	.sm-blue>li {
		border-left: 0 !important;
	}

	.sm-blue ul {
		background: #8BC0EC !important;
		border-color: #8BC0EC !important;
		z-index: 99999;
	}

	.sm-blue a span.sub-arrow {
		display: none;
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
}

@media (max-width:1550px) {
	.navbar-brand {
		width: 200px;
	}

	.sm-blue a,
	.sm-blue a:hover,
	.sm-blue a:focus,
	.sm-blue a:active {
		font-size: 18px !important;
		font-weight: 600;
		padding: 13px 5px !important;
	}

}

@media (max-width: 1200px) {

	#navbar2 {
		position: absolute;
		z-index: 99999;
		top: 100px;
		height: auto;
	}

	.navbar-header {
		float: none;
	}

	.navbar-brand {
		position: relative;
	}

	.navbar-left,
	.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: none;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.collapse.in {
		display: block !important;
	}

	.navbar-collapse.in {
		overflow-y: auto !important;
	}

	.navbar-right {
		width: 100%;
	}

	.sm-blue a,
	.sm-blue a:hover,
	.sm-blue a:focus,
	.sm-blue a:active {
		padding: 13px 20px !important;
	}

	.sm-blue a span.sub-arrow {
		right: 24px !important;
	}

	i.fa-caret-down {
		display: none;
	}
}

@media (max-width:400px) {

	#header_wrapper,
	#header {
		height: 130px;
	}

	#navbar2 {
		position: absolute;
		z-index: 99999;
		top: 52px;
		height: auto;
	}

	.navbar-brand {
		width: 150px;
	}

	.navbar-right {
		margin-top: 76px;
	}
}

.navbar-default {
	z-index: 99999;
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 60px;
	margin-bottom: 8px;
	background-color: #F08DC4;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 4px;
	transition: 0.5s;
}

.navbar-toggle:hover {
	background-color: #DEEC57 !important;
}

.navbar-default .navbar-toggle {
	border-color: #FFF;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

/* BODY SECTION */
/*#body_wrapper {
	background-image: url('../images/header_bg.png');
	background-position: 0% 0%;
	background-repeat: repeat;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 25px;
	min-height: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
}*/

/*#body_right {
	float: left;
	width: 690px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #000;
}*/

/*#body_contact {
	margin: 0px auto 0px auto;
	padding-bottom: 20px;
}*/

/*#contact_left {}*/

/*#contact_right {}*/

.boxout {
	padding-top: 28px;
	text-align: right;
}

.boxout img {
	border: 0px;
	max-width: 100%;
}

/* HOME PAGE BUTTONS */
/*#home_page_button_wrapper {
	margin-bottom: 50px;
}

#home_page_button_daisy_hut,
#home_page_button_poppy_hut,
#home_page_button_forget_me_not_hut,
#home_page_button_lily_hut {
	text-align: center;
}

.home_page_button_image {
	height: 273px;
	margin-right: auto;
	margin-left: auto;
	width: 266px;
}

.home_page_button_image a {
	outline: none;
}

.home_page_button_image img {
	border: 0px;
}

#home_page_button_daisy_hut a.home_page_button_link {
	background-image: url('../images/page_bg_deep_pink.png');
}

#home_page_button_poppy_hut a.home_page_button_link {
	background-image: url('../images/page_bg_deep_blue.png');
}

#home_page_button_forget_me_not_hut a.home_page_button_link {
	background-image: url('../images/page_bg_light_pink.png');
}

#home_page_button_lily_hut a.home_page_button_link {
	background-image: url('../images/page_bg_deep_blue.png');
}

a.home_page_button_link {
	background-position: 0% 0%;
	background-repeat: repeat;
	border: 3px solid #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #FFFFFF;
	display: block;
	font-family: "Walter Turncoat", cursive;
	font-size: 18px;
	height: 52px;
	line-height: 52px;
	margin-top: 12px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 233px;
}

a.home_page_button_link:hover,
a.home_page_button_link:active {
	background-color: #8AF3E4 !important;
	background-image: none !important;
	color: #FFFFFF;
	text-decoration: none;
}*/

/* FOOTER */
#footer_wrapper {
	background: #D1CAAD url('../images/footer-top.png');
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 400px;
	padding-top: 220px;
	padding-bottom: 100px;
	color: #000;
}

#footer {
	text-align: left;
	color: #000;
	font-size: 12px;
	padding-top: 16px;
	padding-bottom: 16px;
}

#footer a {
	color: #000;
	font-size: 20px;
	line-height: 24px;
	transition: 0.5s;
	font-weight: normal;
}

#footer a:hover {
	color: #a1a1a1;
	text-decoration: none;
}

.footer_title {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 34px;
	margin-top: 20px;
	margin-bottom: 18px;
}

#footer_logo {
	text-align: right;
}

#final_wrapper {
	background-color: #726D5A;
	color: #FFFFFF;
	font-size: 18px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#copyright {
	text-align: left;
}

#copyright a {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}

#copyright a:hover {
	color: #f1f1f1;
}

#copyright_notice {
	margin-left: 5px;
}

#upshot {
	text-align: right;
}

#upshot a {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}

#upshot a:hover {
	color: #f1f1f1;
}

@media (max-width:991px) {
	#footer_wrapper {
		text-align: center;
	}

	#footer {
		text-align: center;
	}

	#footer_logo {
		text-align: center;
		margin-top: 20px;
	}

	#copyright {
		text-align: center;
	}

	#upshot {
		text-align: center;
	}
}

/* GENERAL STYLING */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 28px;
	font-weight: normal;
	margin-top: 0px;
}

a {
	color: #D6568F;
	font-weight: bold;
	text-decoration: none;
	transition: 0.5s;
}

a:hover {
	color: #000;
	text-decoration: none;
}

img {
	border: 0px;
}

.nofloat {
	clear: both;
}

.warning {
	color: #C00;
	font-weight: bold;
	font-size: 18px;
}

.small {
	font-size: 10px;
}

.font12 {
	font-size: 12px;
}

.medium {
	font-size: 14px;
}

.large {
	font-size: 18px;
}

.bold {
	font-weight: bold;
}

.underlined {
	text-decoration: underline;
}

.red_text {
	color: #c00;
	background-color: transparent;
}

.white_text {
	color: #FFFFFF;
	background-color: transparent;
}

.centered {
	text-align: center;
}

.justify {
	text-align: justify;
}

.align_middle {
	vertical-align: middle;
}

.float-right {
	float: right;
	margin-left: 15px;
}

#productdivcontainer a {
	color: #fff;
	font-weight: bold;
}

/* PRODUCTS */

/*
#left_category {
	float: left;
	margin-right: 10px;
}

#left_category_top {
	color: #FFFFFF;
	background: #83215F;
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	height: 24px;
	text-transform: capitalize;
	padding-top: 5px;
	margin-top: 5px;
}

#left_category_mid {
	color: #83215F;
	background-color: #f1f1f1;
	border-left: 1px solid #83215F;
	border-right: 1px solid #83215F;
	padding: 5px;
	font-size: 10px;
}

#left_category_bot {
	color: #FFFFFF;
	background: #83215F;
	height: 1px;
}

#left_menu ul {
	list-style: none;
	padding-left: 5px;
	margin:0;
}	

#left_menu ul li a {
	font-size: 12px;
	color: #83215F;
	background-color: transparent;
	text-decoration: none;
}

#left_menu ul li a:hover {
	color: #a1a1a1;
}

#left_banner_ad {
	margin-top: 10px;
	background: #9F517C;
	padding: 5px;
	text-align: center;
}
*/

.product {
	height: 350px;
	text-align: center;
	/*margin-top: 15px;*/
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #D1CAAD;
	border-radius: 20px;
	/*box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;*/
	/*border: 15px solid rgba(0, 0, 0, 0.1);*/
}

.product_thumbs {
	padding-top: 3px;
	height: 40px;
	border: 1px solid red;
}

.product_thumbs img {
	cursor: pointer;
}

.product_name {
	font-size: 18px;
	font-weight: 600;
	height: 20px;
	display: block;
	color: #000;
}

.product_name:hover {
	color: #a1a1a1;
	text-decoration: none;
}

.product_image {
	margin-top: 5px;
	margin-bottom: 5px;
}

.product_price {
	font-size: 16px;
	font-weight: bold;
}

.rrp {
	text-decoration: line-through;
	color: #a1a1a1;
	font-weight: normal;
}

.product_more_info_btn {
	margin-top: 10px;
}

.product_thumb {
	padding: 3px;
}

.product_more {
	border: 1px solid #333;
	background-color: #83215F;
	width: 130px;
	margin: 10px auto 0 auto;
	padding: 2px;
}

.product_more a {
	color: #FFFFFF;
	background-colour: transparent;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.product_more a:hover {
	text-decoration: none;
	color: #a1a1a1;
}

.btn_left {
	float: left;
	margin-left: 20px;
}

.btn_right {
	float: right;
	margin-right: 20px;
}

#product_info_left {
	margin-top: 5px;
}

#product_options_inner {
	width: 700px;
	margin: auto;
}

.product_options_image {
	float: left;
	width: 170px;
}

.product_options_details {
	float: right;
	width: 500px;
}

.thumbnail {
	width: 99px;
	height: 99px;
	padding: 0px;
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	/*background: #FFFFFF;*/
	/*border: 1px solid #DE68A0;*/
}

.img_display {
	background: #de68a0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 28px;
}

.enlarge {
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-bottom: 10px;
}

.img_border {
	/*background: #D6568F;*/
	width: 307px;
	text-align: center;
	margin-bottom: 3px;
	/*border: 2px solid #DE68A0;*/
}

.img_border span {
	font-size: 12px;
	color: #000;
}

.last {
	margin-right: 0px;
}

.img_border_reduced {
	display: none;
}

#gal2 {
	display: none;
}

#enlarge_picture {
	text-align: center;
}

#product_info_right {
	/*float: right;
	width: 590px;
	margin-left: 20px;*/
}

#product_info_right h2 {
	font-size: 18px;
}

#productdivcontainer ul {
	padding-left: 20px;
}

.product_card_save {
	float: left;
	text-align: left;
}

/* RELATED PRODUCTS */
.related {
	height: 230px;
	margin-bottom: 10px;
	background: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

.related .title {
	height: 40px;
}

.related a {
	color: #000000;
	background-color: transparent;
}

.related a:hover {
	text-decoration: none;
}

/* BUNDLED PRODUCTS */
.plus_sign {
	margin-top: 60px;
	font-size: 48px;
	color: #444;
	text-align: center;
}

.bundles {
	background: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	padding: 5px;
}

.bundles .title {
	height: 40px;
}

.bundles a {
	color: #000000;
	background-color: transparent;
}

#bundle_desc {
	margin-top: 10px;
	font-weight: bold;
}

#bundle_individual_price {
	margin-top: 10px;
	font-weight: bold;
	color: #000000;
	background: transparent;
}

#bundle_price {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #ff5c00;
	background: transparent;
}

/* BASKET */
#basket_btn {
	width: 220px;
	height: 40px;
	background: url('../images/basket_btn.gif');
	border: 0px;
	cursor: pointer;
}

#basket_btn_disabled {
	width: 220px;
	height: 40px;
	background: url('../images/basket_btn_disabled.gif');
	border: 0px;
}

.readmore {
	color: #83215F;
	background-color: transparent;
	text-decoration: none;
}

.readmore:hover {
	color: #a1a1a1;
	text-decoration: none;
}

/* Basket */

/*
#add_to_basket_form div {
	margin-bottom: 15px;
}
*/

#add_to_basket_form select {
	color: #000;
	font-weight: normal;
	margin-bottom: 5px;
}

#add_to_basket_form label {
	font-weight: bold;
	float: left;
	width: 120px;
	margin-bottom: 5px;
}

#add_to_basket_form label.error {
	display: none;
	font-weight: normal;
	color: red;
	text-align: left;
	width: 350px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background: transparent url('../images/cancel.png') no-repeat scroll left;
}

#add_to_basket_form input.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

#add_to_basket_form select.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

.basket_options {
	color: #444;
	background-color: transparent;
	padding-left: 10px;
	font-size: 12px;
}

.bundle_options {
	color: #444;
	background-color: transparent;
	padding-left: 10px;
	font-size: 12px;
}

#basket_error {
	max-width: 550px;
	min-height: 40px;
	margin: 0 auto 20px auto;
	color: #000;
	border: 1px solid #A40000;
	border-radius: 10px;
	background: #EDBE9C url('../images/cart-error.png') no-repeat;
	background-position: 5px 5px;
	padding-left: 45px;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
}

#basket_verify {
	width: 650px;
	margin: 0 auto 20px auto;
	color: #000;
	border: 1px solid green;
	background: #9c6 url('../images/cart-warning.png') no-repeat;
	background-position: 5px 5px;
	padding: 10px;
	padding-left: 55px;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
}

.basket_preview_image {
	float: left;
	width: 100px;
}

.basket_preview_description {
	float: left;
	margin-left: 10px;
	width: 1036px;
}

#contact-form label.error {
	display: none;
	font-weight: normal;
	color: red;
	text-align: left;
	width: 350px;
	margin-left: 135px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background: transparent url('../images/cancel.png') no-repeat scroll left;
}

#contact-form input.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

#contact-form textarea.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

#contact-form select.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

/* SOCIAL NETWORKIN SIDECAR */
#sidebar {
	top: 212px;
	width: 37px;
	Left: 0 !important;
	overflow: hidden;
	position: fixed;
	text-align: center;
	line-height: normal;
	_position: absolute;
	font-size: 9px;
}

#sidebar a,
#sidebar a:visited {
	text-decoration: none;
	font-size: 9px;
}

/* REVIEWS */
#reviews {
	width: 924px;
	margin: 0px auto 0px auto;
	/*padding: 10px;*/
}

#review_form {
	border: 1px solid #a1a1a1;
	background: #f1f1f1;
	width: 914px;
	padding: 10px;
	margin: 10px auto 0px auto;
}

#review-form select {
	color: #AF7817;
	font-size: 20px;
}

#review-form textarea {
	width: 97%;
	font-family: Arial, Helvetica, sans-serif;
}

#reviewText {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-weight: bold;
}

/* GIFT VOUCHERS */
#voucher_form {}

#voucher_logo {
	background-image: url('../images/logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	height: 140px;
	width: 140px;
	margin: 0px auto 0 auto;
}

#voucher_form label {
	float: left;
	/*width: 160px;*/
	margin-bottom: 10px;
}

#voucher_form input {
	float: left;
}

#voucher_form textarea {
	float: left;
	/*width: 195px;*/
}

#voucher_left {
	float: left;
	width: 370px;
	min-height: 558px;
	border: 1px solid #a1a1a1;
	padding: 20px;
	color: #FFFFFF;
	background: #000;
}

#voucher_right {
	float: left;
	width: 350px;
	margin-left: 20px;
}

#voucher_picture {
	width: 400px;
	height: 598px;
	background: url('../images/vouchers/voucher.jpg');
	margin: auto;
}

#voucher_code {
	font-size: 28px;
	color: #000;
	background-color: transparent;
	font-weight: bold;
	position: absolute;
	margin-top: 20px;
	margin-left: 110px;
	text-align: center;
	text-shadow: 1px 0 #fff,
		/* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
}

#voucher_value {
	font-size: 50px;
	color: #000;
	width: 170px;
	background-color: transparent;
	position: absolute;
	margin-top: 90px;
	margin-left: 115px;
	text-align: center;
	text-shadow: 1px 0 #fff,
		/* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
}

#voucher_text {
	width: 320px;
	height: 220px;
	background: url('../images/voucher_text.png');
	position: absolute;
	margin-top: 180px;
	margin-left: 30px;
	padding: 10px;
	font-size: 22px;
}

#voucher_from {
	/*margin-top: 10px;*/
}

#voucher_message {
	/*margin-top: 10px;*/
}

#voucher_message_text {
	font-size: 18px;
}

#voucher_date {
	position: absolute;
	margin-top: 430px;
	margin-left: 30px;
	background: #000;
	color: #FFFFFF;
	width: 340px;
	text-align: center;
}

#voucher_form label.error {
	display: none;
	font-weight: normal;
	color: red;
	text-align: left;
	width: 195px;
	margin-left: 160px;
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	padding: 0px;
	padding-left: 20px;
	background: transparent url('../images/cancel.png') no-repeat scroll left;
}

#voucher_form input.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

#voucher_form select.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

#voucher_form .btn {
	/*width: 207px;
	height: 37px;
	border: 0;
	background: url('../images/basket_btn_white.gif');
	cursor: pointer;*/
}

/* MY ACCOUNT */
#my_account_middle {
	color: #444;
	margin: auto;
	width: 760px;
}

#my_account_middle h1 {
	margin-top: 0px;
}

#tab_sub_menu {
	color: #FFFFFF;
	background-color: #1F5F9B;
	width: 760px;
	height: 25px;
	font-size: 14px;
	padding-top: 5px;
}

#tab_sub_menu a {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#tab_sub_menu a:hover {
	color: #a1a1a1;
	background-color: transparent;
}

#tab_content {
	padding: 20px;
	border-left: 1px solid #1F5F9B;
	border-right: 1px solid #1F5F9B;
	border-bottom: 1px solid #1F5F9B;
	font-size: 14px;
}

#tab_content h2 {
	margin-top: 0px;
}

#category_banner {
	width: 980px;
	height: 327px;
	margin: 0 auto 15px auto;
	overflow: hidden;
}

#category_banner .category_slideshow {
	height: 327px;
	width: 980px;
	margin: auto;
	/*z-index: -2000;*/
}

#category_banner .category_slideshow img {}

/* SEARCH BOX */

/*
#show_search {
	float: right;
	position: absolute;
	width: 244px;
	height: 58px;
	margin-top: 6px;
	margin-left: 700px;
	cursor: pointer;
	background: url('../images/search_closed.png');
	border: 0;
}

#search_open {
	float: right;
	position: absolute;
	width: 244px;
	height: 426px;
	margin-top: 6px;
	margin-left: 700px;
	background: url('../images/search_open.png');
	display: none;
}

#search_content {
	margin-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	height: 330px;
}

#hide_search {
	position: absolute;
	margin-top: 0px;
	margin-left: 0;
	width: 244px;
	height: 58px;
	background: url('../images/blank.gif');
	cursor: pointer;
	border: 0;
}

#search_form {
}

.search_section {
	margin-top: 10px;
}

#search_form label {
	color: #00ADF1;
	background-color: transparent;
	font-weight: bold;
}

#search_form select {
	width: 205px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #a1a1a1;
}

#search_category {
	width: 190px;
	height: 115px;
	padding: 5px;
	border: 1px solid #a1a1a1;
	overflow: scroll;
}

.search_price {
	color: #1A418C;
	background-color: transparent;
	font-weight: bold;
	border: 0px;
	width: 100px;
}

#search_button {
	border: 0;
	background: url('../images/search_button.gif');
	width: 202px;
	height: 38px;
	cursor: pointer;
	margin-top: 20px;
}
*/

/* HOME ICONS */
#home_icons {
	width: 964px;
	margin: 10px auto 10px auto;
	padding-left: 2px;
}

.home_icon {
	margin-left: 11px;
}

/* BRAND LOGOS */
#brand_logos {
	width: 940px;
	margin: 10px auto 10px auto;
	text-align: center;
}

/* BREADCRUMBS */

/*
#breadcrumbs {
	height: 12px;
	font-size: 10px;
	color: #83215F;
	background-color: transparent;
	padding-top: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}

#breadcrumbs a {
	color: #83215F;
	background-color: transparent;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}
*/

/* Buy Now Button */
.buynowbtn {
	float: left;
	width: 185px;
	height: 54px;
	background: url('../images/buy-now.png');
	cursor: pointer;
	border: 0px;
}

.paypalbtn {
	width: 153px;
	height: 45px;
	background: url('../images/paypal_btn.png');
	cursor: pointer;
	border: 0px;
}

/* CSS3 Button */
.btn,
.btn:visited {
	border: 0;
	background: #663366;
	display: inline-block;
	padding: 10px 10px;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 0.5em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
	margin-top: 5px;
	text-align: center;
}

.btn:hover {
	background-color: #2D2D2D;
	color: #FFFFFF;
	text-decoration: none;
}

.btn:active {
	top: 1px;
}

.small.btn,
.small.btn:visited {
	font-size: 11px;
}

.vsmall.btn,
.vsmall.btn:visited {
	/* USED IN MINI CART IN HEADER */
	font-size: 10px;
	width: 85px;
	height: 15px;
	padding: 0;
	padding-top: 1px;
	margin: 0;
}

.btn,
.btn:visited,
.medium.btn,
.medium.btn:visited {
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	padding: 10px;
}

.large.btn,
.large.btn:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}

.super.btn,
.super.btn:visited {
	font-size: 34px;
	padding: 8px 14px 9px;
}

.pink.btn,
.magenta.btn:visited {
	background-color: #e22092;
}

.pink.btn:hover {
	background-color: #c81e82;
}

.green.btn,
.green.btn:visited {
	background-color: #91bd09;
}

.green.btn:hover {
	background-color: #749a02;
}

.red.btn,
.red.btn:visited {
	background-color: #e62727;
}

.red.btn:hover {
	background-color: #cf2525;
}

.orange.btn,
.orange.btn:visited {
	background-color: #ff5c00;
}

.orange.btn:hover {
	background-color: #d45500;
}

.blue.btn,
.blue.btn:visited {
	color: #FFFFFF;
	background-color: #2981e4;
}

.blue.btn:hover {
	background-color: #2575cf;
}

.purple.btn,
.purple.btn:visited {
	color: #FFFFFF;
	background-color: #D6568F;
	border-radius: 20px;
	padding: 20px 20px;
	font-size: 18px;
}

.purple.btn:hover {
	background-color: #ED9CC9;
}

.yellow.btn,
.yellow.btn:visited {
	color: #444;
	background-color: #EDD600;
}

.yellow.btn:hover {
	background-color: #fff061;
}

.black.btn,
.black.btn:visited {
	background-color: #000;
}

.black.btn:hover {
	background-color: #2D2D2D;
}

.width_60 {
	width: 60px;
}

.width_80 {
	width: 80px;
}

.width_100 {
	width: 100px;
}

.width_180 {
	width: 180px;
}

.width_250 {
	width: 250px;
}

.width_300 {
	width: 300px;
}

.btn_center {
	text-align: center;
}

/* Loyalty Points */
#cust_loyalty_banner {
	float: right;
	color: #FFFFFF;
	background-color: #fd8402;
	padding: 10px;
	border-radius: 0.5em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}

#cust_loyalty_banner .info_button {
	margin-left: 10px;
	vertical-align: middle;
	margin-top: -5px;
}

#loyalty_message {
	width: 550px;
	/*min-height: 40px;*/
	padding: 10px;
	margin: 20px auto 20px auto;
	color: #000;
	background-color: #ECF598;
	border: 1px solid #A39B11;
	text-align: center;
	font-size: 14px;
}

#loyalty_points_product {
	float: right;
	color: #FFFFFF;
	background-color: #00AEEF;
	padding: 5px;
	border-radius: 0.5em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}

#loyalty_points_product .info_button {
	margin-left: 5px;
	vertical-align: middle;
	margin-top: -5px;
}

/* centre tables (firefox bug) */
.marginauto {
	margin: auto;
}

#payment_info {
	margin-top: 20px;
}

/* NUMBER OF PRODUCTS FORM */
#number_of_products_form {
	margin-left: 10px;
	float: left;
	height: 22px;
}

#number_of_products_form label {
	float: left;
	margin: 0;
	margin-right: 5px;
	color: #FFFFFF;
}

#number_of_products_form select {
	float: left;
	font-size: 12px;
	height: 24px;
	padding: 0;
	width: 150px;
	margin: 0;
}

/* SORT MENU */
#sort_menu_wrapper {
	text-align: left;
	color: #000;
	background: #9F517C;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 5px;
	font-size: 14px;
	border-radius: 20px;
	margin-bottom: 40px;
}

#sort_menu {
	float: left;
	margin-left: 5px;
}

#sort_menu label {
	color: #FFFFFF;
	float: left;
	margin: 0;
	margin-right: 5px;
}

#sort_menu select {
	float: left;
	font-size: 12px;
	height: 24px;
	padding: 0;
	width: 150px;
	margin: 0;
}

#sort_menu_navigation {
	float: right;
}

/* PAGINIATION */
.pagination {
	padding: 2px;
	margin: 0px 0 0 48px;
}

.pagination ul {
	margin: 0;
	margin-right: 3px;
	padding: 0;
	text-align: right;
	/*Set to "right" to right align pagination interface*/
	font-size: 12px;
}

.pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	padding: 1px;
}

.pagination a,
.pagination a:visited {
	padding: 1px 5px;
	border: 1px solid #83215F;
	text-decoration: none;
	background: #FFFFFF;
	color: #83215F;
}

.pagination a:hover,
.pagination a:active {
	border: 1px solid #83215F;
	color: #FFFFFF;
	background-color: #83215F;
}

.pagination li.currentpage {
	font-weight: bold;
	padding: 1px 5px;
	border: 1px solid #83215F;
	background-color: #83215F;
	color: #FFF;
}

.pagination li.disablepage {
	padding: 1px 5px;
	border: 1px solid #929292;
	color: #929292;
}

.pagination li.nextpage {
	font-weight: bold;
}

* html .pagination li.currentpage,
* html .pagination li.disablepage {
	/*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
	margin-right: 5px;
	padding-right: 0;
}

/* Contact Form
-------------------------------------------------------------- */
label {
	cursor: pointer;
	color: #000;
	display: block;
	font-weight: bold;
	margin: 4px 0px;
}

input {
	display: block;
	width: 93%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #f4f4f4;
	color: #000;
	border: 1px solid #5f5f5f;
	padding: 10px;
	margin-bottom: 10px;
}

select {
	display: block;
	width: 93%;
	background-color: #f4f4f4;
	color: #000;
	border: 1px solid #5f5f5f;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

#ff textarea {
	/*width: 93%;*/
	margin-bottom: 10px;
	/*border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #f4f4f4;
	color: #000;
	border: 1px solid #5f5f5f;*/
	padding: 10px;
}

legend {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.form_header {
	padding: 5px;
}

.sendButton {
	background-color: #D6568F;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1.2em;
	margin: auto;
	padding: 10px;
	text-align: center;
	width: 100%;
}

.sendButton:hover {
	background-color: #ED9CC9;
	color: #FFFFFF;
}

.form_section {
	width: 100%;
}

.error {
	color: #c00;
}

/* CONTACT FROM ERRORS */
label.error {
	display: none;
	font-weight: normal;
	color: red;
	text-align: left;
	width: 350px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background: transparent url('../images/cancel.png') no-repeat scroll left;
}

input.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

#ff textarea.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

select.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

/* ElavateZoom */
/*set a border on the images to prevent shifting*/
#gallery_01 img {
	border: 2px solid white;
}

/*Change the colour*/
.active img {
	border: 2px solid #333 !important;
}

/* BASKET */
/* CARD LOGOS */
#card_logos {
	text-align: right;
}

.basket_image {
	float: left;
	margin-right: 20px;
}

.delete {
	background: url('../images/delete_icon.gif');
	width: 25px;
	height: 25px;
	border: 0px;
	cursor: pointer;
}

.delete:hover {
	background: url('../images/delete_icon.gif');
	width: 25px;
	height: 25px;
}

.border_bottom_head {
	border-bottom: 2px solid #d1d1d1;
}

.border_bottom {
	border-bottom: 1px solid #d1d1d1;
}

#ff_cart label {
	float: left;
	color: #444;
	font-weight: normal;
	margin-right: 10px;
}

.voucher {
	float: left;
	width: 200px;
	text-align: right;
}

/* css radio buttons */
input[type=radio].css-checkbox {
	display: none;
}

input[type=radio].css-checkbox+label.css-label {
	padding-left: 35px;
	height: 18px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 18px;
	vertical-align: middle;
	cursor: pointer;
}

input[type=radio].css-checkbox:checked+label.css-label {
	background-position: 0 -18px;
}

label.css-label {
	background-image: url('../images/cssradio.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

table,
td,
th {
	/*font-family: "Times New Roman", Times, serif;*/
	border: 0;
	border-collapse: collapse;
}

table {
	border-spacing: 0;
}

th {
	margin: 0;
	padding: 4px;
	color: #000;
}

td {
	margin: 0;
	/*padding: 4px;*/
	background-color: #FFF;
}

.entryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #DDDDDD;
}

.entryTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #f1f1f1;
	font-weight: bold;
	text-align: center;
}

/*.entryTable input {
	width: 350px;
}*/

.entryTable .heading {
	background-color: #d1d1d1;
}

.entryTable .label {
	/*background-color: #EFEFEF;*/
	/*padding-left: 20px;*/
}

.entryTable .content {
	background-color: #FFFFFF;
}

.confTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.confTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
	background-color: #FFFFFF;
	font-weight: bold;
	background-position: center;
}

.confTable .label {
	background-color: #EFEFEF;
}

.confTable .content {
	background-color: #FFFFFF;
}

.infoTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #DDDDDD;
}

.infoTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFFFFF;
	font-weight: bold;
	background-position: center;
	text-align: center;
}

.infoTable .label {
	background-color: #EFEFEF;
	width: 30%;
}

.infoTable .heading {
	background-color: #d1d1d1;
}

.infoTable .content {
	background-color: #FFFFFF;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

/* PAYMENT PAGES */
#paypal {
	text-align: center;
	margin: auto;
}

.paypal_payment {
	margin-top: 10px;
	margin-bottom: 10px;
}

#paypal_button {
	width: 300px;
	text-align: center;
	margin: auto;
}

.paypal_button {
	height: 40px;
	width: 300px;
	background: url('../images/paypal_button.gif');
	border: 0px;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
}

.paypal_button:hover {
	background: url('../images/paypal_button.gif');
}

.cardsave_button {
	height: 51px;
	width: 300;
	background: url('../images/payment_button.png');
	cursor: pointer;
	border: 0px;
	margin: 20px auto 20px auto;
}

.cardsave_button:hover {
	background: url('../images/payment_button.png');
}



/* Product Attributes */
#product_attributes_responsive {
	display: none;
}

#responsive_description {
	display: none;
}

.responsive_reviews {
	display: none;
}

/* EU VAT */
#eu-vat {
	display: none;
}

/* additional basket styling */
.margin_top_10 {
	margin-top: 10px;
}

.margin_top_20 {
	margin-top: 20px;
}

.padding_top_10 {
	padding-top: 10px;
}

.border_top {
	border-top: 1px solid #83215F;
}

.basket_image {
	float: left;
	margin-right: 15px;
}

.text_align_right {
	text-align: right;
}

/* checkout styling */
.heading {
	color: #000;
	font-family: "Walter Turncoat", cursive;
	font-size: 26px;
	text-align: center;
	margin: 10px;
	padding: 10px;
}

.frmlabel {
	font-weight: bold;
}

.frmwhite {
	color: #000;
}

/* YouTube Videos */
.media_embed {
	max-width: 560px;
	margin: auto;
	margin-bottom: 20px;
}

/* content images */
.content-image {
	border: 2px solid #fff;
	border-radius: 10px;
}

/* placeholder text */
/* do not group these rules */
::-webkit-input-placeholder {
	color: #a1a1a1;
	font-style: italic;
}

:-moz-placeholder {
	color: #a1a1a1;
	font-style: italic;
}

::-moz-placeholder {
	color: #a1a1a1;
	font-style: italic;
}

:-ms-input-placeholder {
	color: #a1a1a1;
	font-style: italic;
}

#txtMessage::-webkit-input-placeholder {
	color: #a1a1a1;
	font-style: italic;
}

#txtMessage:-moz-placeholder {
	color: #a1a1a1;
	font-style: italic;
}

#txtMessage::-moz-placeholder {
	color: #a1a1a1;
	font-style: italic;
}

#txtMessage:-ms-input-placeholder {
	color: #a1a1a1;
	font-style: italic;
}

/* LEGACY BROWSER SUPPORT */
input[type=hidden] {
	display: none;
	font-style: italic;
}

/* Double Booking Error Message */
.double-booking-error {
	background: #c00;
	border: 2px solid #fff;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.double-booking-error p {
	padding: 10px;
	margin: 0;
}

/* GDPR PAGES */
.gdpr-link-title {
	display: block;
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.gdpr-link {
	display: block;
	font-weight: bold;
	font-size: 16px;
}

.gdpr-link-sub-title {
	display: block;
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	background: #444;
	color: #fff;
}

.gdpr-heading {
	cursor: pointer;
}

.accordion-toggle {
	cursor: pointer;
	padding: 5px;
	background: #d1d1d1;
	color: #444;
	font-size: 16px;
	padding-left: 15px;
}

#body_wrapper .accordion-toggle a {
	color: #444;
}

.accordion-content {
	display: none;
}

.contact-btn {
	background-color: #EB93C3;
	border: 2px solid #C2E1FC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	display: inline-block;
	height: 31px;
	line-height: 31px;
	margin-right: 2px;
	margin-left: 2px;
	/*margin-top:-20px;*/
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	font-weight: normal;
	float: right;
}

.contact-btn:hover {
	background: #D6568F;
}

#fNameHere {
	display: none;
}

.payButton {
	background-color: #D6568F;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1.2em;
	margin: 20px auto;
	padding: 10px;
	text-align: center;
	width: 220px;
}

.payButton:hover {
	background-color: #ED9CC9;
	color: #FFFFFF;
}

/* Product page carousel */
#sync1 .item {
	/*background: #0c83e7;*/
	padding: 80px 0px;
	/*margin: 5px;*/
	/*color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
	height: 400px;
	width: 100%;
	background-position: center center;
	background-size: cover;
	text-align: center;
	cursor: grab;
}

#sync2 .item {
	/*background: #C9C9C9;*/
	padding: 10px 0px;
	margin-top: 10px;
	/*color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
	height: 75px;
	width: 100%;
	background-position: center center;
	background-size: cover;
	text-align: center;
	cursor: grab;
}

#sync2 .item h1 {
	font-size: 18px;
}

#sync2 .synced .item {
	background: #0c83e7;
	height: 75px;
	width: 100%;
	background-position: center center;
	background-size: cover;
}

.hut-location-map {
	margin-top: 10px;
	margin-bottom: 10px;
}

.google-map {
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 50%;
	position: relative;
}

.google-map iframe {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

/* home page calendar */
.home-page-calendar {
	width: 100%;
	height: auto;
	padding: 30px 40px 20px 40px;
	background: #8BEAC2;
	border-radius: 15px;
	margin-top: 20px;
	margin-bottom: 40px;
	position: relative;
}

.home-page-calendar .loading {
	position: absolute;
	width: 50px;
	height: 50px;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 50px;
}

.home-page-calendar .calendar-pic {
	width: 100px;
	height: 100px;
	background: url('../images/calendar.png');
	background-size: contain;
	margin-bottom: 20px;
}

.home-page-calendar .calendar-title {
	margin-left: 10px;
	margin-top: 15px;
}

.home-page-calendar .title {
	text-align: left;
	color: #000;
	font-size: 24px;
	margin-bottom: 20px;
	display: block;
	font-weight: bold;
}

.home-page-calendar .sub-title {
	text-align: left;
	color: #000;
	font-size: 20px;
	margin-bottom: 20px;
	display: block;
	font-weight: bold;
}

.home-page-calendar .caption {
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-bottom: 0px;
	background: #DD689E;
	padding: 10px 5px;
	display: block;
}

.home-page-calendar .caption a {
	color: #fff;
}

.home-page-calendar .keys {
	margin-bottom: 10px;
}

.home-page-calendar .keys .key.available {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	width: 100px;
	height: 25px;
	margin-right: 10px;
	background: #DFF0D8;
	text-align: center;
	line-height: 25px;
}

.home-page-calendar .keys .key.booked {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	width: 100px;
	height: 25px;
	margin-right: 10px;
	background: #FB9191;
	text-align: center;
	line-height: 25px;
}

.home-page-calendar .keys .key.unavailable {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	width: 100px;
	height: 25px;
	margin-right: 10px;
	background: #F7F7F9;
	text-align: center;
	line-height: 25px;
}

.home-page-calendar .keys .key.weekend {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	width: 150px;
	height: 25px;
	margin-right: 10px;
	color: #fff;
	background: #a1a1a1;
	text-align: center;
	line-height: 25px;
}

.home-page-calendar table th {
	background: #fff;
}

.sticky-column {
	position: sticky;
	left: 0;
	/* Adjust as needed */
	background-color: #fff;
	/* Optional: Add a background to prevent overlap */
	z-index: 1;
	/* Ensure it stays above other content */
}

.home-page-calendar table th.day {
	text-align: center;
}

.home-page-calendar table th.day.weekend {
	text-align: center;
	background: #a1a1a1;
	color: #fff;
}

.home-page-calendar table td a {
	color: #000;
}

.home-page-calendar table td a:hover {
	color: #DD689E;
}

.home-page-calendar table td.day {
	width: 35px;
	min-width: 35px;
	text-align: center;
}

.home-page-calendar table td.day.available {
	background: #DFF0D8;
	padding: 0;
}

.home-page-calendar table td.day.available a {
	display: block;
	padding: 6px;
	/*border: 1px solid red;*/
}

.home-page-calendar table td.day.unavailable {
	background: #F7F7F9;
	cursor: not-allowed;
}

.home-page-calendar table td.day.booked {
	background: #FB9191;
	cursor: not-allowed;
}

.home-page-calendar .mobile-scroll {
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
}

/* home page sections */
.home-page-section1 {
	margin-bottom: 60px;
	text-align: center;
}

@media (max-width:991px) {
	.home-page-section1 img {
		max-width: 190px;
	}
}

.home-page-section1 h1 {
	font-size: 50px;
}

.home-page-section1 p {
	font-size: 26px;
	color: #000;
}

.home-page-section3 {
	margin-bottom: 20px;
}

.home-page-section3 .home-product {
	padding: 20px;
	text-align: center;
	color: #000;
	border-radius: 20px;
	background: #D1CAAD;
	margin-bottom: 20px;
}

.home-page-section3 .home-product .pd-name {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 10px;
	display: block;
}

.home-page-section3 .home-product .home-product-img {
	width: 100%;
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-page-section3 .home-product .btn-view-more {
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 20px;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	background: #8BEAC2;
	padding: 10px 50px;
	border-radius: 50px;
	box-shadow: none;
	text-shadow: none;
	border-bottom: 0;
	transition: 0.5s;
}

.home-page-section3 .home-product .btn-view-more:hover {
	background: #8CBFEB;
}

.home-page-section4 {
	background: #E8E9ED;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 40px;
}

.home-page-section5 {
	background: #8CBFEB;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 40px;
	text-align: center;
}

.home-page-section5 h2 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
}

.home-page-section5 p {
	font-size: 20px;
	color: #fff;
}

.home-page-section6 {
	background: #E4CB54;
	padding: 20px;
	border-radius: 20px;
	/*margin-bottom: 40px;*/
	text-align: center;
	color: #fff;
	/*margin-left: -15px;*/
}

.home-page-section7 {
	background: #EEA2CA;
	padding: 20px;
	border-radius: 20px;
	/*margin-bottom: 40px;*/
	text-align: center;
	color: #fff;
	/*margin-right: -15px;*/
}

.home-page-section6 h2,
.home-page-section7 h2 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
}

.home-page-section6 p,
.home-page-section7 p {
	font-size: 20px;
	color: #fff;
}

@media (max-width:991px) {

	/*.home-page-section6 {
		margin-left: -15px;
		margin-right: -15px;
	}

	.home-page-section7 {
		margin-left: -15px;
		margin-right: -15px;
	}*/

	.home-page-section6 img,
	.home-page-section7 img {
		max-width: 150px;
		margin-bottom: 20px;
	}
}

/* newsletter signup */
.newsletter-wrapper {
	margin-top: 40px;
	margin-bottom: 30px;
	border-radius: 20px;
	background: #2A80BB;
	color: #fff;
	width: 100%;
	padding: 20px;
}

.newsletter-wrapper .title {
	display: block;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.newsletter-wrapper .btn-info {
	transition: 0.5s;
}

.newsletter-wrapper .btn-info:hover {
	background: #000;
}

.newsletter-error {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}

.newsletter-success {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}

.newsletter-wrapper .error {
	border: 2px solid #ED1B24;
}

.btn-newsletter {
	display: inline-block;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	background: #8BEAC2 !important;
	margin-top: -3px;
	padding: 10px 50px;
	border-radius: 50px;
	box-shadow: none;
	text-shadow: none;
	border-bottom: 0;
	transition: 0.5s;
	text-align: center;
}

.btn-newsletter:hover {
	background: #8CBFEB;
}

.small-only {
	display: none;
}

.large-only {
	display: block;
}

@media (max-width: 991px) {
	.small-only {
		display: block;
	}

	.large-only {
		display: none;
	}
}