
a, button, img, input, span {
    transition: all 0.3s ease 0s;
}
img {
    max-width: 100%;
    height: auto;
}
/*-----------------cart-----------------*/

.section-padding {
    padding-top: 160px;
    padding-bottom: 100px;
}

.bg-cart-main {
    background: url(../images/bg/cart.jpg);
    background-position: center top;
}

.breadcrumb_section {
    padding: 150px 0;
    width: 100%;
}

.breadcrumb_section.page-title-mini {
    padding: 70px 0;
    position: relative;
    top: 107px;
    border-bottom: 1px solid #333;
}

.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.breadcrumb-top {
    margin-top: 49px !important;
}

.table-responsive > .table-bordered {
    box-shadow: 0 2px 5px #666;
}

cart-table .table {
    margin: 0;
    white-space: nowrap;
}

.cart-table .table thead {
    background-color: #333;
}


.cart-table .table thead tr th {
    border-color: #eee;
    border-bottom: 0 solid transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 20px;
    text-align: center;
    text-transform: capitalize;
}

.cart-table .table tr .pro-thumbnail, .cart-table .table tr .pro-price, .cart-table .table tr .pro-quantity, .cart-table .table tr .pro-subtotal, .cart-table .table tr .pro-remove {
    width: 140px;
}

.cart-table .table tbody tr td {
    border: 1px solid #eee;
    text-align: center;
    padding: 10px 20px;
    vertical-align: middle;
    font-weight: 500;
    color: #222222;
    background:#FFF;
}

.cart-table .table tbody tr td a {
    color: #222222;
    font-weight: 400;
    text-transform: capitalize;
    display:block;
    direction: ltr;
}

.cart-update-option {
    border: 1px solid #ccc;
    margin-top: 15px;
    padding: 15px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-update-option .apply-coupon-wrapper {
    width: 55%;
}

.quantity-spinner {
    display: block;
    width: 150px;
}

.quantity-spinner .minus {
    position: relative;
    right: 98px;
    top: 0px;
    width: 40px;
    height: 40px;
    line-height: 20px;
    padding: 12px 10px;
    text-align: center;
    background: #ffffff;
    font-weight: 400;
    color: #555555;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    z-index: 1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.quantity-spinner input {
    position: relative;
    display: inline-block;
    width: 55px;
    line-height: 24px;
    padding: 12px 10px;
    margin: 0 0;
    font-weight: 500;
    height: 40px;
    border: 1px solid #e0e0e0;
    text-align: center;
    border-radius: 2px;
    top: -3px;
}

.quantity-spinner .plus {
    position: relative;
    left: 99px;
    top: 0px;
    width: 40px;
    height: 40px;
    line-height: 20px;
    padding: 12px 10px;
    text-align: center;
    font-weight: 400;
    background: #ffffff;
    color: #555555;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    z-index: 1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.quantity-spinner .plus span:hover , .quantity-spinner .minus span:hover {
    color:#FFBB00;
}


.cart-update-option .apply-coupon-wrapper form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
}

.cart-update-option .apply-coupon-wrapper form input {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 9px 10px;
    outline: none;
    margin-right: 15px;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.cart-calculator-wrapper {
    margin-top: 30px;
    background-color: #f8f8f8;
}

.cart-calculator-wrapper .cart-calculate-items {
    font-weight: 500;
}

.cart-calculator-wrapper h6 {
    padding: 20px 15px 18px;
    margin-bottom: 0;
    text-align:right;
    color:#FFF;
    background: #333;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.cart-calculator-wrapper .cart-calculate-items .table {
    margin-bottom: 0;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td {
    color: #222222;
    padding: 15px 20px;
    text-align: right;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td:nth-child(2) {
    color: #222222;
    text-align: left;
}

.bg-butt-price {
    background: #4cb050 !important;
    border: 0 !important;
    color: #FFF !important;
    text-shadow: 0 2px 5px #404040;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.bg-butt-price:hover {
    background:#70c273 !important;
}

.lowshan-img-cart img {
    width: 250px;
    margin-top: 35px;
}


