@font-face {
    font-family: 'Nunito';
    src: url('./fonts/Nunito-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('./fonts/Nunito-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('./fonts/Nunito-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
    font-family:'Nunito', sans-serif;
    background:#e1e1e1;
    -webkit-font-smoothing:antialiased;
    line-height:1.4;
    color:#505050;
    font-size:17px;
    font-weight:400;
    overflow-x:hidden;
}
input, textarea, select {
    font-family:'Nunito', sans-serif;
    box-sizing:border-box;
    font-size:14px;
    line-height:1.3;
    font-weight:300;
    box-shadow:none;
    text-shadow:none;
    -webkit-appearance:none;
}
.center {
    text-align:center;
}
.fullWidth {
    position:relative;
    width:100%;
    box-sizing:border-box;
    max-width:1600px;
    margin:0 auto;
}
.fullWidth .innerWrap, #wrapper {
    position:relative;
    box-sizing:border-box;
    margin:0 auto;
    max-width:1180px;
}
#pageWrap {
    position:relative;
    max-width:1600px;
    margin:0 auto;
}
#wrapper {
    padding:0 0 55px;
}
#pageWrap {
    padding:164px 0 0;
    transition:padding 0.5s;
    background:#fff;
}
#homepage #pageWrap {
    padding:0;
}
#header {
    background:url('../img/header-bg.jpg') top left #f3f3f3;
    line-height:1;
    z-index:99999;
    position:fixed;
    width:100%;
    height:164px;
    top:0;
    transition:height 0.5s, padding 0.5s;
    box-sizing:border-box;
}
#header img {
    display:block;
}
#header .innerWrap {
    padding:21px 0 28px;
    transition:padding 0.5s;
}
#header .logo {
    display:block;
    float:left;
}
#header .logo img {
   height:114px;
   transition:height 0.5s;
}
#mainMenu {
    float:right;
    white-space:nowrap;
    margin:55px 0 0;
    transition:margin 0.5s;
}
#mainMenu > div {
    float:left;
}
#mainMenu li {
    display:block;
    float:left;
    font-size:15px;
    line-height:1;
    text-transform:uppercase;
    position:relative;
}
#mainMenu li a {
    display:block;
    margin:-13px 6px 0;
    padding:18px 5px;
    position:relative;
    text-decoration:none;
}
#mainMenu li.current-menu-item a:after,
#mainMenu > div > ul > li:hover > a:after {
    content:' ';
    display:block;
    background:#b00016;
    width:44px;
    height:5px;
    position:absolute;
    bottom:0;
    left:50%;
    border-radius:7px;
    margin-left:-22px;
}
#mainMenu .desktop > div > ul > li {
    padding-bottom:16px;
}
#mainMenu .searchIcon {
    display:block;
    float:left;
    margin:0 0 0 5px;
}
#mainMenu .searchIcon img {
    width:22px;
}
#mainMenu .languageIcon {
    display:block;
    background:#e3e3e3;
    padding:19px 15px;
    float:left;
    margin:-15px 0 0 22px;
    border-radius:15px;
}
#mainMenu li ul {
    position:absolute;
    z-index:999;
    top:100%;
    width:200px;
    left:50%;
    margin-left:-100px;
    background:#fff;
    text-align:center;
    border-radius:0 0 6px 6px;
    padding:15px 0 11px;
    margin-top:0;
    display:none;
}
#mainMenu li:hover ul {
    display:block;
}
#mainMenu li ul:before {
    content:' ';
    display:block;
    position:absolute;
    width:100%;
    height:23px;
    background:url('../img/dropdown-header.png') top left no-repeat;
    top:-11px;
    left:0;
}
#mainMenu li ul li {
    float:none;
}
#mainMenu li ul li a:after {
    display:none !important;
}
#mainMenu li ul li a:hover {
    text-decoration:underline;
}
#mainMenu li ul li a {
    margin:0;
    padding:11px 0;
}
#breadcrumbWrap {
    position:relative;
    line-height:1;
    font-weight:300;
    font-size:14px;
    padding:25px 0 55px;
    font-style:italic;
}
#breadcrumbWrap .breadcrumb {
    border-top:none;
    display:inline-block;
    text-align:left;
    box-sizing:border-box;
}
#breadcrumbWrap .breadcrumb li {
    display:inline-block;
}
#breadcrumbWrap .breadcrumb li.current {
    color:#b00016;
}
#footerNotices {
    background:url('../img/header-bg.jpg') top left #f3f3f3;
    line-height:1;
    text-transform:uppercase;
    padding:37px 0 29px;
}
#footerNotices .notice {
    box-sizing:border-box;
    float:left;
    font-size:15px;
    color:#000000;
    width:33.3%;
    top:-18px;
    position:relative;
}
#footerNotices .notice-2 {
    text-align:center;
}
#footerNotices .notice-3 {
    text-align:right;
}
#footerNotices .notice img {
    display:inline-block;
    position:relative;
    top:18px;
    margin:0 10px 0 0;
    width:48px;
}
#footerNotices .red {
    color:#b00016;
}


#footer .innerWrap {
    padding:68px 0 0;
}
#footer .column {
    line-height:1;
    text-transform:uppercase;
    box-sizing:border-box;
}


#footer .footer-logos {
    position:absolute;
    top:355px;
    left:0;
    padding:0;
    margin:0;
    white-space:nowrap;
    list-style:none;
}
#footer .footer-logos li {
    padding:0 !important;
    float:none;
    display:inline-block;
    margin-right:15px;
}
#footer .footer-logos li:before {
    display:none;
}
#footer .footer-logos-mobile {
    display:none;
}


.footer-cols {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-social-widget {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.footer-social-widget .column {
  flex: 1 0 50%;
  white-space: nowrap;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 100%;
}


.footer-social-widget .twitter-widget {
    display: flex;
    margin-bottom: 40px;
    width: 100%;
}




.twitterFeed {
    width:auto;
}

@media screen and (max-width: 500px) {
	
    .twitterFeed {
        width:100%;
    }

}



@media screen and (max-width: 700px) {
	
    .footer-cols {
        display: flex;
        flex-direction: column;
    }

}


#footer .column .menu {
    padding:0 15px 31px 0;
}
#footer .column h3 {
    color:#1c1c1c;
    font-size:14px;
    font-weight:700;
    padding:0 0 15px;
}
#footer .column .menu  li {
    position:relative;
    padding:9px 0 9px 18px;
}
#footer .column .menu  li:before {
    content:' ';
    position:absolute;
    top:14px;
    left:0;
    width:6px;
    height:8px;
    background:url('../img/footerIcon.jpg') top left no-repeat;
}
#footer .column .menu  li a {
    color:#6c6c6c;
    font-weight:300;
    font-size:13px;
}
#footer .membersLogin {
    padding:0 0 31px 0;
}
#footer .membersLogin img.logo {
    float:right;
    margin:-20px 0 20px;
}
#footer .membersLogin p {
    font-weight:300;
    color:#6c6c6c;
    font-size:13px;
    line-height:2;
    margin:0 0 20px;
}
#footer .membersLogin .buttons .button {
    display:inline-block;
    width:47%;
    box-sizing:border-box;
    color:#221e25;
    border:3px solid #221e25;
    text-align:center;
    border-radius:10px;
    padding:17px;
    transition:all 0.2s;
    text-decoration:none;
}
#footer .membersLogin .buttons .button.red {
    border-color:#b00016;
    color:#b00016;
}
#footer .membersLogin .buttons .button:hover {
    background:#221e25;
    color:#ffffff;
}
#footer .membersLogin .buttons .button.red:hover {
    background:#b00016;
}

