#commerce-search .well {
	padding: 5px;
}

.search-category {
	margin-bottom: 3px;
}

.search-type {
	display: inline-block;
	margin-right: 5px;
	width: 200px;
    text-align: right;
}

.search-input {
    display: inline-block;
    width: 880px;
    vertical-align: top;
}

.search-form {
	display: inline;
}

.form-connector {
    font-weight: bold;
}

.hidden {
    display: none;
}

.back-to-top {
    background: #0088cc;
    margin: 0;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 100;
    display: none;
}

.back-to-top i {
    font-size: 25px;
    padding-left: 14px;
    padding-top: 8px;
    color: #ffffff;
    display: inline-block;
}

.hidden-order {
    color: red;
    font-size: 80%;
}