/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
li.product {
	padding-top: 1rem;
}

/*
.vi-wcaio-sidebar-cart-pd-info-wrap {
	width: 100% !important;
}

.vi-wcaio-sidebar-cart-pd-img-wrap {
	display: none !important;
}
*/

.xoo-wsc-basket {
	width: 60px !important;
	height: 60px !important;
}

.xoo-wsc-bki {
	font-size: 26px !important;
}

span.xoo-wsc-items-count {
	top: 0px !important;
	left: -4px !important;
}

.woocommerce-additional-fields {
	display: none !important;
}

.archive .products a.add_to_cart_button,
.archive .products span:after {
	display: none !important;
}


.stand-list { list-style-type: none; }
.stand-item { cursor: pointer; color: blue; text-decoration: underline; }
.stand-details { display: none; }



.accordion-body {
	background-color: #f5f5f5 !important;
}

.accordion-body canvas,
.accordion-body img {
	max-width: 100%;
	width: 450px;
	border: 10px solid #FFFFFF !important;
}



html {
	color-scheme: light !important;
}
  
@media (prefers-color-scheme: dark) {
    html {
      background-color: white !important;
      color: black !important;
    }
}