#footer .socialMedia {
    margin-bottom: 40px;
}

#footer .socialMedia h3 {
    padding:0 0 23px;
}
#footer .socialMedia a {
    display:inline-block;
    margin:0 8px 0 0;
}
#footer .copyright {
    padding:0 0 10px;
    font-size:13px;
    color:#4b4b4b;
    font-style:italic;
    font-weight:300;
}
#footer .address {
    font-weight:300;
    font-size:13px;
}
#footer .column .address li {
    padding-left:0;
    background:none;
}
#footer .column .address li:before {
    display:none;
}

#footer .twitterFeed iframe {
    display:block;
    width:100%;
}


#contentWrap.noBreadcrumb {
    padding:55px 0 0;
}
#contentWrap h1 {
    display:block;
    font-size:38px;
    font-weight:bold;
    color:#303030;
    position:relative;
    padding:0 0 25px;
    margin:0 0 20px;
}
#contentWrap h1:after {
    content:' ';
    display:block;
    background:#ebebeb;
    width:44px;
    height:5px;
    position:absolute;
    bottom:0;
    left:0;
    border-radius:7px;
    margin-left:0;
}
#contentWrap h1.center {
    text-align:center;
}
#contentWrap h1.center:after {
    margin-left:-22px;
    left:50%;
}
#contentWrap p {
    padding:0 0 20px;
}
#contentWrap .intro {
    font-size:17px;
}
#contentWrap ul {
    padding:0 0 20px 20px;
    list-style:disc outside;
}
#contentWrap ol {
    padding:0 0 20px 30px;
    list-style:decimal outside;
}
#contentWrap li, 
#contentWrap li {
    padding:3px 0;
}
#categoryListing {
    margin:36px -20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#categoryListing li {
    display:block;
    float:left;
    width:25%;
    box-sizing:border-box;
    padding:0 20px 25px;
    text-align:center;
    overflow:hidden;
    border-radius:8px;
}
#categoryListing li img {
    display:block;
    width:100%;
    height:auto;
}
#productWrap {
    position:relative;
    padding:0 0 0 305px;
}
#productWrap > .leftCol {
    position:absolute;
    top:0;
    left:0;
    width:265px;
}
#productWrap > .rightCol .prodDetails {
    position:relative;
}
#productWrap > .rightCol .prodImage {
    float:left;
    width:43%;
    border-radius:10px;
    overflow:hidden;
    position:relative;
}
#productWrap > .rightCol .prodImage img {
    width:100%;
    height:auto;
    display:block;
}
#productWrap > .rightCol .prodImage .frozen {
    position:absolute;
    top:0;
    right:0;
    background:#484848;
    border-radius:0 0 0 10px;
    font-size:18px;
    text-transform:uppercase;
    color:#ffffff;
    width:190px;
    height:60px;
    line-height:60px;
    text-align:center;
    font-weight:bold;
}
#productWrap > .rightCol .prodDesc {
    float:left;
    box-sizing:border-box;
    padding:0 0 60px 30px;
    width:57%;
    font-size:17px;
}


#productWrap .addShortlist {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    box-sizing:border-box;
    color:#b00016;
    border:3px solid #b00016;
    text-align:center;
    border-radius:10px;
    padding: 6px 12px;
    transition:all 0.2s;
    text-decoration:none;
    text-transform:uppercase;
    font-size:0.9rem;
    font-weight:bold;	
    width: 100%;
}

#productWrap .addShortlist:hover {
    background:#b00016;
    color:#ffffff;
}


#subProducts {
    padding:60px 0 0;
    font-size:17px;
    color:#4b4b4b;
}
#subProducts table {
    width:100%;
    border-spacing:0;
}
#subProducts table th {
    font-size:18px;
    font-weight:bold;
    color:#4b4b4b;
    text-transform:uppercase;
}
#subProducts table td {
    padding:15px 0;
}
#subProducts table tr.odd td {
    background:#efefef;
}
#subProducts table .code, #subProducts table .desc {
    text-align:left;
}
#subProducts table .packs, #subProducts table .cases, #subProducts table .brand {
    text-align:left;
}
#subProducts table .showHide, #subProducts table .image {
    text-align:right;
    padding-right:15px;
}
#subProducts table .code {
    padding-left:15px;
}
#subProducts table .code span.new {
    color:#D10B10;
    position: absolute;
    left: 15px;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    top: 11px;
}

#subProducts table .code span.out-of-stock {
    color: #D10B10;
    border-radius: 3px;
    border: 1px solid #D10B10;
    background-color: #FFE3E2;
    position: absolute;
    left: 15px;
    font-weight: bold;
    font-size: 9.4px;
    top: 5px;
    padding: 3px 6px;
    z-index: 2;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    #subProducts table .code span.out-of-stock {
        top: 2px;
    }
}

#subProducts > table td {
    padding-right:15px;
}
#subProducts table tr {
    position: relative;
}
#subProducts table td.border {
    padding:15px 0 0;
    background:none;
}
#subProducts table td.border span {
    display:block;
    background:#efefef;
    width:100%;
    height:5px;
    border-radius:7px;
    margin-left:0;
}
#subProducts table .image {
    vertical-align:top;
}
#subProducts table .image img {
    display:inline-block;
    border-radius:10px;
    max-width:100%;
    width:auto;
    height:auto;
}
#subProducts table .code {
    width:18%;
}
#subProducts table .packs {
    width:15%;
}
#subProducts table .category img {
    margin-top: 4px;
}
#subProducts table .cases {
    padding-left:4%;
}
#subProducts table .cases1 {
    width:14%;
    padding-left:4%;
}
#subProducts table .cases2 {
    width:10%;
    padding-left:0;
}
#subProducts table .showHide {
    width:10%;
}
#subProducts table .brand {
    width:10%;
}
#subProducts table .category {
    width:16%;
    text-align: left;
}

