.goal-topcart .offcanvas-content {
	width: min(500px, 100vw);
	color: #151515;
	font-family: inherit;
}

.goal-topcart .offcanvas-content .title-cart-canvas {
	height: 58px;
	margin: 0;
	padding: 19px 60px 16px 22px;
	border-bottom: 1px solid #e8e8e8;
	background: #fff !important;
	color: #151515;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
	text-transform: none;
}

.goal-topcart .offcanvas-content .title-cart-canvas .close-cart {
	top: 18px;
	right: 22px;
	left: auto;
	color: #151515;
	font-size: 21px;
}

.goal-topcart .offcanvas-content .shopping_cart_content.firstshoes-mini-cart {
	display: flex;
	flex-flow: column nowrap;
	height: calc(100vh - 58px);
	padding: 0 !important;
}

.firstshoes-mini-cart__columns {
	display: flex;
	flex: 0 0 auto;
	justify-content: space-between;
	padding: 16px 22px 12px;
	border-bottom: 1px solid #ececec;
	color: #636363;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.goal-topcart .firstshoes-mini-cart .cart_list {
	flex: 1 1 auto;
	width: 100%;
	max-height: none !important;
	margin: 0;
	padding: 0 22px !important;
	overflow-x: hidden;
	overflow-y: auto !important;
}

.goal-topcart .firstshoes-mini-cart .cart_list > .firstshoes-mini-cart__item,
.firstshoes-mini-cart .cart_list > .firstshoes-mini-cart__item {
	position: relative;
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 18px;
	margin: 0;
	padding: 22px 0;
	border-bottom: 1px solid #ececec;
	overflow: visible;
}

.firstshoes-mini-cart__image {
	align-self: start;
	background: #f6f6f6;
}

.firstshoes-mini-cart__image a,
.firstshoes-mini-cart__image img {
	display: block;
	width: 112px !important;
	height: 132px !important;
	max-width: 100% !important;
	border: 0 !important;
	border-radius: 0 !important;
	object-fit: cover;
}

.firstshoes-mini-cart__details {
	min-width: 0;
}

.firstshoes-mini-cart__heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: start;
}

.firstshoes-mini-cart__name {
	margin: 0;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	text-transform: uppercase;
}

.firstshoes-mini-cart__name a {
	color: #151515;
}

.firstshoes-mini-cart__line-total {
	color: #151515;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.firstshoes-mini-cart__badge {
	display: inline-block;
	margin-top: 7px;
	padding: 4px 12px;
	background: #f4d126;
	color: #fff;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1;
	text-transform: uppercase;
}

.firstshoes-mini-cart__unit-price {
	margin-top: 8px;
	color: #444;
	font-size: 13px;
	line-height: 1.3;
}

.firstshoes-mini-cart__meta {
	margin-top: 7px;
	color: #555;
	font-size: 12px;
	line-height: 1.55;
}

.firstshoes-mini-cart__meta .variation {
	margin: 0;
}

.firstshoes-mini-cart__meta .variation dt,
.firstshoes-mini-cart__meta .variation dd {
	float: none;
	display: inline;
	margin: 0 4px 0 0;
	font-weight: 400;
}

.firstshoes-mini-cart__meta .variation dd::after {
	display: block;
	content: "";
}

.firstshoes-mini-cart__meta .variation p {
	display: inline;
}

.firstshoes-mini-cart__sku {
	display: block;
}

.firstshoes-mini-cart__attribute {
	display: block;
}

.firstshoes-mini-cart__attribute strong,
.firstshoes-mini-cart__sku strong {
	font-weight: 600;
}

.firstshoes-mini-cart__actions {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 13px;
}

.firstshoes-mini-cart__quantity {
	display: grid;
	grid-template-columns: 34px 45px 34px;
	height: 36px;
	border: 1px solid #bdbdbd;
}

.firstshoes-mini-cart__qty-button,
.firstshoes-mini-cart__qty-input {
	width: 100%;
	height: 34px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #fff;
	color: #1a1a1a;
	font-size: 15px;
	line-height: 34px;
	text-align: center;
}

.firstshoes-mini-cart__qty-button {
	cursor: pointer;
}

.firstshoes-mini-cart__qty-button:hover,
.firstshoes-mini-cart__qty-button:focus {
	background: #f2f2f2;
}

.firstshoes-mini-cart__qty-input {
	appearance: textfield;
	-moz-appearance: textfield;
}

