#cart .txt-count { /* left: 37px; */
}

#cart {
    display:inline-block;
    vertical-align:top;
    width:auto;
}

#cart.open {
    z-index: 9999;
}

#cart > button {
    background:none;
    border:none;
    border-radius:0;
    box-shadow:none;
    padding:0;
    width:auto;
    float:right;
}

#cart > button > i {
    font-size:20px;
    color:#292929;
    float:left;
    line-height:1;
}

#cart #cart-total {
    line-height: inherit;
    display: inline-block;
    vertical-align: top;
    color:#292929;
    padding: 0 0 0 5px;
}

#cart #cart-total .text-item {
    display: none;
}

#cart .text-cart {
}

#cart .dropdown-menu {
    background: #fff;
    z-index: 9999;
    position: fixed;
    right: 0;
    top: 0;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: 100%;
    width: 90%;
    max-width: 37.5rem;
    padding: 3rem;
    font-size: 1.4rem;
    border: 0;
    overflow: auto;
}

#cart.open:before {
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    left: 0;
    top: 0;
}

.cart-dropdown-menu-close {
    position: fixed;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 2.8rem;
    right: 20px;
    top: 5px;
    color: #222;
    cursor: pointer;
}

.cart-dropdown-menu-close:hover {
    color: #0651D0;
}

#cart .dropdown-menu .cart-info {
    padding-left: 1rem !important;
}

#cart .dropdown-menu .cart-info  {
    padding: 15px 0 0 15px !important;
}

#cart .dropdown-menu .cart-info a {
    margin-top: 0;
    display: block;
    line-height: 1.8rem;
    color: #292929;
    font-weight: 400;
}

#cart .dropdown-menu .cart-info  {
    color: #292929;
}

#cart .dropdown-menu .cart-info a:hover {
    color: #0651D0;
}

#cart .dropdown-menu .cart-info p {
    margin-bottom: 0;
    margin-top: 0.7rem;
}

#cart .dropdown-menu .cart-info .cart-quantity {
    color: #888;
    line-height: 2.4rem;
    display: inline-block;
    vertical-align: top;
    font-size: 1.3rem;
}

#cart .dropdown-menu .cart-info .cart-product-price {
    color: #292929;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    display: inline-block;
    vertical-align: top;
}

#cart .dropdown-menu .button-cart-remove {
    border: 0;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0;
    text-align: center;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
    font-size: 2rem;
    color: #888;
    font-weight: 400;
    text-shadow: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1rem;
}

#cart .dropdown-menu .button-cart-remove:hover {
    color: #292929;
}

#cart .dropdown-menu img {
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0;
}

#cart .dropdown-menu > li:first-child {
    overflow: auto;
    padding: 0 3rem;
    margin: 0 -3rem;
    border: 0;
}

#cart .dropdown-menu > li {
    border-top: 1px solid #e5e5e5;
    padding-top: 2rem;
}

#cart .dropdown-menu .table-striped {
    margin-bottom: 3rem;
}

#cart .dropdown-menu .table-striped > tbody > tr {
    background: #fff;
    display: block;
    position: relative;
    padding-right: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #f0f0f0;
}

#cart .dropdown-menu .table-striped > tbody > tr:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

#cart .dropdown-menu .table > tbody > tr > td, #cart .dropdown-menu .table > tbody > tr > th,
#cart .dropdown-menu .table > tfoot > tr > td, #cart .dropdown-menu .table > tfoot > tr > th,
#cart .dropdown-menu .table > thead > tr > td, #cart .dropdown-menu .table > thead > tr > th {
    border: 0;
    padding: 0;
}

#cart .dropdown-menu .cart-image {
    min-width: 85px;
}

#cart .dropdown-menu .table-bordered {
    border: 0;
    margin: 0;
}

#cart .dropdown-menu .table-bordered > tbody > tr > td {
    line-height: 3rem;
    color: #909296;
    text-transform: capitalize;
    font-size: 1.6rem;
}

#cart .dropdown-menu .table-bordered > tbody > tr > td > strong {
    font-weight: 400;
}

#cart .dropdown-menu .table-bordered > tbody > tr:last-child > td > strong {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2b2d2f;
}

#cart .dropdown-menu .table-bordered > tbody > tr > td:last-child {
    color: #909296;
    font-weight: 400;
    font-size: 1.6rem;
}

#cart .dropdown-menu .table-bordered > tbody > tr:last-child > td:last-child {
    font-size: 1.8rem;
    font-weight: 600;
    color: #292929;
}

#cart .dropdown-menu > li:last-child:not(:first-child) p {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 2rem;
    border-top: 1px solid #ebebeb;
}

#cart .dropdown-menu > li:last-child p > a {
    display: block;
    text-align: center;
    color: #2b2d2f;
    text-transform: uppercase;
    line-height: 28px;
    padding: 10px;
    font-size: 1.5rem;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    background: #ebebeb;
    font-weight: 600;
    border: 0;
    outline-offset: 0;
}

#cart .dropdown-menu > li:last-child p > a strong { /* font-weight:500; */
}

#cart .dropdown-menu > li:last-child p > a:last-child {
    margin-top: 1rem;
}

#cart .dropdown-menu > li:last-child p > a:hover {
    background: #0651D0;
    color: #fff;
    border-color: #0651D0;
}

#cart .dropdown-menu > li:last-child p > a i {
    margin-right: 0.3rem;
}