/* LOADED: side-cart-woocommerce.css */
.xoo-wsc-sp-product {
background-color: white!important;
}
span.xoo-wsc-sp-atc .add-to-cart-container {
    opacity: 1;
	position: relative;
}

.xoo-wsc-pname .product-sku {
    display: none!important;
}



.xoo-wsc-sp-product .add-to-cart-container .button {
   width: 30px;
   height: 30px;
       background-size: 15px;
}

a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout {
    background: #ffaa00;
    border-radius: 30px;
    font-size: 20px;
    color: black;
    font-weight: 500;
}

a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-cart {
    background: #000000;
    /* color: black; */
    border-radius: 30px;
}

a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue {
    background: #000000;
    /* color: black; */
    border-radius: 30px;
}

a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue:hover{
  color: white;
border:white;  
}

.xoo-wsc-sp-product .add-to-cart-container .button, .products .button .loading {
    opacity: 1 !important;
    width: 30px !important;
    background-image: url(img/loading.gif?v2) !important;
    padding: 0 !important;
    background-size: 20px !important;
}

.xoo-shipping-note {
    text-align: center;
    font-weight: 500;
    border-top: 1px dashed #9E9E9E;
    padding-top: 5px;
}

.xoo-wsc-footer {
    border-top: 1px solid #d7d7d7;
}