/**
* 2010-2019 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2019 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

.wk-block-mp{
	float: left;
	width: 100%;
}
.wk-seller-block{
	float: left;
	width:100%;
	border: 1px solid #E0E0E0;
	background-color: #FAFAFA;
	margin-bottom: 20px;
}
.wk-seller-block .wk-seller-img .img-responsive{
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px;
	min-height: 205px;
}
@media (min-width: 481px) and (max-width: 767px) {
   	.wk-seller-block{
		float: left;
		width: 45%;
		border: 1px solid #E0E0E0;
		background-color: #FAFAFA;

	}
	.wk-seller-name span.s_name{
		color: #00B495;
		font-size: 14px;
	}
}
.wk-seller-block .wk-seller-name{
	float: left;
	width: 100%;
	padding: 5px;
	text-align: center;
}
.wk-seller-name span.s_name{
	color: #444444;
	font-size: 16px;
}
.wk-seller-block .wk-seller-det{
	float: left;
	width: 100%;
	padding: 10px;
	background-color: #333333;
	text-align: center;
}
.wk-seller-block .wk-seller-det span.s_name{
	color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}
.wk_rating_block {
	width: 100% !important;
	text-align: center;
	padding: 10px;
}
.wk_seller_container{
	width:23%;
	float:left;
}
.bx-wrapper img {
	display: inline-block !important;
    max-width: 100%;
}
.if-slider {
	margin-left: -13px !important;
	margin-right: 19px !important;
}
.no-slider {
	margin-right:2.5%;
}