
.botiga-adv-reviews {
	position: relative;
	padding: 120px 0;
}

.botiga-adv-reviews:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	z-index: 1;
}

.botiga-adv-reviews>* {
	position: relative;
	z-index: 2;
}

.botiga-adv-reviews h2 {
	margin-top: 0;
}

.botiga-adv-reviews .botiga-adv-reviews-header {
	margin-top: 80px;
}

.botiga-adv-reviews .botiga-adv-reviews-header .botiga-reviews-orderby-form {
	margin-top: auto;
}

.botiga-adv-reviews .botiga-adv-reviews-header .botiga-adv-reviews-rating-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.botiga-adv-reviews .botiga-adv-reviews-header .botiga-adv-reviews-rating-wrapper .botiga-adv-reviews-rating {
	font-size: 2em;
	line-height: 1.4;
}

.botiga-adv-reviews .botiga-adv-reviews-header .botiga-adv-reviews-rating-wrapper .botiga-adv-reviews-rating+.star-rating {
	margin-left: 16px !important;
}

.botiga-adv-reviews .botiga-adv-reviews-header .botiga-adv-reviews-total {
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 30px;
}

.botiga-adv-reviews .botiga-adv-reviews-body .woocommerce-noreviews {
	margin: 50px 0 0;
}

.botiga-adv-reviews .botiga-adv-reviews-footer {
	padding-top: 55px;
}

.botiga-adv-reviews .botiga-adv-review-write-button {
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.botiga-adv-reviews .botiga-adv-review-write-button {
		margin-top: 40px;
		margin-bottom: 0;
		text-align: center;
	}
	
	.botiga-adv-reviews .botiga-reviews-orderby {
		margin-top: 20px;
	}
}

.star-rating.botiga-star-rating-style2 {
	font-size: 1.75em;
	margin: 0;
}

.star-rating.botiga-star-rating-style2:before {
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.star-rating.botiga-star-rating-style2 {
		font-size: 1em;
	}
}

.botiga-star-rating-bars .botiga-star-rating-bar-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.botiga-star-rating-bars .botiga-star-rating-bar-item .item-rating {
	min-width: 55px;
	margin-bottom: 0;
}

.botiga-star-rating-bars .botiga-star-rating-bar-item .item-bar {
	position: relative;
	margin-left: 24px;
	background-color: var(--bt-color-content-cards-bg, #f5f5f5);
	height: 10px;
	min-width: 300px;
	border-radius: 10px;
	overflow: hidden;
}

.botiga-star-rating-bars .botiga-star-rating-bar-item .item-bar .item-bar-inner {
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--bt-color-link-default, #212121);
	width: 0%;
	height: 100%;
	border-radius: 10px;
}

.botiga-star-rating-bars .botiga-star-rating-bar-item .item-qty {
	font-size: .8rem;
	margin-left: 10px;
	margin-bottom: 0;
	opacity: .7;
}

.botiga-star-rating-bars .botiga-star-rating-bar-item+.botiga-star-rating-bar-item {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.botiga-star-rating-bars .botiga-star-rating-bar-item .item-rating {
		white-space: nowrap;
	}
	
	.botiga-star-rating-bars .botiga-star-rating-bar-item .item-bar {
		min-width: calc(100% - 125px);
	}
	
	.botiga-star-rating-bars .botiga-star-rating-bar-item .item-qty {
		margin-left: auto;
	}
}

.botiga-reviews-list-wrapper {
	border-top: 1px solid rgba(0, 0, 0, .15);
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	margin-top: 40px;
}

.botiga-reviews-list-wrapper .botiga-reviews-list-item {
	padding: 40px 0;
}

.botiga-reviews-list-wrapper .botiga-reviews-list-item p {
	margin-bottom: 20px;
}

.botiga-reviews-list-wrapper .botiga-reviews-list-item p:last-of-type {
	margin-bottom: 0;
}

.botiga-reviews-list-wrapper .botiga-reviews-list-item .star-rating+.botiga-review-author {
	margin-left: 20px;
}

.botiga-reviews-list-wrapper .botiga-reviews-list-item .botiga-review-author {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.05em;
}

@media screen and (max-width: 767px) {
	.botiga-reviews-list-wrapper .botiga-reviews-list-item .botiga-review-author {
		font-size: .8em;
	}
}

.botiga-reviews-list-wrapper .botiga-reviews-list-item .verified {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 6px;
	font-size: .7rem;
	font-weight: 100;
}

.botiga-reviews-list-wrapper .botiga-reviews-list-item .botiga-review-date {
	font-size: .8rem;
	opacity: .5;
}

@media (min-width: 768px) {
	.botiga-reviews-list-wrapper .botiga-reviews-list-item .botiga-review-date-wrapper {
		text-align: right;
	}
	
	.botiga-reviews-list-wrapper .botiga-reviews-list-item .botiga-review-date {
		font-size: 1rem;
	}
}

.botiga-reviews-list-wrapper .botiga-reviews-list-item .botiga-review-content {
	margin-top: 25px;
}

.botiga-reviews-list-wrapper .botiga-reviews-list-item+.botiga-reviews-list-item {
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.botiga-adv-reviews-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(33, 33, 33, .8);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: ease opacity 300ms;
	transition: ease opacity 300ms;
	z-index: 1000;
}

.botiga-adv-reviews-modal.show {
	opacity: 1;
	visibility: visible;
}

.botiga-adv-reviews-modal .botiga-adv-reviews-modal-body {
	position: relative;
	padding: 50px 33px 50px 50px;
	background-color: #f5f5f5;
}

.botiga-adv-reviews-modal .botiga-adv-reviews-modal-body .botiga-adv-reviews-modal-close {
	position: absolute;
	top: 25px;
	right: 30px;
}

.botiga-adv-reviews-modal .botiga-adv-reviews-modal-body .botiga-adv-reviews-modal-content {
	width: 100%;
	padding-right: 17px;
	max-width: 500px;
	max-height: 85vh;
	overflow-y: auto;
}

.botiga-adv-reviews-modal .botiga-adv-reviews-modal-body .botiga-adv-reviews-modal-content::-webkit-scrollbar {
	width: 7px;
}

.botiga-adv-reviews-modal .botiga-adv-reviews-modal-body .botiga-adv-reviews-modal-content::-webkit-scrollbar-track {
	background: #e2e2e2;
}

.botiga-adv-reviews-modal .botiga-adv-reviews-modal-body .botiga-adv-reviews-modal-content::-webkit-scrollbar-thumb {
	background-color: #ccc;
}

.botiga-adv-reviews-modal .botiga-adv-reviews-modal-body .botiga-adv-reviews-modal-content .modal-title-style1 {
	font-size: .9rem;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 0;
}

.botiga-adv-reviews-modal .botiga-adv-reviews-modal-body .botiga-adv-reviews-modal-content .botiga-adv-reviews-modal-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 20px;
}

