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

.gift-cards-list button.ywgc-predefined-amount-button.selected_button span.amount {
    color: #fff !important;
}

#woocommerce-cart-notice-gratis-fragt {
    background-color: #57c757;
    padding: 10px;
    margin-bottom: .5em;
}

@media only screen and (max-width: 768px) {
    #woocommerce-cart-notice-gratis-fragt {
        text-align: center;
    }
}

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


}

.align-text-center{
    text-align:left !important;
}


/******* Color variation styles  ********/
.color-selection-container label{
    margin-bottom: 0;
}

.color-selection-container input[type=radio] {
    width: auto !important;
    margin-bottom: 0;
}

.color-selection-row span {
    margin-bottom: 0;
    padding-left: 25px;
    font-size: 14px;
}
.color-selection-row {
    min-width: 200px;
    width: auto;
    padding-bottom: 5px;
}

.color-selection-container {
    display: block;
    clear: both;
    min-height: 75px;
    height: auto;
}

.color-selection-row span#premium-color-30-price, 
.color-selection-row span#premium-color-50-price {
    padding-left: 0px !important;
}
.color-selection-row span.woocommerce-Price-currencySymbol {
    text-transform: capitalize;
    padding-left: 0;
}