/**
* Theme Name: grano Child
* Description: This is a child theme of grano, generated by Rdt WP.
* Author: <a href="http://roadthemes.com/">Road-Themes</a>
* Template: grano
* Version: 1.0.0
*/

/* Modified by [kappa] . www.kdd.it */

/* April 2023 */

/* Font size fix for register button in theme Header */

.header-account-block > a > .icon-text {
    text-align: left;
    font-size: 1em !important;
}

/* Text small class for Conferitori page */
.small-list-text {
    font-size: 22px !important;
}

/* Custom Styles For Page Product and Catalog - Font fix for Nunito  */

.widget-title {
    font-size: 1.3em;
}

.product-categories, .price_label {
    font-size: 1.1em;
}

.product-category > a{
    font-size: 1em !important;
}

.product-inner .product-title > * a {
    font-size: 1.1em !important;
    line-height: 1.65em !important;
}

.woocommerce div.product span.price, .price {
    font-size: 1.4em !important;
}

/* Product detail */

.summary .product_title {
    font-size: 2em !important;
}

.woocommerce div.product p.price, .price {
    font-size: 2em !important;
}

.summary .woocommerce-product-details__short-description {
    font-size: 1.3em !important;
    line-height: 1.3em !important;
}

.woocommerce div.product p.stock {
    font-size: 1.4em !important;
    font-weight: 800 !important;
}

/* Tabs */

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 1.1em !important;
}

/* Toolbar & Breadcrumb */

.toolbar .woocommerce-result-count {
    font-size: 1.1em !important;
}

.toolbar .orderby {
    font-size: 1.1em !important;
}

@media (max-width: 576px){
    .toolbar .orderby {
        font-size: 0em !important;
    }
  }

.breadcrumb {
    font-size: 0.9em !important;
    text-transform: uppercase !important;
}

/* Logo PSR changelog 21/02/24 */

._desktop_logo_ {
    width: 250px !important;
}

.small-copyright {
    font-size: 6px;
}

/* Thank you page, Bank Transfer order typography update */

.wc-bacs-bank-details-heading {
    font-size: 16px !important;
    font-weight: bold;
    margin-top: 22px !important;
}

.sgpb-main-html-content-wrapper{
    text-align: center !important;
}