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;
}

.xoo-popup-btn{
	margin-top: 50px;
}


.xoo-settings-filter {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xoo-settings-filter form {
    margin: 0;
}

.xoo-settings-filter select {
    margin-right: 15px;
}

.xoo-settings-filter select {
    background-color: #eeeeee;
    color: #000;
    padding: 5px 20px;
    border: 2px solid #eeeeee;
    border-radius: 5px;
}