﻿/* font imports -------------------------------------------------------------------------------------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');

/* end font imports ----------------------------------------------------------------------------------------------------------------------------------------------------- */


/* cross browser default styles ----------------------------------------------------------------------------------------------------------------------------------------- */

*{
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}	

img{
	border: 0px;
}

a{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

body{
	-webkit-text-size-adjust: 100%;
	min-width: 220px;
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
}

/* end cross browser default styles ------------------------------------------------------------------------------------------------------------------------------------- */


/* main container, padding styles --------------------------------------------------------------------------------------------------------------------------------------- */

.clear-rows{
	clear: both;
}

.container{
	max-width: 1180px;
	margin: 0px auto;
	padding: 0px 20px;
}
	
.header-container{
	max-width: 1180px;
	margin: 0px auto;
	padding: 0px 20px;
	position: relative;
}

.col-70{
	width: 70%; 
	float: left;
}

.col-50{
	float: left;
	width: 50%;
}

.col-50-margin-top{
	margin: 0px 0px px 0px;
}

.col-50-margin-bottom{
	margin: 0px 0px 20px 0px;
}

.col-50-inner{
	padding: 0px 10px;
}

.col-50-inner-right{
	padding: 0px 10px 0px 0px;
}

.col-50-inner-left{
	padding: 0px 0px 0px 10px;
}

.col-50-padding{
	padding: 0px 0px 10px 10px;
}

.col-30{
	width: 30%; 
	float: right;
}

.col-30-padding{
	padding: 0px 0px 0px 20px;
}
	
.align-left{
	text-align: left;
	margin: 0px auto 0px 0px;
}

.align-right{
	text-align: right;
	margin: 0px 0px 0px auto;
}

#wrapper{
	position: relative;
	left: 0px;
	width: 100%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

/* end main container, padding styles ----------------------------------------------------------------------------------------------------------------------------------- */

/* cookie styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

#header-notice{
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0px;
	padding: 10px 20px;
	background-color: rgba(220,237,200,0.8);
	box-sizing: border-box;
	z-index: 999;
}

#header-notice p{
	font-size: 14px;
	font-weight: normal;
	color: #2a2b2e;
	line-height: 18px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}

#header-notice strong{
	color: #339DB9;
	font-weight: bold;
}

/* end cookie styles ------------------------------------------------------------------------------------------------------------------------------------------------- */


/* mobile styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

.mobile-menu-icon {
	position: absolute;
	left: 20px;
	top: 40px;
}

.mobile-menu-icon a.click-mobile-menu{
    display: block;
    width: 35px;
    height: 27px;
    cursor: pointer;
}	

.mobile-menu-icon span{
    display: block;
    height: 2px;
    width: 35px;
    background: #33BDC8;
    margin-bottom: 5px;
    -webkit-transition: 0.2s cubic-bezier(0.445,0.05,0.55,0.95);
    transition: 0.2s cubic-bezier(0.445,0.05,0.55,0.95);
}

.mobile-menu-icon span:nth-child(2){
    width: 20px;
}

.mobile-menu-icon:hover span:nth-child(2){
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

.mobile-menu-icon span:nth-child(3){
    width: 30px;
}

.clicked-mobile-menu1{
    -webkit-transform: rotate(45deg) translateX(6px);
    transform: rotate(45deg) translateX(6px);
    
}

.clicked-mobile-menu2{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    margin-left: -20px;
}

.clicked-mobile-menu3{
    -webkit-transform: rotate(-45deg) translate(10px, -4px);
    transform: rotate(-45deg) translate(10px, -4px);
    width: 35px!important;
}

#mobile-navigation{
	position: fixed;
	z-index: 999;
	top: 0px;
	bottom: 0px;
	left: -340px;
	width: 320px;
	bottom: 0px;
	background-color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(120,120,120,0.3);
    box-shadow: 0px 0px 20px 0px rgba(120,120,120,0.3);
    border-bottom: 2px solid #2DBBCA;
    padding: 0px 0px;
    box-sizing: border-box;
    overflow-y: auto;
}

#mobile-navigation ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#mobile-navigation ul li{
	width: 100%;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
}

#mobile-navigation ul li a{
	display: block;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	color: #323232;
    padding: 10px 20px;
    border-bottom: 1px solid #f5f5f5;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

#mobile-navigation .submenu-arrow{
	position: absolute; 
	top: 0px; 
	right: 0px; 
	width: 50px; 
	height: 19px; 
	text-align: center; 
	padding: 10px 0px; 
	color: #c0c0c0;
}

#mobile-navigation ul li a:hover{
	color: #fff!important;
	background-color: #2DBBCA;
}

#mobile-navigation ul ul{
	display: none;
}

#overlay{
	position: fixed;
	z-index: 998;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: none;
	background-color: rgba(0,0,0,0.1);			
}

#loading, #loading2{
	position: fixed;
	z-index: 999;
	top: 50%;
	left: 50%;
	display: none;
	background-color: #fff;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	padding: 15px 20px;
	text-align: center;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	max-width: 300px;		
}

#loading h3, #loading2 h3{
	font-family: 'Playfair Display', serif;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 22px;
	font-weight: 700;
	color: #323232;
}

#loading p, #loading2 p{
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: 400;
	color: #323232;
	line-height: 22px;
}


/* end mobile styles ------------------------------------------------------------------------------------------------------------------------------------------------- */


/* header styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

#header{
	width: 100%; 
	position: fixed; 
	z-index: 997; 
	height: 100px; 
	text-align: center; 
	margin: 0px; 
	padding: 0px;
	background-color: #fff;
	-webkit-box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.2); 
	/*
	background-image: url('../images/shape2.png'); 
	background-size: 1920px 135px; 
	background-position: center center;
	*/
}

