/* @override 
	https://www.cottageindustries.co.in/styles/global.css */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #49B0B5;
	font-family: Trebuchet, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}

a {
	-webkit-tap-highlight-color: transparent;
}

#container {
	position: relative;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	overflow: hidden;
}

#breadcrumbs-div {
	padding: 20px 10px 0;
	height: 20px;
	font-size: 13px;
	color: #fff;
	text-transform: lowercase;
	letter-spacing: 0.5px;
	background: url(/images/bkg_breadcrumbs.png) no-repeat;
	background-size: cover;
}

#breadcrumbs-div a {
	color: #fff;
	text-decoration: none;
}

#breadcrumbs-div a:hover {
	text-decoration: underline;
}

#ribbon {
	position: absolute;
	box-sizing: border-box;
	margin-top: 66px;
	padding: 40px;
	width: 100%;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5)
}

#ribbon, #ribbon p {
	text-align: center;
}

#ribbon p {
	font-size: 16px;
	line-height: 20px;
}

#view-cart {
	float: right;
}

#user-greeting {
	position: absolute;
	top: -21px;
	right: 0;
	padding-right: 10px;
	color: #fff;
	font-size: 14px;
	text-align: right;
}

#user-greeting a {
	color: #fff;
	text-decoration: none;
}

#user-greeting a:hover {
	text-decoration: underline;
}

#masthead {
	position: relative;
	height: 66px;
	background: url(/images/bkg_masthead.png) no-repeat;
	background-size: cover;
	background-origin: 0 0;
}

#masthead.opaque {
	background: url(/images/masthead.png) no-repeat;
	background-size: auto 66px;
}

#logo {
	display: block;
	width: 210px;
	height: 66px;
	background: url(/images/logo.png) no-repeat;
	background-size: 210px;
}

ul#navbar {
	position: absolute;
	top: 0;
	right: 10px;
	height: 66px;
	line-height: 70px;
	text-align: right;
	list-style-type: none;
	font-family: Geneva, Trebuchet, "Trebuchet MS";
	letter-spacing: 1px;
	font-size: 18px;
}

#navbar li {
	display: block;
	float: left;
	margin-right: 35px;
}

#navbar li:last-child {
	margin-right: 10px;
}

#navbar li a {
	position: relative;
	display: block;
	padding-top: 6px;
	color: #fff;
	text-decoration: none;
	opacity: 0.75;
}

#navbar li a.active {
	opacity: 1;
}

#navbar li a:hover {
	opacity: 1;
}

#cart-count {
	position: absolute;
	top: 22px;
	width: 10px;
	height: 10px;
	color: #333;
	font-size: 9px;
	background: #fff;
	border-radius: 10px;
}

.hide {
	display: none;
}

.small {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 8pt;
}

#main-content {
	box-sizing: border-box;
	position: relative;
	color: 000;
	font-size: 14px;
	line-height: 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	overflow: hidden;
}

#main-content.has-overlay {
	background: url(/images/bkg_content_gradient.png);
	background-size: 100%;
}

#main-content.full-width {
	
}

.has-padding {
	padding: 40px 80px;
}

#main-content h1 {
	color: #000;
	font-size: 18px;
	line-height: 22px;
}

#main-content p {
	margin-bottom: 22px;
}

#main-content p:last-child {
	margin-bottom: 0;
}

#main-content a {
	color: inherit;
	text-decoration: underline;
	text-underline-position: under;
}

#main-content a:hover {
	text-decoration: underline;
}

#quote {
	position: absolute;
	box-sizing: border-box;
	right: 0;
	bottom: 0px;
	width: 60%;
	padding: 0 70px 40px 0;
}

#quote h1 {
	font-family: Georgia;
	font-style: italic;
	font-size: 28px;
	font-weight: normal;
	line-height: 40px;
	color: #fff;
	text-align: right;
	text-shadow: 0 1px 4px #333;
}

#quote-author {
	margin-right: 20px;
	text-align: right;
	font-family: Georgia;
	font-style: italic;
	font-size: 20px;
	line-height: 36px;
	color: #fff;
	text-shadow: 0 1px 4px #333;
}

