input.checkout {
	background: #ffd703;
	color: black;
	padding: 10px 20px;
	border-radius: 5px;
	border: none;
	margin-left: 10px;
	font-weight: 600;
	cursor: pointer;
	transition: all .7s;
}
input.checkout:hover {
	background: #ffca41;
}
input.quantity {
	width:30px;
	height:30px;
	border:1px solid lightgray;
	border-radius: 50%;
	text-align:center;
}
#content img.thumbnail-img {
	max-width: 500px;
	width: 100%;
	height: auto;
	margin: 15px 0px;
	cursor: pointer;
}
span.description-text p {
	line-height: 2;
	margin-top: 0;
	margin-bottom: 20px;
}
.cb-product select {
	z-index: 5;
}
.lightbox {
	/** Default lightbox to hidden */
	display: none;
	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox.activated {
	outline: none;
	display: block;
	z-index: 40000;
}
.cssbox{
	position: relative;
}
.close-btn {
	position: absolute;
	top:20px;
	right: 100px;
	content: 'X';
	color: white;
	font-size: 23px;
	
}
		.prod_left_div {
			float: left;
			width: 170px;
		}

		.prod_right_div {
			float: left;
			width: 400px;
		}
		
			.prod_right_header {
				color: <cfoutput>#qry_elements.fldHeader_FG#</cfoutput>
			}
		
			.prod_right_quantity {
				float: left;
	
			}
			
			.prod_right_button {
				float: left;
			}

.custom-selecter {
	position: relative;
	width: 100%;
}

.cb-product select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-padding-end: 20px;
	-moz-padding-end: 20px;
	-webkit-padding-start: 2px;
	-moz-padding-start: 2px;
	background-color: transparent;
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid lightgray;
	border-radius: 4px;
	box-shadow: none;
	color: #555;
	font-size: inherit;
	margin: 10px 0px;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 100%;
	width: 100%;
	position: relative;
	z-index: 3;
}
.custom-selecter:before {
	position: absolute;
	content: "";
	top: 25px;
	right: 18px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: black transparent transparent transparent;
	z-index: 1;
}

.custom-selecter:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 20px);
	background: #fff;
	margin: 10px 0;
	box-sizing: border-box;
	z-index: 0;
	border-radius: 4px;
}
input.checkout {
	background: #ffd703;
	color: black;
	padding: 10px 20px;
	border-radius: 5px;
	border: none;
	margin-left: 10px;
	font-weight: 600;
	cursor: pointer;
	transition: all .7s;
}
input.checkout:hover {
	background: #ffca41;
}