#subProducts table .showHide a {
    display:block;
    box-sizing:border-box;
    color:#b00016;
    border:3px solid #b00016;
    text-align:center;
    border-radius:10px;
    transition:all 0.2s;
    text-decoration:none;
    text-transform:uppercase;
    font-size:26px;
    font-weight:bold;	
    background:#ffffff;
    width:36px;
    height:34px;
    float:right;
    line-height:26px;
}
#subProducts table .showHide a:hover {
    color:#fff;
    background:#b00016;
}
#subProducts table .showHide a.removeIcon{
    border-radius:30px;
    font-size:19px;
    padding-top:2px;
}
#subProducts table .moreDetails {
    display:none;
}
#subProducts table .moreDetailsHover {
    cursor:pointer;
}
#subProducts table .moreDetailsHover:hover {
    text-decoration:underline;
}
#subProducts table {
    position:relative;
}
#subProducts table .moreDetailsHover:hover td:first-child:before {
    content:' ';
    position:absolute;
    background:url('../img/subProductHover.jpg') center no-repeat;
    background-size:cover;
    width:43px;
    height:43px;
    border-radius:30px;
    left:50%;
    margin:-10px 0 0 -21px;
    display:none;
}


#subProducts .product-description {
    margin-bottom:0.6rem; 
   
}

#subProducts .productMoreDetails {	
    position:relative;
    min-height:186px;
}

#subProducts .productMoreDetails .dataFields .row {
    padding:0 0 22px 15px;
}

#subProducts .productMoreDetails .dataFields .mobileFields {
    display:none;
}
#subProducts .noInterestButton .productMoreDetails .dataFields {
    padding:0;
}
#contentWrap .widgetCol {
    font-size:17px;
}
#contentWrap .widgetCol .widgetWrap {
    padding:10px;
}
#contentWrap .widgetCol .widgetWrap:before {
    content:' ';
    background:#221e26;
    height:15px;
    border-radius:8px 8px 0 0;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
