/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header{ background: white !important; }
 h5, .h5 {
    font-size: 1.8rem;
}
h1, .h1 {
    font-size: 2.375rem;
}
.product-price {
    color: #e4344e;
}
.btn-primary {
    color: #fff;
    background-color: #e4344e;
    border-color: rgba(0,0,0,0);
}
.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover {
    border: #e4344e 3px solid;
}
.product-flags li.product-flag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.3125rem 0.4375rem;
    margin-top: .625rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    pointer-events: auto;
    background: #e4344e;
}
.tabs .nav-tabs .nav-link.active {
    color: #e4344e;
    border: none;
    border-bottom: #e4344e 3px solid;
}
#header .top-menu a[data-depth="0"]:hover {
    color: #e4344e;
    text-decoration: none;
}
#header a:hover {
    color: #e4344e;
    text-decoration: none;
}
.top-menu a[data-depth="0"] {
    padding: .625rem;
    font-size: 1rem;
    font-weight: 800;
}
.has-discount.product-price, .has-discount p, .has-discount .page-content.page-cms ul, .page-content.page-cms .has-discount ul {
    color: #e4344e;
}
.has-discount .discount {
    display: inline-block;
    padding: 0.3125rem .625rem;
    margin-left: .625rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #e4344e;
}
.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 5px;
    border: 1px solid;
}
#header .header-nav .cart-preview.active {
    background: #e4344e;
}