/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


.product-title {
    font-family: "Roboto Condensed", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px !important;
    color: #cf8b25;
}

span.woocommerce-Price-amount.amount {
    font-family: "Roboto Condensed", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px !important;
    color: #cf8b25;
}

button.button.order-now {
    font-family: 'Open Sans';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px !important;
    background: #c93d41 !important;
    padding: 10px 13px !important;
    border-radius: 0px !important;
}

.page-id-2602 .woocommerce, .page-id-2604 .woocommerce{
    padding: 2% 10%;
}

.contact-section {
    width: 90%;
    margin: 0 auto;
}