.product-details{
	/*margin-top: 40px;*/
}
.product-image{
	position: relative;
	width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fafafa;
    border: 2px solid #a6a6a6;
}
.product-image img{
	position: relative;
    max-height: 400px;
    max-width: 700px;
    /*top: 50%;*/
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    min-height: 100%;
    min-width: 100%;
}


/*.listing-details{
	margin-top: 30px;
}*/
.product-heading{
	margin-bottom: 30px;
}
.item-details h4{
	color: #777;
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
}
.item-details p{
	color: #a4a4a4;
	margin-top: 10px;
	font-family: 'Montserrat', sans-serif;
}
.slab-no{
	margin-left: 13px;
	font-size: 14px;
	color: #a4a4a4;
}
.location-name{
	color: #00aae7;
	margin-right: 5px;
}

#enquiery-btn{
    background: #00aae7;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    border: none;
    border-radius: 0px;
    min-width: 160px;
    padding: 10px;
}
.email-enquiry{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.listing-table th{
	text-align: center;
	color: #777;
	vertical-align: middle !important;
}

.listing-table td{
	text-align: center !important;
	color: #a4a4a4;
    font-family: 'Montserrat', sans-serif;
}
.listing-table thead{
	background-color: #f2f2f2;
}
.product-details-text h3{
    font-family: 'Montserrat', sans-serif;
    color: #555555;
}

.product-details-text p{
	color: #777;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
}
.product-details-text{
	margin-top: 25px;
}
.overlay-zoom{
	text-align: center;
	position: relative;
	opacity: 0;
}
.hover-icon{
	position: absolute;
    bottom: 0;
    /* top: 0; */
    left: 0;
    right: 0;
}
.hover-icon span{
	color: #fff;
	font-size: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.hover-icon{
	background-color: rgba(25,25,25,0.68);
	padding-top: 5px;
	padding-bottom: 5px;
}
.product-image:hover ~ .overlay-zoom, .overlay-zoom:hover{
	opacity: 1;
}

.product-image.quartz {
	border:none;
	background-color:#fff;
}
div#carousel {
    max-width: 220px;
    margin: 0 auto !important;
}
.product-image.quartz li.pimage{
	text-align:center;
}
.product-image.quartz img {
	/*max-height: 600px !important;*/
	min-width: 10px !important;
	max-width: none !important;
	min-height: 10px !important;
	/* height: 100% !important; */
	position: static !important;
	-webkit-transform: translate(0%);
	transform: translate(0%);
	display: inline-block !important;
	width:100% !important;
}

/* css for img ratio 3:5 */
li.pimage.limg.flex-active-slide {
	height: 336px;
    width: 560px;
    overflow: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.product-image.quartz img {
    height: auto;
    width: 100% !important;
}
/* css for img ratio 3:5 end*/

.productDescription {
	margin-top:10px;
	font-size:18px;
}
.liveInventory {
	padding:10px 0px 0px;
}
.liveInventory ul {
	padding:0px;
}
.liveInventory ul li {
	display:inline-block;
	list-style:none;
}
.liveInventory ul li a {
	transition:all 0.2s ease-in-out 0.1s;
    display: block;
    border: 2px solid #00aae7;
    padding: 0px 15px;
    line-height: 30px;
    border-radius: 50px;
    margin: 6px 4px;
    color: #fff;
	background-color: #00aae7;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2)
}
.liveInventory ul li a:hover, .liveInventory ul li.active_city a {
    transition: all 0.2s ease-in-out;
    background-color: #fff;
    color: #00aae7;
    border-color: #00aae7;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.pro-detail-heading {
	position:relative;
}
.modal-header {
    background-color: #11c0ff;
    color: #fff;
	border-radius: 4px 4px 0px 0px;
}

.flexslider .slides > li{
	height: 400px;
}


@media only screen and (min-width:991px){
.details-imageWrapp {
	min-height:570px;
}
}
@media only screen and (max-width:767px){
.flexslider .slides > li {
	max-height:400px !important;
}
}
@media only screen and (max-width:479px){
.flexslider .slides > li {
	max-height:250px !important;
}
}