/*
	WARNING: If you edit anything here, it will be overwritten with each plugin update and/or activation.
	
    You can also override any of these values in your theme CSS if you use !important or prepend with "body "
    Example: body #wpcr3_respond_1 blockquote.description p { font-size:12px !important; font-weight:bold !important; }
*/
:root {
    --star-height: 30px;
    --star-small-height: 22px;
    --star-width: 184px;
    --star-small-width: 135px;
}

  
.wpcr3_in_content {
    margin-bottom: var(--star-height);
}

.wpcr3_in_content meta {
    display: none;
}

.wpcr3_power {
    padding-top: var(--star-height) !important;
    padding-bottom: var(--star-height) !important;
    font-size: 11px !important;
}
/* .wpcr3_caps {
    text-transform: capitalize;
} */

div.wpcr3_dotline,
div.wpcr3_review div.wpcr3_dotline {
    display: block !important;
    border-bottom: 1px dotted #ccc !important;
    margin-bottom: 10px !important;
    clear: both !important;
}

.wpcr3_leave_text {
    font-weight: bold;
    font-size: 1.1rem;
}

div.wpcr3_aggregateRating {
    display: block !important;
    margin-bottom: var(--star-height);
    line-height: 24px;
    font-size: 0.8em;
}

div.wpcr3_aggregateRating div.wpcr3_aggregateRating_ratingValue {
    display: inline-block !important;
    position: relative;
    top: 2px;
}
div.wpcr3_review_item div.wpcr3_item_name {
    font-size: 0.8em;
    font-style: italic;
}
div.wpcr3_review p,
div.wpcr3_review blockquote {
    margin: 0;
}
div.wpcr3_review div.wpcr3_review_author,
div.wpcr3_review div.wpcr3_review_datePublished {
    font-size: 0.9em;
}
div.wpcr3_review div.wpcr3_review_customs {
    margin-bottom: 5px;
}

div.wpcr3_review div.wpcr3_review_custom {
    font-size: 12px;
    float: left;
    margin-right: 60px;
}
.wpcr3_item {
    border-top: 1px solid #BFBFBF;
    padding-top: 30px;
}
.wpcr3_respond_2 {
    position: relative;
}

.wpcr3_respond_2 label {
    display: inline-block !important;
}

.wpcr3_respond_2 .fconfirm2 {
    width: auto !important;
}

.wpcr3_respond_2 small {
    padding: 0 !important;
    margin: 0 !important;
}

.wpcr3_respond_2 table,
.wpcr3_respond_2 td {
    border: 0 !important;
    border-style: none !important;
}

.wpcr3_respond_2 .wpcr3_check_confirm label {
    margin: -2px 0px 0px 5px;
}

/* .wpcr3_content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;  
} */

.wpcr3_respond_1 .wpcr3_rating,
.wpcr3_respond_2 .wpcr3_rating {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    overflow: hidden;
    height: 16px;
}

div.wpcr3_rating_style1 {
    line-height: var(--star-height);
    display: inline-block;
}

div.wpcr3_rating_style1 div {
    line-height: var(--star-height);
}

div.wpcr3_rating_style1 * {
    border: 0 none;
    margin: 0;
    padding: 0;
    line-height: var(--star-height);
}

div.wpcr3_rating_style1_base {
    background-image: url(stars-reviews.svg);
    width: var(--star-width);
    height: var(--star-height);
    line-height: var(--star-height);
    float: left;
    padding-right: 0px;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-size: var(--star-width);
    background-position: 0 0;
}
div.wpcr3_rating_style1_average {
    background-image: url(stars-reviews.svg);
    background-repeat: no-repeat;
    background-size: var(--star-width);
    background-position: 0 calc(var(--star-height) * -1);
    text-indent: -9999px;
    height: var(--star-height);
    line-height: var(--star-height);
}

div.wpcr3_rating_style1_status {
    height: var(--star-height);
    line-height: var(--star-height);
    width: var(--star-width);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: block;
}

