.upgrades-list{
    padding-left: 40px;
}

.arcade-price-label
{
    padding-left : 30px;
}

/* .price{
    padding-left : 40px;
} */

.remove-icon{
    color:red;
    transition: 0.5s;
}

.remove-icon:hover{
    color: #5d5d5d;
    transition: 0.5s;
}

.remove-icon:active{
    color:black;
    transition: 0.3s;
}

.remove-button{
    background-color: white;
    border: none; /* Remove borders */
    font-size: 16px; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
    margin-left: 15px;
    outline:none;
}

.remove-button:focus{
    outline:none;
}

#empty-cart
{
  font-size:30px;
  font-weight:700;
  line-height:1;
}

#empty-cart-link{
    font-size: 20px;
    font-weight: 700;
    line-height:1;
    margin-top: 20px;
}

#empty-cart-link > a{
    color: #eb3518;
    transition: 0.5s;
    text-decoration: underline;
    text-decoration-color: transparent;
}

#empty-cart-link:hover > a:hover{
    color: #5d5d5d;
    transition: 0.5s;
    text-decoration-color: #5d5d5d;
}

#empty-cart-link:hover > a{
    text-decoration-color: #eb3518;
}

#empty-cart-link:hover > a:active{
    color:black;
    text-decoration-color: black;
    transition: 0.5s;
}

.arcade-checkout-image
{
  position:absolute;
}

.edit-button{
    cursor: pointer;
    border: none;
    background-color: white;
    color : #eb3518;
    font-size: 20px;
    font-weight: 700;
    margin-left: 15px;
    outline:none;
    transition: 0.5s;
    text-decoration: underline;
    text-decoration-color: transparent;

    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent;
}

.edit-button:hover{
    text-decoration: underline;
    color: #5d5d5d;
    transition: 0.5s;
    text-decoration-color: #5d5d5d;

    -webkit-text-decoration-color: #5d5d5d;
    -moz-text-decoration-color: #5d5d5d;
}

.edit-button:focus{
    outline:none;
}

.edit-button:active{
    color:black;
    transition: 0.5s;
}

#main-cart-container{
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: black;
}

/* .cart-items{
    max-width: 50%;
} */

.cart-nav-buttons{
    float: right;
}

.shipping-container{
    padding-top: 60px;
}

.shipping{
    margin-top: 20px;
}

.price-total{
    color: black;
    padding-top: 40px;
    font-size: 24px;
    font-weight:800;
    margin-bottom: 40px;
}

/* #cart-total{
    color: black;
    padding-top: 40px;
    font-size: 24px;
    font-weight:800;
} */

.shipping-terms{
    color: black;
    font-weight:500;
}

.shipping-accept-terms{
    color: black;
    font-weight:500;
    margin-top: 20px;
}

#shipping-terms-checkbox{
    background-color: #eb3518;
}

.checkout-button{
    margin-top: 20px;
    margin-bottom: 20px;
}

.error-message{
    color:red;
    font-weight:700;
}

#lpu-terms{
    display: none;
}

.cart-buttons{
    font-size: 16px;
    color: #FFF;
    background-color: #eb3518;
    border-radius: 5px;
    padding: 10px 15px;
    display: inline-block;
    margin-right: 40px;
    vertical-align: middle;
    border: none;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    margin-bottom: 15px;
}

.cart-buttons:hover{
	background-color:#333;
}

.cart-buttons:disabled{
  background-color:#555;
  cursor: not-allowed;
}

.button-container{
    margin: 30px 0px;
    min-height: 100px;
    /* justify-content: flex-end;
    display: flex; */
    /* position: absolute; */
    /* bottom: 0; */
    float: right;
}

.checkout-container{
    padding-top: 60px;
    padding-bottom :60px;
}

.checkout-total{
    color: black;
    padding-top: 10px;
    font-size: 24px;
    font-weight:800;
    margin-bottom: 10px;
}

.price-container{
    padding-top: 20px;
    margin-bottom: 60px;
}

.arcade-list{
    border: 1px solid #eb3518;
    border-radius: 15px;
    margin-bottom: 20px;
    background: white;
    padding :10px 0px 10px 50px;
    background-repeat: no-repeat;
}

body{
    background-color: #f1f1f1;
}

#discount-container{
    display: none;
}

#discount{
  color:red;
}

#coupon-code{
    width:150px;
    /* padding: 5px; */
}

#coupon-error-message{
    color:red;
    font-weight:500px;
}

.tax-info{
    margin-top: 20px;
}

.coupon{
    margin-top: 20px;
}

#coupon-submit{
    margin-bottom: 0px;
}

#coupon-code{
    margin-right:10px;
}

.price-table{
    color:black;
    font-size:20px;
    font-weight:700;
    margin-bottom: 30px;
}

.checkout-prices{
    padding-left: 20px;
}

.marketing-box{
    margin-top:10px;
    margin-bottom: 10px;;
}

.email_container{
    margin-top: 20px;
}

.checkout-header{
    font-size:30px;
    font-weight: 800;
    color: black;
    line-height: 30px;
    margin-bottom: 30px;

}

.checkout-wide-container{
    max-width: 90% !important;
}

#comments{
    height: 80px;
}

#main-content {
	min-height: 60vh;
}

#main-error{
    margin-top: 10px;
}