
@media only screen and (max-width: 320px) 
{
	
	.allProducts2{
	float: left;
	width: 45%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	font-style: normal;
	line-height: 15px;
	padding: 1%;
	background-color: #FFFFFF;
	margin-right: 1%;
	margin-bottom: 5%;
	height: 400px;
}


.product-content {
	float: left;
	width: 100%;


}

.productHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	float: left;
	width: 90%;
	margin-bottom: 5%;
}

.product-thumb2{
	float: left;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 2%;
	height:220px;
}


.productDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: normal;
	color: #666;
	float: left;
	width: 100%;
	padding-bottom: 2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 2%;	
	
}


.product-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	text-align: left;
	float: left;
	width: 100%;
	margin-top: 4%;
	margin-bottom: 4%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.labelsAll {
	float: left;
	width: 100%;
	margin-top: 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.detailsCartButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(icons/searchIcon.png);
	background-repeat: no-repeat;
	background-color: #252525;
	float: left;
	color: #FFF;
	text-decoration: none;
	background-position: 3px;
	width: 30%;
	margin-top: 5%;
	height: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-left: 5%;
	padding-top: 5%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}


button, .button{
	background-color: #FF0000;
	min-width: 100px;
	border: none;
	padding: 10px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: #FFF;
	min-height: 15px;
	font: 12px/15px Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26);
	border-radius: 3px;
	margin-left: 2%;
	float: left;
	margin-top: 5%;
}
	
	
}


@media only screen and (min-width: 321px) and (max-width: 768px)
{
	
	.allProducts2{
	float: left;
	width: 45%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	font-style: normal;
	line-height: 15px;
	padding: 1%;
	background-color: #FFFFFF;
	margin-right: 1%;
	margin-bottom: 5%;
	height: 400px;
}


.product-content {
	float: left;
	width: 100%;


}

.productHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	float: left;
	width: 90%;
	margin-bottom: 5%;
}

.product-thumb2{
	float: left;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 2%;
	height:220px;
}


.productDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: normal;
	color: #666;
	float: left;
	width: 100%;
	padding-bottom: 2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 2%;	
	
}


.product-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	text-align: left;
	float: left;
	width: 100%;
	margin-top: 4%;
	margin-bottom: 4%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.labelsAll {
	float: left;
	width: 100%;
	margin-top: 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.detailsCartButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(icons/searchIcon.png);
	background-repeat: no-repeat;
	background-color: #252525;
	float: left;
	color: #FFF;
	text-decoration: none;
	background-position: 3px;
	width: 30%;
	margin-top: 5%;
	height: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-left: 5%;
	padding-top: 5%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}


button, .button{
	background-color: #FF0000;
	min-width: 100px;
	border: none;
	padding: 10px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: #FFF;
	min-height: 15px;
	font: 12px/15px Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26);
	border-radius: 3px;
	margin-left: 2%;
	float: left;
	margin-top: 5%;
}
}



@media only screen and (min-width: 1024px)
{

body{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #B8B8B8;
}
h1, h2, h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

ul.products {
	padding: 0;
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-top: 0;
	margin-bottom: 0;
}
ul.products li {
	display: inline-block;
	max-width: 200px;
	padding: 10px;
	background-color: #FFFFFF;
	margin: 10px;
	border: 1px solid #EAEAEA;
	color: #3D3D3D;
	float: left;
	width: 30%;
	list-style-type: none;
}
ul.products li h3 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5A5A5A;
	font-weight: normal;
	float: left;
	width: 100%;
}
li h3{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #5A5A5A;
	font-weight: normal;
	float: left;
	width: 73%;
	margin-bottom: 2%;
}
ul.products li fieldset {
	border: none;
	padding: 5px 5px 5px 0px;
	margin: 0;
	list-style-type: none;
}
ul.products li fieldset label{
	display: block;
	margin-bottom: 4px;
	list-style-type: none;
}
ul.products li fieldset label span{
	width: 80px;
	float: left;
	list-style-type: none;
}
ul.products li fieldset label select{
	min-width: 100px;
	list-style-type: none;
}

