/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	margin: -2px;	/* Set this to minus the border thickness. */
	background-color: #FFF;
	opacity: 0.9;
	cursor: move;
	background-color: #FFF;
	opacity: 0.5;
}

.header {
	width:100%;
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	/*border: 4px solid #ccc;*/
	overflow: hidden;
	width: 110%;
}


ul.test {
	width: 90px;
	list-style-type: none;
	margin: 2px;
	padding: 2px;
	height: 300px;
	float: left;
}

.availabe_box{
	width: 180px;
	background-color: #FFFFFF;
	padding: 15px;
	display: inline-block;
	border: 1px solid #E6E6E6;
	margin-top: 5px;
	margin-bottom: 20px;
}

.availabe_box h1{
	font-size: 12px;
	color: #4391b5;
	font-weight: normal;
	text-transform: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 100%;
}

.availabe_box p.size {
	margin: 4px;
	border: 1px solid #D1D1D1;
	background-color: #F4F4F4;
	text-align: center;
	display: inline-block;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

.availabe_box img.color {
	height: 50px;
	width: 50px;
	background-color: #FFF;
	text-align: center;
	display: inline;
	margin: 4px;
	box-shadow: 2px 2px 3px rgba(0,0,0,.3);
}

.cloud-zoom-gallery img {
	border: 2px solid #edf1f4;
}

.cloud-zoom-gallery img:hover {
	border: 2px solid #CCC;
}

.product_left {
	width: 60%;
	float: left;
	display: inline-block;
	margin-right: 5px;
}

.product_left a img {
	margin-right: 20px;
}

.product_right {
	width: 23%;
	float: left;
	display: inline-block;
	margin-top: 8%;
}

.product_left h1 {
	font-size: 1.5em;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-left: 5px;
	float: left;
	width: 250px;
}

@media screen and (max-width: 980px) {
.product_left img {
	width:40% !important;
	height:auto;
}

.product_right {
	width: 100%;
	float: left;
	display: inline-block;
}
	.product_left h1 {
		display:none;
	}
	ul.test {
	list-style-type: none;
	display:inline-block;
	width:50px;
}
	
}

@media screen and (max-width: 700px) {
.product_left img {
	width:40%;
	height:auto;
}

.product_right {
	width: 100;
	float: left;
	display: inline-block;
}
	.product_left h1 {
		display:none;
	}
	ul.test {
	list-style-type: none;
	display:inline-block;
	width:50px;
}
	
}

@media screen and (max-width: 480px) {
.product_left img{
	width:40% !important;
	height:auto;
}
.product_right {
	width: 100;
	float: left;
	display: inline-block;
}
	.product_left h1 {
		display:none;
	}
		ul.test {
	list-style-type: none;
	display:inline-block;
	width:50px;
}
	
}
