/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#_desktop_cart .cart-preview .shopping-cart {
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    margin: 2px 5px 2px 0;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #f78761;
}
#_desktop_cart{
	float: right;
}

.block.ApImage .image_description img 
{
    margin-bottom: 10px;
    height: 50px;
    width: 50px;
    transform: scale(1.1);
}

.cms-id-2 .page-content > p,
.cms-id-2 .page-content > ul { display: none; }