#content {
    z-index: auto !important;
}
.product-nav {
    width: 100%;
    border-top: 1px solid #eee;
    background-color: #fff;
    z-index: 100;
    padding: 15px 0;
    position: relative;
    font-size: 18px;
    line-height: 40px;
}
.is-sticky .product-nav {
    background: rgba(255,255,255,0.9);
}
.btn-buy {
    font-size: 14px;
    line-height: 30px;
    padding: 5px 15px;
}
.btn-buy:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.product-nav .navbar-nav>li>a {
    padding: 0 15px !important;
    line-height: 40px !important;
}
.product-nav .navbar-nav>li.active>a {
    color:#ce0000;
}
.product-nav .product-price {
    padding: 0 10px;
}
.product-color {
    margin: 4px 25px 0;
    height: 35px;
}
.product-color::after {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    clear: both;
}
.color-wrap {
    float: left;
    margin-right: 8px;
}
.color-wrap input {
    display: none;
}
.color-wrap input:checked + label.color {
    border: 5px solid #1e7114;
}
.color {
    border-radius: 100%;
    width: 32px;
    height: 32px;
    background-color: #333;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
}
.color-white {
    border: 1px solid #888;
    background-color: #fff;
}
.color-red {
    background-color: red;
}

footer {
    padding: 35px 0;
}
.footer-logo {
    margin-left: -15px;
    margin-top: -10px;
}
.rights {
    margin-top: 10px;
}
.rights .go-up {
    bottom: -30px;
}

.footer-link {
    color: #999;
    margin-top: 0;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.footer-link:hover {
    color: #fff
}

@media (max-width: 767px) {
    .footer-logo {
        margin: 0 auto;
        display: block !important;
    }
    footer .list-inline {
        text-align: left;
        margin-top: 10px;
    }
    footer .list-inline>li {
        display: block;
        margin-bottom: 8px;
    }
    .footer-link {
        font-size: 1.2em;
    }
}

.top-cart-location {
    position: absolute;
    top: -.8em;
    right: -5px;
    font-size: 1.25em;
    display: none;
}
.top-cart-count {
    color: #fff;
    font-size: 0.65em;
    padding: 1px 5px;
    background-color: #eb0028;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
}

.shopping-cart .cart-details {
    position: relative;
}

.shopping-cart input {
    display: inline-block;
    width: 100%
}

.shopping-cart {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #af5875
}

.shopping-cart input {
    border: 1px solid #ebebeb;
    width: 60px;
    font-family: 'Montserrat', sans-serif;
    height: 44px;
    width: 100%;
    display: inline-block;
    text-align: center
}

.shopping-cart h5 {
    text-align: left;
}
.shop-item-price {
    min-height: 150px;
}
.shop-item-qty {
    -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.shop-total {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #2d3a4b;
}

.shop-item-remove {
    position: absolute;
    right: 10px;
    z-index: 100;
    font-size: 16px;
}

.shop-item-remove a {
    display: block;
    padding: .5rem 1rem;
}
.shop-item-remove {
    top: 50%;
    transform: translateY(-100%);
}

.qty-wraper {
    position: relative;
    width: 80%;
}
.qty-wraper .qty-minus,
.qty-wraper .qty-plus {
    position: absolute;
    top: .125rem;
    height: 2.625em;
    line-height: 2.625em;
    width: 2.625em;
    text-align: center;
    font-size: 1.25em;
    color: #999;
}

.qty-wraper .qty-minus {
    left: .125em;
}

.qty-wraper .qty-plus {
    right: .125em;
}

.qty-wraper input {
    text-align: center;
    float: none !important;
}

.qty-wraper .qty-plus:hover,
.qty-wraper .qty-minus:hover {
    background: #eb0028;
    color: #fff;
    cursor: pointer;
}
.qty-wraper .form-control {
    border-radius: 0;
}
.qty-wraper .form-control:focus {
    border-color: transparent;
    outline: 0.125rem solid #ca142d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(249, 141, 141, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(249, 141, 141, 0.6);
}

.confirm-box {
    margin-top: 30px;
}
.user-radio h5,
.user-address h5 {
    margin-bottom: 15px;
}
.user-radio .radio-item {
    margin-bottom: 8px;
}
.user-radio .radio-item label {
    line-height: 20px;
    font-size: 17px;
    display: inline;
    vertical-align: top;
}
.shopping-radio {
    width: 20px;
    height: 20px;
    margin-top: 0 !important;
}
.confirm-box .btn:hover {
    background-color: #c5c5c5;
}
.shopping-totals {
    font-size: 25px;
    font-weight: bold;
    line-height: 56px;
}

@media(max-width: 768px) {
    .shop-item-price {
        min-height: auto;
    }
    .shop-item-qty {
        transform: none;
    }
    .shop-item-price .price {
        display: inline !important;
    }
    .shop-item-price .position-center-center {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left;
    }
    .shop-item-remove {
        top: 0;
        transform: none;
    }
}

.user-text {
    font-size: 16px;
    color: #333;
}
.user-text p {
    color: #333;
}

.h2zt {
    font-size: 22px;
    font-weight: bold;
    margin: 0.3em 0;
}

.user-text ul li,
.user-text ol li {
    list-style-type: square;
}
.user-text ul,
.user-text ol {
    margin: 0.3em 2.5em;
}
.user-text li {
    margin: 0 0 0.3em;
}
.user-text ol li {
    list-style-type: decimal;
}

.syma-photo3d-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1em 0 2em;
    text-align: center;
}

.icon--panel a {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
    border-radius: 5px !important;
    background-color: #ce0000 !important;
}

.form-group label a {color: #ce0000}