/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.10
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.bg_highlight { background-color:#ffc107; }
.sticky-add-to-cart-wrapper .awdr-bulk-customizable-table { display:none; }

.woocommerce-Tabs-panel--description table { border-collapse:collapse;border-spacing:0; }
.woocommerce-Tabs-panel--description table td { padding:8px 10px;text-align:left; }

.basic-info-list{display:flex;flex-direction:row;flex-flow:wrap}
.basic-info-list .bsc-item{float:left;width:calc(50% - 10px);font-size:14px;color:#555;margin-bottom:-1px;display:flex}
.basic-info-list .bsc-item:nth-child(odd){margin-right:20px}
.basic-info-list .bsc-item .bac-item-label{border:1px solid #e9eef4;color:#222;width:50%;word-break:break-word;border-right:none;background:#f8fafc;padding:5px 20px;display:flex;align-items:center}
.basic-info-list .bsc-item .bac-item-value{border:1px solid #e9eef4;color:#666;width:50%;word-break:break-word;padding:5px 20px;display:flex;align-items:center}
.basic-info-list .bsc-item.full{width:100%}
.basic-info-list .bsc-item.full:nth-child(odd){margin-right:0}
.basic-info-list .bsc-item.full .bac-item-label{width:calc(25% - 5px)}
.basic-info-list .bsc-item.full .bac-item-value{width:calc(75% + 5px)}

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


}
