/*
Theme Name: Cenas 2k26 theme
Description: This is a child theme for Flatsome Theme
Author: WebAtual
Template: flatsome
Version: 1.0
Text Domain: cenas
Domain Path: /languages
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: rgb(51,51,51);
}
.add_to_cart_button {
    width: 100%;
}

.badge-container {
    margin-top: 10px;
}
.badge {
    height: 2em;
}
.badge .badge-inner {
    border-radius: 10px;
}
.badge .badge-inner.condition-bubble {
    background-color: #FEF6EE;
    color: #F47721;
    border: 1px solid #EDDFC5;
}

.topbar-icons h5 {
    font-size: 0.8em;
    margin-bottom: 0;
}
.topbar-icons h6 {
    font-size: 0.7em;
    text-transform: none;
}
.topbar-icons .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 0.3em !important;
}
.topbar-icons > .col {
    padding-bottom: 10px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}