#header-spacer{
	width: 100%; 
	height: 100px;
}

#header-buttons{
	position: absolute;
	top: 0px;
	right: 20px;
}

#header-buttons ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header-buttons ul li{
	float: left;
	margin: 0px 0px 0px 5px;
}

#header-buttons ul li a{
	display: block;
	position: relative;
	padding: 40px 12px 20px 12px;
	border-radius: 0px 0px 20px 20px;
	background-color: #F9F9F9;
}

#header-buttons ul li a i{
	color: #2DBBCA;
	position: relative;
	z-index: 2;
}

#header-buttons ul li a:after{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0px;
    border-radius: 0 0 20px 20px;
    background: #2DBBCA;
    z-index: -1;
    content: '';
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

#header-buttons ul li a:hover:after{
	visibility: visible;
	opacity: 1;
	z-index: 1;
	height: 100%;
}

#header-buttons ul li a:hover i{
	color: #fff;
}

#header-shortcut-buttons{
	position: fixed; 
	right: 0px; 
	top: 20%; 
	z-index: 999; 
	transform: rotate(-90deg); 
	transform-origin: 100% 100%; 
}

#header-shop-now{
	cursor: pointer;
	display: inline-block;
	width: 80px;
	background-color: #2DBBCA; 
	padding: 7px 20px; 
	border-radius: 15px 15px 0px 0px; 
	font-size: 16px; 
	color: #fff; 
	text-align: center; 
	-webkit-box-shadow: 0px 0px 20px 0px rgba(229,29,137,0.2); 
	box-shadow: 0px 0px 20px 0px rgba(229,29,137,0.2);
}

#header-book-now{
	cursor: pointer;
	display: inline-block;
	width: 80px;
	background-color: #2DBBCA; 
	padding: 7px 20px; 
	border-radius: 15px 15px 0px 0px; 
	font-size: 16px; 
	color: #fff; 
	text-align: center; 
	-webkit-box-shadow: 0px 0px 20px 0px rgba(229,29,137,0.2); 
	box-shadow: 0px 0px 20px 0px rgba(229,29,137,0.2);
}


