html,  body {
	margin: 0 !important;
	padding: 0 !important;
	height: 100% !important;
	width: 100% !important;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.body_table {
	border-collapse: collapse;
	height:100%;
	font-family: 'Lato', sans-serif;
	background-color:#DFDFDF;
	width:100%;
	color:#FFF;
}

.menu_container {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	font-weight: 600;
	color:#63C29D;
	padding-left:1%;
	padding-right:1%;
	padding-top:1%;
	padding-bottom:1%;
	text-transform: uppercase;
    background-color: rgba(253,253,253,0.95);
    z-index: +1000;
	border-bottom: 1px solid #717171;
}

.menu {
	list-style: none;
}

.menu li {
	float: left;
	padding-bottom: 15px;
	margin-right: 25px;
	letter-spacing: 1px;
	transition: all 0.3s linear;
}

.menu li a {
	color: #63C29D;
	text-decoration: none;
}

.menu li:hover a {
	color: #215A47;
	cursor: pointer;
}

.menu_container_table {
	padding: 3px;
}

.menu_container_table .call_us {
    text-align:right;
	color:#63C29D;
	font-weight: 300;
}

.menu_container_table .call_us img {
	width: 20px;
    vertical-align: middle;
}

.submenu_container {
	background-color:#63C29D;
	padding-left:0.5%;
	padding-right:0.5%;
    padding-top: 2px;
    padding-bottom: 2px;
	text-align: center;
}

.submenu table {
	width: 50%;
}

.submenu {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 600; 
	font-size: 9px;
	letter-spacing: 1px;
	color:#000;
    padding: 5px;
	border-bottom: 1px solid #DFDFDF;
}

.submenu .item {
	width: 25%;
    text-align: center;
	color:#FFF;
	font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}

.submenu .item:hover {
	color:#215A47;
	cursor: pointer;
}
.submenu .item.borders {
	border-left: 1px solid #FFF;
}

.menu_container_table_2 {
    display: none;
}

.lightbox {
	font-family: 'Fire+Sans', sans-serif;
    display: none;
    position: fixed;
    z-index: +10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    background: rgba(0, 0, 0, 0.8);
}

.lightbox:target {
    display: block;
}

.lightbox .logo {
    padding: 10px;
    float: left;
    cursor: pointer;
}

.lightbox .close {
    padding: 10px;
    float: right;
    cursor: pointer;
}

.lightbox .menu_box {
    display: block;
    position: fixed;
    top:0px;
    right:0px;
    background-color: #FFF;
    width: 395px;
    height: 100%;
    padding: 0px;
}

.lightbox hr {
    border: 0.2px solid #215A47;
	border-radius: 50%;
}

.lightbox .menu_box .call_us {
    text-align:center;
	color:#63C29D;
	font-size: 12px;
	font-weight: 300;
}

.lightbox .menu_box .call_us img {
	width: 15px;
    vertical-align: middle;
}

.general_menu_content_header {
    text-align: left;
	font-weight: 600;
    font-size: 12px;
	text-transform: uppercase;
}

.general_menu_content_title {
    text-align: left;
	font-weight: 600;
    font-size: 14px;
}

.general_menu_content_title span {
    font-size: 12px;
	font-weight: 300;
	text-transform: none;
}

.general_menu_content_subtitle {
    font-size: 10px;
    font-weight: 300;
}

.general_menu_content_header td:hover {
	color: #62C19B;
    cursor: pointer;
}

.general_menu_content_title td:hover {
	font-weight: 300;
    cursor: pointer;
}

.general_menu_content_subtitle td:hover {
    color: #7F7F7F;
    cursor: pointer;
}

.general_menu_content_subtitle .menu_footer {
    padding-left: 5px;
    text-align: center;
}

.general_menu_content_subtitle .social img {
    width: 30px;
    cursor: pointer;
    filter: none;
}

.general_menu_content_subtitle .social img {
    width: 30px;
    cursor: pointer;
    filter: none;
}

.banner {
	background-image:url(../images/banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height:300px;
	width: 100%;
}

.banner_special {
	background-image:url(../images/banner_special.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height:200px;
	width: 100%;
}

.next {
	font-size:40px;
	font-family: 'Open+Sans', sans-serif;
	font-weight: 600;
	width:100%;
    padding-top: 20px;
}

.next_2 {
	font-size:20px;
	font-family: 'Open+Sans', sans-serif;
	font-weight: 600;
	width:100%;
}

.container {
	background-color:#FFF;
	font-size:12px;
	font-weight: 300;
	color:#000;
	text-align: center;
    width: 100%;
}

.mainContent .productRow {
	color:#000;
	background-color: #FFF;
	padding-left: 10px;
    padding-right: 10px;
	margin: 50px 0px 50px 0px;
}

.mainContent .productRow.sub_banner {
	width: 100%;
	color:#000;
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
}

.mainContent .productRow .design {
	font-size: 14px;
	font-family: 'Open+Sans', sans-serif;
	background-color:rgba(255,255,255,0.90);
	color:#000;
	text-align: center;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.mainContent .productRow .sub_banner {
    display: inline-block;
    margin: 0 auto;
	padding-left: 1.5%;
	padding-right: 1.5%;
	width: 15%;
    margin: 10px;
    background-color: #FFF;
}
	
.productRow .sub_banner .productImg {
	width: 60px;
    padding-top: 10px;
    display: inline-block;
    margin: 0 auto;
}
	
.productRow .sub_banner .productImg img {
	width: 60px;
    display: inline-block;
    margin: 0 auto;
    touch-action: manipulation;
}

.productRow .sub_banner .title {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 600;
	color:#000;
	font-size:12px;
	display: flex;
	text-align: center;
	align-items: center;
    justify-content: center;
}

/* Each product Information in the catalog */
.mainContent .productRow .productInfo {
    display: inline-block;
    margin: 0 auto;
    padding: 0px;
	width: 20%;
    margin: 20px;
    margin-bottom: 15px;
    border-radius: 4px 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #FDFDFD;
}

.mainContent .productRow .productInfo.no {
    display: none;
}
	
.productRow .productInfo .productImg {
	width:100%;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
	position: relative;
	border-radius: 4px;
}
	
.productRow .productInfo .productImg img {
	width:100%;
    display: inline-block;
    margin: 0 auto;
    touch-action: manipulation;
	border-radius: 4px;
}

.productRow .productInfo .productImg .title {
	position: absolute;
  	top: 25px;
  	right: 0px;
	font-family: "Open+Sans", sans-serif;
	font-size:22px;
	font-weight: 600;
	color:#FFF;
    text-align: right;
	display: inline-block;
    padding: 2px 10px 2px 5px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);	
}

.productRow .productInfo .productImg .title:hover {
	text-decoration: underline;
}

.productRow .productInfo .productImg .title a:link {
	color:#FFF;
    text-decoration: none;
}

.productRow .productInfo .productImg .title a:visited {
	color:#FFF;
    text-decoration: none;
}

.productRow .productInfo .productImg .subtitle {
	font-size:14px;
	font-weight: 600;
	cursor: pointer;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);	
}

.productRow .productInfo .productImg .type_label {
	position: absolute;
  	top: 10px;
  	right: 10px;
	font-family: "Open+Sans", sans-serif;
	font-size:12px;
	font-weight: 600;
	color:#000;
    height: 25px;
	line-height: 25px;
    vertical-align: middle;
    text-align: center;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: rgba(255,255,255,0.80);
	display: inline-block;
    padding: 2px 10px 2px 10px;
}

.productRow .productInfo .productImg .trust_signal:hover, .productRow .productInfo .productImg .type_label:hover {
	transform: scale(1.05)
}

.productRow .productInfo .availability {
    font-family: 'Open+Sans', sans-serif;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #FFF;
    font-size: 9px;
    font-weight: 600;
    width: 92%;
    background: rgba(0, 0, 0, 0.7);
    padding: 4px 7px 4px 7px;
    border-radius: 5px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

.productRow .productInfo .availability span {
    font-family: 'Open+Sans', sans-serif;
    font-size: 10px;
    font-weight: 300;
	color: #FFF;
}

.productRow .productInfo .availability img {
	width: 22px;
    filter: invert(28%) sepia(100%) hue-rotate(1deg) saturate(3) brightness(1000%);
	position: relative;
	top: -1px;
}

.productRow .productInfo .content {
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-bottom: 25px;
	width: 95%;
	margin: 0 auto;
}

.productRow .productInfo .price_note {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 300;
	color:#000;
	font-size: 8px;
	text-align: center;
	position: relative;
	top: 12px;
}

.productRow .productInfo .price_symbol {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 300;
	color:#000;
	font-size:15px;
	position: relative;
    left:-2px;
}

.productRow .productInfo .price {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 800;
	margin: 0 auto;
	text-align: center;
	color: #000;
	font-size: 22px;
}

.productRow .productInfo .unit {
	font-family: 'Work+Sans', sans-serif;
	font-weight: 300;
	color:#000;
	text-align: center;
	font-size: 11px;
	position: relative;
	top: -12px;
}

.productRow .productInfo .inclusions {
	font-family: 'Work+Sans', sans-serif;
	font-weight: 300;
	color:#757575;
	font-size:9px;
    text-align: center;
	padding: 0px 10px 0px 10px;
}

.productRow .productInfo .inclusions label {
	margin: 8px;
}

.productRow .productInfo .inclusions img {
	width: 20px;
	position: relative;
	top: -1px;
}

.productRow .productInfo .book_button {
	font-family: 'Open+Sans', sans-serif;
	text-transform: uppercase;
	margin: 0 auto;
	margin-top: 10px;
	display: table;
	width:auto;
	height: 15px;
	line-height: 15px;
	vertical-align: middle;
	padding: 10px 20px 10px 20px;
	text-align: center;
	letter-spacing: 2px;
	transition: all 0.2s linear;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 600;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.productRow .productInfo .book_button.Available {
	background-color: #FDC735;
	color:#262626;
}

.productRow .productInfo .book_button.Available::after {
    content: 'Book Your Bundle';
}

.productRow .productInfo .book_button.Available:hover {
	background-color:#FCD575;
	color: #3A3A3A;
	cursor: pointer;
}

.productRow .productInfo .book_button.Not_Available {
	background-color: #C74141;
	color:#FFF;
}

.productRow .productInfo .book_button.Not_Available::after {
    content: 'Not Available';
}

.productRow .productInfo .book_button.Not_Available:hover {
	background-color:#000;
	color: #8E8E8E;
    cursor: not-allowed;
}

.productRow .productInfo .book_button.Not_Available:active {
    pointer-events: none;
}

.productRow .productInfo .details_button {
	display: inline-block;
	width: auto;
	font-family: 'Open+Sans', sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
	height: 10px;
	line-height: 13px;
	vertical-align: middle;
	padding: 8px;
	text-align: center;
	letter-spacing: 2px;
	transition: all 0.2s linear;
	border-radius: 2px;
	font-size: 10px;
	font-weight: 600;
	box-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.5);
	background-color: #FDC735;
	color:#262626;
}

.productRow .productInfo .details_button:after {
    content: 'See Details';
}

.productRow .productInfo .details_button:hover {
	background-color:#FCD575;
	color: #3A3A3A;
	cursor: pointer;
}

.productRow .productInfo .features {
    font-family: 'Open+Sans', sans-serif;
    font-size:8px;
	font-weight: 300;
    width: 100%;
	margin: 25px 0px 5px 0px;
}

.productRow .productInfo .features img {
	width: 18px;
}

.productRow .productInfo .description_footer {
    background-color: #F4F4F4;
    width: 100%;
    padding: 5px 0px;
    border-radius: 0px 0px 5px 5px;
    font-weight: 600;
    color: #000;
    font-size: 9px;
}

.productRow .productInfo .description_footer img {
    width: 20px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.footer {
	background-color:#215A47;
	font-weight: 300;
	color:#FFF;
	padding:1%;
	width: 100%;
    height: 150px;
	font-size: 12px; 
	font-family: sans-serif; 
    text-align: center;
}

.social img {
	cursor: pointer;
	width: 30px;
    filter: invert(28%) sepia(100%) hue-rotate(1deg) saturate(3) brightness(1000%);
}

.footer_menu td {
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
}

.footer_menu td:hover {
    text-decoration: underline;
    cursor: pointer;
}

.footer_menu_border {
    border-right: 1px solid #FFF;
}

/* Media query for tablets */
@media screen and (max-device-width : 1024px) { 
.menu_container {
    padding: 10px;
}
    
.menu_container_table, .submenu_container {
    display: none;
}

.menu_container_table_2 {
	font-size: 16px;
	padding: 10px;
    display: inline-table;
}
    
.submenu_container {
	padding-left:0.3%;
	padding-right:0.3%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.banner {
    height: 250px;
    width: 100%;
    object-fit: cover;
    align-content: center;
}

.mainContent .productRow {
    background-color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
	margin: 20px 0px 20px 0px;
    width: 97%;
}

.productRow .sub_banner .productImg {
	width: 45px;
}
	
.productRow .sub_banner .productImg img {
	width: 45px;
}

.productRow .sub_banner .title {
	font-size:10px;
}
    
.mainContent .productRow .productInfo {
	width: 45%;
    margin: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}
}

/*media query for small screen devices */
@media screen and (max-width:480px) {
.menu_container {
    padding: 10px;
}
    
.menu_container_table, .submenu_container {
    display: none;
}

.menu_container_table_2 {
	font-size: 16px;
	padding: 10px;
    display: inline-table;
}
    
.submenu_container {
	padding-left:0.3%;
	padding-right:0.3%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 8px;
}
    
.next {
	font-size:25px;
}

.next_2 {
	font-size:12px;
}

.banner {
    height: 150px;
    width: 100%;
    object-fit: cover;
    align-content: center;
}
    
.mainContent .productRow {
    background-color: #FFF;
    padding: 0;
    width: 100%;
}

.mainContent .productRow .sub_banner {
	padding-left: 0.5%;
	padding-right: 0.5%;
	width: 18%;
    margin: 3px;
}

.productRow .sub_banner .productImg {
	width: 25px;
}
	
.productRow .sub_banner .productImg img {
	width: 25px;
}

.productRow .sub_banner .title {
	font-size:8.5px;
}
	
.mainContent .productRow .productInfo {
	width: 90%;
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.productRow .productInfo .description {
    padding: 10px;
    height: 100px;
}
	
.footer {
    font-size: 10px;
    padding-top: 30px;
    padding-bottom: 70px;
}
}