.checkout-simplecheckout h1 {
    margin: 20px 0;
}
.column_name {
    padding-left: 50px;
}
.t-head-order {
    color: #969696;
    background: #F7F6FB;
    /*background: #f5f4f6;*/
    font-weight: 500;
    font-size: 12px;
    padding: 6px 15px;
    border-radius: 14px;
    text-transform: uppercase;
}
.checkout-heading {
    font-size: 16px;
    line-height: 18px;
    color: #fa6900;
    padding: 5px 0;
    border-bottom: 3px solid #FFBE47;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 300;
}
.simplecheckout .form-group {
    margin-bottom: 10px;
}
.simplecheckout select {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #333;
    padding: 0 15px;
    background-color: transparent;
    border-radius: 4px;
    width: 100%;
    border: 1px solid rgba(0,0,0,.15);
}
.simplecheckout-button-right {
    text-align: center;
}
/*CHECKOUT CUSTOMER*/
/*#simplecheckout_customer input {
    background-color: #EFEFEF;
    border: none;
    padding: 5px 10px !important;
    line-height: 20px !important;
    height: 40px !important;
    border-radius: 4px;
}
#simplecheckout_customer input:focus {
    border-width: 2px;
    box-shadow: 0 0 0 2px #FA6900;
}*/
.product-item {
    padding: 10px;
    min-height: 120px;
}
.product-item__image {
    width: 80px;
    height: 80px;
    margin-top: 10px;
}
.product-item__info {
    width: calc(100% - 80px);
    padding: 5px 0 0 10px ;
    color: #969696;
    line-height: 17px;
}
.product-item__name {
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    color: #141414;
}
.product-item__price {
    padding-left: 7px;
}
.product-item__price small {
    border-bottom: 1px solid #969696;
}
.product-warning {
    color: #e54545;
}
/*QUANTITY*/
.qty-block {
    width: 160px;
}
.product-item__quantity {
    margin-top: 36px;
}
input.qty-item,
button.qty-item {
    float: left;
    display: inline-block;
    border: 2px solid #c8cbcc;
    background: #ffffff;
    height: 28px;
    line-height: 28px;
    padding: 0 8px;
}
button.qty-minus,
button.qty-plus {
    width: 36px;
    color: #B0B3B8;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}
.simplecheckout-methods-description {
    font-size: 13px;
    color: #6a6a6a;
    margin-top: 5px;
}
button.qty-minus {
    border-right: none;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}
input.qty-item {
    text-align: center;
}
input.qty-input {
    border-left: none;
    border-right: none;
    border-radius: 0;
}
input.qty-input:focus {
    border-color: #c8cbcc !important;
    background: #fcccb2;
}
button.qty-plus {
    border-left: none;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}
button.qty-minus:hover,
button.qty-plus:hover {
    color: #FA6900 !important;
}
.product-item__total {
    font-weight: 700;
    color: #141414;
    height: 28px;
    line-height: 28px;
    margin-top: 36px;
}
.product-item__del {
    right: 10px;
}
.product-item:nth-child(2n) {
    background: #F7F6FB;
    border-radius: 20px;
}
.product-item:nth-child(2n) input.qty-item,
.product-item:nth-child(2n) button.qty-item {
    background: #d9dadd;
    color: #ffffff;
    border-color: #d9dadd;
}
.product-item:nth-child(2n) input.qty-input:focus {
    border-color: #d9dadd !important;
    background: #fcccb2;
}
.divider-fluid {
    border-bottom: 1px solid #c8cbcc;
}
/*DISCOUNTS*/
.discount-inputs {
    margin: 25px 0;
}
.dis-label,
.dis-input {
    display: inline-block;
}
.dis-input {
    width: 120px;
}
.input-sm {
    padding: 0 5px !important;
    line-height: 28px !important;
    height: 28px !important;
}
/*TOTALS*/
/*.order-total-details {
    margin-top: 25px;
}*/
.trt-order-total .name {
    width: 50%;
    min-width: 50%;
}

.trt-order-total .value {
    width: 50%;
    min-width: 50%;
}
#total_coupon {
    padding-right: 25px;
}
.show-order-details {
    cursor: pointer;
    padding-bottom: 1px;
    border-bottom: 1px dashed #969696;
    font-size: 16px;
    color: #969696;
    margin-bottom: 5px;
    display: inline-block;
}
/*.order-total-text {
    font-size: 18px;
    font-weight: 700;
}*/
#simplecheckout_comment textarea {
    margin-top: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .product-item__total {
        margin-top: 0;
        position: relative;
        top: -25px;
    }
    .column-quantity {
        display: none;
    }
}