/* Search suggestion text editable by admins via pv_search_text */
.store .store-search-text {
	font-size: 0.95rem;
	line-height: 1.5;
	color: #444;
}
.store .store-search-text:empty {
	display: none;
}

.store a:visited {
	color: black !important;
}

.store h3.fw-medium, .store h4 {
	text-align: left !important;
}

.store a.btn {
	color: white !important;
}

.store a.btn:hover {
	padding: 6px 12px !important;
}

.store .product-thumbnail {
	max-height: 200px;
}

.store .product-description {
	margin-top: 2rem;
}

.store #index-linksfooter {
	max-width: unset;
	padding-top: 2rem;
}

/* === Responsive fixes for small screens === */

/* Product page: prevent title overlapping image on small screens */
@media (max-width: 767.98px) {
	.store .product-thumbnail {
		max-height: none;
		text-align: center;
	}
	.store .product-thumbnail img {
		max-height: 200px;
		width: auto;
	}
}

/* Checkout pages: prevent content extending off screen */
@media (max-width: 767.98px) {
	.store .page-header.d-flex {
		flex-wrap: wrap;
	}
	.store .page-header h1 {
		width: 100%;
		flex: 0 0 100%;
	}
	.store .page-header .progress {
		width: 100%;
		flex: 0 0 100%;
		margin-top: 0.5rem;
	}
	.store .form-actions {
		flex-wrap: wrap;
	}
	.store .checkout-shipping-form > .col-md-12 > .d-flex {
		flex-wrap: wrap;
	}
	.store fieldset table[align="center"] {
		width: 100%;
	}
	.store fieldset table[align="center"] img {
		max-width: 100%;
		height: auto;
	}
}

/* Product page: attribute labels span full width above their fields */
.store .flex-900s-container > .form-label {
	width: 100% !important;
}

/* Store buttons: consistent #006699 blue */
.store .btn-primary {
	background-color: #006699 !important;
	border-color: #006699 !important;
}
.store .btn-primary:hover {
	background-color: #2c7dba !important;
	border-color: #2c7dba !important;
}

#gencontent2 .flex-container {
	overflow-x: hidden;
}

.store .checkout-shipping-form select {
	display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}