.rs-logo-header {
    background: #231e1a;
    padding: 20px 10px 30px;
}
.rs-logo {
    width: 100%;
    height: auto;
    max-width: 390px;
}
.blk-bkg {
    background: #231e1a;
}
.country-link a, .country-link h2 {
    color: white;
    text-decoration-color: white;
}
header{
    border-bottom: solid 10px #ee3124;
}
.nav-logo {
    width: 100%;
    height: auto;
    max-width: 216px;
}
.dropdown-menu {
    padding: 0;
    border-radius: unset;
}
.dropdown-item {
    padding: 10px 20px;
}
.dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
    color: #ee3124;
    background: #f8f8f8;
}
.nav-link {
    color: white;
    transition: color 0.2s ease-in-out;
}
.nav-link:hover, .nav-link:active, .nav-link.active {
    color: #ee3124;
}
.navbar-toggler {
    padding: 10px;
    border: unset;
}
.navbar-toggler:focus, .navbar-toggler:focus-visible{
    border: unset;
    box-shadow: unset;
}
footer {
    background: #231e1a;
}

footer h5 {
    color: #fff;
}
footer i {
    color: #fff;
}
.hero-section{
    position: relative;
    padding: 100px 15px 120px;
}
.hero-image{
    background-image: url(/media/5zygones/herobg.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    z-index: 0;
}
.hero-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #332f29;
    opacity: 0.75;
    top: 0;
    left: 0;
    z-index: 1;
}
.hero-section > .container{
    position: relative;
    z-index: 2;
}
.hero-section h1{
    color: #fff;
    font-weight: 900;
}
.hero-section h1, .hero-section p{
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.hero-section .btn {
    padding: 10px 30px;
    border: unset;
    border-radius: unset;
    font-weight: bold;
}
.hero-section .btn:first-child {
    background: #fff;
    color: #ee3124;
}
.hero-section .btn:last-child {
    background: #ee3124;
    color: #fff;
}
.banner-section{
    background: #dbd8d1;
    color: #000;
}
.card-title{
  color: #000;
}
.card-body a{
  cursor: pointer;
  text-decoration: none;
}
.card-body .btn{
    background: #ee3124;
    padding: 10px 30px;
    border: unset;
    border-radius: unset;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}
.card-img-top {
    padding: 10px;
}
.title-spacing{
    letter-spacing: -2px;
}

.product-promo{
    border-color: #e5e7eb;
}
.card-product a {
    text-decoration: none;
}
.brien-btn {
    background: #ee3124;
    padding: 10px 30px;
    border: unset;
    border-radius: unset;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
}
.brien-btn:hover, .brien-btn:active {
    background-color: #e75041!important;
    color: #fff!important;
}
@media screen and (min-width: 768px) {
.product-block-img {
    left: -20px;
}
.product-page-image{
    top: -60px;
    position: relative;
}
}
@media screen and (max-width: 991px) {
.dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 18px;
    font-size: 20px;
}
.dropdown-item {
    background: #161311;
    color: #fff;
}

.dropdown-item:hover, .dropdown-item:active, .dropdown-item.active {
    background: #161311;
    color: #fff;
}
}
@media screen and (min-width: 992px) {
.cta-nav-item {
    margin-left: .5rem;
}
}