.woocommerce-js a.button,
.woocommerce button.button,
.woocommerce a.button.add_to_cart_button {
	border-radius: 0;
	background-color: #79c6d9 !important;
	font-family: "Bebas Neue";
	letter-spacing: 1.5px;
	border: none;
}

.woocommerce-js a.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button.add_to_cart_button:hover {
	border: none;
	background-color: #459889 !important;
}

.ship-gear-message {
	display: flex;
	background: #eee;
	font-weight: bold;
	padding: 10px;
	font-family: "Bebas Neue";
	letter-spacing: 1.5px;
	border: none;
	justify-content: space-evenly;
  align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ship-gear-message a {
	background: #79c6d9;
	color: white;
	padding: 10px;
}

.ship-gear-message a:hover {
	color: white;
	background-color: #459889 !important;
}

.valet-service-message {
	background: aliceblue;
	font-weight: bold;
	padding: 10px;
	font-family: "Bebas Neue";
	letter-spacing: 1.5px;
}

.my-account-dashboard-content div {
	margin-top: 20px;
}

.my-account-dashboard-content h3 {
	margin-bottom: 5px;
}

.woocommerce-checkout .woocommerce-shipping-totals {display: none !important;}
.shipping-services-accordion { padding-top: 20px; }
.accordion-toggle { background: #f1f1f1; border: none; padding: 10px; width: 100%; text-align: left; cursor: pointer; font-size: 16px; }
.accordion-toggle[aria-expanded="true"] { background: #e2e2e2; }
.accordion-content { padding: 10px; border: 1px solid #ddd; border-top: none; }
.accordion-item { margin-bottom: 5px; }
.accordion-toggle .price { float: right; }
.copy-num { margin-left: 10px; font-size: 0.85em; color: #555; }

.shipping-sections { display: flex; flex-wrap: wrap; gap: 20px; }
.shipping-section { flex: 1; min-width: 250px; }
.shipping-section label { display: block; margin-bottom: 8px; }
.shipping-section p { margin: 0 0 8px; }

.custom-modal { position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); display: none; align-items: center; justify-content: center; }

.custom-modal.show {
  display: flex;
}

.modal-content { background: white; padding: 20px; max-width: 500px; width: 90%; border-radius: 6px; position: relative; }
.close-modal { position: absolute; right: 10px; top: 10px; cursor: pointer; font-size: 20px; }

.shipping-calc-btn {
	cursor: pointer;
	background-color: #79c6d9 !important;
	font-family: "Bebas Neue";
	letter-spacing: 1.5px;
	border-radius: 3px;
	font-weight: bold;
	color: white !important;
	padding: 10px !important;
	outline: none !important;
	border: none !important;
}

.open-modal { margin-top: 0.5rem; }
.btn-small { padding: 10px !important; }

.open-modal:focus, .open-modal:active { outline: none !important; border: none !important; }

.disabled {
	opacity: 0.5 !important;
	cursor: not-allowed !important;
	pointer-events: none;
}

.shipping-rates-section { padding-top: 20px; padding-bottom: 30px; }

.cart-link-error {
	color: red !important
}

.shipto_state_province,
.shipfrom_state_province,
.valet-gear-details,
.arrival-datetime-field,
.departure-datetime-field,
.roundtrip-datetime-field {
	display: none;
}

.product_cat-shipping-services .price {
	display: none !important;
}

.shipping-to-info,
.shipping-from-info {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.shipping-to-info {
	padding-top: 0;
}

.custom-form-column,
.custom-form-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 10px;
}

.custom-form-row .form-row {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.custom-form-row .form-row select {
	line-height: 1.6rem;
}

.ship_to_colorado_ski_gear_storage .woocommerce-input-wrapper {
	display: flex;
  gap: 10px;
}

.woocommerce-cart table.shop_table dl dt {
	font-weight: bold !important;
}

.woocommerce-cart table.shop_table dl dd {
	margin: 0;
}

td.product-name dl.variation {
	width: initial !important;
}

td.product-name dl.variation dt {
	font-weight: bold !important;
}

.cart-address {
	display: inline-block;
	padding-bottom: 10px;
}

#roundtrip_departure_datetime,
#roundtrip_arrival_datetime,
#arrival_datetime,
#departure_datetime {
	padding: 10px;
}

.gear-details {
	margin-bottom: 10px;
}

.cart-checkout-custom-name {
	display: block;
	width: 100%;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.ship_to_colorado_ski_gear_storage {
	margin-bottom: 0 !important;
}

.shipping-calc-btn-field {
	padding-top: 10px;
	padding-bottom: 5%;
}

.shipping-calc-btn-field-hint {
	font-style: italic;
	padding-bottom: 15px;
}

.shipping-method-not-found,
.shipping-method-loading,
.shipping-method-field {
	padding-top: 10px;
}

.show-amount {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 .2em;
	color: #4B4F58
}

.shipping-method-display {
	padding-top: 15px;
	font-weight: bold;
}

.shipping-fields-disabled {
	opacity: 0.5;
	pointer-events: none;
}

.woocommerce-js div.product form.cart .single_variation_wrap p {
	margin-bottom: 0;
}

.product-thumbnail img {
	max-width: fit-content !important;
}

.woocommerce-product-gallery__image {
	max-width: 50% !important;
}

.woocommerce-product-gallery__wrapper {
	display: flex;
	justify-content: center;
}

.shippo-pickup-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.shippo-pickup-actions .button {
	width: 100%;
	margin: 0 auto;
	display: flex !important;
	justify-content: center !important;
}

.addr-results {
	position: absolute;
	z-index: 9999;
	background: white;
	border: 1px solid #ddd;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin-top: -17px;
}

.addr-wrap {
	position: absolute;
	width: 99%;
	top: calc(100% + 20px);
}

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

#sqf-root {
	gap: 1.3rem;
	display: flex;
	flex-direction: column;
  justify-content: space-evenly;
  margin: auto;
	margin-top: 35px;
  padding: 1.5rem;
  background-color: #5CC8DC;
  border-radius: 0.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	align-items: flex-start;
	padding-top: 3rem;
  padding-bottom: 3rem;
}

#sqf-field {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 1rem;
}

#sqf-field label {
	color: white
}

.get-quote-button {
	margin-top: .5rem;
	max-height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white !important;
	white-space: nowrap;
	color: #5CC8DC !important;
	transition: all .3s;
}

.get-quote-button:hover {
	background-color: #079A89 !important;
	color: white !important;
}

.sqf-field-button {
	align-self: end;
}

.sqf-modal-content-shipping-options,
.sqf-modal-content-shipping-option {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sqf-modal-content-shipping-options {
	margin-bottom: 2rem;
}

.sqf-modal-content-shipping-option {
	flex-direction: row;
	align-items: center;
	position: relative;
	background-color: var(--e-global-color-accent);
	padding: 1rem;
	margin-bottom: .5rem;
}

.sqf-modal-content-shipping-option label {
	color: white !important;
}

.woocommerce-js div.product form.cart .single_variation_wrap p {
	margin-bottom: 0 !important;
}

.woocommerce-js td.product-name dl.variation dd {
	max-width: 180px !important;
}

@media (max-width: 768px) {
	.shipping-sections { flex-direction: column; }
}

@media (min-width: 768px) {
	.shippo-pickup-actions {
		flex-direction: row;
	}

	.shippo-pickup-actions .button {
		width: fit-content;
	}

	.get-quote-button {
		margin-top: 0;
	}
}

@media (min-width: 1024px) {
	#sqf-root {
		flex-direction: row;
		padding: 1.5rem;
	}
}