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

/*************** ADD CUSTOM CSS HERE.   ***************/
.text_options_block {
    display: none;
}
.material_group.active .material_options {
    max-height: max-content;
}
.obj_option, .img_option {
 background-size: contain !important;
}
.product_cat-proton .fontFamily {
    display: none;
}
.img_option {
    background-color: #ccc !important;align-content
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none;
}
#loaderhtml {
    display: none;
}
.mat_option {
    width: 3em;
	height: 3em;
    border: 1px solid #222;
}
.material_group {
    margin: 0;
}
.wc_config_title {
    background: #2279c0;
    font-family: 'Raleway';
	font-weight: 700;
    color: #fff;
}
.obj_option {
	top: 35%;
}
.obj_option, .img_option {
    width: 5em;
    height: 5em;
}
.material_options {
    padding: 0;
    width: fit-content;
    margin: auto;
}
.single-product div.product .woocommerce-product-gallery, .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    width: 100%;
}

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


}