/* Colours */
body {
	font-family: 'Cabin', sans-serif;
	overflow-x: hidden;
}

a {
	color: #26a69a;
}

a:hover {
	color: #26a69a;
	text-decoration: underline;
}

.text-waterfall {
	font-size: 1.1rem;
	color: #9aa06c;
}

h1.text-waterfall {
	font-size: 1.7em;
}

#waterfall_logo_brand {
	width: 240px !important;
	height: 30px !important;
}

.waterfall_blog_description h3, h2 {
	/* color: #26a69a; */
	color: #9aa06c;
	font-size: 1.4rem;
}

#privacy_policy h5 {
	font-size: 1.1rem;
}

.badge-success {
	background-color: #cddc39;
	color: #333;
}

.btn-outline-success {
	color: #cddc39;
	border-color: #cddc39;
}

#search_btn {
	background-color: #cddc39;
	color: #333;
	height: 100%;
}

button.search_btn {
	background-color: transparent;
	border: 0px;
}

#search_btn a {
	color: #333;
}

#search_btn a:hover {
	color: #fff;
}

.text-waterfall-green {
	color: #26a69a;
}

.text-waterfall-brown {
	color: #4b2d10;
}

.card-title {
	color: #26a69a;
}

/* Navbar */
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
	color: #cddc39;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}

#search_nav {
	border-top: 1px solid silver;
	background-color: #333 !important;
	top: 59px;
	border-bottom: 1px solid silver;
}

/* Carousel */
.carousel {
	/* height: 450px; */
}

.carousel img {
	position: relative;
	max-height: 450px;
	width: auto;
	object-fit: cover;
}

#overview_section {
	background-color: #fff;
	text-align: center;
}

#latest_news_section {
	background-color: #eceff1;
	padding-bottom: 40px;
}

#footer_main, #mobile_footer_main {
	padding: 10px 20px;
	background-color: #455a64;
	color: #fff;
	font-size: 0.8em;
}

#footer_main {
	padding-top: 40px;
	padding-bottom: 40px;
}

#footer_main ul {
	list-style: none;
}

#footer_main ul li a {
	color: #fff;
}

#footer_bottom {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	font-size: 0.8em;
	background-color: #37474f;
}

#footer_bottom p {
	color: #ddd;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* Helpers */
.sub_caption {
	font-size: 1.2em;
	font-weight: bold;
}

.card-block {
	font-size: 1em;
	position: relative;
	margin: 0;
	padding: 1em;
	border: none;
	border-top: 1px solid rgba(34, 36, 38, 0.1);
	box-shadow: none;
}

/* .card {
    font-size: 1em;
    overflow: hidden;
    padding: 5;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top:20px;
} */
.card-horizontal {
	display: flex;
	flex: 1 1 auto;
	font-size: 0.8em;
}

.img-square-wrapper img {
	position: relative;
	object-fit: cover;
	width: auto;
	height: 100%;
}

.img-square-wrapper {
	position: relative;
	width: 40%;
	min-width: 40%;
	max-width: 40%;
}

.card-horizontal h5 {
	font-size: 1em;
}

.waterfall_list_img {
	max-height: 300px;
	object-fit: cover;
}

.waterfall-list-card h6 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.waterfall-list-card p {
	font-size: 0.8em;
}

.pagination {
	align-items: center;
	justify-content: center;
}

ul.pagination li {
	display: inline-block;
	border-radius: 2px;
	text-align: center;
	vertical-align: top;
	height: 30px;
}

ul.pagination li a, ul.pagination li.disabled span {
	color: #444;
	display: inline-block;
	font-size: 1.2rem;
	padding: 0 10px;
	line-height: 30px;
}

ul.pagination li.active span {
	display: inline-block;
	font-size: 1.2rem;
	padding: 0 10px;
	line-height: 30px;
	background-color: #cddc39;
	color: #333;
}

.waterfall_blog_description img {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.waterfall_blog_description img.card-img-top {
	margin-top: 0;
	margin-bottom: 0;
}

.waterfall_card, .product_card {
	margin-bottom: 20px;
}

.fa-stack[data-count]:after {
	position: absolute;
	right: 0%;
	top: 1%;
	content: attr(data-count);
	font-size: 50%;
	padding: .6em;
	border-radius: 999px;
	line-height: .75em;
	color: #333;
	background: #ebb930;
	text-align: center;
	min-width: 2em;
	font-weight: bold;
}

.ekko-lightbox {
	z-index: 200000 !important;
}

.product_description_div img {
	width: 100% !important;
	height: auto;
}

.waterfall_in_book {
	display: inline-block;
	margin-right: 8px;
	padding: 2px 5px;
	background-color: #9aa06c;
	margin-bottom: 10px;
}

.waterfall_in_book a {
	text-decoration: none;
	color: #fff;
}

.waterfall_in_book a:hover {
	color: #333;
	text-decoration: none;
}

._cart_info {
	margin-top: -18px !important;
}

#page-container {
	position: relative;
	min-height: 100vh;
}

#content-wrap {
	/* padding-bottom: 357px; */
}

#footer-container {
	background-color: #eceff1;
	position: relative;
	bottom: 0;
	width: 100%;

  /* Footer height */;
}

.mall-product__description-short {
	font-size: 1.1em;
}

