body {
    background-color: #F7F1F5;
}

/* Hide original sidebar widgets */
.tp-product-details-wrapper .tp-product-details-msg,
.tp-product-details-wrapper .tp-product-details-payment {
    display:none !important;
}


/* Product action buttons */
.tp-product-action-btn {
    --tp-btn-color: var(--tp-common-white);
    background-color: #3c281f;
    border: 1px solid #3c281f;
}

.tp-product-action-btn.active,
.tp-product-action-btn:hover {
    --tp-btn-color: var(--tp-common-white);
    background-color: #c08a59;
    border-color: #c08a59;
}

.tp-product-action-btn:last-child {
    border-bottom: 1px solid #3c281f;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


/* Add to cart */
.tp-product-add-cart-btn-large {
    background-color: #3c281f;
}

.tp-product-add-cart-btn-large:hover {
    background-color: #c08a59;
}


/* Buy now */
.tp-product-details-buy-now-btn {
    --tp-btn-color: #ffffff;
    background-color: #3c281f;
    color: white;
}

.tp-product-details-buy-now-btn:hover {
    --tp-btn-color: #ffffff;
    background-color: #c08a59;
    color: white;
}


/* Add to cart hover */
.tp-product-details-add-to-cart-btn:hover {
    --tp-btn-color: var(--tp-common-white);
    background-color: #c08a59;
    border-color: #c08a59;
}