/* On screens that are 599px or less*/
@media screen and (max-width: 599px) {
 .HomePageIconsSection{width:100%; display:inline-block;}
 .HomePageIconsSection .Category {width:33%; float:left;}
 .HomePageIconsSection .Category .Icon{width:100%; text-align: center;display: inline-block;}
 .HomePageIconsSection .Category .Icon img{width:60%;}
 .HomePageIconsSection .Category .Description {width:100%;}
 .HomePageIconsSection .Category .Description .Text{width:70%;font-family: OpenSans; font-size:12px; text-align: center; margin-left: auto;margin-right:auto;}
}

/* On screens that are 600 - 959px*/
@media screen and (min-width: 600px)  {
 .HomePageIconsSection{width:100%; display:inline-block; padding-bottom:10px;padding-top:10px;}
 .HomePageIconsSection .Category {width:33%; float:left; }
 .HomePageIconsSection .Category .Icon{width:100%; text-align: center;display: inline-block;}
 .HomePageIconsSection .Category .Icon img{width:60%;}
 .HomePageIconsSection .Category .Description {width:100%;}
 .HomePageIconsSection .Category .Description .Text{width:70%;font-family: OpenSans; font-size:14px; text-align: center; margin-left: auto;margin-right:auto;}
}

/* On screens >=960px*/
@media screen and (min-width: 960px)  {
 .HomePageIconsSection{width:100%; display:inline-block; padding-bottom:10px;padding-top:10px;}
 .HomePageIconsSection .Category {width:33%; float:left;}
 .HomePageIconsSection .Category .Icon{width:100%; text-align: center;display: inline-block;}
 .HomePageIconsSection .Category .Icon img{width:100px;}
 .HomePageIconsSection .Category .Description {width:100%;}
 .HomePageIconsSection .Category .Description .Text{width:70%;font-family: OpenSans; font-size:14px; text-align: center; margin-left: auto;margin-right:auto;}
}

