/* 
    Created on : 27 juin 2016, 16:22:03
    Author     : ea
*/

  .cart_navigation .button-exclusive {
	background-color: #F31085;
	background-image: none;
	color: #fff;
	float: right;
	text-align: center;
	padding: 10px;
	width: 250px;
	border: none;
	transition: all 250ms;
	box-shadow: -1px 3px 0px 0px #B5B5B5;}
  .cart_navigation .button-exclusive:hover {
	color: #fff;
	transition: all 250ms;
	box-shadow: -1px 3px 0px 0px #515151;}

  .paypal-logo-cart
  {
      float: left;
      width: 40%;
  }
  
 .paypal-summary
 {
     font-size: 20px;
     line-height: 25px;
 }