.mall-product__name {
	color: #9aa06c;
	font-size: 1.5em;
	padding-bottom: 15px;
}

.additional_descriptions {
	padding-bottom: 0px;
	padding-top: 15px;
	color: #9aa06c;
	font-size: 1.3em;
}

.search_form_div {
	/* display:inline-block;
	overflow:auto;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
	break-inside: avoid;
	white-space:nowrap; */
}

.page-item.active .page-link {
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.demo-gallery-poster {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: background-color 0.15s ease 0s;
}

.demo-gallery-poster img {
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	opacity: 0.8;
	width: 48px;
	left: 50%;
	top: 50%;
	position: absolute;
	transition: opacity 0.3s ease 0s;
}

#lightgallery a {
	display: block;
	float: left;
	position: relative;
}

.cart_product_image_td img {
	max-height: 80px;
	height: 80px;
	width: auto;
}

.cart_qty_btn {
	width: 30px;
	border: 1px solid #999;
	cursor: pointer;
	display: inline-block;
	background: #fff;
	float: left;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.cart_qty_btn_down {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	border-right: 0;
}

.cart_qty_btn_up {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	border-left: 0;
}

.cart_item_qty {
	font-size: 0.8em;
	display: inline-block;
	border: none;
	background: #fff;
	float: left;
	height: 35px;
	line-height: 35px;
	border-radius: 0px !important;
	
	width: 40px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin: 0;
	text-align: center;
}

.basket-item__image img {
	max-height: 120px;
	max-width: 120px;
}

.basket-summary {
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
}

.basket-summary__line {
	margin: 0 0 10px;
	color: #666;
	font-size: 0.9rem
}

.basket-summary__value {
	float: right;
}

.basket-summary__total {
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: 600;
	font-size: 1.2rem;
}

.cart-item {
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
	position: relative;
}

.cart-item h4 {
	font-size: 1.2rem;
}

.basket-item__remove {
	cursor: pointer;
	display: inline-block;
}

.promo-code {
	margin-bottom: 20px;
	background: #f9f9f9;
	padding: 15px 20px 10px;
}

.promo-code__title {
	font-size: 1.3rem;
	margin-bottom: 5px;
}

.title--small {
	
	font-weight: 500;
}

.promo-code__intro {
	margin: 0 0 10px;
	font-size: 0.8rem;
}

.promo-code__input {
	display: inline-block;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	line-height: 1.6;
	min-height: 40px;
	border: 1px solid #e5e5e5;
	padding: 10px;
	background: #fff;
	-webkit-appearance: none;
	width: 100%;
	outline: 0;
	font-size: 0.9rem;
	-webkit-transition: border .25s ease;
	transition: border .25s ease;
	margin-bottom: 10px;
	max-height: 50px;
	height: 50px;
}

.promo-code__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 9px 5px;
	min-height: 40px;
	/*background-color: #455a64;*/
	width: 100%;
	font-size: 0.9rem;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	line-height: 1.6;
	max-height: 50px;
	height: 50px;
	/*border-color: #37474f;*/
}

.i-checkout-button {
	/*background-color: #455a64;*/
	text-transform: uppercase;
	width: 100%;
	display:block;
	padding: 15px;
	border-radius: 2px;
	/*border-color: #37474f;*/
	margin-bottom: 20px;
}

.cc_cards {
	height: 40px;
	width: auto;
}

#login_form .modal-content{
	background-color: #eeeeee;
}

#login_form .modal-footer {
	justify-content: left;
}

/* #jb_session_nav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index:1041;
} */

#waterfall_description {
	padding: 15px;
	border: 1px solid #ccc;
}

#waterfall_description pre {
	padding: 10px;
	max-height: 400px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */

	/* background: #333; */
	/* color: #fff; */
	overflow-x: auto;
	overflow: visible;
	overflow-y: auto;
   }

pre code, samp, kbd {
	line-height: 1.6em;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace, sans-serif;
	text-align: left;
	/* color: #fff; */
	padding-bottom: 400px;
}

span.close {
    float: none;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1;
    opacity: 1;
    text-shadow: none;
}

#waterfall_description_toolbar {
	background-color: #fafafa;
	color: #333;
	border: 1px solid #000;
}

.container-fluid {
	padding-top: 59px;
}

.card-text-blog {
	font-size: 0.8rem;
	line-height: 1.0rem;
}

.card-body h5 {
	font-size: 1.0rem;
}

.reqd:before {
    color: #e32;
    content: ' *';
	display:inline;
	margin-right: 5px;
	font-size: 0.7rem;
}

.not_reqd:before {
    color: transparent;
    content: ' *';
	display:inline;
	margin-right: 5px;
	font-size: 0.7rem;
}

@media (min-width: 768px) {
	.basket-item__remove {
		float: right;
	}
	.cart-item .price {
		text-align: right;
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.basket-item__remove {
		margin-top: 10px;
	}
	.promo-code__input {
		width: calc(100% - 70px);
	}

	.promo-code__btn {
		padding: 13px;
		float: right;
		line-height: 1.6;
		width: 70px;
	}

	.hidden-lg-up {
		display: none !important;
	}
}

@media (max-width: 640px) {
	.navbar-brand {
		text-align: left;
	}

	#waterfall_logo_brand {
		width: 220px !important;
		height: 27.5px !important;
	}
}