.firstshoes-mini-cart__qty-input::-webkit-inner-spin-button,
.firstshoes-mini-cart__qty-input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.firstshoes-mini-cart__item.is-updating {
	opacity: 0.5;
	pointer-events: none;
}

.goal-topcart .firstshoes-mini-cart .firstshoes-mini-cart__remove,
.firstshoes-mini-cart .firstshoes-mini-cart__remove {
	position: static !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 34px;
	background: transparent !important;
	color: #747474 !important;
	font-size: 15px;
	text-decoration: none;
}

.goal-topcart .firstshoes-mini-cart .cart-bottom.firstshoes-mini-cart__footer {
	flex: 0 0 auto;
	width: 100%;
	padding: 18px 22px 22px;
	border-top: 1px solid #dedede;
	background: #fff;
}

.firstshoes-mini-cart__total {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	color: #151515;
	font-size: 17px;
	line-height: 1.3;
}

.firstshoes-mini-cart__total strong,
.firstshoes-mini-cart__total span {
	font-weight: 700;
}

.firstshoes-mini-cart__notice {
	margin: 9px 0 17px;
	color: #666;
	font-size: 11px;
	line-height: 1.45;
}

.firstshoes-mini-cart__buttons {
	display: grid;
	gap: 10px;
}

.firstshoes-mini-cart__checkout,
.firstshoes-mini-cart__view-cart,
.firstshoes-mini-cart__continue {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid #11193f;
	border-radius: 0;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
}

.firstshoes-mini-cart__checkout {
	background: #11193f;
	color: #fff !important;
}

.firstshoes-mini-cart__view-cart,
.firstshoes-mini-cart__continue {
	background: #fff;
	color: #11193f !important;
}

.firstshoes-mini-cart__empty {
	padding: 35px 22px;
	text-align: center;
}

.firstshoes-mini-cart__empty p {
	margin-bottom: 20px;
	font-size: 16px;
}

/* Checkout "Your order" column */
body.woocommerce-checkout .wrapper-cart .row {
	overflow: visible;
}

body.woocommerce-checkout .details-review {
	position: relative;
	z-index: 0;
}

body.woocommerce-checkout .details-review::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: calc(50% - 50vw);
	background: #f2f3f5;
	z-index: -1;
}

body.woocommerce-checkout .details-review .order-review {
	position: relative;
	z-index: 1;
	padding: 24px 22px;
	background: transparent;
}

body.woocommerce-checkout #payment.woocommerce-checkout-payment,
body.woocommerce-checkout .woocommerce-checkout #payment {
	background: transparent !important;
}

@media (max-width: 991px) {
	body.woocommerce-checkout .details-review::before {
		left: calc(50% - 50vw);
		right: calc(50% - 50vw);
	}
}

.woocommerce-checkout .details-review #order_review {
	padding: 0;
	background: transparent;
}

#order_review .firstshoes-checkout-order,
.woocommerce-checkout .firstshoes-checkout-order {
	display: block;
	width: 100%;
	color: #151515;
}

#order_review .firstshoes-checkout-order .firstshoes-mini-cart__columns,
.woocommerce-checkout .firstshoes-checkout-order .firstshoes-mini-cart__columns {
	padding: 16px 0 12px;
	border-bottom: 1px solid #ececec;
}

#order_review .firstshoes-checkout-order__items,
.woocommerce-checkout .firstshoes-checkout-order__items {
	margin: 0;
	padding: 0 !important;
	overflow: visible;
}

#order_review .cart_item.firstshoes-mini-cart__item,
.woocommerce-checkout .firstshoes-checkout-order__items > .firstshoes-mini-cart__item {
	display: grid !important;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 18px;
	margin: 0 !important;
	padding: 22px 0 !important;
	border: 0 !important;
	border-bottom: 1px solid #ececec !important;
	overflow: visible;
}

#order_review .cart_item.firstshoes-mini-cart__item > .media-left,
#order_review .cart_item.firstshoes-mini-cart__item > .content-left {
	display: none !important;
}

#order_review .firstshoes-mini-cart__item img,
.woocommerce-checkout .firstshoes-mini-cart__item img {
	display: block;
	width: 112px !important;
	height: 132px !important;
	max-width: 112px !important;
	border: 0 !important;
	border-radius: 0 !important;
	object-fit: cover;
}

