.xoo-wsc-ft-buttons-cont {
	display: flex;
	flex-direction: column-reverse;
}

.xoo-wsc-ft-btn-cart {
	background-color: #fff !important;
	color: #000 !important;
}

.xoo-wsc-header {
	background-color: #000;
	color: #fff;
	padding: 28px 70px;
}

.xoo-wsch-text {
	color: #fff;
	font-size: 2.375rem;
	font-weight: 300;
}

.xoo-wscb-count {
	position: unset;
	margin-right: 10px;
}

.xoo-wsch-top {
	justify-content: space-between;
}

.xoo-wsch-close {
	position: unset !important;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border: 1px solid #fff;
	padding: 2px;
}

.xoo-wsc-container,
.xoo-wsc-slider {
	max-width: 706px;
	right: -706px;
}

.xoo-wsc-product {
	padding: 55px 50px;
	margin: 0;
	background-color: #f4f4f4;
	border-bottom: 1px solid #fff;
}

.xoo-wsc-footer {
	background-color: #f4f4f4;
	padding-block: 20px !important;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

span.xoo-wsc-pname a {
	font-size: 1.625rem;
	font-weight: 700;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
}

span.xoo-wsc-pname a:hover {
	color: #ac850a;
}

.xoo-wsc-sum-col {
	justify-content: flex-start;
}

.xoo-wsc-ft-btn-cart {
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 8px;
	border: 0;
	text-decoration: underline;
	padding: 0;
	text-transform: uppercase;
	background-color: transparent !important;
	border: none !important;
}

.xoo-wsc-ft-btn-cart:hover {
	border: 0px !important;
}

.xoo-wsc-container .xoo-wsc-ft-btn-checkout {
	text-transform: uppercase;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 28px !important;
	display: block;
	width: 100%;
	transition: color 0.3s, background-color 0.3s;
	-webkit-transition: color 0.3s, background-color 0.3s;
	-moz-transition: color 0.3s, background-color 0.3s;
	-ms-transition: color 0.3s, background-color 0.3s;
	-o-transition: color 0.3s, background-color 0.3s;
}

.xoo-wsc-container .xoo-wsc-ft-btn-checkout:hover {
	color: #000;
	background-color: transparent;
}

.xoo-wsc-img-col img {
	border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-ms-border-radius: 10px !important;
	-o-border-radius: 10px !important;
}

.xoo-wsc-ft-totals {
	font-size: 30px;
}

.xoo-wsc-ft-totals .woocommerce-Price-amount {
	background-color: transparent;
	padding: 0;
	font-size: 30px;
}

.xoo-wsc-footer-txt {
	font-size: 1.25rem !important;
}

.xoo-wsc-footer {
	padding: 0 50px;
}

.xoo-wsc-ft-amt {
	margin: 0 !important;
}

span.xoo-wsc-footer-txt {
	text-align: left;
}

.xoo-wsc-container .xoo-wsc-ft-btn-checkout .woocommerce-Price-amount {
	display: none !important;
}
