/*  PREVIOUS	STYLES 	============================================================================= */
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
   
}
.isotope-item {
    margin:5px;  
}
 
.isotope {
	width:100%;
	height:100%;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    transition-property:transform, opacity;
}

	
.feedback-button {
	position:fixed;
	top:320px;
	right:-3px;
	z-index:999;
	width:60px;
}
.get-call-back-button {
	position:fixed;
	top:130px;
	right:-3px;
	z-index:999;
	width:60px;
}

#feedback, #getCallBack, #login {
	display: none;
	background:#fff;
	padding:15px;
	width:450px;
	border-radius:10px;
}
.formbox {
	padding:10px;
}
.formbox h2{
	margin-bottom:10px;
}
.formbox p label {
	display:block;
	line-height:30px;
	color:#000000;
	font-size: 15px;
	font-weight: 600;
}
.formbox p input[type=text], input[type=file], input[type=password] {
	font-size: 16px;
	letter-spacing: 1px;
	padding: 5px;
	outline: none;
	color: #333;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	vertical-align: baseline;
	margin-bottom: 20px;
	border:solid #ccc 1px;
	
	-webkit-transition: 0.2s background linear;
	-moz-transition: 0.2s background linear;
	transition: 0.2s background linear;
	-webkit-transform: translateZ(0);
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
	-webkit-appearance: none;
	
}
.formbox p textarea {
	font-size: 12px;
	letter-spacing: 1px;
	padding: 10px;
	outline: none;
	color: #FFFFFF;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	vertical-align: baseline;
	margin-bottom: 20px;
	border:solid #ccc 1px;
	
	-webkit-transition: 0.2s background linear;
	-moz-transition: 0.2s background linear;
	transition: 0.2s background linear;
	-webkit-transform: translateZ(0);
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
	-webkit-appearance: none;
	
}
.formbox p input[type=file] {
	padding: 5px;
}
.formbox p input[type=submit] {
	display: inline-block;

	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:400;
	line-height: normal;
	cursor: pointer;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;

	padding:7px 15px;

	background: #B378D4;
	border: none;
	
	-webkit-transition: 0.2s background linear;
	-moz-transition: 0.2s background linear;
	transition: 0.2s background linear;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	
	-webkit-appearance: none;
}
.formbox p input[type=text]:focus, input[type=file]:focus, input[type=password]:focus {
	border-color:#000;
	background:none;
}
.formbox p textarea:focus {
	border-color:#000;
	background:none;
}
.formbox p input[type=submit]:hover {
	background:#333
}

.e-store-heading {
	text-align:center;
	margin-top:-20px;
}
.e-store-heading h2 {
	font-size:48px;
	margin-bottom:20px;
	color:#333;
}
.e-store-heading h4 {
	font-size:18px;
	margin-bottom:50px;
	color:#333;
	font-weight:bold;
}
.e-store-heading h4 span {
	margin:0 10px;
}

.product-box {
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
	border:solid #ddd 1px;
	box-shadow:0 0 3px 2px rgba(0,0,0,0.1);
	padding:5px;
	background:#fff;
}
.product-box:hover .product-caption {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
}
.product-box h3 {
	text-align:center;
	margin:3px 0 0;
	border-top: dashed #999 1px;
	border-bottom:dashed #999 1px;
	padding:12px 0;
}
.product-box .button:after {
	clear:both;
	content:'';
	display:block
}
.product-box .discription-button {
	display:inline-block;
	padding:5px 10px;
	width:50%;
	float:left;
	color:#615a4a;
	border-right:dashed #999 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.product-box .discription-button:hover {
	background:#615a4a;
	color:#fff
}
.product-box .buyNow-button {
	display:inline-block;
	float:right;
	padding:15px 10px;
	color:#615a4a;
	width:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.product-box .buyNow-button:hover {
	background: #f33002;
	color:#fff
}
.product-image {
	margin:0;
	position:relative;
}
.product-image img {
	display: block;
    width: 100%;
	box-shadow:0 0 0 0 #000000;
}
.product-caption:before, 
.product-title {
    display: inline-block;
    vertical-align: middle;
}
.product-caption {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	overflow:hidden;
	background:rgba(243, 48, 2, 0.85);
	-webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	transition:0.2s all linear;
}
.product-caption p {
	color:#fff;
	padding:10px;
	line-height:28px;
	font-size:18px;
}

.product-box h3 {
	color:#333;
	margin:0;
	font-size:15px;
	text-transform:uppercase;
}
.product-box.last-porduct {
	background:rgba(243, 48, 2, 0.5);
	padding:150px 0;
	color:#fff;
}
@media (min-width:1025px) {
	.product-box.last-porduct {
		padding:107px 0;
	}
}
@media (min-width:1180px) {
	.product-box.last-porduct {
		padding:127px 0;
	}
}
.product-box.last-porduct h3 a {
	color:#fff;
}
.product-box.last-porduct:hover {
	background:rgba(243,48,2,0.85);
}
.product-box.last-porduct:hover h3 a {
	text-decoration:underline;
}
