/* =============================================
   CARRITO & CHECKOUT — full-width, sin sidebar
   ============================================= */

/* El contenido ocupa todo el ancho cuando no hay sidebar */
.woocommerce-cart .content_wrap > .content,
.woocommerce-checkout .content_wrap > .content {
	width: 100%;
}

/* =============================================
   LABELS — desplazados a la derecha (alineados con la píldora)
   ============================================= */
.woocommerce-checkout .woocommerce form .form-row label,
.woocommerce-checkout .woocommerce-page form .form-row label {
	margin-bottom: 6px !important;
	margin-left: 17px !important;
}
#inline_delivery_date_container > label {
	margin-bottom: 6px !important;
	margin-left: 17px !important;
	display: block;
}

/* =============================================
   CAMPOS DE FORMULARIO — estilo redondeado (como Coupon Code)
   ============================================= */
.woocommerce-checkout .woocommerce input[type="text"],
.woocommerce-checkout .woocommerce input[type="email"],
.woocommerce-checkout .woocommerce input[type="tel"],
.woocommerce-checkout .woocommerce input[type="number"],
.woocommerce-checkout .woocommerce input[type="password"],
.woocommerce-checkout .woocommerce input[type="url"],
.woocommerce-checkout .woocommerce select,
.woocommerce-checkout .woocommerce textarea {
	border: 1px solid var(--theme-color-bd_color, #ccc) !important;
	border-radius: 30px !important;
	padding: 14px 25px !important;
	background-color: #fff !important;
	box-shadow: none !important;
	height: auto !important;
}

.woocommerce-checkout .woocommerce textarea {
	border-radius: 15px !important;
}

.woocommerce-checkout .woocommerce .select2-container--default .select2-selection--single {
	border: 1px solid var(--theme-color-bd_color, #ccc) !important;
	border-radius: 30px !important;
	padding: 10px 25px !important;
	background-color: #fff !important;
	box-shadow: none !important;
	height: auto !important;
	min-height: 48px !important;
	display: flex !important;
	align-items: center !important;
}

.woocommerce-checkout .woocommerce input:focus,
.woocommerce-checkout .woocommerce select:focus,
.woocommerce-checkout .woocommerce textarea:focus,
.woocommerce-checkout .woocommerce .select2-container--open .select2-selection--single {
	border-color: #F6B255 !important;
	outline: none !important;
}

/* =============================================
   DROPDOWNS — panel desplegable con padding lateral
   (alineado con la zona recta de la píldora)
   ============================================= */
.woocommerce-checkout .select2-container--open .select2-dropdown {
	border-radius: 15px !important;
	overflow: hidden !important;
	margin-top: 4px !important;
}
.woocommerce-checkout .select2-container--open .select2-results__options {
	padding: 8px 17px !important;
}
.woocommerce-checkout .select2-container--open .select2-results__option {
	border-radius: 8px !important;
	padding: 8px 10px !important;
}

/* Flecha del select2 — separada del borde derecho */
.woocommerce-checkout .select2-container.select2-container--default .select2-selection .select2-selection__arrow {
	padding-right: 10px !important;
}

/* =============================================
   MARGIN-BOTTOM form-row — responsive override
   ============================================= */
@media (max-width: 1439px) {
	.woocommerce form .form-row {
		margin-bottom: 20px !important;
	}
}

/* =============================================
   CHECKOUT STEPS — clickables
   ============================================= */
.checkout_progress .bar_cart,
.checkout_progress .bar_order {
	cursor: pointer;
}
.checkout_progress .bar_cart:hover,
.checkout_progress .bar_order:hover {
	opacity: 0.8;
}

/* =============================================
   DELIVERY TIME SLOT — ancho coherente con datepicker
   ============================================= */
.delivery-time-slot-field {
	margin-top: 10px;
}

/* =============================================
   CALENDARIO — día seleccionado destacado
   ============================================= */
#inline_delivery_date .ui-datepicker td a {
	text-align: center !important;
}
#inline_delivery_date .ui-datepicker-current-day a,
#inline_delivery_date .ui-datepicker td a.ui-state-active {
	background: #F6B255 !important;
	color: #fff !important;
	border-color: #F6B255 !important;
	border-radius: 4px !important;
	font-weight: 700 !important;
}
#inline_delivery_date .ui-datepicker td a.ui-state-hover {
	background: rgba(246, 178, 85, 0.15) !important;
	border-radius: 4px !important;
}

/* =============================================
   INTRO + NOTICES — debajo del status bar (JS reordena)
   ============================================= */
