/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* ul.woocommerce-mini-cart.cart_list.product_list_widget {
  max-height: 50vh;
} */

td.product-name dl.variation dd p {
  white-space: nowrap;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.shop_table .product-remove a {
    font-size: 18px!important;
    height: 24px;
    left: 0;
    line-height: 18px!important;
    position: unset;
    top: 10px;
    width: 24px
}
.image-tools{
    z-index: 0;
}


}
/* Das Produkt-Element selbst als Anker für die Positionierung */
ul.products li.product {
    position: relative !important;
}

.is-new-badge {
    background-color: #ff0000 !important;
}
.normal-login-button {
    display: inline-block !important;
    padding: 10px 20px !important;
    background: white !important;
    color: black !important;
    text-decoration: none !important;
    border-radius: 3px !important;
    border: 1px solid black;
    margin-bottom: 16px !important;
    width: 100% !important;
    text-align: center !important;
    box-sizing: border-box !important;
}
.normal-login-button:hover {
    background: white !important;
    color: black !important;
}
.normal-login-button span[aria-label="Toggle"] {
    display: inline-flex !important;
    align-items: center !important;
    vertical-align: middle;
}

.normal-login-button svg {
    display: block;
    margin-top: -4px;
}

.term-description p{
    color: red;
    font-size: 30px;
}