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

p.shipping-description {
	font-size: 12px;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 5px 0 5px 5px;
}
li.shipping__list_item {
    display: block;
    text-align: right;
}
.wp-die-message {
    display: none;
}
.novintrackorder th {
    color: whitesmoke;
}
.extera-inf {
    box-shadow: 1px 1px 17px #817b7b63;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.extera-inf div {
    box-shadow: 1px 1px 7px #b5b5b594;
    margin-bottom: 10px;
    padding: 8px;
}



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


}