#contentWrap .widgetCol .widgetWrap .icon {
    position:absolute;
    top:-26px;
    left:50%;
    z-index:99;
    margin-left:-29px;
    height:58px;
}
#contentWrap .widgetCol h3 {
    display:block;
    font-size:19px;
    font-weight:bold;
    color:#af0017;
    position:relative;
    margin:0 -10px 20px;
    line-height:1;
    text-transform:uppercase;
    z-index:9;
    background:#fff;
    padding:50px 10px 0;
    border-radius:8px 8px 0 0;
}
#contentWrap .widgetCol .noIcon h3 {
    padding-top:25px;
}
#contentWrap .widgetCol ul.linkList {
    padding:0;
    list-style:none;
}
#contentWrap .widgetCol ul.linkList li {
    padding:7px 0 7px 18px;
    background:url('../img/linklist-icon.jpg') center left no-repeat;
}
#contentWrap .widgetCol .widgetWrap {
    position:relative;
    border-radius:8px 8px 0 0;
    background:#fff;
    margin:0 0 95px;
}
#contentWrap .widgetCol .widgetWrap:last-child {
    margin-bottom:0;
}
#contentWrap .widgetCol .likeProduct {
    line-height:1.6;
}
#contentWrap .widgetCol .likeProduct h3 {
    padding-top:34px;
    margin-bottom:25px;
}
#contentWrap .widgetCol .likeProduct h3:before {
    content:' ';
    display:none;
    width:33px;
    height:32px;
    background:url('../img/likeproduct-icon.jpg') center no-repeat;
    position:relative;
    top:10px;
    margin-right:12px;
}
#productTabs {
    padding:120px 0 0;
}
#productTabs ul {
    list-style:none;
    margin:0;
    padding:0;
}
#productTabs .tabs {
    border-bottom:5px solid #ccc;
}
#productTabs .tabs li {
    float:left;
    text-transform:uppercase;
    font-size:17px;
    font-weight:bold;
    padding:15px 30px;
    cursor:pointer;
}
#productTabs .tabs li:hover {
    text-decoration:underline;
}
#productTabs .tabs li.active {
    color:#d2021c;
}
#productTabs .tabContent > li {
    display:none;
    font-size:16px;
}
#productTabs .tabContent > li.active {
    display:block;
}
#productTabs .tabContent #productSpec table {
    width:100%;
    border-spacing:0;
}
#productTabs .tabContent #productSpec table td {	
    box-sizing:border-box;
    padding:14px 15px;
}
#productTabs .tabContent #productSpec table .odd td {
    background:#efefef;
}
#productTabs .tabContent #productSpec table td.label {
    width:150px;
}
#productTabs .tabContent #productIngredients {
    padding:12px 0 0;
}
#productTabs .tabContent #productDownloads li {
    box-sizing:border-box;
    padding:14px 145px 14px 15px;
    position:relative;
}
#productTabs .tabContent #productDownloads li.odd {
    background:#efefef;
}
#productTabs .tabContent #productDownloads li .download {
    position:absolute;
    display:inline-block;
    box-sizing:border-box;
    color:#d2021c;
    border:3px solid #d2021c;
    text-align:center;
    border-radius:10px;
    padding:6px 17px;
    transition:all 0.2s;
    text-decoration:none;
    text-transform:uppercase;
    font-size:14px;
    font-weight:bold;
    top:6px;
    right:0;
}
#productTabs .tabContent #productDownloads li .download:hover {
    background:#d2021c;
    color:#fff;
}
#homepage #header {
    background:none;
    border-color:transparent;
}
#mainMenu .languageIcon {
    background:rgba(255,255,255,0.6);
}
#pageWrap .flexslider {
    position:relative;
    border:none;
    border-radius:0;
}
#pageWrap .flexslider .flex-prev {
    position:absolute;
    top:50%;
    left:0;
    width:65px;
    height:67px;
    opacity:0.75;
    background:url('../img/slider-icons.png') bottom right no-repeat;
    margin-top:-33px;
    transition:opacity 0.3s;
    z-index:9999;
}
#pageWrap .flexslider .flex-next {
    position:absolute;
    top:50%;
    right:0;
    width:65px;
    height:67px;
    opacity:0.75;
    background:url('../img/slider-icons.png') top right no-repeat;
    margin-top:-33px;
    transition:opacity 0.3s;
    z-index:9999;
}
#pageWrap .flexslider .flex-prev:before, #pageWrap .flexslider .flex-next:before {
    display:none;
}
#pageWrap .flexslider .flex-prev:hover, #pageWrap .flexslider .flex-next:hover {
    opacity:1;
}
#homeBoxes {
    box-sizing:border-box;
    padding:0 0 64px;
    position:relative;
    z-index:999;
    margin:-108px -19px 0;
    min-height:108px;
    animation:homeBoxes 1.5s;
    -webkit-animation:homeBoxes 1.5s;
    -webkit-transform: translate3d(0, 0, 0);
}
#homeBoxes:after {
    content:' ';
    display:block;
    background:#ebebeb;
    width:calc(100% - 38px);
    height:5px;
    position:absolute;
    bottom:0;
    left:19px;
    border-radius:7px;
    box-sizing:border-box;
}
#homeBoxes .box {
    width:33.3%;
    float:left;
    box-sizing:border-box;
    padding:0 19px;
    position:relative;
    text-align:center;
}
#homeBoxes .box .innerbox {
    background:#fff;
    min-height:108px;
    border-radius:6px 6px 0 0;
    position:relative;
    padding:0 30px;
    font-size:16px;
    line-height:1.4;
    min-height:250px;
}
#homeBoxes .box .innerbox img.icon {
    display:block;
    margin:0 auto;
    position:relative;
    top:-34px;
    height:58px;
}
#homeBoxes .box .innerbox h3 {
    display:block;
    font-size:19px;
    font-weight:bold;
    color:#af0017;
    position:relative;
    padding:0 0 26px;
    margin:-14px 0 24px;
    line-height:1;
    text-transform:uppercase;
}
#homeBoxes .box .innerbox h3:after {
    content:' ';
    display:block;
    background:#ebebeb;
    width:62px;
    height:5px;
    position:absolute;
    bottom:0;
    left:50%;
    border-radius:7px;
    margin-left:-31px;
}
#homeBoxes .box:before {
    content:' ';
    position:absolute;
    top:-8px;
    left:19px;
    width:calc(100% - 38px);
    border-radius:6px 6px 0 0;
    background:#221e25;
    height:15px;
    z-index:-99;
}
#homeBoxes .box.showMobile {
    float:none;
    width:100%;
    margin-top:100px;
    display:none;
}
#homeBoxes .box.showMobile select {
    width:100%;
    box-sizing:border-box;
    padding:15px;
    border:3px solid #dedede;
    border-radius:7px;
    font-size:16px;
    color:#505050;
    font-weight:400;
    background:url("../img/select-icon.jpg") no-repeat scroll right center;
}
#homeBoxes .btn {
    display:block;
    width:150px;
    box-sizing:border-box;
    color:#b00016;
    border:3px solid #b00016;
    text-align:center;
    border-radius:7px;
    padding:15px 0 14px;
    transition:all 0.2s;
    text-decoration:none;
    line-height:1;
    font-size:15px;
    text-transform:uppercase;
    font-weight:bold;
    position:absolute;
    bottom:0;
    left:50%;
    margin-left:-75px;
}
#homeBoxes .btn:hover {
    background:#b00016;
    color:#fff;
}
#homeBoxes .categoryBrandSelect {
    border:3px solid #dedede;
    border-radius:7px;
    padding:22px 60px 22px 16px;
    line-height:1;
    cursor:pointer;
    transition:all 0.2s;
    background:url('../img/select-icon.jpg') center right no-repeat;
    position:relative;
    text-align:left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#homeBoxes .categoryBrandSelect:hover {
    border-color:#c1c1c1;
}
#homeBoxes .categoryBrandSelect ul {
    display:none;
}
#homeBoxes .categoryBrandSelect.showDropdown ul {
    display:block;
    position:absolute;
    top:100%;
    left:-3px;
    z-index:999;
    width:450px;
    border:3px solid #c1c1c1;
    border-radius:7px;
    background:#fff;
    cursor:auto;
    padding:10px;
    box-sizing:border-box;
    text-transform:uppercase;
}
#homeBoxes .categoryBrandSelect.showDropdown .catList {
    width:50%;
    float:left;
    position:relative;
    min-width:0;
    top:auto;
    left:auto;
}
#homeBoxes .categoryBrandSelect.showDropdown ul li {
    cursor:pointer;
    box-sizing:border-box;
    padding:5px 0;
    font-size:15px;
}
#homeBoxes .categoryBrandSelect.showDropdown ul li a {
    color: inherit;
}
#homeBoxes .categoryBrandSelect.showDropdown ul li:hover {
    text-decoration:underline;
}
#homeBoxes .categoryBrandSelect.showDropdown ul li.subtitle {
    text-decoration:none;	
    cursor:auto;
    font-weight:bold;
    font-size:16px;
    padding:15px 0 10px;
}
#homeBoxes .categoryBrandSelect.showDropdown ul li:first-child {
    padding-top:5px;
}
.fixedHeader #pageWrap #header {
    background:url('../img/header-bg.jpg') top left #f3f3f3;
}
#homeWrap {
    position:relative;
    padding:0 0 50px 405px;
    font-size:17px;
    color:#6f6f6f;
}
#homeWrap:after {
    content:' ';
    display:block;
    background:#ebebeb;
    width:calc(100% - 38px);
    height:5px;
    position:absolute;
    bottom:0;
    left:19px;
    border-radius:7px;
    box-sizing:border-box;
}
#homeWrap .leftCol {
    position:absolute;
    width:405px;
    box-sizing:border-box;
    top:0;
    left:0;
    padding:65px 60px 0 20px;
}
#homeWrap .rightCol {
    padding:65px 0 0;
}
#homeWrap h3 {
    display:block;
    font-size:19px;
    font-weight:bold;
    color:#1c1c1c;
    position:relative;
    padding:0 0 26px;
    margin:-14px 0 50px;
    line-height:1;
    text-transform:uppercase;
    text-align:center;
}
#homeWrap h3:after {
    content:' ';
    display:block;
    background:#ebebeb;
    width:62px;
    height:5px;
    position:absolute;
    bottom:0;
    left:50%;
    border-radius:7px;
    margin-left:-31px;
}
#homeWrap .btn {
    display:block;
    width:150px;
    box-sizing:border-box;
    color:#b00016;
    border:3px solid #b00016;
    text-align:center;
    border-radius:7px;
    padding:15px 0 14px;
    transition:all 0.2s;
    text-decoration:none;
    line-height:1;
    font-size:15px;
    text-transform:uppercase;
    font-weight:bold;
    margin:0 auto;
}
#homeWrap .btn:hover {
    background:#b00016;
    color:#fff;
}
#homeWrap p {
    margin:0 0 20px;
}
#homeWrap .iconList {
    padding:20px 0 30px 22px;
}
#homeWrap .iconList li {
    padding:11px 0 11px 40px;
    background:url('../img/list-icon.jpg') 0 12px no-repeat;
}
#homeWrap .products .product {
    display:block;
    position:relative;
    margin:0 0 23px;
    border-radius:8px;
    overflow:hidden;
    color:#fff;
    width:calc(50% - 18px);
    box-sizing:border-box;
}
#homeWrap .products .product img {
    display:block;
    width:100%;
    height:auto;
    transition:opacity 0.3s;
    opacity:1;
    border-radius:8px;
}
#homeWrap .products .product span {
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    box-sizing:border-box;
    z-index:1;
    width:100%;
    background:rgba(0,0,0,0.9);
    color:#fff;
    font-weight:bold;
    text-transform:uppercase;
    line-height:1;
    font-size:18px;
    padding:26px 0 25px 30px;
    border-radius:0 0 8px 8px;
}
#homeWrap .products .product span:after {
    content:' ';
    position:absolute;
    right:24px;
    width:24px;
    height:14px;
    background:url('../img/button-icon.png') no-repeat;
    top:50%;
    margin-top:-7px;
}
#homeWrap .products .product:hover img {
    opacity:0.8;
}
#homeWrap .products .product:before {
    content:' ';
    display:block;
    width:76px;
    height:76px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-68px 0 0 -38px;
    background:url('../img/hover-icon.png') center no-repeat;
    background-size:cover;
    z-index:999;
    transition:opacity 0.3s;
    opacity:0;
}
#homeWrap .products .product:hover:before {
    opacity:1;
}
#brandSlider {
    margin:0 0 50px;
}
#brandSlider li a {
    display:block;
    float:left;
    width:25%;
    box-sizing:border-box;
    padding:0 15px;
}
h3#brandTitle {
    display:block;
    font-size:19px;
    font-weight:bold;
    color:#af0017;
    position:relative;
    padding:0 0 26px;
    margin:-14px 0 20px;
    line-height:1;
    text-transform:uppercase;
    text-align:center;
}
h3#brandTitle:after {
    content:' ';
    display:block;
    background:#ebebeb;
    width:62px;
    height:5px;
    position:absolute;
    bottom:0;
    left:50%;
    border-radius:7px;
    margin-left:-31px;
}
#categoryListing li a {
    display:block;
    position:relative;
    margin:0 0 23px;
    border-radius:8px;
    overflow:hidden;
    color:#fff;
    width:calc(50% - 18px);
    box-sizing:border-box;
    width:100%;
    text-align:center;
}
#categoryListing li a img {
    display:block;
    width:100%;
    height:auto;
    transition:opacity 0.3s;
    opacity:1;	
    border-radius:8px;
}
#categoryListing li a span {
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    box-sizing:border-box;
    z-index:1;
    width:100%;
    background:rgba(0,0,0,0.75);
    color:#fff;
    font-weight:bold;
    text-transform:uppercase;
    line-height:1;
    font-size:18px;
    padding:26px 0 25px;
    border-radius:0 0 8px 8px;
}
#categoryListing li a:hover img {
    opacity:0.8;
}
#categoryListing li a:before {
    content:' ';
    display:block;
    width:76px;
    height:76px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-68px 0 0 -38px;
    background:url('../img/hover-icon.png') center no-repeat;
    background-size:cover;
    z-index:999;
    transition:opacity 0.3s;
    opacity:0;
}
#categoryListing li a:hover:before {
    opacity:1;
}
#contentWrap.categories h1 {
    margin:0 0 10px;
    padding:0;
}
#contentWrap.categories h1:after {
    display:none;
}
#contentWrap.categories .breadcrumb {
    text-align:center;
    list-style:none;
    font-weight:300;
    padding:0 0 38px;
    margin:0 0 30px;
    position:relative;
    line-height:1;
    color:#484848;
    font-size:15px;
}
#contentWrap.categories .breadcrumb a {
    color:#484848;
}
#contentWrap.categories .breadcrumb:after {
    content:' ';
    display:block;
    background:#ebebeb;
    width:44px;
    height:5px;
    position:absolute;
    bottom:0;
    border-radius:7px;
    margin-left:0;
    left:50%;
    margin-left:-22px;
}
#contentWrap.categories .breadcrumb li {
    display:inline-block;
}
#contentWrap.categories .breadcrumb li.current {
    color:#b00016;
}

