/* /mobile-apps/head.css */

/*classes to get the app store*/
.app {
     display: block;
     margin-right: 10px;
     height: 40px;
     width: 135px;
     float: left;

     background: url("https://www.paypalobjects.com/webstatic/fr_FR/mktg/wright/icons/appbadges_2x_sprite.png") no-repeat 0 0;
     background-image: url("https://www.paypalobjects.com/webstatic/fr_FR/mktg/wright/icons/appbadges_1x_sprite.png")\9;
     background-size: 135px 480px;
}
.apple:hover,
.apple:focus {
     background-position: 0 -40px;
}
.google {
     background-position: 0 -80px;
     float: left;
}
.google:hover,
.google:focus {
     background-position: 0 -120px;
}

html[data-device-type="mobile"] .app {
     margin-left: 0;
     width: 100%;
     margin-bottom: 20px;
}
#country {
     height: 38px;
     border-radius: 5px;
     border: 1px solid #B3B3B3;
     background: #FFF;
     font-size: 15px;
     font-size: 1.071rem;
     line-height: 1.25em;
     padding: 8px;
     color: #333;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
#download a {
  display: none;
}
#download.ios .apple,
#download.android .google,
#download.all a {
  display: block;
}

