/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

.starSize {
	width: 2%;
}

.field {
	margin: 15px 0 10px;
	text-align: justify;
}

.viewAll {
	border: none !important;
	font-size: 14px !important;
}

.ratingBox {
	font-size: 18px !important;
	font-weight: bold;
	padding: 1% 40%;
	margin: 2% 0%;
}

.fullDiv {
	width: 100%;
	float: left !important;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px;
}

.sideBox {
	float: left;
	width: 5%;
}

.box-account {
	width: 95%;
	float: right !important;
}

.fields {
	width: 95%;
}

.button.button-medium span {
	padding: 8px 8px 8px 14px !important;
}

.card {
    margin: -2% 0 4px 0 !important;
    padding: 2% !important;
    width: 100% !important;
}

.page-comment-box {
	margin-top: 3% !important;
}
.wk_slider_image {
	margin-left: 0.5rem;
}
#wkcarouselview {
	max-width: 100%;
	position: initial;
	margin-left: 0px;
}
.wk-card {
	background-color: white!important;
}
@media screen and (max-width: 575px) {
	.carousel-inner {
		overflow: auto;
	}
}
.wk-inline {
	display: flex;
}
.wkproduct-comment {
	padding: 10px 15px!important;
    margin: 0px 0px -1px !important;
	background-color: inherit;
}