.store-cart{
    width:216px;
    margin-right:30px;
}
.cart{
    margin:5px;
}
.cart-control{
    height:30px;
    font-size:12px;
}
.cart-control:after{
    content:"";
    display: table;
    clear:both;
}

.cart-tag{
    position: absolute;
}
.cart-total{
    padding:3px 6px 3px 6px;
    height:28px;
    line-height:23px;
    font-size:14px;
    background:#CF0000;
    color:#FFFFFF;
    -webkit-border-radius:4px 0 0 4px;
    -moz-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    border-top:1px solid #CF0000;
    border-left:1px solid #CF0000;
    border-bottom:1px solid #CF0000;
}
.cart-tag-right{
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 18px solid #CF0000;
    border-bottom: 18px solid transparent;
    position:relative;
}
.cart-tag-right:after{
    content:'';
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid #CF0000;
    position:absolute;
    top:-13px;
    left:-14px;
}
.cart-view{

}
.cart-view img{
    margin-top:6px;
    cursor: pointer;
}
.cart-items{
    margin-top:0px;
    margin-left:32px;
    padding:3px;
    width:17px;
    height:17px;
    line-height:16px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    position:absolute;
    background:#CF0000;
    text-align:center;
    color:#FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    cursor: pointer;
}
.cart-checkout{
    font-family: Core;
}
.cart-checkout{
    margin-left:2px;
    width:60px;
}
.cart-clear{
    margin:6px;
}

.products{

}
.product-listings{
    clear:both;
    border:1px solid #ccc;
}
.product-name{
    font-size:18px;
    font-weight:bold;
    padding:2px;
}
.product-description{
    font-size:14px;
    padding:2px;
}
.product{
    margin:6px;
    text-align:left;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    padding:3px;
    background:#FFF;
    color:#000;

}
.product-thumb{
    width:100%;
    height:261px;

    overflow:hidden;
    text-align:center;
}
.product-price{
    font-size:18px;
    font-weight:bold;
    margin-left:3px;
}
.product-cart-remove{cursor: pointer;}
.product-cart-add{
    cursor: pointer;
    width:36px;
    height:36px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    background:#006C54;
    border:2px solid rgba(0,0,0,.5);
    box-shadow: 1px 1px 1px rgba(0,0,0,.4);
    float:right;
}
.product .menu-icon{
    text-align:center;
    line-height:24px;
    color:#FFF;
}
.cart-icon{
    font-family:Trunk;
    text-align:center;
    font-size:47px;
    line-height:18px;
    cursor: pointer;
    color:#777;
}
.cart-icon-add{
    margin-left:3px;
    margin-top:3px;
}
.cart-preview{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #ccc;
    position:absolute;
    width:200px;
    background:#FFF;
    max-height:300px;
    overflow: auto;
    margin-top:35px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.4);
}
.cart-preview-total{
    margin:6px;
    font-size:14px;
}
.preview-cart-item{
    text-align:left;
    border-bottom:1px solid #ccc;
    margin:3px;
    padding:3px;
}
.checkout-item{
    display:flex;
    border-bottom:1px solid #ccc;
    padding:6px;
}
.checkout-item:last-child{
    border-bottom:0px;
}
.checkout-item div{
    flex:1;
}
.checkout-total{
    font-size:20px;
    font-weight:bold;
    background:#6EBF55;
    padding:6px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    text-align:center;
    color:#000;
}
@media(min-width:600px){
    .product{
        width:389px;
    }
}