/* .featured-imagebox.static-title .featured-content{
    background-color: #cb4335;
} */
.widget-title~p{
    color: #ffffff;
}
.ttm-bgcolor-black, .ttm-bgcolor-black > .ttm-bg-layer {
    background-color: #001b35;
}
@media only screen and (min-width: 1200px){
    .ttm-header-style-classic .ttm-stickable-header.fixed-header{
        box-shadow: 2px 3px 4px #808080;
    }
    .ttm-stickable-header img#logo-img{
        width: initial;
    }
    .ttm-stickable-header.fixed-header img#logo-img{
        width: initial;
    }
}
* p,a{
    letter-spacing: .8px;
    font-weight: 400;
}
ul.sales li{
    /* list-style-type: disc; */
    position: relative;
}
ul.sales li::before{
    content:"\f14a";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: -23px;
    color: #cb4335;
}
.ttm-stickable-header-w {
    line-height: 80px;
}