/*=========== sidebar ================*/

/* product columns */
.sidebar [class^="col-md-"], [class*=" col-md-"] {
    padding: 0;
}
.sidebar .product-one-column {
    width: 46%;
    display: inline-block;
}
.sidebar .product-two-columns {
    width: 40%;
    display: inline-block;
}

.sidebar .product-three-columns {
    width: 28%;
    display: inline-block;
}

/* subproduct columns */
.sidebar .subproduct-one-column {
    width: 46%;
    display: inline-block;
}
.sidebar .subproduct-two-columns {
    width: 37%;
    display: inline-block;
}

.sidebar .subproduct-three-columns {
    width: 24%;
    display: inline-block;
}

.sidebar .subproduct-four-columns {
    width: 19%;
    display: inline-block;
}

.sidebar .subproduct-five-columns {
    width: 20%;
    display: inline-block;
}

.sidebar h2 {
    text-align: center;
    border-bottom: 1px solid #b5b5b5;
    line-height: 0.1em;
    margin: 10px 10px 20px 10px;
}

.sidebar h2 span {
    border: 1px solid #b5b5b5;
    background:#fff;
    padding: 0 5px;
    font-size: 15px;
    cursor: pointer;
}

.sidebar .expand-panel {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0 0 3px 3px;
    position: absolute;
    width: 492px;
    margin-left: 20px;
}


.sidebar-container {
    position: relative;
    width: 470px;
    height: 100px;
    margin-left: 0;
}

.sidebar {
    /* border: 1px solid #000;*/
    border-radius: 5px;
    width: 535px;
    height: 80%;
    position: fixed;
    left: 50%;
    top: 75px;
    background-color: rgba(152, 155, 153, 0.6);
}

.sidebar .tabs {
    margin: -6px 5px 25px 8px;
    padding-bottom: 15px;
    position: absolute;
    z-index: 1;
}

.sidebar .tab {
    background-color: #b5b5b5;
    padding: 1px 25px;
    text-align: center;
    /* margin: -6px 5px 0 25px; */
    font-family: "DINPro-Light";
    /* font-size: 32px; */
    border-radius: 2px;
    color: #fff;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
    display: inline;
    cursor: pointer;
    /* transform: translate3d(0, 0, 0); */
}

.sidebar .tab.active, .sidebar .tab:hover {
    background-color: #4d4d4d;
    color: #fff;
}

.sidebar > .sidebar-outter {
    position: relative;
    /* overflow: hidden; */
    width: 513px;
}

.sidebar .sidebar-subproduct-inner {
    -webkit-transition: max-height 0.8s ease-in-out;
    -moz-transition: max-height 0.8s ease-in-out;
    -o-transition: max-height 0.8s ease-in-out;
    -ms-transition: max-height 0.8s ease-in-out;
    transition: max-height 0.8s ease-in-out;

    background-color: rgba(255, 255, 255, 0.6);
    width: 492px;
    margin-top: 58px;
    /* margin-right: 16px; */
    margin-left: 20px;
    border-radius: 3px 3px 0 0;
    overflow-y: scroll;
    overflow-x: hidden
    /* padding-top: 30px; */
    /* overflow-y: hidden; */
}

.sidebar .sidebar-subproduct-inner.collapsed {
    max-height: 174px;
}

.sidebar .sidebar-subproduct-inner.expanded {
    max-height: 450px;
}

.sidebar .sidebar-product-inner {
    background-color: rgba(255, 255, 255, 0.6);
    width: 492px;
    margin-top: 58px;
    /* margin-right: 16px; */
    margin-left: 20px;
    border-radius: 3px;
    overflow: hidden;
    overflow-y: scroll;
}

.sidebar .row {
    /* padding: 15px 15px 15px 15px; */
    margin: 10px 0 0 0;
    text-align: center;
}

.sidebar .row.row-first {
    margin: 45px 0 0 0;
    /* padding-top: 55px; */
}

.sidebar .row.row-last {
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
}

/* subproduct item */
.sidebar .subproduct-item {
    margin: 0 9px 10px 12px;
    color: #707070;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    float: left;
}

.sidebar .subproduct-item .subproduct-image {
    /* width: 210px; */
    /* height: 110px; */
    overflow: hidden;
}

.sidebar .subproduct-item .subproduct-image img {
    /* height: 110px; */
    width: 100%;
}

.sidebar .subproduct-item .subproduct-title {
    font-size: 13px;
}

.sidebar .subproduct-item .subproduct-subtitle {
    font-size: 13px;
}

.subproduct-item .product-spinner {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
}

.subproduct-item .product-spinner > img {
    width: 64px;
    position: absolute;
    left: 50%;
    top: 17%;
    margin-left: -32px;
    opacity: 0.5;
}


