/*
Theme Name: Astra Child theme of astra
Theme URI: 
Description: Child theme of astra theme for the Astra theme
Author: <a href="https://wpastra.com/about/?utm_source=theme_preview&#038;utm_medium=author_link&#038;utm_campaign=astra_theme">Brainstorm Force</a>
Author URI: 
Template: astra
Version: 4.10.1
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Thu, 24 Apr 2025 18:53:20 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/
.single-product .entry-summary div#ihmm-descriptions {
    display: none;
}
.single-product .entry-summary .wc-pao-addon-container.wc-pao-addon.ihmm-toggle-container .ihmm-attribute-content {
    height: 0;
    border-top: 1px solid rgba(170, 171, 171, 0.7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
}
.single-product .entry-summary .wc-pao-addon-container.wc-pao-addon.ihmm-toggle-container .ihmm-attribute-content.open {
	border: 1px solid #AAABAB;
}
.single-product .entry-summary .wc-pao-addon-container.wc-pao-addon.ihmm-toggle-container h2.ihmm-attribute-toggle {
    transition: all .3s ease;
    font-size: 22px;
    position: relative;
    color: #3d3d3d;
    cursor: pointer;
    margin: 15px 0;
    padding-left: 5px;
}
.single-product .entry-summary .wc-pao-addon-container.wc-pao-addon.ihmm-toggle-container .ihmm-attribute-toggle:after {
    content: '';
    display: inline-block;
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #52514d;
    right: -7px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.single-product .product_cat-panels .cart .quantity, .single-product .product_cat-panels .cart button.button, .single-product .product_cat-panels .product_meta, .single-product .product_cat-live-edge-slabs .cart .quantity, .single-product .product_cat-live-edge-slabs .cart button.button, .single-product .product_cat-live-edge-slabs .product_meta {
    display: none;
}

#compare-modal-wrap {
    display: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20000;
    background: rgba(0, 0, 0, 0.97);
    overflow: scroll;
    padding: 35px 65px 65px;
}
