
:root {
    --color-grey: #ccc;
    --color-red: #BF0119;
    --color-green: #0F8001;
    --border-radius: 1rem;
}

body{
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
}

#header-wrapper,
.footer-section{
    border-bottom: 1px solid var(--color-grey);
}

/***************
***** HEADER *******
***************/
#offcanvasNavbar .offcanvas-header img{
    max-height: 60px;
}

/***************
***** HP *******
***************/
body#index #header-wrapper{
    margin-bottom: 1rem;
}
body#index .banner-section{
    max-width: 1300px;
    margin: 0 auto;
    background-size: auto 80%;
    background-position: right center;
    border-radius: var(--border-radius);
}
body#index .banner-section .content-space-1{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
body#index .banner-section .lc-block{
    padding-left: 1rem;
}
.review-item{
    border-radius: var(--border-radius);
}

/***************
***** PRODUCT *******
***************/
.product-list-item .fw-bold.fs-6{
    color: var(--color-red);
    margin-top: 10px;
}
.product-list-item .fw-bold.fs-6:after{
    display: block;
    color: var(--color-green);
    font-size: .8rem;
    content: 'Envío gratis';
}