
body{
	margin: 0;
	}


p{
	display: table-cell;
	vertical-align: middle;
	}




img.top-trim {
	width:100%;
	height:15px;
	padding:0px;
	border:0px solid #eee4e5;
/*background-color:#ffffff;*/  /*colours the area inside pic border*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 2px 7px 0px #888888;
	-moz-box-shadow:    0px 2px 7px 0px #888888;
	-webkit-box-shadow: 0px 2px 7px 0px #888888;
	z-index:20;
	}





#container-products-gallery {
	width:100%;
	z-index: 0;
	padding-right:0px;
padding-bottom:20px;
	float:left;
	border-top: 0px solid #eee;
	border-bottom: 16px solid #eee;
	margin: 0 auto;
	max-width: auto;
	background-color:#ffffff;
	}


.row {
	display: flex;
	flex-wrap: wrap;
	padding: 4px 4px;
/*background-color:purple;*/
	}


.column {		/* Create four equal columns that sits next to each other */
	flex: 33.33%;
	max-width: 33.33%;
	padding: 0 4px;
/*background-color:yellowgreen;*/
	}


.column img {
	vertical-align: middle;
	}


.photo-unit{
	/*border:1px solid #eee4e5;*/
	border-radius: 4px 4px 4px 4px;
	padding: 10px 10px;
	background-color:#eeeeee;
	margin-top: 16px;
	margin-bottom: 0px;
	box-shadow: 1px 1px 4px 0px #aaaaaa;
	-moz-box-shadow:    1px 1px 4px 0px #aaaaaa;
	-webkit-box-shadow: 1px 1px 4px 0px #aaaaaa;

	-webkit-transition: background-color 0.1s ease;
	-moz-transition: background-color 0.1s ease;
	-o-transition: background-color 0.1s ease;
	-ms-transition: background-color 0.1s ease;
	transition: background-color 0.1s ease;
	}


.photo-unit:hover{
	background-color:#ddd;
	}


.row, .column, .photo-unit{
	box-sizing: border-box;
	}


.photo-unit-image{
	width:100%;
	}


.photo-title{
	display:block;
	text-align:center;
	font-family: myfirstfont;     
	font-size: 16px;
	color:#003366;
/*background-color:green;*/
	}


.photo-price{
	display:block;
	text-align:center;
	font-family: mysecondfont;     
	font-size: 18px;
	color:#808080;
/*background-color:pink;*/
	}


.add-cart{
	position:relative;          /*position relative to its normal position */
	top:0px; 
	margin: 0 auto;
	
	width:100%;
	height:30px;
/*background:red*/
	}


.add-cart-button{
	display: block;
	opacity: 0.5;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #aaa;
	-webkit-box-shadow: #ccc 1px 1px 5px;
	-moz-box-shadow: #ccc 1px 1px 5px;
	box-shadow: #ccc 1px 1px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:14px;
	font-family:arial, helvetica, sans-serif;
	padding: 1px 12px 1px 12px;
	text-decoration:none;
	text-shadow: -1px -1px 0 rgba(24,24,24,0.3);
	font-weight:bold;
	color: #FFFFFF;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#aaa));
	background-image: -webkit-linear-gradient(top, #ccc, #aaa);
	background-image: -moz-linear-gradient(top, #ccc, #aaa);
	background-image: -ms-linear-gradient(top, #ccc, #aaa);
	background-image: -o-linear-gradient(top, #ccc, #aaa);
	background-image: linear-gradient(to bottom, #ccc, #aaa);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ccc, endColorstr=#aaa);
   
	transition: opacity .3s ease-in-out; /* vendorless fallback */
	-o-transition: opacity .3s ease-in-out; /* opera */
	-ms-transition: opacity .3s ease-in-out; 
	-moz-transition: opacity  .3s ease-in-out; /* Firefox */
	-webkit-transition: opacity .3s ease-in-out; /*safari and chrome */
	}


.add-cart-button:hover{
	opacity: 1;    
	}


.sold{
	line-height:18px;
	height:18px;
	width:50px;
	display: block;
	opacity: 0.5;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #aaa;
	-webkit-box-shadow: #ccc 1px 1px 5px;
	-moz-box-shadow: #ccc 1px 1px 5px;
	box-shadow: #ccc 1px 1px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:14px;
	font-family:arial, helvetica, sans-serif;
	padding: 1px 12px 1px 12px;
	text-decoration:none;
	text-shadow: -1px -1px 0 rgba(24,24,24,0.3);
	font-weight:bold;
	color: #FFFFFF;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#aaa));
	background-image: -webkit-linear-gradient(top, #ccc, #aaa);
	background-image: -moz-linear-gradient(top, #ccc, #aaa);
	background-image: -ms-linear-gradient(top, #ccc, #aaa);
	background-image: -o-linear-gradient(top, #ccc, #aaa);
	background-image: linear-gradient(to bottom, #ccc, #aaa);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ccc, endColorstr=#aaa);
   
	}








.faq-text-box{
	position:relative; 
	float:left;                        
	top:0px; 
	left:0px;
	width: 100%;
	height: auto;
/*background-color:green;*/
	padding: 0px 0px 0px 0px;
	border-top:3px solid #eee;
	}


ul.faq-item {
	list-style-position: inside;
	list-style-type: none;
	padding: 0px 14px 0px 10px;
	}


ul.faq-item li {
	padding: 10px 0px 14px 0px;
	border-bottom: 1px solid #c0c0c0;
	margin: 0px;
	line-height: 30px;
	}


ul.faq-item span.question-symbol, ul.faq-item span.answer-symbol {
	float: left;
background-color:#eee;
	font-weight: bold;
	}


ul.faq-item span.answer-symbol{
	padding: 0px 6px 0px 6px;
	}


ul.faq-item span.question-symbol{
	padding: 0px 5px 0px 5px;
	}


ul.faq-item dd p.question {
	font-family: mysecondfont; 
/*background-color:#eee;*/
	padding: 0px 0px 10px 8px;
	margin-bottom: 0px;
	line-height: 30px;
	}


ul.faq-item dd p.answer {
/*background-color:green;*/
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	margin-left: 0px;
	line-height: 30px;	
	}


ul.faq-item dl {
	color: #333333;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	font-size: 100%;
	vertical-align: baseline;
	background: none repeat scroll 0% 0% transparent;
	}


ul.faq-item dd {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	}




.center {
	margin: 20px 0px;
	width:100%;
	float:left;
	text-align: center;
/*background-color: green;*/
	}


.pagination {
	display: inline-block;
/*background-color: red;*/
	}


.pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	margin: 0 4px;
	border-radius: 5px;
	}


.pagination a.active {
	background-color: #4CAF50;
	color: white;
	border: 1px solid #4CAF50;
	}


.pagination a:hover:not(.active) {
	background-color: #ddd;
	}





/*--------------Media Queries---------------*/




@media only screen and (max-width: 768px) {
	


	}




@media (max-width: 800px) {	/* Responsive layout - makes a two column-layout instead of four columns */
	
.column {
	flex: 50%;
	max-width: 50%;
	}

.photo-title{
	font-size: 20px;
	}

	}




@media (max-width: 600px) {	/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
.column {
	flex: 100%;
	max-width: 100%;
	}


.pagination a {
	padding: 4px 11px;
	margin: 0 2px;
	}

	}


