.xoo-wsc-close {
    cursor: pointer;
    position: absolute;
}

@font-face {
  font-family: 'Woo-Side-Cart';
  src:  url('fonts/Woo-Side-Cart.eot?79hb0k');
  src:  url('fonts/Woo-Side-Cart.eot?79hb0k#iefix') format('embedded-opentype'),
    url('fonts/Woo-Side-Cart.ttf?79hb0k') format('truetype'),
    url('fonts/Woo-Side-Cart.woff?79hb0k') format('woff'),
    url('fonts/Woo-Side-Cart.svg?79hb0k#Woo-Side-Cart') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="xoo-wsc-icon-"], [class*=" xoo-wsc-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Woo-Side-Cart' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.xoo-wsc-icon-cross:before {
  content: "\e909";
}
.xoo-wsc-icon-basket5:before {
  content: "\e900";
}
.xoo-wsc-icon-basket4:before {
  content: "\e901";
}
.xoo-wsc-icon-basket6:before {
  content: "\e902";
}
.xoo-wsc-icon-basket1:before {
  content: "\e903";
}
.xoo-wsc-icon-basket2:before {
  content: "\e904";
}
.xoo-wsc-icon-basket3:before {
  content: "\e905";
}
.xoo-wsc-icon-spinner:before {
  content: "\e97a";
}
.xoo-wsc-icon-spinner2:before {
  content: "\e97b";
}
.xoo-wsc-icon-checkmark:before {
  content: "\ea10";
}


@keyframes xoo-wsc-spin {
    0% {
        transform: rotate(0)