/* end header styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

/* banner styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

#banner{
	width: 100%;
	margin: 0px 0px 0px 0px;
	box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.2);
	position: relative;
}

.owl-carousel-inner{
	width: 100%; 
	max-width: 600px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

.owl-carousel h2{
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 72px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	color: #323232;
}

.owl-carousel p{
	font-weight: 400;
	font-size: 16px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	line-height: 28px;
	color: #666666;
}

.owl-carousel-image{
	height: 600px; 
	width: 100%; 
	position: relative; 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
}

/* end banner styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

/* homepage styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

#homepage{
	width: 100%;
	margin: 0px;
	padding: 0px 0px;
}

#homepage-navigation{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #E4E4E4;
	box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.2);
}

#homepage-navigation ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: table;
	width: 100%;
}

#homepage-navigation ul li{
	vertical-align: middle;
    display: table-cell;
    text-align: center;
    border-right: 1px solid #D9D9D9;
}

#homepage-navigation ul li:first-child{
	border-left: 1px solid #D9D9D9;
}

#homepage-navigation ul li a{
	display: block;
	padding: 10px 0px;
	text-decoration: none;
	font-size: 14px;
	color: #3A3A3A;
	text-transform: uppercase;
	font-weight: normal;	
}

#homepage-navigation ul li a:hover{
	background-color: #383838;
	color: #fff;
}

/* homepage styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

/* products styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

.product-col-20{
	width: 20%;
	float: left;
}

.product-col-25{
	width: 25%;
	float: left;
}

.product-col-33{
	width: 33.3333%;
	float: left;
}

.product-col-30{
	width: 30%;
	float: left;
}

.product-col-40{
	width: 40%;
	float: left;	
}

.product-col-50{
	width: 50%;
	float: left;	
}

.product-col-60{
	width: 60%;
	float: left;	
}

.product-col-70{
	width: 70%;
	float: left;	
}

.product-col-padding-left{
	padding-left: 40px; 
	box-sizing: border-box;
}

.product-col-outer{
	padding: 10px 10px 10px 10px;	
	position: relative;
}

.product-col-inner{
	width: 100%;
}

.product-offer{
	position: absolute; 
	top: 5px; 
	right: 5px; 
	width: 60px; 
	height: 50px; 
	border-radius: 40px; 
	background-color: #F09226; 
	border: 1px solid #fff;
	text-align: center;
	padding: 10px 0px 0px 0px;
}

.product-offer h3{
	color: #fff;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

.product-col-grey{
	background-color: #F4F4F4;
}

.product-col-grey:hover{
	/*box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.1);*/
}

.product-col-white{
	background-color: #fff;
}

.product-col-white:hover{
	/*box-shadow: 0px 0px 8px 2px rgba(100,100,100,0.1);*/
}

.product-col-inner-padding{
	padding: 0px;
	border: 1px solid #eee;
}

