/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#header a {
    color: #FFFFFF;
}

#header a:hoover {
    color: #93BA2C;
}
#header {
    background: #D90708;
   color: #FFFFFF
}
#header .header-nav {
    max-height: 50px;
    margin-bottom: 30px;
	border-bottom: 0px solid #f1f1f1
}

#header .header-top a{
   color: #FFFFFF
}

#header .header-top a[data-depth="0"] {
   color: #FFFFFF
}
	
#header .header-nav .blockcart {
    background: #D90708;
    color: #F1F1F1;
    height: 3rem;
    padding: .75rem;
    margin-left: .9375rem;
    text-align: center;
    white-space: nowrap
}
/*
#wrapper {
    background: #fafafa;
    box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.11);
    padding-top: 1.563rem;
}
#wrapper a {
	color: #FFFFFF;
    background: #fafafa;
    box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.11);
    padding-top: 1.563rem;
}
*/

#footer .footer-container {
    background: #D90708;
    color: #FFFFFF;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    overflow: hidden;
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.3)
}

#footer .footer-container li a {
    color: #ffffff;
    cursor: pointer;
    font-size: .875rem
}

#footer .footer-container li a:hover {
    color: #2fb5d2
}

#footer .footer-container .links ul>li a {
        color: #ffffff
}
#footer .footer-container .links ul>li a:hover {
        color: #2fb5d2
}

#footer .footer-container .block-contact {
    color: #ffffff;
    font-size: .875rem
}

#footer .footer-container .block-contact a {
    color: #ffffff
}

#footer .footer-container .block-contact a:hover {
    color: #2fb5d2
}



/*
#footer .footer-container .text-uppercase {
    color: #ffffff;
    text-transform: uppercase!important;
}
#footer .footer-container .text-uppercase a{
    color: #ffffff;
    text-transform: uppercase!important;
}
*/
