/**
 * @version $Id: rokquickcart.css 19276 2014-02-28 03:47:35Z djamil $
 * @author RocketTheme, LLC http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2016 RocketTheme, LLC
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */

.cart_products {
    margin: 0 -10px;
}
.cart_products:before, .cart_products:after,
.cart_product_content:before, .cart_product_content:after {
    display: table;
    content: '';
    line-height: 0;
}
.cart_products:after,
.cart_product_content:after {
    clear: both;
}
.simpleCart_shelfItem .cart_product_l {
    float: left;
    text-align: center;
}
.simpleCart_shelfItem .cart_product_r {
    padding-left: 20px;
}
.simpleCart_shelfItem {
    float: left;
}
.simpleCart_shelfItem h2, #main .simpleCart_shelfItem h2 {
    margin: -20px -20px 20px;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}
/* columns */
.cart_columns_1 .simpleCart_shelfItem {width: 100%;}
.cart_columns_2 .simpleCart_shelfItem {width: 50%;}
.cart_columns_3 .simpleCart_shelfItem {width: 33.3334%;}
.cart_columns_4 .simpleCart_shelfItem {width: 25%;}

@media only screen and (min-width: 768px) and (max-width: 979px){
    .cart_columns_3 .simpleCart_shelfItem {width: 50%;}
    .cart_columns_4 .simpleCart_shelfItem {width: 50%;}
}

@media only screen and (max-width: 767px) {
    .cart_columns_2 .simpleCart_shelfItem {width: 100%;}
    .cart_columns_3 .simpleCart_shelfItem {width: 100%;}
    .cart_columns_4 .simpleCart_shelfItem {width: 100%;}
}
@media only screen and (max-width: 605px) {
    .simpleCart_items th.item-image, .simpleCart_items td.item-image,
    .simpleCart_items th.item-remove, .simpleCart_items td.item-remove,
    .simpleCart_items th.item-price, .simpleCart_items td.item-price {
        display: none;
    }
    .simpleCart_items th.item-image, .simpleCart_items td.item-name {
        padding-left: 10px;
    }
}

.cart_cartstatus {
    float: right;
}

.cart_cartstatus .simpleCart_quantity {
    font-weight: bold;
}

.cart_product_content {
    margin: 10px;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #ddd, inset 0 0 0 2px #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.simpleCart_shelfItem img {
    border-radius: 3px;
}
.simpleCart_shelfItem .item_price {
    margin-top: 20px;
    display: block;
}
.simpleCart_shelfItem .item_price .cart_price .cart_item-price_digits {
    font-size: 2.2em;
}

.simpleCart_shelfItem .item_price .cart_currency_symbol {
    vertical-align: top;
}

.cart_item-field {
    color: #999;
    margin: 10px 0;
}
.cart_product_add {
    margin: 20px 0 0;
}
.cart_product_content input, .cart_product_content select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 5px 0 0;
    padding: 0;
}

.cart_item-field span, .cart_product_content input, .cart_product_content select {
    font-size: 90%;
}

.cart_yourcart table {
    border: 1px solid #ddd;
    width: 100%;
}
.cart_yourcart table td {
    padding: 5px 0;
}
.cart_yourcart table td, .cart_yourcart table td input {
    text-align: center;
}
.cart_yourcart table td img {
    max-height: 50px;
    max-width: 50px;
}
.cart_yourcart table input {
    width: 20px;
    margin: 0;
}
.cart_yourcart table th {
    padding: 10px 30px;
    background: #f4f4f4;
    border-bottom: 1px solid #ddd;
}

.cart_yourcart table .itemRow.even, #main .cart_yourcart table .itemRow.even {
    background-color: #fafafa;
}

#main .cart_yourcart table tr, #main .cart_yourcart table td {
    border: 0;
    background: transparent;
}

.cart_yourcart table .item-name {
    text-align: left;
    width: 50%;
}

.cart_yourcart .cart_totals, .cart_yourcart .cart_buttons {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-top: 0;
    text-align: right;
}
.cart_yourcart table td, .cart_yourcart .cart_totals {
    border-bottom: 0;
}

.cart_yourcart .cart_totals .cart_summary {
    margin: 5px 0;
}
.cart_yourcart .cart_totals .cart_summary_total {
    margin: 10px -15px -10px;
    padding: 10px 15px;
    background: #fbfbfb;
}
.cart_yourcart .cart_totals span {
    min-width: 60px;
    display: inline-block;
}
.cart_yourcart .cart_totals span.cart_checkout_label {
    font-weight: bold;
}

.cart_yourcart .cart_badges {
    margin-top: 5px;
}

.cart_yourcart .cart_badge {
    display: inline-block;
    font-size: 0.9em;
    background: #efefef;
    padding: 0px 4px;
    margin: 2px 0;
    border-radius: 3px;
    color: #aaa;
    text-shadow: 0 1px #fff;
    border: 1px solid #ddd;
    font-weight: normal;
}
