img {
  max-width: 100%; }

/*
Button
*/
.GEcovid-Button {
  font-size: 1.2em;
  padding: 1em;
  text-align: center;
  text-decoration: none; }
  .GEcovid-Button:after {
    border-color: transparent transparent transparent var(--white);
    border-style: solid;
    border-width: 6.5px 0 6.5px 7px;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 1em;
    width: 0; }

.GEcovid-LinkButton {
  color: var(--basic_purple);
  font-size: 1.2em;
  padding: 1em 0.75em;
  text-align: center;
  text-decoration: underline; }
  .GEcovid-LinkButton:after {
    border-color: transparent transparent transparent var(--basic_purple);
    border-style: solid;
    border-width: 6.5px 0 6.5px 7px;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 0.5em;
    width: 0; }
  .GEcovid-LinkButton.GEcovid-ButtonWhite {
    color: var(--basic_purple); }
    .GEcovid-LinkButton.GEcovid-ButtonWhite:after {
      border-color: transparent transparent transparent var(--basic_purple); }

.GEcovid-IconLinkButton {
  color: var(--basic_purple);
  display: inline-block;
  font-weight: 700;
  text-decoration: none; }
  .GEcovid-IconLinkButton .GEcovid-Icon {
    width: 22px;
    height: 22px;
    margin-right: 0.5em;
    vertical-align: middle; }
  .GEcovid-IconLinkButton:hover {
    text-decoration: underline; }

/*
Icon
*/
.GEcovid-Icon {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block; }

.GEcovid-IconDisposable {
  background-image: url("/gehcstorefront/_ui/desktop/theme-green/images/covid/icon-disposable.svg"); }

.GEcovid-IconDownload {
  background-image: url(../images/icon-download.svg); }

.GEcovid-IconDownloadWhite {
  background-image: url("/gehcstorefront/_ui/desktop/theme-green/images/covid/icon-download.svg"); }

.GEcovid-IconExternalLink {
  background-image: url("/gehcstorefront/_ui/desktop/theme-green/images/covid/icon-external-link.svg"); }

.GEcovid-IconFilter {
  background-image: url("/gehcstorefront/_ui/desktop/theme-green/images/covid/icon-filter.svg"); }

.GEcovid-IconPortfolio {
  background-image: url("/gehcstorefront/_ui/desktop/theme-green/images/covid/icon-portfolio.svg"); }

/*
Flag
*/
.GEcovid-Flag {
  /* background: url("data:image/svg+xml;charset=utf8,\a         %3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='100' viewbox='0 0 1000 100'%3E\a             %3Cpath d='M0 0 H1000 L965 50 L1000 100 H0 V0Z' fill='%23005cb9'/%3E\a         %3C/svg%3E") no-repeat right center; */
  background: url(../images/flag.svg) no-repeat right center;
  color: var(--white);
  font-size: 1.2em;
  left: 0;
  padding: .6em 5em .6em 5em;
  position: absolute;
  text-transform: uppercase;
  top: 1.5em;
  width: 7em; }
  .GEcovid-Flag.GEcovid-FlagWhite {
    background: url("data:image/svg+xml;charset=utf8,\a             %3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='100' viewbox='0 0 1000 100'%3E\a                 %3Cpath d='M0 0 H1000 L965 50 L1000 100 H0 V0Z' fill='%23ffffff'/%3E\a             %3C/svg%3E") no-repeat right center;
    color: var(--basic_purple); }
  .GEcovid-Flag .GEcovid-Icon {
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block;
    height: 38px;
    left: 2em;
    margin-right: 1em;
    position: absolute;
    top: 0.8em;
    width: 38px; }

.GEcovid-FlagSection {
  padding-top: 8em !important;
  position: relative; }

.GEcovid-CovidLanding {
  font-size: 16.75px;
  line-height: 1.4em;
  margin-left: -24px;
  margin-right: -24px; }
  .GEcovid-CovidLanding p {
    margin-bottom: 1.5em; }
  .GEcovid-CovidLanding h1 {
    color: var(--lead_black);
    font-size: 3em;
    font-weight: 500;
    line-height: 1.1em;
    margin: 0 0 .5em; }
  .GEcovid-CovidLanding h2 {
    color: var(--lead_black) !important;
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0 0 .25em; }
  .GEcovid-CovidLanding h3 {
    color: var(--lead_black);
    font-size: 1.75em;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0 0 .25em; }

