.cartMsgAlert:empty {
    opacity: 0;
}

.cartMsgAlert {
    text-align: center;
    outline: 1px solid #cc0000;
    color: #fff;
    background: #cc0000;
    display: block;
    width: 100%;
    box-sizing: border-box ;
    opacity: 1;
    transition: all ease 0.3s;
}

/* Main Cart */
.cart-product-wrap {
    border-bottom: 2px solid #ccc;
    padding: 1rem 0;
    box-sizing: border-box ;
}

.cart-col {
    float: left;
}

.cart-left-col {
    width: 100%;
}

.cart-product-image {
    width: 100%;
    height: 50px;
    margin-bottom: 2rem;
    text-align: center;
}

.cart-product-image img {
    height: 100%;
}

.cart-right-col {
    width: 100%;
}

@media (min-width: 500px) {

    .cart-right-col {
        width: 70%;
    }

    .cart-left-col {
        width: 30%;
    }

    .cart-product-image {
        width: 90%;
        height: 160px;
        margin-bottom: 0;
    }
}

.cart-top-row {
    margin-bottom: 1rem;
}

.cart-product-name {
    font-size: 2rem;
}

.cart-product-options {}

.cart-product-sku {
    opacity: 0.5;
}

.cart-center-row {
    margin-bottom: 1rem;
}

.cart-center-row .cart-col {
    width: 100%;
    min-height: 10px;
}

.cart-product-price {
    margin-bottom: 1rem;
}

.cart-product-price div strong {
    padding-bottom: 0rem;
    display: inline-block;
}

.checkout-cart-wrapper .cart-product-price div strong {
    padding-bottom: 0;
}

.cart-product-qty {
    text-align: left;
}

/* Larger than tablet */
@media (min-width: 800px) {

    .cart-center-row .cart-col {
        width: 33.3%;
        min-height: 10px;
    }

    .cart-product-price div strong {
        padding-bottom: 1rem;
        display: inline-block;
    }

    .cart-product-qty {
        text-align: center;
    }
}

.cart-product-qty input {
    width: 60px;
    text-align: center;
}

.cart-product-qty .fa {
    cursor: pointer;
}

.cart-product-qty .fa:hover {
    opacity: 0.8;
}

.fa-minus-circle {}

.fa-plus-circle {}

.cart-product-subtotal {
    text-align: right;
}

.cart-product-subtotal div strong {
    padding-bottom: 1rem;
    display: inline-block;
}

.checkout-cart-wrapper .cart-product-subtotal div strong {
    padding-bottom: 0;
}

.cart-product-subtotal strong {
    width: 160px;
    display: inline-block ;
}

.cart-product-subtotal span {
    width: 100px;
    display: inline-block ;
}

.cart-bottom-row {}

.cart-product-buttons {}

.cart-product-buttons a {
    padding: 0 2rem;
    cursor: pointer;
}

a.cart-remove-item {
    padding-left: 0;
}

a.cart-move-to-wish {}

/* Cart Action Buttons */

#cartActionButtons input {
    width: 100%
}

/* Larger than tablet */
@media (min-width: 800px) {

    #cartActionButtons {
        text-align: right;
    }

    #cartActionButtons input {
        width: auto;
        min-width: 200px;
    }
}

/* Shopping Cart Footer on Checkout */

.shopping-cart-footer {
    text-align: right;
    padding-bottom: 2rem;
}

.shopping-cart-footer em {
    display: block;
    opacity: 0.7;
}

.shopping-cart-footer strong {
    width: 160px;
    display: inline-block ;
}

.shopping-cart-footer span {
    width: 300px;
    display: inline-block ;
}

.cart-subtotal {
    padding-top: 1rem;
}

.cart-coupons-wrap {
    margin: 2rem 0;
    background: #eee;
    padding: 2rem 0;
}

.cart-coupons-wrap h4 {
    margin: 0;
    margin-bottom: 1rem;
}

.cart-coupon-name {}

.cart-coupon-value {}

.cart-tax-total {}

.cart-tax-rate {}

.cart-shipping-total {}

.cart-order-total {
    font-size: 2rem;
    padding-top: 1rem;
}

/* End Main Cart */