#order_review .firstshoes-mini-cart__name,
#order_review .firstshoes-mini-cart__name a,
.woocommerce-checkout .firstshoes-mini-cart__name,
.woocommerce-checkout .firstshoes-mini-cart__name a {
	color: #151515 !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
	text-transform: uppercase;
}

#order_review .firstshoes-mini-cart__line-total .woocommerce-Price-amount,
.woocommerce-checkout .firstshoes-mini-cart__line-total .woocommerce-Price-amount {
	color: #151515 !important;
	font-size: 14px;
	font-weight: 700 !important;
}

#order_review .firstshoes-mini-cart__unit-price .woocommerce-Price-amount,
.woocommerce-checkout .firstshoes-mini-cart__unit-price .woocommerce-Price-amount {
	color: #444 !important;
	font-size: 13px;
	font-weight: 400 !important;
}

#order_review .firstshoes-mini-cart__meta,
.woocommerce-checkout .firstshoes-mini-cart__meta {
	color: #555;
	font-size: 12px;
	line-height: 1.55;
}

#order_review .firstshoes-mini-cart__remove,
.woocommerce-checkout .firstshoes-checkout-order .firstshoes-mini-cart__remove {
	position: static !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 34px;
	margin: 0 !important;
	background: transparent !important;
	color: #747474 !important;
	font-size: 15px !important;
	text-decoration: none;
}

#order_review .firstshoes-mini-cart__remove:hover,
.woocommerce-checkout .firstshoes-checkout-order .firstshoes-mini-cart__remove:hover {
	color: #151515 !important;
}

#order_review .firstshoes-checkout-order__totals,
.woocommerce-checkout .firstshoes-checkout-order__totals {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #dedede;
}

#order_review .firstshoes-checkout-order__row,
.woocommerce-checkout .firstshoes-checkout-order__row {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 10px;
	color: #151515;
	font-size: 14px;
	line-height: 1.4;
}

#order_review .firstshoes-checkout-order__row strong,
.woocommerce-checkout .firstshoes-checkout-order__row strong {
	font-weight: 600;
}

#order_review .firstshoes-checkout-order__row .woocommerce-Price-amount,
.woocommerce-checkout .firstshoes-checkout-order__row .woocommerce-Price-amount {
	color: #151515 !important;
	font-weight: 600;
}

#order_review .firstshoes-checkout-order__shipping,
.woocommerce-checkout .firstshoes-checkout-order__shipping {
	width: 100%;
	margin-bottom: 10px;
	border: 0;
	border-collapse: collapse;
}