/*
Splash Module
*/
.GEcovid-Splash {
  padding: 4em 100px;
  background-image: url(/gehcstorefront/_ui/desktop/theme-green/images/covid/img-splash.jpg);
  background-repeat: no-repeat;
  background-position: right 1.5em;
  background-size: 490px 397px; }
   .GEcovid-CovidLandingEG .GEcovid-Splash {
    background-image: url(/gehcstorefront/_ui/desktop/theme-green/images/covid/img-splash-eg.jpg); }
  .GEcovid-SplashContent {
    width: 47%;
    margin-bottom: 3em; }
  .GEcovid-SplashTitleSecondary {
    font-size: 1.35em !important;
    text-transform: uppercase; }
  .GEcovid-SplashButton {
    background: var(--basic_purple);
    color: var(--white);
    display: block; }
    
    .GEcoviduk-Splash {
  padding: 4em 100px;
  background-image: url(/gehcstorefront/_ui/desktop/theme-green/images/covid/img-splash-uk-covid.jpg);
  background-repeat: no-repeat;
  background-position: right 1.5em;
  background-size: 490px 397px; }
  .GEcovid-SplashContent {
    width: 47%;
    margin-bottom: 3em; }
  .GEcovid-SplashTitleSecondary {
    font-size: 1.35em !important;
    text-transform: uppercase; }
  .GEcovid-SplashButton {
    background: var(--basic_purple);
    color: var(--white);
    display: block; }

/*
Filtration Module
*/
.GEcovid-ProductListTitle {
  color: var(--basic_purple);
  font-weight: 400;
  font-size: 1.5em !important;
  margin-bottom: 1em;
  text-transform: uppercase; }

.GEcovid-ProductListItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 1em 0; }
  .GEcovid-ProductListItems li:before {
    display: none; }

.GEcovid-ProductListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  width: 48%; }
  .GEcovid-ProductListItemImage {
    border: 1px solid var(--light_border_grey);
    height: 140px;
    margin-right: 1em;
    text-align: center;
    width: 140px; }
    .GEcovid-ProductListItemImage img {
      height: 100%; }
  .GEcovid-ProductListItemInfo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    min-height: 140px; }
    .GEcovid-ProductListItemInfoFooter {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute; }
  .GEcovid-ProductListItemTitle {
    font-weight: normal;
    font-size: 1.35em;
    margin: 0 0 0.25em 0 !important;
    text-transform: uppercase; }
      .GEcovid-ProductListItemTitleEG {
    font-weight: normal;
    font-size: 1.35em;
    margin: 0 0 0.25em 0 !important;
    text-transform: none; }
  .GEcovid-ProductListItemNumber {
    color: var(--secondary_medium_grey);
    font-size: 0.75em;
    margin-bottom: -0.25em !important; }
  .GEcovid-ProductListItemAddToWishList {
    color: var(--orange);
    font-size: 0.75em;
    text-decoration: underline; }
   .GEcovid-CovidLandingEG .GEcovid-ProductListItemTitle {
    font-size: 1.10em;
    font-weight: bold;
    text-transform: none; }
  .GEcovid-ProductListItemAddToCart {
    bottom: 0;
    position: absolute; }
    .GEcovid-ProductListItemAddToCartInput, .GEcovid-ProductListItemAddToCartButton {
      display: inline-block;
      height: 30px;
      line-height: 30px; }
    .GEcovid-ProductListItemAddToCartInput {
      display: inline-block;
      height: 28px;
      line-height: 30px;
      /* Styles to replicate .qty */
      background: var(--white);
      border: 1px solid var(--light_border_grey);
      margin: 0 1px 0 0 !important;
      padding: 0 7px;
      text-align: center;
      width: 14px; }
    .GEcovid-ProductListItemAddToCartButton {
      background: var(--basic_purple);
      bottom: 0;
      color: var(--white);
      cursor: pointer;
      font-size: 0.75em;
      font-weight: bold;
      height: 30px;
      padding: 0 0.5em; }
  .GEcovid-ProductListItemPrice {
    bottom: 5px;
    position: relative;
    right: 0;
    text-align: right; }
    .GEcovid-ProductListItemPrice span {
      display: block; }
    .GEcovid-ProductListItemPriceList {
      color: var(--spanish_nobel_grey);
      font-size: 0.65em;
      margin-bottom: -0.375em; }
    .GEcovid-ProductListItemPriceWeb {
      color: var(--basic_purple);
      font-size: 0.85em;
      font-weight: bold; }

.GEcovid-ProductListAnonymous .GEas-ProductListItemPriceWeb {
  font-size: 0.9em; }