button, .button{
	background-color: #FF0000;
	min-width: 100px;
	border: none;
	padding: 10px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: #FFF;
	min-height: 15px;
	font: 12px/15px Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26);
	border-radius: 3px;
	margin-left: 2%;
	float: left;
	margin-top: 5%;
}
button:hover, .button:hover{
	background-color: #006600;
}

.product-thumb{
	text-align: left;
}
.product-desc {
	font-style: normal;
	font-size: 12px;
	margin-bottom: 2%;
	overflow: hidden;
	margin-top: 1%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	float: left;
	text-align: center;
}

ul.shopping-cart{
	position: fixed;
	top: 100px;
	right: 0;
	background-color: #F9F9F9;
	padding: 10px;
	min-width: 250px;
	list-style: none;
	font-size: 0.8em;
	border: 1px solid #F0F0F0;
}
ul.shopping-cart .cart-itm {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}
ul.shopping-cart .cart-itm:last-child{
	border-bottom: none;
	margin-bottom: 0px;
}
ul.shopping-cart .cart-itm .remove-itm{
	float: right;
	font-size: 1.5em;
}
ul.shopping-cart .cart-itm .remove-itm a{
	text-decoration:none;
	color:#000;
}
.cart-total-text a{
	float:right;
}

.cart-view-table-front{
	font-size: 0.7em;
	position: fixed;
	right: 10px;
	max-width: 350px;
	font-family: Arial;
	z-index: 1000;
	margin-top: 6%;
	width: 30%;
	transition: 0.3s linear;
}
.cart-view-table-front h3{
	text-align: center;
	padding: 0;
	margin: 0px 0px 6px 0px;
}
.cart-view-table-front, .cart-view-table-back {
	max-width: 700px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.12);
	border: 1px solid #E4E4E4;
}
.cart-view-table-front table th, .cart-view-table-back table th{
	text-align: left;
}
.cart-view-table-front table thead, .cart-view-table-back table thead{
	background-color: #9CCDFD;
}
.cart-view-table-front table tbody tr.even, .cart-view-table-back table tbody tr.even{
	background-color: #F7F7F7;
}
.cart-view-table-front table tbody tr.odd, .cart-view-table-back table tbody tr.odd{
	background-color: #EDEDED;
}
.cart-view-table-front button, .cart-view-table-front .button, .cart-view-table-back button, .cart-view-table-back .button{
	margin: 10px 1px;
	float: right;
}
.cartFonts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding: 1%;
	float: left;
	width: 30%;
}
.productAllBox {
	float: left;
	width: 98%;
}

.cartFonts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding: 1%;
	float: left;
	width: 30%;
}
.productAllBox {
	float: left;
	width: 95%;
	margin-right: 2.5px;
	margin-left: 2.5px;
}
.product-content {
	float: left;
	width: 100%;
}
.product-thumb {
	float: left;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 2%;
}

.product-thumb2{
	float: left;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 2%;
	height:220px;
}


.product-desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	float: left;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
}
.product-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	text-align: left;
	float: left;
	width: 100%;
	margin-top: 4%;
	margin-bottom: 4%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.labelsAll {
	float: left;
	width: 100%;
	margin-top: 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.allProducts {
	float: left;
	width: 22%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	font-style: normal;
	line-height: 15px;
	padding: 1%;
	background-color: #FFFFFF;
	margin-right: 1%;
	margin-bottom: 1%;
	height:600px;
}

.allProducts2{
	float: left;
	width: 22%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	font-style: normal;
	line-height: 15px;
	padding: 1%;
	background-color: #FFFFFF;
	margin-right: 1%;
	margin-bottom: 1%;
	height: 467px;
}




.add_to_cart {
	float: left;
	margin-top: 5%;
	width: 20%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #333;
}
.productHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	float: left;
	width: 90%;
	margin-bottom: 5%;
}
.productDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: normal;
	color: #666;
	float: left;
	width: 100%;
	padding-bottom: 2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 2%;	
	
}

.errorBox{
	float: left;
	width: 85%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #F00;
	transition: 0.3s linear;
	background-image: url(../../icons/excla2.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 7%;
}
.createButt {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	margin-top: 2%;
}

.callBokkTitile
{
	float:left;
}

.createButt2{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	margin-top: 2%;
}

.callBokk
{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #CCC;
	margin-top: 1%;
}

}