.product-col-inner-image{
	width: 100%;
	background-color: #fff;
	cursor: pointer;
	box-sizing: border-box;
	padding: 0px;
	text-align: center;
	height: 250px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.product-col-inner-body{
	width: 100%;
	text-align: center;
	padding: 10px 0px 10px 0px;
	background-color: #fff;
	border-top: 1px solid #eee;
}

.product-col-inner-body-title, .product-col-inner-body-category{
    overflow: hidden;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    height: 25px;
    line-height: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-col-inner-body a{
	font-size: 14px;
	font-weight: normal;
	color: #22A6AC;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	line-height: 22px;
	font-weight: 600;
}

.product-col-inner-body p{
	font-size: 14px;
	font-weight: normal;
	color: #2a2b2e;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	line-height: 22px;
	font-weight: 600;
}

.product-col-inner-body p{
	font-weight: normal;
}

.product-col-inner-body a:hover{
	color: #0F4B4F;
}

.product-col-inner-body h4{
	font-size: 14px;
	font-weight: normal;
	color: #CC3300;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	line-height: 22px;
	font-weight: 600;
}

/* end products styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

/* product option styles */

.product-options-outer-box{
	width: 100%; 
	border: 1px solid #c0c0c0; 
	border-radius: 3px; 
	background-color: #fff; 
	position: relative; 
	height: 32px; 
	background-image: url('../images/arrow.jpg'); 
	background-position: right top; 
	background-repeat: no-repeat; 
	cursor: pointer;
}

.product-options-inner-box{
	right: -1px; 
	border: 1px solid #c0c0c0; 
	border-radius: 3px; 
	display: none; 
	position: absolute; 
	left: -1px; 
	top: 32px; 
	background-color: #fff; 
	z-index: 6;	
}

.product-option-sub-options{
	width: 100%; 
	line-height: 32px; 
	font-size: 13px; 
	color: #333333;
	text-align: left;
}

.product-option-sub-options tr:hover{
	background-color: #1E90FF;
	color: #fff;
}

.product-options-outer-box-table{
	width: 100%; 
	line-height: 32px; 
	font-size: 13px; 
	color: #333333;
}

/* main body styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

.main-body, .main-body2{
	width: 100%;
	padding: 35px 0px;
}

.main-body:nth-child(odd){
	background-color: #f8f8f8;
}

.main-body:nth-child(even){
	background-color: #fff;
}

.main-body2:nth-child(odd){
	background-color: #fff;
}

.main-body2:nth-child(even){
	background-color: #f8f8f8;
}

#main-body-white{
	width: 100%;
	padding: 35px 0px;
}

#main-body-white h2, .main-body h2, .main-body2 h2{
	font-family: 'Playfair Display', serif;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 30px;
	font-weight: 700;
	color: #323232;
}

#main-body-grey{
	width: 100%;
	padding: 35px 0px;
	background-color: #F6F6F6;
}

#main-body-grey h2, .main-body h2, .main-body2 h2{
	font-family: 'Playfair Display', serif;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 30px;
	font-weight: 700;
	color: #323232;
}

#main-body-left-col{
	float: left;
	width: 25%;
}

#main-body-left-col-inner{
	padding: 0px 20px 0px 0px;
}

#main-body-right-col{
	float: left;
	width: 75%;
}

.main-body-left{
	overflow-x: hidden;
	margin: 0px;
	padding: 0px;
}

.main-body-left2{
	overflow-x: hidden;
	margin: 0px;
	padding: 0px;
}

.main-body-left-inner{
	padding: 10px 15px;
}

.main-body-right{
	float: right;
	width: 350px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

.main-body-right2{
	float: right;
	width: 200px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

.main-body-right3{
	float: right;
	width: 350px;
	margin: 0px 0px 0px 40px;
	padding: 0px;
}

.main-body-right-box{
	width: 100%;
	background-color: #f1f1f1;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	border-radius: 0px;
}

.main-body-right-box-header{
	width: 100%; 
	background-color: #666666; 
	text-align: center;
}

.main-body-right-box-header h2{
	padding: 10px 0px!important; 
	margin: 0px!important; 
	color: #fff!important; 
	font-size: 18px!important;
	font-weight: 400!important;
	text-shadow: 0px;
}


.main-body-right-box-inner{
	padding: 10px 15px;
}



/* end main body styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

/* footer styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

#footer-top{
	width: 100%;
	margin: 0px;
	padding: 35px 0px 35px 0px;
	background-color: #2DBBCA;
}

.footer-top-col{
	float: left;
	width: 33.3333%;
}

.footer-top-col a{
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
}

.footer-top-col a:hover{
	color: #0F4B4F;
}

.footer-top-col-padding{
	padding: 0px 10px 0px 10px;
}

#footer-top h2{
	font-family: 'Playfair Display', serif;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

#footer-bottom{
	width: 100%; 
	margin: 0px;
	padding: 15px 0px 15px 0px;
	background-color: #27A4B1;
	text-align: center;
}

#footer-bottom-col-left{
	float: left;
	width: 50%;
	text-align: left;
}

#footer-bottom-col-right{
	float: left;
	width: 50%;
	text-align: right;	
}

#footer-bottom p{
	font-size: 13px;
	color: #fff;
	margin: 0px;
	padding: 12px 0px 12px 0px;
}

.footer-social{
	margin: 0px 0px 0px 0px;
}


/* end footer styles ------------------------------------------------------------------------------------------------------------------------------------------------- */


/* login styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

.login-box{
	width: 100%;
	max-width: 400px;
	margin: 20px auto;
	padding: 0px;
	border: 1px solid #DDDDDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.login-header{
	width: 100%;
	padding: 12px 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}

.login-header h3{
	color: #000000!important;
	font-size: 14px!important;
	font-weight: 600!important;
	padding: 0px!important;
	margin: 0px!important;
	text-align: left!important;
}

.login-body{
	width: 100%;
	padding: 0px 0px;
}

.login-body table p{
	font-size: 14px;
	color: #000;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-weight: 400;
}
.login-body a{
	color: #22A6AC;
	text-decoration: none;
	font-size: 14px;
}

.login-box-inner{
	padding: 15px 15px;
}

/* end login styles ------------------------------------------------------------------------------------------------------------------------------------------------- */


#validation-error-box, #redirect-error-box{
	width: 100%;
	border-radius: 0px;
	border: 1px solid #EA4335;
	margin: 0px 0px 15px 0px;
}

#validation-error-box-header, #redirect-error-box-header{
	width: 100%;
	padding: 8px 15px;
	margin: 0px;
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;		
	background-color: #EA4335;
}

#validation-error-box-body, #redirect-error-box-body{
	width: 100%;
	padding: 8px 15px 10px 15px;
	margin: 0px;
	box-sizing: border-box;		
}

