/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/





/* Add padding between order containers */
.woocommerce-order-container {
    padding: 4%;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #ceefdf;
    color: #000;
    font-size: 17px;
}

/* Example styling for individual elements (customize as needed) */
.order-id {
    opacity: 0.4;
}

/* Example styling for the button with the custom class */
.custom-button-class {
    display: inline-block;
    padding: 10px 20px;
    background-color: #191919;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 16px;
}

.custom-button-class:hover {
    background-color: #323232;
    color: #fff;
}
