/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.product-flags .product-flag.new {
    background: #800b0a;
}
.product-flags .product-flag.out_of_stock {
    background: #ff3131;
}
.thumbnail-container a.product-thumbnail {
    padding-bottom: 100%;
}
.slick-arrows .slick-arrow {
    z-index: 99;
}
#thumb-gallery + .arrows-product-fake.slick-arrows {
    display: none;
}
.breadcrumb li:last-child a {
    color: #800b0a;
}
.btn-outline, .btn, .btn-primary {
    background: #800b0a;
}