.m-r-20{
    margin-right: 20px;
}
.body-footer{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
    color: #99979c;
    text-align: center;
    background-color: #2a2730;
}
.overlay-full-page{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 100px;
    color: #F6CCCC;
    font-size: 2em;
    text-align: center;
    z-index: 1000;
    background-color: rgba(41, 41, 41, 0.78);
}
.card{
    padding: 5px;
    width: calc(100% - 10px);
    margin: 10px 5px;
    box-shadow: 0 0 14px 3px rgba(119, 136, 153, 0.36)
}
.product-card .product-image{
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
.product-card .product-name{
    font-weight: bold;
    padding: 3px 10px;
    word-break: break-all;
}
.product-card .product-id{
    font-size: 8px;
    padding: 3px 10px;
}
.product-card .product-unitPrice{
    font-size: 24px;
    color: #9D4E18;
    padding: 3px 10px;
}
.product-card .product-categories{
    font-size: 10px;
    padding: 0 10px;
}
.product-card .product-buttons{
    margin-top: 10px;
    padding: 5px 10px;
}

.product-details .product-info{
    padding: 20px;
    border-left: 1px solid rgba(119, 136, 153, 0.36);
}
.product-details .product-unitPrice{
    font-size: 32px;
    color: #9D4E18;
    padding: 5px;
}
.cart-item-price{
    font-size: 1.3em;
    color: #9D4E18;
}
.cart-product-image{
    width: 64px;
}
.cart-element-buttons form{
    display: inline;
}

.pagination-description{
    display: inline-block;
    padding-left: 20px;
    margin: 20px 0;
    vertical-align: top;
    line-height: 36px;
}
.cn_banner_placeholder {
    margin: 20px 0;
}

.banner-placeholder{
    border-radius: 5px;
    padding: 40px;
    border: 2px dashed #92d4ff;
    background-color: #bef3fe;
}