.GEcovid-Filtration {
  padding: 4em 60px;
  background-color: var(--light_grey); }
  .GEcovid-FiltrationTitle {
    display: inline-block;
    position: relative;
    top: 3px; }
  .GEcovid-FiltrationDescriptionContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .GEcovid-FiltrationDescriptionContentCopy, .GEcovid-FiltrationDescriptionContentLinks {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .GEcovid-FiltrationDescriptionContentLinks a {
      color: var(--basic_purple);
      display: block;
      font-weight: 700;
      margin-bottom: 1em;
      text-decoration: none; }

/*
Disposable Accessories Module
*/
.GEcovid-ProductListTitle {
  color: var(--basic_purple);
  font-weight: 400;
  font-size: 1.5em !important;
  margin-bottom: 1em;
  text-transform: uppercase; }
  
.GEcovid-ProductListItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 1em 0; }
  .GEcovid-ProductListItems li:before {
    display: none; }

.GEcovid-ProductListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  width: 48%; }
  .GEcovid-ProductListItemImage {
    border: 1px solid var(--light_border_grey);
    height: 140px;
    margin-right: 1em;
    text-align: center;
    width: 140px; }
    .GEcovid-ProductListItemImage img {
      height: 100%; }
  .GEcovid-ProductListItemInfo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    min-height: 140px; }
    .GEcovid-ProductListItemInfoFooter {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute; }
  .GEcovid-ProductListItemTitle {
    font-weight: normal;
    font-size: 1.35em;
    margin: 0 0 0.25em 0 !important;
    text-transform: uppercase; }
  .GEcovid-ProductListItemNumber {
    color: var(--spanish_nobel_grey);
    font-size: 0.75em;
    margin-bottom: -0.25em !important; }
  .GEcovid-ProductListItemAddToWishList {
    color: var(--orange);
    font-size: 0.75em;
    text-decoration: underline; }
  .GEcovid-CovidLandingEG .GEcovid-ProductListItemTitle {
    font-size: 1.10em;
    font-weight: bold;
    text-transform: none; }
  .GEcovid-ProductListItemAddToCart {
    bottom: 0;
    position: absolute; }
    .GEcovid-ProductListItemAddToCartInput, .GEcovid-ProductListItemAddToCartButton {
      display: inline-block;
      height: 30px;
      line-height: 30px; }
    .GEcovid-ProductListItemAddToCartInput {
      display: inline-block;
      height: 28px;
      line-height: 30px;
      /* Styles to replicate .qty */
      background: var(--white);
      border: 1px solid var(--light_border_grey);
      margin: 0 1px 0 0 !important;
      padding: 0 7px;
      text-align: center;
      width: 14px; }
    .GEcovid-ProductListItemAddToCartButton {
      background: var(--basic_purple);
      bottom: 0;
      color: var(--white);
      cursor: pointer;
      font-size: 0.75em;
      font-weight: bold;
      height: 30px;
      padding: 0 0.5em; }
  .GEcovid-ProductListItemPrice {
    bottom: -5px;
    position: absolute;
    right: 0;
    text-align: right; }
    .GEcovid-ProductListItemPrice span {
      display: block; }
    .GEcovid-ProductListItemPriceList {
      color: var(--spanish_nobel_grey);
      font-size: 12px;
      margin-bottom: -0.075em; }
    .GEcovid-ProductListItemPriceWeb {
      color: var(--basic_purple);
      font-size: 14px;
      font-weight: bold;
      margin-top: -6px;}

.GEcovid-ProductListAnonymous .GEas-ProductListItemPriceWeb {
  font-size: 0.9em; }

