#top-header {
    background: white;
}

#top-header #logo-and-search-box {
    margin-top: 0;
}

#top-header #logo-and-search-box #search-box {
    margin-top: 15px;
}

#login-register-cart a,
.wishlist .cc-wish-list i, .wishlist .cc-wish-list span {
    color: #000000 !important;
}

#top-header #login-register-cart #app a {
    color: white !important;
}

#top-header #login-register-cart #app {
    background: #FF9800;;
}

#main-menu>ul>li .sub-menu>li:hover>a {
    color: #2a5f8a;
}

#slider .row {
    display: flex;
}

#slider .slider-list,
#slider #news {
    background: #fff;
    height: 100%;
}

#slider .col-sm-4 {
    padding-left: 0;
}

#slider #news {
    padding: 10px
}

#news ul li {
    display: inline-block;
    width: 100%;
    padding: 9px 0;
}

#news ul li:first-child {
    padding-top: 0;
}

#news ul li:last-child {
    padding-bottom: 0;
}

#news ul li .lft {
    width: 135px;
}

#news ul li .rgt {
    width: calc(100% - 135px);
    padding-left: 5px;
}

#news a {
    color: #20315c;
}

.product-image {
    height: 218px;
}

.product-image img,
.product-image a {
    max-width: 100%;
    max-height: 100%;
}

.product-image a {
    height: 100%;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
}

#products-by-category {
    margin-bottom: 30px;
}