.cartSub {
	background-color: #e9e9e9;
    background:#ECEBEB;
    font-size: 16px;
    font-weight: bold;
    height: 37px;
    line-height: 2.2em;
    padding-right: 0.5em;
    text-align: right;
	height: 2.2em;
}
.rowEven {
	height: 1.5em;
	vertical-align: top;
	}

#carttotals {
    float: right;
    width: 63%;
	line-height:20px;
}
#cartinfo {
    float: left;
    width: 37%;
}

#cartwrapper {

    height: 150px;
    padding: 10px;
}

#privatcheckout {
    background: none repeat scroll 0 0 #a5d3ee;
    border-radius: 5px 5px 0 0;
    color: #1475ad;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    width: 50%;
		-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#standardCheckout{

    width: 49%;

}
#standardCheckout a{
    background: none repeat scroll 0 0 #b5b5b5;
    border-radius: 5px 5px 0 0;
    color: #FFF;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    width: 100%;
		-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display:block;
}
/*
#klarna-checkout-container {
    position:absolute;
    top:0;
    left:0;
}

#klarna-checkout-iframe {min-width:0 !important;}
*/
#overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    opacity:0.8;
    /*background:rgba(255,255,255,0.8); or just this*/
    z-index:60000;
    color:#333;	
}
 @media only all and (max-width: 800px)  {
 #privatcheckout {

    font-size: 14px;

}

#standardCheckout a{

    font-size: 14px;

}
 }
  @media only all and (max-width: 480px)  {


#standardCheckout a{

    font-size: 12px;

}
 }