/*
Theme Name:  Packwise
Template:  twentytwenty
Text Domain: packwise
*/

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;700&display=swap');

select, input, textarea {
    font-family: 'Heebo', sans-serif ;
    color: #233540;
}
h1, h2, h3, h4, h5, h6, p {
    font-family: 'Heebo', sans-serif ;

}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;

}
input.raq-send-request,
input[name="update_raq"],
.yith_ywraq_add_item_browse-list.yith_ywraq_add_item_browse_message,
div.summary.entry-summary > div.yith-ywraq-add-to-quote > div > a,
.yith-ywraq-add-button.show .add-request-quote-button button {
    background-color: #FCA119 !important;
    font-family: 'Heebo', sans-serif !important;
    border-radius: 10px;
    color: #FFFFFF;
    display: inline-flex;
    height: 62px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
    text-transform: uppercase;
}

div.summary.entry-summary > div.woocommerce-product-details__short-description > table,
.woocommerce-product-details__short-description table th,
.woocommerce-product-details__short-description table td,
.woocommerce-product-details__short-description table td b,
.woocommerce-product-details__short-description table td strong,
.woocommerce-product-details__short-description table p,
.woocommerce-product-details__short-description table span {
    color: #ffffff !important;
}

.woocommerce-breadcrumb {
    opacity: 0.40;
    color: #233540; !important;
}
.woocommerce-breadcrumb a {
    color: #233540; !important;
}

.category-head {
    margin-bottom: 20px;
}
.category-head .category-title {
    font-size: 48px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}
.category-head .category-description {
    text-align: center;
}

.refillable-label {
    background-color: #024B7A; 
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 5px;
	width: 95px;
    margin: 10px 10px 10px 0px;
    margin-left: revert-layer;
	z-index: 80;
	position: relative;
	
}

.monomaterial-label {
    background-color: #024B7A;
    color: #FFFFFF;
	border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 10px;
	width: 125px;
	position: relative;
	z-index: 70;
}