/*
Theme Name: Jawel Paints Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.c-basket-sidebar-free-delivery__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: rgb(154, 33, 33);
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 10px;
	color: white;
}

.c-basket-sidebar-free-delivery__image {
	width: 50px;
    border: 1px solid white;
}

.c-basket-sidebar-free-delivery__content {
	width: calc(100% - 62px);
    margin-left: 12px;
}

.c-basket-sidebar-free-delivery__content p {
	margin-bottom: 0;
	line-height: 1.2;
}

.c-basket-sidebar-free-delivery__content p.free {
	margin-bottom: 4px;
}

.c-basket-sidebar-free-delivery__content small {
	line-height: 1;
}

.c-basket-sidebar-free-delivery__content p span.amount {
	color: white;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}