/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */


.am-header-content {
    background: black;
}

.am-header-line {
    display: none;
}

.am-footer .am-footer-content-wrapper {
    background: black;
    color: white;
}

.am-footer-text {
    display: block;
    padding: 1em 0;
}

.am-body .am-body-content-wrapper {
    border: 10px solid #CC9651;
    border-bottom: 0;
    border-top: 0;
}

.am-header .am-header-content-wrapper {
    margin-top:20px;
    border: 10px solid #CC9651;
    border-bottom: 0;
}

.am-footer .am-footer-content-wrapper {
    border: 10px solid #CC9651;
    border-top: 0;
    margin-bottom: 20px;
}

.am-page-login .am-body-content-wrapper {
    background: white;
}

.am-auth-form form {
    box-shadow: none;
}

.am-signup-link {
    color: black;
}

.am-common ul li {
    list-style-type: disc;
    margin-bottom: .4em;
    margin-left: 13px;
}

.am-common h2 {
    font-size: 1.2rem;
    line-height: 1em;
    height: auto;
    margin-bottom: 0.6em;
    font-weight: bold;
}

.am-cart-checkout {
    margin-bottom: 1em;
    overflow: hidden;
}

.am-cart .am-cart-product .am-cart-product-content-details .am-cart-product-content-desc .am-cart-product-content-desc-img-wrapper {
    background: none;
}
//body > div.am-layout.am-common > div.am-body > div > div.am-body-content > div.am-body-content-content > div > div.am-login-layout-with-sidebar_sidebar > p:nth-child(1) {display:none;
//}
