/*!
Theme Name: Avanam
Theme URI: https://avanam.org
Author: AvanamOrg
Author URI: https://avanam.org/
Description: This is starter WordPress theme called Avanam. Created for theme developers to start building beautiful WordPress themes using Avanam.
Version: 1.5.9
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: avanam
Requires at least: 6.2
Tested up to: 6.7
Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce
Requires PHP: 7.4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share
what you've learned with others.
*/
.custom-cart-recommendation{
    padding:15px;
    border-top:1px solid #eee;
}

.custom-cart-recommendation h4{
    margin-bottom:10px;
    font-size:16px;
}

.custom-rec-products{
    display:flex;
    gap:12px;
    overflow-x:auto;
    padding-bottom:5px;
}

.custom-rec-item{
    min-width:110px;
    text-align:center;
}

.custom-rec-item img{
    width:100px;
    height:100px;
    object-fit:cover;
    border-radius:10px;
}

.custom-rec-item button{
    margin-top:8px;
    width:100%;
    border:none;
    background:#2f5d50;
    color:#fff;
    padding:8px;
    border-radius:30px;
    cursor:pointer;
}