/**
 * 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;
}

.am-cart .am-cart-product.am-cart-product-brief .am-cart-product-content-desc .am-cart-product-content-desc-img-wrapper {
   float:none;
   margin:0;
}

.am-cart-product-brief .am-cart-product-content-product {
    height: 400px;
    overflow: hidden;
    position: relative;
}
.am-cart-product-brief .am-cart-product-content-title {
    height: 40px;
    overflow: hidden;
    position: relative;
}
.am-cart-product-content-add-container .am-cart-product-content-terms {
    height: 60px;
    overflow: hidden;
    position: relative;
}

.am-cart-product-brief .am-cart-product-content-product::after {
    content: '';
    display:block;
    width:100%;
    height:70px;
    bottom:0;
    background: linear-gradient(0deg, rgba(255,255,255,1), rgba(255,255,255,0));
    position: absolute;
}

.am-basket-preview-actions {
    text-align: right;
}
div#_add_to_cart > .am-cart-product {
    margin-bottom: 0;
}
div#_add_to_cart {
    padding: 0px;
}

.am-list-subscriptions .am-list-subscriptions-title:after{
    content: ""
}

span.am-list-subscriptions-title {
    display: block;
}

.am-list-subscriptions-desk {
    display: none;
}

/* cart page login popup window start*/
@media (min-width: 480px) {
.am-page-signup .am-popup.am-common {
	min-width: 480px;
	}
.am-page-signup .am-popup.am-common .am-popup-title {
	 float:left;
	}
}

@media (max-width: 479px) {
.am-page-signup .am-popup.am-common .am-popup-title {
	width: 80%;
    display: inline-block;
}
.am-popup .am-popup-close-icon:after {
	float:right;
	}
}

.am-page-signup .am-popup.am-common .am-popup-title {
   color: #788e55;
   margin-right: 15px;
}
/* cart page login popup window end*/

.am-page-helpdesk #grid-user #am-grid-wrap-ticket-button {
	display:none;
}
