@keyframes wpc-spinner {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes wpc-spinner {
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes woosl-spinner {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes woosl-spinner {
to {
-webkit-transform: rotate(360deg);
}
}
.woosl-btn {
cursor: pointer;
display: inline-block;
}
table.cart .woosl-btn {
display: block;
margin-top: 5px;
}
.woosl_table {
margin-bottom: 60px;
}
.woosl_table.woosl_table_empty {
display: none;
}
.woosl_table.woosl_table_loading {
opacity: 0.5;
}
.woosl_table.woosl_table_close tbody {
display: none;
}
.woosl_table thead {
display: table-header-group !important;
}
.woosl_table tr td.woosl-product-image {
width: 100px;
}
.woosl_table tr td.woosl-product-atc {
text-align: right;
}
.woosl-heading {
cursor: pointer;
}
.woosl-heading .button {
float: right;
}
.woosl-product-attributes {
margin: 0;
list-style: none;
font-size: 0.8em;
}