/**
Theme Name: IAP Theme
Author: StudioRav.co.uk
Author URI: https://www.studiorav.co.uk
Description: Custom designed theme for IAP theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iap-theme
Template: astra
*/
.product_meta p, .product_meta-other p {
    margin-bottom: 8px !important;
    color: #515151;
    font-size: 15.3px;
}
.woocommerce-js div.product .product_title {
      font-size: 24px;
}
.brand-logo-title .col-md-3 {
    padding: 0 !important;
    border: none !important;
}
.product_meta-other h4 {
    margin-bottom: 20px !important;
    font-weight: 600;
    font-size: 20px;
    color: #454F5E;
    font-family: 'Karla',sans-serif;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li a {
    font-size: 22px;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
    background: green;
    color: #fff;
}
p.delivey-text.right-side-stock {
    background: #d7f0e0;
    padding: 0 8px 5px 8px;
    border-radius: 0 0 7px 7px;
}
p.ast-stock-detail {
    background: #d7f0e0;
    padding: 5px 8px;
    border-radius: 7px 7px 0 0;
}
.woocommerce-js div.product .stock {
    color: #008000 !important;
    font-weight: 600;
}