/*
Header
-------------------------------------- */
#main-header .content-max-width {
    max-width: 1395px; /* 1395px */
	}

#main-header {
	z-index: 20;
    position: fixed;
    inset-block: 0;
    inset-inline: 0;
    max-width: 1400px;

	box-shadow: 0 3px 11px rgba(0, 0, 0, 0.25), 
				0 1px 1px rgba(0, 0, 0, 0.35);
    /* margin-top: 1em; */
    margin-inline: auto;
    border-radius: 0 0 12px 12px;

	border-top: 2px solid #70282b;
	/* background-image: linear-gradient(to bottom, #fff6e6, #fdf2e0, #fceeda, #faead4, #f9e6ce, #f8e4cb, #f8e1c8, #f7dfc5, #f7dec4, #f7ddc4, #f6dcc3, #f6dbc3) !important; */
	background-image: none !important;
	background-color: #f4eedd;
}

#main-header .column {
	/* border: 1px solid red; */
	}

#main-header .fa {
	display: inline-block !important;
	margin-right: .25em;
	}

#main-header-contact {

	}

#main-header-contact #main-contact-header-info {
	margin-top: 7px;
	margin-left: 0; 
	padding-left: 0; 
	}

#main-header-contact #main-contact-header-info li {
	margin-left: 0; 
	padding-left: 15px; 
	}
	
#main-header-contact #main-contact-header-info li:first-child { 
	margin-left: 0; 
	padding-left: 0;
	margin-bottom: 3px;
	}

#main-header-contact #main-contact-header-info li:first-child a { 
	font-size: 1.5rem; /* 18px */
	font-weight: normal;
	color: #900;
	}
	
	
#main-header-info {
	margin-top: 15px;	
	}
	
#main-header-account {
	margin-top: 11px; /* 15px */
	}

#main-header-cart {
	margin-top: 11px; /* 15px */
	}

#main-header-account .column-content, 	
#main-header-cart .column-content {
	position: relative;
	}

#main-header-account .fa-user, 
#main-header-cart .fa-shopping-cart {
	display: block;
	font-size: 30px; /* 27px */
	position: absolute;
	top: 5px;
	left: 0px;
	color: #46322e;
	}

#main-header-account a:hover .fa-user, 
#main-header-cart:hover .fa-shopping-cart {
	color: #6c2a2c;
	}

#main-header-account a, 
#main-header-cart a {
	display: inline-block;
	min-width: 115px;
	margin: 10px 0 0 32px;
	padding: 2px;
	}

.cart-badge {
    position: absolute;
    top: -2px;
    left: 16px;
    background: #e00;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    line-height: 1;
	margin: 1px;
}

/*
#main-header-cart span {
	display: inline-block;
	min-width: 115px;
	margin: 0 0 0 32px;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.5);
	padding: 2px;
	text-align: center;
	}

#main-header-cart span a {

	}

#main-header-cart span:first-of-type {
	margin-bottom: 5px;
	}
*/
#main-header-search .column-content {
	margin: 0 15px;
	}

#main-header-search form {
    max-width: 100%;
    }

#tagline {
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 2.2;
	background-color: #a13d3d;
    background-image: linear-gradient(to bottom, #a13d3d, #762b2a);
    background-repeat: repeat-x;
    height: 29px;
    margin: 0;
    padding: 0;
    overflow: visible;
    clear: both;

	display: none;
	}

#main-wrapper {
	margin-top: 80px;
}
