/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.7.7.1610446040
Updated: 2021-01-12 11:07:20

*/

/*===========================================================
    Show product variations in boxes instead of select tag
==============================================================*/

.product-template-default table.variations th.label, .product-template-default table.variations td.value{
    display: block;
}
/* by default all divs are hidden */
div.custom_option {
    display: none;
    border-radius: 10px;
    padding: 20px 18px;
    margin: 5px;
    min-width: 225px;
    cursor: pointer;
}

/* show only divs with class "is-visible" */
div.custom_option.is-visible {
    display:inline-block;
    /* background-color: #e6ac5f; */
    background-color: #fff;
    border: 1px solid #08207a;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.03);

}

div.custom_option.is-visible .woocommerce-Price-amount.amount {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #1e42c6;
    text-align: right;
    margin-top: 12px;
}
div.custom_option.is-visible img{
    width: 40px;
    margin-right: 15px;
}
div.custom_option.is-visible .variation_title {
    vertical-align: top;
    width: 150px;
    display: inline-block;
}
/* adds the style to the selected div */
div.custom_option.on {
    background-color: #08207a;
    color: white;
}

@media screen and (max-width: 700px) { 
    div.custom_option {
        padding: 20px 12px;
        margin: 3px;
        min-width: 210px;
        cursor: pointer;
    }

}

/* TRUSTED SHOPE icon CSS */

#minimized-trustbadge-98e3dadd90eb493088abdc5597a70810{
    left: 20px !important;
    right: auto !important;
    bottom: 25px !important;
}