@media (max-width: 767px) {
	#section-areas .section-box {
		padding: 5px 20px;
	}
}

#section-areas > div:last-child > div:last-child div.section-box {
		background: rgba(166, 145, 123, 1);
		color: #ffffff;
}

#section-areas > div:last-child > div:last-child div.section-box:hover {
		background: rgba(166, 145, 123, 0.7);
}

#section-areas span.excerpt {
	display: block;
}

#section-areas h3 {
	display: inline-block;
	text-align: center;
}

#section-areas h3::after {
		position: relative;
		display: inline-block;
		content: "";
		top: 1px;
		margin-left: 5px;
		border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
		width: 9px;
    height: 9px;
		transform: translateY(-2px) rotate(45deg);
}
@media (min-width: 768px) {
	#meta-nav.social-media-links {
		margin-right: 0 !important;
	}
}
.icon-shopping {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='412' height='412' xml:space='preserve'%3E%3Cpath d='M176.29 2.76c-41.469 0-75.195 33.727-75.195 75.195v31.168H53.931l-31.184 300.09h141.88c7.547-70.695 15.109-141.44 22.629-212.11l.105-.934.117-1.168h120.12l-8.926-85.895h-47.164V77.938c0-41.469-33.742-75.195-75.195-75.195l-.023.017zm0 18.352c31.344 0 56.859 25.5 56.859 56.859v31.168h-113.72V77.971c0-31.344 25.5-56.859 56.859-56.859h.002zm21.191 185.05-21.68 203.06h213.46l-21.68-203.06h-170.1zm45.629 27.867a9.173 9.173 0 0 1 9.176 9.176v39.426c0 16.695 13.57 30.266 30.266 30.266s30.266-13.57 30.266-30.266v-39.426c0-5.062 4.098-9.176 9.176-9.176s9.176 4.098 9.176 9.176v39.426c0 26.801-21.801 48.602-48.602 48.602s-48.602-21.801-48.602-48.602v-39.426a9.173 9.173 0 0 1 9.176-9.176h-.032z'/%3E%3C/svg%3E");
	background-size: 100% 100%;
	width: 15px;
  height: 15px;
  display: inline-block;
}

.icon-shopping-negative {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='412' height='412' xml:space='preserve'%3E%3Cpath d='M176.29 2.76c-41.469 0-75.195 33.727-75.195 75.195v31.168H53.931l-31.184 300.09h141.88c7.547-70.695 15.109-141.44 22.629-212.11l.105-.934.117-1.168h120.12l-8.926-85.895h-47.164V77.938c0-41.469-33.742-75.195-75.195-75.195l-.023.017zm0 18.352c31.344 0 56.859 25.5 56.859 56.859v31.168h-113.72V77.971c0-31.344 25.5-56.859 56.859-56.859h.002zm21.191 185.05-21.68 203.06h213.46l-21.68-203.06h-170.1zm45.629 27.867a9.173 9.173 0 0 1 9.176 9.176v39.426c0 16.695 13.57 30.266 30.266 30.266s30.266-13.57 30.266-30.266v-39.426c0-5.062 4.098-9.176 9.176-9.176s9.176 4.098 9.176 9.176v39.426c0 26.801-21.801 48.602-48.602 48.602s-48.602-21.801-48.602-48.602v-39.426a9.173 9.173 0 0 1 9.176-9.176h-.032z' fill='%23fff'/%3E%3C/svg%3E");
	margin-right: 5px;
}

.shop-link-sm {
	font-weight: 900;
}

.gform_required_legend {
	display: none;
}

/* General dropdown styling */
select.gfield_select {
    appearance: none; /* Removes default styling */
    -webkit-appearance: none; /* For Safari */
    -moz-appearance: none; /* For Firefox */
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 8px 12px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    outline: none;
    width: 100%;
    max-width: 250px;
}

/* Add hover effect */
select.gfield_select:hover {
    border-color: #555;
}

/* Add focus effect */
select.gfield_select:focus {
    border-color: #007BFF;
}

/* Optional: Add a down arrow icon */
select.gfield_select {
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

/* Disable styling for disabled dropdowns */
select.gfield_select:disabled {
    background-color: #e9ecef;
    color: #999;
    cursor: not-allowed;
}

.ginput_container_select {
    position: relative;
    display: inline-block;
    width: 100%;
}

.ginput_container_select::after {
    content: '\25BC'; /* Unicode down arrow */
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    pointer-events: none; /* Prevent interaction with the arrow */
    color: #555;
    font-size: 14px;
}
