/*
Theme Name: My Twenty Twenty One Child Theme
Theme URI: https://example.com
Description: A child theme for Twenty Twenty One.
Author: Your Name
Author URI: https://example.com/
Template: twentytwentyone
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, form, .wp-block-list, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6, p, a {
  font-family: "Manrope", sans-serif;
}

body, p
{
  font-size : 1rem!important;
  color:#5c5c5c!important;
}

.site-title > a {
    text-decoration-color: #ff0000;
}

h2 {
   color: darkgreen;
}

.nav_custom_link{
  color:#333333!important;
}
.menutopbar{
  background-color:rgba(38, 58, 79, 0.7);
}

.content, #page{
  background-color:#fff;
}

.site-header > .site-logo {
    width: fit-content!important;
    padding-bottom: calc(var(--global--spacing-vertical)* 1.5);
    border-bottom: none!important;
    text-align: center;
}

.site-header{
  padding-top: unset;
  padding-bottom: inherit;
}

.link-green{
  color:#038f3b!important;
  font-size: 0.8em!important;
}

.navbar .navbar-brand, .navbar a.btn {
  height: 30px!important;
}
.navbar-toggler{
  background-color: #ffffff!important;
}

ul.products li.product .button:hover {
  background-color: var(--button--color-background);
  color: var(--button--color-text);
}

ul.products li.product .button{
  border:none;
}

img.attachment-woocommerce_thumbnail{
  max-width: 150px!important;
}