/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 14, 2017, 4:48:45 PM
*/
body{
    font-family:  "PT Sans Narrow",sans-serif;
}
h6, h5, h4{
    font-family:  "PT Sans Narrow",sans-serif !important;
}
span{
    font-family:  "PT Sans Narrow",sans-serif;
}
img {
    vertical-align: middle;
    border-style: none;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 50px 0 30px;
}
/*.quantity {
    height: 33px
}*/
.cart .checkout-step {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.cart .checkout-step a:hover {
    /*text-decoration: none;*/
    color: #fcbf24;
}
.cart .checkout-step .item {
    position: relative;
    padding-left: 50px;
    padding: 5px 40px 10px 80px;
    vertical-align: middle;
    min-width: 135px;
}
.cart .checkout-step .item .item-state {
    position: absolute;
    width: 69px;
    height: 69px;
    left: 0;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    border: 2px solid #b4b4b4;
}
.cart .checkout-step .item.current .item-state {
    background-color: #fff;
    border: 2px solid #337ab7;
}
.cart .checkout-step .item.done .item-state {
    background-color: #337ab7;
    border: 2px solid #337ab7;
}
.cart .checkout-step .item span {
    font-size: 14px;
    line-height: 11px;
    font-weight: 400;
    color: #595959;
    text-transform: uppercase;
    font-family:  "PT Sans Narrow",sans-serif;
}
.cart .checkout-step .item .item-state span {
    display: block;
    font-size: 40px;
    line-height: 64px;
    color: #b4b4b4;
    font-family:  "PT Sans Narrow",sans-serif;
}
.cart .checkout-step .item .item-state span i {
    font-size: 40px;
    line-height: 64px;
}
.cart .checkout-step .item.current .item-state span {
    color: #337ab7;
    font-family:  "PT Sans Narrow",sans-serif;
}
.cart .checkout-step .item.done .item-state span {
    color: #fff;
    font-family:  "PT Sans Narrow",sans-serif;
}
.cart .checkout-step .item span {
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    color: #595959;
    text-transform: uppercase;
    font-family:  "PT Sans Narrow",sans-serif;
}
.cart .checkout-step .item.current span,.cart .checkout-step .item.done span {
    color: #337ab7;
}
.cart .checkout-step .item h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1px;
    margin-bottom: 0;
    color: #686868;
    font-family:  "PT Sans Narrow",sans-serif;
}
.cart .checkout-step .item.current h3, .cart .checkout-step .item.done h3 {
    color: #337ab7;
}
.carticons-sep {
    display: inline-block;
    font-size: 46px;
    vertical-align: middle;
    line-height: 50px;
    color: #fcbf24;
}
.carticons-sep {
    margin-left: 10px;
    margin-right: 35px;
}

.cart .cart-header {
    position: relative;
    padding: 0 0px;
    /*border-bottom: 1px solid #e5e5e5;*/
}
.cart .cart-header h3 {
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    color: #337ab7;
    text-transform: uppercase;
    font-family:  "PT Sans Narrow",sans-serif;
}
.cart .cart-header .delete-all {
    position: absolute;
    top: 8px;
    right: 0px;
}
.cart .cart-header .delete-all .btn-delete {
    position: relative;
    font-size: 14px;
    padding: 7px 10px;
    border-radius: 2px;
    background: #f8f8f8;
    color: #595959;
    font-family:  "PT Sans Narrow",sans-serif;
    text-transform: uppercase;
}
.cart .cart-header .delete-all .btn-delete i{
    color: #ff8080;
}
.cart .cart-items-list {
    padding: 0;
}
.cart .cart-items-list .cart-item {
    position: relative;
    line-height: 150%;
    background-color: #fff;
}