.HomePageProductsCategory {width:100%; margin-bottom:30px; padding-bottom:30px;}
.HomePageProductsCategory .CategoryTiles {display: table;width:100%}
.HomePageProductsCategory .ProductTile {cursor:pointer;display: inline-block; width:calc(25% - 14px); border:1px silver solid; padding-bottom: 20px; margin-right:10px;margin-bottom:20px;float:left; box-shadow: -1px 7px 15px -6px rgba(0,0,0,0.31); -webkit-box-shadow: -1px 7px 15px -6px rgba(0,0,0,0.31); -moz-box-shadow: -1px 7px 15px -6px rgba(0,0,0,0.31);}
.HomePageProductsCategory .ProductTile .ProductImage {width:100%; text-align: center; vertical-align: top;}
.HomePageProductsCategory .ProductTile .ProductImage img{width:100%;}
.HomePageProductsCategory .ProductTile .FastDescription{min-height:100px;}
.HomePageProductsCategory .ProductTile .ProductTitle {font-family: Play-Regular; font-size:20px; padding-left:10px; font-weight: bold; }
.HomePageProductsCategory .ProductTile .ProductShortDescription {font-family: OpenSans; font-size:15px; margin-top:6px;padding-left:10px;}
.HomePageProductsCategory .ProductTile .ProductBrand{font-family: OpenSans; font-size:12px; color:#949494; margin-top:6px;padding-left:10px;}
.HomePageProductsCategory .ProductTile .PriceTag {font-family: Play-Regular; font-size:16px; margin-top:10px; padding-left:10px;}
.HomePageProductsCategory .ProductTile .PriceTag span{background-color: #FFD200;border-radius: 3px; width:auto; padding:4px; }
.HomePageProductsCategory .ProductTile .PriceTag .VATNotice{font-size:14px;}

/* On screens that are 599px or less*/
@media screen and (max-width: 599px) {
    .HomePageProductsCategory .ProductsCategoryTitle {font-size:28px;}
    .HomePageProductsCategory .ProductTile {min-height:240px; width:calc(33% - 11px);}
    .HomePageProductsCategory .ProductTile .ProductTitle{font-size:13px; width:100%;}
    .HomePageProductsCategory .ProductTile .ProductShortDescription {font-size:12px;}
    .HomePageProductsCategory .ProductTile .ProductBrand {font-size:10px;}
    .HomePageProductsCategory .ProductTile .PriceTag {font-size: 11px;}
    .HomePageProductsCategory .ProductTile .PriceTag .VATNotice {display: none;}
}

/* On screens that are 600 - 959px*/
@media screen and (min-width: 600px)  {
    .HomePageProductsCategory .ProductsCategoryTitle {font-size:36px;}
    .HomePageProductsCategory .ProductTile {min-height:250px;}
    .HomePageProductsCategory .ProductTile .ProductTitle{font-size:14px;}
    .HomePageProductsCategory .ProductTile .ProductShortDescription {font-size:12px;}
    .HomePageProductsCategory .ProductTile .ProductBrand {font-size:12px;}
    .HomePageProductsCategory .ProductTile .PriceTag {font-size: 13px; line-height: 20px;}
    .HomePageProductsCategory .ProductTile .PriceTag .VATNotice {font-size: 11px;}
}

/* On screens >=960px*/
@media screen and (min-width: 960px)  {
    .HomePageProductsCategory .ProductsCategoryTitle {font-size:36px;}
    .HomePageProductsCategory .ProductTile {min-height:300px;}
    .HomePageProductsCategory .ProductTile .ProductTitle{font-size:20px;}
    .HomePageProductsCategory .ProductTile .ProductShortDescription {font-size:15px;}
    .HomePageProductsCategory .ProductTile .PriceTag {font-size: 16px;}
    .HomePageProductsCategory .ProductTile .PriceTag .VATNotice {font-size: 12px;}
}

/*-------------------------------------------------------------------------------------------------------------*/
.HomePageHelpCategories .Category img{width:100%;padding:0px; margin:0px;-webkit-transition: all 2.0s ease;-moz-transition: all 2.0s ease;-ms-transition: all 2.0s ease;-o-transition: all 2.0s ease;transition: all 2.0s ease;vertical-align: middle;}
.HomePageHelpCategories .Category img:hover{-webkit-transform:scale(1.05); /* Safari and Chrome */-moz-transform:scale(1.05); /* Firefox */-ms-transform:scale(1.05); /* IE 9 */-o-transform:scale(1.05); /* Opera */transform:scale(1.05);}

/* On screens that are 599px or less*/
@media screen and (max-width: 599px) {
   .HomePageHelpCategories {width:100%; display:inline-block; padding-bottom:10px;padding-top:10px;}
   .HomePageHelpCategories .Category {width:calc(50% - 15px); float:left;border:1px silver solid; margin-right:12px;margin-bottom:12px;background-color:#ECECEC;}
   .HomePageHelpCategories .Category .Image{width:100%; padding:0px; margin:0px; display: inline-block;overflow: hidden;}
   .HomePageHelpCategories .Category .Title{width:calc(100%-5px);padding-left:5px; padding-top:5px; font-size: 14px; height:35px; font-family: Play-Bold;color:#333333;}
}

/* On screens that are 600 - 959px*/
@media screen and (min-width: 600px)  {
   .HomePageHelpCategories {width:100%; display:inline-block; padding-bottom:10px;padding-top:10px;}
   .HomePageHelpCategories .Category {width:calc(50% - 15px);float:left;border:1px silver solid; margin-right:12px;margin-bottom:12px;background-color:#ECECEC;}
   .HomePageHelpCategories .Category .Image{width:100%; padding:0px; margin:0px; display: inline-block;overflow: hidden;}
   .HomePageHelpCategories .Category .Title{width:calc(100%-5px);padding-left:5px; padding-top:5px; font-size: 18px; height:55px; font-family: Play-Bold;color:#333333;}
}

/* On screens >=960px*/
@media screen and (min-width: 960px)  {
   .HomePageHelpCategories {width:100%; display:inline-block; padding-bottom:10px;padding-top:10px;}
   .HomePageHelpCategories .Category {width:calc(33% - 14px);float:left;border:1px silver solid; margin-right:10px;margin-bottom:10px;background-color:#ECECEC;}
   .HomePageHelpCategories .Category .Image{width:100%; padding:0px; margin:0px; display: inline-block;overflow: hidden;}
   .HomePageHelpCategories .Category .Title{width:calc(100% - 5px);padding-left:5px; padding-top:5px; font-size: 19px; height:55px; font-family: Play-Bold; color:#333333;  }
}

/*-------------------------------------------------------------------------------------------------------------*/


.EUShippingBanner{width:100%;max-width:920px;margin-left:auto;margin-right:auto;margin-bottom:40px;}
.EUShippingBanner img{width:100%;}