body, html {
    font-size: 0.96rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lora', serif !important;
    font-weight: 400 !important;
}

a {
    text-decoration: none;
    color: #74243E;
}

.nav {
    text-align: center;
}

.nav ul {
    text-align: center;
    width: 100% !important;
    padding: 0;
    display: block;
}

.nav li {
    display: inline;
    margin: 0 1rem;
}

.text-info {
    color: #555555 !important;
}

.btn {
    border-radius: 0 !important;
}

.btn-primary {
    background-color: #74243E !important;
    border-color: #74243E !important;
}

.bg-primary {
    background-color: #74243E !important;
}

.btn-outline-primary, .btn-outline-primary:hover {
    color: #74243E !important;
    border-color: #74243E !important;
    background-color: #fff !important;
}

.feather-18 {
    width: 18px;
    position: relative;
    top: -2px;
}

header a {
    color: #555555;
}

hr {
    margin: 0.5rem 0;
    background-color: transparent;
    height: 1px;
    border-top: 1px solid #eee;
    opacity: 1;
}

footer > div {
    background-color: #eee;
}

#newsletter {
    background-color: #eee;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer hr, .menu hr, .artist-filter hr {
    width: 40px;
    height: 8px;
    background-color: #74243E;
    margin: 1rem 0;
    border: 0;
}

.product-price td {
    border: 1px solid #eee;
    vertical-align: middle;
}

.text-primary {
    color: #74243E !important;
}

#search .input-group .input-group-text {
    border-top-left-radius : 20px !important;
    border-bottom-left-radius : 20px !important;
    background-color: transparent;
}

#search .input-group input {
    border-top-right-radius : 20px !important;
    border-bottom-right-radius : 20px !important;
    border-left: 0;
    padding-left: 0;
}

input[type="text"], textarea {
    outline: none;
    box-shadow:none !important;
    border-color: #dee2e6 !important;
}

.menu, .artist-filter {
    background-color: #eee;
}

.menu ul {
    list-style-type: square;
    margin: 0;
    padding: 0 0 0 1rem;
    font-family: 'Lora', serif !important;
    color: #74243E !important;
}

.menu ul a:hover {
    color: #555555 !important;
}

.menu ul a.active {
    border-bottom: 1px solid;
}

.menu hr {
    position: absolute;
    top: -18px;
}

.slogan {
    background-color: #eee;
    background-image: url('../img/bg.jpg');
    background-position: center;
    background-position: top 68% right 0px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 580px;
    max-width: 1600px;
    margin: 0 auto;
}

.info-content img {
    /* width: 100%; */
    max-width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border-color: #dee2e6 !important;
    padding: 2px 0.75rem 0 0.75rem !important;
    height: 36px !important;
}

.select2-selection__arrow {
    margin-top: 3px !important;
}

.border {
    border-color: #eee !important;
}

.pagination .page-link {
    color: #74243E !important;
}

.pagination .page-item.active .page-link {
    background-color: #74243E !important;
    border-color: #74243E !important;
    color: #fff !important
}

.product-lead table {
    border-collapse: collapse;
}

.product-lead table td {
    padding: 0.3rem 0.8rem 0.3rem 0.8rem;
    border-top: 1px solid #eee;
}
