nav   {
display: none;
}

.nav-custom {
display: inline-flex;
float: right;
 margin-top: 10px;
}

.nav-custom li a span {
color: #fff!important;
}

.nav-custom li a span:hover {
font-weight: bold!important;
color: #00aeef!important;
}

.site-header__section--title {
display: block;
}

.site-header__wrapper {
padding: 20px;
}

.site-header__wrapper .site-header__section:last-child {
display:flex;
}

.site-header__wrapper .site-header__section:first-child {
width: 130px;
}

.BOLD-mc-picker-mnt {
 margin-top: 10px;
}

.highlight__content-container {
color: #000000;
}

.highlight {
padding: 110px 0;
padding-top: 20px;
}

.featured-collection__heading h2 {
color: #000000;
}

.navigation__links a {
color: #202020;
}

.product__content-header {
    background-color: #3c3c3c;
    padding: 18px 0px;
}

.product__title {
font-size: 24px;
}

.product__vendor {
display: none;
}

.product__description {
color: #000000;
 padding-top: 40px;
}

.section-header__title {
color: #2e2e2e;
}

.feature-row--1564499547560 h2 , .feature-row--feature-row h2 , .feature-row--1564499547560 p , .feature-row--feature-row p {
color: #fff;
}

#news .card__info h3 {
color: #2e2e2e!important;
}

.navigation__search form {
display: none;
}

#news .card__info {
    background-color: #f9f9f9;
    border: 1px solid #dcdcdc;
}

#news .card__date {
    color: #3cadee;
}

#news .card__excerpt {
color: #2e2e2e;
}

#news .card__read-more {
color: #3cadee;
border: 1px solid #3cadee;
padding: 10px 20px; 
}

.section-header {
  background-image: url("https://dl.dropboxusercontent.com/s/1931g5lu0wbz8r7/banner.jpg");
  margin-bottom: 50px;
}

.section-header h1 {
  color: #fff;
}

.featured-collection .card__name , .featured-blog  .card__name , #collections .card__name , .card-list .card__name , #FilterBy , #SortBy , .product__title {
color: #fff!important;
}

.featured-collection .card__availability , .featured-collection .card__price , .card-list .card__availability, .card-list .card__price , .product__price {
color: #00aeef; 
}

.single-option-selector {
color: #fff;
}

.feature-row--1478026923193 h2 , .feature-row--1478026923193 p {
color: #fff;
}

.feature-row--1567491337804 h2 , .feature-row--1567491337804 p {
color: #fff;
}

input[type='text'], input[type='email'], input[type='tel'], input[type='password'], input[type='search'], input[type='number'], textarea {
background-color: #f9f9f9;
border: 1px solid #ececec;
}

.card__wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #ffffff;
    color: #4f4f4f;
    text-decoration: none;
    padding: 3px!important;
    border: 2px solid #e2e2e2;
    height: auto!important;
}

.card__info {
    clear: both;
    padding: 30px 20px!important;
    background-color: #2d2d2d;
}

.card__name {
    margin: 5px 0;
    font-size: 16px;
}

#news .card__info {
    padding: 20px!important;
}

#bms-battery-management-by-batrium .card__price , .template-collection .card__price {
display:none!important;
}

.site-footer__newsletter-input {
color: #fff;
}

@media (max-width: 850px) {
nav {
display: block;
}
  
.nav-custom {
display: none;
} 
}