.parade li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar-brand-category {
    overflow: inherit;
}

.container-tab .navbar > .navbar-header {
    width: auto;
}

@media (max-width: 768px) {
    .navbar-brand-category {
        white-space: normal;
    }
    .container-tab .navbar > .navbar-header {
        margin-bottom: 5%;
    }
}

@media (max-width: 480px) {
    .navbar-brand-category {
        margin-left: 0 !important;
        margin-bottom: -5% !important;
    }
}

.boxright-ad {
    position: absolute;
    top: 5%;
    bottom: 50%;
    right: 1px;
    width: 35px;
    vh: 100%;
}

.menuright {
    position: fixed;
}

    .menuright a {
        width: 35px;
        text-align: center;
        padding: 10px;
        line-height: 2.8;
        color: #fff;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    .menuright dl dd {
        background-color: #000;
        margin: 1px 1px 1px 0;
        text-align: center;
    }

        .menuright dl dd:hover {
            background-color: #fff;
        }

            .menuright a:hover, .menuright dl dd:hover a {
                color: #000;
            }

.container-tab {
    position: relative;
    margin-bottom: 30px;
}

    .container-tab > .navbar {
        border: none;
        border-bottom: 2px solid #333;
        border-radius: 0;
        background-color: transparent;
        margin-bottom: 20px;
    }

    .container-tab .navbar-nav > li.active > a {
        background-color: #FF6634;
        color: #fff;
    }

    .container-tab .navbar-nav > li > a {
        color: #333;
        font-weight: 500;
    }

        .container-tab .navbar-nav > li > a:hover {
            color: #FF6634;
        }

.navbar-brand-category {
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}

.floor-elevator {
    width: 70px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(images/floor-elevator.png) left center no-repeat;
    padding-left: 30px;
    color: #999;
}

    .floor-elevator .btn-elevator {
        cursor: pointer;
        display: block;
        position: relative;
        float: left;
        width: 30px;
        text-align: center;
    }

        .floor-elevator .btn-elevator:focus, .floor-elevator .btn-elevator:hover {
            text-decoration: none;
            color: #3BAFDA;
        }

    .floor-elevator .fa {
        font-weight: 700;
    }

    .floor-elevator a {
        font-size: 20px;
        color: #666;
    }

    .floor-elevator .down {
        margin-top: -10px;
    }

.product-featured > .wrap-banner-side {
    width: 22%;
    padding-right: 0;
}

.wrap-content-category .tab-content > .tab-pane {
    position: relative;
}

