.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;
  }
  .pt_checkout_globale.pt_checkout #primary {
    max-width: 1124px;
    margin-left: auto !important;
    margin-right: auto !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;
}

/* MCO / LaSenza customization */
.globale_popup_wrapper select {
  appearance: auto;
  -webkit-appearance: auto;
  padding: 9px 7px;
}
.gePopupsContainer {
  padding: 10px;
}
.glMainContent .dropDownRow {
    padding-top: 10px;
}
.glControls {
    display: flex;
    justify-content: space-evenly;
}

.globaleOperatedCountry .globale_hide_for_all {
  display: none;
}
.globaleCountry_US .globale_hide_for_US {
  display: none;
}
.globaleCountry_nonUS .globale_hide_for_nonUS {
  display: none;
}