/* Add your own CSS code here */
/* Partner Portal Product Page Styling */
.single-product .entry.woocommerce {
    background: #f7f7f8 !important;
    border-top: 3px solid #efb93b !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    padding: 24px 28px 30px !important;
}

.single-product .product_title {
    color: #26384f !important;
    margin-bottom: 10px !important;
}

.single-product .price {
    color: #0b2b4a !important;
    font-weight: 700 !important;
    margin-bottom: 18px !important;
    display: block;
}

.single-product .summary,
.single-product .woocommerce-product-details__short-description,
.single-product .woocommerce-tabs {
    line-height: 1.55;
}

.single-product .woocommerce-product-details__short-description {
    margin-top: 14px !important;
    margin-bottom: 18px !important;
}

.single-product button.single_add_to_cart_button,
.single-product .single_add_to_cart_button {
    background-color: #3b8dbd !important;
    background-image: none !important;
    color: #ffffff !important;
    border: 1px solid #2f749c !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.single-product button.single_add_to_cart_button:hover,
.single-product .single_add_to_cart_button:hover {
    background-color: #efb93b !important;
    border-color: #d69f1e !important;
    color: #ffffff !important;
}

.single-product a.button:not(.single_add_to_cart_button),
.single-product .related.products a.button {
    background-color: #efb93b !important;
    background-image: none !important;
    color: #ffffff !important;
    border: 1px solid #d69f1e !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.single-product a.button:not(.single_add_to_cart_button):hover,
.single-product .related.products a.button:hover {
    background-color: #d69f1e !important;
    color: #ffffff !important;
}

/* Hide Related Products */
.single-product .related.products {
    display: none !important;
}