@charset "UTF-8";

.checkout__image {
    width: 150px;
    height: 120px;
}

.checkout__image img {
    object-font: cover;
    -o-object-position: center;
       object-position: center;
}

.checkout__name {
    font-weight: lighter;
}

.table thead th {
    border-top: none;
    border-width: 1px !important;
}

.number-input {
    width: 40px !important;
}

.credit-cart {
    height: 20px;
    margin-left: 10px;
}

.info-btn {
    font-size: 2rem;
}

.custom-alert {
    top: 130px;
    left: 0;
    right: 0;
}

#country1 {
    height: 42px;
}

.bg-gray {
    background: gray;
}

.title {
    font-size: 1.45rem;
    color: #282828;
    margin-top: 20px;
}

.summary-sidebar {
    top: 113px;
    z-index: 1;
}
#enterCode {
    padding-right: 20px;
}
.remove-btn {
    padding: 0;
    top: 0;
    right: 0;
    font-size: 23px;
}
.checkout-cart-table {
    color: #282828;
}
.checkout-cart-table-body{
    display: table;
}
.checkout-cart-table-body tr>td:first-child{
    min-width: 70%;
    max-width: 70%;
    width: 70%;
}
.checkout-cart-table td, .checkout-cart-table th {
    vertical-align: top;
    padding: 20px;
    font-size: 1rem;
    font-weight: lighter;
}

.checkout-item__img {
    width: 150px;
}
.checkout-item__img >img {
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 150px;
    -o-object-position: top left;
       object-position: top left;
}
.empty-container {
    height: calc(100vh - var(--large-header) - var(--footer-height) + 20px);
    min-height: 150px;
}
.checkout-item__name {
    color: #282828;
}

.loading-container {
    background: rgb(255, 255 ,255,.6);
    left: 0;
    top:0
}

@media all and (max-width: 1200px) {
    .checkout-item__img {
        width: 100px;
    }
}