#validation-error-box-body span, #redirect-error-box-body span{
	color: #000;
	font-size: 14px;
	display: block;
	width: 100%;
}

/* input styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

.input-label-sm p, .input-label-lg p{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
}

.input-group-sm{
	display: table;
	width: 100%;
	margin: 0px 0px 10px 0px;
}

.input-label-sm{
	display: table-cell;
	width: 220px;
	vertical-align: middle;
}

.input-field-sm{
	display: table-cell;
	vertical-align: middle;
}

.input-group-lg{
	width: 100%;
	margin: 0px 0px 10px 0px;
}

.input-label-lg{
	width: 100%;
}

.input-field-lg{
	width: 100%;
}

.input-field-max-400{
	max-width: 400px;
}


.input-box{
	width: 100%;
	cursor: default;
	margin: 0;
	padding: 10px 10px;
	border: 1px solid #b7b7b7;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: rgba(100,100,100,1);
	background: rgba(252,252,252,1);
	-webkit-box-shadow: 0px 0px 0px 0 rgba(0,0,0,0.1) inset;
	box-shadow: 0px 0px 0px 0 rgba(0,0,0,0.1) inset;
	/*text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.form-control{
    display: block;
    width: 100%;
    height: 36px;
    padding: 8px 13px;
    font-size: 13px;
    line-height: 1.4285;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
   	font-family: 'Open Sans', sans-serif;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.button-sm{
	background-color: #22A4AA;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none;
	display: inline-block;
	cursor: pointer;
	color: #ffffff!important;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	padding: 6px 15px;
	text-decoration: none;
}

.button-green:before{
	content: '\f07a';
    font-family: 'FontAwesome';
    text-shadow: none;
	text-align: center; 
    background-color: #333333;
    position: absolute;
    vertical-align: middle;
    top: -1px;
    left: -1px;
    width: 40px;
    bottom: -1px;
    padding: 9px 0px;
    border-radius: 8px 0px 0px 8px;
}

.button-green{
	position: relative;
	background-position: 0% 0%;
	color: white;
    border: 1px solid #9cbd2e;
	letter-spacing: -0.4px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	text-shadow: 2px 2px rgba(156,189,46,1);
	padding: 6px 15px 6px 50px;
	background-image: linear-gradient(#b4d34b 0%, #9cbd2e 100%);
	background-color: #9cbd2e;
	background-repeat: repeat;
	background-attachment: scroll;
	display: block;
}

.button-green:hover{
	background-image: linear-gradient(#9cbd2e 0%, #b4d34b 100%);
}

.button-orange:before{
	content: '\f1ec';
    font-family: 'FontAwesome';
    font-size: 18px;
    text-shadow: none;
	text-align: center; 
    background-color: #333333;
    position: absolute;
    vertical-align: middle;
    top: -1px;
    left: -1px;
    width: 40px;
    bottom: -1px;
    padding: 9px 0px;
    border-radius: 8px 0px 0px 8px;
}

.button-orange2:before{
	content: '\f291';
	font-size: 18px;
    font-family: 'FontAwesome';
    text-shadow: none;
	text-align: center; 
    background-color: #333333;
    position: absolute;
    vertical-align: middle;
    top: -1px;
    left: -1px;
    width: 40px;
    bottom: -1px;
    padding: 9px 0px;
    border-radius: 8px 0px 0px 8px;
}

.button-orange, .button-orange2{
	position: relative;
	background-position: 0% 0%;
	color: white;
   	letter-spacing: -0.4px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	text-shadow: 2px 2px rgba(229,128,12,1);
	padding: 6px 15px 6px 50px;
	border: 1px solid #e5800c;
	background-image: linear-gradient(#f49930 0%, #e5800c 100%);
	background-repeat: repeat;
	background-attachment: scroll;
	display: block;
}

.button-orange:hover, .button-orange2:hover{
	background-image: linear-gradient(#e5800c 0%, #f49930 100%);
}


.button-lg{
	position: relative;
	background-color: #22A6AC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none;
	display: block;
	width: 100%;
	cursor: pointer;
	color: #ffffff!important;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	padding: 6px 15px;
	text-decoration: none;
	box-sizing: border-box; 
	text-align: center;
}

.button-sm:hover, .button-lg:hover{
	background-color: #333333;
}






.btn-blue{
    background: #2DBBCA;
    color: #fff;
    border: 1px solid #2DBBCA;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(229,29,137,0.2);
    box-shadow: 0px 0px 20px 0px rgba(229,29,137,0.2);
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}

.btn-disabled{
	cursor: default!important;
}

.btn-white{
    background: #ffffff;
    color: #666;
    border: 1px solid #eee;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(100,100,100,0.2);
    box-shadow: 0px 0px 20px 0px rgba(100,100,100,0.2);
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}


/* end input styles ------------------------------------------------------------------------------------------------------------------------------------------------- */




