/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 



@media(max-width:1024px){
.pp-flipbox.pp-flipbox-front {
    height: 360px !important;
}
}
.producttable td,.producttable th {
    padding: 10px 15px !important;
}
.producttable .fl-accordion-button-label{
    color:#666 !important;
}
.producttable .fl-accordion-button-label:focus{
    outline:none !important;
}
.aligncenter .fl-col-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.stocksbox_main {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 80px 60px !important;
}