/*
Theme Name: Flatsome Child
Template: flatsome
*/
:root {
    --color-main: #5B9C2A;
    /* Màu chính bạn muốn sử dụng */
}

body {
    font-size: 15px !important;
}


/* Khối chứa 2 nút giống The Bloom */
.product-small .bloom-actions {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bloom-buy-now {
    flex: 1;
    background-color: #5fa734;
    color: #fff !important;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border: none;
    box-shadow: 0 4px 10px rgba(95, 167, 52, 0.35);
}

.bloom-buy-now:hover {
    background-color: #4b8e2b;
    color: #fff !important;
    transform: translateY(-1px);
}

.bloom-cart-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #5fa734;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.bloom-cart-icon i {
    font-size: 20px;
    line-height: 1;
    color: #5fa734;
    top: 10px;
    left: 10px;
}

.bloom-cart-icon:hover {
    background: #5fa734;
}

.bloom-cart-icon:hover i {
    color: #fff;
}

.nav-left {
    justify-content: center;
}

.tab {
    margin: 0px 34px;
}
.absolute-footer{
    display: none;
}
.footer-wrapper ul {
    list-style: none;
    
}
.footer-wrapper li {
    padding-left: 0;
   margin-left: 0px !important;
}