.standard-body > #main > .breadcrumb {display: none;}
.slider-header {background: url(../default/img/bg-menu-cate.png) left bottom repeat-x;}
    .swiper-container {
        width: 100%;
        /*height: 300px;*/
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .swiper-container-autoheight .swiper-wrapper {
    margin-bottom: 10px;
    min-height: 40vh;
    }
    .gallery-top {
        height: auto;
        width: 100%;
        margin-top: 115px;
    }
    .gallery-thumbs {
        margin-top: 64px;
        position: fixed!important;
        z-index: 98!important;
        background: #000000;
        height: 50px;
        box-sizing: border-box;
        padding: 0px;
        margin-left: -10px;
        /*border-bottom: #50505c solid 2px;*/
        -moz-box-shadow: 0 5px 30px rgba(0,0,0,1);
		-webkit-box-shadow: 0 5px 30px rgba(0,0,0,1);
		box-shadow: 0 5px 30px rgba(0,0,0,1);
    }
    .gallery-thumbs .swiper-slide {
        width: 33.33%;
        height: 100%;
        opacity: 0.4;
    }
    .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }
    .swiper-slide .breadcrumb .container > div {
        padding: 3px 0px 0px 0px;
    }
    .swiper-slide .breadcrumb .container ul {
        padding: 0px 0px 0px 0px;
    }
    .swiper-slide .breadcrumb .container ul li:last-child a {
        font-size: 14px;
    }
    .swiper-slide .product-list {
        margin-top: 0px;
    }
    .swiper-slide .sub-list-desc p {
        text-align: center;
        margin-bottom: 0px;
        color: #f6c8cd;
    }
    .center-column .swiper-button-next, .center-column .swiper-button-prev {
        top: 124px;
        width: 27px;
        height: 15px;
        margin-top: -22px;
        z-index: 99;
        position: fixed;
    }