.product-group {
	position: relative;
	background-color: #077d80;
	border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
	background: #222;
	overflow: hidden;
}

#group1 {
/* 	height: 145px !important; */
}

#group2 {
	height: 30px !important;
}

#group3 {
	height: 30px !important;
}

.products-wrapper {
	position: relative;
}

.product {
	position: relative;
	float: left;
	cursor: pointer;
	border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}

.active h2, .active h3, .active h4 {
	color: #fff !important;
}

.product:hover h2, .product:hover h3, .product:hover h4 {
	color: #fff !important;
}

.product-header {
	position: absolute;
	display: block;
	top: 0;
	width: 205px;
	height: 20px;
	padding: 5px 30px 5px 10px;
	background-color: #000b;
	background-repeat: no-repeat;
	background-position: 222px 7px;
	background-size: 20px;
}

.product-header h2, .product-header h3, .product-header h4 {
	font-family: Geneva, Trebuchet, "Trebuchet MS", sans-serif;
	text-align: right;
	letter-spacing: 0.5px;
	font-size: 15px;
	color: #aaa;
	text-transform: lowercase;
}

.l1 .product-header {
	background-image: url(/images/bkg_product_group_header_l1_off.png);
}

.l2 .product-header {
	background-image: url(/images/bkg_product_group_header_l2_off.png);
}

.l3 .product-header {
	background-image: url(/images/bkg_product_group_header_l3_off.png);
}

.l1:hover .product-header, .l1.active .product-header {
	background-image: url(/images/bkg_product_group_header_l1.png);
}

.l2:hover .product-header, .l2.active .product-header {
	background-image: url(/images/bkg_product_group_header_l2.png);
}

.l3:hover .product-header, .l3.active .product-header {
	background-image: url(/images/bkg_product_group_header_l3.png);
}

#group-info, .section-info {
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	background-color: #0009;	
}

.visible #group-info, .visible .section-info {
	opacity: 1;
	transition: 300ms linear; 
}

.hidden #group-info, .hidden .section-info {
	opacity: 0;
	transition: 300ms linear;
}

#group-info h1, .sesction-info h1 {
	margin-bottom: 20px;
	color: #fff;
}

#inner-nav {
	position: absolute;
	top: 10px;
	right: 10px;
	width: px;
	height: 44px;
}

#prev-button, #next-button {
	display: inline-block;
	width: 44px;
	height: 44px;
	background-size: 48px 28px;
	background-repeat: no-repeat;
	text-decoration: none !important;
}

#prev-button {
	background-image: url(/images/btn_prev.png);
	background-position: 15px;
}

#next-button {
	background-image: url(/images/btn_next.png);
	background-position: -15px;
}

#prev-button.disabled, #next-button.disabled  {
	opacity: 0.5;
}

#rollover-indicator {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: url(/images/icn_chevron_up.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px;
	opacity: 0;
}

.visible #rollover-indicator {
	opacity: 0;
	transition: 300ms linear;
}

.hidden #rollover-indicator {
	opacity: 1;
	transition: 300ms linear;
}

#main-content:hover #group-info, section:hover .section-info {
	opacity: 1;
	transition: 300ms linear;
}

#main-content:hover #rollover-indicator {
	opacity: 0;
	transition: 300ms linear;
}

.clearer {
	clear: both;
}

#indicator {
	position: absolute;
	top: 22px;
	right: 20px;
}

#buy-now, #checkout-done {
	display: block;
	margin: 60px auto 20px;
	width: 85px;
	padding: 5px 10px;
	text-align: center;
	color: #fff !important;
	background-color: #0bb4b7;
	border-radius: 5px;
	text-transform: lowercase;
	font-weight: bold;
	text-decoration: none !important;
}

#buy-now {
	/*width: 85px;
	text-align: left;
	background: #0f7677 url(/images/bkg_product_group_header_l3.png) no-repeat 75px 7px;
	background-size: 20px;*/
}

#buy-now:hover, #checkout-done:hover {
	background-color: #088b8e;
	text-decoration: none !important;
}

#checkout-done {
	border: 2px #fff solid;
}