.GEcovid-DisposableAccessories {
  padding: 4em 77px; }
  .GEcovid-DisposableAccessoriesTitle {
    display: inline-block;
    position: relative;
    top: 3px; }
  .GEcovid-DisposableAccessoriesDescriptionContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .GEcovid-DisposableAccessoriesDescriptionContentCopy, .GEcovid-DisposableAccessoriesDescriptionContentLinks {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .GEcovid-DisposableAccessoriesDescriptionContentLinks a {
      color: var(--basic_purple);
      display: block;
      font-weight: 700;
      margin-bottom: 1em;
      text-decoration: none; }

/*
Disposable Cuffs Module
*/
.GEcovid-DisposableCuffs {
  padding: 4em 100px;
  background-color: var(--light_grey);
  color: var(--secondary_medium_grey); }
.GEcovid-CovidLandingEG .GEcovid-DisposableCuffs {
    background-image: url(/gehcstorefront/_ui/desktop/theme-green/images/covid/img-portfolio-eg.png);
    background-repeat: no-repeat;
    background-position: right 6em;
    background-size: 500px 355px; }
  .GEcovid-DisposableCuffs .GEcovid-FlagWhite {
    color: var(--ge_as_autoReorder_background_blue); }
  .GEcovid-DisposableCuffsTitle {
    color: var(--secondary_medium_grey) !important;
    display: inline-block;
    position: relative;
    top: 3px; }
   .GEcovid-CovidLandingEG .GEcovid-DisposableCuffsDescriptionHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .GEcovid-CovidLandingEG .GEcovid-DisposableCuffsDescriptionHeader .GEcovid-LinkButton {
      text-align: left;
      padding-top: 0;
      padding-left: 0; }
  .GEcovid-DisposableCuffsDescriptionContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
   .GEcovid-CovidLandingEG .GEcovid-DisposableCuffsDescriptionContent {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }   
    .GEcovid-DisposableCuffsDescriptionContentCopy, .GEcovid-DisposableCuffsDescriptionContentLinks {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      max-width: 48%; }
    .GEcovid-DisposableCuffsDescriptionContentLinks a {
      color: var(--basic_purple);
      display: block;
      font-weight: 700;
      margin-bottom: 1em;
      text-decoration: none; }
      .GEcovid-DisposableCuffsDescriptionContentLinks a span {
        display: inline-block;
        width: 90%;
        vertical-align: top; }

/*
Footer Module
*/
.GEcovid-Footer {
   margin-bottom:-48px;
  padding: 4em 100px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: var(--light_grey);
  color: var(--secondary_medium_grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left; }
.GEcovid-CovidLandingEG .GEcovid-Footer {
    background-color: var(--light_grey);
    padding-right: 50%; }
  .GEcovid-FooterCard {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 1em; }
.GEcovid-CovidLandingEG .GEcovid-FooterCard p {
      font-size: 0.975em; }
    .GEcovid-FooterCard p > a {
      color: var(--basic_purple); }
    .GEcovid-FooterCardHeading {
      font-size: 2.5em;
      font-weight: 500;
      line-height: 1.2em;
      margin: 0 0 .25em;
      font-size: 1.4em !important;
      color: var(--white) ; }
    .GEcovid-FooterCardButton {
      background: var(--basic_purple);
      color: var(--white);
      display: block; }
  .GEcovid-CovidLandingUK .GEcovid-FooterCard {
    max-width: 50%; }
    .GEcovid-CovidLandingUK .GEcovid-FooterCardHeading {
      font-size: 2.4em; }
    .GEcovid-CovidLandingUK .GEcovid-FooterCard p {
      font-size: 0.95em; }
   body {
   /*  background: #ebe9ea;
	width: 996px;
	margin: 0 auto; */
	font-family: var(--ge_font_family_base) !important;
	} 

.blueButtonCart{
padding: 0 5px;
background:var(--basic_purple);
font-size: 14px;
font-weight: bold;
margin-left:5px;
margin-right:0px;
}

.qty{
width:12px;
}
.content li, .alt_content li{list-style-type:none!important;}
.geCovid-margin{
	margin-top:0 !important;
}
.ge_dd_title span a{color: var(--red) !important;}
sup, sub{font-size: 10px}
.blue{background-color: var(--clinical_accessories_bg_blue);
	margin-left: 5px;
	margin-right: 0;
	font-size: 14px;
	float: left;
	color: var(--white);
	cursor: pointer;
	padding: 0 40px;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	width: 40%
}

/*.blueButtonCart{background: url(none); background-color: var(--basic_purple)}*/
.GEcovid-Flag{text-transform: none !important;}
.GEcoviduk-Splash-new {
padding: 4em 100px;
background-image: url("../media/img-splash-uk-covid.jpg");
background-repeat: no-repeat;
background-position: right 9.5em;
background-size: 490px 397px;
}
.language-en_GB .GEcovid-FlagSection .GEcovid-ProductList:last-child h3:first-child{background: var(--light_grey); 
     margin: 0 -60px;
     padding: 5px 60px;}
.language-en_GB .GEcovid-FlagSection  .GEcovid-ProductList:last-child ul:nth-child(2){background: var(--light_grey); 
     margin: 0 -60px;
     padding: 0 60px;}
.language-en_GB .GEcovid-Filtration{background-color: var(--white);}
.language-en_GB .GEcovid-IconPortfolio {
  background-image: url("/gehcstorefront/_ui/desktop/theme-green/images/covid/icon-portfolio-UK.png"); }
  
.marginZero{margin-left:0!important;
margin-right:0!important;
}
.flagTop{
left: -36px;
top: -6.5em;
}
.padtopzero{
	padding-top: 0px !important;
	padding-bottom: 5px;
}