@charset "utf-8";

.table {
	width: 100%;
}

.select {
	width:100%;
	border-radius: 4px;
	border:1px solid #999999;
	background-color:#ffffff;
	font-family: "Open Sans";
	font-size:14px;
	color:#666666;
	padding:8px;
	margin-bottom:10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	appearance: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
}

.select:hover{
	cursor:pointer;
}

.quantity {
	float: left;
	width:19%;
	border-radius: 4px;
	border:1px solid #999999;
	background-color:#ffffff;
	font-family: "Open Sans";
	font-size:14px;
	color:#666666;
	padding:8px;
	margin-right:1%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.quantity:hover{
	cursor:pointer;
}

.button-add {
	float: left;
	width:80%;
	border-radius: 5px;
	border:1px solid #3A5372;
	background-color:#3A5372;
	font-family: "Open Sans";
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	padding:9px;
	cursor:pointer;
}

.button-add:hover{
	background-color:#696969;
}

.size{
	width:100%;
	border-radius: 4px;
	border:1px solid #696969;
	background-color:#ffffff;
	font-family: "Open Sans";
	font-size:14px;
	color:#696969;
	padding:8px;
	margin-bottom:10px;
	margin-top:4px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.brochure {
	font-family: "Open Sans";
	font-size:14px;
	text-decoration: none;
	color: #666666;
}
.brochure:visited {	text-decoration: none; }
.brochure:hover { text-decoration: none; color: #999999; }
.brochure:active {	text-decoration: none; }

/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	border: 1px solid #888;
	width: 90%;
	height: 90%;
	overflow-y: scroll;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 70px;
}

/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}

/* HIDE RADIO */
[type=radio] { 
position: absolute;
opacity: 0;
width: 0;
height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
cursor: pointer;
}


/* CHECKED STYLES */
[type=radio]:checked + img {
outline: 4px solid #C10C0F;
}

.zoom {
padding: 2px;
transition: transform .2s;
width: 120px;
height: 120px;
border-radius:4px;
margin: 0 auto;

}

.zoom:hover {
-ms-transform: scale(2.0); /* IE 9 */
-webkit-transform: scale(2.0); /* Safari 3-8 */
transform: scale(2.0); 

}

.zoom-tall {
	padding: 2px;
	transition: transform .2s;
	width: 120px;
	height: 120px;
	border-radius:4px;
	margin-bottom: 60px;
}

.zoom-tall:hover {
-ms-transform: scale(2.0); /* IE 9 */
-webkit-transform: scale(2.0); /* Safari 3-8 */
transform: scale(2.0); 

}

.myBtn_multi {
width:100%;
border:1px solid #999999;
border-radius: 4px;
background-color:#ffffff;
font-family: "open Sans";
font-size:14px;
color:#666666;
padding: 6px;
margin-bottom:10px;
cursor: pointer;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}

.mySelect_multi { font-family: "Open Sans"; color: #666666; font-size: 14px; pointer-events: none; border: none; width:100%; }		
.mySelect_multi:focus { outline:none; }			

.tooltip { position: relative; display: inline-block; }

.tooltiptext {
  font-family: "Open Sans";
  font-size:11px;
  visibility: visible
  width: 120px;
  text-align: center;
  position: absolute;
  top: 130px;
  left: 0px;
  margin-left:8px;
}

@media only screen and (max-width: 960px) {

.size { width:100%; font-size:16px; }
.select { font-size:16px; }
.brochure {	font-size:16px; }

.quantity {	width:27%;	margin-right:3%; }
.button-add {width:70%; }

.zoom:hover {
-ms-transform: scale(1); /* IE 9 */
-webkit-transform: scale(1); /* Safari 3-8 */
transform: scale(1); }

.zoom-tall:hover {
-ms-transform: scale(1); /* IE 9 */
-webkit-transform: scale(1); /* Safari 3-8 */
transform: scale(1); }

.modal-content {
	width: 84%;
	height: auto;
	padding-left: 20px;
}