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

/*************** ADD CUSTOM CSS HERE.   ***************/
.free-ship-box {
    border: 1px solid #f0f0f0;
    padding: 10px 12px;
    margin-top: 8px;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.free-ship-progress {
    width: 100%;
    height: 16px;
    background: #dcdcdc;
    border-radius: 10px;
    overflow: hidden;
    margin: 6px 0;
    box-shadow: 0px 2px 4px #a0a0a0;
}

.free-ship-progress span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #ff7a18, #ffb347);
    border-radius: 10px;
}

.free-ship-text strong {
    color: #ff7a18;
}
.woocommerce-shipping-methods input[type="radio"] {
    display: none !important;
}

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


}