/*
Theme Name: Coral Reef Child
description: Wicomico County Liquors - Coral Reef
Template: coral-reef-parent
Version: 1.0.0
Text Domain: coral-reef-child
Author: BCW
*/
.primary-header .logo-col {
    flex: 0 0 250px;
}

.primary-footer .footer-row > .col{
	flex: unset;
	padding: none;
}

.primary-footer .footer-row{
	 display: flex;
  align-items: center;
  justify-content: center;
  font-size:14px;
  padding: 0px 40px;
}
.social-col{
	 display: flex;
  align-items: center;
  justify-content: center;
}
.hours{
	text-align:right;
}
.social-heading{
	padding-right:10px;
}
.header-link a {
    text-transform: uppercase;
    font-family: var(--primary-font) !important;
    font-size: 16px !important;
}
.header-link:hover {
    color: var(--color-1);
}
.banner-section .overlay h2 {
    margin: 0px 80px;
}

#location-section{
    margin-top: 50px;
}
.locations{
    column-gap: 30px;
}

.contact-locations{
    flex-wrap: wrap;
    column-gap: 30px;
    justify-content: center;
}
.contact-location{
    flex: 0 1 48%;
    text-align: center;
}
.contact-location-title{
    text-align: center;
}

@media screen and (max-width: 991px){
    .contact-location {
        flex: 1 1 48%;
    }
}

/* Style YITH AJAX Search popover dropdown */
.ywcas-popover-results,
.ywcas-search-results,
.ywcas-search-results-grid {
    width: 100% !important;
    max-width: 1200px !important; /* Adjust for your design */
    background: #fff !important;
    border: 1px solid #ddd !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
    z-index: 1000 !important;
    padding: 0 !important;
}
.search-result-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0.5rem 1rem !important;
    border-bottom: 1px solid #ddd !important;
}
.search-result-item:last-child {
    border-bottom: none !important;
}
.search-result-item__thumbnail,
.search-result-item__sku,
.search-result-item__stock,
.search-result-item__category,
.search-result-item__summary,
.search-result-item__inline_group {
    display: none !important; /* Hide thumbnails, SKU, stock, category, summary */
}
.search-result-item__content {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}
.search-result-item_name {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 0 !important;
}
.search-result-item__name {
    font-size: 1.25rem !important; /* Match h5 */
    font-weight: bold !important;
    color: #333 !important; /* text-dark */
    margin: 0 !important;
}
.search-result-item__name a {
    pointer-events: none !important; /* Disable clickable product name */
    cursor: default !important;
    text-decoration: none !important;
    color: inherit !important;
}
.search-result-item__price {
    margin-left: 1rem !important;
    color: #28a745 !important; /* Bootstrap text-success */
    font-weight: bold !important;
}
.search-result-add-to-cart {
    display: none
}
.search-result-add-to-cart:hover {
    background-color: #286090 !important; /* Bootstrap btn-primary hover */
    border-color: #204d74 !important;
}
.wp-block-button {
    margin: 0 !important;
}