.category-navigation-box{
	width: 100%;
	margin: 10px 0px 15px 0px;
}

.category-navigation-box-header{
	width: 100%; 
	box-sizing: border-box;
	padding: 12px 15px;
	background-color: #2DBBCA;
	border-radius: 6px 6px;
}

.category-navigation-box-header p{
	padding: 0px 0px!important; 
	margin: 0px!important; 
	color: #fff!important; 
	font-size: 14px!important;
	font-weight: 600!important;
	text-shadow: 0px;
}

.category-navigation-box-body{
	width: 100%;
	padding: 15px 0px;
}

.category-navigation-box-body-inner{
	padding: 10px 0px;
}

.category-navigation-box-body i{
	font-size: 12px;
	color: #ccc;
	padding: 0px 5px 0px 0px;
}

.category-navigation-box-body a{
	display: block;
	padding: 5px 0px 5px 0px; 
	margin: 0px; 
	font-size: 14px;
	text-decoration: none;
	color: #555;
}

.category-navigation-box-body a:hover{
	text-decoration: underline;
}




#product-section{
	width: 100%;
	padding: 50px 0px;
}

#product-section h2{
	font-family: 'Playfair Display', serif;
	text-align: center;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	font-size: 30px;
	font-weight: 700;
	color: #323232;
}

#product-section h3{
	font-family: 'Playfair Display', serif;
	text-align: left;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: 700;
	color: #323232;
}

#product-section p{
	font-size: 16px;
	color: #666666;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-weight: 400;
	line-height: 28px;
}

.product-table{
	width: 100%;
	max-width: 300px;
}


.product-table p{
	font-size: 16px;
	color: #666666;
	padding: 0px 0px 0px 0px!important;
	margin: 0px;
	font-weight: 400;
	line-height: 28px;
}

.product-table h2, #product-price{
	font-family: 'Playfair Display', serif;
	text-align: left;
	padding: 0px 0px 10px 0px!important;
	margin: 0px!important;
	font-size: 20px!important;
	font-weight: 700;
	color: #323232;
}

.product-images{
	width: 100%; 
	/*border: 1px solid #f3f3f3; 
	padding: 40px;*/
	padding: 0px;
	box-sizing: border-box;
}









/*
#page-body-white{
	width: 100%;
	padding: 35px 0px;
}

#page-body-white h2{
	font-family: 'Playfair Display', serif;
	text-align: left;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-size: 30px;
	font-weight: 700;
	color: #323232;
}

#page-body-white p{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #666666;
}
*/

#contact-form-body-white{
	width: 100%;
	padding: 35px 0px;
}

#contact-form-body-white h2{
	font-family: 'Playfair Display', serif;
	text-align: left;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-size: 30px;
	font-weight: 700;
	color: #323232;
}

#contact-form-body-white p{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #666666;
}

#contact-form-body-white a{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #666666;
}

.contact-form-col{
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.contact-form-col-padding-right{
	padding: 0px 10px 0px 0px;
}

.contact-form-col-padding-left{
	padding: 0px 0px 0px 10px;
}


.view-basket-table{
	border-collapse: collapse;	
	border: 1px solid #DDDDDD;
}

.view-basket-table tr{
	border-bottom: 1px solid #DDDDDD;
}

.view-basket-table th{
	padding: 12px 10px;
	font-weight: 600;
	font-size: 14px;
	background-color: #EEEEEE;
}

.view-basket-table td{
	padding: 10px 10px;
	font-size: 14px;
	vertical-align: top;	
	background-color: #fff;
}

.view-basket-table td p{
	margin: 0px;
	padding: 0px;
}


#error-box{
	 width: 100%; 
	 background-color: #EE8C82; 
	 border-radius: 0px; 
	 margin: 0px 0px 10px 0px;
	 font-size: 14px;
}

#error-box-inner{
	padding: 8px 10px;
	color: #fff;
}






.appointments-table{
	border-collapse: collapse;	
	border: 1px solid #DDDDDD;
}

