/**
* 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
*/

.wk_rating > .table thead > tr > th,
.wk_rating > .table thead > tr > td,
.wk_rating > .table tbody > tr > th,
.wk_rating > .table tbody > tr > td,
.wk_rating > .table tfoot > tr > th,
.wk_rating > .table tfoot > tr > td {
	text-align: center;
}

.starSize {
	height: 15px !important;
	width: 15px !important;
}

.wkcontainer {
	margin-bottom: 2% !important;
}

.button.button-small span {
	border:none;
    display: block !important;
    padding: 5px 8px !important;
}

.boxHeading {
	border-bottom: 1px solid #e9e9e9;
	border-width: 2px;
}

.productTable {
	border: 1px solid #e9e9e9;
	border-top: 4px !important;
}

.viewForm {
	margin-top: 25px;
	border: none;
}

.smallButton {
    margin: 2%;
    padding: 2% 3%;
    width: 22%;
}

.lodingImage {
    position: absolute;
	top: 50%;
    left: 50%;
    width: 10%;
}

#data {
	display: none;
}

.smallButton > span {
	color: white;
}

#writereview {
	font-size: 110% !important;
}

.material-icons {
	font-size: 125% !important;
}

@media (max-width:500px) {
	.title {
		display:none;
	}
	.rating {
		display: none;
	}
	.time {
		display: none;
	}
	.status {
		display: none;
	}
	.smallButton {
	    margin: 1%;
	    padding: 0;
	    width: 25%;
	}
}

label > span {
	color: red;
}

.img-size{
	height: 450px;
	width: 900px;
	background-size: cover;
	overflow: hidden;
}
.carousel .carousel-inner {
    height: 470px!important;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")!important;
	width: 30px;
	height: 48px;
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")!important;
	width: 30px;
	height: 48px;
}
.carousel-indicators {
position: absolute;
    right: 0px;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.wk_review_like {
    margin-bottom: 20px;
    margin-top: 10px;
    color: #555;
}

.wk_pull_left {
    float: left;
}

.wk_like_action,
.wk_dislike_action {
    padding: 2px 10px;
    background-color: #4A4A4A;
    color: #fff;
    border-radius: 4px;
    margin-left: 10px;
}

.wk_like_action:hover {
    cursor: pointer;
    background-color: #30A728;
}

.wk_dislike_action:hover {
    cursor: pointer;
    background-color: #E23939;
}

.wk_helpful_number {
    padding: 3px 7px;
    font-size: 14px;
    color: #4A4A4A;
    font-weight: 600;
}

/** range slider css */
.wk_rg {
    display: flex!important;
    width: 570px;
}

.wk_rg_slide {
width: 60%;
}


.wk_rg_slide label {
margin-bottom: 10px;
}

.wk_rg_slide [type="range"] {
width: 100%;
-webkit-appearance: none;
height: 10px;
border-radius: 6px;
background: #f1f1f1;
outline: none;
padding: 0;
margin: 0;
}

/* custom thumb */
.wk_rg_slide [type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 15px;
height: 15px;
border-radius: 50%;
background: #000000;
cursor: pointer;
-webkit-transition: background .15s ease-in-out;
transition: background .15s ease-in-out;
}


.wk_rg_slide [type="range"]::-moz-range-thumb:hover {
background: #f9ca24;
}

/* remove border */
input::-moz-focus-inner, input::-moz-focus-outer {
border: 0;
}

@media only screen and (max-width: 575px) {
    .ratingscreen {
      margin-left: 50px;
    }
}