/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */
.category-tree a.current{font-weight: bold;}

.product-flags .product-flag.discount{display: none;}
.product-miniature .product-flags > li {
    background-color: rgba(255, 255, 255, 0.6);
}

#product .product-info-section .product-prices > div{display: inline;}
.product-discount {
    vertical-align: top;
}

#quantityDiscount{}
#quantityDiscount table{border-collapse: collapse;}
#quantityDiscount table tr{border-bottom: 1px solid #ccc;}
#quantityDiscount table tr:nth-child(2n) {
    background: #fafafa;
}
#quantityDiscount table tr th{
    background: #eee;
    text-align: center;
    line-height: 15px;
    padding: 10px 5px;
}
#quantityDiscount table tr td {
    text-align: center;
    padding:
            5px;
}


.js-qv-mask.thumb-carousel {
    overflow: hidden;
}
.scroll-box-arrows.scroll i {
    background-color: #d40000;
}
.scroll-box-arrows.scroll i svg{
    color: #fff;
}

@media (min-width: 600px) {
    .product-page-col > .col-md-6:nth-child(2) {
        width: 45.33%;
        padding: 45px 0 0 50px;
    }
}