.wrap-content-category:hover .nav-slide-category {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.wrap-content-category .nav-slide-category {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    left: 0;
    right: 0;
}

    .wrap-content-category .nav-slide-category .btn {
        position: absolute;
        -moz-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        border-radius: 3px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        background-color: #22303d;
        border-color: #22303d;
    }

        .wrap-content-category .nav-slide-category .btn:hover {
            background-color: #34495e;
            color: #fff;
            border-color: #34495e;
        }

    .wrap-content-category .nav-slide-category .prev {
        left: -15px;
    }

    .wrap-content-category .nav-slide-category .next {
        right: -15px;
    }

    .wrap-content-category .nav-slide-category .next .glyphicon,
    .wrap-content-category .nav-slide-category .prev .glyphicon {
        top: 0;
    }

.wrap-banner-side img {
    width: 100%;
}

.slide-category [class*=col-] > .thumbnail {
    border: 1px solid #ddd;
    min-height: 288px;
    padding: 10px 10px 0;
    margin-bottom: 0;
}

    .slide-category [class*=col-] > .thumbnail img {
        display: block;
        max-width: 100%;
        height: auto;
        width: 100%;
    }

    .slide-category [class*=col-] > .thumbnail:focus, .slide-category [class*=col-] > .thumbnail:hover {
        text-decoration: none;
    }

    .slide-category [class*=col-] > .thumbnail .caption h3 {
        font-size: 13px;
        color: #666;
        height: auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 0;
        margin-bottom: 10px;
        font-weight: 400;
        line-height: 18px;
    }

    .slide-category [class*=col-] > .thumbnail .caption {
        padding: 9px 0;
    }

        .slide-category [class*=col-] > .thumbnail .caption .newprice {
            color: #f57224 !important;
            font-size: 14px;
            margin-bottom: 0;
            border-top: 1px dashed #ddd;
            padding-top: 10px;
            font-style: normal !important;
        }

.parade-container {
    padding: 0;
    margin: 0;
    position: fixed;
    right: -157px;
    top: 36%;
    width: 200px;
    z-index: 999;
}

span.paraderightmenu {
    width: 43px;
    height: 43px;
    line-height: 43px;
    font-size: 24px;
    text-align: center;
    float: left;
    text-transform: uppercase;
}

.parade li {
    list-style-type: none;
    background-color: #333;
    color: #efefef;
    height: 43px;
    padding: 0;
    margin: 0 0 1px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

    .parade li:hover {
        margin-left: -150px;
        -webkit-filter: grayscale(0);
    }

        .parade li:hover:not(:first-child) .paraderightmenu {
            font-size: 14px;
            color: #fff;
        }

        .parade li:hover:not(:first-child) .paradetext {
            position: relative;
            left: -16px;
            color: #fff;
            font-size: 14px;
        }

    .parade li:first-child:hover {
        cursor: default;
    }

    .parade li img {
        float: left;
        margin: 5px 10px 5px 5px;
    }

    .parade li p {
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        line-height: 43px;
        text-align: left;
    }

p.paradetext {
    color: #ecf0f1;
    line-height: 28px;
    font-size: 15px;
    padding-top: 50px;
}

a.page-scroll-parade:hover {
    text-decoration: none;
    color: #fff;
}

.container-tab .slick-slider {
    margin-bottom: 0;
}

.icon-list-category {
    width: 30px;
    height: 30px;
    float: left;
    line-height: 30px;
    margin: 6px;
    display: inline-block;
    background: url(../images/icon-list-category.svg) center center no-repeat;
    background-size: 24px;
}

@media (min-width:992px) and (max-width:1199px) {
    .slide-category [class*=col-] > .thumbnail {
        min-height: inherit;
    }
}

@media (min-width:768px) and (max-width:991px) {

    .slide-category [class*=col-] > .thumbnail {
        min-height: inherit !important;
    }

    .parade-container {
        display: none;
    }

    .wrap-content-category .nav-slide-category .prev {
        left: 0;
    }

    .wrap-content-category .nav-slide-category .next {
        right: 0;
    }
}

@media (max-width:767px) {

    .slide-category [class*=col-] {
        padding-left: 0;
        padding-right: 0;
    }

    .wrap-content-category .tab-content {
        margin-left: 0;
        margin-right: 0;
    }

    .slide-category [class*=col-] > .thumbnail {
        padding: 5px;
    }

    .container-tab .navbar-header .navbar-toggle, .parade-container {
        display: none;
    }

    .container-tab {
        margin-bottom: 10px;
    }

        .container-tab .slick-slider {
            margin-bottom: 0;
        }

    .slide-category [class*=col-] > .thumbnail {
        margin-right: 2px;
        min-height: inherit !important;
    }

    .wrap-content-category .nav-slide-category .prev {
        left: 0;
    }

    .wrap-content-category .nav-slide-category .next {
        right: 0;
    }
}

@media (max-width:480px) {
    .slide-category [class*=col-] > .thumbnail .caption .newprice, .slide-category [class*=col-] > .thumbnail .caption h3 {
        font-size: 13px;
    }

    .container-tab .slick-slider {
        margin-bottom: 0;
    }

    .slide-category [class*=col-] > .thumbnail {
        margin-right: 1px;
    }

        .slide-category [class*=col-] > .thumbnail .caption h3 {
            height: auto;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .slide-category [class*=col-] > .thumbnail .caption {
            margin-top: 10px;
            padding: 0;
        }
}