.country-selector.globale-selector .current-country.selector-active {
  position: relative;
}
.country-selector.globale-selector .current-country .selector-icon {
  opacity: 0;
}

@media (min-width: 1025px) {
  .pt_checkout_globale.pt_checkout {
    background: none repeat scroll 0 0 #ffffff;
    border: 3px solid #ffffff;
    margin: auto;
    height: auto !important;
    max-width: 1124px;
    width: 100% !important;
  }
}
@media (min-width: 960px) {
  .pt_checkout_globale.pt_checkout {
    width: 100% !important;
  }
}
@media (min-width: 760px) {
  .pt_checkout_globale.pt_checkout {
    width: 100% !important;
  }
}
@media (max-width: 1025px) {
  .pt_checkout_globale.pt_checkout {
    width: 100%;
    max-width: 100%;
    border-left: 0;
    border-right: 0;
  }
  .pt_checkout_globale.pt_checkout #main {
    padding: 0;
  }
}
.pt_checkout_globale.pt_checkout #primary {
  border: 0 none;
  float: left;
  margin: 0;
  width: 100%;
}
.pt_checkout_globale.pt_checkout #primary #header {
  height: auto;
}
.pt_checkout_globale.pt_checkout #primary #header .primary-logo {
  padding-bottom: 15px;
  position: static !important;
  width: 100% !important;
  float: none !important;
}