body {
    overflow: visible !important
}

table, .table-all, table td, table th, .table td, .table th, .table-all td, .table-all th {
    border: none;
}

.breadcrumb-shop {
    background: #f5f5f5;
}

.breadcrumb-shop .breadcrumb-arrows {
    padding: 10px 0;
    background: transparent;
    border-radius: 0;
    margin: 0;
}

.breadcrumb-arrows > li {
    display: inline-block;
}

.breadcrumb-shop li > a > span, .breadcrumb-shop li span .fa, .breadcrumb-shop li a:hover {
    color: #252a2b;
    display: inline-block;
}

.breadcrumb-shop .breadcrumb-arrows li {
    font-size: 13px;
}

.breadcrumb-shop li:last-child span {
    color: #777;
}

.wrapper-cart-detail {
    padding: 35px 0 50px;
    background-color: #fff;
}

.layoutPage-cart .heading-page {
    position: relative;
    text-align: center;
    padding: 0 0 30px 0;
}

.layoutPage-cart .heading-page:after {
    content: "";
    background: #252a2b;
    display: block;
    width: 60px;
    height: 4px;
    margin: 25px auto 0;
}

.layoutPage-cart .heading-page h1 {
    font-size: 30px;
    margin: 0 0 10px;
}

.layoutPage-cart .cart-empty {
    font-size: 20px;
    margin: 30px 0;
}

.sidebox-order {
    background: #fff;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #e1e3e4;
    border-radius: 2px;
}

.sidebox-order div[class^="sidebox-order_"] {
    margin-bottom: 15px;
}

.sidebox-order_total {
    font-size: 16px;
    color: #5c5c5c;
    font-weight: 600;
    padding: 15px 0;
    border-top: 1px dotted #dfe0e1;
    border-bottom: 1px dotted #dfe0e1;
}

.sidebox-order_total p {
    margin: 0;
}

.sidebox-order_total p .total-price {
    float: right;
    color: red;
    font-size: 24px;
}

.sidebox-order div[class^="sidebox-order_"]:last-child {
    margin-bottom: 0px;
}

.sidebox-order_action .btncart-checkout {
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 20px;
    position: relative;
    display: inline-block;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    background-color: transparent;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
    overflow: hidden;
    color: #fff;
    border: 1px solid #e00707;
}

.sidebox-order_action .btncart-checkout:hover {
    color: #252a2b;
}

.sidebox-order_action .btncart-checkout:before {
    position: absolute;
    content: '';
    display: block;
    left: -2px;
    top: 0;
    right: -2px;
    bottom: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background-color: #e00707;
}

.sidebox-order_action .btncart-checkout:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

/****/
table.table-cart {
    margin-bottom: 30px;
    border-bottom: 1px solid #ededed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.cart-container form {
    margin-bottom: 0;
}

table.table-cart thead {
    display: none;
}

table tr td, table tr th {
    padding: 10px;
    text-align: left;
}

table tr td:first-child, table tr th:first-child {
    padding-left: 0px;
}

table.table-cart tr {
    border-top: 1px solid #ededed;
}

table.table-cart tr td {
    padding: 20px 0;
    vertical-align: top;
}

table.table-cart tr td.image {
    text-align: center;
    width: 110px;
}

table.table-cart tr td.image img {
    max-width: 100px;
}

table.table-cart tr td.item {
    padding-left: 15px;
}

table.table-cart tr td.item h3 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: bold;
    padding-right: 30px;
}

table.table-cart tr td.item p {
    margin-bottom: 5px;
}

table.table-cart tr td.item .variant {
    margin-bottom: 5px;
}

table.table-cart tr td.item .variant,
table.table-cart tr td.item h3 {
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    min-height: 15px;
    display: -webkit-box !important;
}

.qty-click {
    float: left;
}

.qty-click button.qtyminus.qty-btn {
    border-right: none;
}

.qty-click button.qty-btn {
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    color: #abafb2;
    height: 25px;
    padding: 0;
    text-align: center;
    width: 25px;
    border: 1px solid #dadbdd;
    border-radius: 0;
    float: left;
    -webkit-appearance: none;
}

.qty-click input.item-quantity {
    font-weight: 500;
    font-size: 15px;
    height: 25px;
    padding: 0;
    text-align: center;
    width: 35px;
    background: #ededed;
    border: 1px solid #dadbdd;
    border-radius: 0;
    float: left;
    -webkit-appearance: none;
    min-height: auto !important;
}

.qty-click button.qtyplus.qty-btn {
    border-left: none;
}

table.table-cart tr td.item .price {
    margin: 0;
    float: right;
}

table.table-cart tr td.remove {
    text-align: right;
}

table.table-cart tr td.item .price span.text {
    display: none;
}

table.table-cart tr td.item .price span {
    font-size: 16px;
    padding-right: 0;
    font-weight: 600;
}

#layout-cart .row .sidebarCart-sticky {
    align-self: self-start;
}

@media (min-width: 768px) {
    table.table-cart tr td.remove {
        position: absolute;
        right: 15px;
    }

    .sidebarCart-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 70px;
    }
}