.cart .cart-items-list .cart-item .item-inner {
    border: 1px solid #fff;
    border-color: #ebebeb #fff #fff;
    padding: 20px 10px;
    font-size: 16px;
    transition: all 1s;
}
.cart .cart-items-list .cart-item:first-child .item-inner {
    border-top-color: #fff;
}
.cart .cart-items-list .cart-item .img {
    float: left;
    width: 150px;
    position: relative;
}
.cart .cart-items-list .cart-item .img img {
    width: 150px;
    border: 1px solid rgba(0,0,0,0.1);
}
.cart .cart-items-list .cart-item .item-features {
    padding: 0 10px;
    margin: 0;
}
.cart .cart-items-list .cart-item .item-name {
    margin-top: 5px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 18px;
    color: #383838;
    text-transform: uppercase;
    display: block;
    font-family:  "PT Sans Narrow",sans-serif;
}
.cart .cart-items-list .cart-item .item-category {
    color: #888;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 16px;
}
.cart .cart-items-list .cart-item .details {
    font-size: 16px;
    padding: 5px 0 0;
    line-height: 100%;
    color: #888;
}
.cart .cart-items-list .cart-item .details .details-row {
    display: block;
    margin-bottom: 2px;
}
.cart .cart-items-list .cart-item .details .details-row .prop {
    margin-right: 5px;
}
.cart .cart-items-list .cart-item .details .details-row .prop {
    margin-right: 5px;
}
.cart .cart-items-list .cart-item .cost {
    font-size: 18px;
    color: #404040;
}
.cart-items-list .input-counter {
    display: inline-block;
    padding: 2px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ebebeb;
    border-radius: 1px;
    box-shadow: none;
}
.cart-items-list .input-counter input {
    text-align: center;
    border: none;
    outline: none;
    width: 50px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.input-group.qty{
    display: -webkit-flex;
    display: flex;
}
.cart .cart-items-list .cart-item .cost .item-total {
    font-weight: 500;
    color: #444;
    padding: 4px 5px;
    /*width: 130px;*/
    font-size: 22px;
}
.cart .item-delete {
    opacity: 0.8;
    text-align: right;
    font-weight: 100;
    font-size: 32px;
    text-shadow: 0 1px 0 #fff;
    color: #000;
    height: 27px;
}
.cart .item-delete a {
    /*color: #fcbf24;*/
    font-family:  "PT Sans Narrow",sans-serif;
    text-decoration: none;
    cursor: pointer;
}
.cart .item-delete a:hover {
    text-decoration: none;
    cursor: pointer;
}
.cart .cart-items-list .cart-item .price-block {
    font-size: 18px;
    margin-top: 10px;
    color: #383838;
}
.cart .summary-info {
    position: relative;
}
.cart .summary-info .heading {
    padding: 0 10px;
    /*border-bottom: 1px solid #e5e5e5;*/
    font-family:  "PT Sans Narrow",sans-serif;
}
.cart .summary-info h3 {
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    color: #337ab7;
    text-transform: uppercase;
    height: 47px;
}
.cart .summary-info .order-lines {
    margin-bottom: 10px;
    padding: 0 10px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.cart .summary-info .order-lines .item-line h5 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    color: #383838;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cart .summary-info .order-lines .item-line h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cart .summary-info .order-lines .item-line {
    color: #797979;
    background-color: #fff;
    font-size: 16px;
    padding: 6px 0;
}
.cart .summary-info .order-lines .item-line h5 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    color: #383838;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cart .summary-info .order-lines .item-line h5 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    color: #383838;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cart .summary-info .order-lines .item-line:first-child {
    margin-top: 10px;
}
.cart .summary-info .order-lines .item-line:last-child {
    margin-bottom: 10px;
}
.cart .summary-info .order-lines .item-line h5.light {
    color: #888;
    text-transform: lowercase;
}
.cart .summary-info .discount-lines {
    margin-bottom: 15px;
    padding: 0 10px 10px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.cart .summary-info .discount-lines .item-line {
    padding: 3px 0;
}
.cart .summary-info .discount-lines .item-line h6 {
    color: #888;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    text-transform: lowercase;
}
.cart .summary-info .order-total {
    padding: 0 10px;
    border-radius: 2px;
    margin-bottom: 15px;
}
.cart .summary-info .order-total span {
    text-transform: uppercase;
    font-size: 20px;
    color: #337ab7;
    font-weight: 500;
}
.btn-checkout{
    text-transform: uppercase;
}

#bill-user-name label, #bill-recieve-date label{
    font-size: 16px;
    text-transform: uppercase;
    font-family:  "PT Sans Narrow",sans-serif;
    font-weight: normal !important;
    color: #192a36;
    width: 100%;
    text-align: left;
    padding-left: 0px;
    padding-bottom: 5px;
}
#bill-user-name label.error, #bill-recieve-date label.error, label.error{
    color: #cc0000;
    text-transform: initial;
    font-size: 16px;
    font-family:  "PT Sans Narrow",sans-serif;
}
#checkout-approve{
    font-family:  "PT Sans Narrow Bold",sans-serif;
    float: left;width: 100%;text-align: right;
    font-size: 18px;
}
#checkout-approve label.error{
    font-weight: normal;
}
.checkout-explain{
    margin: 10px 0;font-size: 16px;text-align: left;display: inline-block;color: #cc0000;
}
.not-found, .cart-success{
    margin-top: 30px;
    display: none;
    margin-bottom: 30px;
}
.not-found .icon{
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 100% !important;
    text-align: center;
    border: 2px solid #b4b4b4;
    vertical-align: central;
    margin: auto;
}
.cart-success .icon{
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 100% !important;
    text-align: center;
    border: 2px solid #97d89c;
    vertical-align: central;
    margin: auto;
}
.not-found span{
    display: block;
    font-size: 200px;
    line-height: 190px;
    color: #b4b4b4;
}
.cart-success span{
    display: block;
    font-size: 200px;
    line-height: 190px;
    color: #97d89c;
}
.not-found span i, .cart-success span i{
    font-size: 200px;
    line-height: 200px;
}
.not-found h4, .cart-success h4{
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #404040;
}
.not-found h6{
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    color: #888;
}
.not-found p, .cart-success p{
    font-size: 18px;
    margin: 0 auto;
    max-width: 800px;
    padding: 10px;
    color: #888;
}
.cart .table>tbody>tr>td, .cart .table>tbody>tr>th, .cart .table>tfoot>tr>td, .cart .table>tfoot>tr>th, .cart .table>thead>tr>td, .cart .table>thead>tr>th {
    vertical-align: middle; 
}
.cart .table thead {
    color: #717171;
    font-family: 'PT Sans Narrow Bold', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    vertical-align: middle;
    background: none; 
    border-bottom: 1px solid #337ab7;
    border-top: 1px solid #337ab7;
}
.cart .table thead th{
    border-bottom: 0px solid;
}
.cart .table tbody td, .cart .table tbody td {
    border-top: 0px solid #ddd;
    /*border-bottom: 1px solid #ddd;*/
    border: 1px solid #ddd;
}
.cart .table.check thead {
    background: none; 
    border-bottom: 1px solid #337ab7;
    border-top: 1px solid #337ab7;
}
.cart .table.check .order-total span {
    font-size: 18px;
    color: #337ab7;
    font-family: 'PT Sans Narrow Bold', sans-serif;
}
.supplierName{
    font-size: 16px;
    text-align: left;
}