.gt_switcher-popup.glink.nturl.notranslate span { display: none; }

.gt_languages .glink.nturl {
    display: flex;
    line-height: 2;
    gap: 20px;
    width: 100%;
}

#homepage #slider {
    height:690px;
    opacity:0;
}
#contentWrap #brandsListing {
    list-style:none;
    margin:0 -19px;
    padding:60px 0 0;
}
#brandsListing li {
    display:block;
    float:left;
    width:33.3%;
    box-sizing:border-box;
    padding:0 19px 30px;
}
#brandsListing li a {
    display:block;
    border-top:13px solid #221e25;
    border-radius:5px;
    text-align:center;
    color:#505050;
    font-size:16px;
    font-weight:300;
    padding:0;
    position:relative;
    text-decoration:none;
}
#brandsListing li .image {
    background:#fff;
    display:block;	
    border-radius:5px;
    margin-top:-5px;
    padding:30px 0 10px;
    position:relative;
}
#brandsListing li .image:after {
    content:' ';
    display:none;
    background:#ebebeb;
    width:44px;
    height:5px;
    position:absolute;
    bottom:0;
    left:50%;
    border-radius:7px;
    margin-left:-22px;
}
#brandsListing li .image img {
    display:block;
    max-width:100%;
    height:auto;
    margin:0 auto;
}
#brandsListing li .title {
    text-transform:uppercase;
    color:#1c1c1c;
    font-weight:bold;
    font-size:18px;
    display:block;
    padding:30px 0 20px;
}
#brandsListing li .description, #brandsListing li .title{
    display:none;
}

