/* CART */
.c {padding-bottom: 100px;}
.c-items {width: calc(100% - 300px);}
.c-item {border: 1px solid #e3e3e3; border-radius: 3px; overflow: hidden; margin-bottom: 15px; transition: 0.2s box-shadow; font-size: 0;}
.c-item:hover, .ct-controls:hover {box-shadow: 0 0 15px 0 rgba(0, 0, 0, .29);}
.c-item a {color: #333; text-decoration: none; font-weight: bold;}
.c-sku-name {color: gray; font-size: 15px;}
.c-sku-price {font-size: 15px; margin-top: 3px;}
.c-grind {margin-top: 9px;}
.c-item-image {display: inline-block; vertical-align: middle; max-height: 200px; width: 200px; padding: 10px;}
.c-item-image img {width: auto; height: auto; max-width: 100%; max-height: 180px; display: block; margin: 0 auto;}
.c-item-data {display: inline-block; vertical-align: middle; width: calc(100% - 260px); font-size: initial; padding: 15px;}
.c-product-name {font-size: 20px;}
.c-item-qty-total {margin-top: 25px;}
.c-item-qty-total .t-pr-data-elem {width: 100px;}
.c-item-total {display: inline-block; vertical-align: top; line-height: 32px; margin-left: 30px; font-size: 20px; font-weight: bold;}
.c-item-total svg {display: inline-block; vertical-align: top; display: none;}
.c-item-remove {display: inline-block; vertical-align: middle; width: 60px;}
.c-item-remove-icon {display: inline-block; vertical-align: top; width: 32px; height: 32px;}
.ct-controls {width: 285px; border: 1px solid #e3e3e3; margin-left: 15px; border-radius: 3px; padding: 15px;}
.c-coupon-wrap, .c-total, .c-affiliate-msg {margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #e3e3e3;}
.c-coupon-wrap input[type="submit"] {border: none; background: none; text-align: center; width: 100%; font-size: 15px; margin-top: 9px; outline: none; text-decoration: underline; color: #cdac78; cursor: pointer;}
.c-coupon-wrap input[type="text"] {width: 100%; font-size: 14px; height: 42px; outline: none; border-radius: 3px; border: 1px solid #e3e3e3; padding: 0 10px; text-align: center;}
.c-coupon-wrap input[type="text"]:focus {box-shadow: 0 0 15px 0 rgba(0, 0, 0, .29);}
.c-coupon-message {font-size: 14px; margin-top: 5px; text-align: center;}
.c-coupon-error	{color: #9a1f1f;}
.c-coupon-success {color: #249a5e;}
.c-total-wrap {text-align: center;}
.c-total-name {color: gray; font-size: 15px; margin-bottom: 10px;}
.c-total-value {font-size: 28px; line-height: 32px; font-weight: bold;}
.checkout-proceed-wrap a {display: block;}
.c-affiliate-msg {font-size: 14px; line-height: 22px; text-align: center;}
.c-free-ship, .c-notification {font-size: 14px; margin-bottom: 15px; background: #c9ae86; color: white; border-radius: 2px; padding: 10px;}
.c-free-ship.free {background: #86c98e;}
.c-free-ship .free, .c-free-ship.free .non-free {display: none;}
.c-free-ship.free .free {display: initial;}
.c-affiliate-wrap {font-size: 14px;}
.go-processing {cursor: pointer; user-select: none;}
.processing-inactive {font-size: 14px; color: #950000;}
.order-save-message { margin-top: 10px;  }
.order-save-message span { font-weight: bold; font-size: 1.2em; }
.add-to-cart-message { text-align: center; margin-top: 15px; font-size: 1.2em; }
.content-container { display: flex; }
.btn-link-padded { margin-top: 20px; }
.btn-link { padding: 12px; background: #eb5f21; margin-top: 10px; color: #fff; border-radius: 4px }
.supply-packup-add-container { display: flex;align-items: center; }
.supply-packup-add-container .field { margin: 0 10px; }
.supply-packup-add-button { margin-left: 10px; }
.supply-packup-weight { padding: 10px; font-size: 1.2em; font-weight: bold; }
.packup-packs-submit { margin-left: 10px; }