
.cart-container * {
    box-sizing: border-box;
}

.empty-cart {
    margin-top: 20px;
    text-align: center;
    color: #8a4421;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
    margin-bottom: 5%;
}
.cart-container {
    margin-top: 30px
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: -15px;
    margin-left: -15px;
}

.row > * {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 0;
}
.col-lg-8 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 66.6666666667%;
}

.cart-container button {
    border-radius: 0;
    margin: 0;
    font-family: inherit;
    cursor: pointer;
    line-height: inherit;
    overflow: visible;
    text-transform: none;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    border: 0;
}

.cart-container table {
    caption-side: bottom;
    border-collapse: collapse;
}

.cart-content .table-content table {
    border: 1px solid #ebebeb;
    width: 100%;
    background-color: #fff;
}


thead {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.cart-content .table-content table thead > tr {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
}

th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.cart-content .table-content table thead > tr > th {
    border-top: medium none;
    color: #444444;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 14px 12px;
    text-align: left;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 1;
    letter-spacing: 0;
}


tbody {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.cart-content .table-content table tbody > tr {
    border-bottom: 1px solid #ebebeb;
}

td {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.cart-content .table-content table tbody > tr td {
    color: #444444;
    font-size: 16px;
    padding: 15px 14px;
    text-align: left;
}

a {
    transition: all 0.3s ease 0s;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}   
.cart-content .table-content table tbody > tr td.cart-pro-name a {
    color: #444444;
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    line-height: 1.5;
    letter-spacing: 0.6px;
    -webkit-box-align: center;
    align-items: center;
}

.mr-4 {
    margin-right: 20px;
}

img {
    vertical-align: middle;
    max-width: 100%;
}
.cart-content .table-content table tbody > tr td .cart-pro-img {
    width: 61px;
}


.cart-content .table-content table tbody > tr td.cart-pro-price {
    color: #555;
    font-weight: 500;
    font-size: 15px;
}


.cart-content .table-content table tbody > tr td .cart-qty-plus-minus {
    border: 1px solid #ededed;
    height: 35px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 84px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}

.cart-container input{
    overflow: visible;
    display: inline-block;
    margin: 0;
    font-family: inherit;
    overflow: visible;
    display: inline-block;
    line-height: 50px;
    height: 50px;
    background: transparent;
    -webkit-border-radius: 0;
    text-align: left;
    -webkit-box-shadow: none;

}

.cart-content .table-content table tbody > tr td .cart-qty-plus-minus input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #444444;
    float: left;
    font-size: 14px;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    outline: none;
    font-weight: 600;
    line-height: 38px;
}

.cart-content .table-content table tbody > tr td .cart-qty-plus-minus .ec_cart_qtybtn {
    color: #444444;
    float: left;
    font-size: 20px;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 38px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.cart-content .table-content table tbody > tr td .cart-qty-plus-minus .ec_qtybtn {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0;
    color: #444444;
    height: 19px;
    position: relative;
}

.cart-content .table-content table tbody > tr td.cart-pro-subtotal {
    color: #555;
    font-weight: 500;
    font-size: 15px;
}

.cart-content .table-content table tbody > tr td.cart-pro-remove a {
    font-size: 22px;
    margin: 0 auto;
    color: #555;
}

.cart-content .table-content table tbody > tr td.cart-pro-remove {
    width: 90px;
    text-align: center;
    cursor: pointer;
}

.col-lg-12 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 100%;
}

.cart-content .cart-update-bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 30px 0 0;
}

.cart-update-bottom > a {
    color: #444444;
    display: inline-block;
    text-decoration: underline;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.8px;
}

.btn {
    text-decoration: none;
    vertical-align: middle;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-primary {
    color: #ffffff;
    background-color: #8a4421;
    border-color: #8a4421;
    border-radius: 5px;
}

.container div h2 {
	color: #8a4421;
}

.cart-update-bottom .btn {
    height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;	
    border-radius: 5px;
    /* min-width: 150px; */
}


.col-lg-4 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 33.3333333333%;
}


.sidebar-wrap {
    padding: 15px;
    border: 1px solid #eeeeee;
    background-color: #fff;
}

.sidebar-wrap h3, .sidebar-wrap .h3 {
    position: relative;
    display: block;
    color: #555;
    font-family: "Montserrat";
}
.sidebar-wrap h3, .sidebar-wrap .h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
	margin: 0;
}

.sidebar-wrap .sb-block-content {
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: none;
}

.sidebar-wrap .ship-title {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    border-bottom: 1px solid #ededed;
    color: #8a4421;
    padding-bottom: 15px;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.cart-form {
    padding-top: 19px;
}

.cart-form p {
    color: #777;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 0;
}

label {
    display: inline-block;
}
.cart-form label {
    margin-bottom: 9px;
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
}

.cart-form .cart-select-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid #ededed;
    font-size: 14px;
    padding: 0;
    margin-bottom: 28px;
}

select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    word-wrap: normal;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #ffffff;
    background-image: none;
    -webkit-box-flex: 1;
    flex: 1;
    padding: 0 10px;
    color: #777777;
    cursor: pointer;
}
.cart-form select {
    padding: 0 15px;
}

.cart-coupon-form {
    display: flex;
    border: 1px solid #ededed;
    padding: 5px;
}


.cart-form input {
    background-color: transparent;
    border: 1px solid #ededed;
    color: #444444;
    font-size: 14px;
    margin-bottom: 26px;
    padding: 0 15px;
    width: 100%;
    outline: none;
}


.cart-summary-bottom .cart-summary > * {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.text-left {
    text-align: left;
}
.cart-summary-bottom .cart-summary .text-left {
    color: #444444;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
}

.text-right {
    text-align: right;
}
.cart-summary-bottom .cart-summary .text-right {
    color: #555;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.cart-summary-bottom .cart-summary .cart-coupon-content {
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
}

.cart-coupon-form .coupon {
    display: inline-block;
    vertical-align: top;
    line-height: 35px;
    height: 35px;
    color: #777777;
    font-size: 14px;
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0.5px;
    margin-right: 1%
}

.cart-coupon-form .button {
    font-size: 16px;
    text-align: center;
    padding: 0 15px;	
    border-radius: 5px;
}

.cart-summary-bottom .cart-summary .cart-summary-total {
    border-top: 1px solid #ededed;
    padding-top: 19px;
    margin-bottom: 0;
    margin-top: 16px;
}

.cart-summary-bottom .cart-summary .text-left {
    color: #444444;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
}

.cart-summary-bottom .cart-summary .cart-summary-total .text-left {
    font-size: 16px;
    font-weight: 500;
}


.cart-summary-bottom .cart-summary .text-right {
    color: #555;
    line-height: 24px;
}
.cart-summary-bottom .cart-summary .cart-summary-total .text-right {
    font-size: 16px;
    font-weight: 500;
}


@media (max-width: 890px) { 
    .col-lg-8 {
        width: 100%;
    }
    .col-lg-4 {
        margin-top: 10px;
        width: 100%;
    }
    .continue-shopping {
        width: 40%;
    }
    .btn-checkout {
        width: 100%;
    }

 }
 @media (max-width: 525px) {
    .trash-icon {
        width: 40%;
        height: 40%;
    }
 }

/* @media (min-width: 768px) { ... }


@media (min-width: 992px) { ... }

@media (min-width: 1200px) { ... } */