.size-filter.list-filter li a:hover,
.size-filter.list-filter li.active a {
    color: #fff;
    background-color: #A4862B;
    border-color: #A4862B;
}

.detail-extralink .detail-qty {
    margin: 0 6px 15px 0;
    background: #fff;
    border: 2px solid #A4862B !important;
    font-size: 16px;
    font-weight: 700;
    color: #A4862B;
    border-radius: 5px;
    padding: 11px 20px 11px 30px;
    max-width: 90px;
}

.detail-qty>a:hover {
    color: #735D1B;
}

.detail-qty>a {
    font-size: 16px;
    color: #A4862B;
}

.product-extra-link2 a:hover {
    background-color: #A4862B;
    color: #fff;
}

.tab-style3 .nav-tabs .nav-item a.active,
.tab-style3 .nav-tabs .nav-item a:hover {
    color: #A4862B;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.progress-bar {
    background-color: #A4862B;
}

.detail-info .product-price .current-price {
    font-size: 35px;
    text-decoration: none;
    font-weight: 900;
}

.detail-info .product-price .old-price {
    text-decoration: line-through;
    color: #B6B6B6;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 700;
    display: block;
}

.detail-info .product-price .save-price {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 1px;
    display: block;
    color: #FDC040;
}

.product-extra-link2 .button.button-add-to-cart {
    position: relative;
    padding: 0px 15px;
    border-radius: 5px;
    border: 0;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
}

.product-extra-link2 .button.button-add-to-cart {
    position: relative;
    padding: 0px 15px;
    border-radius: 5px;
    border: 0;
    height: 35px;
    line-height: 35px;
    font-weight: 700;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
}
