@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../fonts/glyphicons-halflings-regular.eot?v=1');
    src: url('../fonts/glyphicons-halflings-regular.eot?v=1#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2?v=1') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff?v=1') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf?v=1') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg?v=1#glyphicons_halflingsregular') format('svg');
}
.banner-preview {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 350px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle; 
    width: 100%;
}
.banner-preview img {
    max-height: 100%;
    width: auto;
}

.sidebar-contant ul li a.active {
    color: #9d1b46;
    font-weight: bold;
}

.inner-banner1 .banner-detail {
    color: #FFF;
}
.sidebar-contant .pro-detail-info {
    line-height: 15px;
}
.sidebar-contant .pro-detail-info a {
    display: inline-block;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
}

.rating.hide {
    display: none;
}

.productBoxS2 {
    background-color: #fefefe;
    border: 1px solid #efefef;
}

.productBoxS3 {
    background-color: #fefefe;
    border: 1px solid #efefef;
}



@media only screen and (max-width: 991px) {
    .cart-button {
        position: fixed;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 50;
    }
    .cart-button li {
        width: 100%;
        display: block;
        padding: 0 10px !important;
    }
    .cart-button .btn {
        display: block;
        font-size: normal !important;
        text-align: center;
        padding:10px;
        background-color:#00b704;
        color:#fff;
        font-size:25px;
        height: 44px;
        line-height: 24px;
        font-weight:bold;
        -webkit-animation: color-change 3s infinite;
        -moz-animation: color-change 3s infinite;
        -o-animation: color-change 3s infinite;
        -ms-animation: color-change 3s infinite;
        animation: color-change 3s infinite;
    }
    @-webkit-keyframes color-change{0%,100%{color:#FFF}50%{color:#000}}
    @-moz-keyframes color-change{0%,100%{color:#FFF}50%{color:#000}}
    @-ms-keyframes color-change{0%,100%{color:#FFF}50%{color:#000}}
    @-o-keyframes color-change{0%,100%{color:#FFF}50%{color:#000}}
    @keyframes color-change{0%,100%{color:#FFF}50%{color:#000}}
}

.fotorama {
    text-align: center;
}