/*
 Theme Name:   Aktiia 2.0
 Theme URI:    https://aktiia.com/
 Description:  
 Author:       Aktiia
 Template:     bricks
 Version:      2.0
 Text Domain:  bricks
*/

ul {
    padding-left: 0px;
}
li {
    list-style: none;
}

/*========================
          Review Css
==========================*/
#fancybox-close:hover span, #fancybox-next:hover span, body.rtl #fancybox-prev:hover span {
  transform: inherit;
}
.custom-review {
  padding: 19px 0 0;
  width:100%;
}
.inner-box {
	max-width: 1220px;
	margin: 0 auto;
}
.inner-box h2 {
	color: #005f61 !important;
	font-size: 26px !important;
	font-family: "MostardesignSofiaProRegular" !important;
	font-weight: 700 !important;
	line-height: 40px !important;
	margin: 0 0 27px;
}
.inner-box .left-box {
	padding: 0 15px;
	width: 50%;
}
.inner-box .right-box {
	width: 50%;
	padding: 0 15px;
}
.acr .box {
	display: flex;
	align-items: center;
	margin: 0 0 5px;
}
.inner-box .left-box p, .inner-box .right-box p {
	margin: 0;
	font-size: 14px;
	color: #333;
}
.review-summary .summary-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 3px;
}
.review-summary {
	margin-top: 14px;
}
.review-summary .rating .number {
	width: 11px;
	display: inline-block;
}
.review-summary .summary-box .rating {
	font-family: "MostardesignSofiaProRegular" !important;
	font-size: 14px !important;
	color: #333 !important;
	width: 31px;
	display: flex;
}
.review-summary .summary-box .ratings {
	width: 267px;
	height: 10px;
	background: #ccc;
	border-radius: 2px;
	box-shadow: inset 0 0 2px rgba(0,0,0,.25);
	position: relative;
    overflow:hidden;
}
.review-summary .summary-box .ratings .active {
  position: absolute;
  height: 100%;
  background: #007b7d;
  border-radius: 2px;
}
.review-summary .summary-box:nth-child(1) .ratings:before {
	width: 68%;
}
.review-summary .summary-box:nth-child(2) .ratings:before {
	width: 18%;
}
.review-summary .rating .star {
	font-size: 14px !important;
	color: #000 !important;
	font-family: 'BVCustom', 'times new roman' !important;
	display: inline-block;
}
.ratings-score {
	font-family: "MostardesignSofiaProRegular" !important;
	font-size: 14px !important;
	color: #333 !important;
	width: 31px;
	display: flex;
	justify-content: center;
	margin-left: 25px;
}
.acr {
	margin-top: 30px;
}
.acr .box {
	display: flex;
	align-items: center;
}
.acr .text {
	margin: 0;
	font-size: 14px;
	color: #333;
	width: 102px;
}
.acr .star {
	font-size: 20px;
	color: #c4c4c4;
	font-family: 'BVCustom', 'times new roman' !important;
	display: inline-block;
	width: 144px;
}
.acr .star .outer {
  display: inline-block;
}
.acr .star span {
	display: block;
	line-height: 20px;
}
.acr .star .active {
	color: #007b7d;
	width: 94%;
	white-space: nowrap;
	overflow: hidden;
	margin-top: -20px;
}
.ratings-bars {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	width: 144px;
}
.ratings-bars li {
	width: 20%;
	height: 8px;
	background: #ccc;
	box-shadow: inset 1px 0 0 rgba(255,255,255,.5), inset -1px 0 0 rgba(0,0,0,.25) !important;
	position: relative;
}
.ratings-bars li::after {
	background: #188789;
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	box-shadow: inset 1px 0 0 rgba(255,255,255,.5), inset -1px 0 0 rgba(0,0,0,.25) !important;
}
.ratings-bars li:last-child::after {
	width: 85%;
}
.acr .box:last-child .ratings-bars li:last-child::after {
	width: 80%;
}
.ratings-bars li:first-child {
	border-radius: 2px 0 0 2px;
}
.ratings-bars li:last-child {
	border-radius: 0 2px 2px 0;
}
.inner-box .review {
	margin-top: 80px;
}
.inner-box .review .flex-box {
	margin-bottom: 48px;
}
.flex-box {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.review .box:nth-child(1) {
	width: 24%;
	padding: 0 15px;
}
.review .box:nth-child(2) {
	width: 52%;
	padding: 0 15px;
}
.review .box:nth-child(3) {
	width: 24%;
	padding: 0 15px;
	margin-top: 56px;
}
.review .box .name {
	color: #000;
	font-size: 14px;
	line-height: 22px;
	font-family: 'MostardesignSofiaProRegular';
	font-style: normal;
	margin: 0 0 4px;
	font-weight: bold;
}
.review .box:nth-child(1) p {
	color: #333333;
	font-size: 14px;
	margin: 0;
}
.review .box .rating-box {
	margin-bottom: 19px;
}
.review .box .rating-box span {
	font-size: 14px;

	display: block;
	margin: 0 0 4px;
}
.rating-box ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.rating-box ul li:first-child {
	border-radius: 2px 0px 0px 2px;
}
.rating-box ul li:last-child {
	border-radius: 0 2px 2px 0;
}
.rating-box ul li {
	height: 8px;
	width: 100%;
	background: #2b9193;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.5), inset -1px 0 0 rgba(0,0,0,.25) !important;
	box-shadow: inset 1px 0 0 rgba(255,255,255,.5), inset -1px 0 0 rgba(0,0,0,.25) !important;
}
.rating-box ul li.empty {
	background: #d0d0d0;
}
.review .rating ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}
.review .rating ul li.fill {
	font-size: 20px;
	color: #007b7d;
	line-height: 1em;
	height: 1em;
	font-family: 'BVCustom', 'times new roman' !important;
	text-decoration: none;
	word-wrap: normal;
}
.review .rating ul li.empty {
	font-size: 20px;
	color: #d0d0d0;
	line-height: 1em;
	height: 1em;
	font-family: 'BVCustom', 'times new roman' !important;
	text-decoration: none;
	word-wrap: normal;
}
.review .content h4 {
	color: #000;
	font-size: 18px;
	line-height: 24px;
	font-family: 'MostardesignSofiaProRegular';
	font-style: normal;
	margin: 2px 0 13px;
}
.review .content p {
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
.review .content h5 {
	font-weight: 700 !important;
	font-size: 14px;
	color: #333;
	margin: 29px 0 25px;
}
.review .content h5 span {
	font-weight: normal;
}
.review .content ul.image {
	padding: 0 0 41px;
	list-style: none;
	margin: 0 -2px 0;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.review .content ul.image li {
	width: 20%;
	margin-bottom: 6px;
	padding: 0 2px;
}
.review .content ul.image li .image {
  border: 1px solid rgba(0,0,0,.2) !important;
	text-align:center
}
.review .content ul.image li .image img {
  min-height: 90px;
  max-height: 90px;
  margin: 0 auto;
}
.load-more {
	text-align: center;
}
.load-more a {
	background-color: #EF6079;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	min-width: 402px;
	height: 30px;
	font-size: 14px;
	border-radius: 8px;
	line-height: 30px;
	font-family: Arial, Helvetica, 'Bitstream Vera', sans-serif !important;
}
.load-more a:hover {
	background-color: #ef6079;
}



@media screen and (max-width:767px){
.brxe-review [class*=brxe-] {margin:0 auto;}
.inner-box .left-box {
  width: 100%;
}	
.inner-box .right-box {
  width: 100%;
}	
.acr {
  margin-top: 20px;
}	
.acr .star {
  width: calc(100% - 145px);
}	
.ratings-bars {
  width: calc(100% - 145px);
}	
.ratings-score {
  margin-left: 12px;
}
.review-summary .summary-box .ratings {
  width: calc(100% - 74px);
}	
.inner-box .review .flex-box {
  margin-bottom: 64px;
}	
.review .box:nth-child(1) {
  display: none;
}
.review .box:nth-child(2), .review .box:nth-child(3) {
  width: 100%;
}
.review .box:nth-child(3) {
  margin-top: 3px;
}
.review .content ul.image {
  padding: 0 0 38px;
}
.load-more a {
    min-width: 107px;
    padding: 0 25px;
}	
.inner-box .right-box {
  margin-top: 30px;
}	
.review .mobile {
  display: block !important;
}	
}