/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.casp_public_button {
	background-color: #1d4119;
	color: #fff;
	padding: 10px;
	border: 0px;
	font-size: 18px;
}

.casp_public_button:hover {
	background-color: #152f12
}

.casp_public_input { 
	color: #8cb110 !important;
	font-size: 1.5em !important;
	border: 2px solid #1d4119 !important;
	border-radius: 5px !important;	
	height: 38px!important;
}

.casp_public_popup {
	z-index: 9999;
    background-color: #fff;
    position: fixed;
    left: 10%;
    margin-left: auto;
    border-radius: 10px;
    padding: 1%;
    border: 1px solid #1d4119;
	max-width: 80%;
	width: 80%;
	top: 25%;
}

.casp_public_close_button {
  	position: absolute;
	right: 10px;
	top: 10px;
	width: 32px;
	height: 32px;
	opacity: 0.3;
}
	
.casp_public_close_button:hover {
  	opacity: 1;
}
	
.casp_public_close_button:before, .casp_public_close_button:after {
  	position: absolute;
  	left: 15px;
  	content: ' ';
  	height: 33px;
  	width: 2px;
  	background-color: #333;
}
	
.casp_public_close_button:before {
  	transform: rotate(45deg);
}
	
.casp_public_close_button:after {
  	transform: rotate(-45deg);
}

#casp_public_image_gallery_wrapper {
    width: 100%;
    background-color: #8cb1101a;
    overflow: auto;
	height: 30vh;
	min-height: 250px;
}	
	
.casp_public_single_image {
    width: 100px;
    height: 100px; 
	margin 10px;
	object-fit: cover;
}

.casp_public_single_image_as_thumb {
	float: left;
	border: 1px solid #1d4119;
	margin: 5px;
}

.casp_public_gallery_remove_image {
    color: #8cb110!important;
	z-index: 10;
	position: relative!important;
	background-color: #fff;
	border: 1px solid!important;
	display: block!important;
	cursor: pointer!important;
	color: #8cb110;
	margin: 5px !important;
}

.casp_public_bignumber	{
	font-size: 3em;
	color: #1d4119;	
}

.casp_public_checkbox {
	width: 20px !important;
	height: 20px !important;
	border: 1px solid #1d4119;
	background-color: #FFF;
	-webkit-transform: scale(1.2) !important;
	-o-transform: scale(1.2) !important;
	-ms-transform: scale(1.2) !important;
	margin: 10px auto 10px auto !important;
	display: block !important;
}

.casp_public_hinttext {}	

.casp_public_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.casp_images_in_cart {
	width: 60px;
	display: inline-block;
	margin: 2px;
}

/* for jquery image selection modal. show modal at the top */
.jquery-modal.blocker {
	z-index: 999;
}

/* Lightbox gallery */
.lightbox{
	z-index: 1041;
}
