/* Commerce 7 */

/* adjust page headers */
.page-profile header .wrapper {padding: 0;}
.page-profile header { background-image: none !important }
.page-profile header .logo, .page-profile header .pageTitle { display: none }

/* account and cart links */
#c7-account {display: inline-block; margin-top: 10px;}
.c7-user-nav__account > a {color:#000!important; text-transform: uppercase; letter-spacing: .125em; font-family: 'Lora', Times, "Times New Roman", "serif";font-size: 12px; padding: 0 !important; }
#c7-cart {display: inline-block;}
.c7-user-nav__cart > button {padding: 0!important; margin-top:9px; height: 20px; border: none!important}
.c7-user-nav__cart > button span {padding: 0;}
.c7-user-nav__cart > button .c7-user-nav__cart__title span {display:none}
.c7-user-nav__cart__title svg {stroke:#000!important;}
.c7-user-nav__cart__count {background: #777!important; position:absolute; top: 0; right: -16px;}

/* fonts */
h1.c7-h1, h2.c7-h2, h3.c7-h3, h4.c7-h4, h5.c7-h5, h6.c7-h6 { color: #3c3c3c !important; font-family: 'Lora', Times, "Times New Roman" !important; font-weight: 400 !important; text-transform: uppercase; }

/* buttons and links */
.c7-btn--primary, .c7-btn--primary--small {background:#69727d; color:#fff; border:none!important; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; transition: all .3s ease-out;}
button.c7-link {color:#69727d;}
button.c7-link:hover {color: #000; border: none!important; text-decoration: none!important}

/* misc */
.c7-account {padding-bottom: 20px;}
#c7-content {padding: 0 20px;  max-width: 1500px;  margin: 0 auto;}
button.c7-expand-link, button.c7-expand-link:hover {background:transparent!important; border-bottom: 1px solid black!important; border-radius:0}
.c7-btn--alt {line-height:2.5!important}