/***** CART Start Here *****/
body.checkout-cart-index {
    background: #fff;
}
.cart-empty {
    text-align: center;
    max-width: 500px;
    padding: 120px 10px;
    margin: 0 auto;
}
.cart-empty p {
    font-size: 25px;
}
.user-cart-view .page-title {
    margin-bottom: 20px;
}

.user-cart-view .page-title .cart-heads {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding-right: 20px;
}

.user-cart-view .page-title .cart-heads .cart-title {
    margin: 0 0 5px;
    text-transform: uppercase;
}

.user-cart-view .page-title .cart-heads .reminder-sub {
    display: inline-block;
    margin: 0 0 10px;
    font-size: var(--fs14);
    line-height: normal;
    font-style: italic;
}

.user-cart-view .page-title .checkout-types {
    -webkit-box-flex: 1;
    -ms-flex: auto 0 0px;
    flex: auto 0 0;
}

.user-cart-view .cart .checkout-types {
    list-style: none;
    margin: 0 0 0;
}

.user-cart-view .cart .data-table {
    border-collapse: collapse;
}

.user-cart-view .cart .data-table tr {
    border-bottom: 1px solid #e8e8e8;
}

.user-cart-view .cart .data-table thead tr td,
.user-cart-view .cart .data-table thead tr th {
    background: #efefef;
    border-bottom: 1px solid var(--border-gray);
    border-right: 1px solid var(--border-gray);
    border-top: 1px solid var(--border-gray);
    padding: 10px 8px;
    text-transform: uppercase;
    white-space: nowrap;
}

.user-cart-view .cart .data-table tbody tr:nth-child(2n+1) {
    background-color: var(--white);
}

.user-cart-view .cart .data-table tbody tr td {
    border-bottom: 1px solid var(--border-gray);
    border-right: 1px solid var(--border-gray);
    text-align: center;
    padding: 8px 8px;
}
.user-cart-view .cart .data-table tbody tr td .membership_trigger {
  display: inline-block;
  line-height: normal;
  cursor: pointer;
}

.user-cart-view .cart .data-table tbody tr td .product-name {
    margin: 0 0 0;
    font-size: var(--fs15);
    line-height: normal;
    text-align: left;
}

.user-cart-view .cart .data-table tbody tr td .product-name a {
    color: var(--cod-grey);
    text-transform: uppercase;
    font-size: var(--fs15);
    line-height: normal;
    display: inline-block;
}

.user-cart-view .cart .data-table tbody tr td .product-name a:hover {
    color: var(--elm);
}

.user-cart-view .cart .data-table tbody tr td .item-options {
    margin: 12px 0 0;
    display: inline-block;
    width: 100%;
}

.user-cart-view .cart .data-table tbody tr td .item-options dt,
.user-cart-view .cart .data-table tbody tr td .item-options dd {
    line-height: normal;
}

.user-cart-view .cart .data-table tbody tr td .item-options dt {
    font-weight: 600;
    float: left;
    clear: both;
    margin-bottom: 8px;
}

.user-cart-view .cart .data-table tbody tr td .item-options dd {
    float: left;
    margin-left: 5px;
    opacity: 0.80;
}

.user-cart-view .cart .data-table tbody tr td.qty-box input {
    text-align: center;
    height: 40px;
}

.user-cart-view .cart .data-table tbody tr td .btn-remove img {
    max-width: 22px;
}

.user-cart-view .cart .data-table tfoot td {
    padding: 8px 8px;
}

.user-cart-view .cart .cart-collaterals {
    padding-top: 40px;
}

.user-cart-view .cart .cart-collaterals .discount-codes {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}
.user-cart-view .cart .cart-collaterals .discount-codes .discount .validation-advice {
  display: block !important;
  width: 100%;
  font-size: 15px;
  color: red;
}
.messages .notice-msg {
  padding: 10px 20px;
  font-size: 15px;
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid #3c763d;
  margin: 20px 0px;
}
.messages .notice-msg {
  font-size: 15px;
  color: #3c763d;
}
.messages .notice-msg li span {
  position: relative;
}
.messages .notice-msg li span::before {
  content: "\f00c";
  font-style: normal;
  text-decoration: inherit;
  padding-right: 0.5em;
  font-weight: 900;
  font-family: 'Font Awesome 5 free';
}

.user-cart-view .cart .cart-collaterals .discount-codes .discount {
    border: 1px solid var(--border-gray);
    margin-bottom: 20px;
    padding: 20px;
    max-width: 400px;
}

.user-cart-view .cart .cart-collaterals .discount-codes .discount .title-view {
    text-transform: uppercase;
    margin: 0 0 5px;
    font-size: var(--fs16);
    line-height: normal;
}

.user-cart-view .cart .cart-collaterals .discount-codes .discount label {
    margin-bottom: 5px;
    font-size: var(--fs15);
}

.user-cart-view .cart .cart-collaterals .discount-codes .discount input {
    height: 35px;
    width: 100%;
    padding: 5px 10px;
}

.user-cart-view .cart .cart-collaterals .discount-codes .discount .buttons-set {
    margin-top: 10px;
}

.user-cart-view .cart .cart-collaterals .grand-totals {
    -webkit-box-flex: 30%;
    -ms-flex: 30% 0 0px;
    flex: 30% 0 0;
    text-align: right;
}

.user-cart-view .cart .cart-collaterals .grand-totals table {
    width: 100%;
}

.user-cart-view .cart .cart-collaterals .grand-totals table td {
    padding: 10px 0 20px;
    text-transform: uppercase;
    font-size: var(--fs14);
}

.user-cart-view .cart .cart-collaterals .grand-totals table tfoot td {
    border-bottom: 1px solid var(--border-gray);
    font-size: 100%;
    padding: 0 0 20px 20px;
    text-transform: uppercase;
}

.user-cart-view .cart .cart-collaterals .grand-totals .checkout-types {
    margin: 30px 0 0;
    padding: 0;
}


#payment-fieldset.registered-users .info_message {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.checkout-onepage-payment-additional-customerbalance input.checkbox {
    height: auto;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.billing-label-alt.info_message {
    font-weight: 700;
    font-size: 16px !important;
}
.billing-label-alt.info_message a {
    font-weight: 400;
    margin-top: 10px;
}
.billing-fieldset ul {
    margin-bottom: 20px;
}
form#co-billing-form {
    position: relative;
}
#checkout-step-billing .tool-tip {
    top: 580px;
    background-color: #f6f6f6;
    padding: 10px;
    position: absolute;
    z-index: 9999;
    max-width: 50%;
    right: 0;
}
#checkout-step-billing .tool-tip .tool-tip-content {
    margin-top: 30px;
    display: block;
}
#checkout-step-billing .tool-tip .btn-close {
    text-align: right;
    float: right;
    padding: 0;
    width: 15px;
    opacity: 1;
    height: 15px;
    border-radius: 0;
    line-height: normal;
    position: relative;
}
#checkout-step-billing .tool-tip .btn-close a {
    display: block;
    line-height: 1;
}
#checkout-step-billing .tool-tip .btn-close img {
    opacity: 0;
    display: block;
}
@media (max-width: 991px) {
    top: 820px;
    max-width: 100%;
}

/***** Cart END Here *****/