/* product item */
.sidebar .product-item {
    /* height: 315px; */
    /* width: 210px; */
    background-color: #fff;
    margin: 0px 9px 10px 12px;
    color: #707070;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    float: left;
    /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3); */
}

.sidebar .product-item .product-image {
    /* width: 210px; */
    /* height: 110px; */
    overflow: hidden;
}

.sidebar .product-item .product-image img {
    width: 100%;
    /* height: 110px; */
}

.sidebar .product-item .price {
    font-family: DINPro-Regular;
    text-align: center;
    margin: 0 0 1px 0;
    border-bottom: 1px solid #ededee;
    height: 43px;
    padding: 5px 0;
    font-size: 22px;
}

.sidebar .product-item .description {
    padding: 0 0 5px;
    overflow: hidden;
    /* height: 150px; */
}

.sidebar .product-item .description > p {
    padding: 0;
    margin: 0;
    font-family: DINPro-Regular;
    text-align: center;
    font-size: 14px;
    /* white-space:  nowrap; */
}

.sidebar .product-item .info {
    background-color: transparent;
    border: 1px solid #a0a0a0;
    /* padding: 12px 24px; */
    text-transform: uppercase;
    font-size: 14px;
    font-family: DINPro-Medium;
    /* margin-left: 30px; */
}

.sidebar-container .control-btn {
    width: 35px;
    height: 66px;
    border-radius: 3px;
    background-color: rgba(212, 212, 212, 1.0);
    position: absolute;
    left: 526px;
    top: 21px;
    z-index: 10;
    padding: 13px 6px;
    font-size: 29px;
    color: #626262;
    cursor: pointer;

}

.show-menu .control-btn {
    width: 35px;
    height: 66px;
    border-radius: 3px;
    background-color: rgba(212, 212, 212, 1.0);
    position: absolute;
    left: 50%;
    top: 94px;
    z-index: 10;
    padding: 13px 9px;
    font-size: 29px;
    color: #626262;
    cursor: pointer;

}

.sidebar .scroll {
    position: absolute;
    margin: -10px 0 0 50%;
    z-index: 1;
}

.sidebar .scroll-btn {
    width: 58px;
    height: 32px;
    border-radius: 3px;
    background-color: rgba(98, 98, 98, 1.0);
    /* position: absolute; */
    z-index: 10;
    padding: 0;
    font-size: 29px;
    color: #d4d4d4;
    cursor: pointer;
    text-align: center;
}

.sidebar .scroll-btn > i {
    display: block;
}

.sidebar .scroll-btn.scroll-top-sidebar {
    /* left: 50%; */
    /* top: 215px; */
    margin-left: -26px;
    width: 64px;
    height: 35px;
}

.sidebar .scroll-btn.scroll-bottom-sidebar {
    /* left: 50%; */
    /* bottom: 30px; */
    width: 64px;
    margin-left: -38px;
    height: 36px;
}

.sidebar-container .category-caption {
    background-color: #4d4d4d;
    color: #fff;
    padding: 3px 25px;
    text-align: center;
    font-family: "DINPro-Light";
    font-size: 32px;
    border-radius: 3px;
    width: 234px;
    position: absolute;
    top: -9px;
    left: 8px;
    z-index: 10;
}

.sidebar-container .filter-button-caption {
    background-color: #b5b5b5;
    color: #fff;
    padding: 5px 15px 5px 15px;
    text-align: center;
    font-family: "DINPro-Light";
    font-size: 18px;
    border-radius: 3px;
    /* width: 204px; */
    position: absolute;
    top: -9px;
    left: 288px;
    z-index: 10;
    cursor: pointer;
}

.sidebar-container .filter-button-caption .filter-sliders {
    font-size: 32px;
    padding-left: 0;
    padding-right: 15px;
}

.sidebar-container .filter-button-caption .filter-label {
    margin-top: 10px;
    padding: 0;
}

.product-item .product-spinner {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
}

.product-item .product-spinner > img {
    width: 64px;
    position: absolute;
    left: 50%;
    top: 17%;
    margin-left: -32px;
    opacity: 0.5;
}

/* .product-item .product-spinner .sk-circle { */
    /* margin-left: 85px; */
    /* margin-top: 50px; */
/* } */

.sidebar .selected {
    border: 4px solid rgba(136, 77, 8, 0.8);
}

.product-info-button {
    text-align: center;
    padding-bottom: 10px;
}

.sidebar-overlay {
    height: 100%;
    width: 600px;
    background-color: #fff;
    position: absolute;
    z-index: 9999;
    margin-left: 0;
    left: 0;
}