div.wpcr3_rating_style1_score {
    background-image: url(stars-reviews.svg);
    width: var(--star-width);
    height: var(--star-height);
    line-height: var(--star-height);
    float: left;
    background-repeat: no-repeat;
    background-size: var(--star-width);
    background-position: 0 0;

    /* background: url(stars-reviews.svg) 0 0 no-repeat;
    width: 85px;
    height: var(--star-height);
    line-height: var(--star-height);
    float: left; */
    position: relative;
}

div.wpcr3_rating_style1_score div {
    display: block;
    height: var(--star-height);
    float: left;
    text-indent: -9999px;
    position: absolute;
    overflow: hidden;
    line-height: var(--star-height);
}

div.wpcr3_rating_style1_score div:hover {
    /* background: url(stars-reviews.svg) bottom right no-repeat; */
    background-image: url(stars-reviews.svg);
    background-size: var(--star-width);
    background-position: left bottom;
}

div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score1 {
    width: 20%;
    z-index: 55;
}

div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score2 {
    width: 40%;
    z-index: 54;
}

div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score3 {
    width: 60%;
    z-index: 53;
}

div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score4 {
    width: 80%;
    z-index: 52;
}

div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score5 {
    width: 100%;
    z-index: 51;
}
.small-stars div.wpcr3_rating_style1_base {
    width: var(--star-small-width);
    background-size: var(--star-small-width);
    height: var(--star-small-height);
    line-height: var(--star-small-height);
}
.small-stars div.wpcr3_rating_style1 * {
    line-height: var(--star-small-height);
}
.small-stars div.wpcr3_rating_style1_average {
    background-size: var(--star-small-width);
    background-position: 0 calc(var(--star-small-height) * -1);
    height: var(--star-small-height);
    line-height: var(--star-small-height);
}
.small-stars div.wpcr3_rating_style1_status {
    height: var(--star-small-height);
    line-height: var(--star-small-height);
    width: var(--star-small-width);
}
.small-stars div.wpcr3_rating_style1_score {
    width: var(--star-small-width);
    height: var(--star-small-height);
    line-height: var(--star-small-height);
    background-size: var(--star-small-width);
}
.small-stars div.wpcr3_rating_style1_score div {
    height: var(--star-small-height);
    line-height: var(--star-small-height);
}
.small-stars div.wpcr3_rating_style1_score div:hover {
    background-size: var(--star-small-width);
}

.wpcr3_div_2 {
    width: 600px;
    max-width: 100%;
}

.wpcr3_table_2 {
    text-align: left;
    width: 100%;
}

.wpcr3_table_2 td {
    text-align: left;
}

.wpcr3_check_confirm {
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: 4px;
}

