
/* V173 - Cross-browser SVG country flags */
body:not(.admin-layout) .v173-country-flag{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:18px!important;
  height:12px!important;
  flex:0 0 18px!important;
  border-radius:2px!important;
  overflow:hidden!important;
  box-shadow:0 0 0 1px rgba(15,42,35,.10)!important;
  background:#fff!important;
  vertical-align:-1px!important;
}

body:not(.admin-layout) .v173-country-flag svg{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
}

body:not(.admin-layout) .v117-product-facts i:has(.v173-country-flag){
  width:19px!important;
  height:14px!important;
  color:inherit!important;
}

@media(max-width:767px){
  body:not(.admin-layout) .v173-country-flag{
    width:16px!important;
    height:11px!important;
    flex-basis:16px!important;
  }
}
