@font-face {
    font-family: 'montserrat';
    src: url('./fonts/montserrat-bold-webfont.eot');
    src: url('./fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),url('./fonts/montserrat-bold-webfont.woff2') format('woff2'),url('./fonts/montserrat-bold-webfont.woff') format('woff'),url('./fonts/montserrat-bold-webfont.ttf') format('truetype'),url('./fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'montserrat';
    src: url('./fonts/montserrat-bolditalic-webfont.eot');
    src: url('./fonts/montserrat-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),url('./fonts/montserrat-bolditalic-webfont.woff2') format('woff2'),url('./fonts/montserrat-bolditalic-webfont.woff') format('woff'),url('./fonts/montserrat-bolditalic-webfont.ttf') format('truetype'),url('./fonts/montserrat-bolditalic-webfont.svg#montserratbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;

}
@font-face {
    font-family: 'montserrat';
    src: url('./fonts/montserrat-italic-webfont.eot');
    src: url('./fonts/montserrat-italic-webfont.eot?#iefix') format('embedded-opentype'),url('./fonts/montserrat-italic-webfont.woff2') format('woff2'),url('./fonts/montserrat-italic-webfont.woff') format('woff'),url('./fonts/montserrat-italic-webfont.ttf') format('truetype'),url('./fonts/montserrat-italic-webfont.svg#montserratitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}
@font-face {
    font-family: 'montserrat';
    src: url('./fonts/montserrat-regular-webfont.eot');
    src: url('./fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),url('./fonts/montserrat-regular-webfont.woff2') format('woff2'),url('./fonts/montserrat-regular-webfont.woff') format('woff'),url('./fonts/montserrat-regular-webfont.ttf') format('truetype'),url('./fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1,h2,h3,h4,h5,h6,p,span,a,input,td,ul,li,figcaption{font-family: 'montserrat';}
figcaption{line-height: 20px;margin-top:10px;}
.wrap-all{padding:0;margin:0;}
body.show{overflow: hidden;}
.wrap-all.show{overflow: hidden;width:100%;height:100%;}
.container{
    width:100%;
    padding:0px;
    margin:0px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.navtop{
    background-color:#eaeaea;
    padding:0px 0px;
    display:flex;
    width:100%;
    flex-direction: row;
}
.navtop .contact-box{
    flex: 1;
    /* background-color:green; */
    align-items: center;
    display: flex;
}
.navtop .account-box{
    flex: 0.2;
    padding-top:4px;
    /* background-color:red; */
}
.navtop ul{
    margin:0;
    padding:0;
    width:100%;
    /* background-color: red; */
    display:flex;
    flex-direction: row;
    border-left: 1px solid;
    border-color:#cccccc;
}
.navtop ul li a{
    color:#000000;
    text-align: center;
    font-size:12px;
    text-decoration: none;
}
.navtop ul li{
    padding:10px 0;
    color:#000000;
    text-align: center;
    display:flex;
    width:110px;
    justify-content: center;
    align-items: center;
    font-size:13px;
    border-right: 1px solid;
    border-color:#cccccc;
}
.navtop a.account{
    color:#000000;
    float:right;
    *border:1px solid #fff;
    height: 28px;
    text-align: center;
    padding-top:3px;
    width: 28px;
    display: block;
    border-radius: 100px;
    text-decoration: none;
}
.toolbar-cover{
    width:100%;
    height:108px;
    display:none;
}
.toolbar-cover.float{
    width:100%;
    display:flex;
}
.toolbar{
    width:100%;
    /* background-color:red; */
    padding:0;
    margin: 20px 0 0px 0px;
    display:flex;
    flex-direction: row;
    background: #ffffff;
    float: unset;
}
.toolbar.float{
    position: fixed;
    z-index:5;
    top:0;
    margin-top:0;
    margin-bottom: 0;
    padding:10px 0 10px 0;
}
.toolbar .cass-logo{
    width:275px;
    text-align:center;
    padding-left:80px;
    padding-top: 5px;
}

.toolbar .cass-logo .logo{
    width:100%;
}

.toolbar a.menu{
    color: #000000;
    text-align: center;
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 80px;
    padding-right: 4px;
    font-size: 20px;
    display:none;
    text-decoration: none;
    flex-direction: column;
}
.toolbar a.menu span{
    font-size: 10px;
}
.toolbar a.menu i{
    transform: scaleX(1.7);
}
.toolbar .search{
    flex:1;
    /* background-color: green; */
    display: flex;
    justify-content: center;
    align-items: center;    
}
.toolbar .search .search-box{
    width:80%;
    position: relative;
}
.toolbar .search input.p_search{
    padding:10px 15px;
    padding-right:45px;
    border:1px solid #000000;
    border-radius: 6px;
    width:100%;
}
.toolbar .search button.p_submit{
    color:#000000;
    position:absolute;
    top:0;
    right:0;
    padding:10px 15px;
    background-color: transparent;
    border:0;
}
.toolbar .search button.p_submit i{
    font-size:1.3em;
}
.toolbar .search-mobile{
    width: 100%;
    padding: 0 11px;
    /* background-color: green; */
    display: flex;
    justify-content: center;
    align-items: center;    
    display:none;
    margin-top:10px;
}
.toolbar .search-mobile .search-box{
    width:100%;
    position: relative;
}
.toolbar .search-mobile input.p_search{
    padding:10px 15px;
    padding-right:45px;
    border:1px solid #000000;
    border-radius: 6px;
    width:100%;
}
.toolbar .search-mobile button.p_submit{
    color:#000000;
    position:absolute;
    top:0;
    right:0;
    padding:10px 15px;
    background-color: transparent;
    border:0;
}
.toolbar .search-mobile button.p_submit i{
    font-size:1.3em;
}
.toolbar a.account{
    color:#000000;
    *border:1px solid #fff;
    border-radius: 100px;
    text-align: center;
    padding-top:3px;
    margin-top:7px;
    margin-right: 80px;
    margin-left: 0;
    font-size:15px;
    height:30px;
    width:30px;
    text-decoration: none;
    /* display: none; */
    /* background-color: aqua; */
}
.toolbar a.cart{
    color:#000000;
    text-align: center;
    padding-top:3px;
    margin-top:7px;
    margin-right:30px;
    padding-right:4px;
    font-size:20px;
    text-decoration: none;
    position: relative;
    /* background-color: aqua; */
}
.toolbar a.cart .keranjang{
    font-size:10px;
    font-weight:bold;
    position:absolute;
    background-color:#f10000;
    top:-5px;
    right:-5px;
    padding:2px 5px;
    border-radius:10px;
    display:block;
    color:#ffffff;
}
.navigation{
    /* background-color: blue; */
    padding:0 80px 0 80px;
    width: 100%;
    margin-top:5px;
    background-color:#ffffff;
    float: unset;
}
.navigation.float{
    position: fixed;
    top:60px;
    padding-top:0px;
    padding-bottom:0px;
    z-index:4;
    -webkit-box-shadow:0 5px 15px 1px rgba(0,0,0,.1);
    -moz-box-shadow:0 5px 15px 1px rgba(0,0,0,.1);
    box-shadow:0 5px 15px 1px rgba(0,0,0,.1);
    /* -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s; */
}
.navigation ul{
    width:100%;
    /* background-color: brown; */
    margin:0;
    padding:0 1%;
}
.navigation ul li{
    margin: 0 1%; 
    width: 14.6666667%;
    display:block;
    float:left;
    /* background-color: aquamarine; */
    text-align: center;
    font-size: 1dp;
}
.navigation ul li a{
    padding:10px 0;
    display:block;
    color:#000000;
    /* font-weight:bold; */
    font-size:14px;
    font-weight: bold;
    text-decoration: none;
}
.navigation ul li a,.navigation ul li a:visited,.navigation ul li a:active {
    color:#000000;
}
.clear{
   clear: both;
}
.minimenu{
    width:250px;
    height:150%;
    overflow-y: auto;
    /* background-color:red; */
    background-color:#ffffff;
    position: fixed;
    left:0;
    z-index: 10;
    margin: 0 0 0 -250px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.minimenu ul{
    padding:0;
    margin:0 0 50px 0;
    border-top:1px solid #eaeaea;
}
.minimenu ul:nth-child(1){
    border-top:0;
}
.minimenu ul li{
    padding:0;
    margin: 0;
    color:#000000;
    font-size:14px;
}
.minimenu ul li a{
    display:block;
    color:#000000;
    font-size:14px;
    font-weight: 10;
    /* background-color:yellow; */
    padding: 15px 20px;
    margin:0;
    border-bottom:1px solid #eaeaea;
    text-decoration: none;
}
.minimenu ul li a.login{
    color:#ffffff;
    text-align:center;
    background-color: #880F67;
}
.minimenu ul li a i{
    float:right;
    margin-right:0px;
}
.minimenu-shadow{
    width:100%;
    height:150%;
    position: fixed;
    z-index: 9;
    background-color: #000000;
    *opacity: 0;
    display: none;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.minimenu-shadow.show{
    opacity: 0.5;
    display: block;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.minimenu.show{
    margin: 0 0 0 0;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.container.minimenushow{
    margin:0 0 0 250px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
h3.title-section{
    font-size:21px;
    margin-top:30px;
    padding: 0px 80px 0px 80px;
    font-weight: normal;
    text-align: center;
}
h3.title-section span{
    font-weight: bold;
}
.section-slide{
    width:100%;
    /* height:450px; */
    padding:0;
    margin:0;
    overflow: hidden;
    display: block;
    position: relative;
    float: unset;
    /* background-color: red; */
}
.section-slide .slick-arrow{
    z-index:3;
}
.section-slide .slick-prev.slick-arrow{
    left:30px;
}
.section-slide .slick-next.slick-arrow{
    right:30px;
}
.section-slide img{
    width:100%;
}
/*======= CSS Product List Item =======*/
.section-product-list{
    width:100%;
    padding: 0px 50px 0px 80px;
    margin-top: 30px;
    float:unset;
}
.section-product-list .item{
    padding:0;
    margin: 0 0 15px 0;
    height: 452px;
    /* background-color: #00fc0d; */
}
.section-product-list .item a{
    padding:0 30px 0 0;
    text-decoration: none;
    color: #000000;
    width:100%;
    height: 100%;
    *display: block;
}
.section-product-list .item a .cass-item{
    width:100%;
    height:100%;
    padding:0;
    margin:0;
}
.section-product-list .item a h4{
    font-size:14px;
    font-weight:normal;
    margin-bottom: 5px;
    height:38px;
    overflow:hidden;
    line-height: 20px;
}
.section-product-list .item a .img{
    width:100%;
    height:270px;
    overflow: hidden;
    position: relative;
}
.section-product-list .item a .img .img-center{
    width:100%;
    height:100%;
    display: table;
}
.section-product-list .item a .img .img-center .img-col{
    display: table-cell;
    vertical-align: middle;
}
.section-product-list .item a .img .img-center .img-col img{
    width:100%;
}
.section-product-list .item a span.price{
    display:block;
    width:100%;
    font-size:15px;
    color:#ff6151;
}
.section-product-list .item a span.priceother{
    display:block;
    width:100%;
    font-size:15px;
    color:#bbbbbb;
    text-decoration: line-through;
}
.section-product-detail .more .item a span.priceother{
    display:block;
    width:100%;
    font-size:15px;
    color:#bbbbbb;
    text-decoration: line-through;
}
.item span.status{
    font-size:11px;
    position: absolute;
    z-index: 2;
    background-color:#ffffff;
    color: #ffffff;
    font-weight:bold;
    padding: 5px 10px;
    border-radius:20px;
    /* font-style: italic;
    opacity: 0;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s; */
    top:5px;
    left:5px;
    -webkit-box-shadow:0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow:0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
    box-shadow:0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.item span.cod{
    font-size:11px;
    position: absolute;
    z-index: 2;
    background-color:#ffffff;
    color: #ffffff;
    font-weight:bold;
    padding: 5px 10px;
    border-radius:20px;
    /* font-style: italic;
    opacity: 0;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s; */
    bottom:5px;
    right:5px;
    -webkit-box-shadow:0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow:0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
    box-shadow:0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
    background-color: red;
}
.item span.status.cm{
    background-color: #decb00;
}
.item span.status.rs{
    background-color: #999;
}
.item span.status.oos{
    background-color: #ff6151;
}
.item span.status.po{
    background-color: #00a6bc;
}
.item a:hover span.status{
    /* opacity: 0.7;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s; */
}
.item span.discount{
    position:absolute;
    bottom:0;
    text-align:center;
    color:#ffffff;
    background-color:#ff0000;
    padding:5px;
    right:0;
    font-weight:bold;
    font-size:13px;
}
.item span.discount b{
    font-size:12px;
}
/*======= End Product List Item =======*/
/*======= CSS Brand List Item =======*/
.section-brand-list{
    width:100%;
    height:200px;
    padding: 0px 80px 0px 80px;
    margin-top: 30px;
    /* background-color: red; */
    float:unset;
}
.section-brand-list .wrap-all-brand{
    height:100%;
    /* background-color: blue; */
    display: flex;
    flex-direction: row;
}
.section-brand-list .wrap-all-brand .double-brand{
    display: flex;
    flex-direction: column;
    flex:1;
    /* background-color: yellow; */
}
.section-brand-list .wrap-all-brand .double-brand .item-brand{
    display: flex;
    flex:1;
    width:100%;
    padding:10px;
    /* background-color: green; */
}
.section-brand-list .wrap-all-brand .double-brand .item-brand{
    display: flex;
    flex:1;
    width:100%;
    padding:10px;
    overflow: hidden;
    /* background-color: green; */
}
.section-brand-list .wrap-all-brand .double-brand .item-brand .img-center{
    width:100%;
    height:100%;
    display: table;
}
.section-brand-list .wrap-all-brand .double-brand .item-brand .img-center .img-col{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.section-brand-list .wrap-all-brand .double-brand .item-brand .img-center .img-col img{
    width:70%;
}
/*======= End Brand List Item =======*/
.section-content{
    width:100%;
    padding: 0px 80px 10px 80px;
    /* background-color: red; */
    float:unset;
}
.section-content h1{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.section-content h2{
    font-size: 17px;
    margin: 30px 0px;
}
.section-content p{
    font-size: 13px;
    line-height: 25px;
}
.section-content .double-content{
    padding:0;
}
.section-content .double-content.left{
    padding-right:20px;
}
.section-content .double-content.right{
    padding-left:20px;
}
.section-footer{
    width:100%;
    padding: 30px 80px 0px 80px;
    float:unset;
}
.section-footer .content{
    color:#000000;
    width:100%;
    margin:0;
    padding:10px 0;
    text-align: center;
    border-top:1px solid #cccccc;
}
.section-footer .content a{
    color:#000000;
}
/*======= CSS Product Detail =======*/
.section-product{
    width:100%;
    padding: 30px 80px 0px 80px;
    float:unset;
    /* background-color: red; */
    display:flex;
    flex-direction: row;
}
.section-product .pic-product{
    display:flex;
    width:65%;
    padding: 0;
    float:unset;
    background-color: #eaeaea;
    flex-direction: row;
    height:100%;
    /* height:200px; */
}
.section-product .detail-product{
    display:flex;
    width:35%;
    padding: 0px 0px 0px 30px;
    float:unset;
    flex-direction: column;
    /* background-color: yellow; */
}
.section-product .detail-product .cass-detail-info{
    display: flex;
    flex-direction: row;
}
.section-product .detail-product .cass-detail-info .detail-info{
    display: flex;
    flex-direction: column;
    flex:1;
}
.section-product .detail-product .cass-detail-info .detail-info .detail-rating{
    display: flex;
    flex-direction: row;
    margin: 5px 0 15px 0;
    font-size: 15px;
}
.section-product .detail-product .cass-detail-info .detail-info .detail-rating .cass-rating{
    flex:1;
}
.section-product .detail-product .cass-detail-info .detail-info .detail-rating .cass-rating .rating-num{
    font-size:15px;
}
.section-product .detail-product .cass-detail-info .detail-info .detail-rating .review{
    flex:1;
    border-left: 1px solid #a6a6a6;
    text-align: center;
    padding:0 27px
}
@media (max-width: 560px) {
    .section-product .detail-product .cass-detail-info .detail-info .detail-rating .review{
        display: none;
    }
}
.section-product .detail-product .cass-detail-info .detail-info .detail-rating .sold{
    flex:1;
    border-left: 1px solid #a6a6a6;
    text-align: center;
    padding:0 27px
}
.section-product .detail-product .cass-detail-info .discount-info{
    display: flex;
    flex-direction: column;
}
.section-product .detail-product .cass-detail-info .discount-info span.discount{
    text-align:center;
    color:#ffffff;
    background-color:#ff0000;
    padding:5px;
    font-weight:bold;
    font-size:15px;
    display: none;
}
.section-product .detail-product .cass-detail-info .discount-info span.discount b{
    font-size:14px;
}
.section-product .detail-product h1{
    font-size:15px;
    font-weight: bold;
    color: #000000;
    margin:0 0 10px 0;
    letter-spacing: 2px;
}
.section-product .detail-product h2{
    font-size:15px;
    letter-spacing: 2px;
    font-weight: normal;
    color: #adadad;
    margin:0 0 10px 0;
}
.section-product .detail-product span.price{
    font-size:18px;
    letter-spacing: 2px;
    color:#ff6151;
    margin:0 0 10px 0;
}
.section-product .detail-product span{
    font-size:13px;
    letter-spacing: 2px;
    color:#000000;
    margin:0 0 10px 0;
}
.section-product .detail-product span.priceother{
    font-size: 16px;
    color: #bbbbbb;
    text-decoration: line-through;
}
.section-product .detail-product span.status{
    font-size:18px;
    color: #000000;
    font-weight:bold;
    margin-top:20px;
}
.section-product .detail-product span.status.cm{
    color: #decb00;
}
.section-product .detail-product span.status.rs{
    color: #1f9a26;
}
.section-product .detail-product span.status.oos{
    color: #ff6151;
}
.section-product .detail-product span.status.po{
    color: #00a6bc;
}
.section-product .detail-product select{
    font-size:13px;
    color:#000000;
    margin:0 0 10px 0;
    border-radius:5px;
    border:1px solid #000000;
    padding:5px;
}
.section-product .detail-product .ukuran{
    display:flex;
    flex-direction: row;
}
.section-product .detail-product .ukuran input{
    display: none;
}
.section-product .detail-product .ukuran label{
    width:50px;
    height:60px;
    padding:10px 0;
    margin: 0 20px 0 0;
    text-align:center;
    font-size:13px;
    font-weight: normal;
    color:#000000;
    cursor: pointer;
    border:1px solid #eaeaea;
    border-radius:5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-product .detail-product .ukuran input[type="radio"]:checked+label{ 
    color: #000000; 
    border:1px solid #000000;
} 
.section-product .detail-product .button {
    display: flex;
    flex-direction: row;
    margin-top:20px;
}
.section-product .detail-product .button button{
    display: flex;
    flex: 1;
    text-align: center;
    justify-content: center;
    font-size: 12px;
    padding:10px 0;
    border:0;
    color:#ffffff;
    border-radius:5px;
    -webkit-box-shadow:0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow:0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
    box-shadow:0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.section-product .detail-product .button button.cart{
    margin-right:10px;
    background-color: #07747a;
}
.section-product .detail-product .button button.buy{
    background-color: #ff6151;
}
.section-product .detail-product .simbol{
    display: flex;
    flex-direction: row;
    margin-top:30px;
}
.section-product .detail-product .simbol label{
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: normal;
}
.section-product .detail-product .simbol label i{
    font-size:15px;
    height:15px;    
    color:#000000;
}
.section-product .detail-product .simbol label span{
    font-size:12px;
    text-align: center;
    margin:10px 0;
    flex:1;
}
.section-product .detail-product .panduan{
    display:flex;
    flex-direction:row;
    border-bottom: 1px solid #cccccc;
    margin:50px 0 20px 0;
}
.section-product .detail-product .panduan a{
    color:#000000;
    flex:1;
    justify-content: center;
    text-align:center;
    padding:10px;
}
.section-product .detail-product .panduan a:nth-child(1){
    border-right: 1px solid #cccccc;
}
.section-product .detail-product .btn-wishlist{
    text-decoration: none;
    color:#000000;
    display: flex;
    flex-direction: row;
    align-items: center;
    width:auto;
    margin:0 0 50px 0;
}
.section-product .detail-product .btn-wishlist i{
    color:#ff6151;
    font-size:30px;
    margin-right:10px;
}
.section-product .detail-product .ori{
    color:#ff6151;
}
.section-product .pic-product .slider-nav{
    flex:1;
    display: flex;
    flex-direction: column;
    padding:10px;
    /* height:300px; */
    /* background-color: blue; */
    overflow-y:auto;
}
.section-product .pic-product .slider-nav a {
    margin-top: 10px;
    opacity: 0.60;
}
.section-product .pic-product .slider-nav a.active {
    opacity: 1;
}
.section-product .pic-product .slider-nav a:nth-child(1){
    margin-top: 0px;
}
.section-product .pic-product .slider-nav a .img{
    width:100%;
    *height:160px;
    background-color: #ffffff;
    overflow: hidden;
}
.section-product .pic-product .slider-nav a .img .img-center{
    width:100%;
    height:100%;
    display: table;
}
.section-product .pic-product .slider-nav a .img .img-center .img-col{
    display: table-cell;
    vertical-align: middle;
}
.section-product .pic-product .slider-nav a .img .img-center .img-col img{
    width:100%;
}
.section-product .pic-product .slider-nav .slick-list{
    display: flex;
    flex:1;
    flex-direction: column;
}
.section-product .pic-product .slider-for{
    width:600px;
    display: flex;
    /* background-color:#ffffff; */
    overflow: hidden;
    padding:10px 10px 10px 0px;
}

.section-product .pic-product .slider-for .slick-arrow{
    z-index:3;
}
.section-product .pic-product .slider-for .slick-prev.slick-arrow{
    left:30px;
}
.section-product .pic-product .slider-for .slick-next.slick-arrow{
    right:30px;
}

.slick-prev:before{
    content:'â†';
}
.slick-next:before{
    content:'â†’';
}
.section-product .pic-product .slider-for .slick-arrow:before{
    color:#000000;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 2px 1px 0px 1px;
}
.section-product .pic-product .slider-for .slick-slide{
    width:100%;
    height:700px;
    background-color: #ffffff;
    overflow: hidden;
}
.section-product .pic-product .slider-for .slick-slide div{
    width:100%;
    height:100%;
    display: table;
}
.section-product .pic-product .slider-for .slick-slide div div{
    width:100%!important;
    height:auto;
    display: table-cell!important;
    vertical-align: middle;
}
.section-product .pic-product .slider-for .slick-slide div div a{
    width:100%;
    height:100%;
}
.section-product .pic-product .slider-for .slick-slide div div a figure{
    width:100%;
    height:100%;
}
.section-product .pic-product .slider-for .slick-slide div div img{
    width:100%;
}
.section-product-detail{
    width:100%;
    padding: 30px 80px 0px 80px;
    float:unset;
    display:flex;
    flex-direction:row;
}
.section-product-detail .tab{
    width:65%;
    display:flex;
    flex-direction:column;
}
.section-product-detail .tab-nav{
    width:100%;
    display:flex;
    flex-direction:row;
}
.section-product-detail .tab-nav a{
    display:flex;
    padding:10px 30px;
    font-size:15px;
    color:#000000;
    border:0;
    text-decoration: none;
}
.section-product-detail .tab-nav a.active{
    color:#000000;
    /* font-weight: bold; */
    border-bottom:1px solid #000000;
}
.section-product-detail .tab-content{
    width:100%;
    display:flex;
    flex-direction:row;
}
.section-product-detail .tab-content > div{
    display: none;
    padding:20px 0;
}
.section-product-detail .tab-content div.active{
    display: block;
}
.section-product-detail .tab-content .desc{
    width:100%;
}
.section-product-detail .tab-content .spec{
    width:100%;
}
.section-product-detail .tab-content .spec table{
    width:100%;
}
.section-product-detail .tab-content .spec table tr td{
   padding:10px;
}
.section-product-detail .tab-content .spec table tr td:nth-child(1){
    white-space: nowrap;
}
.section-product-detail .tab-content .spec table tr td:nth-child(3){
    width:100%;
}
.section-product-detail .tab-content .rate{
    width:100%;
}
.section-product-detail .tab-content .rate .item-ulas{
    width:100%;
    position: relative;
    border-bottom:1px solid #cccccc;
    padding:10px 0;
}
.cass-rating{
    display:flex;
}
.rating > span {
    display: inline-block;
    position: relative;
    width: 1.1em;
    font-size: 14px !important;
    color:#FF615C !important;
}
.rating.r1 > span:nth-child(1):before
 {
    content: "\2605";
    position: absolute;
    color:#FF615C;
}
.rating.r2 > span:nth-child(-n+2):before
 {
    content: "\2605";
    position: absolute;
    color:#FF615C;
}
.rating.r3 > span:nth-child(-n+3):before
 {
    content: "\2605";
    position: absolute;
    color:#FF615C;
}
.rating.r4 > span:nth-child(-n+4):before
 {
    content: "\2605";
    position: absolute;
    color:#FF615C;
}
.rating.r5 > span:nth-child(-n+5):before
 {
    content: "\2605";
    position: absolute;
    color:#FF615C;
}
.cass-rating .rating-num{
    margin-left:6px !important;
}
.section-product-detail .tab-content .rate .item-ulas .date{
    position: absolute;
    right:20px;
    top:10px;
}
.section-product-detail .tab-content .rate .item-ulas .user{
    font-weight: bold;
    color:#aaaaaa;
    line-height: 25px;
}
.section-product-detail .tab-content .rate .item-ulas p{
    line-height: 25px;
    word-break: break-word;
}
.section-product-detail .tab-content .rate .cass-item-review{
    margin-bottom: 45px;
}
.section-product-detail .tab-content .rate .more-rate{
    display: block;
    align-self: center;
    width: 148px;
    margin: 0 auto;
    border: 1px solid #ff625b;
    border-radius: 3px;
    padding: 10px 0;
    text-align: center;
    color:#ff625b;
    text-decoration: none;
}
.section-product-detail .tab-content .desc img{
    width:100%;
}
.section-product-detail .tab-content .spec img{
    width:100%;
}
.section-product-detail .more{
    width:35%;
    padding-left:30px;
}
.section-product-detail .more .cass-more{
    width:100%;
    margin:0;
    padding:0;
}
.section-product-detail .more > h4{
    padding-left:0px;
    margin-bottom:20px;
    float:left;
    width:100%;
    border-bottom:1px solid #cccccc;
    padding-bottom: 15px;
    color:#cccccc;
    font-weight: bold;
}
.section-product-detail .more > h4 > a{
    float:right;
    font-weight:normal;
    font-size:12px;
    bottom:0;
    color:#cccccc;
    text-decoration: none;
}
.section-product-detail .more > h4 > a:hover{
    color:#000000;
}
.section-product-detail .more .item{
    padding:0 15px;
    margin: 0 0 15px 0;
    height: 264px;
    width:50%;
    float:left;
    position: relative;
}
.section-product-detail .more .item a{
    padding:0;
    text-decoration: none;
    color: #000000;
    width:100%;
    height: 100%;
    position: relative;
    display: block;
}
.section-product-detail .more .item a .cass-item{
    width:100%;
    height:100%;
    padding:0;
    margin:0;
}
.section-product-detail .more .item a h4{
    font-size:14px;
    font-weight:normal;
    margin-bottom: 5px;
    padding-left:0;
    height:38px;
    overflow:hidden;
    line-height: 20px;
}
.section-product-detail .more .item a .img{
    width:100%;
    height:163px;
    overflow: hidden;
    position:relative;
}
.section-product-detail .more .item a .img .img-center{
    width:100%;
    height:100%;
    display: table;
}
.section-product-detail .more .item a .img .img-center .img-col{
    display: table-cell;
    vertical-align: middle;
}
.section-product-detail .more .item a .img .img-center .img-col img{
    width:100%;
}
.section-product-detail .more .item a span.price{
    font-size:15px;
    color:#ff6151;
    display: block;
}
/*======= End Product Detail =======*/
/*======= Product Search ===========*/
.wrap-filter{
    display:flex;
    flex-direction:row;
    width:100%;
}
.wrap-filter .cass-filter{
    display:flex;
    width:350px;
    /* background-color:red; */
    padding-left:80px;
    flex-direction: column;
    padding-top:20px;
}
.wrap-filter .cass-filter .menu-filter{
    display: none;
}
.wrap-filter .cass-filter .filter{
    display:flex;
    /* flex:1; */
    /* background-color:yellow; */
    margin-bottom:10px;
    max-height:300px;
    margin-top:10px;
    border:1px solid #b7b7b7;
    /* -webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.63);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.63);
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.63); */
    border-radius: 4px;
    padding:10px 0px 10px 0px;
}
.wrap-filter .cass-filter h2{
    display:flex;
    font-size:14px;
    font-weight:bold;
}
.wrap-filter .cass-filter .filter ul{
    display:flex;
    flex:1;
    list-style:none;
    flex-direction: column;
    padding:0;
    margin:0;
    overflow: auto;
}
.wrap-filter .cass-filter .filter ul li{
    display:flex;
    flex:1;
    list-style:none;
    padding:10px 20px;
    margin:0;
}
.wrap-filter .cass-filter .filter ul li input[type="checkbox"]{
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.wrap-filter .cass-filter .filter ul li label .checkmark{
    height: 25px;
    width: 25px;
    border:2px solid #000000;
    margin:0px 10px 0px 0px;
    position: relative;
    display:inline-block;
}
.wrap-filter .cass-filter .filter ul li input[type="checkbox"]:checked ~ label .checkmark {
    background-color: #ffffff;
}
.wrap-filter .cass-filter .filter ul li label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.wrap-filter .cass-filter .filter ul li input[type="checkbox"]:checked ~ label .checkmark:after {
    display: block;
}  
.wrap-filter .cass-filter .filter ul li label .checkmark:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid #000000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wrap-filter .cass-filter .filter ul li label{
    display: block;
    width: 100%;
    padding-top:0px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.wrap-filter .cass-filter .filter.harga ul li label{
    font-weight: bold;
    font-size:12px;
}
.wrap-filter .cass-filter .filter ul li a{
    display: block;
    width: 100%;
    padding-top:0px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-weight: 700;
    text-decoration: none;
    color: #333333;
}
.wrap-filter .cass-product{
    display:flex;
    flex:1;
    flex-direction: column;
    padding-left:0px
    /* background-color:blue; */
}
.wrap-filter .cass-product .hasil{
    margin-left:30px;
    margin-top:30px;
    margin-bottom:0px;
    font-size:20px;
}
.wrap-filter .cass-product .ops{
    margin-top:100px;
}
.wrap-filter .cass-product .section-product-list{
    padding-left:30px;
}
.wrap-filter .cass-product .wrap-sort .cass-sort{
    display:flex;
    align-self: flex-end;
    flex-direction: row;
    flex:1;
    justify-content: flex-end;
    align-items: center;
}
.wrap-filter .cass-product .wrap-sort .cass-sort p{
    margin-bottom:0;
    margin-right:10px;
    font-weight: bold;
}
.wrap-filter .cass-product .wrap-sort .cass-sort .sort{
    padding:10px;
    margin-right: 80px;
    height: 40px;
    width: 170px;
    margin-top:0;
    border:1px solid #a6a6a6;
    background-color:#f8f8f8;
}
.wrap-filter .cass-product .wrap-sort{
    width:100%;
    display: flex;
    flex-direction: row;
    margin-top:30px;
}
.wrap-filter .cass-product .wrap-sort .btn-filter{
    margin-left:30px;
    font-weight:bold;
    background-color:rgb(248, 248, 248);
    border-color:rgb(166, 166, 166);
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    text-align:center;
    justify-content: center;
    display: none;
}
/*======= End Product Search ===========*/
/*======= Page ===========*/
.section-page{
    padding:0 80px 0 80px;
}
.section-page h1{
    font-weight: bold;
    margin:60px 0 30px 0;
    text-align: center;
}
.section-page p{
    line-height:26px;
    text-align: justify;
}
/*======= End Page ===========*/
a.button-chat{
    width:100px;
    height:80px;
    flex-direction: column;
    border-radius:50px;
    position:fixed;
    bottom:5px;
    right:10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #00e676;
    font-weight: bold;
    z-index:15;
}
a.button-chat span{
    font-size: 13px;
    text-shadow:
    -1px -1px 0 #ffffff,  
    1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
     1px 1px 0 #ffffff;
}
@media (max-width: 1400px) {
    .wrap-filter .cass-product .section-product-list .item a .img{
        width:100%;
        height:170px;
    }
}
@media (max-width: 1100px) {
    .wrap-filter .cass-product .wrap-sort .btn-filter{
        display: flex;
    }
    .wrap-filter .cass-filter .menu-filter{
        position:fixed;
        bottom:0;
        left:0;
        display: flex;
        background-color:red;
        width:100%;
        flex-direction: row;
    }
    .wrap-filter .cass-filter .menu-filter a{
        display:flex;
        flex:1;
        text-align: center;
        align-content: center;
        justify-content: center;
        padding:15px;
        font-weight:bold;
    }
    .wrap-filter .cass-filter .menu-filter a.filclose{
        background-color:#000000;
        color:#ffffff;
    }
    .wrap-filter .cass-filter{
        /* display:none; */
        position: fixed;
        left:0;
        top:0;
        background-color:#ffffff;
        z-index:16;
        width: 100%;
        height: 100%;
        overflow: auto;
        padding:15px;
        padding-bottom:100px;
    }
    .wrap-filter .cass-filter .filter{
        max-height: fit-content;
    }
    .wrap-filter .cass-filter .filter.filmenu{
        display:none;
    }
    .wrap-filter .cass-product .section-product-list{
        padding-left:35px;
    }
    .wrap-filter .cass-product .wrap-sort{
        padding-left:50px;
    }
}
@media (max-width: 1320px) {
    .section-product .pic-product .slider-nav a .img{
        width:100%;
        height:100px;
    }
}
@media (max-width: 1240px) {
    .section-product .pic-product .slider-nav a .img{
        width:100%;
        height:70px;
    }
}
@media (max-width: 1210px) {
    .section-product .pic-product .slider-nav a .img{
        width:100%;
        height:50px;
    }
}
@media (max-width: 1180px) {
    .section-product .detail-product .btn-wishlist{
        margin-bottom:20px;
    }
    .section-product .detail-product .panduan {
        margin-top:10px;
    }
    .section-product{
        flex-direction: column;
    }
    .section-product .pic-product{
        flex-direction: column-reverse;
        overflow: hidden;
        width:100%;
    }
    .section-product .detail-product{
        width:100%;
        padding:0;
        margin:30px 0 0 0;
    }
    .section-product .detail-product select{
        width:300px;
        height:50px;
    }
    .section-product .pic-product .slider-nav {
        width:100%;
        flex:unset;
        padding:0 0px 10px 0px;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        display:block;
        height:150px;
    }
    .section-product .pic-product .slider-for .slick-slide{
        height:530px;
    }
    .section-product .pic-product .slider-for {
        height:auto;
        flex:1;
        width:100%;
        padding:10px;
    }
    .section-product .pic-product .slider-nav a .img{
        height:100%;
    }
    .section-product .pic-product .slider-nav a{
        margin-top:0;
        margin-left:10px;
        width:140px;
        height:140px;
        display: inline-block;
    }
    .section-product .pic-product .slider-nav a:nth-child(1){
        margin-left:0;
    }
    .section-product-detail{
        flex-direction: column;
        margin-top:10px;
    }
    .section-product-detail .tab{
        width:100%;
    }
    .section-product-detail .more{
        width:100%;
        padding:0;
    }
    .section-product-detail .more .cass-more{
        width:100%;
        padding:0;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        display:block;
    }
    .section-product-detail .more .cass-more .item{
        display: inline-block;
        float:none;
        width: 150px;
        height: 231px;
        padding:0 5px;
    }
    .section-product-detail .more > h4{
        color:#000000;
    }
    .section-product-detail .more > h4 a{
        color:#000000;
    }
    .section-product-detail .more .item a .img{
        height: 150px
    }
    .section-product-detail .more .item a h4{
        font-size:12px;
        white-space: normal;
    }
    .section-product-detail .tab-nav{
        border-right: 1px solid #000000;
    }
    .section-product-detail .tab-nav a{
        flex:1;
        padding: 15px 5px;
        text-align:center;
        justify-content: center;
        align-items: center;
        border:1px solid #000000;
        border-right: 0;
        background-color: #eaeaea;
        color:#000000;
    }
    .section-product-detail .tab-nav a.active{
        text-align:center;
        background-color: #ffffff;
        border-bottom: 1px solid #ffffff;
    }
}
@media (max-width: 991px) {
    .section-content .double-content.left{
        padding-right:0px;
    }
    .section-content .double-content.right{
        padding-left:0px;
    }
}
@media (max-width: 999px) {
    .section-product-list .item a .img{
        height:160px;
    }
    .section-product-list .item{
        height: 367px;
    }
    .navigation ul li a{
        font-size:11px;
    }
}
@media (max-width: 765px) {
    .navtop{
        display: none;
    }
    .toolbar .cass-logo{
        width:100%;
        margin-bottom:10px;
        padding-left:0;
    }
    .toolbar-cover{
        display:flex;
        height:85px;
    }
    .toolbar.float{
        -webkit-box-shadow:0 5px 15px 1px rgba(0,0,0,.1);
        -moz-box-shadow:0 5px 15px 1px rgba(0,0,0,.1);
        box-shadow:0 5px 15px 1px rgba(0,0,0,.1);
    }
    .toolbar{
        flex-wrap: wrap;
        margin: 0px 0 20px 0;
        position:fixed;
        z-index:3;
        top:0;
        padding: 10px 0 10px 0;
    }
    .toolbar a.menu{
        display: inherit;
        margin-left: 11px;
    }
    .toolbar a.account{
        padding-top:0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 11px;
    }
    .toolbar a.account i.glyphicon{
        top:auto;
    }
    .toolbar a.cart{
        margin-right: 11px;
        padding-right:0;
        margin-left: 3px;
    }
    .toolbar .cass-logo{
        flex:1;
        width:auto;
        margin-bottom:0;
        padding-top: 0px;
    }
    .toolbar .cass-logo .logo{
        width:auto;
        height:28px;
        bottom:0;
        margin-top:7px;
    }
    .toolbar .search{
        display: none;
    }
    .toolbar .search-mobile{
        display: flex;
    }
    .navigation{
        display: none;
    }
    h3.title-section{
        font-size:15px;
        padding: 0px 11px 0px 11px;
    }
    .section-slide{
        margin-top:25px;
    }
    /*======= CSS Product List Item =======*/
    .section-product-list{
        padding: 0px 0px 0px 11px;
    }
    .section-product-list .item{
        height: 352px;
    }
    .section-product-detail .more .cass-more .item{
        height: 255px;
    }
    .section-product-detail .more .item a span.price {
        width:100%;
        display: block;
    }
    .section-product-detail .more .item a span.priceother {
        width:100%;
        display: block;
        color: #bbbbbb;
        text-decoration: line-through;
    }
    .section-product-list .item a{
        padding:0 11px 0 0;
    }
    .section-product-list .item a .img{
        height:160px;
    }
    /*======= End Product List Item =======*/
    /*======= CSS Brand List Item =======*/
    .section-brand-list{
        padding: 0px 11px 0px 11px;
        height:100px;
    }
    .section-brand-list .wrap-all-brand .double-brand .item-brand .img-center .img-col img{
        width:100%;
    }
    /*======= End Brand List Item =======*/
    .section-product{
        padding: 30px 11px 10px 11px;
    }
    .section-product-detail{
        padding: 10px 11px 10px 11px;
    }
    .section-content{
        width:100%;
        padding: 10px 11px 10px 11px;
    }
    .section-content .double-content.left{
        padding-right:0px;
    }
    .section-content .double-content.right{
        padding-left:0px;
    }
    .section-footer{
        width:100%;
        padding: 30px 11px 0px 11px;
        float:unset;
    }
    .wrap-filter .cass-product .section-product-list{
        padding-left:10px;
    }
    .wrap-filter .cass-product .wrap-sort .cass-sort p{
        font-size: 12px;
    }
    .wrap-filter .cass-product .wrap-sort .cass-sort .sort{
        margin-right: 0px;
    }
    .wrap-filter .cass-product .wrap-sort{
        padding-left:10px;
        padding-right: 10px;
    }
    .wrap-filter .cass-product .wrap-sort .btn-filter{
        margin-left:0px;
    }
    /*======= Page =======*/
    .section-page{
        padding:0 11px 0 11px;
    }
    /*======= End Paeg =======*/
}
@media (max-width: 435px) {
    .wrap-filter .cass-product .wrap-sort .btn-filter{
        margin:20px 0px;
        height:40px;
    }
    .wrap-filter .cass-product .wrap-sort .cass-sort{
        align-self: center;
    }
    .wrap-filter .cass-product .wrap-sort{
        justify-content: center;
        padding-left:10px;
        flex-direction: column;
    }
}
@media (min-width: 416px) and (max-width: 767px){
    /*======= CSS Product List Item =======*/
    .section-product-list .item {
        /*width: 33.33333333%;*/
    }
    /*======= End Product List Item =======*/
}
@media (max-width: 470px) {
    .section-product .pic-product{
        height:500px;
    }
    .section-product .pic-product .slider-for .slick-slide {
        height: 329px;
    }
}

.cass-see-more{
    width:100%;
    float:left;
    text-align:center;
    padding:10px 0;
}
.btn-see-more,.btn-see-more:visited{
    padding:10px;
    width:300px;
    text-align:center;
    text-decoration: none;
    font-weight:bold;
    color:#ff0000;
    display: block;
    margin:0 auto;
    background-color: #ffffff;
    border:1px solid #ff0000;
}
.btn-see-more:hover{
    text-decoration: none;
    color:#ffffff;
    background-color: #ff0000;
}
.pagination {
    margin-right:5px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: rgba(0, 0, 0, 0.26);
    cursor: default;
    background-color: #fff;
    border:0;
    font-weight:bold;
    font-size:16px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 6px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000000;
    text-decoration: none;
    background-color: #fff;
    border: 0;
    font-size:16px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #000000;
    background-color: #fff;
    border:0;
    font-size:16px;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: rgba(0, 0, 0, 0.26)
}
.jss176 {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
    font-weight:bold;
}
.jss176 {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
    font-weight:bold;
}

@media(max-width: 1180px){
    .section-product .detail-product .button {
        position: fixed;
        width: 100%;
        background: #ffffff;
        display: flex;
        flex-direction: row;
        margin-top: 20px;
        z-index: 9;
        bottom: 0px;
        left: 0;
        padding: 10px 10px;
        -webkit-box-shadow: 0px -2px 2px -1px rgba(0,0,0,0.27);
        -moz-box-shadow: 0px -2px 2px -1px rgba(0,0,0,0.27);
        box-shadow: 0px -2px 2px -1px rgba(0,0,0,0.27);
    }
    a.button-chat {
        bottom: 70px;
    }
}
.section-product-list .item a button.cart {
    width:100%;
    margin:10px 0px 20px 0px;
    background-color: #07747a;
    text-align: center;
    font-size: 11px;
    padding: 10px 0;
    border: 0;
    color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow:0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow:0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
    box-shadow:0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}


.item a .detail-rating{
    display: flex;
    flex-direction: row;
    margin: 10px 0 10px 0;
    font-size: 11px;
}
.item a .detail-rating .cass-rating{
    flex:1;
}
.item a .detail-rating .cass-rating .rating-num{
    font-size:11px;
}
.item a .detail-rating .sold{
    flex:1;
    text-align: right;
    padding:0 5px
}
.item a .rating > span {
    display: inline-block;
    position: relative;
    width: 11px;
    font-size: 11px !important;
    color: #FF615C !important;
}


