:root{
    --white: #f6f1eb;
    --white-20: hsla(33, 38%, 94%, 0.2);
    --bege-50: hsla(40, 56%, 66%, 0.5);
    --bege: #d9b878;
    --bege-dark: #a8894b;
    --bege-20: hsla(40, 56%, 66%, 0.2);
    --marron: #20190F;
    --marron-80: hsla(35, 36%, 9%, 0.8);
    --header-80: #f6f1eb;
    --marron-20: hsla(35, 36%, 9%, 0.2);
    --marron-50: hsla(35, 36%, 9%, 0.5);

    --primary: #d8b082;
    --primary-hover: #a8894ba4;
}



p, div, a, span
{
    color: var(--marron) !important;
}

.h1, .h2, .h3, .h4, body {
    color: var(--marron) !important;
}

body{
    background-color: white;
}

#wrapper {
    background: transparent;
}

.btn-primary {
    background-color: var(--primary) !important;
}

.tabs .nav-tabs .nav-link.active {
    border-bottom: var(--primary) 3px solid;
}

#blockcart-modal .product-name {
    font-size: 1.125rem;
    color: var(--primary);
}

#header .header-nav .cart-preview.active {
    background: var(--primary-hover);
}

.btn-default {
    background: var(--primary) !important;
}

.input-group.focus {
    outline: .1875rem solid var(--primary);
}

.form-control:focus {
    outline: .1875rem solid var(--primary);
}

.form-control:focus {
    border-color: transparent;
}

.links a:hover i{
    color: var(--primary) !important;
}

.custom-radio input[type=radio]:checked+span {
    background-color: var(--primary);
}

.text-primary {
    color: var(--primary) !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: var(--primary-hover) !important;
}

#content > section:nth-child(1) > h2 {
    display: none !important;
}

.price-details{
    display: flex;
    justify-content: center;
}

.kg-price{
    text-align: center;
    text-transform: uppercase;
    opacity: 0.5;
    font-size: 10px;
}

#left-column{
    display: none;
}

#wrapper > div > div.row{
    display: flex;
    justify-content: center;
}

.block-category {
    min-height: unset !important;
}

#add-to-cart-or-refresh > div.product-add-to-cart.js-product-add-to-cart > div > div.add > button > i{
    display: none;
}
.thumbnail-top .highlighted-informations{
    padding: 0 !important;
}

#footer > div.footer-container > div{
    display: flex;
    justify-content: center;
}

#footer > div.footer-container > div > div:nth-child(1){
    display: flex;
    justify-content: center;
}

#footer > div.footer-container > div > div:nth-child(1) > div.col-md-6.links{
    width: 25%
}

#footer > div.footer-container > div > div:nth-child(1) > div.col-md-6.links > div > div
{
    width: 100%;
}

.product-title{
    text-transform: unset !important;
    margin-bottom: 0;
}

.product-sub-title{
    display: flex;
    justify-content: center;
}

.product-weight{
    opacity: 0.5;
    font-size: 10px;
}

.sub-title-product-weight{
    opacity: 0.5;
    font-size: 16px;
    text-transform: lowercase;
}

#js-product-list-top{
    display: none;
}