#brandsListing li .button {
    display:none;
    position:absolute;
    width:188px;
    box-sizing:border-box;
    color:#b00016;
    border:3px solid #b00016;
    text-align:center;
    border-radius:10px;
    padding:15px 0;
    transition:all 0.2s;
    text-decoration:none;
    margin-left:-94px;
    left:50%;
    bottom:0;
    font-weight:bold;
    font-size:15px;
    text-transform:uppercase;
}
#brandsListing li a:hover .button {
    background:#b00016;
    color:#fff;
}
#contentWrap.infoPageLeftCol {
    padding:0 0 0 305px;
    position:relative;
}
#contentWrap.infoPageLeftCol .leftCol {
    left:0;
    position:absolute;
    top:0;
    width:265px;
}
#search {
    background:#fff;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    max-width:none;
    z-index:999;
    display:none;
    height:50px;
}
#search .innerWrap {
    padding:7px 0;
}
#search .innerWrap form {
    float:right;
    font-weight:300;
}
#search .innerWrap form label {
    height:38px;
    line-height:38px;
}
#search .innerWrap form input[type="text"] {
    padding:10px;
    width:300px;
    border:1px solid #ececec;
    border-radius:3px;
    height:38px;
}
#search .innerWrap form input[type="submit"] {
    height:38px;
    width:80px;
    border-radius:3px;
    background:#b00016;
    color:#fff;
    font-size:14px;
    font-weight:400;
    cursor:pointer;
    text-transform:uppercase;
    line-height:38px;
    position:relative;
    top:-1px;
}
#search .innerWrap form input[type="submit"]:hover {
    text-decoration:underline;
}
body.hasSearch #header {
    height:214px;
    padding-top:50px;
}
body.hasSearch.fixedHeader #pageWrap #header {
    padding-top:50px;
}
#contentWrap.search .searchResults {
    padding:0 0 30px;
}
#contentWrap.search .searchResults .searchResult {
    padding:20px 0;
    border-bottom:1px solid #e3e3e3;
    font-weight:300;
}
#contentWrap.search .searchResults .searchResult h2 {
    text-transform:uppercase;
    padding:0 0 15px;
    font-size:17px;
}
#contentWrap.search .searchResults .searchResult .readmore {
    display:block;
    width:140px;
    box-sizing:border-box;
    color:#b00016;
    border:3px solid #b00016;
    text-align:center;
    border-radius:10px;
    padding:10px 0 9px;
    transition:all 0.2s;
    text-decoration:none;
    font-weight:bold;
    font-size:14px;
    text-transform:uppercase;
}
#contentWrap.search .searchResults .searchResult .readmore:hover {
    background:#b00016;
    color:#fff;
}
.wp-pagenavi span.current, .wp-pagenavi a {
    display:inline-block;
    margin:0 2px;
}
.wp-pagenavi span.current, .wp-pagenavi a {
    width:auto;
    box-sizing:border-box;
    color:#b00016;
    border:3px solid #b00016;
    text-align:center;
    border-radius:10px;
    padding:7px 9px 6px;
    transition:all 0.2s;
    text-decoration:none;
    font-weight:bold;
    font-size:14px;
    text-transform:uppercase;
    font-weight:300;
    font-weight:bold;
}
.wp-pagenavi .pages {
    font-weight:300;
    margin-right:10px;
}
.wp-pagenavi span.current {
    color:#bebebe;
    border-color:#bebebe;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    display:none;
}
#interestProductsList {
    padding:70px 0 30px;
}
#interestProductsList #subProducts {
    padding:30px 0 35px;
}
#messageBar .innerWrap {
    padding:20px 0 0;
}
#messageBar .messageBox {
    padding:10px;
    border:2px solid #39ad11;
    border-radius:6px;
    background:#e6f9e0;
    color:#123905;
}
#messageBar .messageBox .button {
    float:right;
    display:block;
    width:220px;
    box-sizing:border-box;
    color:#39ad11;
    border:2px solid #39ad11;
    text-align:center;
    border-radius:10px;
    padding:15px 0;
    transition:all 0.2s;
    text-decoration:none;
    font-weight:bold;
    font-size:14px;
    text-transform:uppercase;
    background:#fff;
}
#messageBar .messageBox .button:hover {
    background:#39ad11;
    color:#fff;
}
#messageBar .messageBox p {
    display:inline-block;
    padding:1px 0 0 15px;
    font-size:16px;
}
#messageBar.addInterest .messageBox p {
    padding:17px 0 0 15px;
}
#interestButtons a {
    display:block;
    width:280px;
    box-sizing:border-box;
    color:#b00016;
    border:3px solid #b00016;
    text-align:center;
    border-radius:10px;
    padding:20px 0;
    transition:all 0.2s;
    text-decoration:none;
    font-weight:bold;
    font-size:15px;
    text-transform:uppercase;
    background:#fff;
    margin-left:28px;
    line-height:1;
}
#interestButtons a.clear {
    width:150px;
    margin-left:0;
}
#interestButtons a.email {
    width:190px;
}
#interestButtons a:hover {
    background:#b00016;
    color:#fff;
}
#interestListButton {
    position:absolute;
    top:0;
    right:0;
    background:#000;
    text-transform:uppercase;
    color:#fff;
    text-decoration:none;
    border-radius:0 0 6px 6px;
    padding:0 25px;
    line-height:34px;
    font-size:12px;
    font-weight:bold;
    opacity:1;
}
#interestListButton img {
	display: inline-block;
	position: relative;
	top: 6px;
}
#interestListButton:hover {
    text-decoration:underline;
}
#globalSourcing {
    border:1px solid #ededed;
    border-radius:8px;
    padding:25px;
    margin:25px 0 0;
    position:relative;
}
#globalSourcing img {
    display:block;
    max-width:100%;
    margin:0 auto;
}
#globalSourcing #dotsWrap {
    display:none;
    position:absolute;
    top:25px;
    bottom:25px;
    left:0;
    margin-left:25px;
}
#globalSourcing #dotsWrap .dot {
    position:absolute;
    width:3%;
    height:32px;
    background:url('../img/dot-bg.png') center no-repeat;
    background-size:100%;
    z-index:9;
    cursor:pointer;
    overflow:hidden;
}
#globalSourcing #dotsWrap .dot span {
    display:block;
    background:#191919;
    border-radius:8px;
    text-transform:uppercase;
    color:#ffffff;
    font-weight:bold;
    line-height:1;
    position:absolute;
    top:-60px;
    z-index:99;
    left:50%;
    white-space:nowrap;
    opacity:0;
    transition:opacity 0.2s;
    padding:18px 32px 16px;
}
#globalSourcing #dotsWrap .dot span:after {
    content:' ';
    display:block;
    width:26px;
    height:10px;
    background:url('../img/map-arrow.png') center bottom no-repeat;
    position:absolute;
    bottom:-10px;
    left:50%;
    margin-left:-13px;
}
#globalSourcing #dotsWrap .dot.active {
    z-index:999;
    overflow:visible;
}
#globalSourcing #dotsWrap .dot.active span {
    opacity:1;
    z-index:99;
}
#globalSourcing #dotsWrap .dot:hover {
    z-index:99 !important;
}
#globalSourcing #dotsWrap .dot.be { top:17.6%; left:45.4%; }
#globalSourcing #dotsWrap .dot.fr { top:18.8%; left:44.1%; }
#globalSourcing #dotsWrap .dot.de { top:16.7%; left:47.2%; }
#globalSourcing #dotsWrap .dot.gr { top:25.2%; left:50.1%; }
#globalSourcing #dotsWrap .dot.ir { top:14.7%; left:40.6%; }
#globalSourcing #dotsWrap .dot.me { top:34.7%; left:9.2%; }
#globalSourcing #dotsWrap .dot.ne { top:15.4%; left:45.8%; z-index:8; }
#globalSourcing #dotsWrap .dot.nz { top:86.8%; left:95.5%; }
#globalSourcing #dotsWrap .dot.pe { top:57.2%; left:16.5%; }
#globalSourcing #dotsWrap .dot.po { top:25.8%; left:40.4%; }
#globalSourcing #dotsWrap .dot.es { top:23%; left:42.4%; }
#globalSourcing #dotsWrap .dot.th { top:44.8%; left:75.7%; }
#globalSourcing #dotsWrap .dot.tu { top:25.6%; left:53.1%; }
#globalSourcing #dotsWrap .dot.uk { top:14.7%; left:42.4%; }
#globalSourcing #dotsWrap .dot.us { top:23.7%; left:12.2%; }
#globalSourcing #dotsWrap .dot.co { top:49.7%; left:18.2%; }
#globalSourcing #dotsWrap .dot.vn { top:46.7%; left:78.2%; } 

