.clDeleteItem
{
    cursor: pointer;
    background-color: green;
    color: white;
}

.thin-horizontal-border
{
	background-color: #eaeaea;
	/*width: 100%;*/
	height: 1px !important;
	margin: 0px;
	padding: 0px;
	border:0px;
}

.thic-horizontal-border
{
	background-color: #eaeaea;
	/*width: 100%;*/
	height: 5px !important;
	margin:0px;
	padding: 0px;
	border:0px;
}


.main-margins
{
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 16px;
}

.book-title
{
    
}

.cart-item-row
{
    padding-top:10px;
	padding-bottom:10px;
}

.clQuantityInput
{
    width: 30px;
    margin-bottom: 0px !important;  
}

.no-margins
{
    padding:0px;
    margin: 0px;
}

.clUpdateButton, .clInputDelete, .clUpdatedLabel
{
    display: none;
}

.clUpdateButton, .clInputDelete
{
    cursor: pointer;
}

.offer-price
{
    color: #ed4934;
    font-size: 13pt;
    font-weight: bold;    
}

.regular-price
{
    font-size: 13pt;
    padding:0;
    margin:0;
}

.text-line-through
{   
    text-decoration:line-through;
}

.font-weight-bold
{
  font-weight: bold;
}

.line-height-16{
    line-height: 16pt;
}

.item-bottom-row  div{
    line-height: 24pt;
} 

div#top-checkout{
    margin-top: 10px;
}

.checkout-button-wrapper{
    text-align: right;
}

@media (max-width: 767px){
    .checkout-button-wrapper{
        text-align: left;
        margin-bottom: 15px;
    }
    
    img{
        max-width: 200px;
        height: auto;
        margin-bottom: 10px;
    }
    
}

