#order_review .firstshoes-checkout-order__shipping th,
#order_review .firstshoes-checkout-order__shipping td,
.woocommerce-checkout .firstshoes-checkout-order__shipping th,
.woocommerce-checkout .firstshoes-checkout-order__shipping td {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: #151515;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}

#order_review .firstshoes-checkout-order__shipping th,
.woocommerce-checkout .firstshoes-checkout-order__shipping th {
	margin-bottom: 8px;
	font-weight: 600;
}

#order_review .firstshoes-checkout-order__shipping .woocommerce-shipping-methods,
.woocommerce-checkout .firstshoes-checkout-order__shipping .woocommerce-shipping-methods {
	margin: 0;
	padding: 0;
	list-style: none;
}

#order_review .firstshoes-checkout-order__shipping .woocommerce-shipping-methods li,
.woocommerce-checkout .firstshoes-checkout-order__shipping .woocommerce-shipping-methods li {
	margin-bottom: 6px;
}

#order_review .firstshoes-checkout-order .firstshoes-mini-cart__total,
.woocommerce-checkout .firstshoes-checkout-order .firstshoes-mini-cart__total {
	margin-top: 8px;
}

#order_review .firstshoes-checkout-order .firstshoes-mini-cart__total .woocommerce-Price-amount,
.woocommerce-checkout .firstshoes-checkout-order .firstshoes-mini-cart__total .woocommerce-Price-amount {
	color: #151515 !important;
	font-size: 17px;
	font-weight: 700 !important;
}

#order_review .firstshoes-checkout-order .firstshoes-mini-cart__notice,
.woocommerce-checkout .firstshoes-checkout-order .firstshoes-mini-cart__notice {
	margin: 9px 0 0;
}

#order_review .firstshoes-checkout-order__coupon,
.woocommerce-checkout .firstshoes-checkout-order__coupon {
	margin-top: 16px;
}

#order_review .firstshoes-checkout-order__coupon-label,
.woocommerce-checkout .firstshoes-checkout-order__coupon-label {
	display: block;
	margin-bottom: 10px;
	color: #151515;
	font-size: 13px;
	font-weight: 700;
}

#order_review .firstshoes-checkout-order__coupon-fields,
.woocommerce-checkout .firstshoes-checkout-order__coupon-fields {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	align-items: stretch;
}

#order_review .firstshoes-checkout-order__coupon-fields .form-row,
.woocommerce-checkout .firstshoes-checkout-order__coupon-fields .form-row {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

#order_review .firstshoes-checkout-order__coupon-input,
.woocommerce-checkout .firstshoes-checkout-order__coupon-input {
	width: 100%;
	height: 42px;
	margin: 0;
	padding: 0 12px;
	border: 1px solid #bdbdbd;
	border-radius: 0;
	background: #fff;
	color: #151515;
	font-size: 13px;
}

#order_review .firstshoes-checkout-order__coupon-input:focus,
.woocommerce-checkout .firstshoes-checkout-order__coupon-input:focus {
	border-color: #11193f;
	outline: none;
}

#order_review .firstshoes-checkout-order__coupon-input.has-error,
.woocommerce-checkout .firstshoes-checkout-order__coupon-input.has-error {
	border-color: #cc1818;
}

#order_review .firstshoes-checkout-order__coupon-button,
.woocommerce-checkout .firstshoes-checkout-order__coupon-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 92px;
	height: 42px;
	margin: 0;
	padding: 0 16px;
	border: 1px solid #11193f;
	border-radius: 0;
	background: #11193f;
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
}

#order_review .firstshoes-checkout-order__coupon-button:hover,
#order_review .firstshoes-checkout-order__coupon-button:focus,
.woocommerce-checkout .firstshoes-checkout-order__coupon-button:hover,
.woocommerce-checkout .firstshoes-checkout-order__coupon-button:focus {
	background: #0d1433;
	border-color: #0d1433;
	color: #fff !important;
}

#order_review .firstshoes-checkout-order__coupon .coupon-error-notice,
.woocommerce-checkout .firstshoes-checkout-order__coupon .coupon-error-notice {
	display: block;
	margin-top: 8px;
	color: #cc1818;
	font-size: 12px;
	line-height: 1.4;
}

#order_review .woocommerce-checkout-review-order-table.shop_table,
#order_review table.shop_table.woocommerce-checkout-review-order-table {
	display: none !important;
}

@media (max-width: 479px) {
	.goal-topcart .firstshoes-mini-cart .cart_list {
		padding: 0 16px !important;
	}

	.goal-topcart .firstshoes-mini-cart .cart_list > .firstshoes-mini-cart__item {
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 12px;
	}

	.firstshoes-mini-cart__image a,
	.firstshoes-mini-cart__image img {
		width: 92px !important;
		height: 112px !important;
	}

	.firstshoes-mini-cart__line-total {
		display: none;
	}

	.firstshoes-mini-cart__heading {
		grid-template-columns: 1fr;
	}

	.firstshoes-mini-cart__quantity {
		grid-template-columns: 30px 40px 30px;
	}

	.woocommerce-checkout .firstshoes-checkout-order__items > .firstshoes-mini-cart__item,
	#order_review .cart_item.firstshoes-mini-cart__item {
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 12px;
	}

	#order_review .firstshoes-mini-cart__item img,
	.woocommerce-checkout .firstshoes-mini-cart__item img {
		width: 92px !important;
		height: 112px !important;
		max-width: 92px !important;
	}

	#order_review .firstshoes-checkout-order__coupon-fields,
	.woocommerce-checkout .firstshoes-checkout-order__coupon-fields {
		grid-template-columns: 1fr;
	}
}

/* Hide only the page title/breadcrumb on purchase flow pages */
body.woocommerce-cart #goal-breadscrumb,
body.woocommerce-checkout #goal-breadscrumb,
body.woocommerce-order-received #goal-breadscrumb {
	display: none !important;
}

body.woocommerce-cart .goal-checkout-header,
body.woocommerce-checkout .goal-checkout-header,
body.woocommerce-order-received .goal-checkout-header {
	margin-top: 60px;
}

/* Hide default checkout coupon toggle at top; custom coupon lives in Your order */
body.woocommerce-checkout .wrapper-cart > .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .wrapper-cart > form.checkout_coupon:not(.firstshoes-checkout-order__coupon-form) {
	display: none !important;
}

aside.widget.woocommerce.widget_products {
	display: none !important;
}