#contentWrap #globalSourcingLocations {
    list-style:none;
    margin:0;
    padding:2px 0 0;
}
#globalSourcingLocations li {
    display:block;
    float:left;
    width:20%;
}
#globalSourcingLocations li span {
    position:relative;
    display:block;
    margin:1.5px;
    background:#f8f8f8;
    border-radius:8px;
    padding:26px 0 26px 78px;
    color:#1c1c1b;
    font-size:18px;
    text-transform:uppercase;
    font-weight:bold;
    cursor:pointer;
    transition:background 0.2s;
}
#globalSourcingLocations li span img {
    display:block;
    position:absolute;
    top:50%;
    left:19px;
    margin-top:-16px;
}
#globalSourcingLocations li span:hover {
    background:#efefef;
}
#contentWrap.contactPage .contactContent {
    text-align:center;
    font-size:17px;
    padding:20px 0;
}
#contentWrap.contactPage .contactWrap {
    padding:20px 0 0;
}
#contentWrap.contactPage .contactWrap .contactLeft,
#contentWrap.contactPage .contactWrap .contactRight {
    float:left;
    width:42%;
    box-sizing:border-box;
    padding:0 17px 0 0;
    text-align:left;
}
#contentWrap.contactPage .contactWrap .contactRight {
    padding:0 0 0 17px;
    width:58%;
}
#contentWrap.contactPage .contactWrap input,  
#contentWrap.contactPage .contactWrap textarea {
    border:3px solid #e3e3e3;
    border-radius:8px;
    box-sizing:border-box;
    width:100%;
    line-height:1.3;
    padding:19px;
    font-size:17px;
    color:#505050;
    font-weight:normal;
    margin:0 0 22px;
    color:#505050;
}
#contentWrap.contactPage .contactWrap .selectWrap {
    border:3px solid #e3e3e3;
    border-radius:8px;
    box-sizing:border-box;
    width:100%;
    overflow-x:hidden;
    background:url('../img/custom-select.jpg') center right no-repeat;
}
#contentWrap.contactPage .contactWrap .selectWrap select {
    line-height:1.3;
    padding:19px;
    font-size:17px;
    color:#505050;
    font-weight:normal;
    border:none;
    width:105%;
    background:none;
}
#contentWrap.contactPage .contactWrap textarea {
    height:333px;
}
#contentWrap.contactPage .contactWrap input[type="submit"] {
    display:inline-block;
    border-color:#b00016;
    color:#b00016;
    width:auto;
    padding:15px 85px;
    font-size:18px;
    text-transform:uppercase;
    font-weight:bold;
    cursor:pointer;
    background:#fff;
    transition:all 0.2s;
    margin:10px 0 0;
}
#contentWrap.contactPage .contactWrap input[type="submit"]:hover {
    color:#fff;
    background:#b00016;
}
#contentWrap.contactPage .leftCol a {
    color:#505050;
}
#contentWrap.contactPage .leftCol h3.secondary {
    padding-top:0;
    padding-bottom:16px;
    margin-top:0;
    margin-bottom:0;
}
#contentWrap.contactPage .leftCol .button {
    position:relative;
    display:inline-block;
    box-sizing:border-box;
    color:#b00016;
    border:3px solid #b00016;
    text-align:center;
    border-radius:10px;
    padding:15px 20px 13px;
    transition:all 0.2s;
    text-decoration:none;
    text-transform:uppercase;
    font-size:15px;
    font-weight:bold;	
    margin:0 0 58px;
}
#contentWrap.contactPage .leftCol .button:hover {
    background:#b00016;
    color:#ffffff;
}
#contentWrap.contactPage span.wpcf7-not-valid-tip {
    position:absolute;
    font-weight:300;
    font-size:12px;
    bottom:5px;
    right:15px;
}
#contentWrap.contactPage label {
    display:block;
}
#contentWrap.contactPage label  span {
    display:block;
}

#contentWrap.contactPage .wpcf7-form-control-wrap input, #contentWrap.contactPage .wpcf7-form-control-wrap textarea {
    margin:0;
}
#contentWrap.contactPage .wpcf7-form-control-wrap.enquire {
    margin:0;
    padding:19px;
}
#contentWrap.contactPage .wpcf7-form-control-wrap.enquire select {
    padding:0;
    width:120%;
    outline:none;
}
#contentWrap.contactPage .wpcf7-form-control-wrap.enquire span.wpcf7-not-valid-tip {
    bottom:2px;
}
#interestPopupWrap {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    z-index:999999;
    display:none;
}
#interestPopupWrap .popupClose {
    position:absolute;
    width:20px;
    height:20px;
    top:10px;
    right:10px;
    background:url('../img/popup-close.jpg') top left no-repeat;
}
#interestPopupWrap .popupClose:hover {
    background-position:bottom left;
}
#interestPopupWrap #interestPopup > div {
    display:none;
}
#interestPopupWrap #interestPopup > div {
    background:#fff;
    position:absolute;
    width:360px;
    left:50%;
    margin-left:-220px;
    padding:40px;
    border-radius:10px;
    top:50%;
    transform:translateY(-50%);
}
#interestPopupWrap #interestPopup > div label {
    display:block;
    padding:0 0 20px;
}
#interestPopupWrap #interestPopup > div label span {
    display:block;
    font-weight:300;
    font-size:15px;
    padding:0 0 4px;
}
#interestPopupWrap #interestPopup > div label input {
    border-radius:8px;
    border:2px solid #e3e3e3;
    padding:12px;
    box-sizing:border-box;
    color:#505050;
    width:100%;
    font-size:16px;
    font-weight:300;
}
#interestPopupWrap #interestPopup > div input[type="submit"] {
    position:relative;
    display:inline-block;
    box-sizing:border-box;
    color:#b00016;
    border:3px solid #b00016;
    text-align:center;
    border-radius:10px;
    padding:12px 30px 10px;
    transition:all 0.2s;
    text-decoration:none;
    text-transform:uppercase;
    font-size:15px;
    font-weight:bold;
    cursor:pointer;
    background:#fff;
    margin:10px 0 0;
}
#interestPopupWrap #interestPopup > div input[type="submit"]:hover {
    background:#b00016;
    color:#ffffff;
}