#contact-form {
	margin-left: 275px;
	width: 500px;
}

#mail-box h1 {
	margin-left: 80px;
	margin-bottom: 10px;
	font-size: 16px;
}

#right-sidebar {
	float: right;
	margin-top: 37px;
	margin-right: 50px;
	width: 240px;
	font-size: 14px;
	line-height: 24px;
}

#confirmation {
	float: left;
	margin-top: 35px;
	width: 250px;
	color: #990000;
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
	border-right: 1px #990000 solid;
}

/*
.label {
	display: inline-block;
	margin-top: 3px;
	width: 70px;
	padding-right: 10px;
	text-align: right;
	font-size: 13px;
	line-height: 30px;
	vertical-align: top;
}
*/

#contact-form #subject {
	margin-bottom: 5px;
}

#contact-form #message {
	width: 400px;
	height: 200px;
	padding: 5px;
	font-size: 14px;
	resize: none;
}

#send-button {
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	width: 70px;
	padding: 5px 10px;
	text-align: center;
	color: #fff !important;
	background-color: #3EA2A5; /* #B5DCDD; */
/* 	border: 2px #fff solid; */
	border-radius: 5px;
	font-weight: bold;
	text-decoration: none !important;
}

#send-button:hover {
	text-decoration: none !important;
	color: #3EA2A5 !important;
	background-color: #fff;
}

#footer {
	height: 15px;
	padding: 10px 0;
	color: #7fffff;
	font-size: 12px;
	background-color: #49B0B5;
}

#footer-links {
	float: right;
}

#footer-links a {
	color: #fff;
	text-decoration: none;
}

#footer-links a:hover {
	text-decoration: underline;
}

#pagination {
	text-align: center;
	position: absolute;
	top: 45%;
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
	left: 15px;
	width: 12px;
	padding: 15px 5px 5px 6px;
	z-index: 199;
	background-color: #fff3;
	border-radius: 12px;
}

#pagination a {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	overflow: hidden;
	margin-bottom: 10px;
	text-indent: -9999px; /* hide the link text from the user */
	background: url('/images/bkg_pagination_light.png') no-repeat 0 1px;
}

#pagination.light-content {
	background-color: #0003;
}

#pagination.light-content a {
	background: url('/images/bkg_pagination_dark.png') no-repeat 0 1px;
}

#pagination a.active {
	background-position: 0 -15px;
}

#pagination a:hover {
	background-position: 0 -15px;
}

#variant-form {
	font-size: 13px;
	line-height: 15px;
}

.variant-link {
	display: inline-block;
	box-sizing: border-box;
	margin: 4px;
	padding: 10px;
	width: 23.6%;
	text-align: center;
	color: #fff !important;
	font-weight: normal;
	letter-spacing: 0.5px;
	background-color: #0bb4b7;
	border-radius: 5px;
	vertical-align: middle;
	text-decoration: none !important;
}

.variant-link:hover {
	background-color: #088b8e;
	text-decoration: none !important;
}

.btn-prev-product {
	position: absolute;
	display: none;
	top: 42px;
	left: 20px;
	width: 60px;
	height: 60px;
	background: url(/images/btn_prev_large.png) no-repeat;
	text-decoration: none;
}

.btn-next-product {
	position: absolute;
	display: none;
	top: 42px;
	right: 20px;
	width: 60px;
	height: 60px;
	background: url(/images/btn_next_large.png) no-repeat;
	text-decoration: none;
}

.product-group:hover .btn-prev-product,
.product-group:hover .btn-next-product {
	display: block;
}

#continue-checkout-button {
	display: inline-block;
	width: 151px;
	height: 19px;
}

@media screen and (max-width: 10000px) {
	#container {
		width: 1225px;
		background-position: center top;
	}
	
	#main-content {
		min-height: 574px;
	}
	
	.product-group {
		height: 145px;
	}
	
	.products-wrapper {
		height: 145px;
	}
	
	.product {
		width: 245px;
		height: 145px;
	}
	
	#group-info, .section-info {
		margin: 60px auto 0;
		width: 610px;
		min-height: 350px;
		padding: 40px;
	}
}