﻿* {
    font-family: "Lato","Open Sans","Helvetica Neue", Helvetica, Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑","STHeiti","WenQuanYi Micro Hei",SimSun, sans-serif
}

h1,h2 {
    color: #111
}

.text-primary-color {
    color: #111
}

.text-primary-color a {
    color: #111
}

.text-primary-color a:hover {
    color: rgba(17,17,17,0.7)
}

.text-primary-color li a {
    color: #111
}

.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: #fff;
    background-color: rgba(17,17,17,0.8);
    border-color: rgba(17,17,17,0.8);
    cursor: default
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    color: #9c603c;
    background-color: rgba(17,17,17,0.1)
}

.text-secondary-color {
    color: rgba(17,17,17,0.7)
}

.text-secondary-color a {
    color: rgba(17,17,17,0.7)
}

.text-secondary-color a:hover {
    color: #111
}

.btn-color-primary {
    background-color: #111;
    border: 1px solid #000;
    color: #fff
}

.btn-color-primary:hover {
    background-color: rgba(17,17,17,0.8);
    border: 1px solid rgba(0,0,0,0.8);
    color: #fff
}

.body-wrapper {
    border-top: 8px solid #111
}

.body-content {
    margin-bottom: 0px
}

.quantity select {
    background-color: white
}

.navbar-header-wrapper {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 30px
}

.navbar-menu>ul>li>a.active,.navbar-menu>ul>li>a {
    font-weight: 600;
    text-transform: uppercase
}

.navbar-menu>ul>li>a.active,.navbar-menu>ul>li>a:hover {
    color: rgba(17,17,17,0.7)
}

.navbar-wrapper {
    border-bottom: 0px
}

.navbar-header {
    min-height: 0px;
    max-width: 100%;
    text-align: center
}

@media (min-width: 767px) {
    .container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
        float:none;
        display: block;
        max-width: 100%;
        width: 100%
    }
}

@media (max-width: 767px) {
    .navbar-header-wrapper {
        border-bottom:0px solid #d2d2d2;
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-top: 30px
    }

    .body-wrapper {
        border-top-width: 0
    }

    #fixed-menu-container {
        border-bottom: solid 7px #111
    }
}

.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
    float: none;
    display: block;
    max-width: 100%;
    width: 100%
}

.navbar {
    margin: 0 auto;
    border-bottom: 4px double #d2d2d2;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 0px
}

.navbar-menu-wrapper {
    width: 100%;
    display: block
}

.navbar-menu {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    margin: 0px auto;
    position: static;
    bottom: 0px;
    right: 0;
    display: inline-block
}

body:first-of-type .navbar-menu {
    position: initial
}

.navbar-menu a {
    color: #4e4e4e
}

.navbar-menu a:hover {
    color: #4e4e4e
}

.navbar-menu ul li a {
    color: #4e4e4e;
    font-weight: 400;
    margin-left: 20px;
    margin-right: 20px
}

.navbar-menu ul li a:hover {
    color: rgba(78,78,78,0.8)
}

body {
    background-image: url("https://s3-ap-southeast-1.amazonaws.com/static.shoplineapp.com/web/themes/v1/rebel/rebel-bg.png");
    background-repeat: repeat
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.product-item .title {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    text-align: center
}

.product-item .price {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    text-align: center;
    color: #606060
}

.product-item .price-sale {
    text-align: left;
    color: #c0392b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    text-align: center
}

.checkout-prod-remove a {
    color: #aa3737
}

#footer {
    position: relative;
    bottom: 0;
    width: 100%;
    min-height: 200px;
    text-transform: capitalize;
    background: none
}

#footer>.Footer-grids>.container {
    border-top: 1px solid #e0e0e0
}

.badges {
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 50px;
    border-top: 0px
}
