/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
.gedawoo #primary h2
{
    font-family: Caveat, sans-serif;
    font-size: 150%;
    line-height: normal;
}

#main .woocommerce-breadcrumb
{
    font-size: 0.8em;
}

mark
{
    background-color: transparent;
}

.product_meta .sku_wrapper{
    display: none;
}

#main .woocommerce-ordering{
    display: none;
}
.woocommerce.gedawoo a.button,
.woocommerce.gedawoo button.button,
.gedawoo a.button,
.gedawoo button.button
{
    background-color: var(--header-bg);
    font-weight: normal;
    color: var(--menu-text);
}
.woocommerce.gedawoo a.button.alt,
.woocommerce.gedawoo button.button.alt, 
.gedawoo a.button.alt,
.gedawoo button.button.alt 
{
    background-color: var(--menu-text);
    color: var(--button-text);
}
.woocommerce.gedawoo a.button.alt:hover,
.woocommerce.gedawoo button.button.alt:hover,
.gedawoo a.button.alt:hover,
.gedawoo button.button.alt:hover
{
    background-color: var(--current-menu-text);
}

/* Product info on Cart and Checkout pages*/
.gedawoo .woocommerce td.product-name dl.variation dt
{
    float: none;
    clear: none;
    display: inherit;
}
.gedawoo .woocommerce td.product-name dl.variation
{
    font-size: 0.8em;
    margin-left: 20px;
}
@media only screen and (max-width: 768px)
{
    .gedawoo .woocommerce td.product-name dl.variation
    {
        text-align: left !important;
    }

}
.gedawoo .woocommerce td.product-name dl.variation dd
{
    margin: auto;
}
.gedawoo table.shop_table
{
    font-size: 0.9em;
}
.gedawoo table.shop_table dd
{
    /*margin-left: 40px;*/
}
.gedawoo table.shop_table dd p
{
    margin: 0;
    margin-left: 40px;
    font-size: inherit;
}
.gedawoo .woocommerce td.product-name .wc-item-meta .wc-item-meta-label
{
    margin-right: 1em;
}
.gedawoo ul.wc-item-meta p
{
    line-height: 2.0;
}
/* Style the Category description */
.woocommerce-products-header .term-description
{
    font-family: Caveat, sans-serif;
    font-size: 200%;
    color: var(--header);
}