@media (min-width: 1200px){

.yotpo-base-layout {
	max-width: 1400px;
  	margin: 0 auto;
}
}

@media (min-width: 1400px){
.yotpo-base-layout {
	padding-left: 3rem;
  	padding-right: 3rem;
}
}

.yotpo-new-review-btn, .yotpo-icon-btn {
    border-radius: 0px !important;
    letter-spacing: 1px !important;
    font-size: 13px !important;
    font-weight: bold !important;
	transition: 0.3s ease-in-out !important;
    min-height: 50px !important;
    text-transform: uppercase !important;
    padding: 0 2rem !important;
}

.yotpo-new-review-btn:hover, .yotpo-icon-btn:hover {
	box-shadow: 0px 8px 20px -10px rgb(0, 0, 0, 0.75) !important;
}

.yotpo-head {
	margin-top: 0px !important;
}

.yotpo-summary-footer-read-all-reviews {
 	color: #141429 !important;
	letter-spacing: 1px !important;
 	font-size: 13px !important;
 	font-weight: bold !important; 
 	text-transform: uppercase !important;
}

.yotpo-summary-header {
	background: #00205b !important;
}

 .yotpo-summary-footer {
	background: #f1f1f1 !important;
}

.yotpo-summary-header-title, .yotpo-summary-header-text, .yotpo-close-icon {
	color: #ffffff !important;
}

.yotpo-mobile-summary-bottomline .yotpo-bottom-line-summary .yotpo-bottom-line-left-panel.yotpo-bottom-line-score {
  color: #ffffff !important;
}

.yotpo-mobile-summary-bottomline .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel .yotpo-bottom-line-text {
  color: #ffffff !important;
}

.yotpo-reviews-summary-drawer-container {
  border-radius: 0px !important;
}