body {
	padding-top: 100px;
}

div.bottom_pad {
	padding-bottom: 80px;
}

main {
	padding-bottom: 10px;
}

.btn-primary {
	background-color: #518ea6 !important;
	border-color: #cfdae3 !important;
	color: #fff !important;
}

nav.navbar,
#list_nav {
	background: #fff;
}

#email_form {
	display: none;
}

#list .card {
	/*min-height: 80px;*/
	margin-bottom: 15px;
	border-radius: 15px;
	cursor: pointer;
	position: relative;

	border: solid 1px #e4e4e4;
	box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.1);
}

#list .card {
	padding: 15px;
	margin-bottom: 20px;
}

#list .card a {
	text-decoration: none;
	color: #1b1b1b;
	/*color: #fff;*/
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: -0.3px;
	text-transform: uppercase;
}

body.dark .card a {
	color: #ffffff;
}

.row .col-6,
.row .col {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.quant_wrapper {
	width: 125px;
}

#list_nav {
	display: none;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
	/*height: 70px;*/
}

#list_nav #line1 {
	display: flex;
	width: 100%;
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	padding-top: 10px;
}

#list_nav #line1 .left-half {
	padding-left: 25px;
	flex: 1;
}

#list_nav #line1 .right-half {
	text-align: right;
	padding-right: 25px;
	flex: 1;
}

#list_nav #line2 {
	height: 65px;
}

#cart_btn,
#product_details #add {
	margin: 0 25px;
	padding: 10px;
	width: 100%;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12),
		0px 2px 4px rgba(0, 0, 0, 0.2);
	border-color: #fffdfb !important;
	border-radius: 10px;
	font-size: 16px;
}

#product_details #add {
	margin: 0;
}

#cart_btn .badge-light {
	background: #fff !important;
	color: #444;
}

#cart_summary div {
	clear: both;
}

.entry_desc small {
	font-size: 70%;
}

.right {
	float: right;
}

small.q {
	color: #595959;
}
span.p {
	font-weight: bold;
}

a.delete img,
a.delete_booking img {
	/*width: 18px;*/
	position: relative;
	top: -3px;
	margin-left: 5px;
}

#back_div {
	line-height: 25px;
	font-size: 14px;
}

.back_txt {
	letter-spacing: -0.005em;
	margin-left: 20px;
}

/*//////////////////////////////////////////////////////*/
/* zoom.js */

img[data-action="zoom"] {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}

.zoom-img,
.zoom-img-wrap {
	position: relative;
	z-index: 666;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

img.zoom-img {
	cursor: pointer;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
}

.zoom-overlay {
	z-index: 420;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	filter: "alpha(opacity=0)";
	opacity: 0;
	-webkit-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}

.zoom-overlay-open .zoom-overlay {
	filter: "alpha(opacity=100)";
	opacity: 1;
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
	cursor: default;
}

/*//////////////////////////////////////////////////////*/
body.zoom-overlay-open .card.qrcodes {
	max-height: unset;
	overflow-y: visible;
}

/*
body.zoom-overlay-open .cards {
    overflow-x: unset;
}
*/

/*/ /////////////////////////////////////////////////////*/

del .right span.p {
	color: #444444c7;
	text-decoration: line-through;
}

.terms_conditions {
	width: 100%;
	font-size: 80%;
	margin: 0 auto;
	padding: 10px 30px 0 30px;
}

.terms_conditions #tc_cb {
	position: relative;
	top: 2px;
	padding: 5px;
}