
/* START - Yotpo Reviews Widget */
.yotpo-section header {
	flex-direction: column;
    align-items: center;
	border-bottom:0;
}
.yotpo-section header h3 {
	margin-bottom: 0.25rem !important;
	font-family: 'p22-underground-sc' !important;
    text-transform: lowercase !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
    font-size: 2.3rem !important;
}
.yotpo-section header h3 + p {
	margin-left: 0;
}
.yotpo-section .shopwp-reviews-list {
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
}
@media (min-width: 992px) {
	.yotpo-section .shopwp-reviews-list .swp-review-list-item {
		width: 33%;
	}
}
@media (max-width: 991px) {
	.yotpo-section .shopwp-reviews-list .swp-review-list-item {
		max-width:300px;
	}
}
.yotpo-section .shopwp-reviews-list .swp-review-list-item {
	border-bottom:0;
}
.yotpo-section .shopwp-reviews-list .swp-review-list-item,
.yotpo-section .shopwp-reviews-list .swp-review-list-item .swp-review-buyer,
.yotpo-section .shopwp-reviews-list .swp-review-list-item .swp-review-buyer > div,
.yotpo-section .shopwp-reviews-list .swp-review-list-item .wps-component-products-reviews {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.yotpo-section .shopwp-reviews-list .swp-review-list-item .swp-review-title,
.yotpo-section .shopwp-reviews-list .swp-review-list-item .swp-review-content {
	text-align: center;
}
.yotpo-section .shopwp-reviews-list .swp-review-list-item .swp-review-content {
	font-size: 1rem;
    font-weight: 300;
    padding: 0 30px;
	max-height: 100px;
	overflow-y: hidden;
	transition: max-height .3s;
}
.yotpo-section .shopwp-reviews-list .swp-review-list-item-content:after {
	display:block;
	content: "Read More";
	text-align:center;
	color: var(--ruddy-brown);
	font-weight: 600;
	text-transform: lowercase;
	font-family:'p22-underground-sc';
	letter-spacing:2px;
}
.yotpo-section .shopwp-reviews-list .swp-review-list-item-content:hover .swp-review-content {
	max-height:800px;
}
.yotpo-section .shopwp-reviews-list .swp-review-list-item .swp-review-buyer img {
	width:100px;
	height:100px;
	border-radius:100%;
	display:none;
}
.yotpo-section .shopwp-reviews-list .swp-review-list-item .swp-review-buyer-name {    
	font-size: 1.5rem;
    font-family: 'p22-underground-sc';
    text-transform: lowercase;
    letter-spacing: 2px;
}
.yotpo-section .shopwp-reviews-list .swp-review-list-item .swp-review-date {
	font-weight:500;
	color:#b4b4b4;
}
.yotpo-section .shopwp-reviews-list .swp-review-list-item .filled-icons {
	color:var(--chinese-bronze) !important;
}
.yotpo-section .swp-notice,
.yotpo-section > div > div > p {
	background: var(--lavender-dark);
    font-size: 1rem;
    max-width: 420px;
    margin: 0 auto;
    border-left-color: var(--lavender);
    text-align: center;
	color:white;
}
.yotpo-section h4 {
	display: flex;
    margin: 0 auto;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.yotpo-section .shopwp-fieldgroup {
	max-width: 420px;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.yotpo-section .swp-btn {
	margin: 0 auto;
	margin-bottom: 1rem;
    display: block;
    background: var(--orange);
	color:white;
    font-family: 'p22-underground-sc';
    text-transform: lowercase;
    font-weight: 600;
    letter-spacing: 2px;
	transition: all .3s;
}
.yotpo-section .swp-btn:hover {
    background: var(--ruddy-brown);
}
.yotpo-section .react-simple-star-rating-tooltip {
    display:none !important;
}
.yotpo-section > .wps-component-products-reviews {
	display:none !important;
}
.swp-review-list-item-content  {
	padding-left: 0 !important;
}
.yotpo-section .wps-component-products-reviews:first-of-type {
	display:flex;
	flex-direction: column-reverse;
}
.yotpo-section .wps-component-products-reviews:first-of-type .swp-rating-label {
	margin:0;
	font-family: 'p22-underground-sc';
	text-transform: lowercase;
	letter-spacing: 1px;
	font-size: .9rem;
}
/* END - Yotpo Reviews Widget */