.wpcr3_button_1 {
    border: 1px solid;
    border-color: #e6e6e6 #cccccc #cccccc #e6e6e6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #c4c4c4 100%);
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0%, #ffffff),
            color-stop(100%, #c4c4c4));
    background: -webkit-linear-gradient(top, #ffffff 0%, #c4c4c4 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #c4c4c4 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #c4c4c4 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #c4c4c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c4c4c4', GradientType=0);
    color: #404040;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    outline: 0;
    padding: 5px 12px 5px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    float: none;
    height: auto;
    text-indent: 0;
    margin-bottom: 15px;
}

.wpcr3_button_1:hover {
    background: #dedede;
    background: -moz-linear-gradient(top, #ffffff 0%, #b8b8b8 100%);
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0%, #ffffff),
            color-stop(100%, #b8b8b8));
    background: -webkit-linear-gradient(top, #ffffff 0%, #b8b8b8 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #b8b8b8 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #b8b8b8 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #b8b8b8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#b8b8b8', GradientType=1);
    border-color: #99ccff;
    color: #333333;
    cursor: pointer;
    font-weight: normal;
}

.wpcr3_button_1:active,
.wpcr3_button_1:focus {
    background-position: 0 -25px;
    background: #dedede;
    background: -moz-linear-gradient(top, #ffffff 0%, #dedede 100%);
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0%, #ffffff),
            color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #ffffff 0%, #dedede 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #dedede 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #dedede 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede', GradientType=1);
    border-color: #8fc7ff #94c9ff #94c9ff #8fc7ff;
    color: #1a1a1a;
}

.wpcr3_button_1.wpcr3_disabled {
    opacity: 0.5;
}

.wpcr3_button_1.wpcr3_hide {
    display: none !important;
}

.wpcr3_pagination {
    display: table;
    margin: 40px auto;
}

.wpcr3_pagination_page {
    float: left;
    display: block;
    line-height: var(--star-height);
    padding-right: 5px;
}

.wpcr3_pagination .wpcr3_a {
    display: block;
    float: left;
    margin: 0px 1px 0px 1px;
    padding: 0;
    line-height: 40px;
    text-decoration: none;
    width: 40px;
    color: #686868;
    border-radius: 100px;
    background: #E9E9E9;
    cursor: pointer;
    height: 40px;
    font-size: 18px;
    text-align: center;
}

.wpcr3_pagination .wpcr3_a:hover {
    color: #fff;
    background: #1C2C54;
}

.wpcr3_pagination .wpcr3_ls {
    margin-right: 1px;
    background: none;
}

.wpcr3_pagination .wpcr3_rs {
    margin-left: 1px;
    background: none;
}

.wpcr3_pagination .wpcr3_a.wpcr3_current {
    background: #1C2C54;
    color: #fff;
    cursor: default;
}

.wpcr3_pagination .wpcr3_a.wpcr3_disabled,
.wpcr3_pagination .wpcr3_a.wpcr3_disabled:hover {
    opacity: .4;
}

.wpcr3_clear,
div.wpcr3_review .wpcr3_clear {
    clear: both !important;
    display: block !important;
    line-height: 0px !important;
    height: 0px !important;
}

.wpcr3_show,
div.wpcr3_review .wpcr3_show {
    display: inline;
}

.wpcr3_hide,
div.wpcr3_review .wpcr3_hide {
    display: none !important;
}

.wpcr3_fakehide {
    position: absolute !important;
    top: 0 !important;
    left: -999em !important;
    height: 1px !important;
    width: 1px !important;
}

.wpcr3_pb5 {
    padding-bottom: 5px;
}   
.aside-reviews {
    background: white;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    right: -100%;
    top: 0;
    -webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
    width: 100%;
    z-index: 9999;
}
@media screen and (min-width: 500px) {
    .aside-reviews {
        box-shadow: -10px 0 10px rgba(0, 0, 0, 0.05);
        right: -500px;
        width: 500px;
    }
}
.aside-reviews.active {
    right: 0;
}
.aside-reviews .rating-stars-wrapper {
    line-height: var(--star-height);
}
.aside-reviews h2 {
    color: #1C2C54 !important;
}
.aside-reviews .aside-reviews__container {
    padding: 20px;
}
.aside-reviews .aside-reviews__container__title {
    margin-top: 20px;
    margin-bottom: 40px;
}
.aside-reviews .aside-reviews__container .rating-stars-wrapper {
    margin-bottom: 20px;
    position: relative;
}
.aside-reviews .aside-reviews__container .rating-stars-wrapper .error-tip {
    bottom: 0 !important;
}
.aside-reviews .aside-reviews__container .rating-stars-wrapper__label {
    margin-right: var(--star-height);
}
.aside-reviews .aside-reviews__container .rating-stars-wrapper,
.aside-reviews .aside-reviews__container .rating-stars-wrapper > span {
    /* display: flex; */
    height: var(--star-height);
    line-height: var(--star-height);
}
.aside-reviews .aside-reviews__container .rating-stars-wrapper > span {
    /* display: inline-block; */
}
.aside-reviews .aside-reviews__container .rating-stars-wrapper .wpcr3_rating_stars {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}
.aside-reviews .aside-reviews__container .wrap-input100 {
    margin-bottom: 20px !important;
    padding-bottom: 0px;
}
.aside-reviews .aside-reviews__container .wrap-input100 > label {
    margin-bottom: 0;
    color: #414756;
}
.aside-reviews .aside-reviews__container .wpcr3_respond_2 {
    margin-bottom: 20px;
}
.aside-reviews .aside-reviews__container .wrap-input100 .input100 {
    height: 25px;
}
.aside-reviews .aside-reviews__container select,
.aside-reviews .aside-reviews__container textarea,
.aside-reviews .aside-reviews__container input {
    font-size: 13px;
}
.aside-reviews .aside-reviews__container textarea {
    border-bottom: 1px solid #BFBFBF;
    height: 80px;
    padding: 0;
    resize: none;
    width: 100%;
}
.aside-reviews .aside-reviews__container select {
    margin-left: -4px;
}
.aside-reviews .aside-reviews__container .focus-input100.focused::after {
    top: -15px;
}
.aside-reviews .aside-reviews__container .focus-input100::after {
    top: 0;
}
.aside-reviews .aside-reviews__container .wrap-input100.with-help {
    margin-bottom: var(--star-height) !important;
}
.aside-reviews .aside-reviews__container .error-tip {
    display: none;
    position: absolute;
}
.aside-reviews .aside-reviews__container .error-parent .error-tip {
    display: block;
    color: red;
    font-size: 10px;
    right: 0;
    bottom: -20px;
    font-weight: 600;
}
.aside-reviews .aside-reviews__container .wrap-input100.with-help small {
    position: absolute;
    bottom: -18px;
}
.aside-reviews .aside-reviews__close-button {
    background: none;
    border: none;
	cursor: pointer;
    padding: 0;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 24px;
	height: 24px;
	z-index: 5;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.aside-reviews .aside-reviews__close-button:before,
.aside-reviews .aside-reviews__close-button:after {
	position: absolute;
	content: ' ';
	height: 24px;
	width: 2px;
	background-color: #1C2C54;
    top: 0;
}
.aside-reviews .aside-reviews__close-button:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.aside-reviews .aside-reviews__close-button:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.aside-reviews .aside-reviews__close-button:hover {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.wpcr3_reviews_holder_wrapper {
    margin-bottom: 30px;
}
.wpcr3_review {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #BFBFBF;
}
.wpcr3_review_title h3 {
    color: #2B2B2B !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 32px !important;
    margin-bottom: 10px !important;
}
.wpcr3_review .wpcr3_review__header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.wpcr3_review .wpcr3_review__footer {
    margin-top: 20px;
}
.wpcr3_review .wpcr3_review__header .wpcr3_review_meta {
    margin-left: 10px;
    position: relative;
    top: -3px;
}
.wpcr3_respond_3 .wpcr3_show_btn {
    background: none;
    margin: 40px auto;
    display: table;
}
.wpcr3_respond_3 .wpcr3_show_btn:focus {
    outline: none;
    border-color: inherit;
}
.wpcr3_submit_btn:hover,
.wpcr3_submit_btn:visited,
.wpcr3_submit_btn:focus,
.wpcr3_submit_btn:active {
    background: inherit;
    font-weight: 600;
}
.wpcr3_respond_1 .owl-carousel .item {
    padding: 30px;
    background-color: rgba(255,255,255,.5);
    border: none;
}
.wpcr3_respond_1 .owl-carousel .owl-nav button span {
    font-size: 20px;
}
.wpcr3_respond_1 .owl-carousel .item .wpcr3_review .wpcr3_review__header {
    float: right;
}
.aside-reviews .form-message.sent,
.aside-reviews .form-message.failed {
    display: block;
}
.aside-reviews .form-message .msg-fail,
.aside-reviews .form-message .msg-success{
    display: none;
}
.aside-reviews .form-message.sent .form-message-wrapper .msg-success {
    display: block;
}
.aside-reviews .form-message.failed .form-message-wrapper .msg-fail {
    display: block;
}

@media screen and (max-width: 500px) {
    .aside-reviews .aside-reviews__container .rating-stars-wrapper .wpcr3_rating_stars {
        position: absolute;
        right: 0;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
    .aside-reviews .aside-reviews__container .rating-stars-wrapper .error-tip {
        bottom: -25px!important;
    }
}


.privacy-checkbox-label {
    position: relative;
    display: flex;
    align-items: start;
    width: 100%;
    margin-top: 20px;
}

.privacy-checkbox-label input {
    margin-top: 1px;
    margin-right: 5px;
}

.privacy-checkbox-label .error-tip {
    right: 0;
    left: auto;
    top: 5px;
}