/*
Theme Name: Sauriergarten

*/

.categories_list .categorie_item:last-child
{
	background: #F6CA2D;
}

.products .count,
.product_meta .posted_in
{
	display: none;
}

.categories_list
{
	display: flex;

  gap: 2%;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.categories_list .categorie_item
{
	border-radius: 10px;
    max-height: 280px;
    width: 47%;
}

.woocommerce-message,
.woocommerce-info{
    font-family: 'Inter', sans-serif;
}

* {
    font-family: 'Inter', sans-serif;
}

.woocommerce-checkout .shop_table {
    background: #0000 !important;
}

.footer-container .footer-description img {
    height: auto;
}

.footer-container {
    max-width: 1210px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 2em;
    margin: 0 0 2em;
    position: relative;
    background-color: #fae5e5;
    color: #47276d;
    border-radius: 11px;
    border-top: none;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    display: none;
}

.footer-container .footer-description {
    margin-top: 50px;
    height: min-content;
    gap: 20px
}

.categories_list .categorie_item {
    max-height: 191px;
}

html body.woocommerce ul.products li.product-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

html body.woocommerce ul.products li.product-category a img {
    height: 100px;
    width: auto;
    text-align: center;
}

html body.archive ul.products {
    margin-top: 30px;
}

footer {
    border-top: 1px solid #be1621;
}

html body.woocommerce .woocommerce-tabs ul.tabs li:not(.active) a {
    color: #050505;
    font-weight: 400;
}

html body.woocommerce .woocommerce-tabs ul.tabs li:not(.active) a:hover {
    color: #010101;
}

html body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000;
    font-weight: 400;
}

html body.woocommerce .woocommerce-tabs ul.tabs li:not(.active) {
    background: #fff0 ;
    border: none ;
}

html body.woocommerce .woocommerce-tabs {
    margin-bottom: 50px;
}

.mini-cart__popap .total.wc-gzd-total-mini-cart {
    color: #000;
    font-weight: 200;
    padding-left: 15px;
}

.mini-cart__popap .total.wc-gzd-total-mini-cart * {
    color: #000;
    font-weight: 200;
}

.mini-cart__popap .woocommerce-mini-cart__buttons {
    margin-top: 10px;
}

html body .mini-cart__popap .woocommerce-mini-cart.cart_list.product_list_widget {
    padding: 0px;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping-address-summary, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options {
    font-size: 16px;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping-address-summary strong {
    font-weight: 400;
    font-size: 16px;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
    font-size: 14px;
}


footer .copyright 
{
width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#menu-footer-menu
{
	    display: flex;
    gap: 10px;     flex-wrap: wrap;
}

footer .copyright p
{
	    font-size: 12px;
}

.footer-container .footer-item .menu ul li a
{
	    font-size: 14px;
}

.footer-container
{
	    padding: 20px 20px;
}


main .wp-block-uagb-container h1,
main .wp-block-uagb-container h3
{
	    font-family: "Love Ya Like A Sister", cursive;
}

main .wp-block-uagb-container h1
{
	color: #be1621;     font-size: 58px;
}

main .wp-block-uagb-container p
{
	    margin-bottom: 1rem;
    margin-top: 0.7rem;
}

main .wp-block-uagb-container li
{
	    font-size: 18px;
	margin-bottom: 10px;     font-weight: 300;
}

main .wp-block-uagb-container h3
{
	  margin-bottom: 2rem;
    margin-top: 0.7rem;
}

