#wrapper {
    padding-top: 1.563rem;
    background: #fff;
}

.block-category-background {
    background: #ffffff;
}

.block-category-background h1 {
    font-family: 'Calligraph421' !important;
    color: #513a1f;
    text-align: center;
    padding: 15px 0;
    letter-spacing: 5px;
    line-height: 45px;
}

.product-flags li.product-flag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.3125rem 0.4375rem;
    margin-top: 0.625rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    pointer-events: auto;
    background: #dbbf96;
}

#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
    font-size: .875rem;
    font-weight: bold;
    color: #917046;
    text-align: center;
    text-decoration: none;
}

#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
    font-weight: 700;
    color: #917046;
    text-align: center;
}

a {
    color: #917046;
    text-decoration: none;
}

#products .highlighted-informations .quick-view:hover, .featured-products .highlighted-informations .quick-view:hover, .product-accessories .highlighted-informations .quick-view:hover, .product-miniature .highlighted-informations .quick-view:hover {
    color: #917046;
}

.product-price {
    display: inline-block;
    color: #917046;
}

.btn-primary:hover {
    color: #fff;
    background-color: #917046;
    border-color: rgba(0,0,0,0);
}

.btn-primary {
    color: #fff;
    background-color: #917046;
    border-color: rgba(0,0,0,0);
}

.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover {
    border: #917046 3px solid;
}

.tabs .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: #917046 3px solid;
}

.tabs .nav-tabs .nav-link.active {
    color: #917046;
    border: none;
    border-bottom: #917046 3px solid;
}

/**
 * Display as list
 */
table.product-list-custom-displaying thead td {
    text-align: center;
    color: #513a1f !important;
    font-weight: bold;
}

table.product-list-custom-displaying {
    width: 100%;
    border-collapse: collapse;
}

table td.thumbnail-list {
    text-align: center;
}

table td.thumbnail-list img {
    width: 150px;
    height: 150px;
}

table.product-list-custom-displaying,
table.product-list-custom-displaying a,
table.product-list-custom-displaying a:hover,
table.product-list-custom-displaying a:active
{
    color: #513a1f !important;
}

table.product-list-custom-displaying .add-to-cart {
    background: #917046 !important;
}

.product-list-custom-displaying thead tr {
    background: #917046;
    height: 50px;
}

.product-list-custom-displaying thead tr td {
    color: #fff !important;
}

.product-list-custom-displaying tr td {
    padding: 5px;
    border: 1px solid #333;
    color: #513a1f !important;
}

table.product-list-custom-displaying .product-flags {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    pointer-events: none;
}
/**
 * End of list displaying
 */

.mm_blocks_li {
    float: left;
    padding: 0px 15px;
    margin-bottom: 0px !important;
    width: 100%;
}

#loader-container {
    width: 100%;
    position: relative;
    z-index: 100;
}

#loader {
    width: 100%;
    height: 300px;
    padding: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(28, 28, 28, .5);
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #333;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.marketing-tools {
    margin: 10px 0 25px 0;
    text-align: center;
}

.type-ar {
    width: 100%;
    margin: 20px 0;
}

.align-center {
    text-align: center;
}

.origin-group-price {
    font-size: 13px;
    text-decoration: line-through;
}

#product-list-remaining-amount-sticky {
    display: none;
    position: absolute;
    top: 100px;
    background: #917046;
    color: #fff;
    padding: 10px;
}

.category-description-width {
    max-width: 1140px;
}

.commercial-conditions {
    padding: 20px 0;    
}

.commercial-conditions-baseline {
    font-weight: bold;
    color: black;
}

.commercial-conditions-details {
    font-style: italic;
    margin-top: 10px;
}

.commercial-conditions-phrase {
    margin-top: 10px;
}