.choose-markets .immg{
	width: 150px;
	height: 100px;
	text-align: center;
}
.choose-markets .immg img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-object-fit: contain;
	-moz-object-fit: contain;
	-o-object-fit: contain;
}
.product-box-img{
	height: 200px;
}
.product-box-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-object-fit: contain;
	-moz-object-fit: contain;
	-o-object-fit: contain;
}
.mob-logo, 
.blrub-logo,
.brand-logo,
.footer-about{
	height: 80px;
	/*width: 100px; */
}
.mob-logo img,
.brand-logo img,
.blrub-logo img,
.footer-about img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-object-fit: contain;
	-moz-object-fit: contain;
	-o-object-fit: contain;
}
.media {
	position: relative;
}
.media .close-compare, 
.close-compare{
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: none;
	border:none;
	color: #ddd;
	cursor: pointer;
}
.media .close-compare:hover, 
.close-compare:hover{
	color: #999;

}
.media .img{
	width: 100px; 
	height: 80px; 
}
.media img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-object-fit: contain;
	-moz-object-fit: contain;
	-o-object-fit: contain;
} 
#product-view-model .item{
	height: 400px;
}
#product-view-model .item img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-object-fit: contain;
	-moz-object-fit: contain;
	-o-object-fit: contain;	
}
.store-border-text{
	line-height: 52px;
	text-align: center;
}
.close{
	position: absolute;
    top: 18%;
    right: 13%;
    z-index: 100;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ddd;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
#exampleModalCenter .owl-dot span{
	display: none;
}
.compare-products tr td:nth-child(1n){
	width: 20%;
}
body{
	overflow-x: hidden;
}
.compare-details-section-img{
	/*width: 200px;*/
	height: 200px;
}
.compare-details-section img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-object-fit: contain;
	-moz-object-fit: contain;
	-o-object-fit: contain;
}
#second{
	display: none;
}
@media (max-width: 1025px) {
	#first{
		display: none;
	}
	#second{
		display: block;
	}
}

.lightSlider li{
	height: 300px;
}
.lightSlider li img{
	height: 100%;
	width: 100%;
	object-fit: contain;
	-webkit-object-fit: contain;
	-moz-object-fit: contain;
	-o-object-fit: contain;
}
.lSSlideOuter .lSPager.lSGallery li{
	height: 100px;
	width: 100px;
}
.lSSlideOuter .lSPager.lSGallery li img{
	height: 100%;
	width: 100%;
	object-fit: contain;
	-webkit-object-fit: contain;
	-moz-object-fit: contain;
	-o-object-fit: contain;	
}
.product-store .store-border-button {
    padding-top: 6px;
}
.product-store .price {
    margin-top: 9px;
    margin-left: 55px;
}