.botiga-adv-reviews-modal .botiga-adv-reviews-modal-body .botiga-adv-reviews-modal-content .botiga-adv-reviews-modal-product img {
	max-width: 100px;
}

.botiga-adv-reviews-modal .botiga-adv-reviews-modal-body .botiga-adv-reviews-modal-content .botiga-adv-reviews-modal-product .modal-product-info {
	margin-left: 25px;
}

.botiga-adv-reviews-modal .botiga-adv-reviews-modal-body .botiga-adv-reviews-modal-content .botiga-adv-reviews-modal-product .modal-product-info h5 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 1rem;
	font-weight: 600;
}

.botiga-adv-reviews-modal .botiga-adv-reviews-modal-body .botiga-adv-reviews-modal-content .botiga-adv-reviews-modal-product .modal-product-info p {
	font-size: .9rem;
}

.botiga-adv-reviews-modal .botiga-adv-reviews-modal-body .botiga-adv-reviews-modal-content .botiga-adv-reviews-modal-product .modal-product-info p:last-of-type {
	margin-bottom: 0;
}

.botiga-adv-reviews-modal .botiga-adv-reviews-modal-body .botiga-adv-reviews-modal-content .stars {
	font-size: 1.5rem;
	margin-top: 10px;
	margin-bottom: 15px;
}

.botiga-adv-reviews-modal .botiga-adv-reviews-modal-body .botiga-adv-reviews-modal-content .stars:hover a:before {
	color: #212121;
}

.botiga-adv-reviews-modal .botiga-adv-reviews-modal-body .botiga-adv-reviews-modal-content .comment-form p {
	margin-bottom: 20px;
}

.botiga-adv-reviews-modal .botiga-adv-reviews-modal-body .botiga-adv-reviews-modal-content .comment-form p:last-of-type {
	margin-bottom: 0;
}

.botiga-adv-reviews-modal .botiga-adv-reviews-modal-body .botiga-adv-reviews-modal-content .comment-form p:not(.comment-form-cookies-consent) label {
	display: inline-block;
	margin-bottom: 10px;
}

.botiga-adv-reviews-modal .botiga-adv-reviews-modal-body .botiga-adv-reviews-modal-content .comment-form p:not(.comment-form-cookies-consent) #submit {
	width: 100%;
}
