#sw2_view_search_details {
    margin-top: 5rem;
}
#keyword { border-radius: 4px; }
.search-box {
    margin-bottom: 3rem;
    padding: 20px 0 15px;
}
.btn-search { margin-top: 28px; }

.item-description > p { height: 55px; }

.sidebar-header {
    background: #f5f5f5;
    border-radius: 4px 4px 0px 0px;
    border: 1px solid #ddd;
    margin: 0 0 10px;
    padding: 10px;
    text-transform: uppercase;
}

.filters { margin-bottom: 30px; }
.filters > .btn,
.attributes-panel.panel .panel-body > .btn { margin-right: 3px; }
.filters > .btn > .fas { margin-left: 5px; }

.attributes-panel.panel {
    border: 0;
    margin-bottom: 0;
}
.attributes-panel.panel .panel-title { font-size: 14px; }
.attributes-panel.panel .panel-title > a { display: block; }
.attributes-panel.panel .panel-title > a:hover,
.attributes-panel.panel .panel-title > a:active,
.attributes-panel.panel .panel-title > a:focus {
    color: #ee293d;
    outline: 0 none;
}
.attributes-panel.panel .panel-body > .btn > .fas { margin-right: 5px; }

.mb20 { margin-bottom: 20px; }
.control-label { font-weight: 700; }

.input-select-group.form-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.input-select-group > input.form-control {
    border-radius: 4px 0 0 4px;
    width: 30%;
}
.input-select-group > select {
    border-left: 0;
    border-radius: 0 4px 4px 0;
    width: 70%;
}
.loader { text-align: center; }
.item-detail { margin-bottom: 20px; }
.item-detail > .thumbnail {
    align-items: center;
    display: flex;
    height: 190px;
    margin-bottom: 10px;
    overflow: hidden;
}
.incart-label {
    left: 38%;
    position: absolute;
    top: 18%;
}