.keyword-check{
background:white;
}

.keyword-check.active{
background: #672D00;
color:white;
}

.banner-msg {
    padding: 10px;
    border-radius: 10px;
    background: #f4f4f4;
    margin-bottom: 5px;
    margin-top: 5px;
}

/*add btn background*/
.btn-primary{
background: #672D00;
}

/*Full cart details*/
.cart-cart {
    max-width: 600px;
    margin: auto;
}

/*vendor banner container*/
.banner {
    padding: 5px;
    border-radius: 5px;
    background: #f4f4f4;
    margin-bottom: 5px;
    margin-top: 5px;
}

/*vendor banner image */
img.banner-img {
    height: 60px;
    margin-right: 0.2em
}

/*cart page container*/
.cart-page {
    padding: 10px;
    border-radius: 10px;
    background: #f4f4f4;
    margin-bottom: 5px;
    margin-top:5px;
}
/*checkout page container*/
.checkout-page {
    padding: 10px;
    border-radius: 10px;
    background: #f4f4f4;
    margin-bottom: 5px;
    margin-top: 5px;
}
.thankyou-page {
    padding: 10px;
    border-radius: 10px;
    background: #f4f4f4;
    margin-bottom: 5px;
    margin-top: 5px;
}
.cart-item-container {
    position: relative;
    margin: 10px;
    padding: 10px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    border-radius: 5px;
    background: #f4f4f4;
}
.group-radio {
    margin: 10px;
    padding: 5px;
    border-radius: 5px;
    background: rgba(0,0,0,0.0);

   
}