/* Mini cart */
.min-cart {
    position: fixed;
    right: -320px;
    bottom: 0;
    width: 300px;
    box-sizing: border-box;
    top: 0;
    text-align: center;
    background: #fff;
    color: #222;
    padding: 0;
    z-index: 5600;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 7);
    transition: all ease 0.3s;
    border-radius: 0px;
}

.min-cart a.button {
    color: #fff;
}

.min-cart.show-min-cart {
    right: 0;
}

#minicartarea {
    height: 75vh;
    padding-right: 0px;
    overflow: auto;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

/* Mini Cart Reset */
#minicartarea div,
#minicartarea span,
#minicartarea strong,
#minicartarea a,
#minicartarea input {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    box-sizing: box;
    float: none;
    font-size: inherit ;
}

#minicartarea .cart-product-wrap {
    text-align: center;
    padding: 1rem 2rem;
}

#minicartarea .cart-left-col,
#minicartarea .cart-right-col {}

#minicartarea .cart-col strong {}

#minicartarea .cart-product-image {
    height: 70px;
}

#minicartarea .cart-product-name {
    display: block;
    line-height: 1.2;
}

#minicartarea .cart-product-sku {
    padding-bottom: .5rem;
    display: block;
}

#minicartarea .cart-product-subtotal {
    padding-top: 1rem;
}

#minicartarea .cart-product-price {}

#minicartarea .cart-product-price div {
    display: inline-block;
    width: auto;
    padding: 0 5px;
}

#minicartarea .cart-product-qty {}

#minicartarea .cart-product-qty strong {
    display: none;
}

#minicartarea .cart-product-qty span {
    width: auto;
    display: inline-block ;
}

#minicartarea .cart-product-qty input {
    width: auto;
    display: inline-block ;
}

#minicartarea .cart-product-subtotal {
}

#minicartarea .cart-product-subtotal div {
    display: inline-block;
    width: auto;
    padding: 0 5px;
}

#minicartarea .cart-product-buttons a {
    width: 100%;
    display: block;
}

#minicartarea .cart-subtotal {
    padding: 2rem;
    box-sizing: border-box ;
}

#minicartarea .cart-subtotal a {
    color: #fff;
}

#minicartarea .cart-subtotal strong {}

#minicartarea .cart-subtotal span {}

/* end min cart */

/* Checkout Feilds */

/* Hide Wishlist on Checkout */
#ucBasket1_btnUpdateWish {
    display: none;
}

.tableCon input {
    width: 100% !import;
}

.checkout-table {
    width: 100%;
    border-top: 2px solid #ccc;
}

.checkout-table tr:last-of-type {
    text-align: right;
    border-top: 2px solid #ccc;
}

.checkout-table tr:last-of-type td {
    text-align: right;
    padding-top: 20px;
}

.checkout-table input[type=text],
.checkout-table select,
.checkout-table textarea {
    width: 100%;
    margin: 0;
}

/* Larger than tablet */
@media (min-width: 800px) {

    .checkout-table input[type=text],
    .checkout-table select,
    .checkout-table textarea {
        width: 30%;
    }
}

.checkout-table .smallHelpTxt,
.checkout-table #zip + a {
    display: block;
    position: relative;
}

.checkout-table td {
    text-align: left;
    vertical-align: top;
    width: 50%;
}

.checkout-table tr td:first-of-type {
    width: 10%;
}

#ExpMonth, #ExpYear {
    display: inline-block;
    width: 80px;
}

.checkout-table .pagetitle {
    font-size: 22px;
    padding: 20px 0;
    color: 6E8740;
}

.selectaddress {
    padding-top: 20px;
}

.selectAddressHeader {
    font-weight: 600;
}

.address {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.address span:empty {
    display: none;
}

.address span:after {
    content: ", "
}

.address .use-zip:after {
    content: none;
}

.selectaddress input {
    font-size: 12px;
    line-height: 20px;
    width: auto;
}

.addressClear input {
    width: 100%;
    margin-bottom: 30px;
}

.creditAddress {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.creditAddress span:empty {
    display: none;
}

.creditAddress span:after {
    content: ", "
}

.creditAddress .creditZip:after {
    content: none;
}

.billing-address-title {
    font-weight: 600;
}