/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 16px;
	height: 16px;
	margin: 5px 0px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ddd;
	border: 2px #fff solid
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #0088cc;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
.owl-pagination {
	top: -36px;
	text-align: center;
	position: absolute;
	right: 0px;
	background: #fff;
	padding-left: 10px
}



/* Site review slider css */

.single-product .trust-pilot-section {
    margin: 20px 0;
}
.trust-pilot-section {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.trust-pilot-section {
    border: 2px solid #0c6452;
    border-radius: 25px;
    padding-top: 40px;
	display: inline-block;
    width: 100%;
	background-color: #fff;
}
.review-item .glsr-review-title h4 {
	font-size: 1.3333333333333rem;
}
.home .trust-pilot-section.trust-pilot-row.row {
    margin: 20px 0;
}
.trust-pilot-heading>h2 {
    color: #333;
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
	text-align:center;
    padding: 0px 10px 15px;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0;
    top: -15px;
}
.trust-reviews-box {
    text-align: center;
    margin-bottom: 30px;
}
.trust-reviews-box .h3 {
    color: #000;
    font-size: 24px;
    margin: 0 0 12px;
    line-height: 24px;
}
.single-product.woocommerce .star-rating span, .woocommerce-page .star-rating span {
    color: #ffc60a;
}
.trust-reviews-box .star-rating .star {
    font-size: 30px;
    width: 30px;
    height: 30px;
}
.star-rating .star {
    color: #ffb900 !important;
    display: inline-block;
    font-family: dashicons;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    height: 20px;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    width: 20px;
}
.review_slider.owl-carousel {
    opacity: 1;
    display: block;
}
ul.review_slider {
    padding: 0 30px;
    margin: 0 !important;
}
.review_slider {
    opacity: 0;
    transition: opacity 1s;
    display: none;
}
.review_slider.owl-carousel .owl-item {
    display: block;
    visibility: visible !important;
}
.review_slider .owl-item li.review-item {
    list-style-type: none;
    padding: 0px 10px !important;
}
.review_slider li {
    max-width: 270px;
    width: 100%;
/*     margin: 0 10px !important; */
    padding: 0 !important;
}
.review-item.carousel-cell .glsr-review-date {
    display: inline-block;
    float: right;
}
.review_slider .owl-buttons .owl-prev a:before {
    content: "";
    position: absolute;
	transform: rotate(180deg);
    top: 30%;
    left: 0;
       background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dddddd' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

.review_slider .owl-buttons .owl-next a:before {
    content: "";
    position: absolute;
    top: 30%;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dddddd' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

.review_slider .glsr-review-content .glsr-tag-value {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.review-item.carousel-cell .glsr-review-author {
    display: none;
}
.owl-theme .owl-controls .owl-buttons div {
    background: none !important;
}
.single-product.woocommerce .star-rating:before {
    font-size: 0 !important;
}
.single-product.woocommerce .trust-pilot-section .star-rating {
    float: unset !important;
    overflow: unset !important;
    position: relative !important;
    height: unset !important;
    line-height: unset !important;
    font-size: unset !important;
    width: unset !important;
    font-family: unset !important;
}

.signle-post-testimonial.left {
    float: left;
    width: 25%;
    padding: 0 15px;
}
.signle-post-testimonial.right {
    float: left;
    width: 75%;
    padding-right: 15px;
}
#kvhngbfog {
	margin-top: 80px;
}
.single-product.woocommerce .entry-summary .star-rating {
	display: none;
}
.star-rating .star-full:before {
    content: "\f155";
}
.star-rating .star-half:before {
    content: "\f459";
}
.max-twelve .elementor-element {
	max-width: 1200px !important;
	width: 100%;
	margin: 0 auto;
}
@media(max-width:1200px) {
	.signle-post-testimonial.left {
  		width: 100%;
   	 	padding: 0 15px;
	}
	.signle-post-testimonial.right {
		width: 100%;
		padding: 0 15px;
}
	.review_slider li {
		margin: auto;
	}
	.summary-wrap-main > .glsr-summary {
		justify-content: center;
		margin: 0 auto;
	}
}

/* Site review slider css END */