.caption .ruk_rating_snippet {
	float: right;
}
#countryModal .modal-header {
  border-bottom: none;
  text-align: right;
}
	
#countryModal h3 {
    margin-bottom: 1em;
}

#countryModal .mt-3 {
	margin: 2em 0em;
}

#gorgias-chat-container {
	display: none;
}
#reviewsio-carousel-widget {
    margin: 25px 0px 6px;
}
@media (min-width: 768px){
	#reviewsio-carousel-widget {
		min-height: 321px;
	}
}

@media (max-width: 768px){
	#reviewsio-carousel-widget {
		min-height: 505px;
	}
}

#product-details .panel-heading .accordion-toggle {
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

#product-details .accordion-toggle .expand {
    float: none;
    color: inherit;
    margin: 0;
}

.wl.wl-search.wl-search-header {
	position: fixed;
    top: 6px;
    background: white;
    width: 400px;
    z-index: 99;
}