﻿@media only screen and (max-width: 764px) {
    #cart-detail {
        order: 2;
    }
    #cart-summary {
        order: 1;
    }
}

#cart-summary {
    margin-bottom : 30px;
}

.card-header {
    background-color: transparent;
}

.card-footer {
    background-color: transparent;
}

.cart-items {
    font-weight: bold;
    margin-bottom: 10px;
}

.cart-detail-header {
    font-weight: bold;
}

.cart-action-primary a {
    background: #EDA93A none repeat scroll 0 0;
    color: #fff;
    height: 43px;
    width: 100%;
    cursor: pointer;
    border: 1px solid #EDA93A;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    -webkit-transition: all 400ms ease-in 0s;
    -ms-transition: all 400ms ease-in 0s;
    -transition: all 400ms ease-in 0s;
    transition: all 400ms ease-in 0s;
    font-weight: 700;
    display: block;
    font-family: "Lato",sans-serif;
    font-weight: 700;
    font-size: 15px;
}

.cart-item-content-wrapper {

}

.cart-item-content {
    min-height: 115px;
    overflow: hidden;
    padding: 2px 2px;
    position: relative;
}

.cart-item-title {
    font-size: 16px;
    margin-bottom: 5px;
}


.cart-item-action {
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-right: -20px;
    margin-left: -20px;
    padding-bottom: 20px;
}

.cart-item-quantity-wrapper {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.cart-item-quantity-slider {
    width: 50%;
    margin-left: 5px;
}

#cart-item-quantity {
    width: 100%;
}


.cart-item-quantity-slider .input-group-btn:first-child > .btn,
.cart-item-quantity-slider .input-group-btn:first-child > .btn-group {
    margin-right: 0px;
}

.cart-item-quantity-slider button {
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
}

.cart-item-quantity-slider input {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}


.cart-item-delete, .cart-item-wishlist {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 15px;
    color: #007185;
    cursor: pointer;
}

@media not all and (pointer: coarse) {
    .cart-item-action a:hover {
        color: #E62E04;
    }
}

.form-control {
    height: 30px;
    padding: 2px;
}
.btn {
    line-height: 0px;
}

.cart-item-point {
    margin-top: 5px;
}

.cart-item-price {
    margin-top: 10px;
}

.cart-item-point span {
    margin-left: 5px;
    color: #E62E04 !important;
}
.cart-item-price span {
    margin-left: 5px;
    color: #E62E04 !important;
}

.btn.btn-default {
    color: #333;
    background-color: transparent;
    border-color: #ccc;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    width: 40px;
    border-radius: 8px;
  
}

/*
.input-group > .input-group-append > .btn {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.input-group > .input-group-prepend > .btn {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
*/

.input-group > .form-control {
    flex: 0 1 40px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 8px;
}