/* Product Gallery Styles */
.productGallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.productGallery a.lightboxImg {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;


}

.productGallery img.productImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.productGallery .productImgWrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.productGallery .more-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(176, 0, 22, 0.7);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5rem;
    border-radius: 5px;
}
#mainMenu .menuIcon {
    display:none;
}
#slider .innerbox {
    position:absolute;
    left:50%;
    margin-left:-590px;
    /*transform:translateX(-50%);*/
    top:0;
    height:100%;
    max-width:1180px;
    overflow:hidden;
    z-index:999;
    box-sizing:border-box;
    width:100%;
}
#slider .textwrap {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
}
#slider .text {
    position:absolute;
    top:0;
    left:0;
    font-size:26px;
    line-height:1.5;
    text-transform:uppercase;
    color:#ffffff;
    background: rgba(135,135,135,0.70);
    border-radius:10px;
    padding:10px 20px;
    box-sizing:border-box;
    top:50%;
    margin-top:-50px;
    width:420px;
    overflow:hidden;
    white-space:nowrap;
}
#slider .text li {
    display:none;
    position:relative;
    overflow:hidden;
    padding-left:10px;
    margin-left:-10px;
    width:0;
}
#slider .text li .innerText {
    position:relative;
    z-index:99;
}
#slider .text li .highlight {
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:100%;
    z-index:1;
    background:#b00016;
    opacity:0;
    display:none;
}
#slider .text li.active {
    display:block;
}
#slider .text li.active.first {
    width:auto;
}
#slider .textwrap.right, #slider .textwrap.right .text {
    left:auto;
    right:0;
}


#slider video {
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 600px) {
    #slider video {
        width: auto;
        height: 220px;
        min-width: 100%;
      }
}



.contactContent div.wpcf7 img.ajax-loader {
    display:block;
    margin:15px auto 0;
}
#subProducts table tr td:first-child {
    border-radius:8px 0 0 8px;
}
#subProducts table tr td:last-child {
    border-radius:0 8px 8px 0;
}
#subProducts table tr.active td:first-child {
    border-radius:8px 0 0 0;
}
#subProducts table tr.active td:last-child {
    border-radius:0 8px 0 0;
}
#subProducts table tr.moreDetails td:last-child {
    border-radius:0 0 8px 8px;
}
#mainMenu > .mobile {
    display:none;
}
#subProducts table .showHide .hide,
#subProducts table .active .showHide .show {
    display:none;
}
#subProducts table .active .showHide .hide {
    display:block;
}
#subProducts table .active .showHide .removeIcon {
    display:block;
}

.productAnchor {
    position:absolute;
    top:-160px;
    left:0;
}

a.lightboxImg {
    position:relative;
    display:block;
}
a.lightboxImg:before {
    content:' ';
    display:block;
    width:76px;
    height:76px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-38px 0 0 -38px;
    background:url('../img/hover-icon.png') center no-repeat;
    background-size:cover;
    z-index:999;
    transition:opacity 0.3s;
    opacity:0;
}
a.lightboxImg:hover:before {
    opacity:1;
}
a.lightboxImg img {
    transition:opacity 0.3s;
    opacity:1;
}
a.lightboxImg:hover img {
    opacity:0.8;
}

/* Animation */
@keyframes homeBoxes {
    0% {transform:translate3d(0,108px,0); opacity:0.5}
    50% {opacity:1}
    100% {transform:translate3d(0,0,0); opacity:1}
}
@-webkit-keyframes homeBoxes {
    0% {transform:translate3d(0,108px,0); opacity:0.5}
    50% {opacity:1}
    100% {transform: translate3d(0,0,0);opacity:1}
}

.featured-banner {
    padding:55px 0 10px;
}
.featured-banner img {
    display:block;
    max-width:100%;
    margin:0 auto;
}

#contentWrap .wysiwyg .alignleft {
    float:left;
    margin:0 20px 20px 0;
}

#contentWrap .wysiwyg .alignright {
    float:right;
    margin:0 20px 0 20px;
}

#contentWrap .wysiwyg .aligncenter {
    margin:0 auto;
    display:block;
}

#contentWrap .wysiwyg img {
    max-width:100%;
    height:auto;
}

iframe.sustainabilityvideo {
	width: 70%;
    height: 344px;
}

.veganIcon {
    background-image: url("/wp-content/uploads/2020/02/vegan.svg");
    width: 38px;
    height: 35px;
    display: inline-block;
}

.vegeterianIcon {
    background-image: url("/wp-content/uploads/2020/02/vegeterian.svg");
    width: 38px;
    height: 35px;
    display: inline-block;
}


#productWrap .brandImg {
    width: 66px;
    height: auto;
    border-radius: 5px;
}

.productMoreDetails .dataFields-grid {
    display: grid;	
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-left: 15px;
    margin-bottom: 2rem;

    @media screen and (min-width: 600px) {
        gap: 3rem;
        grid-template-columns: 2fr 1fr;
    }

    .productInfo {
        display: flex;
        flex-direction: column;
        gap: 0.6rem;
    }

    .productInfo div {
        display: flex;
        flex-direction: row;
        gap: 0.6rem;
    }

    .productInfo .label {
        width: 150px;
    }

    #subProducts .productMoreDetails .addShortlist {
        padding-top:1px;
        padding-bottom:12px;
        margin-left:15px;
    }

}


.productBottom {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: flex-end;
    justify-content: space-between;
    
    @media screen and (min-width: 600px) {
        grid-template-columns: 3fr 1fr;
        
    }
}

.productMoreDetails .productGallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
    padding-left: 15px;
    flex-direction: row;

    @media screen and (min-width: 600px) {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

    .productImg {
        border-radius: 5px;
        overflow: hidden;
    }

    a img {
        vertical-align: top;
    }
}

@media screen and (max-width: 600px) {
	.accreditations {
		height: 88px!important;
	}
}

.acf-gallery {
    height: 200px!important;
}

.acf_image_gallery {
    height: 200px;
}
