/*!
Theme Name: UiCore Pro Child
Theme URI: https://uicore.co
Description: One framework for all your website needs.
Author: UiCore
Author URI: https://uicore.co
Template: uicore-pro
Version: 1.0.0
Text Domain: uicore-pro
*/

 /* Add your custom style here */

.orderable-product__options {
    width: 100%;
}

.orderable-category-heading {
    margin-bottom: 16px;
}

.orderable-products-list + .orderable-category-heading,
.orderable-category-heading + .orderable-category-heading {
    margin-top: 32px;
}

.orderable-sb-content h2.orderable-product__title,
h2.orderable-category-heading__title {
    font-family: "Roboto Slab", Sans-serif;
    font-size: 36px;
    margin: 0;
}

h3.orderable-category-heading__title {
    font-family: "Roboto Slab", Sans-serif;
    font-size: 28px;
    margin: 0;
}

.orderable-product__hero img {
    display: none !important;
}

.orderable-product__actions-price {
    text-transform: lowercase;
}

.variationCounter {
    background: #ecf1f3;
    color: #405763;
    border-radius: 30px;
    display: inline-flex;
    padding: 5px 15px;
}

.orderable-products-list .orderable-product__title {
    margin: 4px 0 4px 0 !important;
}
.orderable-product__content {
    padding-bottom: 0 !important;
}
.orderable-products-list .orderable-product__actions {
    padding-top: 0 !important;
}