@charset "UTF-8";
/* CSS Document */

/* DK additions and edits */
.desktop-header .header-top {background-color: #7d272b;}
.header-nav {background-color: #000;}

/*BROSSAM - Top Navigation Bar*/
.utility-bar {background-color: #EDE9E2;}
.utility-bar .navbar-right a {
  color: #000000;
}
.navbar-account {
    border-left: 1px solid #333333;
}
/*END - Top Navigation Bar*/

/*BROSSAM - Clearance*/
.clearanceLink {color: #fff568;}
.clearanceLink a:focus {color: #7d272b;}
.clearanceLink:hover{color:#BE0A31}
/*End - Clearance*/

/*BROSSAM - Send Button at the footer*/
.btn--red {
    color:#ffffff;
    background-color: #7D272B;
}
.btn--red:hover {
    color:#ffffff;
    background-color: #924c50;
}
/*End - Send Button at the footer*/

/*BROSSAM - Sub nav title on hover*/
.sub--nav--title {
    color:#7D272B;
    font-weight: bold
}
.sub--nav--title:hover {
    color: rgb(150, 87, 90);
}
/*END - Sub nav title on hover*/


/*
- BROSSAM - Add To Cart COLOR 
- Without changing code inside the template, just change from this class
    + Just ignore the name btn--orange
*/
.btn.btn--orange {
  background-color: #7D272B
}
.btn.btn--orange:hover {
  background-color: #924c50;
}
/*END - Add To Cart Color*/


/* BROSSAM -- Mobile Header: 1. Menu, 2. Logo, 3. Search and Cart */
.col-xs-6.ta-c.flx-jc {
    width: auto;
}
.col-xs-3.ta-l {
    width: 15%;
}
/* END -- Mobile Header: 1. Menu, 2. Logo, 3. Search and Cart */


/* BROSSAM - Component for HomePage */
.my--main--component {
    padding-bottom: 20px;
}

.my--component3 {
    padding-bottom: 20px;
}
.my--component3--colmd6 {
    padding-bottom: 20px;
}
.my--component4 {
    background-image: none;
    height: auto;
    padding: 0 10px 0 10px; 
}
/* END - Component for HomePage */



/* BROSSAM - H1 Over Image */
.h1--overimage {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    font-size: 65px;
    letter-spacing: -5px;
    font-weight:620;
    color: #ffffff;
}
/* END - H1 Over Image */


.sub-nav {
    background-color: #EBEBEB;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    height: 0;
    left: auto; 
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: auto; 
    padding-left: 30px;
    z-index: 1000;
}


.email-signup h4 {font-size: 18px;}
.footer .footer__inner {font-size: 14px;}
.footer .footer__inner h5 {color: #fff568;}
div.row.copyright {padding-top: 30px;}



.mobile-header {background-color: #7d272b;}
.mobile-header .header-text {background-color: #000;}
.mobile-nav.sidebar .header {background-color: #7d272b;}
.modal-header {background-color: #7d272b;}
.search__preview--icon {background-color: #7d272b;}


#hemmingMesg {color: #7d272b;}

