li.product a.button{
    display: table;
    padding: 5px 12px;
    background-color: #4169e1;
    color: white;
    border: 1px solid #4169e1;
margin: 0 auto;
}
.xoo-cu-plugin {
    position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
    padding: 7px 0;
    background-color: #eee;
}
.xoo-cu-buy {
    background-color: #ff1493;
    padding: 12px 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    margin: 0 auto;
    display: table;
    border-radius: 11px;
}
.site-branding {
    padding: 4em 0!important;
}



a.xoo-buy-btn {
    background-color: #0675c4;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    align-self: center;
    margin-top: 6px;
}

/* Filter */
.xoo-settings-filter form {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
    align-items: baseline;
    flex-wrap: wrap;
}

.xoo-settings-filter h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.xoo-settings-filter {
    background-color: #eee;
    padding: 10px;
    max-width: 1000px;
    margin: 0 auto;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 21px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    border: 2px solid #cfcfcf;
}

.xoo-settings-filter form > div {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.xoo-settings-filter h4 {
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 400;
}

.sub-items {
    display: flex;
}

.sub-items > div {
    padding: 0 10px;
}

.has-subitems h3 {
    margin-bottom: 3px;
    text-align: center;
}

a.filter-reset {
    position: absolute;
    right: 4px;
    bottom: 4px;
    font-size: 14px;
    color: #777;
    padding: 5px;
    cursor: pointer;
    z-index: 1;
}
.xoo-settings-filter > span {
    font-style: italic;
    display: block;
    opacity: 0.8;
    font-size: 14px;
}

.woocommerce select {
    padding: 2px 10px;
    border: 1px solid;
    background: #fff;
}