.appointments-table th{
	padding: 8px 10px;
	font-weight: 600;
	font-size: 14px;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	color: #666;
}

.appointments-table td{
	padding: 0px 10px;
	vertical-align: top;	
	background-color: #fff;
	border: 1px solid #DDDDDD;
	vertical-align: middle; 
	text-align: center; 
	position: relative; 
	font-size: 16px;
	color: #333;
	height: 51px;
}

.appointments-table td p{
	margin: 0px;
	padding: 0px;
}

.appointments-table-hover:hover{
	background-color: #f7f7f7;
	cursor: pointer;
}


.appointments-summary-box{
	position: fixed; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%,-50%); 
	width: 90%; 
	max-width: 400px; 
	padding: 20px 20px; 
	box-sizing: border-box; 
	box-shadow: 0px 0px 15px rgba(100,100,100,0.2); 
	background-color: #fff; 
	z-index: 999; 
	display: none; 
}

.appointments-summary-box h3{
	font-family: 'Playfair Display', serif;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 22px;
	font-weight: 700;
	color: #323232;
}

/* media queries styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1000px)
{
	.product-col-50{
		width: 100%;
	}
	.product-col-padding-left{
		padding: 40px 0px 0px 0px;
	}
	
	.owl-carousel-inner{
		max-width: 400px;
	}
	
	.main-body-left2{
		width: 100%;
		float: left;	
	}
	.main-body-right3{
		width: 100%;
		float: left;	
		margin: 0px;
		padding: 0px 0px 20px 0px;
	}

}

@media only screen and (max-width: 820px) 
{
	.align-right{
		text-align: left;
	}
	#main-body-left-col{
		width: 35%;
	}
	#main-body-right-col{
		width: 65%;
	}
	
	.product-col-25{
		width: 50%;
	}
	.product-col-33{
		width: 50%;
	}
	.desktop-header-icons{
		display: none!important;
	}

	.owl-carousel-inner{
		max-width: 300px;
	}
	.owl-carousel-image{
		height: 500px;
	}
	.owl-carousel h2{
		font-size: 52px;
	}
	.owl-carousel p{
		font-size: 14px;
	}

	.contact-form-col{
		width: 100%;
	} 
	.contact-form-col-padding-right{
		padding: 0px 0px 0px 0px;
	}
	.contact-form-col-padding-left{
		padding: 0px 0px 0px 0px;
	}

}

@media only screen and (max-width: 700px) 
{
	
	#footer-top{
		padding-bottom: 0px;
	}
	.footer-top-col{
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.footer-social{
		margin: 0px auto;
	}
	.footer-top-col{
		width: 100%;
		height: auto;
		padding-bottom: 20px;
	}
	#footer-bottom-col-left{
		width: 100%;
		text-align: center;
	}
	#footer-bottom-col-right{
		width: 100%;
	}
	.align-right{
		margin: 0px auto;
	}
	
	
	.main-body-left{
		float: left;
		width: 100%;
	}
	.main-body-left-inner{
		padding: 0px;
	}
	.main-body-right{
		width: 100%;
		margin: 0px;
	}
	.col-70{
		width: 100%;
	}
	.col-30{
		width: 100%;
		float: left;
	}
	.col-30-padding{
		padding: 0px 0px 0px 0px;
	}

}

@media only screen and (max-width: 600px) 
{
	#main-body-left-col{
		display: none;
	}
	#main-body-right-col{
		width: 100%;
	}
	.col-50{
		width: 100%;
	}
	.col-50-padding{
		padding: 0px 0px 10px 0px;
	}
	.col-50-inner{
		padding: 0px;
	}
	.col-50-inner-right{
		padding: 0px;
	}
	.col-50-inner-left{
		padding: 0px;
	}
	.col-50-margin-top{
		margin: 15px 0px 0px 0px;
	}
	.login-box{
		margin: 20px auto 0px auto;
	}
	
	.owl-carousel h2{
		font-size: 42px;
	}
	.owl-carousel-inner{
		max-width: 260px;
	}
	.owl-carousel-image{
		height: 440px;
	}
	

}

@media only screen and (max-width: 460px) 
{
	.product-col-33{
		width: 100%;
	}
	.product-col-25{
		width: 100%;
	}
	.product-col-inner-image{
	}
	
}

/* end media queries styles --------------------------------------------------------------------------------------------------------------------------------------------- */