/* ========================================= VIEW ITEMS ======= */

h4 {
	font-size:24px !important;
}


hr {
	border:1px solid lightgray !important;
}

.product-grid-view {
	height:400px;
}

.product-grid-view img {
	
	max-height:300px;
	width:300px;
	object-fit: cover;
	margin: 0 auto;
	margin-bottom:18px;
/*
max-height:300px;
	position: relative;
	top:50%;
	transform: translateY(-50%);
*/
}


.product-grid-view-all-image {
	height:400px;
}

.product-grid-view-all-image img {
	display: flex;
	align-items:center;	
}

.product-grid-view-text {
	text-align:center;
	height:100px;
}

.produuct-grid-product {
	max-height:350px;
}

.product-grid-title a,p{
	text-align:center;
	font-size:1qpx;
	/*line-height: 20px;*/
	 /* font-family: 'Libre Baskerville', serif; */
/*
font-family: Open Sans;
*/
	color:#545454;
	
}

.furniture-links {
	text-align:center;
	padding-bottom:38px;	
	font-size:13px;
	padding-right:8px;
	margin-right:6px;
	
}

.furniture-links a {
	text-align:center;
	padding-bottom:38px;	
	font-size:16px;
	
	margin-left:6px;
	margin-right:6px;
	color:#000000;
	
}

.furniture-links a:hover {
	text-decoration:none;
}

.browse-options-top p {
	font-size:11px;
}

.refine-search-button {
	background-color: #000;
    background-image: linear-gradient(to top , #2f2f2f,#000000);

	text-align:center;
	padding-top:6px;
	width:260px;
	margin-left:auto;
	margin-right:auto;
	border:none;
	margin-top:12px;
	margin-bottom:12px;
}

.refine-search-button p {
	color:#ffffff;
}

.refine-nav-bar {
	background-color:#333333;
	color: rgba(255,255,255,0.6);
}

.nav > li > a  {
	color: rgba(255,255,255,0.6);
	font-size:14px;
	border-bottom:1px solid #000000;
}

.nav > li > a:hover, .nav > li > a:focus {
	color: rgba(255,255,255,0.6);
	background-color:#333333;
}


.browse-prod-details-list {
	margin-top:12px;
	
}

.browse-prod-details-list p {
	text-align:left;
}

.refine-search-anchor {
	 background-image: linear-gradient(to top , #5c5857,#353535);
	 color:#ffffff;
	padding:8px;
}

.product-list-view img {
	height:300px;
	width:300px;
	object-fit: cover;
	margin: 0 auto;
	margin-bottom:18px;
}

.product-list-view {
	height:320px;
}

.prod-main-image {
	margin:0 auto;
	
}
.prod-main-image img {
	max-height:400px;
	max-width:300px;
	margin:0 auto;
	
}

.prod-view-background {
	background-color: #eeecea;
}

.item-image-thumbs {
	height:100px;
	width:100px;
	object-fit: cover;
	margin: 0 auto;
	margin-bottom:18px;
}


.view-item {
	/*text-align:left;*/
}

.view-item h1,h2,h3,h4 {
	color: #000000 !important;
}

.view-iten p,a {
	color: #545454 !important;
}

.view-item p {
	/*font-size:18px !important;	
	text-align: justify !important;
	*/
}

.view_item_button {
	width:100%;
	border:none;
	padding:6px;
	  background-image: linear-gradient(to top , #5c5857,#353535);
	 color:#ffffff;
	 margin-bottom:12px;
}


.view_title {
		/* font-family: 'Libre Baskerville', serif; */
}
.enquiry_form {
	text-align:left;
	color:#000000;
}
.enquiry_form p {
	color:#000000;
}


.product-grid-view-suggestions img {
	/*max-height:150px;
	max-width:150px;
	*/
	/*object-fit: cover;*/
	margin: 0 auto;
	margin-bottom:18px;
}


.product-grid-item {
	height:540px;
	/*height:auto;*/
	margin-bottom:24px;
	margin-top:12px;
	/*background-color:floralwhite;*/
}

.product-grid-image  {
	height:500px;
	display:block;
	/*margin:0 auto;*/
	/*vertical-align: middle;*/
	text-align:center;
}
.product-grid-image a img {
	max-height:450px;
	/*display:block;*/
	margin:0 auto;
	position:relative;
	top: 50%;
	transform: translateY(-50%);
	display:initial !important;
	
}



.product-grid-title {
	/*padding-top:8px;*/
}

@media (max-width: 900px) {
	.product-grid-item {
		height:400px;
		/*height:auto;*/
		margin-bottom:-20px;
	}	
	
	.product-grid-image  {
		height:250px;
		display:block;
		/*margin:0 auto;*/
		/*vertical-align: middle;*/
		text-align:center;
	}
	.product-grid-image a img {
		max-height:250px;
		/*display:block;*/
		margin:0 auto;
		position:relative;
		top: 50%;
		transform: translateY(-50%);
		display:initial !important;
		
	}
	.product-grid-title {
		padding-top:8px;
	}
}




/* Multi Pic view */
.product-grid-multi-pic-item {
	height:150px;
	/*height:auto;*/
	margin-bottom:24px;
}

.product-grid-multi-pic-image  {
	height:250px;
	display:block;
	/*margin:0 auto;*/
	/*vertical-align: middle;*/
	text-align:center;
}
.product-grid-multi-pic-image img {
	max-height:250px;
	/*display:block;*/
	margin:0 auto;
	position:relative;
	top: 50%;
	transform: translateY(-50%);
	display:initial !important;
	
}


/* Suggestions */

.suggest-grid-item {
	margin-left:15px;
	margin-right:15px;
	padding-left:24px;
	padding-right:24px;
}

.suggest-grid-image  {
	
}
.suggest-grid-image a img {
	max-width:150px;
	max-height:150px;
	
}