/* Mobile Portrait View */
@media screen and (max-width:767px) {
.header-extras{text-align:center; display:block;}
.toggled .menu-toggle span{ background-color:#c09368;}
.footer h1, .footer h2, .footer h3, .footer h4{margin:0px;}
.header-cart{float: none; display: inline-block; vertical-align: bottom;}
.cart-customlocation{top:0px;}
.custom-cart-count{top:-5px;}
.header-account, .header-search-toggle{float:none; display:inline-block;}
}

/* Tablet View */
@media screen and (max-width:1023px) and (min-width:768px) {
.copyright-area{background-color: #815e3d !important;}
}