/*
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.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-center>.ubermenu-column{

    display: block!important;
}

}

@media (min-width: 640px) {
    body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-buttons {
        flex-direction: column;
    }
}

#cfw-cart .cart-item-row .cfw-cart-item-description .cfw-cart-item-title img {
    display: none !important;
}

.category-description a {
	text-decoration: underline;
	color: #842558;
	font-weight: 700;
}

.term-schmuckstucke-mit-foto ul,
.term-schmuckstucke-mit-wunschtext ul,
.term-ketten-mit-motiv ul {
    padding-left: 15px;
}


.categories .box.box-normal {
    height: 70px;
    background-color: #842558 !important;
}

.categories h5.uppercase.header-title {
    position: absolute;
    top: 100%;
    left: 0%;
    transform: translateY(-50%);
    color:#fff;
}

.ubermenu span.ubermenu-target{
    cursor: pointer !important;
}

body.checkout-wc{
    padding-bottom: unset !important; 
}
#cfw-footer{
    bottom: unset !important;
}