:root {
    --main-colour: #FF4D66;
    --darker-colour: #190641;
    --main-background-colour: #f5f6f8;
    --header-colour: #190641;
    --header-text-colour: #fff;
    --header-logo: url('/_assets/themes/f2g/f2glogo.png') no-repeat;
    --header-width: 230px;
    --header-height: 45px;
    --postcode-background-color: #FF4D66;
    --postcode-button-color: var(--main-colour);
    --footer-colour: #190641;
    --nav-icon-colour: #fff;
    --home-banner-background-image: url('/_assets/themes/f2g/banner.jpg');
    --home-banner-background-colour: #d9ded8;
    --home-banner-text-colour: #FF4D66;
    --home-background-image: url('/_assets/themes/f2g/background.jpg');
    --home-advert-background-colour: #fff;
    --home-advert-font-colour: #000;
    --home-gradient: #190641 0%, #f73b5e00 100%;
}
/*! Global --------- */
* {
    margin: 0;
    padding: 0;
}
*, :before, :after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
html { min-height: 100%; font-size: 100.01%; -webkit-tap-highlight-color: rgba(0,0,0,0); -moz-osx-font-smoothing: grayscale; -webkit-overflow-scrolling: touch; scroll-behavior: smooth; -ms-content-zooming: none; letter-spacing: 1px; }
body { min-height: 100%; background: var(--main-background-colour); font-size: 62.5%; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body, textarea, input, select, option, button { color: var(--main-colour) ; font-family: Museo_Rounded, Arial, Helvetica, sans-serif; line-height: 1.53846153846; }
li, dt, dd, p, figure, th, td, caption, legend, pre { font-size: 1.3em; font-family: Museo_Rounded, Arial, Helvetica, sans-serif; }
    li *, dt *, dd *, p *, figure *, th *, td *, legend * { font-size: 1em; }
pre { white-space: pre-line; }
ul, ol, dl, p, figure, table, pre, h1, h2, h3, h4, h5, h6, legend { margin-bottom: 0px; }
ul, ol { list-style: none; }
a { cursor: pointer; text-decoration: none; color: var(--main-colour); font-weight: 600; text-transform: capitalize; transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear; -o-transition: all .3s linear; -ms-transition: all .3s linear; transition: all .3s linear; }
article, aside, details, div, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
#skip { position: fixed; top: 0; left: -10000px; }
    #skip a:focus, #skip a:active { display: block; position: absolute; left: 10000px; top: 0; z-index: 10001; width: 200px; margin: 15px 0 0 15px; padding: 4px 8px; background: #333; color: #fff; font-weight: 500; font-size: 1.1em; text-align: center; text-decoration: none; }
:focus { outline: none; }
strong { color: var(--main-colour); }
.desktop-hide { display: none !important; }
.hidden, [hidden] { display: none !important; }
/*! Layout --------- */


.filter-active {overflow:hidden;}
#root { overflow: hidden; }
#content { width: 1024px; margin: 0 auto; }
#top, #menu { width: 100%; }
.basket-active #content, .basket-active #menu.fix { padding-right: 275px; }
.basket-active.wholesale #content, .basket-active.wholesale #menu.fix { padding-right: initial; }
.basket-active.wholesale #shadow { visibility: visible; opacity: 1; }
.first-pin { --pin-color: var(--main-colour) !important; }
.pin { --pin-color: var(--header-colour); }

#top { position: relative; background: var(--header-colour); padding: 11px 0; z-index: 30; }
    #top:after { content: ""; position: absolute; top: 0; left: -3000px; right: -3000px; bottom: 0; background: var(--header-colour); z-index: -1; }
#logo { display: inline-block; text-indent: -3000px; background: var(--header-logo); background-position: center; background-size: cover; width: var(--header-width); height: var(--header-height); }
    #logo.a { margin: 0 auto; display: block; }
#top nav { float: right; height: var(--header-height); display: table; }
    #top nav ul { margin: 0; display: table-cell; vertical-align: middle; }
        #top nav ul li { display: inline-block; }
            #top nav ul li a { display: inline-block; color: var(--header-text-colour); text-decoration: none; text-transform: uppercase; font-weight: 600; font-size: 14px; padding: 10px 15px; }
            #top nav ul li:last-child a { padding-right: 0; }
            #top nav ul li i { color: var(--nav-icon-colour); font-size: 20px; margin-right: 8px; }

#franchise-page #root, #about-page #root { background: #fff; }

#message { display: none; position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0.6); z-index: 200; }
    #message > div { position: absolute; top: 50%; left: 50%; height: 250px; width: 400px; background: #fff; border-radius: 5px; transform: translate(-50%,-50%); overflow: hidden; padding-bottom: 66px; }
        #message > div > p { position: relative; top: 50%; left: 0; right: 0; text-align: center; font-size: 15px; font-weight: bold; padding: 0 50px; margin: 0; }
            #message > div > p:before { content: "\f05a"; font-family: "f"; position: absolute; top: -50px; left: 0; right: 0; font-size: 25px; font-weight: 500; }
        #message > div > a { position: absolute; bottom: 0; left: 0; right: 0; text-align: center; padding: 20px; font-size: 17px; color: #fff; background: var(--main-colour); }
        #message > div > a.yes { width:50%; }
         #message > div > a.no { float: right; width:50%; left:auto; background: var(--darker-colour); }

#background { position: absolute; left: -50%; right: -50%; top: 0; bottom: 0; background: var(--home-background-image); background-size: contain; }
#mask { display: none; position: absolute; left: -50%; right: -50%; top: 0; bottom: 0; background: rgba(0,0,0,0.7); z-index: 10; }

.menu-active, .checkout-active, .popup-active { overflow: hidden !important; }
    .menu-active #mobile-nav, .menu-active #mobile-nav:before { left: 0; }
    .menu-active #shadow, .checkout-active #shadow, .popup-active .popup-a > #shadow { visibility: visible; opacity: 1; }

#mobile-nav { overflow-x: hidden; overflow-y: auto; position: fixed; left: -308px; top: 0; bottom: 0; z-index: 999; width: 100%; max-width: 308px; padding: 210px 0 0; background: #fafafa; }
    #mobile-nav:before { content: "\e907"; left: -229px; right: 0; z-index: 1; height: 193px; padding: 80px 0 0; background: var(--main-colour); font-size: 148px; line-height: 148px; }
    #mobile-nav:before, #mobile-nav:after { display: block; overflow: hidden; position: absolute; left: 0; top: 0; right: 0; color: #fff; font-family: i; font-weight: 400; }
    #mobile-nav > ul { list-style: none; margin: 0; padding: 0; }
        #mobile-nav > ul > li { font-size: 1.6em; }
            #mobile-nav > ul > li > a { display: block; position: relative; padding: 11px 34px; color: var(--darker-colour); font-weight: 500; text-decoration: none; }
            #mobile-nav > ul > li.a > a:before { content: "\f105"; display: block; position: absolute; right: 29px; top: 50%; margin: -15px 0 0; color: var(--main-colour); font-family: f; font-weight: 400; font-size: 25px; line-height: 30px; }
            #mobile-nav > ul > li.b > a:before { content: "\f2bd"; display: block; position: absolute; right: 29px; top: 50%; margin: -15px 0 0; color: var(--main-colour); font-family: f; font-weight: 400; font-size: 25px; line-height: 30px; }

#checkout-page #logo { display: block; margin: 0 auto; }
#checkout-page #basket footer a { display: none; }
#checkout-page #content { position: relative; }
#basket { position: fixed; top: 0; bottom: 0; right: -324px; width: 250px; background: #fff; -moz-transition: all .15s ease 0s; -webkit-transition: all .15s ease 0s; -o-transition: all .15s ease 0s; -ms-transition: all .15s ease 0s; transition: all .15s ease 0s; z-index: 900; }
    #basket > hr { margin-bottom: 25px; border: 2px solid #dee5eb; }
    #basket > header { padding: 25px 25px 0; }
        #basket > header > h2 { font-size: 20px; margin-bottom: 5px; }
            #basket > header > h2 > a { position: absolute; right: 25px; color: #000; z-index: 10; }
        #basket > header > p { padding-left: 20px; position: relative; margin-bottom: 10px; }
            #basket > header > p:before { content: "\f276"; font-weight: 900; font-family: "f"; position: absolute; left: 1px; font-size: 15px; }
        #basket > header > ul { text-align: center; position: relative; padding: 15px 0; margin-bottom: 0; }
            #basket > header > ul:before { content: ""; position: absolute; top: 0; left: -25px; right: -25px; border-top: 3px solid #f7fafb; }
            #basket > header > ul:after { content: ""; position: absolute; bottom: 0; left: -25px; right: -25px; border-top: 3px solid #f7fafb; }
            #basket > header > ul > li { display: inline-block; padding: 25px 0 0; width: 49%; }
                #basket > header > ul > li > a { position: relative; color: #c7ced3; padding-top: 25px; }
                #basket > header > ul > li.active > a, #basket > header > ul > li:hover > a { color: #5a5a5a; }
                #basket > header > ul > li:first-child > a:after { content: ""; position: absolute; right: -18px; top: 5px; bottom: 5px; display: block; border-right: 3px solid #f7fafb; }
                #basket > header > ul > li > a > i { font-size: 20px; position: absolute; top: 0; left: 50%; transform: translate(-50%); }
    #basket > footer { position: absolute; bottom: 0; left: 0; right: 0; }
        #basket > footer > a { position: relative; background: var(--main-colour); width: 100%; color: #fff; padding: 17px; text-align: center; font-size: 15px; display: block; }
            #basket > footer > a:before, #basket > footer > a:after { position: absolute; top: 13px; font-size: 18px; }
            #basket > footer > a:before { content: "\f291"; font-family: f; left: 18px; }
            #basket > footer > a:after { content: "\f105"; font-family: f; right: 18px; }
        #basket > footer > p { padding: 19px 0; margin: 0; text-align: center; border-top: 3px solid #f0f5f7; font-size: 15px; font-weight: 900; }
            #basket > footer > p > strong { position: relative; top: 1px; font-size: 20px; margin-left: 20px; }
                #basket > footer > p > strong:before { content: ""; }
            #basket > footer > p > span { font-size: 11px; }
        #basket > footer > ul { text-align: center; font-size: 18px; color: #989898; margin: 0; }
            #basket > footer > ul > li { display: inline-block; }
                #basket > footer > ul > li > i:before { font-family: f; font-style: normal; }
        #basket > footer > label { display: block; width: 70%; color: #989898; font-size: 11px; font-weight: 900; margin: 15px auto; }
            #basket > footer > label > span:before { content: ""; }
.basket-active #basket { right: 0; }
.basket-active #content > footer > ul { width: 30%; }

#shadow, #mobile-nav, #content, .checkout-a aside { -moz-transition: all .15s ease 0s; -webkit-transition: all .15s ease 0s; -o-transition: all .15s ease 0s; -ms-transition: all .15s ease 0s; transition: all .15s ease 0s; }
#shadow { visibility: hidden; position: fixed; left: 0; top: 0; z-index: 30; width: 100%; height: 100%; max-width: none; background: rgba(41,49,52,.95); opacity: 0; cursor: pointer; }
.menu-backdrop { position: absolute; left: -3000px; right: -3000px; height: 58px; background: #fff; z-index: -1; }
#menu { position: relative; background: #fff; z-index: 20; border-bottom: 4px solid var(--main-background-colour); padding-right: 60px; }
    #menu:after { content: ""; position: absolute; top: 0px; left: -3000px; right: -3000px; bottom: 0px; z-index: -1; background: #fff; }
    #menu.fix { position: fixed; top: 0; width: inherit; }
    #menu ul { display: inline-block; margin: 0; }
        #menu ul li { display: inline; }
            #menu ul li a { color: #939697; text-transform: uppercase; font-weight: 500; font-size: 12px; display: block; vertical-align: middle; padding: 20px 15px; width: 100%; }
            #menu ul li.highlight > a { color: var(--main-colour); }
        #menu ul:not(#more) li:first-child a { padding-left: 0; }
        #menu ul li a:hover { color: var(--main-colour); }
        #menu ul li i { font-size: 20px; }
        #menu ul:first-of-type { display: block; overflow-y: hidden; background: #fff; height: 58px; width: 100%; }
            #menu ul:first-of-type li { position: relative; text-align: center; color: #ec008b; font-weight: 700; font-size: 2em; display: inline-block; }
        #menu ul:last-of-type { position: absolute; right: 0; top: 0; bottom: 0; }
            #menu ul:last-of-type li { display: inline-block; height: 58px; vertical-align: middle; }
                #menu ul:last-of-type li a:hover { color: inherit; }
                #menu ul:last-of-type li > span { top: 7px; }
        #menu ul li.basketCount a { padding: 17px 0px !important; }
        #menu ul:first-of-type li:only-child a { padding: 20px 15px !important; }

.link-a { position: relative; margin: 22px -10px 28px; font-size: 1.7em; line-height: 1.34782608696; }
    .link-a > a { display: block; overflow: hidden; position: relative; padding: 19px; border-radius: 3px; background: var(--main-colour); color: #fff; font-weight: 500; text-decoration: none; text-align: center; margin-top: 10px; }
        .link-a > a.a { background: var(--darker-colour); }

        .link-a > a.brochure:before, .link-a > a.appliaction:before { content: ""; position: absolute; top: 0; right: 0; width: 60px; font-family: f; font-weight: 900; padding: 19px; background: rgba(0,0,0,0.5); }
        .link-a > a.brochure { background: var(--main-colour); }
            .link-a > a.brochure:before { content: "\f518"; }
        .link-a > a.appliaction { background: var(--secondary-colour); }
            .link-a > a.appliaction:before { content: "\f15c"; }

.basket-active #menu ul li a { padding: 20px 7px; -moz-transition: none; -webkit-transition: none; -o-transition: none; -ms-transition: none; transition: none; }
.basket-active.wholesale #menu ul li a { padding: 20px 15px; }

a[href="#more"].active { color: var(--main-colour) !important; }
a[href="#more"] i { font-size: 14px !important; margin-right: 5px; }
#more { position: absolute; columns: 3; right: 0; left: 0; background: var(--header-colour); z-index: -1; padding: 20px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; transform: translateY(-150%); }
    #more.active { transform: translateY(0); }
    #more > li > a { color: var(--header-text-colour) !important; display: inline-block !important; }

.basket-active .fix #more { right: 260px; }
.basket-active #menu.fix ul:last-of-type { right: 225px; }

.basket-active.wholesale .fix #more { right: initial; }
.basket-active.wholesale #menu.fix ul:last-of-type { right: initial; }


.basketCount { position: relative; margin-right: 10px; margin-bottom: -10px; }
    .basketCount a { position: relative; z-index: 2; font-weight: 400; text-decoration: none; width: 57px; color: #5a5a5a !important; }
        .basketCount a i { margin: 0; }
        .basketCount a span { position: absolute; left: -3000px; }
    .basketCount > span { position: absolute; left: 0px; right: 0; top: 0; z-index: 1; font-size: 1.1em; font-weight: 600; text-align: center; color: var(--main-colour); }
.back { position: absolute; left: 0; color: #fff; font-size: 25px; cursor: pointer; }
    .back:before { content: "\f104"; font-family: f; }
.basket { position: absolute; right: 0; top: 0; z-index: 3; }
    .basket li { position: relative; float: left; color: #fff; font-weight: 700; font-size: 2em; }
        .basket li > span { display: block; position: absolute; left: 0px; top: 13px; right: 0; z-index: 1; font-size: .695em; text-align: center; }
        .basket li a[href="#checkout-basket"] { display: block; position: relative; z-index: 2; padding: 5px 12px; color: var(--darker-colour); font-weight: 400; line-height: 62px; text-decoration: none; color: #fff; }
            .basket li a[href="#checkout-basket"] span { position: absolute; left: -3000px; }

#section { position: relative; padding: 30px 0; }
    #section > h2, #section > div > h2 { font-weight: 600; font-size: 25px; margin: 20px 0px 5px 0px; }
    #section > p, #section > div > p { margin: 0 0px 20px; font-weight: 600; }

.banner { height: 250px; background-size: cover; background-position: center; display: table; width: 200%; margin: 0; position: relative; left: -50%; right: -50%; }
    .banner.a { background-image: var(--home-banner-background-image); }
    .banner > img { display: none; }
    .banner.soon:before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #000; opacity: 0.3; z-index: 0; }
    .banner h2 { position: relative; color: #fff; font-size: 40px; text-align: center; margin-top: 60px; margin-bottom: 0; z-index: 1; }
    .banner p { position: relative; width: 50%; margin: 0 auto; text-align: center; color: #fff; font-size: 17px; font-weight: 900; z-index: 1; }
    .banner.b { background-image: unset !important; background-color: #ffffff; background-size: contain; box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.16); }
        .banner.b > article { display: table-cell; vertical-align: middle; }
            .banner.b > article > div { position: relative; width: 50%; margin: 0 auto; }
                .banner.b > article > div > h1 { color: var(--main-colour); font-size: 30px; width: 50%; }
                .banner.b > article > div > p { margin: 0 0 10px; color: #5a5a5a; text-align: left; }
                    .banner.b > article > div > p > strong { font-size: 25px; }
                .banner.b > article > div > div > img { position: absolute; top: 50%; right: 0; border-radius: 10px; transform: translateY(-50%); box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.16); }

    .banner.c { display: table; background-size: cover; height: 400px; }
        .banner.c > h1 { display: table-cell; position: relative; vertical-align: middle; text-align: center; font-size: 60px; color: var(--main-colour); z-index: 1; }
            .banner.c > h1:before { content: ""; position: absolute; top: 50%; left: 50%; display: block; background: #fff; border-radius: 10px; height: 100px; width: 500px; transform: translate(-50%,-50%); z-index: -1; }
        .banner.c > img { display: none; }

h2.intro-heading { font-size: 2em; }
div.intro-food2go p { font-weight:bold; }

/*.double > * { display: block; float: right; }
    .double > *:first-child { float: left; }
.double:after { content: ""; display: block; clear: both; }*/
.article-a {
    padding: 30px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
}
    .article-a > header { position: relative; padding-right: 100px; }
        .article-a > header > h2 { font-weight: 400; font-size: 25px; margin: 0 5px 5px; }
        .article-a > header > p { margin: 0 5px !important; }
        .article-a > header > a { display: block; position: absolute; top: 0; right: 0; height: 26px; }
            .article-a > header > a:after { content: "\f0fe"; font-family: 'f'; font-size: 30px; display: block; margin-top: -10px; }
    .article-a .list-a { display: none; margin-bottom: 0; padding: 0; }
        .article-a .list-a > li.a { padding-left: 155px; }
        .article-a .list-a > li { padding: 15px 0px; }
            .article-a .list-a > li.a > figure { left: 0; }
            .article-a .list-a > li > h2 > i.fa-plus-square, .article-a .list-a > li > h2 > i.fa-do-not-enter { right: 0; }
    .article-a.active .list-a { display: block; }
    .article-a.active > header > p { margin: 0 5px 20px !important; }
    .article-a.active > header > a:after { content: "\f146"; }
    .article-a.success { border: 2px solid #70a401; }
    .article-a.error { border: 2px solid #c10505; }

.article-b { position: relative; margin: 100px 0; }
    .article-b > figure { background-repeat: no-repeat; background-position: center; position: absolute; top: 50%; transform: translateY(-50%); margin: 0; }
        .article-b > figure > img { height: auto !important; width: 100% !important; }
    .article-b > div { width: 307px; }
        .article-b > div.left { left: 0; right: unset; }
        .article-b > div > h2 { font-size: 25px; }
        .article-b > div > p { font-size: 16px; text-align: justify; }
        .article-b > div > ul { list-style: outside; }
            .article-b > div > ul > li > * { color: #5a5a5a !important; }

.article-c { position: relative; background: var(--darker-colour); border-radius: 20px; margin: 100px 0; }
    .article-c:before { content: ""; position: absolute; right: 25px; bottom: -20px; width: 300px; height: 50px; background: var(--darker-colour); border-radius: 20px; z-index: -1; }
    .article-c > figure { height: 441px; background-repeat: no-repeat; background-position: center; margin: 0; background-size: cover; border-radius: 0 20px 20px 0; }
        .article-c > figure > img { display: none; height: 400px }
    .article-c > div { display: block; width: 30%; margin-top: -25px; margin-left: 35px; color: #fff; background: var(--main-colour); padding: 20px; border-radius: 20px; font-size: 11px; }
        .article-c > div > h2 { font-size: 25px; }
        .article-c > div > p { font-size: 16px; text-align: justify; }
        .article-c > div > ul { list-style: outside; }
            .article-c > div > ul > li > * { color: #5a5a5a !important; }

.article-d { position: relative; margin: 100px 0; }
    .article-d > div { width: 307px; }
        .article-d > div > h2 { font-size: 25px; }
        .article-d > div > p { font-size: 16px; text-align: justify; }
        .article-d > div > ul { list-style: outside; }
            .article-d > div > ul > li > * { color: #5a5a5a !important; }

.article-e { position: relative; margin: 100px 0; }
    .article-e > div { width: 307px; }
        .article-e > div > h2 { font-size: 25px; }
        .article-e > div > p { font-size: 16px; text-align: justify; }
        .article-e > div > ul { list-style: outside; }
            .article-e > div > ul > li > * { color: #5a5a5a !important; }


.article-f > figure { position: relative; height: 441px; background-repeat: no-repeat; background-position: center; border-radius: 20px; }
    .article-f > figure > div { position: absolute; top: 50%; left: 50px; width: 307px; transform: translateY(-50%); }
        .article-f > figure > div > h2 { font-size: 25px; }
        .article-f > figure > div > p { font-size: 16px; text-align: justify; }
.article-f > div > ul { list-style: outside; }
    .article-f > div > ul > li > * { color: #5a5a5a !important; }
.article-f > figure > img { display: none; }

.stack.a { position: relative; height: 470px; margin: 0; }
    .stack.a:before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: block; height: 360px; width: 360px; background: linear-gradient(90deg, var(--main-colour) 50%, var(--secondary-colour) 50%); border-radius: 15px; }
    .stack.a > img { position: absolute; }
        .stack.a > img:first-child { top: 0; left: 25px; z-index: 1; border-radius: 15px; }
        .stack.a > img:nth-child(2) { right: 25px; bottom: 0; z-index: 0; border-radius: 15px; }

.stack.b { position: relative; height: 470px; margin: 0; }
    .stack.b:before { content: ""; position: absolute; top: 0; left: 40px; display: block; height: 70px; width: 70px; background: var(--main-colour); border-radius: 15px; z-index: 2; }
    .stack.b > img { position: absolute; }
        .stack.b > img:first-child { top: 30px; left: 0; z-index: 0; border-radius: 15px; }
        .stack.b > img:nth-child(2) { right: 25px; bottom: 0; z-index: 1; border-radius: 15px; }

.stack.c { margin: 0; }
    .stack.c > img { margin: 7px; border-radius: 15px; float: right; }
        .stack.c > img:nth-child(-n+2) { float: none; }

.stack.d { position: relative; height: 470px; margin: 0; }
    .stack.d:before { content: ""; position: absolute; bottom: 20%; left: 25%; display: block; height: 70px; width: 70px; background: var(--secondary-colour); border-radius: 15px; z-index: 2; }
    .stack.d > img { position: absolute; }
        .stack.d > img:first-child { top: 30px; left: 0; z-index: 0; border-radius: 15px; }
        .stack.d > img:nth-child(2) { right: 25px; bottom: 0; z-index: 1; border-radius: 15px; }

.check-a > header label { display: block; cursor: pointer; height: 20px; width: 20px; background: #dfe8ea; border-radius: 20px; position: absolute; left: 0; top: 5px; }
.check-a > header input:checked + label { background: var(--main-colour); }
#checkoutForm .check-a > header label { top: 0px; }

.search { position: relative; display: inline-block; margin: 0 auto; width: 100%; text-align: center; }
    .search li { position: relative; display: inline-table; margin: 0 -3px; z-index: 0; }
        .search li i { margin-right: 10px; }
        .search li a { position: relative; background: var(--postcode-button-color); color: rgba(255, 255, 255, 0.5); padding: 20px 35px; text-decoration: none; font-size: 1.2em; }
            .search li a.active { color: #fff; }
            .search li a:hover { color: #fff; }
        .search:not(.collectiononly, .picker) li:first-child a { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
            .search:not(.collectiononly, .picker) li:first-child a:after { content: ""; position: absolute; right: 0; top: 20px; height: 17px; width: 3px; background: rgba(255, 255, 255, 0.5); border-radius: 3px; }
        .search:not(.collectiononly, .picker) li:last-child a { margin-left: 10px; border-radius: 5px; background: var(--postcode-button-color); color: #fff; }
        .search:not(.collectiononly, .picker) li:last-child i { margin-right: 20px; }
        .search:not(.collectiononly, .picker) li input { border: none; padding: 20px 49px 18px 22px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
        .search.collectiononly li a, .search.picker li a { border-radius: 5px; background: var(--postcode-button-color); color: #fff; box-shadow: 5px 0px 10px 0px #060606;  }
    
    .prod-search { position: relative; display: inline-block; margin: 0 auto; width: 100%; text-align: center; }
    .prod-search li { position: relative; z-index: 0; }
        .prod-search li a { position: relative; background: var(--postcode-button-color); padding: 20px 15px; text-decoration: none; font-size: 1.2em; border-top-right-radius: 5px; border-bottom-right-radius: 5px; color: #fff; margin-left: -5px; }
        .prod-search li input { border: none; padding: 20px 49px 18px 22px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; width: 85%; }

p.storepicker .select2 { margin-top: 15px; width: 50% !important; }
p.storepicker .select2-selection { border: none !important; border-bottom: 0px solid #f0f5f7 !important; border-radius: 0px !important; padding: 10px 0; height: auto !important; text-align: left; font-size: 17px; font-weight: 900; }
p.storepicker .select2-selection__rendered { padding-left: 5px !important; }
p.storepicker .select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: var(--main-colour) transparent transparent transparent !important; }
p.storepicker span.select2-selection__placeholder { text-transform:uppercase;}
p.storepicker span.select2-selection__placeholder:after { content: " your store..."; }

.module-featured figure:before { background: -moz-linear-gradient(left, var(--home-gradient)); background: -webkit-linear-gradient(left, var(--home-gradient)); background: linear-gradient(to right, var(--home-gradient)); }
.module-featured figure:before { z-index: 8; }
.module-featured img { display: block; width: 100% !important; height: 100% !important; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }
.module-featured:first-child { margin-top: -45px; }
.module-featured { margin: 0 0 45px; color: #fff; width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
    .module-featured article { position: relative; z-index: 2; min-height: 405px; padding: 63px 0 59px; }
    .module-featured figure { left: 50%; width: 100vw; max-width: none; margin: 0 0 0 -50vw; }
        .module-featured figure:before { left: 0; right: auto; width: 63.884615384vw; }
    .module-featured h1, .module-featured h2, .module-featured h3, .module-featured h4, .module-featured h5, .module-featured h6 { margin: 0 0 14px; color: #fff; font-size: 7.0135em; line-height: 0.9410422756; }
    .module-featured .owl-dots { position: absolute; left: 50%; bottom: 41px; z-index: 9; margin: 0 0 0 -512px; }
        .module-featured .owl-dots button:before { background: #fff; }
.module-featured { margin-bottom: 0; }
    .module-featured article > figure { left: 0; right: 0; width: auto; margin-right: 0; margin-left: 0; }
    .module-featured article > * { position: relative; width: 1024px; text-align: left !important; margin-left: auto; margin-right: auto; max-width: none; z-index: 1; }
        .module-featured article > *:before { content: "" !important; }

.module-product:after { content: ""; display: block; overflow: hidden; clear: both; }
.module-product .semantic-number .btn { text-decoration: none; }
.module-product { position: relative; max-width: 1045px; margin: 22px 0 22px; padding: 0 525px 0 0; }
    .module-product > *, .module-product > header { clear: right; float: right; width: 525px; margin-right: -525px; padding-right: 25px; padding-left: 50px; }
        .module-product > header + *, .module-product > nav, .module-product > footer { clear: left; float: left; width: 100%; padding-right: 0; padding-left: 0; }
    .module-product .tabs-a { margin-right: -25px; }
    .module-product > header { }
        .module-product > header h1, .module-product > header h2, .module-product > header h3, .module-product > header h4, .module-product > header h5, .module-product > header h6 { width: 100%; margin: 0 0 14.5px; font-size: 4.9115em; line-height: 1.1401812074; }
            .module-product > header h1 span, .module-product > header h2 span, .module-product > header h3 span, .module-product > header h4 span, .module-product > header h5 span, .module-product > header h6 span { display: block; margin: 0 0 5px; font-family: Roboto, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 500; line-height: 1.8571428571; text-transform: none; }
    .module-product .price { margin-right: 21px; color: var(--main-colour); font-size: 2.8em; font-weight: 900; font-family: Galano, Roboto, Arial, Helvetica, sans-serif; line-height: 1; text-transform: uppercase; }
        .module-product .price span { color: var(--darker-colour); /*text-decoration: line-through; */}
    .module-product .rating-a { }
        .module-product .rating-a .rating > *:before { background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OS4yIDQ3LjEiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ5LjIgNDcuMSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzM0MjkzMzt9PC9zdHlsZT48cGF0aCBkPSJNNDkuMSAxNy43Yy0uNC0xLjItMS4yLTEuOC0yLjQtMS45bC0xMy40LTItNi0xMi4xQzI2LjcuNiAyNS44IDAgMjQuNiAwYy0xLjIgMC0yLjEuNi0yLjcgMS43bC02IDEyLjEtMTMuNCAyYy0xLjIuMS0yIC44LTIuNCAxLjktLjQgMS4yLS4xIDIuMi43IDNsOS43IDkuNS0yLjIgMTMuNWMtLjIgMS4yLjIgMi4xIDEuMiAyLjhzMiAuOCAzIC4ybDEyLTYuMiAxMiA2LjJjMSAuNiAyLjEuNSAzLS4yIDEtLjcgMS40LTEuNiAxLjItMi44bC0yLjMtMTMuNCA5LjctOS41YzEuMS0uOSAxLjMtMS45IDEtMy4xeiIgY2xhc3M9InN0MCIvPjwvc3ZnPg==); }
        .module-product .rating-a .rating > * .fill { background-color: #f0f5f7; }
    .module-product .info .more { display: none; }
    .module-product header { -webkit-align-items: center; align-items: center; }

.semantic-number .btn { background: none; }
    .semantic-number .btn:before { display: block; position: absolute; left: 0; top: 50%; width: 100%; margin: -10px 0 0; font-weight: 400; font-family: i; line-height: 20px; text-align: center; text-indent: 0; letter-spacing: normal; }

.form-product .submit a:before, .form-product .submit button:before { display: block; position: absolute; left: 0; top: 50%; width: 100%; margin: -10px 0 0; font-weight: 400; font-family: i; line-height: 20px; text-align: center; text-indent: 0; letter-spacing: normal; }
.form-product .submit a { text-decoration: none; }
    .form-product .submit a:before, .form-product .submit button:before { content: "\f054"; font-family: f; left: auto; right: 26px; width: auto; font-size: 12px; }
.form-product { margin: 0px; }
    .form-product p { width: auto; margin: 0 0 13px; border-left: 13px solid rgba(0,0,0,0); }
        /*.form-product p:first-child { min-width: 158px; max-width: 158px; }*/
        .form-product p label { display: block; position: absolute; left: 0; top: 0; padding: 1px 0 0 23px; color: var(--main-colour); font-weight: 500; line-height: 58px; z-index: 1; }
    .form-product input { padding-left: 92px; text-align: right; }
    .form-product select { padding-left: 102px; }
    .form-product .submit { width: calc(100% + 10px); margin-right: -10px; }
        .form-product .submit button, .form-product .submit a { display: block; overflow: hidden; position: relative; margin-right: 10px; padding: 17px 50px 17px 30px; border-radius: 0px; border: 0 solid var(--main-colour); background: var(--main-colour); color: #fff; font-size: 22.295px; font-weight: 900; font-family: Galano, Roboto, Arial, Helvetica, sans-serif; line-height: 1; text-transform: uppercase; text-decoration: none; text-align: center; }
        .form-product .submit a { border-color: var(--darker-colour); color: #ffffff; background: var(--darker-colour); padding: 17px 45px 17px 20px; }
        .form-product .submit button { float: left; }
        .form-product .submit:after { content: ""; display: block; overflow: hidden; clear: both; }


    .form-product .semantic-number { display: block; position: relative; }
        .form-product .semantic-number input { padding-right: 50px; padding-left: calc(100% - 90px); text-align: center; }
        .form-product .semantic-number .btn { display: block; position: absolute; top: 0; bottom: 0; z-index: 9; width: 30px; font-size: 20px; text-align: left; text-indent: -3000em; }
            .form-product .semantic-number .btn.min { right: 95px; }
            .form-product .semantic-number .btn.plu { right: 16px; }
            .form-product .semantic-number .btn.min:before { content: "\f146"; font-family: f; color: var(--main-colour); font-weight: 900; }
            .form-product .semantic-number .btn.plu:before { content: "\f0fe"; font-family: f; color: var(--main-colour); font-weight: 900; }



.form-product { display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
    .form-product p { position: relative; -webkit-flex-grow: 3; -ms-flex-grow: 3; flex-grow: 3; }
    .form-product input { display: block; height: 58px; width: 100%; padding: 0 22px; border: 1px solid #fff; background: 100% center no-repeat #fff; background-size: auto 6px; }
    .form-product .select2 { width: 100% !important; }
    .form-product .select2-selection { padding: 15px 56px 10px 102px; border-radius: 4px !important; height: 56px !important; width: 100%; border: none !important; }
    .form-product .select2-container--default .select2-selection--single .select2-selection__arrow { position: absolute; top: 50%; right: 20px; height: 21px; width: 13px; transform: translateY(-50%); color: var(--darker-colour); font-weight: bold; font-size: 15px; }
        .form-product .select2-container--default .select2-selection--single .select2-selection__arrow:before { content: "\f078"; font-family: f; }
        .form-product .select2-container--default .select2-selection--single .select2-selection__arrow b { display: none; }
    .form-product .select2-container--default .select2-selection--single .select2-selection__rendered { padding: 0; }

.list-product { list-style: none; margin: 0 0 26px; padding: 0; }
    .list-product li { height: 508px; margin: 0 0 12px; border-radius: 4px; background: #fff; }
    .list-product .pager { overflow: hidden; list-style: none; margin: 0 0 0 -12px; padding: 0; }
        .list-product .pager li { position: relative; z-index: 2; float: left; width: 25%; height: 120px; margin: 0 0 12px; border-left: 12px solid rgba(0,0,0,0); background: none; }
            .list-product .pager li:before, .list-product .owl-stage-outer { border-radius: 4px; background: #fff; }
        .list-product .pager a { display: block; overflow: hidden; border-radius: 4px; }
        .list-product .pager img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; border-radius: 4px; }
    .list-product .owl-stage-outer { margin-bottom: 12px; }
        .list-product .owl-stage-outer li { margin-bottom: 0; }
    .list-product img { width: 100%; height: 100% !important; -webkit-align-self: center; -ms-align-self: center; align-self: center; -webkit-flex-shrink: 0; -ms-flex-shrink: 0; flex-shrink: 0; }
    .list-product .pager img { display: block; width: 100% !important; height: 100% !important; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }
    .list-product .pager .current, .list-product .pager .current * { cursor: default; }
    .list-product li { display: -moz-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; }
    .list-product .pager.mobile-only { position: absolute; left: -3000em; top: 0; right: auto; bottom: auto; }

.rating-a .rating > *:before, .rating-a .rating > * .fill { content: ""; display: block; overflow: hidden; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: -1; text-align: left; text-indent: -3000em; direction: ltr; }
.rating-a { position: relative; }
    .rating-a .rating { display: block; overflow: hidden; position: relative; height: 15px; margin: 0 -1px 0 0; padding: 0; box-shadow: none; border-radius: 0; background: none; text-align: left; text-indent: -3000em; }
        .rating-a .rating > * { display: block; position: relative; z-index: 2; float: left; width: 15px; height: 100%; margin: 0 8px 0 0; }
            .rating-a .rating > *:before { content: ""; z-index: 1; background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OS4yIDQ3LjEiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ5LjIgNDcuMSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I2YwZjVmNzt9PC9zdHlsZT48cGF0aCBkPSJNNDkuMSAxNy43Yy0uNC0xLjItMS4yLTEuOC0yLjQtMS45bC0xMy40LTItNi0xMi4xQzI2LjcuNiAyNS44IDAgMjQuNiAwYy0xLjIgMC0yLjEuNi0yLjcgMS43bC02IDEyLjEtMTMuNCAyYy0xLjIuMS0yIC44LTIuNCAxLjktLjQgMS4yLS4xIDIuMi43IDNsOS43IDkuNS0yLjIgMTMuNWMtLjIgMS4yLjIgMi4xIDEuMiAyLjhzMiAuOCAzIC4ybDEyLTYuMiAxMiA2LjJjMSAuNiAyLjEuNSAzLS4yIDEtLjcgMS40LTEuNiAxLjItMi44bC0yLjMtMTMuNCA5LjctOS41YzEuMS0uOSAxLjMtMS45IDEtMy4xeiIgY2xhc3M9InN0MCIvPjwvc3ZnPg==) no-repeat; background-size: auto 100%; }
            .rating-a .rating > * .fill { right: auto; z-index: 2; background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OS4yIDQ3LjEiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ5LjIgNDcuMSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzdDNDE1MDt9PC9zdHlsZT48cGF0aCBkPSJNNDkuMSAxNy43Yy0uNC0xLjItMS4yLTEuOC0yLjQtMS45bC0xMy40LTItNi0xMi4xQzI2LjcuNiAyNS44IDAgMjQuNiAwYy0xLjIgMC0yLjEuNi0yLjcgMS43bC02IDEyLjEtMTMuNCAyYy0xLjIuMS0yIC44LTIuNCAxLjktLjQgMS4yLS4xIDIuMi43IDNsOS43IDkuNS0yLjIgMTMuNWMtLjIgMS4yLjIgMi4xIDEuMiAyLjhzMiAuOCAzIC4ybDEyLTYuMiAxMiA2LjJjMSAuNiAyLjEuNSAzLS4yIDEtLjcgMS40LTEuNiAxLjItMi44bC0yLjMtMTMuNCA5LjctOS41YzEuMS0uOSAxLjMtMS45IDEtMy4xeiIgY2xhc3M9InN0MCIvPjwvc3ZnPg==) no-repeat #fff; background-size: auto 100%; }
    .rating-a .label { position: absolute; left: -3000em; top: 0; right: auto; bottom: auto; }
    .rating-a .rating { display: -moz-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

figure.no-background.product { float: left; padding-right: 0px; width: 100%; margin-bottom:-10px;}

.link-strong a { display: inline-block; overflow: hidden; position: relative; padding: 15px 27px 15px 23px; border-radius: 4px; background: var(--darker-colour); color: #fff; font-weight: 900; text-align: left; }
.link-strong span { display: block; padding: 0 0 2px; font-size: 14px; font-family: Roboto, Arial, Helvetica, sans-serif; font-weight: 400; line-height: 1.3; text-transform: none; }
.link-strong i { display: inline-block; position: relative; top: 5px; float: right; margin-left: 22px; font-size: 12px; }

.owl-carousel { position: absolute; left: -3000em; top: 0; }
.owl-carousel { -webkit-tap-highlight-color: transparent; }
    .owl-carousel .owl-stage { position: relative; }
    .owl-carousel .owl-stage { -ms-touch-action: pan-Y; touch-action: manipulation; -moz-backface-visibility: hidden; }
    .owl-carousel .owl-stage-outer { overflow: hidden; position: relative; width: 100%; }
    .owl-carousel .owl-stage-outer { -webkit-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
    .owl-carousel .owl-wrapper, .owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); -webkit-transform-style: preserve-3d; }
    .owl-carousel .owl-item { position: relative; float: left; }
    .owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }
    .owl-carousel.owl-loading, .owl-carousel.owl-loaded { position: relative; left: 0; top: 0; }
    .owl-carousel.owl-drag .owl-item { -ms-touch-action: none; touch-action: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
    .owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item { -ms-touch-action: auto; touch-action: auto; }
    .owl-carousel.owl-grab { cursor: move; cursor: grab; }
    .owl-carousel .owl-item img.owl-lazy { -webkit-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; }
.owl-nav button, .owl-dots button { position: relative; display: block; min-width: 0; width: 16px; height: 16px; margin: 0; padding: 0; box-shadow: none; border-radius: 0; border: 0; background: none; text-indent: -3000em; text-align: left; float: left; }
.owl-nav button { }
    .owl-nav button.owl-prev { left: 0; }
    .owl-nav button.owl-next { right: 0; }
.owl-dots { clear: both; }
.owl-dots { -webkit-justify-content: center; justify-content: center; }
.owl-carousel .owl-stage:after, .owl-carousel .owl-stage-outer:after { content: ""; display: block; overflow: hidden; clear: both; }
.owl-carousel.owl-loading, .owl-carousel.owl-hidden, .owl-carousel.owl-refresh .owl-item, .owl-carousel .owl-item .owl-lazy { visibility: hidden; opacity: 0; }
.owl-dots button.active { cursor: default; }
.owl-dots button:before, .module-featured figure:before, .module-featured figure { content: ""; display: block; overflow: hidden; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 0; text-align: left; text-indent: -3000em; direction: ltr; }
.owl-dots button:before { content: ""; display: block; position: absolute; left: 50%; top: 50%; width: 7px; height: 7px; margin: -3.5px 0 0 -3.5px; border-radius: 99px; background: var(--darker-colour); }
#root .owl-dots button.active:before { background: var(--darker-colour); }
.owl-carousel .link-strong a { display: inline-block !important; }

.form-store { position: relative; z-index: 21; padding: 30px 0; color: #fff; }
    .form-store:after, .form-store:before { content: ""; display: block; position: absolute; left: -1000em; right: -1000em; top: 0; bottom: 0; z-index: -1; transition: visibility .4s cubic-bezier(.4,0,.2,1) 0s, color .4s cubic-bezier(.4,0,.2,1) 0s, background-color .4s cubic-bezier(.4,0,.2,1) 0s, border-color .4s cubic-bezier(.4,0,.2,1) 0s, opacity .4s cubic-bezier(.4,0,.2,1) 0s; -webkit-transition-delay: -.1s; -webkit-transform-origin: center center; transform-origin: center center; }
    .form-store:before { background: var(--postcode-background-color); }
    .form-store:after { visibility: hidden; top: -3000em; bottom: -3000em; background: var(--darker-colour); opacity: 0; }
    .form-store header { visibility: hidden; position: absolute; left: 0; right: 0; bottom: 100%; padding: 0 0 16px; text-align: center; opacity: 0; }
        .form-store header h1, .form-store header h2, .form-store header h3, .form-store header h4, .form-store header h5, .form-store header h6 { margin: 0 0 18px; font-size: 7.0135em; }
    .form-store footer { visibility: hidden; position: absolute; left: 0; right: 0; top: 100%; padding: 55px 0 0; text-align: center; opacity: 0; }
        .form-store footer p { font-size: 2.2295em; font-weight: 900; font-family: Galano, Roboto, Arial, Helvetica, sans-serif; line-height: 1; text-transform: uppercase; }
            .form-store footer p a { display: block; font-weight: 900; }
                .form-store footer p a:before { content: "\f00d"; display: inline-block; position: relative; margin: 0 16px 0 0; font-family: 'f'; }
    .form-store a { color: #fff; }
    .form-store label { margin: 0 28px 0 0; color: #fff; font-size: 1em; font-weight: 400; }
    .form-store p { display: -moz-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
    .form-store > p input { display: block; width: 259px; border-radius: 4px 0 0 4px; border: 1px solid #fff; background: 100% center no-repeat #fff; background-size: auto 6px; height: 58px; padding: 0 22px; }
    .form-store button { overflow: hidden; height: 58px; padding: 0 30px; border-radius: 0 4px 4px 0; float: left; padding: 17px 30px; border-radius: 3px; border: 0 solid var(--main-colour); background: var(--main-colour); color: #fff; font-size: 22.295px; font-weight: 900; line-height: 1; text-transform: uppercase; text-align: center; }
        .form-store button i { display: inline-block; margin: 0 10px 0 0; position: relative; font-size: 0.7849293564em; line-height: 1px; }
    .form-store:first-child { margin-top: -45px; }
    .form-store.toggle:after { visibility: visible; opacity: .9; }
    .form-store.toggle header, .form-store.toggle footer { visibility: visible; opacity: 1; }
    .form-store.a:before { background-image: var(--home-banner-background-image); }
    .form-store.a { min-height: 250px; }
        .form-store.a ul { margin-top: 60px; }

p.alert-strip { position: relative; z-index: 2; clear: both; margin: 0; padding: 12px 0; color: #fff; text-align: center; }
    p.alert-strip:before { content: ""; display: block; position: absolute; left: -1000em; right: -1000em; top: 0; bottom: 0; z-index: -1; background: var(--main-colour); }
    p.alert-strip .strong { display: inline-block; position: relative; top: .1em; margin: 0 15px 0 0; font-size: 1.5925em; font-weight: 900; line-height: 1px; text-transform: uppercase; }

.gallery-a { display: flex; width: 100%; margin: 0 auto 25px; }
    .gallery-a article { display: flex; flex-wrap: nowrap; width: 50%; }
        .gallery-a article > div { position: relative; cursor: pointer; background-color: var(--home-advert-background-colour); color: var(--home-banner-text-colour); margin: 5px; border-radius: 5px; text-align: center; line-height: 75px; font-size: 30px; width: 100%; box-shadow: 0 0 14px -3px #000; overflow: hidden; }
            .gallery-a article > div > a { display: block; position: absolute; top: 0; bottom: 0; right: 0; left: 0; z-index: 2; }
            .gallery-a article > div > figure { margin: 0; z-index: 1; position: relative; height: 200px; width: 100%; background: center/cover no-repeat; border-top-left-radius: 5px; border-top-right-radius: 5px; }
                .gallery-a article > div > figure > img { display: none; }
            .gallery-a article > div > div { font-size: 9px; line-height: 17px; text-align: left; padding: 10px 15px 30px; background: var(--home-advert-background-colour); color: var(--home-advert-font-colour); }
                .gallery-a article > div > div h2 { margin: 0; }
                .gallery-a article > div > div p { margin: 0; color: #bbb; position: absolute; bottom: 8px; }
                    .gallery-a article > div > div p.a { margin: 0; color: #bbb; position: relative; bottom: inherit; }
                .gallery-a article > div > div.a { position: relative; padding: 18px 22px; }
                    .gallery-a article > div > div.a h2 { font-weight: 400; color: #868b8c; }
                    .gallery-a article > div > div.a p { color: #272727; right: 18px; top: 18px; font-size: 12px; font-weight: 600; text-transform: uppercase; }
                        .gallery-a article > div > div.a p span { margin-left: 10px; font-size: 19px; }
            .gallery-a article > div.a figure { display: table; background-position: -15px center; background-size: auto; background-color: var(--main-colour); }
                .gallery-a article > div.a figure h1 { margin: 0; font-weight: 400; font-size: 20px; }
                .gallery-a article > div.a figure p { font-size: 13px; margin: 10px 0 0; }
                .gallery-a article > div.a figure > div { display: table-cell; color: #fff; line-height: 25px; font-size: 15px; text-align: left; padding-left: 100px; padding-right: 10px; vertical-align: middle; }
                    .gallery-a article > div.a figure > div.a { height: 225px; font-size: 29px; padding: 0 60px 0 160px; line-height: 40px; }
                        .gallery-a article > div.a figure > div.a h1 { font-size: 28px; }
            .gallery-a article > div.b figure { height: 225px; }
            .gallery-a article > div.b { background: transparent; color: var(--home-banner-text-colour); }
                .gallery-a article > div.b > div.a h1 { font-size: 16px; margin: 0; font-weight: 500; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: 300px; }
                .gallery-a article > div.b > div.a a { font-size: 14px; }

            .gallery-a article > div.c { overflow: hidden; padding-bottom: 40px; }
                .gallery-a article > div.c > a { bottom: 57px; }
                .gallery-a article > div.c > div > a { position: absolute; bottom: 0; left: 0; right: 0; text-align: center; background: var(--main-colour); color: #fff; padding: 20px; }
    .gallery-a.a { margin-bottom: 30px; }
        .gallery-a.a article { width: 100%; flex-wrap: wrap; }
            .gallery-a.a article > div { max-width: 186px; flex-grow: 1; }
    .gallery-a.b article { width: 100%; }
        .gallery-a.b article > div.a figure > div.a { padding: 0 10px 0 160px; }
            .gallery-a.b article > div.a figure > div.a h1 { font-size: 20px; }

        .gallery-a.b article > div.b figure { display: table; }
            .gallery-a.b article > div.b figure > h1 { display: table-cell; vertical-align: middle; }
        .gallery-a.b article > div.b > div.a h1 { width: auto; }
        .gallery-a.b article > div > div.b { padding: 0; }
            .gallery-a.b article > div > div.b a { display: block; position: relative; padding: 18px; font-size: 15px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; background: var(--main-colour); color: #fff; }
                .gallery-a.b article > div > div.b a:after { content: "\f105"; position: absolute; right: 18px; font-family: f; font-size: 22px; }

.gallery-b { }
    .gallery-b article { position: relative; width: 100%; padding: 30px 30px 80px 55%; background: #fff; border-radius: 5px; margin: 15px 0; font-size: 14px; }
        .gallery-b article figure { position: absolute; top: 0; left: 0; bottom: 0; margin: 0; width: 50%; background-size: cover; background: ~'center / cover no-repeat'; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
            .gallery-b article figure.a { background: ~'center / contain repeat-y'; }
            .gallery-b article figure img { display: none; }
        .gallery-b article h1 { font-weight: 500; }
        .gallery-b article a { float: right; margin-top: 10px; }
            .gallery-b article a:after { content: ""; clear: both; }

#map { height: 400px; }
#mapCanvas { display: block; height: 100%; color: var(--main-colour); }

.close-filters { display: none; }
.apply-filters { display: block; padding: 10px; text-align: center; font-size: 15px; background: #fff; border-radius: 5px; color: var(--main-colour) !important; margin: 10px 0; }
#footer .list-social a { text-decoration: none; }
#footer .list-social { margin-right: 0; margin-left: -22px; padding-top: 8px; }
    #footer .list-social li { margin-left: 22px; margin-right: 0; }
    #footer .list-social i { display: block; top: 0; margin: 0; color: #fff; font-size: 25px; line-height: 28px; }
        #footer .list-social i.icon-twitter { font-size: 23px; }
        #footer .list-social i.icon-facebook { font-size: 28px; }
    #footer .list-social + p, #footer form .submit { width: auto; padding-top: 8px; }
    .food2gofooter { width: 80px; margin: -5px; margin-left: 1px; border: 0; }
.list-social { list-style: none; margin-right: -15px; padding: 0; text-align: center; }
    .list-social li { display: inline-block; margin-right: 15px; font-size: 1.4em; }
    .list-social a { color: var(--main-colour); text-decoration: none; }
    .list-social i { display: inline-block; position: relative; top: .2em; margin: 0 0 0 11px; color: var(--main-colour); font-size: 1.4285714286em; line-height: 1px; }
        .list-social i.icon-twitter { font-size: 1.2142857143em; }
    .list-social span { position: absolute; left: -3000em; top: 0; right: auto; bottom: auto; }
.list-social { -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; justify-content: center; }

.cols-a { position: relative; }
    .cols-a > * { position: relative; z-index: 1; }
        .cols-a > header:first-child + *, .cols-a > *:first-child, .cols-a > header:first-child + .spacer + * { float: right; width: 100%; }
    .cols-a > header:first-child, .cols-a > aside { position: absolute; width: 320px; padding: 40px; color: #fff; z-index: 3; }
    .cols-a:before { left: -53px; right: auto; width: 320px; background: var(--main-colour); }
    .cols-a > header:first-child .notification, .cols-a > aside .notification, .cols-a > header:first-child .link-strong a, .cols-a > aside .link-strong a { background: var(--main-colour); }
    .cols-a > header:first-child label, .cols-a > aside label, .cols-a > header:first-child a, .cols-a > aside a { color: #fff; }
    .cols-a > header:first-child .check-list input:checked ~ label:before, .cols-a > aside .check-list input:checked ~ label:before { background: #fff; }
    .cols-a:after, .cols-a > *:after { content: ""; display: block; overflow: hidden; clear: both; }
    .cols-a:before { content: ""; display: block; overflow: hidden; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: -1; text-align: left; text-indent: -3000em; direction: ltr; }
    .cols-a > article { padding-left: 355px; }
.list-collection figure { height: 165px; margin-bottom: 20px; background-size: contain; background-position: center; background-repeat: no-repeat; }
    .list-collection figure > img { display: none; }
.cols-a > .spacer { display: none !important; }

.cols-a.no-cats:before { display: none; }
.cols-a.no-cats > header { display: none; }
.cols-a.no-cats > article { padding: 0; }
.cols-a.no-cats .filters { display:none; }

.tabs-a:after { content: ""; display: block; overflow: hidden; clear: both; }
.tabs-a { margin: 26px 0; padding: 0 47px 17px; background: #fff; }
    .tabs-a > nav { margin: 0 -47px 37px; background: var(--main-colour); }
        .tabs-a > nav ul { display: flex; list-style: none; margin: 0; padding: 0; text-align: center; }
            .tabs-a > nav ul li { }
                .tabs-a > nav ul li a { display: block; min-width: 110px; padding: 17px 22px; color: #fff; font-weight: 500; }
                .tabs-a > nav ul li.active a { background: var(--darker-colour); color: #ffffff; text-decoration: none; cursor: default; }
    .tabs-a:first-child, #root .tabs-a:first-child { margin-top: 0; }
    .tabs-a > nav ul { -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.list-collection { list-style: none; margin: 6px 0 18px -16px; padding: 0; -webkit-flex-wrap: wrap; flex-wrap: wrap; justify-content: left; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
    .list-collection li { position: relative; z-index: 2; width: 25%; margin: 0 0 24px; padding: 0 15px 16px; border: 0 solid rgba(0,0,0,0); border-left-width: 16px; font-size: 1em; }
        .list-collection li:before { content: ""; display: block; overflow: hidden; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: -1; text-align: left; text-indent: -3000em; direction: ltr; }
        .list-collection:not(.b) li:before, .list-box li:before { border-radius: 4px; background: #fff linear-gradient(var(--darker-colour),var(--darker-colour)) bottom /* left or right or else */ no-repeat; background-size: 100% 15% }
         .list-collection.b {  margin: 0; }
            .list-collection.b li {
                margin: 0;
            }
    .list-collection figure { overflow: hidden; height: 196px; margin: 0 -15px 3px; border-radius: 4px 4px 0 0; text-align: center; }
        .list-collection figure img + img { display: block; visibility: hidden; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 5; width: 100% !important; height: 100% !important; border-radius: 4px; opacity: 0; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }
    .list-collection h1, .list-collection h2, .list-collection h3, .list-collection h4, .list-collection h5, .list-collection h6 { margin: 0 0 10px; font-size: 1.4em; font-family: Roboto, Arial, Helvetica, sans-serif; font-weight: 400; line-height: 1.5714285714; text-transform: none; overflow: hidden; }
    .list-collection a { color: #190641; font-weight: 600; text-transform: uppercase;}
        .list-collection a:before { content: ""; display: block; overflow: hidden; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 8; text-align: left; text-indent: -3000em; direction: ltr; }
    .list-collection p.price { margin: 0px; color: #ffffff; font-size: 2.2295em; font-weight: 900; font-family: Galano, Roboto, Arial, Helvetica, sans-serif; line-height: 1; text-transform: uppercase; text-align: center; }
    .list-collection p:before { }
    .list-collection p.price span { color: var(--darker-colour); text-decoration: line-through; }
    .list-collection p.price i { display: inline-block; position: relative; margin: 0 16px 0 0; font-size: 0.7625028033em; line-height: 1px; }
    .list-collection .rating-a { margin: 22px 0 17px; }
h1 + .list-collection, h2 + .list-collection, h3 + .list-collection, h4 + .list-collection, h5 + .list-collection, h6 + .list-collection, header + .list-collection { margin-top: 33px; }
#root .m0 + .list-collection { margin-top: 20px; }
.list-collection.compact { }
    .list-collection.compact li { width: 16.6666666667%; }
    .list-collection.compact figure { height: 180px; }
header.product-page > h2 { font-size: 2.2295em; font-weight: 700; font-family: Museo_Rounded, Arial, Helvetica, sans-serif; line-height: 1; text-transform: uppercase; text-align: center; }
.nav-pagination { margin: 0 -9px; }
    .nav-pagination ul, .nav-pagination ol { list-style: none; padding: 0; }
    .nav-pagination li { margin: 0 9px; }
        .nav-pagination li a { font-weight: 500; }
        .nav-pagination li.active a { color: var(--darker-colour); }
        .nav-pagination li.prev a:before { content: "« "; }
        .nav-pagination li.next a:after { content: " »"; }
#root .nav-pagination .active a { cursor: default; }
#root .nav-pagination .active a { text-decoration: none; }
.nav-pagination ol, .nav-pagination ul { display: -moz-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; justify-content: center; }

.input-combined { position: relative; }
    .input-combined label { display: block; position: absolute; left: 20px; top: 11px; color: var(--main-colour) !important; font-size: 11px; z-index: 1; }
    .input-combined .select2 { width: 100% !important; }
        .input-combined .select2 .title { display: none; }
    .input-combined .select2-selection { padding: 22px 56px 0 20px; border-radius: 4px !important; height: 56px !important; width: 100%; border: none !important; }
    .input-combined .select2-container--default .select2-selection--single .select2-selection__arrow { position: absolute; top: 50%; right: 20px; height: 21px; width: 13px; transform: translateY(-50%); color: var(--darker-colour); font-weight: bold; font-size: 15px; }
        .input-combined .select2-container--default .select2-selection--single .select2-selection__arrow:before { content: "\f078"; font-family: f; }
        .input-combined .select2-container--default .select2-selection--single .select2-selection__arrow b { display: none; }
    .input-combined .select2-container--default .select2-selection--single .select2-selection__rendered { padding: 0; }

.form-filter .header a.toggle { content: ""; display: block; overflow: hidden; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: -1; text-align: left; text-indent: -3000em; direction: ltr; }
.form-filter .header a.toggle { display: block; position: absolute; left: 0; top: 50%; width: 100%; margin: -10px 0 0; font-weight: 400; font-family: i; line-height: 20px; text-align: center; text-indent: 0; letter-spacing: normal; }
.form-filter .header a.toggle { z-index: 8; }
.form-filter { margin: 0; }
    .form-filter .input-combined { margin-bottom: 30px; }
    .form-filter h1, .form-filter h2, .form-filter h3, .form-filter h4, .form-filter h5, .form-filter h6 { position: relative; margin: 0 0 24px; padding: 28px 0 0; border-top: 2px solid #2c222b; font-size: 1.4em; font-weight: 400; font-family: Roboto, Arial, Helvetica, sans-serif; line-height: 1.3; text-transform: none; }
    .form-filter .header { padding-right: 20px; }
        .form-filter .header a.toggle { top: 28px; }
        .form-filter .input-combined + .header a.toggle, .form-filter .header:first-child a.toggle { top: 0; }
        .form-filter .header a.toggle:before { content: "\e90f"; left: auto; right: 0; width: auto; font-size: 8px; }
        .form-filter .header.toggle a.toggle:before { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
    .form-filter .input-combined + h1, .form-filter .input-combined + h2, .form-filter .input-combined + h3, .form-filter .input-combined + h4, .form-filter .input-combined + h5, .form-filter .input-combined + h6, .form-filter h1:first-child, .form-filter h2:first-child, .form-filter h3:first-child, .form-filter h4:first-child, .form-filter h5:first-child, .form-filter h6:first-child { padding-top: 0; border-top-width: 0; }
#root .filter-toggle { z-index: 10; background: rgba(52,41,51,.9); }
.form-filter .header.toggle + * { display: none; }

.check-list { list-style: none; margin: 0 0 27px; padding: 0; }
    .check-list li { position: relative; margin: 0 0 5px; }
    .check-list input { display: block; visibility: hidden; position: absolute; left: 0; top: 4px; opacity: 0; }
    .check-list label { display: block; position: relative; z-index: 2; padding: 0 0 0 40px; }
        .check-list label:before { content: ""; display: block; position: absolute; left: 0; top: 4px; width: 17px; height: 17px; border-radius: 2px; background: var(--darker-colour); color: var(--main-colour); font-family: i2; font-weight: 400; font-size: 9px; line-height: 18px; text-align: center; cursor: pointer; }
    .check-list input:checked ~ label:before { content: "\e913"; }

.notification { position: relative; margin: 28px 0 16px; padding: 23px 23px 20px; border-radius: 4px; background: var(--darker-colour); color: #fff; text-align: center; }
    .notification .strong { display: block; margin: 0 0 5px; font-weight: 900; font-size: 1.5em; font-family: Galano, Roboto, Arial, Helvetica, sans-serif; line-height: 1; text-transform: uppercase; }
    .notification a { color: var(--main-colour); font-weight: 400; }
    .notification i { display: inline-block; position: relative; margin: 0 0 0 9px; font-size: 0.7142857143em; line-height: 1px; }
#root .notification.overlay-a, #root .link-strong a.overlay-a { background: var(--main-colour); color: #fff; }
.notification.double { text-align: left; }
    .notification.double > * + * { text-align: right; }
.notification.inline { }
    .notification.inline .strong { display: inline; margin-right: 13px; }
.notification.strong { padding: 27px 32px 24px; font-weight: 400; }
    .notification.strong .strong { margin: 0 0 7px; font-size: 5.0096428571em; line-height: 0.9410422756; }
    .notification.strong.double > * + * { max-width: 175px; padding-top: 10px; }
        .notification.strong.double > * + * .strong { margin: 0 0 16px; font-size: 1.5925em; line-height: 1; }

.link-strong { margin: 0 0 16px; font-weight: 900; font-size: 2.2295em; font-family: Galano, Roboto, Arial, Helvetica, sans-serif; line-height: 1; text-transform: uppercase; }
    .link-strong a { display: block; overflow: hidden; position: relative; padding: 15px 27px 15px 23px; border-radius: 4px; background: var(--darker-colour); color: #fff; font-weight: 900; text-align: left; }
    .link-strong i { display: inline-block; position: relative; top: 5px; float: right; margin-left: 22px; font-size: 12px; }
    .link-strong span { display: block; padding: 0 0 2px; font-size: 14px; font-family: Roboto, Arial, Helvetica, sans-serif; font-weight: 400; line-height: 1.3; text-transform: none; }

.heading-collection { margin: 0 0 6px; padding-top: 25px; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
    .heading-collection h1, .heading-collection h2, .heading-collection h3, .heading-collection h4, .heading-collection h5, .heading-collection h6 { margin: 0 0 26px; font-size: 35px; text-transform: uppercase;}
    .heading-collection > div { display: flex; margin-top: 10px; }
    .heading-collection div p { margin-left: 9px; }
        .heading-collection div p:after { content: ""; display: block; overflow: hidden; clear: both; }
    .heading-collection .input-combined { width: 215px; }
    .heading-collection .link-btn a { height: 58px; padding: 0 18px; background: var(--main-colour); font-family: Roboto, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 14px; line-height: 58px; text-transform: none; color: var(--darker-colour); }
    .heading-collection .link-btn i { top: .2em; font-size: 1.4285714286em; }
    .heading-collection form, .link-btn, .heading-collection, .nav-pagination ol { display: -moz-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
        .link-btn a { display: block; overflow: hidden; position: relative; float: left; padding: 17px 30px; border-radius: 3px; border: 0 solid var(--main-colour); background: var(--main-colour); color: #fff; font-size: 22.295px; font-weight: 900; font-family: Galano, Roboto, Arial, Helvetica, sans-serif; line-height: 1; text-transform: uppercase; text-align: center; }
            .link-btn a > i { font-weight: 100; margin-right: 15px; }

.nav-breadcrumbs li:before { display: block; position: absolute; left: 0; top: 50%; width: 100%; margin: -10px 0 0; font-weight: 400; font-family: i; line-height: 20px; text-align: center; text-indent: 0; letter-spacing: normal; }
.nav-breadcrumbs { width: 100%; float:none !important; font-weight: 500; -webkit-justify-content: space-between; justify-content: space-between; }
    .nav-breadcrumbs ul, .nav-breadcrumbs ol { overflow: hidden; list-style: none; margin: 0 -20px 15px 0; padding: 0; }
    .nav-breadcrumbs li { position: relative; margin: 0 20px 0 0; text-transform: uppercase;}
        .nav-breadcrumbs li:before { content: "\f054"; font-family: f; left: -20px; width: 20px; font-size: 8px; }
    .nav-breadcrumbs p { margin-bottom: 15px; }
.nav-breadcrumbs a { font-weight: 500; text-transform: uppercase;}
    .nav-breadcrumbs li:first-child:before { position: absolute; left: -3000em; top: 0; right: auto; bottom: auto; }
    .nav-breadcrumbs, .nav-breadcrumbs ul, .nav-breadcrumbs ol { display: -moz-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
        .nav-breadcrumbs ul, .nav-breadcrumbs ol { -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.module-a { position: relative; margin: 35px 0 28px; padding: 30px 0; color: #293134; }
    .module-a > h2 { text-align: center; }
    .module-a > ul { position: relative; list-style: none; margin-left: auto; margin-right: auto; padding: 0; text-align: left; width: 225px; }
        .module-a > ul li { position: relative; margin: 0 0 5px; padding: 0 0 0 125px; }
            .module-a > ul li > span:first-child { display: block; position: absolute; left: 0; top: 0; }
            
.module-b { position: relative; margin: 35px 0 28px; padding: 30px 0; }
    .module-b > h2 { text-align: center; font-size:35px; font-weight:500; }
    .module-b > ul { position: relative; list-style: none; margin-left: auto; margin-right: auto; padding: 0; text-align: center; width: 225px; }
        .module-b > ul li { position: relative; margin: 0 0 5px; padding: 0 0 0 125px; }
            .module-b > ul li > span:first-child { display: block; position: absolute; left: 0; top: 0; }
.text-center { text-align: center; }

.news-a { width: 700px; margin: 0 auto 40px; }
    .news-a > figure { height: 350px; background-position: center; background-size: cover; background-repeat: no-repeat; margin: 0; border-top-right-radius: 5px; border-top-left-radius: 5px; overflow: hidden; }
        .news-a > figure > img { display: none; }
    .news-a > div.a { position: relative; background: #fff; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; padding: 40px 50px; line-height: 30px; border-radius: 5px; margin-top: -7px; z-index: 0; }
        .news-a > div.a > a { font-size: 20px; margin-left: 10px; }
    .news-a > div > h1 { font-size: 3em; font-weight: 500; padding-right: 50px; line-height: 45px; }
    .news-a > div > label { color: #b7b7b7; font-weight: 600; font-size: 15px; }
    .news-a > div > hr, .news-a > div > div > hr { border: 1px solid #f3f7f9; margin: 30px 0; }
    .news-a > div > h2 { font-size: 22px; font-weight: 500; margin: 30px 0; }
    .news-a > div > h3 { font-size: 17px; font-weight: 500; }
    .news-a > div > pre { font-weight: 500; font-size: 14px; }

.news-b { width: 500px; margin: 0 auto 40px; text-align: center; }
    .news-b > h1 { color: #bfc2c3; margin-bottom: 30px; }
    .news-b > div { position: relative; background: #fff; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; padding: 95px; line-height: 30px; border-radius: 5px; margin-top: -7px; }
        .news-b > div.a { width: 440px; margin: 0 auto; padding: 55px; }
        .news-b > div.b { margin-top: 0 !important; border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; }
        .news-b > div > strong > i { font-size: 65px; margin-bottom: 35px; }
        .news-b > div > h1 { font-size: 25px; font-weight: 500; margin: 30px 0; }
        .news-b > div > h2 { font-size: 35px; font-weight: 500; }
        .news-b > div > P { font-size: 15px; }
        .news-b > div > a { font-size: 12px; }
            .news-b > div > a > i { margin-right: 8px; }
        .news-b > div > footer > a { position: relative; display: block; width: 100%; background: var(--main-colour); padding: 15px; border-radius: 5px; font-size: 15px; color: #fff; margin: 25px 0; }
            .news-b > div > footer > a:before { content: "\f0d1"; font-family: f; position: absolute; left: 20px; font-weight: 900; -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); }
        .news-b > div.a > footer > a:before { content: "\f0d1"; }
        .news-b > div > footer > label { color: #b4b4b4; font-weight: 900; line-height: 15px; display: block; }

.checkout-a { position: relative; width: 700px; margin: 0 auto 40px; padding-right: 250px; }
    .checkout-a .voucher a { background: var(--main-colour); color: #fff; padding: 10px; text-decoration: none; display: block; font-size: 16px; font-weight: 500; }
        .checkout-a .voucher a:after { content: "\f0fe"; font-family: f; position: absolute; right: 20px; }
    .checkout-a > aside { position: absolute; right: 0; top: 0; bottom: 0; overflow-y: auto; overflow-x: hidden; width: 210px; z-index: 2; }
        .checkout-a > aside .remove { float: right; }
        .checkout-a > aside > hr { margin-bottom: 25px; border: 2px solid #dee5eb; }
        .checkout-a > aside > h2 { font-size: 20px; margin-bottom: 5px; }
        .checkout-a > aside > p > string.price:before { content: ""; }
        .checkout-a > aside > p:first-of-type { padding-left: 20px; margin-bottom: 30px; }
            .checkout-a > aside > p:first-of-type:before { content: "\f276"; font-weight: 900; font-family: "f"; position: absolute; left: 1px; font-size: 15px; }
        .checkout-a > aside > ul { padding-right: 5px; }
            .checkout-a > aside > ul > li { position: relative; margin: 5px 0; padding-right: 50px; }
                .checkout-a > aside > ul > li > h2 { margin-bottom: 10px; }
                .checkout-a > aside > ul > li > label { display: block; font-size: 11px; line-height: 22px; }
                .checkout-a > aside > ul > li > p { position: absolute; top: 0px; right: 0; font-weight: 900; font-size: 14px; margin: 2px 0; }
                    .checkout-a > aside > ul > li > p > span { display: block; }
                    .checkout-a > aside > ul > li > p > span { text-decoration: line-through; color: #444e50; }
                        .checkout-a > aside > ul > li > p > span:not(.sale) { text-decoration: none; color: var(--main-colour); }
                        .checkout-a > aside > ul > li > p > span:before { content: ""; }
        .checkout-a > aside > footer > a { position: relative; background: #b5bcc2; padding: 20px; display: block; width: 100%; text-align: center; font-size: 15px; border-radius: 5px; color: #fff; }
            .checkout-a > aside > footer > a:before { content: "\f104"; font-family: f; position: absolute; top: 14px; left: 20px; font-size: 22px; }
            #pCheckoutMessage { font-weight: bold; }
.form-a p { position: relative; height: 67px; margin-bottom: 0; }
    .form-a p.info { height: auto; font-weight: bold; margin-top: 25px; font-size: 14px; }
        .form-a p.info.a { text-align: left; font-size: 11px; line-height: 2; border-bottom: 5px solid #f0f5f7; padding-bottom: 15px; margin-top: 15px; }
.form-a > div { text-align: center; background: #fff; padding: 45px 60px; margin-bottom: 4px; overflow: auto;}
    .form-a > div:first-of-type { border-top-right-radius: 5px; border-top-left-radius: 5px; }
    .form-a > div > h2 { font-size: 25px; font-weight: 400; margin-bottom: 10px; }
    .form-a > div > a { text-align: left; display: block; font-size: 12px; margin-top: 15px; }
        .form-a > div > a > i { margin-right: 5px; }
.form-a p > label { display: block; height: 11px; color: #999; transform: translateY(25px); text-align: left; font-weight: 900; font-size: 15px; cursor: text; -moz-transition: all .3s linear; -webkit-transition: all .2s linear; -o-transition: all .2s linear; -ms-transition: all .2s linear; transition: all .2s linear; }
    .form-a p > label > span { color: var(--main-colour); }
.form-a label i[title] { cursor: pointer; }
    .form-a label i[title] .title { position: absolute; top: 0; background: var(--main-background-colour); padding: 10px 27px 10px 10px; left: 0; font-family: Museo_Rounded,Arial,Helvetica,sans-serif; border-radius: 4px; }
        .form-a label i[title] .title > i { position: absolute; top: 6px; right: 8px; font-size: 15px; }
.form-a p.active > label, .form-a p.textarea > label { transform: translateY(0px); font-size: 12px; color: var(--main-colour); }
.form-a p > input { display: block; color: #2b3638; width: 100%; border: none; border-bottom: 5px solid #f0f5f7; padding: 8px 0; font-size: 17px; font-weight: 900; }
.form-a p.error:after { content: "\f00d"; font-family: f; font-weight: 900; color: #f00; position: absolute; top: 25px; right: 0px; }
.form-a p.textarea { margin-top: 15px; }
    .form-a p.textarea > textarea { width: 100%; border: none; border-bottom: 4px solid #f0f5f7; font-size: 15px; margin-top: 20px; font-weight: 900; }
.form-a p > label.error { position: absolute; right: 20px; top: 3px; font-size: 11px !important; color: red !important; z-index: 1; }
.form-a p.active label.error { right: 0; }
.form-a p.select.error:after { display: none !important; }
.form-a p.select.error > label.error { top: 0; }
.form-a .double .select2 { width: 45% !important; }
.form-a .select2 { margin-top: 15px; width: 100% !important; }
.form-a .select2-selection { border: none !important; border-bottom: 5px solid #f0f5f7 !important; border-radius: 0px !important; padding: 5px 0; height: auto !important; text-align: left; font-size: 17px; font-weight: 900; }
.form-a .select2-selection__rendered { padding-left: 0 !important; }
.form-a .select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: var(--main-colour) transparent transparent transparent !important; }
.form-a footer > p { line-height: 1px; font-weight: 900; height: 45px; }
    .form-a footer > p > span { font-size: 18px; font-weight: 900; float: right; }
.form-a footer .submit { position: relative; top: -5px; background: var(--main-colour); width: 100%; display: block; padding: 20px; color: #fff; text-align: center; font-size: 16px; font-weight: 500; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
    .form-a footer .submit:before { content: "\f00c"; font-family: f; position: absolute; left: 20px; font-weight: 900; }
    .form-a footer .submit:after { content: "\f054"; font-family: f; position: absolute; right: 20px; font-weight: 900; }
    .form-a footer .submit.reg { background: var(--darker-colour); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-top-left-radius: 5px; border-top-right-radius: 5px;}
    .form-a footer .submit.reg:before { content: "\f4ff"; }
    .form-a footer .submit.fb { background: #3b5998; }
        .form-a footer .submit.fb:before { content: "\f09a"; font-weight: 400; }
form-a footer label { display: block; color: #a6a6a6; margin-top: 10px; }

.email > label, .password > label { height: 15px !important; }
.email:after { content: "\f2bd"; font-family: f; position: absolute; top: 23px; right: 5px; color: var(--main-colour); font-weight: 900; }
.password:after { content: "\f023"; font-family: f; position: absolute; top: 23px; right: 5px; color: var(--main-colour); font-weight: 900; }
.password.active:after { content: "\f09c"; }
.double:after { content: ""; display: block; clear: both; }
.double > * { display: inline-block; float: left; width: 49%; }
    @media only screen and (min-width: 768px){
		.double > *:only-child { width: 50%; }
	}
    .double > *:last-child:not(:first-child) { float: right; }

.list-a { background: #fff; padding: 0px; border-radius: 5px; }
    .list-a > li { position: relative; min-height: 100px; background: #fff; padding: 0px; border-bottom: 6px solid #f0f5f7; overflow: hidden; }
        .list-a > li span.active { position: absolute; right: 21px; bottom: -40px; background: var(--main-colour); color: #fff; padding: 5px 15px; transition: 0.1s; font-size: 13px; border-radius: 5px; overflow: hidden; }
        .list-a > li.active span.active, .list-a > li.extra span.extra { bottom: 18px }
        .list-a > li span.extra { position: absolute; right: 21px; bottom: -40px; background: var(--main-colour); color: #fff; padding: 5px 27px; transition: 0.1s; font-size: 13px; border-radius: 5px; overflow: hidden; }
        .list-a > li.active span.added { display: block; bottom: 10px; right: 100px; }
		span.f2g-title-desc { min-height: 40px; }
        .list-a > li span.added { display: none; position: absolute; right: 10px; background: #190641; color: #FF4D66; padding: 3px 10px 3px 10px; transition: 0.1s; font-size: 13px; font-weight: bold; border-radius: 50px; overflow: hidden; }

        .list-a > li.active div.im span.added { bottom: initial; right: initial; top: 10px; }
        .list-a > li div.im span.added { right:initial; left: 10px; padding: 5px 10px 5px 10px; }

        .list-a > li:last-child { border-bottom: 6px solid #f0f5f7;		}
        .list-a > li.disabled { background-color: #d3d3d3; }
        .list-a > li > a { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; }
        .list-a > li > h2 { color: #000; margin: 0 0 10px; font-size: 14px; padding-right: 25px; }
            .list-a > li > h2.disabled { color: #696969; }
            .list-a > li > h2 > i.fa-plus-square { position: absolute; top: 14px; right: 20px; font-size: 23px; color: var(--main-colour); }
            .list-a > li > h2 > i.fa-do-not-enter { position: absolute; top: 14px; right: 20px; font-size: 23px; color: #696969; }
            .list-a > li > h2 > span { position: absolute; top: 14px; right: 31px; color: var(--main-colour); }
                .list-a > li > h2 > span > a > i { font-size: 23px; }
            .list-a > li > h2 > i { margin-left: 5px; }
                .list-a > li > h2 > i.fa-leaf { color: #4cda96; }
                .list-a > li > h2 > i.fa-fire { color: #f21c44; }
            .list-a > li > h2.disabled > i.fa-do-not-enter { position: absolute; top: 14px; right: 20px; font-size: 23px; color: #696969; }
        .list-a > li > p { color: #000; margin: 0; }
        .list-a > li > ul { margin: 0; }
            .list-a > li > ul > li, li.sale { font-size: 15px; font-weight: 600; color: var(--main-colour); margin-top: 10px; }
                .list-a > li > ul > li.price { color: #d3d3d3; text-decoration: line-through; }
                    .list-a > li > ul > li.price:before { content: ""; }
                .list-a > li > ul > li.sale:before { content: ""; }
                .list-a > li > ul > li > a { position: relative; bottom: -1px; color: var(--main-colour); font-size: 30px; margin-left: 10px; }
                 div.column-right > ul, div.column-right > ul > li { display:inline; }
                 div.column-right > ul > li.price { text-decoration: line-through; font-weight: 600; font-size: 15px; color: var(--darker-colour); }
                  
        .list-a > li.a { padding-left: 0px; }
            .list-a > li.a > figure { position: absolute; top: 50%; left: 20px; width: 135px; margin: 0; transform: translateY(-50%); }
                .list-a > li.a > figure > img { display: block; width: 100%; margin: 0 auto; border-radius: 4px; }

ul.list-a.deals li.a .column-left figure { position: absolute; top: 50%; left: 20px; width: 135px; margin: 0; transform: translateY(-50%); }
ul.list-a.deals li.a .column-left figure img { display: block; width: 100%; margin: 0 auto; border-radius: 4px; }


.list-b { margin-bottom: 50px; }
    .list-b li { margin-top: 25px; }
    .list-b header { position: relative; text-align: left; padding-left: 35px; font-size: 14px; }
        .list-b header.active:before { background: var(--main-colour); }
        .list-b header > input { position: absolute; left: -3000px; }
        .list-b header > h2 { margin: 0; }
        .list-b header > p { height: auto; }

.list-c { position: relative; padding-left: 100px; margin: 0; }
    .list-c li { position: relative; padding: 25px 0; color: #c4cdd3; }
        .list-c li:before { background: var(--main-background-colour); border-radius: 25px; width: 50px; height: 50px; color: #fff; font-size: 20px; position: absolute; left: -80px; line-height: 50px; z-index: 1; transition: all 2s ease; }
        .list-c li.a:before { content: "\f00c"; font-family: f; font-weight: 900; }
        .list-c li.b:before { content: "\f2e7"; font-family: f; font-weight: 900; }
        .list-c li.c:before { content: "\f410"; font-family: f; font-weight: 900; -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); }
        .list-c li.d:before { content: "\f118"; font-family: f; font-weight: 900; }
        .list-c li.active { color: #c4cdd3; }
        .list-c li.current { color: var(--darker-colour); }
        .list-c li.active:before { background: var(--main-colour) !important; }
        .list-c li.active + li:before { background: var(--darker-colour); }
        .list-c li:after { content: ""; position: absolute; top: 39px; left: -63px; display: block; height: 110px; width: 17px; background: linear-gradient(to top, var(--main-background-colour) 100px, var(--main-colour) 100px); background-size: 250% 250%; background-position: bottom; transition: all 2s ease; z-index: 0; }
        .list-c li.active:after { background-position: top; }
        .list-c li:last-child:after { display: none; }
        .list-c li h2 { margin: 0; font-size: 18px; }
        .list-c li p { margin: 0; font-size: 12px; }

.list-d { margin-top: 25px; margin-bottom: 0; }
    .list-d li { position: relative; color: #fff; background: var(--main-colour); padding: 20px 60px 20px 45px; border-bottom: 3px solid #fff; }
        .list-d li > i { margin-right: 5px; }
        .list-d li > a { display: inline-block; float: right; font-size: 16px; color: #fff; }
            .list-d li > a > span { font-size: 12px; text-transform: initial; }
.list-e { list-style: none; margin-top: -15px; margin-left: -10px; margin-right: -10px; padding: 0; }
    .list-e li { position: relative; border-top: 2px solid #f1f5f7; font-weight: 500; font-size: 1.6em; }
        .list-e li:first-child, .checklist-e li:first-child, .form-list-e li:first-child { border-top-width: 0; }
        .list-e li.a { padding-left: 22px; }
            .list-e li.a a.has-icon { padding-left: 28px; }
            .list-e li.a:before { content: ""; display: block; position: absolute; left: 0; top: 50%; width: 9px; height: 9px; margin: -4.5px 0 0; border-radius: 9px; background: #00d071; }
        .list-e li.overlay-c { font-weight: 400; }
        .list-e li.done { }
            .list-e li.done i { color: #00d071; }
            .list-e li.done a { padding-right: 45px; }
                .list-e li.done a:after { content: "\f058"; display: block; position: absolute; right: 22px; top: 50%; margin: -10px 0 0; color: #00d071; font-family: f; font-weight: 400; font-size: 18px; line-height: 20px; }
        .list-e li.required { }
            .list-e li.required a:before { content: "\f06a"; display: block; position: absolute; right: 0; top: 50%; margin: -10px 0 0; color: #00d071; font-family: f; font-weight: 400; font-size: 16px; line-height: 20px; }
    .list-e > li.cancelled > a { color: #ccc; }
    .list-e a { display: block; overflow: hidden; position: relative; padding: 15px 18px 15px 0; color: var(--main-colour); text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
        .list-e a.has-icon, .checklist-e label.has-icon { padding-left: 35px; }
        .list-e a.has-date, .list-e li.has-list a { padding-right: 80px; }
        .list-e a:before, .form-list-e li:before { content: "\f105"; display: block; position: absolute; right: 0; top: 50%; margin: -15px 0 0; color: #dcdfe0; font-family: f; font-size: 21px; line-height: 30px; }
        .list-e a i, .checklist-e label i { display: block; position: absolute; left: 1px; top: 50%; margin: -10px 0 0; font-size: 16px; line-height: 20px; }
            .list-e a i.fa-credit-card-alt { font-size: 15px; }
        .list-e a .date, .list-e a .small { display: block; position: absolute; right: 25px; top: 50%; margin: -10px 0 0; color: #a0a0a0; font-weight: 500; font-size: .8125em; line-height: 20px; }
        .list-e a .small { left: 130px; right: auto; font-weight: 400; }
    .list-e ul { position: absolute; right: 0; top: 50%; list-style: none; margin: -15px 0 0; padding: 0; }
        .list-e ul li { float: left; margin: 0; padding: 0 0 0 22px; border: 0; }

.list-f { text-align: left; overflow-y: scroll; overflow-x: hidden; margin: 0; padding: 10px 25px; }
    .list-f > li { position: relative; margin: 5px 0; padding-right: 70px; }
        .list-f > li > h2 { margin-bottom: 5px; font-size: 12px; }
        .list-f > li > label { display: block; font-size: 11px; line-height: 22px; color: #a5a5a5; }
        .list-f > li > p { position: absolute; top: -3px; right: 22px; font-weight: 900; font-size: 14px; margin: 2px 0; }
            .list-f > li > p > span { display: block; }
            .list-f > li > p > span { text-decoration: line-through; color: #444e50; }
                .list-f > li > p > span:last-of-type { text-decoration: none; color: var(--main-colour); }
                .list-f > li > p > span:before { content: ""; }
            .list-f > li > p > a { position: absolute; top: -6px; right: -23px; }
                .list-f > li > p > a.remove { top: 10px; }

.list-g { list-style: none; max-width: 200px; margin-top: 35px; margin-left: auto; margin-right: auto; padding: 0; line-height: 1.61538461538; text-align: center; }
    .list-g li { margin: 0 0 17px; font-size: 1em; }
    .list-g h1, .list-g h2, .list-g h3, .list-g h4, .list-g h5, .list-g h6 { margin: 0 0 6px; font-size: 1.6em; font-weight: 500; }
    .list-g i { display: block; margin: 0 0 14px; font-size: 19px; }
        .list-g i.fa-shopping-basket { font-size: 18px; }
    .list-g p { font-size: 1.3em; }

.list-h { text-align: left; font-size: 12px; margin: 0; }
    .list-h > li { position: relative; display: table; cursor: pointer; width: 100%; height: 70px; padding: 0 35px 0 10px; border-bottom: 5px solid #f0f5f7; overflow: hidden; }
        .list-h > li:after { content: "\f054"; font-family: f; font-size: 20px; position: absolute; right: 10px; top: 49%; transform: translateY(-50%); color: var(--main-colour); }
        .list-h > li > h2 { display: table-cell; vertical-align: middle; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 280px; }
            .list-h > li > h2 > i { margin-right: 10px; }
        .list-h > li > ul { display: none; position: absolute; left: 0; right: 0; }
            .list-h > li > ul > li > .link-a { margin: 0; font-size: 14px; }

        .list-h > li.active { height: auto; display: block; }
            .list-h > li.active:after { top: 18px; transform: rotate(90deg); }
            .list-h > li.active > h2 { padding: 17px 0 9px; }
            .list-h > li.active > ul { position: relative; display: block; }

.list-i { text-align: left; font-size: 12px; margin: 0; }
    .list-i > li { position: relative; display: table; cursor: pointer; width: 100%; height: 70px; padding: 0 10px; border-bottom: 5px solid #f0f5f7; overflow: hidden; }
        .list-i > li:after { position: absolute; right: 10px; top: 49%; color: var(--main-colour); }
        .list-i > li > h2 { display: table-cell; vertical-align: middle; }
            .list-i > li > h2 > i { margin-right: 10px; }
        .list-i > li > ul { display: none; position: absolute; left: 0; right: 0; }
            .list-i > li > ul > li > .link-a { margin: 0; font-size: 14px; }

        .list-i > li.active { height: auto; display: block; }
            .list-i > li.active:after { content: "\f058"; font-family: f; font-size: 20px; font-weight: 900; top: 18px; }
            .list-i > li.active > h2 { padding: 17px 0 9px; }
            .list-i > li.active > ul { position: relative; display: block; }

.list-j > li { padding: 0 !important; margin: 0 !important; }
    .list-j > li > a { display: block; color: #ffffff; background: var(--header-colour); padding: 15px 0; border-radius: 5px; margin-bottom: 10px; }

.featured-a { margin-bottom: 40px; }
    .featured-a > h1 { position: relative; display: inline-block; margin: 0; width: 53%; text-align: center; padding: 26px 26px 25px; background: #fff; font-size: 19px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; overflow: hidden; }
        .featured-a > h1:before { content: "\e900"; font-family: i; position: absolute; top: -10px; left: 25px; font-size: 86px; font-weight: 500; color: #00cd6f; }
    .featured-a > div { position: relative; display: inline-block; float: right; width: 47%; padding: 20px; background: #293134; color: #fff; border-bottom-right-radius: 5px; border-top-right-radius: 5px; overflow: visible; }
        .featured-a > div:before { content: ""; position: absolute; top: 0; bottom: 0; left: -31px; border: 1px solid; border-top: 80px solid transparent; border-bottom: 0px solid transparent; border-right: 30px solid #293134; }
        .featured-a > div > p { margin: 0; }

.featured-b { margin: 0 -50% -6px; }
    .featured-b:after { content: ""; display: block; clear: both; }
    .featured-b > li { display: block; float: left; width: 25%; }
        .featured-b > li > img { object-fit: cover; width: 100%; height: 200px; }

.pagination { text-align: center; border-top: 3px solid #d2dadd; font-size: 14px; padding: 25px 0px; margin-top: 35px; }
    .pagination > * { display: inline; }
    .pagination a { color: #c1c3c4; font-weight: 500; }
    .pagination > a.prev { float: left; }
        .pagination > a.prev:before { content: "\f053"; font-family: f; font-weight: 900; font-size: 15px; position: relative; top: 2px; margin-right: 10px; }
    .pagination > a.next { float: right; }
        .pagination > a.next:after { content: "\f054"; font-family: f; font-weight: 900; font-size: 15px; position: relative; top: 2px; margin-left: 10px; }
    .pagination > h2 { font-size: 17px !important; color: #c1c3c4; }
    .pagination > ul { position: relative; top: 5px; }
        .pagination > ul > li { display: inline-block; }
            .pagination > ul > li > a { font-size: 14px; padding: 0 5px; color: #2d383a; font-weight: 600; }
                .pagination > ul > li > a.active { color: #c1c3c4; }

.popup-active .popup-a { display: block; }
    .popup-active .popup-a div.box { transform: translateY(0); }
.popup-a { display: none; position: fixed; top: 0; bottom: 0; right: 0; left: 0; -moz-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; z-index: 100; overflow-y: scroll; padding: 30px 0; }
    .popup-a div.outer { display: table; width: 100%; height: 100%; }
    .popup-a div.inner { display: table-cell; vertical-align: middle; }
    .popup-a div.box { width: 700px; margin: 0 auto; background: #fff; border-radius: 5px; z-index: 100; position: relative; transform: translateY(120%); -moz-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; overflow: hidden; }
    .popup-a .list-a { margin-bottom: 0; }
        .popup-a .list-a > li { padding-left: 45px; }
            .popup-a .list-a > li > ul { padding-right: 45px; }
    .popup-a div.box > header { padding: 35px 45px 5px; }
        .popup-a div.box > header > h2 { font-size: 25px; margin-bottom: 10px; font-weight: 600; }
        .popup-a div.box > header > p { color: #000000; margin-bottom: 0; font-weight: 600;}
        .popup-a div.box > header > a { position: absolute; top: 36px; right: 56px; font-size: 25px; color: var(--darker-colour); }
        .popup-a div.box > header p a.a { position: relative; float: right; display: none; color: var(--darker-colour); }
    .popup-a div.box > footer > a { position: relative; display: block; text-align: center; color: #fff; background: var(--main-colour); font-size: 15px; padding: 20px; }
        .popup-a div.box > footer > a.a { background: var(--darker-colour); }
        .popup-a div.box > footer > a:before { font-family: f; position: absolute; left: 30px; top: 15px; font-size: 20px; font-weight: 900; }
        .popup-a div.box > footer > a:after { content: "\f105"; font-family: f; position: absolute; right: 30px; top: 13px; font-size: 25px; font-weight: 900; }
        .popup-a div.box > footer > a.basket:before { content: "\f291"; }
        .popup-a div.box > footer > a.customise:before { content: "\f044"; }
        .popup-a div.box > footer > a > span { position: absolute; right: 70px; }
            .popup-a div.box > footer > a > span:before { content: ""; }
    .popup-a .form { padding: 0 45px; }

#content > footer { position: relative; background: var(--footer-colour); color: #eaeaea; padding: 55px 0 10px; z-index: 1; }
    #content > footer:after { content: ""; position: absolute; top: 0; right: -3000px; bottom: 0; left: -3000px; background: var(--footer-colour); z-index: -1; }
    #content > footer > ul { position: relative; display: inline-block; text-align: -webkit-auto; line-height: 30px; padding: 60px 5px 0; vertical-align: top; width: 34.7%; }
        #content > footer > ul:first-of-type { columns: 2; width: 60%; margin-right: 50px; }
        #content > footer > ul li:first-child { position: absolute; top: 0px; left: 0; right: 0; padding-bottom: 10px; border-bottom: 2px solid; }
        #content > footer > ul li h3 { margin-bottom: 3px; font-size: 1.2em; }
        #content > footer > ul > li.social { font-size: 4em; }
        #content > footer > ul > li > a { color: #fff !important; }
            #content > footer > ul > li > a > i { margin-right: 5px; }
    #content > footer div { width: 254px; margin: 40px auto 0; }
        #content > footer div ul { text-align: center; width: 100%; padding: 0; }
            #content > footer div ul li { display: inline-block; text-indent: -3000px; padding: 5px; width: 100px; background: no-repeat 0 0; background-size: 100%; }
                #content > footer div ul li:nth-child(1) { background-image: url(--header-text-colour:/ios.png); margin-right: 15px; }
                #content > footer div ul li:nth-child(2) { background-image: url(--header-text-colour:/android.png); }
                #content > footer div ul li:last-child { display: block; text-indent: 0; width: 100%; }

input, select, textarea, button, input[type="button"], input[type="reset"], input[type="submit"] { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
    input:focus { outline: none; }
    input[type="search"], input[type="number"], input[type="date"], input[type="time"] { -moz-appearance: textfield; -webkit-appearance: textfield; appearance: textfield; }
    input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-outer-spin-button, input::-webkit-inner-spin-button, input::-webkit-clear-button, input::-webkit-calendar-picker-indicator { display: none; -webkit-appearance: none; visibility: hidden !important; height: auto; margin: 0; }
    input::-o-outer-spin-button, input::-o-inner-spin-button { -o-appearance: none; margin: 0; }
    input[type="checkbox"], input[type="radio"] { height: auto; padding: 0; border: 0; background: none; line-height: 1; }
    input[type="color"] { padding: 0; cursor: pointer; }
    input[type="date"] { display: -webkit-inline-flex; display: block; -webkit-appearance: button; -moz-appearance: button; appearance: button; }
a.btn { position: relative; top: -5px; background: var(--main-colour); width: 100%; display: block; padding: 15px; color: #fff; text-align: center; font-size: 16px; font-weight: 500; border-radius: 5px; }
    a.btn:before { font-family: f; position: absolute; left: 20px; font-weight: 900; }
    a.btn:after { font-family: f; position: absolute; right: 20px; font-weight: 900; }
    a.btn.tick:before { content: "\f00c"; }
    a.btn.next:after { content: "\f054"; }
    a.btn.home:before { content: "\f015"; }
button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; outline: none; }
form [disabled] { cursor: default; }
form > div { position: relative; }

::-webkit-input-placeholder { opacity: 1; color: inherit; }
::-moz-placeholder { opacity: 1; color: inherit; }
:-moz-placeholder { opacity: 1; color: inherit; }
:-ms-input-placeholder { opacity: 1; color: inherit; }
:focus::-webkit-input-placeholder { opacity: 0; }
:focus::-moz-placeholder { opacity: 0; }
:focus:-moz-placeholder { opacity: 0; }
:focus:-ms-placeholder { opacity: 0; }

/*hide date field placeholder before typing*/
input[type=date] { color: transparent !important; }
.active input[type=date] { color: inherit !important; }


@media only screen and (max-width: 1100px) {
    .basket-active #content { width: 90%; }
    #content, .module-featured article > * { width: 700px; }
    .module-featured .owl-dots { margin: 0 0 0 -350px; }
    .search li input { padding: 20px 15px 18px 22px; }
    .gallery-a:not(.a) article > div:nth-child(3) { display: none; }
    .gallery-a:not(.a) article > div.a figure > div.a { line-height: 25px; }
        .gallery-a:not(.a) article > div.a figure > div.a h1 { font-size: 20px; }
    .gallery-a:not(.a) article > div.a figure h1 { font-size: 15px; line-height: 20px; }
    .gallery-a article > div.b > div.a h1 { width: 200px; }
    .gallery-b article h1 { font-size: 13px; }
    #content > footer ul { width: 40%; }
    #content > footer > ul:first-of-type { width: 52%; }
    .module-product { padding-right: 0; }
    #root .module-product > * { float: none; width: auto; margin-right: 0; padding-left: 0; padding-right: 0; }
    .module-product .tabs-a { margin-right: 0; }
    .tabs-a > nav ul li a { padding-left: 15px; padding-right: 15px; }
    .tabs-a > nav ul li { -webkit-flex-grow: 3; -ms-flex-grow: 3; flex-grow: 3; }
    .list-product li { height: 480px; }
    .list-product .pager li { height: 111px; }
    .list-collection li { padding-left: 20px; padding-right: 20px; }
    .list-collection p.price i { margin-right: 6px; }
    .article-c > div { width: 45%; margin-left: 25px; }
    .stack.a > img:first-child { left: -20px; }
    .stack.a > img:nth-child(2) { right: -20px; }
    .stack.b > img:first-child { width: 360px !important; }
    .stack.b > img:nth-child(2) { right: 0; }
    .stack.c > img:nth-child(2n-1) { width: 50% !important; height: auto !important; }
    .stack.c > img:nth-child(2n) { width: 30% !important; height: auto !important; }
    .stack.d:before { left: 0; }
    .stack.d > img:nth-child(2) { right: 0; }

    .cols-a > article { padding-left: 0; }
    #root .cols-a > * { float: none; width: auto; margin-left: 0; }
    #root .cols-a > header:first-child, #root .cols-a > aside { overflow-x: hidden; overflow-y: auto; position: fixed !important; left: -340px; top: 0 !important; bottom: 0 !important; z-index: 12 !important; width: 100% !important; max-width: 340px !important; padding: 40px 40px 24px; background: var(--main-colour); margin-top: 140px; }
    .filter-active #root .cols-a > header:first-child, .filter-active #root .cols-a > aside { left: 0 !important; }
    .cols-a > header:first-child, .cols-a > aside { transition: left .4s cubic-bezier(.4,0,.2,1) 0s; -webkit-transition-delay: -.1s; }
    .cols-a:before { display: none; }
    .link-btn.desktop-hide { display: block !important; }

    .form-filter { padding-top: 40px; }
    .filter-active #root .cols-a > header:first-child, .filter-active #root .cols-a > aside { left: 0 !important; }
    .filter-active #root .filter-toggle { visibility: visible; opacity: 1; }
    .close-filters { display: block; position: absolute; top: 15px; right: 35px; font-size: 30px; }
    #root .filter-toggle { content: ""; visibility: hidden; opacity: 0; overflow: hidden; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 3; text-align: left; text-indent: -3000em; direction: ltr; }
}

@media only screen and (max-width: 1000px) {
    .list-product .pager li { height: 171px; }
    .tabs-a { margin: 38px 0; }
    .list-collection li { width: 33.333333333%; padding-left: 27px; padding-right: 27px; }
    .list-collection.compact li { width: 33.33333333333%; }
    .list-collection li:nth-child(3n+1):last-child { display: none; }
	.basket-active #shadow { visibility: visible; opacity: 1; }
}

@media only screen and (max-width: 777px) {
    #menu { padding-right: 0; }
    #more { columns: auto; left: 0; text-align: center; height: 75vh; overflow-y: scroll; }
    article > p { width: 200px; text-align: center; margin: 0 auto 32px; }
    #pStoreDetail:before { content: "\f276"; font-weight: 900; font-family: "f"; position: absolute; left: 0; right: 0; top: -33px; font-size: 20px; }
}

@media only screen and (max-width: 760px) {
    #content, .module-featured article > * { width: 450px; }
    .module-featured .owl-dots { margin: 0 0 0 -225px; }
    .basket-active #content { padding-right: 0; width: 450px; }
    .basket-active #shadow { visibility: visible; opacity: 1; }
    .desktop-hide { display: block !important; }
    .double > * { width: 100%; }
    .tablet-hide { display: none !important; }
    .form-store { padding: 0px 0 30px; }
    .search li input { border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 5px; border-bottom-left-radius: 5px; padding-right: 10px; box-shadow: -5px 0px 10px 0px #060606; }
    .search:not(.collectiononly, .picker) li:nth-child(1) a, .search li:nth-child(2) a { padding-bottom: 50px; }
    .search:not(.collectiononly, .picker) li:nth-child(2) a { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
    .search:not(.collectiononly, .picker) li:last-child { display: block; margin-top: 15px; }
        .search:not(.collectiononly, .picker) li:last-child a { border-radius: 0; border-top-right-radius: 5px; border-bottom-right-radius: 5px; margin-left: -4px; background: var(--main-colour); color: #fff; padding: 20px 25px; box-shadow: 5px 0px 10px 0px #06060675; }
        .search.collectiononly li:last-child a, .search.picker li:last-child a { border-radius: 5px; margin-left: -4px; background: var(--main-colour); color: #fff; padding: 20px 25px; box-shadow: 5px 0px 10px 0px #060606; }
    .gallery-a:not(.a) { display: block; }
        .gallery-a:not(.a) article { width: 100%; }
        .gallery-a:not(.a):last-of-type article:last-of-type > div > figure { height: 225px; }
    .news-a,
    .news-b { width: 100%; }
        .news-b > div { padding: 50px; }
    .banner.b > article > div > h1 { font-size: 25px; }
    .banner.b > article > div > p { font-size: 13px; color:#000; }
    #checkout-page #pStoreDetail { margin: 0 auto 35px; }
    #checkout-page .link-a { margin: 0 auto 35px; width: 100%; }
    .checkout-a.news-b > aside { position: relative; right: 0; width: 100%; margin-top: -30px; border-radius: 5px; background: none; }
    .checkout-a { position: initial; padding-right: 0; width: 100%; }
        .checkout-a aside { position: fixed; background: #fff; padding: 40px; width: 300px; bottom: 0; right: -100%; z-index: 150; }
    .checkout-active .checkout-a aside { right: 0; }
    .checkout-a aside > h2 > a { float: right; }
    .link-a > a.brochure:before, .link-a > a.appliaction:before { display: none; }
    html.basket-active .checkout-a aside { right: 0; z-index: 10; }
    .popup-a { padding: 0; }
        .popup-a .box { width: auto !important; border-radius: 0 !important; }
    #content > footer { width: 100%; }
        #content > footer ul { width: 130px; }
    .form-a p { margin-bottom: 35px; }
        .form-a p > label.error, .form-a p.select.error > label.error { right: 0; top: unset; bottom: 21px; transform: translateY(25px) !important; }
    .list-f > li { margin: 20px 0; }
        .list-f > li > p > a { right: -40px; font-size: 25px; }
            .list-f > li > p > a.remove { top: 28px; }
    .gallery-b article { padding: 30px 30px 40px; }
        .gallery-b article figure.a { display: none; }
    #content > footer > ul:first-of-type, #content > footer > ul { width: 90%; text-align: center; margin: 0 auto 40px; display: block; }
    #content > footer div { margin-top: 0; }
    .heading-collection { display: block; text-align: center; }
        .heading-collection h1, .heading-collection h2, .heading-collection h3, .heading-collection h4, .heading-collection h5, .heading-collection h6 { margin: 0 0 4px; font-size: 3.2em; line-height: 1.0625; }
        .heading-collection .nav-breadcrumbs { display: block; margin: 0 0 23px; text-align: center; }
        .heading-collection form { margin-left: -27px; }
        .heading-collection .link-btn a { border-top-left-radius: 0; border-bottom-left-radius: 0; }
        .heading-collection form p, .heading-collection .input-combined { width: auto; margin-bottom: 14px; }
        .heading-collection .input-combined { -webkit-flex-grow: 3; -ms-flex-grow: 3; flex-grow: 3; }

    .module-product { margin: 0 0 36px; }
        .module-product > header { display: block; text-align: center; }
            .module-product > header h1, .module-product > header h2, .module-product > header h3, .module-product > header h4, .module-product > header h5, .module-product > header h6 { margin: 0 0 12px; font-size: 3.2em; line-height: 1.0625; }
        .module-product .price { margin: 0 0 12px; }
        .module-product .info { display: block; position: relative; max-width: 100%; margin: 0 auto 0; }
            .module-product .info.limit { overflow: hidden; height: 196px; }
                .module-product .info.limit:before { content: ""; display: block; position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; height: 96px; }
                .module-product .info.limit:before { background: -moz-linear-gradient(top, rgba(240,245,247,0) 0%, rgba(240,245,247,1) 75%, rgba(240,245,247,1) 100%); background: -webkit-linear-gradient(top, rgba(240,245,247,0) 0%,rgba(240,245,247,1) 75%,rgba(240,245,247,1) 100%); background: linear-gradient(to bottom, rgba(240,245,247,0) 0%,rgba(240,245,247,1) 75%,rgba(240,245,247,1) 100%); }
                .module-product .info.limit .more { display: block; position: absolute; left: 0; right: 0; bottom: 0; z-index: 4; color: var(--darker-colour); font-weight: 400; font-size: 14px; text-align: center; text-decoration: none; }
                    .module-product .info.limit .more:after { content: "\e910"; display: inline-block; position: relative; top: -1px; margin: 0 0 0 10px; font-size: 6px; font-family: i; font-weight: 400; line-height: 1px; }
        .module-product .nav-breadcrumbs { display: block; }
        .module-product > header h1 span, .module-product > header h2 span, .module-product > header h3 span, .module-product > header h4 span, .module-product > header h5 span, .module-product > header h6 span, .module-product > footer, .module-product:after { display: none; }

    .form-product { display: block; margin: 0 0 30px; }
    #root .form-product p { display: block; width: 100%; min-width: 0; max-width: none; margin: 0 0 9px; border-left-width: 0; }
    .form-product .submit button, .form-product .submit a { display: block; float: none; width: 100%; margin: 0 0 9px; text-align: left; }
    .form-product select { padding-left: 90px; }

    .list-product { margin-bottom: 33px; }
        .list-product li { height: calc(100vw - 36px); }
        .list-product .pager { margin-left: -7px; }
            .list-product .pager li { height: 22.25vw; margin-bottom: 7px; border-left-width: 7px; }
    #root .tabs-a { margin: 40px -18px 36px; padding: 0 55px 15px; }
    .tabs-a > nav { margin: 0 -55px 20px; }
        .tabs-a > nav ul { overflow-x: auto; }
            .tabs-a > nav ul li a { min-width: 0; padding-left: 0; padding-right: 0; white-space: nowrap; }
    .list-collection { margin-top: 0; margin-left: -11px; }
        .list-collection li { width: 50%; margin-bottom: 9px; border-left-width: 11px; }
        .list-collection.compact li { width: 50%; }
        .list-collection figure { height: 183px; margin-bottom: 0; padding: 15px; }
        .list-collection p.price { color: #ffffff; }
    h1 + .list-collection, h2 + .list-collection, h3 + .list-collection, h4 + .list-collection, h5 + .list-collection, h6 + .list-collection, header + .list-collection, .list-logo li:first-child, .list-logo li:first-child + li, .list-logo li:first-child + li + li, .list-logo:first-child { margin-top: 0; }
    .list-collection.mobile-slider { overflow-y: hidden; overflow-x: auto; margin-left: -16px; margin-right: -16px; }
        .list-collection.mobile-slider li { min-width: 243px; width: 243px; max-width: 243px; margin-bottom: 0; border-left-width: 16px; }
            .list-collection.mobile-slider li:last-child { min-width: 259px; width: 259px; max-width: 259px; border-right-width: 16px; }
    .list-collection.mobile-slider { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
    .list-collection li:nth-child(3n+1):last-child { display: block; }
    .article-b > figure { border-radius: 15px 15px 0 0; }
    .article-b > div { position: relative; width: 100%; transform: none; text-align: center; padding: 15px 25px 0; border-radius: 0 0 15px 15px; margin-top: -20px; }
    .article-b > figure { position: relative; transform: translateY(0%); }

    .article-c:before { display: none; }
    .article-c > div { width: 100%; }
    .article-c > figure { float: none !important; margin-top: 20px; margin-bottom: 25px; margin-left: -30px; border-radius: 20px; }
    .article-d > div { position: relative; transform: none; width: 100%; text-align: center; margin-bottom: 30px; }
    .article-e > div { position: relative; float: none; width: 100%; transform: none; text-align: center; margin-top: 25px; }
    .article-f > figure > div { width: 100%; left: 0; text-align: center; padding: 30px; }
}

@media only screen and (max-width: 500px) {
    #content > footer { width: 100%; }
    #top, #content, .module-featured article > * { width: 90%; margin: 0 auto; }
    .module-featured .owl-dots { margin: 0 0 0 -45%; }
    .mobile-hide { display: none; }
    .gallery-a.a article > div { max-width: none; }
    .news-b > div.a { width: 100%; padding: 25px; }
    .banner.b > article > div > h1, .banner.b > article > div > p { width: 100%; text-align: center; }
    .banner.b > article > div > img { display: none; }
    .article-c > div { border-top-right-radius: 0; border-bottom-right-radius: 0; }
    .article-c > figure { border-radius: 0 20px 20px 0; }

    .banner.b > article > div > div > img { position: relative; right: 0; border-radius: 10px; transform: translateY(-50%); box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.16); }
    .dealsimg {text-align: center; margin: 120px 0px -100px 0px;
}
}

@media only screen and (max-width: 400px) {
    .list-c li:after { height: 143px; }
    .list-c li h2 { font-size: 15px; }
}

/*! Fonts --------- */
@font-face { font-family: 'Bebas'; src: url('fonts/bebasneue_regular.eot'); src: url('fonts/bebasneue_regular.eot?#iefix') format('embedded-opentype'), url('fonts/bebasneue_regular.woff2') format('woff2'), url('fonts/bebasneue_regular.woff') format('woff'), url('fonts/bebasneue_regular.ttf') format('truetype'), url('fonts/bebasneue_regular.svg#bebas_neue_regularregular') format('svg'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'Bebas'; src: url('fonts/bebasneue_bold.eot'); src: url('fonts/bebasneue_bold.eot?#iefix') format('embedded-opentype'), url('fonts/bebasneue_bold.woff2') format('woff2'), url('fonts/bebasneue_bold.woff') format('woff'), url('fonts/bebasneue_bold.ttf') format('truetype'), url('fonts/bebasneue_bold.svg#bebas_neuebold') format('svg'); font-weight: 700; font-style: normal; }
@font-face { font-family: 'Museo_Rounded'; src: url('fonts/museosansrounded-300.eot'); src: url('fonts/museosansrounded-300.eot?#iefix') format('embedded-opentype'), url('fonts/museosansrounded-300.woff2') format('woff2'), url('fonts/museosansrounded-300.woff') format('woff'), url('fonts/museosansrounded-300.ttf') format('truetype'), url('fonts/museosansrounded-300.svg#museo_sans_rounded300') format('svg'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'Museo_Rounded'; src: url('fonts/museosansrounded-300.eot'); src: url('fonts/museosansrounded-300.eot?#iefix') format('embedded-opentype'), url('fonts/museosansrounded-300.woff2') format('woff2'), url('fonts/museosansrounded-300.woff') format('woff'), url('fonts/museosansrounded-300.ttf') format('truetype'), url('fonts/museosansrounded-300.svg#museo_sans_rounded300') format('svg'); font-weight: 400; font-style: italic; }
@font-face { font-family: 'Museo_Rounded'; src: url('fonts/museosansrounded-500.eot'); src: url('fonts/museosansrounded-500.eot?#iefix') format('embedded-opentype'), url('fonts/museosansrounded-500.woff2') format('woff2'), url('fonts/museosansrounded-500.woff') format('woff'), url('fonts/museosansrounded-500.ttf') format('truetype'), url('fonts/museosansrounded-500.svg#museo_sans_rounded500') format('svg'); font-weight: 500; font-style: normal; }
@font-face { font-family: 'Museo_Rounded'; src: url('fonts/museosansrounded-500.eot'); src: url('fonts/museosansrounded-500.eot?#iefix') format('embedded-opentype'), url('fonts/museosansrounded-500.woff2') format('woff2'), url('fonts/museosansrounded-500.woff') format('woff'), url('fonts/museosansrounded-500.ttf') format('truetype'), url('fonts/museosansrounded-500.svg#museo_sans_rounded500') format('svg'); font-weight: 500; font-style: italic; }
@font-face { font-family: 'Museo_Rounded'; src: url('fonts/museosansrounded-700.eot'); src: url('fonts/museosansrounded-700.eot?#iefix') format('embedded-opentype'), url('fonts/museosansrounded-700.woff2') format('woff2'), url('fonts/museosansrounded-700.woff') format('woff'), url('fonts/museosansrounded-700.ttf') format('truetype'), url('fonts/museosansrounded-700.svg#museo_sans_rounded700') format('svg'); font-weight: 700; font-style: normal; }
@font-face { font-family: 'Museo_Rounded'; src: url('fonts/museosansrounded-700.eot'); src: url('fonts/museosansrounded-700.eot?#iefix') format('embedded-opentype'), url('fonts/museosansrounded-700.woff2') format('woff2'), url('fonts/museosansrounded-700.woff') format('woff'), url('fonts/museosansrounded-700.ttf') format('truetype'), url('fonts/museosansrounded-700.svg#museo_sans_rounded700') format('svg'); font-weight: 700; font-style: italic; }
/*! Icons --------- */
@font-face { font-family: 'i'; src: url('icons/icons.eot'); src: url('icons/icons.eot#iefix') format('embedded-opentype'), url('icons/icons.ttf') format('truetype'), url('icons/icons.woff') format('woff'), url('icons/icons.svg#icons') format('svg'); font-weight: 400; font-style: normal; }
[class^="icon-"], [class*=" icon-"] { font-family: 'i' !important; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.icon-barcode:before { content: "\e90b"; }
.icon-bill:before { content: "\e909"; }
.icon-cart:before { content: "\e90a"; }
.icon-city:before { content: "\e907"; }
.icon-id:before { content: "\e908"; }
.fa fa-tag:before { content: "\e906"; }
.icon-logo:before { content: "\e903"; }
.icon-mobile:before { content: "\e904"; }
.icon-mobile-qr:before { content: "\e905"; }
.icon-open:before { content: "\e900"; }
.icon-shop-mobile:before { content: "\e901"; }
.icon-wallet:before { content: "\e902"; }

@font-face { font-family: 'i2'; src: url('icons/icomoon.woff2') format('woff2'), url('icons/icomoon.woff') format('woff'), url('icons/icomoon.ttf') format('truetype'); font-display: swap; }
[class^="icon-"], [class*=" icon-"] { font-family: 'i2' !important; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; letter-spacing: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.icon-button-android:before { content: "\e914"; }
.icon-button-appstore:before { content: "\e911"; }
.icon-cart:before { content: "\e912"; }
.icon-check:before { content: "\e913"; }
.icon-chevron-down:before { content: "\e910"; }
.icon-chevron-left:before { content: "\e90d"; }
.icon-chevron-right:before { content: "\e90e"; }
.icon-chevron-up:before { content: "\e90f"; }
.icon-facebook:before { content: "\e90c"; }
.icon-filters:before { content: "\e909"; }
.icon-instagram:before { content: "\e90a"; }
.icon-label:before { content: "\e90b"; }
.icon-menu:before { content: "\e907"; }
.icon-minus-square:before { content: "\e908"; }
.icon-pin:before { content: "\e905"; }
.icon-pinterest:before { content: "\e915"; }
.icon-plus-square:before { content: "\e906"; }
.icon-star:before { content: "\e904"; }
.icon-twitter:before { content: "\e901"; }
.icon-user-circle:before { content: "\e902"; }
.icon-x:before { content: "\e903"; }
.icon-zoom:before { content: "\e900"; }



/*!	Font Awesome	Copyright	Dave Gandy	License		https://fontawesome.com/license (Commercial License)	Version		Pro 5.3.1	https://fontawesome.com*/

@font-face { font-family: 'f'; font-style: normal; font-weight: normal; src: url("icons/fa-brands-400.eot"); src: url("icons/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("icons/fa-brands-400.woff2") format("woff2"), url("icons/fa-brands-400.woff") format("woff"), url("icons/fa-brands-400.ttf") format("truetype"), url("icons/fa-brands-400.svg#fontawesome") format("svg"); }
.fab { font-family: 'f'; }
@font-face { font-family: 'f'; font-style: normal; font-weight: 300; src: url("icons/fa-light-300.eot"); src: url("icons/fa-light-300.eot?#iefix") format("embedded-opentype"), url("icons/fa-light-300.woff2") format("woff2"), url("icons/fa-light-300.woff") format("woff"), url("icons/fa-light-300.ttf") format("truetype"), url("icons/fa-light-300.svg#fontawesome") format("svg"); }
.fal { font-family: 'f'; font-weight: 300; }
@font-face { font-family: 'f'; font-style: normal; font-weight: 400; src: url("icons/fa-regular-400.eot"); src: url("icons/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("icons/fa-regular-400.woff2") format("woff2"), url("icons/fa-regular-400.woff") format("woff"), url("icons/fa-regular-400.ttf") format("truetype"), url("icons/fa-regular-400.svg#fontawesome") format("svg"); }
.far { font-family: 'f'; font-weight: 400; }
@font-face { font-family: 'f'; font-style: normal; font-weight: 900; src: url("icons/fa-solid-900.eot"); src: url("icons/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("icons/fa-solid-900.woff2") format("woff2"), url("icons/fa-solid-900.woff") format("woff"), url("icons/fa-solid-900.ttf") format("truetype"), url("icons/fa-solid-900.svg#fontawesome") format("svg"); }
.fa,
.fas { font-family: 'f'; font-weight: 900; }
.fa,
.fas,
.far,
.fal,
.fab { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; }
.fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -.0667em; }
.fa-xs { font-size: .75em; }
.fa-sm { font-size: .875em; }
.fa-1x { font-size: 1em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }
.fa-6x { font-size: 6em; }
.fa-7x { font-size: 7em; }
.fa-8x { font-size: 8em; }
.fa-9x { font-size: 9em; }
.fa-10x { font-size: 10em; }
.fa-fw { text-align: center; width: 1.25em; }
.fa-ul { list-style-type: none; margin-left: 2.5em; padding-left: 0; }
    .fa-ul > li { position: relative; }
.fa-li { left: -2em; position: absolute; text-align: center; width: 2em; line-height: inherit; }
.fa-border { border: solid 0.08em #eee; border-radius: .1em; padding: .2em .25em .15em; }
.fa-pull-left { float: left; }
.fa-pull-right { float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left { margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right { margin-left: .3em; }
.fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; }
.fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes fa-spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes fa-spin-backwards {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); }
}

@keyframes fa-spin-backwards {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); }
}

.fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); transform: rotate(270deg); }
.fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); }
.fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); transform: scale(1, -1); }
.fa-flip-horizontal.fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(-1, -1); transform: scale(-1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical { -webkit-filter: none; filter: none; }
.fa-stack { display: inline-block; height: 2em; line-height: 2em; position: relative; vertical-align: middle; width: 2em; }
.fa-stack-1x,
.fa-stack-2x { left: 0; position: absolute; text-align: center; width: 100%; }
.fa-stack-1x { line-height: inherit; }
.fa-stack-2x { font-size: 2em; }
.fa-inverse { color: #fff; }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screenreaders do not read off random characters that represent icons */
.fa-500px:before { content: "\f26e"; }
.fa-abacus:before { content: "\f640"; }
.fa-accessible-icon:before { content: "\f368"; }
.fa-accusoft:before { content: "\f369"; }
.fa-ad:before { content: "\f641"; }
.fa-address-book:before { content: "\f2b9"; }
.fa-address-card:before { content: "\f2bb"; }
.fa-adjust:before { content: "\f042"; }
.fa-adn:before { content: "\f170"; }
.fa-adversal:before { content: "\f36a"; }
.fa-affiliatetheme:before { content: "\f36b"; }
.fa-air-freshener:before { content: "\f5d0"; }
.fa-alarm-clock:before { content: "\f34e"; }
.fa-algolia:before { content: "\f36c"; }
.fa-align-center:before { content: "\f037"; }
.fa-align-justify:before { content: "\f039"; }
.fa-align-left:before { content: "\f036"; }
.fa-align-right:before { content: "\f038"; }
.fa-alipay:before { content: "\f642"; }
.fa-allergies:before { content: "\f461"; }
.fa-amazon:before { content: "\f270"; }
.fa-amazon-pay:before { content: "\f42c"; }
.fa-ambulance:before { content: "\f0f9"; }
.fa-american-sign-language-interpreting:before { content: "\f2a3"; }
.fa-amilia:before { content: "\f36d"; }
.fa-analytics:before { content: "\f643"; }
.fa-anchor:before { content: "\f13d"; }
.fa-android:before { content: "\f17b"; }
.fa-angellist:before { content: "\f209"; }
.fa-angle-double-down:before { content: "\f103"; }
.fa-angle-double-left:before { content: "\f100"; }
.fa-angle-double-right:before { content: "\f101"; }
.fa-angle-double-up:before { content: "\f102"; }
.fa-angle-down:before { content: "\f107"; }
.fa-angle-left:before { content: "\f104"; }
.fa-angle-right:before { content: "\f105"; }
.fa-angle-up:before { content: "\f106"; }
.fa-angry:before { content: "\f556"; }
.fa-angrycreative:before { content: "\f36e"; }
.fa-angular:before { content: "\f420"; }
.fa-ankh:before { content: "\f644"; }
.fa-app-store:before { content: "\f36f"; }
.fa-app-store-ios:before { content: "\f370"; }
.fa-apper:before { content: "\f371"; }
.fa-apple:before { content: "\f179"; }
.fa-apple-alt:before { content: "\f5d1"; }
.fa-apple-pay:before { content: "\f415"; }
.fa-archive:before { content: "\f187"; }
.fa-archway:before { content: "\f557"; }
.fa-arrow-alt-circle-down:before { content: "\f358"; }
.fa-arrow-alt-circle-left:before { content: "\f359"; }
.fa-arrow-alt-circle-right:before { content: "\f35a"; }
.fa-arrow-alt-circle-up:before { content: "\f35b"; }
.fa-arrow-alt-down:before { content: "\f354"; }
.fa-arrow-alt-from-bottom:before { content: "\f346"; }
.fa-arrow-alt-from-left:before { content: "\f347"; }
.fa-arrow-alt-from-right:before { content: "\f348"; }
.fa-arrow-alt-from-top:before { content: "\f349"; }
.fa-arrow-alt-left:before { content: "\f355"; }
.fa-arrow-alt-right:before { content: "\f356"; }
.fa-arrow-alt-square-down:before { content: "\f350"; }
.fa-arrow-alt-square-left:before { content: "\f351"; }
.fa-arrow-alt-square-right:before { content: "\f352"; }
.fa-arrow-alt-square-up:before { content: "\f353"; }
.fa-arrow-alt-to-bottom:before { content: "\f34a"; }
.fa-arrow-alt-to-left:before { content: "\f34b"; }
.fa-arrow-alt-to-right:before { content: "\f34c"; }
.fa-arrow-alt-to-top:before { content: "\f34d"; }
.fa-arrow-alt-up:before { content: "\f357"; }
.fa-arrow-circle-down:before { content: "\f0ab"; }
.fa-arrow-circle-left:before { content: "\f0a8"; }
.fa-arrow-circle-right:before { content: "\f0a9"; }
.fa-arrow-circle-up:before { content: "\f0aa"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-arrow-from-bottom:before { content: "\f342"; }
.fa-arrow-from-left:before { content: "\f343"; }
.fa-arrow-from-right:before { content: "\f344"; }
.fa-arrow-from-top:before { content: "\f345"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-square-down:before { content: "\f339"; }
.fa-arrow-square-left:before { content: "\f33a"; }
.fa-arrow-square-right:before { content: "\f33b"; }
.fa-arrow-square-up:before { content: "\f33c"; }
.fa-arrow-to-bottom:before { content: "\f33d"; }
.fa-arrow-to-left:before { content: "\f33e"; }
.fa-arrow-to-right:before { content: "\f340"; }
.fa-arrow-to-top:before { content: "\f341"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrows:before { content: "\f047"; }
.fa-arrows-alt:before { content: "\f0b2"; }
.fa-arrows-alt-h:before { content: "\f337"; }
.fa-arrows-alt-v:before { content: "\f338"; }
.fa-arrows-h:before { content: "\f07e"; }
.fa-arrows-v:before { content: "\f07d"; }
.fa-assistive-listening-systems:before { content: "\f2a2"; }
.fa-asterisk:before { content: "\f069"; }
.fa-asymmetrik:before { content: "\f372"; }
.fa-at:before { content: "\f1fa"; }
.fa-atlas:before { content: "\f558"; }
.fa-atom:before { content: "\f5d2"; }
.fa-atom-alt:before { content: "\f5d3"; }
.fa-audible:before { content: "\f373"; }
.fa-audio-description:before { content: "\f29e"; }
.fa-autoprefixer:before { content: "\f41c"; }
.fa-avianex:before { content: "\f374"; }
.fa-aviato:before { content: "\f421"; }
.fa-award:before { content: "\f559"; }
.fa-aws:before { content: "\f375"; }
.fa-backpack:before { content: "\f5d4"; }
.fa-backspace:before { content: "\f55a"; }
.fa-backward:before { content: "\f04a"; }
.fa-badge:before { content: "\f335"; }
.fa-badge-check:before { content: "\f336"; }
.fa-badge-dollar:before { content: "\f645"; }
.fa-badge-percent:before { content: "\f646"; }
.fa-balance-scale:before { content: "\f24e"; }
.fa-balance-scale-left:before { content: "\f515"; }
.fa-balance-scale-right:before { content: "\f516"; }
.fa-ban:before { content: "\f05e"; }
.fa-band-aid:before { content: "\f462"; }
.fa-bandcamp:before { content: "\f2d5"; }
.fa-barcode:before { content: "\f02a"; }
.fa-barcode-alt:before { content: "\f463"; }
.fa-barcode-read:before { content: "\f464"; }
.fa-barcode-scan:before { content: "\f465"; }
.fa-bars:before { content: "\f0c9"; }
.fa-baseball:before { content: "\f432"; }
.fa-baseball-ball:before { content: "\f433"; }
.fa-basketball-ball:before { content: "\f434"; }
.fa-basketball-hoop:before { content: "\f435"; }
.fa-bath:before { content: "\f2cd"; }
.fa-battery-bolt:before { content: "\f376"; }
.fa-battery-empty:before { content: "\f244"; }
.fa-battery-full:before { content: "\f240"; }
.fa-battery-half:before { content: "\f242"; }
.fa-battery-quarter:before { content: "\f243"; }
.fa-battery-slash:before { content: "\f377"; }
.fa-battery-three-quarters:before { content: "\f241"; }
.fa-bed:before { content: "\f236"; }
.fa-beer:before { content: "\f0fc"; }
.fa-behance:before { content: "\f1b4"; }
.fa-behance-square:before { content: "\f1b5"; }
.fa-bell:before { content: "\f0f3"; }
.fa-bell-school:before { content: "\f5d5"; }
.fa-bell-school-slash:before { content: "\f5d6"; }
.fa-bell-slash:before { content: "\f1f6"; }
.fa-bezier-curve:before { content: "\f55b"; }
.fa-bible:before { content: "\f647"; }
.fa-bicycle:before { content: "\f206"; }
.fa-bimobject:before { content: "\f378"; }
.fa-binoculars:before { content: "\f1e5"; }
.fa-birthday-cake:before { content: "\f1fd"; }
.fa-bitbucket:before { content: "\f171"; }
.fa-bitcoin:before { content: "\f379"; }
.fa-bity:before { content: "\f37a"; }
.fa-black-tie:before { content: "\f27e"; }
.fa-blackberry:before { content: "\f37b"; }
.fa-blanket:before { content: "\f498"; }
.fa-blender:before { content: "\f517"; }
.fa-blind:before { content: "\f29d"; }
.fa-blogger:before { content: "\f37c"; }
.fa-blogger-b:before { content: "\f37d"; }
.fa-bluetooth:before { content: "\f293"; }
.fa-bluetooth-b:before { content: "\f294"; }
.fa-bold:before { content: "\f032"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-bomb:before { content: "\f1e2"; }
.fa-bone:before { content: "\f5d7"; }
.fa-bone-break:before { content: "\f5d8"; }
.fa-bong:before { content: "\f55c"; }
.fa-book:before { content: "\f02d"; }
.fa-book-alt:before { content: "\f5d9"; }
.fa-book-heart:before { content: "\f499"; }
.fa-book-open:before { content: "\f518"; }
.fa-book-reader:before { content: "\f5da"; }
.fa-bookmark:before { content: "\f02e"; }
.fa-books:before { content: "\f5db"; }
.fa-bowling-ball:before { content: "\f436"; }
.fa-bowling-pins:before { content: "\f437"; }
.fa-box:before { content: "\f466"; }
.fa-box-alt:before { content: "\f49a"; }
.fa-box-check:before { content: "\f467"; }
.fa-box-fragile:before { content: "\f49b"; }
.fa-box-full:before { content: "\f49c"; }
.fa-box-heart:before { content: "\f49d"; }
.fa-box-open:before { content: "\f49e"; }
.fa-box-up:before { content: "\f49f"; }
.fa-box-usd:before { content: "\f4a0"; }
.fa-boxes:before { content: "\f468"; }
.fa-boxes-alt:before { content: "\f4a1"; }
.fa-boxing-glove:before { content: "\f438"; }
.fa-braille:before { content: "\f2a1"; }
.fa-brain:before { content: "\f5dc"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-briefcase-medical:before { content: "\f469"; }
.fa-broadcast-tower:before { content: "\f519"; }
.fa-broom:before { content: "\f51a"; }
.fa-browser:before { content: "\f37e"; }
.fa-brush:before { content: "\f55d"; }
.fa-btc:before { content: "\f15a"; }
.fa-bug:before { content: "\f188"; }
.fa-building:before { content: "\f1ad"; }
.fa-bullhorn:before { content: "\f0a1"; }
.fa-bullseye:before { content: "\f140"; }
.fa-bullseye-arrow:before { content: "\f648"; }
.fa-bullseye-pointer:before { content: "\f649"; }
.fa-burn:before { content: "\f46a"; }
.fa-buromobelexperte:before { content: "\f37f"; }
.fa-bus:before { content: "\f207"; }
.fa-bus-alt:before { content: "\f55e"; }
.fa-bus-school:before { content: "\f5dd"; }
.fa-business-time:before { content: "\f64a"; }
.fa-buysellads:before { content: "\f20d"; }
.fa-cabinet-filing:before { content: "\f64b"; }
.fa-calculator:before { content: "\f1ec"; }
.fa-calculator-alt:before { content: "\f64c"; }
.fa-calendar:before { content: "\f133"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-calendar-check:before { content: "\f274"; }
.fa-calendar-edit:before { content: "\f333"; }
.fa-calendar-exclamation:before { content: "\f334"; }
.fa-calendar-minus:before { content: "\f272"; }
.fa-calendar-plus:before { content: "\f271"; }
.fa-calendar-times:before { content: "\f273"; }
.fa-camera:before { content: "\f030"; }
.fa-camera-alt:before { content: "\f332"; }
.fa-camera-retro:before { content: "\f083"; }
.fa-cannabis:before { content: "\f55f"; }
.fa-capsules:before { content: "\f46b"; }
.fa-car:before { content: "\f1b9"; }
.fa-car-alt:before { content: "\f5de"; }
.fa-car-battery:before { content: "\f5df"; }
.fa-car-bump:before { content: "\f5e0"; }
.fa-car-crash:before { content: "\f5e1"; }
.fa-car-garage:before { content: "\f5e2"; }
.fa-car-mechanic:before { content: "\f5e3"; }
.fa-car-side:before { content: "\f5e4"; }
.fa-car-tilt:before { content: "\f5e5"; }
.fa-car-wash:before { content: "\f5e6"; }
.fa-caret-circle-down:before { content: "\f32d"; }
.fa-caret-circle-left:before { content: "\f32e"; }
.fa-caret-circle-right:before { content: "\f330"; }
.fa-caret-circle-up:before { content: "\f331"; }
.fa-caret-down:before { content: "\f0d7"; }
.fa-caret-left:before { content: "\f0d9"; }
.fa-caret-right:before { content: "\f0da"; }
.fa-caret-square-down:before { content: "\f150"; }
.fa-caret-square-left:before { content: "\f191"; }
.fa-caret-square-right:before { content: "\f152"; }
.fa-caret-square-up:before { content: "\f151"; }
.fa-caret-up:before { content: "\f0d8"; }
.fa-cart-arrow-down:before { content: "\f218"; }
.fa-cart-plus:before { content: "\f217"; }
.fa-cc-amazon-pay:before { content: "\f42d"; }
.fa-cc-amex:before { content: "\f1f3"; }
.fa-cc-apple-pay:before { content: "\f416"; }
.fa-cc-diners-club:before { content: "\f24c"; }
.fa-cc-discover:before { content: "\f1f2"; }
.fa-cc-jcb:before { content: "\f24b"; }
.fa-cc-mastercard:before { content: "\f1f1"; }
.fa-cc-paypal:before { content: "\f1f4"; }
.fa-cc-stripe:before { content: "\f1f5"; }
.fa-cc-visa:before { content: "\f1f0"; }
.fa-centercode:before { content: "\f380"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-chalkboard:before { content: "\f51b"; }
.fa-chalkboard-teacher:before { content: "\f51c"; }
.fa-charging-station:before { content: "\f5e7"; }
.fa-chart-area:before { content: "\f1fe"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-chart-line:before { content: "\f201"; }
.fa-chart-line-down:before { content: "\f64d"; }
.fa-chart-pie:before { content: "\f200"; }
.fa-chart-pie-alt:before { content: "\f64e"; }
.fa-check:before { content: "\f00c"; }
.fa-check-circle:before { content: "\f058"; }
.fa-check-double:before { content: "\f560"; }
.fa-check-square:before { content: "\f14a"; }
.fa-chess:before { content: "\f439"; }
.fa-chess-bishop:before { content: "\f43a"; }
.fa-chess-bishop-alt:before { content: "\f43b"; }
.fa-chess-board:before { content: "\f43c"; }
.fa-chess-clock:before { content: "\f43d"; }
.fa-chess-clock-alt:before { content: "\f43e"; }
.fa-chess-king:before { content: "\f43f"; }
.fa-chess-king-alt:before { content: "\f440"; }
.fa-chess-knight:before { content: "\f441"; }
.fa-chess-knight-alt:before { content: "\f442"; }
.fa-chess-pawn:before { content: "\f443"; }
.fa-chess-pawn-alt:before { content: "\f444"; }
.fa-chess-queen:before { content: "\f445"; }
.fa-chess-queen-alt:before { content: "\f446"; }
.fa-chess-rook:before { content: "\f447"; }
.fa-chess-rook-alt:before { content: "\f448"; }
.fa-chevron-circle-down:before { content: "\f13a"; }
.fa-chevron-circle-left:before { content: "\f137"; }
.fa-chevron-circle-right:before { content: "\f138"; }
.fa-chevron-circle-up:before { content: "\f139"; }
.fa-chevron-double-down:before { content: "\f322"; }
.fa-chevron-double-left:before { content: "\f323"; }
.fa-chevron-double-right:before { content: "\f324"; }
.fa-chevron-double-up:before { content: "\f325"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-square-down:before { content: "\f329"; }
.fa-chevron-square-left:before { content: "\f32a"; }
.fa-chevron-square-right:before { content: "\f32b"; }
.fa-chevron-square-up:before { content: "\f32c"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-child:before { content: "\f1ae"; }
.fa-chrome:before { content: "\f268"; }
.fa-church:before { content: "\f51d"; }
.fa-circle:before { content: "\f111"; }
.fa-circle-notch:before { content: "\f1ce"; }
.fa-city:before { content: "\f64f"; }
.fa-clipboard:before { content: "\f328"; }
.fa-clipboard-check:before { content: "\f46c"; }
.fa-clipboard-list:before { content: "\f46d"; }
.fa-clipboard-prescription:before { content: "\f5e8"; }
.fa-clock:before { content: "\f017"; }
.fa-clone:before { content: "\f24d"; }
.fa-closed-captioning:before { content: "\f20a"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-cloud-download:before { content: "\f0ed"; }
.fa-cloud-download-alt:before { content: "\f381"; }
.fa-cloud-upload:before { content: "\f0ee"; }
.fa-cloud-upload-alt:before { content: "\f382"; }
.fa-cloudscale:before { content: "\f383"; }
.fa-cloudsmith:before { content: "\f384"; }
.fa-cloudversify:before { content: "\f385"; }
.fa-club:before { content: "\f327"; }
.fa-cocktail:before { content: "\f561"; }
.fa-code:before { content: "\f121"; }
.fa-code-branch:before { content: "\f126"; }
.fa-code-commit:before { content: "\f386"; }
.fa-code-merge:before { content: "\f387"; }
.fa-codepen:before { content: "\f1cb"; }
.fa-codiepie:before { content: "\f284"; }
.fa-coffee:before { content: "\f0f4"; }
.fa-cog:before { content: "\f013"; }
.fa-cogs:before { content: "\f085"; }
.fa-coins:before { content: "\f51e"; }
.fa-columns:before { content: "\f0db"; }
.fa-comment:before { content: "\f075"; }
.fa-comment-alt:before { content: "\f27a"; }
.fa-comment-alt-check:before { content: "\f4a2"; }
.fa-comment-alt-dollar:before { content: "\f650"; }
.fa-comment-alt-dots:before { content: "\f4a3"; }
.fa-comment-alt-edit:before { content: "\f4a4"; }
.fa-comment-alt-exclamation:before { content: "\f4a5"; }
.fa-comment-alt-lines:before { content: "\f4a6"; }
.fa-comment-alt-minus:before { content: "\f4a7"; }
.fa-comment-alt-plus:before { content: "\f4a8"; }
.fa-comment-alt-slash:before { content: "\f4a9"; }
.fa-comment-alt-smile:before { content: "\f4aa"; }
.fa-comment-alt-times:before { content: "\f4ab"; }
.fa-comment-check:before { content: "\f4ac"; }
.fa-comment-dollar:before { content: "\f651"; }
.fa-comment-dots:before { content: "\f4ad"; }
.fa-comment-edit:before { content: "\f4ae"; }
.fa-comment-exclamation:before { content: "\f4af"; }
.fa-comment-lines:before { content: "\f4b0"; }
.fa-comment-minus:before { content: "\f4b1"; }
.fa-comment-plus:before { content: "\f4b2"; }
.fa-comment-slash:before { content: "\f4b3"; }
.fa-comment-smile:before { content: "\f4b4"; }
.fa-comment-times:before { content: "\f4b5"; }
.fa-comments:before { content: "\f086"; }
.fa-comments-alt:before { content: "\f4b6"; }
.fa-comments-alt-dollar:before { content: "\f652"; }
.fa-comments-dollar:before { content: "\f653"; }
.fa-compact-disc:before { content: "\f51f"; }
.fa-compass:before { content: "\f14e"; }
.fa-compass-slash:before { content: "\f5e9"; }
.fa-compress:before { content: "\f066"; }
.fa-compress-alt:before { content: "\f422"; }
.fa-compress-wide:before { content: "\f326"; }
.fa-concierge-bell:before { content: "\f562"; }
.fa-connectdevelop:before { content: "\f20e"; }
.fa-container-storage:before { content: "\f4b7"; }
.fa-contao:before { content: "\f26d"; }
.fa-conveyor-belt:before { content: "\f46e"; }
.fa-conveyor-belt-alt:before { content: "\f46f"; }
.fa-cookie:before { content: "\f563"; }
.fa-cookie-bite:before { content: "\f564"; }
.fa-copy:before { content: "\f0c5"; }
.fa-copyright:before { content: "\f1f9"; }
.fa-couch:before { content: "\f4b8"; }
.fa-cpanel:before { content: "\f388"; }
.fa-creative-commons:before { content: "\f25e"; }
.fa-creative-commons-by:before { content: "\f4e7"; }
.fa-creative-commons-nc:before { content: "\f4e8"; }
.fa-creative-commons-nc-eu:before { content: "\f4e9"; }
.fa-creative-commons-nc-jp:before { content: "\f4ea"; }
.fa-creative-commons-nd:before { content: "\f4eb"; }
.fa-creative-commons-pd:before { content: "\f4ec"; }
.fa-creative-commons-pd-alt:before { content: "\f4ed"; }
.fa-creative-commons-remix:before { content: "\f4ee"; }
.fa-creative-commons-sa:before { content: "\f4ef"; }
.fa-creative-commons-sampling:before { content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before { content: "\f4f1"; }
.fa-creative-commons-share:before { content: "\f4f2"; }
.fa-creative-commons-zero:before { content: "\f4f3"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-credit-card-blank:before { content: "\f389"; }
.fa-credit-card-front:before { content: "\f38a"; }
.fa-cricket:before { content: "\f449"; }
.fa-crop:before { content: "\f125"; }
.fa-crop-alt:before { content: "\f565"; }
.fa-cross:before { content: "\f654"; }
.fa-crosshairs:before { content: "\f05b"; }
.fa-crow:before { content: "\f520"; }
.fa-crown:before { content: "\f521"; }
.fa-css3:before { content: "\f13c"; }
.fa-css3-alt:before { content: "\f38b"; }
.fa-cube:before { content: "\f1b2"; }
.fa-cubes:before { content: "\f1b3"; }
.fa-curling:before { content: "\f44a"; }
.fa-cut:before { content: "\f0c4"; }
.fa-cuttlefish:before { content: "\f38c"; }
.fa-d-and-d:before { content: "\f38d"; }
.fa-dashcube:before { content: "\f210"; }
.fa-database:before { content: "\f1c0"; }
.fa-deaf:before { content: "\f2a4"; }
.fa-delicious:before { content: "\f1a5"; }
.fa-deploydog:before { content: "\f38e"; }
.fa-deskpro:before { content: "\f38f"; }
.fa-desktop:before { content: "\f108"; }
.fa-desktop-alt:before { content: "\f390"; }
.fa-deviantart:before { content: "\f1bd"; }
.fa-dharmachakra:before { content: "\f655"; }
.fa-diagnoses:before { content: "\f470"; }
.fa-diamond:before { content: "\f219"; }
.fa-dice:before { content: "\f522"; }
.fa-dice-five:before { content: "\f523"; }
.fa-dice-four:before { content: "\f524"; }
.fa-dice-one:before { content: "\f525"; }
.fa-dice-six:before { content: "\f526"; }
.fa-dice-three:before { content: "\f527"; }
.fa-dice-two:before { content: "\f528"; }
.fa-digg:before { content: "\f1a6"; }
.fa-digital-ocean:before { content: "\f391"; }
.fa-digital-tachograph:before { content: "\f566"; }
.fa-diploma:before { content: "\f5ea"; }
.fa-directions:before { content: "\f5eb"; }
.fa-discord:before { content: "\f392"; }
.fa-discourse:before { content: "\f393"; }
.fa-divide:before { content: "\f529"; }
.fa-dizzy:before { content: "\f567"; }
.fa-dna:before { content: "\f471"; }
.fa-do-not-enter:before { content: "\f5ec"; }
.fa-dochub:before { content: "\f394"; }
.fa-docker:before { content: "\f395"; }
.fa-dollar-sign:before { content: "\f155"; }
.fa-dolly:before { content: "\f472"; }
.fa-dolly-empty:before { content: "\f473"; }
.fa-dolly-flatbed:before { content: "\f474"; }
.fa-dolly-flatbed-alt:before { content: "\f475"; }
.fa-dolly-flatbed-empty:before { content: "\f476"; }
.fa-donate:before { content: "\f4b9"; }
.fa-door-closed:before { content: "\f52a"; }
.fa-door-open:before { content: "\f52b"; }
.fa-dot-circle:before { content: "\f192"; }
.fa-dove:before { content: "\f4ba"; }
.fa-download:before { content: "\f019"; }
.fa-draft2digital:before { content: "\f396"; }
.fa-drafting-compass:before { content: "\f568"; }
.fa-draw-circle:before { content: "\f5ed"; }
.fa-draw-polygon:before { content: "\f5ee"; }
.fa-draw-square:before { content: "\f5ef"; }
.fa-dribbble:before { content: "\f17d"; }
.fa-dribbble-square:before { content: "\f397"; }
.fa-dropbox:before { content: "\f16b"; }
.fa-drum:before { content: "\f569"; }
.fa-drum-steelpan:before { content: "\f56a"; }
.fa-drupal:before { content: "\f1a9"; }
.fa-dumbbell:before { content: "\f44b"; }
.fa-dyalog:before { content: "\f399"; }
.fa-ear:before { content: "\f5f0"; }
.fa-earlybirds:before { content: "\f39a"; }
.fa-ebay:before { content: "\f4f4"; }
.fa-edge:before { content: "\f282"; }
.fa-edit:before { content: "\f044"; }
.fa-eject:before { content: "\f052"; }
.fa-elementor:before { content: "\f430"; }
.fa-ellipsis-h:before { content: "\f141"; }
.fa-ellipsis-h-alt:before { content: "\f39b"; }
.fa-ellipsis-v:before { content: "\f142"; }
.fa-ellipsis-v-alt:before { content: "\f39c"; }
.fa-ello:before { content: "\f5f1"; }
.fa-ember:before { content: "\f423"; }
.fa-empire:before { content: "\f1d1"; }
.fa-empty-set:before { content: "\f656"; }
.fa-engine-warning:before { content: "\f5f2"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-envelope-open:before { content: "\f2b6"; }
.fa-envelope-open-dollar:before { content: "\f657"; }
.fa-envelope-open-text:before { content: "\f658"; }
.fa-envelope-square:before { content: "\f199"; }
.fa-envira:before { content: "\f299"; }
.fa-equals:before { content: "\f52c"; }
.fa-eraser:before { content: "\f12d"; }
.fa-erlang:before { content: "\f39d"; }
.fa-ethereum:before { content: "\f42e"; }
.fa-etsy:before { content: "\f2d7"; }
.fa-euro-sign:before { content: "\f153"; }
.fa-exchange:before { content: "\f0ec"; }
.fa-exchange-alt:before { content: "\f362"; }
.fa-exclamation:before { content: "\f12a"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-exclamation-square:before { content: "\f321"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-expand:before { content: "\f065"; }
.fa-expand-alt:before { content: "\f424"; }
.fa-expand-arrows:before { content: "\f31d"; }
.fa-expand-arrows-alt:before { content: "\f31e"; }
.fa-expand-wide:before { content: "\f320"; }
.fa-expeditedssl:before { content: "\f23e"; }
.fa-external-link:before { content: "\f08e"; }
.fa-external-link-alt:before { content: "\f35d"; }
.fa-external-link-square:before { content: "\f14c"; }
.fa-external-link-square-alt:before { content: "\f360"; }
.fa-eye:before { content: "\f06e"; }
.fa-eye-dropper:before { content: "\f1fb"; }
.fa-eye-slash:before { content: "\f070"; }
.fa-facebook:before { content: "\f09a"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-facebook-messenger:before { content: "\f39f"; }
.fa-facebook-square:before { content: "\f082"; }
.fa-fast-backward:before { content: "\f049"; }
.fa-fast-forward:before { content: "\f050"; }
.fa-fax:before { content: "\f1ac"; }
.fa-feather:before { content: "\f52d"; }
.fa-feather-alt:before { content: "\f56b"; }
.fa-female:before { content: "\f182"; }
.fa-field-hockey:before { content: "\f44c"; }
.fa-fighter-jet:before { content: "\f0fb"; }
.fa-file:before { content: "\f15b"; }
.fa-file-alt:before { content: "\f15c"; }
.fa-file-archive:before { content: "\f1c6"; }
.fa-file-audio:before { content: "\f1c7"; }
.fa-file-certificate:before { content: "\f5f3"; }
.fa-file-chart-line:before { content: "\f659"; }
.fa-file-chart-pie:before { content: "\f65a"; }
.fa-file-check:before { content: "\f316"; }
.fa-file-code:before { content: "\f1c9"; }
.fa-file-contract:before { content: "\f56c"; }
.fa-file-download:before { content: "\f56d"; }
.fa-file-edit:before { content: "\f31c"; }
.fa-file-excel:before { content: "\f1c3"; }
.fa-file-exclamation:before { content: "\f31a"; }
.fa-file-export:before { content: "\f56e"; }
.fa-file-image:before { content: "\f1c5"; }
.fa-file-import:before { content: "\f56f"; }
.fa-file-invoice:before { content: "\f570"; }
.fa-file-invoice-dollar:before { content: "\f571"; }
.fa-file-medical:before { content: "\f477"; }
.fa-file-medical-alt:before { content: "\f478"; }
.fa-file-minus:before { content: "\f318"; }
.fa-file-pdf:before { content: "\f1c1"; }
.fa-file-plus:before { content: "\f319"; }
.fa-file-powerpoint:before { content: "\f1c4"; }
.fa-file-prescription:before { content: "\f572"; }
.fa-file-signature:before { content: "\f573"; }
.fa-file-spreadsheet:before { content: "\f65b"; }
.fa-file-times:before { content: "\f317"; }
.fa-file-upload:before { content: "\f574"; }
.fa-file-user:before { content: "\f65c"; }
.fa-file-video:before { content: "\f1c8"; }
.fa-file-word:before { content: "\f1c2"; }
.fa-fill:before { content: "\f575"; }
.fa-fill-drip:before { content: "\f576"; }
.fa-film:before { content: "\f008"; }
.fa-film-alt:before { content: "\f3a0"; }
.fa-filter:before { content: "\f0b0"; }
.fa-fingerprint:before { content: "\f577"; }
.fa-fire:before { content: "\f06d"; }
.fa-fire-extinguisher:before { content: "\f134"; }
.fa-firefox:before { content: "\f269"; }
.fa-first-aid:before { content: "\f479"; }
.fa-first-order:before { content: "\f2b0"; }
.fa-first-order-alt:before { content: "\f50a"; }
.fa-firstdraft:before { content: "\f3a1"; }
.fa-fish:before { content: "\f578"; }
.fa-flag:before { content: "\f024"; }
.fa-flag-checkered:before { content: "\f11e"; }
.fa-flask:before { content: "\f0c3"; }
.fa-flickr:before { content: "\f16e"; }
.fa-flipboard:before { content: "\f44d"; }
.fa-flushed:before { content: "\f579"; }
.fa-fly:before { content: "\f417"; }
.fa-folder:before { content: "\f07b"; }
.fa-folder-minus:before { content: "\f65d"; }
.fa-folder-open:before { content: "\f07c"; }
.fa-folder-plus:before { content: "\f65e"; }
.fa-folder-times:before { content: "\f65f"; }
.fa-folders:before { content: "\f660"; }
.fa-font:before { content: "\f031"; }
.fa-font-awesome:before { content: "\f2b4"; }
.fa-font-awesome-alt:before { content: "\f35c"; }
.fa-font-awesome-flag:before { content: "\f425"; }
.fa-font-awesome-logo-full:before { content: "\f4e6"; }
.fa-fonticons:before { content: "\f280"; }
.fa-fonticons-fi:before { content: "\f3a2"; }
.fa-football-ball:before { content: "\f44e"; }
.fa-football-helmet:before { content: "\f44f"; }
.fa-forklift:before { content: "\f47a"; }
.fa-fort-awesome:before { content: "\f286"; }
.fa-fort-awesome-alt:before { content: "\f3a3"; }
.fa-forumbee:before { content: "\f211"; }
.fa-forward:before { content: "\f04e"; }
.fa-foursquare:before { content: "\f180"; }
.fa-fragile:before { content: "\f4bb"; }
.fa-free-code-camp:before { content: "\f2c5"; }
.fa-freebsd:before { content: "\f3a4"; }
.fa-frog:before { content: "\f52e"; }
.fa-frown:before { content: "\f119"; }
.fa-frown-open:before { content: "\f57a"; }
.fa-fulcrum:before { content: "\f50b"; }
.fa-function:before { content: "\f661"; }
.fa-funnel-dollar:before { content: "\f662"; }
.fa-futbol:before { content: "\f1e3"; }
.fa-galactic-republic:before { content: "\f50c"; }
.fa-galactic-senate:before { content: "\f50d"; }
.fa-gamepad:before { content: "\f11b"; }
.fa-gas-pump:before { content: "\f52f"; }
.fa-gas-pump-slash:before { content: "\f5f4"; }
.fa-gavel:before { content: "\f0e3"; }
.fa-gem:before { content: "\f3a5"; }
.fa-genderless:before { content: "\f22d"; }
.fa-get-pocket:before { content: "\f265"; }
.fa-gg:before { content: "\f260"; }
.fa-gg-circle:before { content: "\f261"; }
.fa-gift:before { content: "\f06b"; }
.fa-gift-card:before { content: "\f663"; }
.fa-git:before { content: "\f1d3"; }
.fa-git-square:before { content: "\f1d2"; }
.fa-github:before { content: "\f09b"; }
.fa-github-alt:before { content: "\f113"; }
.fa-github-square:before { content: "\f092"; }
.fa-gitkraken:before { content: "\f3a6"; }
.fa-gitlab:before { content: "\f296"; }
.fa-gitter:before { content: "\f426"; }
.fa-glass-martini:before { content: "\f000"; }
.fa-glass-martini-alt:before { content: "\f57b"; }
.fa-glasses:before { content: "\f530"; }
.fa-glasses-alt:before { content: "\f5f5"; }
.fa-glide:before { content: "\f2a5"; }
.fa-glide-g:before { content: "\f2a6"; }
.fa-globe:before { content: "\f0ac"; }
.fa-globe-africa:before { content: "\f57c"; }
.fa-globe-americas:before { content: "\f57d"; }
.fa-globe-asia:before { content: "\f57e"; }
.fa-globe-stand:before { content: "\f5f6"; }
.fa-gofore:before { content: "\f3a7"; }
.fa-golf-ball:before { content: "\f450"; }
.fa-golf-club:before { content: "\f451"; }
.fa-goodreads:before { content: "\f3a8"; }
.fa-goodreads-g:before { content: "\f3a9"; }
.fa-google:before { content: "\f1a0"; }
.fa-google-drive:before { content: "\f3aa"; }
.fa-google-play:before { content: "\f3ab"; }
.fa-google-plus:before { content: "\f2b3"; }
.fa-google-plus-g:before { content: "\f0d5"; }
.fa-google-plus-square:before { content: "\f0d4"; }
.fa-google-wallet:before { content: "\f1ee"; }
.fa-gopuram:before { content: "\f664"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-gratipay:before { content: "\f184"; }
.fa-grav:before { content: "\f2d6"; }
.fa-greater-than:before { content: "\f531"; }
.fa-greater-than-equal:before { content: "\f532"; }
.fa-grimace:before { content: "\f57f"; }
.fa-grin:before { content: "\f580"; }
.fa-grin-alt:before { content: "\f581"; }
.fa-grin-beam:before { content: "\f582"; }
.fa-grin-beam-sweat:before { content: "\f583"; }
.fa-grin-hearts:before { content: "\f584"; }
.fa-grin-squint:before { content: "\f585"; }
.fa-grin-squint-tears:before { content: "\f586"; }
.fa-grin-stars:before { content: "\f587"; }
.fa-grin-tears:before { content: "\f588"; }
.fa-grin-tongue:before { content: "\f589"; }
.fa-grin-tongue-squint:before { content: "\f58a"; }
.fa-grin-tongue-wink:before { content: "\f58b"; }
.fa-grin-wink:before { content: "\f58c"; }
.fa-grip-horizontal:before { content: "\f58d"; }
.fa-grip-vertical:before { content: "\f58e"; }
.fa-gripfire:before { content: "\f3ac"; }
.fa-grunt:before { content: "\f3ad"; }
.fa-gulp:before { content: "\f3ae"; }
.fa-h-square:before { content: "\f0fd"; }
.fa-h1:before { content: "\f313"; }
.fa-h2:before { content: "\f314"; }
.fa-h3:before { content: "\f315"; }
.fa-hacker-news:before { content: "\f1d4"; }
.fa-hacker-news-square:before { content: "\f3af"; }
.fa-hackerrank:before { content: "\f5f7"; }
.fa-hamsa:before { content: "\f665"; }
.fa-hand-heart:before { content: "\f4bc"; }
.fa-hand-holding:before { content: "\f4bd"; }
.fa-hand-holding-box:before { content: "\f47b"; }
.fa-hand-holding-heart:before { content: "\f4be"; }
.fa-hand-holding-seedling:before { content: "\f4bf"; }
.fa-hand-holding-usd:before { content: "\f4c0"; }
.fa-hand-holding-water:before { content: "\f4c1"; }
.fa-hand-lizard:before { content: "\f258"; }
.fa-hand-paper:before { content: "\f256"; }
.fa-hand-peace:before { content: "\f25b"; }
.fa-hand-point-down:before { content: "\f0a7"; }
.fa-hand-point-left:before { content: "\f0a5"; }
.fa-hand-point-right:before { content: "\f0a4"; }
.fa-hand-point-up:before { content: "\f0a6"; }
.fa-hand-pointer:before { content: "\f25a"; }
.fa-hand-receiving:before { content: "\f47c"; }
.fa-hand-rock:before { content: "\f255"; }
.fa-hand-scissors:before { content: "\f257"; }
.fa-hand-spock:before { content: "\f259"; }
.fa-hands:before { content: "\f4c2"; }
.fa-hands-heart:before { content: "\f4c3"; }
.fa-hands-helping:before { content: "\f4c4"; }
.fa-hands-usd:before { content: "\f4c5"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-handshake-alt:before { content: "\f4c6"; }
.fa-hashtag:before { content: "\f292"; }
.fa-haykal:before { content: "\f666"; }
.fa-hdd:before { content: "\f0a0"; }
.fa-heading:before { content: "\f1dc"; }
.fa-headphones:before { content: "\f025"; }
.fa-headphones-alt:before { content: "\f58f"; }
.fa-headset:before { content: "\f590"; }
.fa-heart:before { content: "\f004"; }
.fa-heart-circle:before { content: "\f4c7"; }
.fa-heart-rate:before { content: "\f5f8"; }
.fa-heart-square:before { content: "\f4c8"; }
.fa-heartbeat:before { content: "\f21e"; }
.fa-helicopter:before { content: "\f533"; }
.fa-hexagon:before { content: "\f312"; }
.fa-highlighter:before { content: "\f591"; }
.fa-hips:before { content: "\f452"; }
.fa-hire-a-helper:before { content: "\f3b0"; }
.fa-history:before { content: "\f1da"; }
.fa-hockey-puck:before { content: "\f453"; }
.fa-hockey-sticks:before { content: "\f454"; }
.fa-home:before { content: "\f015"; }
.fa-home-heart:before { content: "\f4c9"; }
.fa-hooli:before { content: "\f427"; }
.fa-hornbill:before { content: "\f592"; }
.fa-hospital:before { content: "\f0f8"; }
.fa-hospital-alt:before { content: "\f47d"; }
.fa-hospital-symbol:before { content: "\f47e"; }
.fa-hot-tub:before { content: "\f593"; }
.fa-hotel:before { content: "\f594"; }
.fa-hotjar:before { content: "\f3b1"; }
.fa-hourglass:before { content: "\f254"; }
.fa-hourglass-end:before { content: "\f253"; }
.fa-hourglass-half:before { content: "\f252"; }
.fa-hourglass-start:before { content: "\f251"; }
.fa-houzz:before { content: "\f27c"; }
.fa-html5:before { content: "\f13b"; }
.fa-hubspot:before { content: "\f3b2"; }
.fa-i-cursor:before { content: "\f246"; }
.fa-id-badge:before { content: "\f2c1"; }
.fa-id-card:before { content: "\f2c2"; }
.fa-id-card-alt:before { content: "\f47f"; }
.fa-image:before { content: "\f03e"; }
.fa-images:before { content: "\f302"; }
.fa-imdb:before { content: "\f2d8"; }
.fa-inbox:before { content: "\f01c"; }
.fa-inbox-in:before { content: "\f310"; }
.fa-inbox-out:before { content: "\f311"; }
.fa-indent:before { content: "\f03c"; }
.fa-industry:before { content: "\f275"; }
.fa-industry-alt:before { content: "\f3b3"; }
.fa-infinity:before { content: "\f534"; }
.fa-info:before { content: "\f129"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-info-square:before { content: "\f30f"; }
.fa-inhaler:before { content: "\f5f9"; }
.fa-instagram:before { content: "\f16d"; }
.fa-integral:before { content: "\f667"; }
.fa-internet-explorer:before { content: "\f26b"; }
.fa-intersection:before { content: "\f668"; }
.fa-inventory:before { content: "\f480"; }
.fa-ioxhost:before { content: "\f208"; }
.fa-italic:before { content: "\f033"; }
.fa-itunes:before { content: "\f3b4"; }
.fa-itunes-note:before { content: "\f3b5"; }
.fa-jack-o-lantern:before { content: "\f30e"; }
.fa-java:before { content: "\f4e4"; }
.fa-jedi:before { content: "\f669"; }
.fa-jedi-order:before { content: "\f50e"; }
.fa-jenkins:before { content: "\f3b6"; }
.fa-joget:before { content: "\f3b7"; }
.fa-joint:before { content: "\f595"; }
.fa-joomla:before { content: "\f1aa"; }
.fa-journal-whills:before { content: "\f66a"; }
.fa-js:before { content: "\f3b8"; }
.fa-js-square:before { content: "\f3b9"; }
.fa-jsfiddle:before { content: "\f1cc"; }
.fa-kaaba:before { content: "\f66b"; }
.fa-kaggle:before { content: "\f5fa"; }
.fa-key:before { content: "\f084"; }
.fa-keybase:before { content: "\f4f5"; }
.fa-keyboard:before { content: "\f11c"; }
.fa-keycdn:before { content: "\f3ba"; }
.fa-keynote:before { content: "\f66c"; }
.fa-khanda:before { content: "\f66d"; }
.fa-kickstarter:before { content: "\f3bb"; }
.fa-kickstarter-k:before { content: "\f3bc"; }
.fa-kidneys:before { content: "\f5fb"; }
.fa-kiss:before { content: "\f596"; }
.fa-kiss-beam:before { content: "\f597"; }
.fa-kiss-wink-heart:before { content: "\f598"; }
.fa-kiwi-bird:before { content: "\f535"; }
.fa-korvue:before { content: "\f42f"; }
.fa-lambda:before { content: "\f66e"; }
.fa-lamp:before { content: "\f4ca"; }
.fa-landmark:before { content: "\f66f"; }
.fa-language:before { content: "\f1ab"; }
.fa-laptop:before { content: "\f109"; }
.fa-laptop-code:before { content: "\f5fc"; }
.fa-laravel:before { content: "\f3bd"; }
.fa-lastfm:before { content: "\f202"; }
.fa-lastfm-square:before { content: "\f203"; }
.fa-laugh:before { content: "\f599"; }
.fa-laugh-beam:before { content: "\f59a"; }
.fa-laugh-squint:before { content: "\f59b"; }
.fa-laugh-wink:before { content: "\f59c"; }
.fa-layer-group:before { content: "\f5fd"; }
.fa-layer-minus:before { content: "\f5fe"; }
.fa-layer-plus:before { content: "\f5ff"; }
.fa-leaf:before { content: "\f06c"; }
.fa-leaf-heart:before { content: "\f4cb"; }
.fa-leanpub:before { content: "\f212"; }
.fa-lemon:before { content: "\f094"; }
.fa-less:before { content: "\f41d"; }
.fa-less-than:before { content: "\f536"; }
.fa-less-than-equal:before { content: "\f537"; }
.fa-level-down:before { content: "\f149"; }
.fa-level-down-alt:before { content: "\f3be"; }
.fa-level-up:before { content: "\f148"; }
.fa-level-up-alt:before { content: "\f3bf"; }
.fa-life-ring:before { content: "\f1cd"; }
.fa-lightbulb:before { content: "\f0eb"; }
.fa-lightbulb-dollar:before { content: "\f670"; }
.fa-lightbulb-exclamation:before { content: "\f671"; }
.fa-lightbulb-on:before { content: "\f672"; }
.fa-lightbulb-slash:before { content: "\f673"; }
.fa-line:before { content: "\f3c0"; }
.fa-link:before { content: "\f0c1"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-linkedin-in:before { content: "\f0e1"; }
.fa-linode:before { content: "\f2b8"; }
.fa-linux:before { content: "\f17c"; }
.fa-lips:before { content: "\f600"; }
.fa-lira-sign:before { content: "\f195"; }
.fa-list:before { content: "\f03a"; }
.fa-list-alt:before { content: "\f022"; }
.fa-list-ol:before { content: "\f0cb"; }
.fa-list-ul:before { content: "\f0ca"; }
.fa-location:before { content: "\f601"; }
.fa-location-arrow:before { content: "\f124"; }
.fa-location-circle:before { content: "\f602"; }
.fa-location-slash:before { content: "\f603"; }
.fa-lock:before { content: "\f023"; }
.fa-lock-alt:before { content: "\f30d"; }
.fa-lock-open:before { content: "\f3c1"; }
.fa-lock-open-alt:before { content: "\f3c2"; }
.fa-long-arrow-alt-down:before { content: "\f309"; }
.fa-long-arrow-alt-left:before { content: "\f30a"; }
.fa-long-arrow-alt-right:before { content: "\f30b"; }
.fa-long-arrow-alt-up:before { content: "\f30c"; }
.fa-long-arrow-down:before { content: "\f175"; }
.fa-long-arrow-left:before { content: "\f177"; }
.fa-long-arrow-right:before { content: "\f178"; }
.fa-long-arrow-up:before { content: "\f176"; }
.fa-loveseat:before { content: "\f4cc"; }
.fa-low-vision:before { content: "\f2a8"; }
.fa-luchador:before { content: "\f455"; }
.fa-luggage-cart:before { content: "\f59d"; }
.fa-lungs:before { content: "\f604"; }
.fa-lyft:before { content: "\f3c3"; }
.fa-magento:before { content: "\f3c4"; }
.fa-magic:before { content: "\f0d0"; }
.fa-magnet:before { content: "\f076"; }
.fa-mail-bulk:before { content: "\f674"; }
.fa-mailchimp:before { content: "\f59e"; }
.fa-male:before { content: "\f183"; }
.fa-mandalorian:before { content: "\f50f"; }
.fa-map:before { content: "\f279"; }
.fa-map-marked:before { content: "\f59f"; }
.fa-map-marked-alt:before { content: "\f5a0"; }
.fa-map-marker:before { content: "\f041"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-map-marker-alt-slash:before { content: "\f605"; }
.fa-map-marker-check:before { content: "\f606"; }
.fa-map-marker-edit:before { content: "\f607"; }
.fa-map-marker-exclamation:before { content: "\f608"; }
.fa-map-marker-minus:before { content: "\f609"; }
.fa-map-marker-plus:before { content: "\f60a"; }
.fa-map-marker-question:before { content: "\f60b"; }
.fa-map-marker-slash:before { content: "\f60c"; }
.fa-map-marker-smile:before { content: "\f60d"; }
.fa-map-marker-times:before { content: "\f60e"; }
.fa-map-pin:before { content: "\f276"; }
.fa-map-signs:before { content: "\f277"; }
.fa-markdown:before { content: "\f60f"; }
.fa-marker:before { content: "\f5a1"; }
.fa-mars:before { content: "\f222"; }
.fa-mars-double:before { content: "\f227"; }
.fa-mars-stroke:before { content: "\f229"; }
.fa-mars-stroke-h:before { content: "\f22b"; }
.fa-mars-stroke-v:before { content: "\f22a"; }
.fa-mastodon:before { content: "\f4f6"; }
.fa-maxcdn:before { content: "\f136"; }
.fa-medal:before { content: "\f5a2"; }
.fa-medapps:before { content: "\f3c6"; }
.fa-medium:before { content: "\f23a"; }
.fa-medium-m:before { content: "\f3c7"; }
.fa-medkit:before { content: "\f0fa"; }
.fa-medrt:before { content: "\f3c8"; }
.fa-meetup:before { content: "\f2e0"; }
.fa-megaphone:before { content: "\f675"; }
.fa-megaport:before { content: "\f5a3"; }
.fa-meh:before { content: "\f11a"; }
.fa-meh-blank:before { content: "\f5a4"; }
.fa-meh-rolling-eyes:before { content: "\f5a5"; }
.fa-memory:before { content: "\f538"; }
.fa-menorah:before { content: "\f676"; }
.fa-mercury:before { content: "\f223"; }
.fa-microchip:before { content: "\f2db"; }
.fa-microphone:before { content: "\f130"; }
.fa-microphone-alt:before { content: "\f3c9"; }
.fa-microphone-alt-slash:before { content: "\f539"; }
.fa-microphone-slash:before { content: "\f131"; }
.fa-microscope:before { content: "\f610"; }
.fa-microsoft:before { content: "\f3ca"; }
.fa-mind-share:before { content: "\f677"; }
.fa-minus:before { content: "\f068"; }
.fa-minus-circle:before { content: "\f056"; }
.fa-minus-hexagon:before { content: "\f307"; }
.fa-minus-octagon:before { content: "\f308"; }
.fa-minus-square:before { content: "\f146"; }
.fa-mix:before { content: "\f3cb"; }
.fa-mixcloud:before { content: "\f289"; }
.fa-mizuni:before { content: "\f3cc"; }
.fa-mobile:before { content: "\f10b"; }
.fa-mobile-alt:before { content: "\f3cd"; }
.fa-mobile-android:before { content: "\f3ce"; }
.fa-mobile-android-alt:before { content: "\f3cf"; }
.fa-modx:before { content: "\f285"; }
.fa-monero:before { content: "\f3d0"; }
.fa-money-bill:before { content: "\f0d6"; }
.fa-money-bill-alt:before { content: "\f3d1"; }
.fa-money-bill-wave:before { content: "\f53a"; }
.fa-money-bill-wave-alt:before { content: "\f53b"; }
.fa-money-check:before { content: "\f53c"; }
.fa-money-check-alt:before { content: "\f53d"; }
.fa-monitor-heart-rate:before { content: "\f611"; }
.fa-monument:before { content: "\f5a6"; }
.fa-moon:before { content: "\f186"; }
.fa-mortar-pestle:before { content: "\f5a7"; }
.fa-mosque:before { content: "\f678"; }
.fa-motorcycle:before { content: "\f21c"; }
.fa-mouse-pointer:before { content: "\f245"; }
.fa-music:before { content: "\f001"; }
.fa-napster:before { content: "\f3d2"; }
.fa-neos:before { content: "\f612"; }
.fa-neuter:before { content: "\f22c"; }
.fa-newspaper:before { content: "\f1ea"; }
.fa-nimblr:before { content: "\f5a8"; }
.fa-nintendo-switch:before { content: "\f418"; }
.fa-node:before { content: "\f419"; }
.fa-node-js:before { content: "\f3d3"; }
.fa-not-equal:before { content: "\f53e"; }
.fa-notes-medical:before { content: "\f481"; }
.fa-npm:before { content: "\f3d4"; }
.fa-ns8:before { content: "\f3d5"; }
.fa-nutritionix:before { content: "\f3d6"; }
.fa-object-group:before { content: "\f247"; }
.fa-object-ungroup:before { content: "\f248"; }
.fa-octagon:before { content: "\f306"; }
.fa-odnoklassniki:before { content: "\f263"; }
.fa-odnoklassniki-square:before { content: "\f264"; }
.fa-oil-can:before { content: "\f613"; }
.fa-oil-temp:before { content: "\f614"; }
.fa-old-republic:before { content: "\f510"; }
.fa-om:before { content: "\f679"; }
.fa-omega:before { content: "\f67a"; }
.fa-opencart:before { content: "\f23d"; }
.fa-openid:before { content: "\f19b"; }
.fa-opera:before { content: "\f26a"; }
.fa-optin-monster:before { content: "\f23c"; }
.fa-osi:before { content: "\f41a"; }
.fa-outdent:before { content: "\f03b"; }
.fa-page4:before { content: "\f3d7"; }
.fa-pagelines:before { content: "\f18c"; }
.fa-paint-brush:before { content: "\f1fc"; }
.fa-paint-brush-alt:before { content: "\f5a9"; }
.fa-paint-roller:before { content: "\f5aa"; }
.fa-palette:before { content: "\f53f"; }
.fa-palfed:before { content: "\f3d8"; }
.fa-pallet:before { content: "\f482"; }
.fa-pallet-alt:before { content: "\f483"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-paperclip:before { content: "\f0c6"; }
.fa-parachute-box:before { content: "\f4cd"; }
.fa-paragraph:before { content: "\f1dd"; }
.fa-parking:before { content: "\f540"; }
.fa-parking-circle:before { content: "\f615"; }
.fa-parking-circle-slash:before { content: "\f616"; }
.fa-parking-slash:before { content: "\f617"; }
.fa-passport:before { content: "\f5ab"; }
.fa-pastafarianism:before { content: "\f67b"; }
.fa-paste:before { content: "\f0ea"; }
.fa-patreon:before { content: "\f3d9"; }
.fa-pause:before { content: "\f04c"; }
.fa-pause-circle:before { content: "\f28b"; }
.fa-paw:before { content: "\f1b0"; }
.fa-paypal:before { content: "\f1ed"; }
.fa-peace:before { content: "\f67c"; }
.fa-pen:before { content: "\f304"; }
.fa-pen-alt:before { content: "\f305"; }
.fa-pen-fancy:before { content: "\f5ac"; }
.fa-pen-nib:before { content: "\f5ad"; }
.fa-pen-square:before { content: "\f14b"; }
.fa-pencil:before { content: "\f040"; }
.fa-pencil-alt:before { content: "\f303"; }
.fa-pencil-paintbrush:before { content: "\f618"; }
.fa-pencil-ruler:before { content: "\f5ae"; }
.fa-pennant:before { content: "\f456"; }
.fa-people-carry:before { content: "\f4ce"; }
.fa-percent:before { content: "\f295"; }
.fa-percentage:before { content: "\f541"; }
.fa-periscope:before { content: "\f3da"; }
.fa-person-carry:before { content: "\f4cf"; }
.fa-person-dolly:before { content: "\f4d0"; }
.fa-person-dolly-empty:before { content: "\f4d1"; }
.fa-phabricator:before { content: "\f3db"; }
.fa-phoenix-framework:before { content: "\f3dc"; }
.fa-phoenix-squadron:before { content: "\f511"; }
.fa-phone:before { content: "\f095"; }
.fa-phone-office:before { content: "\f67d"; }
.fa-phone-plus:before { content: "\f4d2"; }
.fa-phone-slash:before { content: "\f3dd"; }
.fa-phone-square:before { content: "\f098"; }
.fa-phone-volume:before { content: "\f2a0"; }
.fa-php:before { content: "\f457"; }
.fa-pi:before { content: "\f67e"; }
.fa-pied-piper:before { content: "\f2ae"; }
.fa-pied-piper-alt:before { content: "\f1a8"; }
.fa-pied-piper-hat:before { content: "\f4e5"; }
.fa-pied-piper-pp:before { content: "\f1a7"; }
.fa-piggy-bank:before { content: "\f4d3"; }
.fa-pills:before { content: "\f484"; }
.fa-pinterest:before { content: "\f0d2"; }
.fa-pinterest-p:before { content: "\f231"; }
.fa-pinterest-square:before { content: "\f0d3"; }
.fa-place-of-worship:before { content: "\f67f"; }
.fa-plane:before { content: "\f072"; }
.fa-plane-alt:before { content: "\f3de"; }
.fa-plane-arrival:before { content: "\f5af"; }
.fa-plane-departure:before { content: "\f5b0"; }
.fa-play:before { content: "\f04b"; }
.fa-play-circle:before { content: "\f144"; }
.fa-playstation:before { content: "\f3df"; }
.fa-plug:before { content: "\f1e6"; }
.fa-plus:before { content: "\f067"; }
.fa-plus-circle:before { content: "\f055"; }
.fa-plus-hexagon:before { content: "\f300"; }
.fa-plus-octagon:before { content: "\f301"; }
.fa-plus-square:before { content: "\f0fe"; }
.fa-podcast:before { content: "\f2ce"; }
.fa-podium:before { content: "\f680"; }
.fa-poll:before { content: "\f681"; }
.fa-poll-h:before { content: "\f682"; }
.fa-poo:before { content: "\f2fe"; }
.fa-poop:before { content: "\f619"; }
.fa-portrait:before { content: "\f3e0"; }
.fa-pound-sign:before { content: "\f154"; }
.fa-power-off:before { content: "\f011"; }
.fa-pray:before { content: "\f683"; }
.fa-praying-hands:before { content: "\f684"; }
.fa-prescription:before { content: "\f5b1"; }
.fa-prescription-bottle:before { content: "\f485"; }
.fa-prescription-bottle-alt:before { content: "\f486"; }
.fa-presentation:before { content: "\f685"; }
.fa-print:before { content: "\f02f"; }
.fa-print-slash:before { content: "\f686"; }
.fa-procedures:before { content: "\f487"; }
.fa-product-hunt:before { content: "\f288"; }
.fa-project-diagram:before { content: "\f542"; }
.fa-pushed:before { content: "\f3e1"; }
.fa-puzzle-piece:before { content: "\f12e"; }
.fa-python:before { content: "\f3e2"; }
.fa-qq:before { content: "\f1d6"; }
.fa-qrcode:before { content: "\f029"; }
.fa-question:before { content: "\f128"; }
.fa-question-circle:before { content: "\f059"; }
.fa-question-square:before { content: "\f2fd"; }
.fa-quidditch:before { content: "\f458"; }
.fa-quinscape:before { content: "\f459"; }
.fa-quora:before { content: "\f2c4"; }
.fa-quote-left:before { content: "\f10d"; }
.fa-quote-right:before { content: "\f10e"; }
.fa-quran:before { content: "\f687"; }
.fa-r-project:before { content: "\f4f7"; }
.fa-racquet:before { content: "\f45a"; }
.fa-ramp-loading:before { content: "\f4d4"; }
.fa-random:before { content: "\f074"; }
.fa-ravelry:before { content: "\f2d9"; }
.fa-react:before { content: "\f41b"; }
.fa-readme:before { content: "\f4d5"; }
.fa-rebel:before { content: "\f1d0"; }
.fa-receipt:before { content: "\f543"; }
.fa-rectangle-landscape:before { content: "\f2fa"; }
.fa-rectangle-portrait:before { content: "\f2fb"; }
.fa-rectangle-wide:before { content: "\f2fc"; }
.fa-recycle:before { content: "\f1b8"; }
.fa-red-river:before { content: "\f3e3"; }
.fa-reddit:before { content: "\f1a1"; }
.fa-reddit-alien:before { content: "\f281"; }
.fa-reddit-square:before { content: "\f1a2"; }
.fa-redo:before { content: "\f01e"; }
.fa-redo-alt:before { content: "\f2f9"; }
.fa-registered:before { content: "\f25d"; }
.fa-rendact:before { content: "\f3e4"; }
.fa-renren:before { content: "\f18b"; }
.fa-repeat:before { content: "\f363"; }
.fa-repeat-1:before { content: "\f365"; }
.fa-repeat-1-alt:before { content: "\f366"; }
.fa-repeat-alt:before { content: "\f364"; }
.fa-reply:before { content: "\f3e5"; }
.fa-reply-all:before { content: "\f122"; }
.fa-replyd:before { content: "\f3e6"; }
.fa-researchgate:before { content: "\f4f8"; }
.fa-resolving:before { content: "\f3e7"; }
.fa-retweet:before { content: "\f079"; }
.fa-retweet-alt:before { content: "\f361"; }
.fa-rev:before { content: "\f5b2"; }
.fa-ribbon:before { content: "\f4d6"; }
.fa-road:before { content: "\f018"; }
.fa-robot:before { content: "\f544"; }
.fa-rocket:before { content: "\f135"; }
.fa-rocketchat:before { content: "\f3e8"; }
.fa-rockrms:before { content: "\f3e9"; }
.fa-route:before { content: "\f4d7"; }
.fa-route-highway:before { content: "\f61a"; }
.fa-route-interstate:before { content: "\f61b"; }
.fa-rss:before { content: "\f09e"; }
.fa-rss-square:before { content: "\f143"; }
.fa-ruble-sign:before { content: "\f158"; }
.fa-ruler:before { content: "\f545"; }
.fa-ruler-combined:before { content: "\f546"; }
.fa-ruler-horizontal:before { content: "\f547"; }
.fa-ruler-triangle:before { content: "\f61c"; }
.fa-ruler-vertical:before { content: "\f548"; }
.fa-rupee-sign:before { content: "\f156"; }
.fa-sad-cry:before { content: "\f5b3"; }
.fa-sad-tear:before { content: "\f5b4"; }
.fa-safari:before { content: "\f267"; }
.fa-sass:before { content: "\f41e"; }
.fa-save:before { content: "\f0c7"; }
.fa-scalpel:before { content: "\f61d"; }
.fa-scalpel-path:before { content: "\f61e"; }
.fa-scanner:before { content: "\f488"; }
.fa-scanner-keyboard:before { content: "\f489"; }
.fa-scanner-touchscreen:before { content: "\f48a"; }
.fa-schlix:before { content: "\f3ea"; }
.fa-school:before { content: "\f549"; }
.fa-screwdriver:before { content: "\f54a"; }
.fa-scribd:before { content: "\f28a"; }
.fa-scrubber:before { content: "\f2f8"; }
.fa-search:before { content: "\f002"; }
.fa-search-dollar:before { content: "\f688"; }
.fa-search-location:before { content: "\f689"; }
.fa-search-minus:before { content: "\f010"; }
.fa-search-plus:before { content: "\f00e"; }
.fa-searchengin:before { content: "\f3eb"; }
.fa-seedling:before { content: "\f4d8"; }
.fa-sellcast:before { content: "\f2da"; }
.fa-sellsy:before { content: "\f213"; }
.fa-server:before { content: "\f233"; }
.fa-servicestack:before { content: "\f3ec"; }
.fa-shapes:before { content: "\f61f"; }
.fa-share:before { content: "\f064"; }
.fa-share-all:before { content: "\f367"; }
.fa-share-alt:before { content: "\f1e0"; }
.fa-share-alt-square:before { content: "\f1e1"; }
.fa-share-square:before { content: "\f14d"; }
.fa-shekel-sign:before { content: "\f20b"; }
.fa-shield:before { content: "\f132"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-shield-check:before { content: "\f2f7"; }
.fa-ship:before { content: "\f21a"; }
.fa-shipping-fast:before { content: "\f48b"; }
.fa-shipping-timed:before { content: "\f48c"; }
.fa-shirtsinbulk:before { content: "\f214"; }
.fa-shoe-prints:before { content: "\f54b"; }
.fa-shopping-bag:before { content: "\f290"; }
.fa-shopping-basket:before { content: "\f291"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-shopware:before { content: "\f5b5"; }
.fa-shower:before { content: "\f2cc"; }
.fa-shredder:before { content: "\f68a"; }
.fa-shuttle-van:before { content: "\f5b6"; }
.fa-shuttlecock:before { content: "\f45b"; }
.fa-sigma:before { content: "\f68b"; }
.fa-sign:before { content: "\f4d9"; }
.fa-sign-in:before { content: "\f090"; }
.fa-sign-in-alt:before { content: "\f2f6"; }
.fa-sign-language:before { content: "\f2a7"; }
.fa-sign-out:before { content: "\f08b"; }
.fa-sign-out-alt:before { content: "\f2f5"; }
.fa-signal:before { content: "\f012"; }
.fa-signal-1:before { content: "\f68c"; }
.fa-signal-2:before { content: "\f68d"; }
.fa-signal-3:before { content: "\f68e"; }
.fa-signal-4:before { content: "\f68f"; }
.fa-signal-alt:before { content: "\f690"; }
.fa-signal-alt-1:before { content: "\f691"; }
.fa-signal-alt-2:before { content: "\f692"; }
.fa-signal-alt-3:before { content: "\f693"; }
.fa-signal-alt-slash:before { content: "\f694"; }
.fa-signal-slash:before { content: "\f695"; }
.fa-signature:before { content: "\f5b7"; }
.fa-simplybuilt:before { content: "\f215"; }
.fa-sistrix:before { content: "\f3ee"; }
.fa-sitemap:before { content: "\f0e8"; }
.fa-sith:before { content: "\f512"; }
.fa-skeleton:before { content: "\f620"; }
.fa-skull:before { content: "\f54c"; }
.fa-skyatlas:before { content: "\f216"; }
.fa-skype:before { content: "\f17e"; }
.fa-slack:before { content: "\f198"; }
.fa-slack-hash:before { content: "\f3ef"; }
.fa-sliders-h:before { content: "\f1de"; }
.fa-sliders-h-square:before { content: "\f3f0"; }
.fa-sliders-v:before { content: "\f3f1"; }
.fa-sliders-v-square:before { content: "\f3f2"; }
.fa-slideshare:before { content: "\f1e7"; }
.fa-smile:before { content: "\f118"; }
.fa-smile-beam:before { content: "\f5b8"; }
.fa-smile-plus:before { content: "\f5b9"; }
.fa-smile-wink:before { content: "\f4da"; }
.fa-smoking:before { content: "\f48d"; }
.fa-smoking-ban:before { content: "\f54d"; }
.fa-snapchat:before { content: "\f2ab"; }
.fa-snapchat-ghost:before { content: "\f2ac"; }
.fa-snapchat-square:before { content: "\f2ad"; }
.fa-snowflake:before { content: "\f2dc"; }
.fa-socks:before { content: "\f696"; }
.fa-solar-panel:before { content: "\f5ba"; }
.fa-sort:before { content: "\f0dc"; }
.fa-sort-alpha-down:before { content: "\f15d"; }
.fa-sort-alpha-up:before { content: "\f15e"; }
.fa-sort-amount-down:before { content: "\f160"; }
.fa-sort-amount-up:before { content: "\f161"; }
.fa-sort-down:before { content: "\f0dd"; }
.fa-sort-numeric-down:before { content: "\f162"; }
.fa-sort-numeric-up:before { content: "\f163"; }
.fa-sort-up:before { content: "\f0de"; }
.fa-soundcloud:before { content: "\f1be"; }
.fa-spa:before { content: "\f5bb"; }
.fa-space-shuttle:before { content: "\f197"; }
.fa-spade:before { content: "\f2f4"; }
.fa-speakap:before { content: "\f3f3"; }
.fa-spinner:before { content: "\f110"; }
.fa-spinner-third:before { content: "\f3f4"; }
.fa-splotch:before { content: "\f5bc"; }
.fa-spotify:before { content: "\f1bc"; }
.fa-spray-can:before { content: "\f5bd"; }
.fa-square:before { content: "\f0c8"; }
.fa-square-full:before { content: "\f45c"; }
.fa-square-root:before { content: "\f697"; }
.fa-square-root-alt:before { content: "\f698"; }
.fa-squarespace:before { content: "\f5be"; }
.fa-stack-exchange:before { content: "\f18d"; }
.fa-stack-overflow:before { content: "\f16c"; }
.fa-stamp:before { content: "\f5bf"; }
.fa-star:before { content: "\f005"; }
.fa-star-and-crescent:before { content: "\f699"; }
.fa-star-exclamation:before { content: "\f2f3"; }
.fa-star-half:before { content: "\f089"; }
.fa-star-half-alt:before { content: "\f5c0"; }
.fa-star-of-david:before { content: "\f69a"; }
.fa-star-of-life:before { content: "\f621"; }
.fa-staylinked:before { content: "\f3f5"; }
.fa-steam:before { content: "\f1b6"; }
.fa-steam-square:before { content: "\f1b7"; }
.fa-steam-symbol:before { content: "\f3f6"; }
.fa-steering-wheel:before { content: "\f622"; }
.fa-step-backward:before { content: "\f048"; }
.fa-step-forward:before { content: "\f051"; }
.fa-stethoscope:before { content: "\f0f1"; }
.fa-sticker-mule:before { content: "\f3f7"; }
.fa-sticky-note:before { content: "\f249"; }
.fa-stomach:before { content: "\f623"; }
.fa-stop:before { content: "\f04d"; }
.fa-stop-circle:before { content: "\f28d"; }
.fa-stopwatch:before { content: "\f2f2"; }
.fa-store:before { content: "\f54e"; }
.fa-store-alt:before { content: "\f54f"; }
.fa-strava:before { content: "\f428"; }
.fa-stream:before { content: "\f550"; }
.fa-street-view:before { content: "\f21d"; }
.fa-strikethrough:before { content: "\f0cc"; }
.fa-stripe:before { content: "\f429"; }
.fa-stripe-s:before { content: "\f42a"; }
.fa-stroopwafel:before { content: "\f551"; }
.fa-studiovinari:before { content: "\f3f8"; }
.fa-stumbleupon:before { content: "\f1a4"; }
.fa-stumbleupon-circle:before { content: "\f1a3"; }
.fa-subscript:before { content: "\f12c"; }
.fa-subway:before { content: "\f239"; }
.fa-suitcase:before { content: "\f0f2"; }
.fa-suitcase-rolling:before { content: "\f5c1"; }
.fa-sun:before { content: "\f185"; }
.fa-superpowers:before { content: "\f2dd"; }
.fa-superscript:before { content: "\f12b"; }
.fa-supple:before { content: "\f3f9"; }
.fa-surprise:before { content: "\f5c2"; }
.fa-swatchbook:before { content: "\f5c3"; }
.fa-swimmer:before { content: "\f5c4"; }
.fa-swimming-pool:before { content: "\f5c5"; }
.fa-synagogue:before { content: "\f69b"; }
.fa-sync:before { content: "\f021"; }
.fa-sync-alt:before { content: "\f2f1"; }
.fa-syringe:before { content: "\f48e"; }
.fa-table:before { content: "\f0ce"; }
.fa-table-tennis:before { content: "\f45d"; }
.fa-tablet:before { content: "\f10a"; }
.fa-tablet-alt:before { content: "\f3fa"; }
.fa-tablet-android:before { content: "\f3fb"; }
.fa-tablet-android-alt:before { content: "\f3fc"; }
.fa-tablet-rugged:before { content: "\f48f"; }
.fa-tablets:before { content: "\f490"; }
.fa-tachometer:before { content: "\f0e4"; }
.fa-tachometer-alt:before { content: "\f3fd"; }
.fa-tachometer-alt-average:before { content: "\f624"; }
.fa-tachometer-alt-fast:before { content: "\f625"; }
.fa-tachometer-alt-fastest:before { content: "\f626"; }
.fa-tachometer-alt-slow:before { content: "\f627"; }
.fa-tachometer-alt-slowest:before { content: "\f628"; }
.fa-tachometer-average:before { content: "\f629"; }
.fa-tachometer-fast:before { content: "\f62a"; }
.fa-tachometer-fastest:before { content: "\f62b"; }
.fa-tachometer-slow:before { content: "\f62c"; }
.fa-tachometer-slowest:before { content: "\f62d"; }
.fa-tag:before { content: "\f02b"; }
.fa-tags:before { content: "\f02c"; }
.fa-tally:before { content: "\f69c"; }
.fa-tape:before { content: "\f4db"; }
.fa-tasks:before { content: "\f0ae"; }
.fa-taxi:before { content: "\f1ba"; }
.fa-teamspeak:before { content: "\f4f9"; }
.fa-teeth:before { content: "\f62e"; }
.fa-teeth-open:before { content: "\f62f"; }
.fa-telegram:before { content: "\f2c6"; }
.fa-telegram-plane:before { content: "\f3fe"; }
.fa-tencent-weibo:before { content: "\f1d5"; }
.fa-tennis-ball:before { content: "\f45e"; }
.fa-terminal:before { content: "\f120"; }
.fa-text-height:before { content: "\f034"; }
.fa-text-width:before { content: "\f035"; }
.fa-th:before { content: "\f00a"; }
.fa-th-large:before { content: "\f009"; }
.fa-th-list:before { content: "\f00b"; }
.fa-the-red-yeti:before { content: "\f69d"; }
.fa-theater-masks:before { content: "\f630"; }
.fa-themeco:before { content: "\f5c6"; }
.fa-themeisle:before { content: "\f2b2"; }
.fa-thermometer:before { content: "\f491"; }
.fa-thermometer-empty:before { content: "\f2cb"; }
.fa-thermometer-full:before { content: "\f2c7"; }
.fa-thermometer-half:before { content: "\f2c9"; }
.fa-thermometer-quarter:before { content: "\f2ca"; }
.fa-thermometer-three-quarters:before { content: "\f2c8"; }
.fa-theta:before { content: "\f69e"; }
.fa-thumbs-down:before { content: "\f165"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-thumbtack:before { content: "\f08d"; }
.fa-ticket:before { content: "\f145"; }
.fa-ticket-alt:before { content: "\f3ff"; }
.fa-tilde:before { content: "\f69f"; }
.fa-times:before { content: "\f00d"; }
.fa-times-circle:before { content: "\f057"; }
.fa-times-hexagon:before { content: "\f2ee"; }
.fa-times-octagon:before { content: "\f2f0"; }
.fa-times-square:before { content: "\f2d3"; }
.fa-tint:before { content: "\f043"; }
.fa-tint-slash:before { content: "\f5c7"; }
.fa-tire:before { content: "\f631"; }
.fa-tire-flat:before { content: "\f632"; }
.fa-tire-pressure-warning:before { content: "\f633"; }
.fa-tire-rugged:before { content: "\f634"; }
.fa-tired:before { content: "\f5c8"; }
.fa-toggle-off:before { content: "\f204"; }
.fa-toggle-on:before { content: "\f205"; }
.fa-toolbox:before { content: "\f552"; }
.fa-tooth:before { content: "\f5c9"; }
.fa-toothbrush:before { content: "\f635"; }
.fa-torah:before { content: "\f6a0"; }
.fa-torii-gate:before { content: "\f6a1"; }
.fa-trade-federation:before { content: "\f513"; }
.fa-trademark:before { content: "\f25c"; }
.fa-traffic-cone:before { content: "\f636"; }
.fa-traffic-light:before { content: "\f637"; }
.fa-traffic-light-go:before { content: "\f638"; }
.fa-traffic-light-slow:before { content: "\f639"; }
.fa-traffic-light-stop:before { content: "\f63a"; }
.fa-train:before { content: "\f238"; }
.fa-transgender:before { content: "\f224"; }
.fa-transgender-alt:before { content: "\f225"; }
.fa-trash:before { content: "\f1f8"; }
.fa-trash-alt:before { content: "\f2ed"; }
.fa-tree:before { content: "\f1bb"; }
.fa-tree-alt:before { content: "\f400"; }
.fa-trello:before { content: "\f181"; }
.fa-triangle:before { content: "\f2ec"; }
.fa-tripadvisor:before { content: "\f262"; }
.fa-trophy:before { content: "\f091"; }
.fa-trophy-alt:before { content: "\f2eb"; }
.fa-truck:before { content: "\f0d1"; }
.fa-truck-container:before { content: "\f4dc"; }
.fa-truck-couch:before { content: "\f4dd"; }
.fa-truck-loading:before { content: "\f4de"; }
.fa-truck-monster:before { content: "\f63b"; }
.fa-truck-moving:before { content: "\f4df"; }
.fa-truck-pickup:before { content: "\f63c"; }
.fa-truck-ramp:before { content: "\f4e0"; }
.fa-tshirt:before { content: "\f553"; }
.fa-tty:before { content: "\f1e4"; }
.fa-tumblr:before { content: "\f173"; }
.fa-tumblr-square:before { content: "\f174"; }
.fa-tv:before { content: "\f26c"; }
.fa-tv-retro:before { content: "\f401"; }
.fa-twitch:before { content: "\f1e8"; }
.fa-twitter:before { content: "\f099"; }
.fa-twitter-square:before { content: "\f081"; }
.fa-typo3:before { content: "\f42b"; }
.fa-uber:before { content: "\f402"; }
.fa-uikit:before { content: "\f403"; }
.fa-umbrella:before { content: "\f0e9"; }
.fa-umbrella-beach:before { content: "\f5ca"; }
.fa-underline:before { content: "\f0cd"; }
.fa-undo:before { content: "\f0e2"; }
.fa-undo-alt:before { content: "\f2ea"; }
.fa-union:before { content: "\f6a2"; }
.fa-uniregistry:before { content: "\f404"; }
.fa-universal-access:before { content: "\f29a"; }
.fa-university:before { content: "\f19c"; }
.fa-unlink:before { content: "\f127"; }
.fa-unlock:before { content: "\f09c"; }
.fa-unlock-alt:before { content: "\f13e"; }
.fa-untappd:before { content: "\f405"; }
.fa-upload:before { content: "\f093"; }
.fa-usb:before { content: "\f287"; }
.fa-usd-circle:before { content: "\f2e8"; }
.fa-usd-square:before { content: "\f2e9"; }
.fa-user:before { content: "\f007"; }
.fa-user-alt:before { content: "\f406"; }
.fa-user-alt-slash:before { content: "\f4fa"; }
.fa-user-astronaut:before { content: "\f4fb"; }
.fa-user-chart:before { content: "\f6a3"; }
.fa-user-check:before { content: "\f4fc"; }
.fa-user-circle:before { content: "\f2bd"; }
.fa-user-clock:before { content: "\f4fd"; }
.fa-user-cog:before { content: "\f4fe"; }
.fa-user-crown:before { content: "\f6a4"; }
.fa-user-edit:before { content: "\f4ff"; }
.fa-user-friends:before { content: "\f500"; }
.fa-user-graduate:before { content: "\f501"; }
.fa-user-lock:before { content: "\f502"; }
.fa-user-md:before { content: "\f0f0"; }
.fa-user-minus:before { content: "\f503"; }
.fa-user-ninja:before { content: "\f504"; }
.fa-user-plus:before { content: "\f234"; }
.fa-user-secret:before { content: "\f21b"; }
.fa-user-shield:before { content: "\f505"; }
.fa-user-slash:before { content: "\f506"; }
.fa-user-tag:before { content: "\f507"; }
.fa-user-tie:before { content: "\f508"; }
.fa-user-times:before { content: "\f235"; }
.fa-users:before { content: "\f0c0"; }
.fa-users-class:before { content: "\f63d"; }
.fa-users-cog:before { content: "\f509"; }
.fa-users-crown:before { content: "\f6a5"; }
.fa-ussunnah:before { content: "\f407"; }
.fa-utensil-fork:before { content: "\f2e3"; }
.fa-utensil-knife:before { content: "\f2e4"; }
.fa-utensil-spoon:before { content: "\f2e5"; }
.fa-utensils:before { content: "\f2e7"; }
.fa-utensils-alt:before { content: "\f2e6"; }
.fa-vaadin:before { content: "\f408"; }
.fa-value-absolute:before { content: "\f6a6"; }
.fa-vector-square:before { content: "\f5cb"; }
.fa-venus:before { content: "\f221"; }
.fa-venus-double:before { content: "\f226"; }
.fa-venus-mars:before { content: "\f228"; }
.fa-viacoin:before { content: "\f237"; }
.fa-viadeo:before { content: "\f2a9"; }
.fa-viadeo-square:before { content: "\f2aa"; }
.fa-vial:before { content: "\f492"; }
.fa-vials:before { content: "\f493"; }
.fa-viber:before { content: "\f409"; }
.fa-video:before { content: "\f03d"; }
.fa-video-plus:before { content: "\f4e1"; }
.fa-video-slash:before { content: "\f4e2"; }
.fa-vihara:before { content: "\f6a7"; }
.fa-vimeo:before { content: "\f40a"; }
.fa-vimeo-square:before { content: "\f194"; }
.fa-vimeo-v:before { content: "\f27d"; }
.fa-vine:before { content: "\f1ca"; }
.fa-vk:before { content: "\f189"; }
.fa-vnv:before { content: "\f40b"; }
.fa-volleyball-ball:before { content: "\f45f"; }
.fa-volume:before { content: "\f6a8"; }
.fa-volume-down:before { content: "\f027"; }
.fa-volume-mute:before { content: "\f6a9"; }
.fa-volume-off:before { content: "\f026"; }
.fa-volume-slash:before { content: "\f2e2"; }
.fa-volume-up:before { content: "\f028"; }
.fa-vuejs:before { content: "\f41f"; }
.fa-walking:before { content: "\f554"; }
.fa-wallet:before { content: "\f555"; }
.fa-warehouse:before { content: "\f494"; }
.fa-warehouse-alt:before { content: "\f495"; }
.fa-watch:before { content: "\f2e1"; }
.fa-watch-fitness:before { content: "\f63e"; }
.fa-weebly:before { content: "\f5cc"; }
.fa-weibo:before { content: "\f18a"; }
.fa-weight:before { content: "\f496"; }
.fa-weight-hanging:before { content: "\f5cd"; }
.fa-weixin:before { content: "\f1d7"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-whatsapp-square:before { content: "\f40c"; }
.fa-wheelchair:before { content: "\f193"; }
.fa-whistle:before { content: "\f460"; }
.fa-whmcs:before { content: "\f40d"; }
.fa-wifi:before { content: "\f1eb"; }
.fa-wifi-1:before { content: "\f6aa"; }
.fa-wifi-2:before { content: "\f6ab"; }
.fa-wifi-slash:before { content: "\f6ac"; }
.fa-wikipedia-w:before { content: "\f266"; }
.fa-window:before { content: "\f40e"; }
.fa-window-alt:before { content: "\f40f"; }
.fa-window-close:before { content: "\f410"; }
.fa-window-maximize:before { content: "\f2d0"; }
.fa-window-minimize:before { content: "\f2d1"; }
.fa-window-restore:before { content: "\f2d2"; }
.fa-windows:before { content: "\f17a"; }
.fa-wine-glass:before { content: "\f4e3"; }
.fa-wine-glass-alt:before { content: "\f5ce"; }
.fa-wix:before { content: "\f5cf"; }
.fa-wolf-pack-battalion:before { content: "\f514"; }
.fa-won-sign:before { content: "\f159"; }
.fa-wordpress:before { content: "\f19a"; }
.fa-wordpress-simple:before { content: "\f411"; }
.fa-wpbeginner:before { content: "\f297"; }
.fa-wpexplorer:before { content: "\f2de"; }
.fa-wpforms:before { content: "\f298"; }
.fa-wrench:before { content: "\f0ad"; }
.fa-x-ray:before { content: "\f497"; }
.fa-xbox:before { content: "\f412"; }
.fa-xing:before { content: "\f168"; }
.fa-xing-square:before { content: "\f169"; }
.fa-y-combinator:before { content: "\f23b"; }
.fa-yahoo:before { content: "\f19e"; }
.fa-yandex:before { content: "\f413"; }
.fa-yandex-international:before { content: "\f414"; }
.fa-yelp:before { content: "\f1e9"; }
.fa-yen-sign:before { content: "\f157"; }
.fa-yin-yang:before { content: "\f6ad"; }
.fa-yoast:before { content: "\f2b1"; }
.fa-youtube:before { content: "\f167"; }
.fa-youtube-square:before { content: "\f431"; }
.fa-zhihu:before { content: "\f63f"; }
.sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.select2-container { box-sizing: border-box; display: inline-block; margin: 0; position: relative; vertical-align: middle; }
    .select2-container .select2-selection--single { box-sizing: border-box; cursor: pointer; display: block; height: 28px; user-select: none; -webkit-user-select: none; }
        .select2-container .select2-selection--single .select2-selection__rendered { display: block; padding-left: 8px; padding-right: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
        .select2-container .select2-selection--single .select2-selection__clear { position: relative; }
    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { padding-right: 8px; padding-left: 20px; }
    .select2-container .select2-selection--multiple { box-sizing: border-box; cursor: pointer; display: block; min-height: 32px; user-select: none; -webkit-user-select: none; }
        .select2-container .select2-selection--multiple .select2-selection__rendered { display: inline-block; overflow: hidden; padding-left: 8px; text-overflow: ellipsis; white-space: nowrap; }
    .select2-container .select2-search--inline { float: left; }
        .select2-container .select2-search--inline .select2-search__field { box-sizing: border-box; border: none; font-size: 100%; margin-top: 5px; padding: 0; }
            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }
.select2-dropdown { background-color: white; box-sizing: border-box; display: block; position: absolute; left: -100000px; width: 100%; font-weight: 900; z-index: 1051; }
.select2-results { display: block; }
.select2-results__options { list-style: none; margin: 0; padding: 0; }
.select2-results__option { padding: 11px; user-select: none; -webkit-user-select: none; color: #444e50; }
    .select2-results__option[aria-selected] { cursor: pointer; }
.select2-container--open .select2-dropdown { left: 0; }
.select2-container--open .select2-dropdown--above { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; }
.select2-search--dropdown { display: block; padding: 4px; }
    .select2-search--dropdown .select2-search__field { padding: 4px; width: 100%; box-sizing: border-box; }
        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }
    .select2-search--dropdown.select2-search--hide { display: none; }
.select2-close-mask { border: 0; margin: 0; padding: 0; display: block; position: fixed; left: 0; top: 0; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 99; background-color: #fff; filter: alpha(opacity=0); }
.select2-hidden-accessible { border: 0 !important; clip: rect(0 0 0 0) !important; -webkit-clip-path: inset(50%) !important; clip-path: inset(50%) !important; height: 1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; white-space: nowrap !important; }
.select2-container--default .select2-selection--single { background-color: #fff; border: 1px solid #aaa; border-radius: 0px; }
    .select2-container--default .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; }
    .select2-container--default .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; }
    .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #999; }
    .select2-container--default .select2-selection--single .select2-selection__arrow { height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; }
        .select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 6px 5px 0 5px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; border-radius: 5px; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { left: 1px; right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single { background-color: #eee; cursor: default; }
    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple { background-color: white; border: 1px solid #aaa; border-radius: 0px; cursor: text; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered { box-sizing: border-box; list-style: none; margin: 0; padding: 0 5px; width: 100%; }
        .select2-container--default .select2-selection--multiple .select2-selection__rendered li { list-style: none; }
    .select2-container--default .select2-selection--multiple .select2-selection__placeholder { color: #999; margin-top: 5px; float: left; }
    .select2-container--default .select2-selection--multiple .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-top: 5px; margin-right: 10px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 0px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #999; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }
        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple { border: solid black 1px; outline: none; }
.select2-container--default.select2-container--disabled .select2-selection--multiple { background-color: #eee; cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove { display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { border-top-left-radius: 0; border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field { background: transparent; border: none; outline: none; box-shadow: none; -webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] { padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] { color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] { background-color: #f0f5f7; }
.select2-container--default .select2-results__option .select2-results__option { padding-left: 1em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__group { padding-left: 0; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option { margin-left: -1em; padding-left: 2em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -2em; padding-left: 3em; }
            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -3em; padding-left: 4em; }
                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -4em; padding-left: 5em; }
                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -5em; padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: var(--main-colour); color: white; }
.select2-container--default .select2-results__group { cursor: default; display: block; padding: 6px; }
.select2-container--classic .select2-selection--single { background-color: #f7f7f7; border: 1px solid #aaa; border-radius: 0px; outline: none; background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%); background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%); background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; }
    .select2-container--classic .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-right: 10px; }
    .select2-container--classic .select2-selection--single .select2-selection__placeholder { color: #999; }
    .select2-container--classic .select2-selection--single .select2-selection__arrow { background-color: #ddd; border: none; border-left: 1px solid #aaa; border-top-right-radius: 4px; border-bottom-right-radius: 4px; height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%); background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%); background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
        .select2-container--classic .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { border: none; border-right: 1px solid #aaa; border-radius: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; left: 1px; right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { background: transparent; border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%); background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%); background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%); background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%); background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple { background-color: white; border: 1px solid #aaa; border-radius: 0px; cursor: text; outline: none; }
    .select2-container--classic .select2-selection--multiple .select2-selection__rendered { list-style: none; margin: 0; padding: 0 5px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__clear { display: none; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 0px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { color: #888; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }
        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { float: right; margin-left: 5px; margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; outline: none; }
.select2-container--classic .select2-search--inline .select2-search__field { outline: none; box-shadow: none; }
.select2-container--classic .select2-dropdown { background-color: white; border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above { border-bottom: none; }
.select2-container--classic .select2-dropdown--below { border-top: none; }
.select2-container--classic .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] { padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] { color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] { background-color: #3875d7; color: white; }
.select2-container--classic .select2-results__group { cursor: default; display: block; padding: 6px; }
figure.noimage { background: var(--noimage); }
div.ui-datepicker { width: 330px; }
.paymentFrame { width:100%; height:685px; border:solid 2px; border-radius: 5px; }

.sso {
    background: url("/_assets/images/ms-symbollockup_signin_dark.svg") no-repeat #2f2f2f center;
    position: relative;
    top: -8px;
    width: 100%;
    display: block;
    padding: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

span.order {
    position: absolute;
    right: 15px;
    bottom: 10px;
    background: var(--main-colour);
    color: #ffffff;
    padding: 2px 15px 2px 15px;
    border-radius: 50px;
    font-size: 14px;
}

span.f2g-title-desc p:nth-child(2n+0) {
    display: none;
}

img.productimage {
    width:100%;
}

.deal-column-left figure.deal-no-background.product img {
    width: 100%;
}

.deal-column-left figure.deal-no-background.product {
    background-image: none !important;
    margin-bottom: -10px;
}

img.productimage.a {
    width: 300px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
}

@media only screen and (min-width: 1100px) {
    .column-left {
        float: left;
        width: 0%;
        padding: 0px;
        display: none;
    }
	
	ul.list-a.deals li.a .deal-column-left{
        width: 33%;
        display: initial;
    }

    li div.im div.column-left {
        width: 33%;
        display: initial;
    }

    .column-right {
        float: left;
        width: 100%;
        padding: 10px;
        align-content: space-between;
        position: relative;
        flex-wrap: wrap;
        display: grid;
    }

    li div.im div.column-right {
        width: 66%;
    }
	
	ul.list-a.deals li.a .column-right {
        width: 66%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .column-left {
        float: left;
        width: 0%;
        padding: 0px;
        display: none;
    }

    li div.im div.column-left {
        width: 40%;
        display: initial;
    }
	
	ul.list-a.deals li.a .deal-column-left{
        width: 40%;
        display: initial;
    }

    .column-right {
        float: left;
        width: 100%;
        padding: 10px;
        align-content: space-between;
        position: relative;
        flex-wrap: wrap;
        display: grid;
    }

    li div.im div.column-right {
        width: 60%;
    }
	
	ul.list-a.deals li.a .column-right {
        width: 60%;
    }
}

@media only screen and (max-width: 768px) {
    .column-left {
        float: left;
        width: 0%;
        padding: 0px;
        display: none;
    }
	
	ul.list-a.deals li.a .deal-column-left{
        width: 33%;
        display: initial;
    }

    li div.im div.column-left {
        width: 33%;
        display: initial;
    }

    .column-right {
        float: left;
        width: 100%;
        padding: 10px;
        align-content: space-between;
        position: relative;
        flex-wrap: wrap;
        display: grid;
    }

    li div.im div.column-right {
        width: 66%;
    }
	
	ul.list-a.deals li.a .column-right {
        width: 66%;
    }
}

@media only screen and (min-width: 1100px){
span.f2g-title-desc h2 {
    padding-bottom: 20px;
	color: #000000;
}
}

span.f2g-title-desc p {
    color: #000000;
} 

.column-right p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-right: 10px;
}

li div.im div.column-right p {
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

ul.list-a.deals li.a .column-right p {
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

a.allergen-link{
color: #190641;
}

.popup-a .list-a li h2 {
    padding-top: 20px;
}

apple-pay-button {
    --apple-pay-button-width: 90%;
    --apple-pay-button-padding: 10px;
    display: block;
    left: 0;
}

@media only screen and (min-width: 1100px){
	
.f2gimgcontainer {
    padding: 0px;
    background: #ffffff;
    border: 2px solid var(--header-colour);
}

.f2gheadingcontainer {
	padding: 0px 15px 0px 15px;
	background:  var(--header-colour);
	border-left: 2px solid var(--header-colour);
	border-right: 2px solid var(--header-colour);
	border-bottom: 2px solid var(--header-colour);
	border-top: 3px solid var(--header-colour);
}

.f2gheadingcontainer {
    margin-top: -20px;
}

.f2gheadingcontainer h3 {
    text-align: center;
    padding-top: 10px;
    background: var(--header-colour);
}

.f2glistimgcontainer figure {
	margin-left: -20px;
	height: 244.8px;
}

article .related-prod-list .list-collection li figure {
	background-size: cover;
	width: 109%;
	margin-left: -10px;
	margin-top: -10px;
	height: 244px !important;
}

}

@media only screen and (min-width: 1000px) and (max-width: 1100px){
	
.module-product > header + *, .module-product > nav, .module-product > footer {
	clear: left !important;
	float: left !important;
	width: 50% !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.module-product > *, .module-product > header {
	clear: right !important;
	float: right !important;
	width: 50% !important;
	margin-right: 0px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
}


.owl-stage-outer.owl-height {
	height: 350px !important;
}

.owl-stage .owl-item.active .item li {
	height: 350px !important;
}

.list-product .pager img {
	display: block;
	width: 100% !important;
	height: 78.5px !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.f2gboxes {
	width: 33% !important;
}

	.list-collection figure {
	height: 175px !important;
}
.f2gimgcontainer {
    padding: 0px 15px 0px 15px;
    background: #ffffff;
    border: 2px solid var(--header-colour);
}

.f2gheadingcontainer {
	padding: 0px 15px 0px 15px;
	background:  var(--header-colour);
	border-left: 2px solid var(--header-colour);
	border-right: 2px solid var(--header-colour);
	border-bottom: 2px solid var(--header-colour);
	border-top: 3px solid var(--header-colour);
}

.f2gheadingcontainer {
    margin-top: -20px;
}

.f2gheadingcontainer h3 {
    text-align: center;
    padding-top: 10px;
    background: var(--header-colour);
}

.f2glistcollection {
	width: 33% !important;
}

.f2glistimgcontainer figure {
	background-size: cover;
	width: 122.5% !important;
	margin-left: -20px;
	height: 200px;
}

#build-your-own-page article .list-collection li figure {
	background-size: cover;
	width: 123%;
	margin-left: -20px;
	margin-top: -10px;
}

article .related-prod-list .list-collection li figure {
	background-size: cover;
	width: 114.5% !important;
	margin-left: -10px !important;
	margin-top: -10px;
	height: 163px !important;
}


.f2glistimgcontainer figure {
	margin-left: -20px;
	height: 200px !important;
}
}

@media only screen and (min-width: 768px) and (max-width: 1000px){
	
	
.module-product > header + *, .module-product > nav, .module-product > footer {
	clear: left !important;
	float: left !important;
	width: 50% !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.module-product > *, .module-product > header {
	clear: right !important;
	float: right !important;
	width: 50% !important;
	margin-right: 0px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
}


.owl-stage-outer.owl-height {
	height: 350px !important;
}

.owl-stage .owl-item.active .item li {
	height: 350px !important;
}

.list-product .pager img {
	display: block;
	width: 100% !important;
	height: 78.5px !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.f2gboxes {
	width: 33% !important;
}

	.list-collection figure {
	height: 175px !important;
}
.f2gimgcontainer {
    padding: 0px 15px 0px 15px;
    background: #ffffff;
    border: 2px solid var(--header-colour);
}

.f2gheadingcontainer {
	padding: 0px 15px 0px 15px;
	background:  var(--header-colour);
	border-left: 2px solid var(--header-colour);
	border-right: 2px solid var(--header-colour);
	border-bottom: 2px solid var(--header-colour);
	border-top: 3px solid var(--header-colour);
}

.f2gheadingcontainer {
    margin-top: -20px;
}

.f2gheadingcontainer h3 {
    text-align: center;
    padding-top: 10px;
    background: var(--header-colour);
}

.f2glistcollection {
	width: 33% !important;
}

.f2glistimgcontainer figure {
	background-size: cover;
	width: 122.5% !important;
	margin-left: -20px;
	height: 200px;
}

article .related-prod-list .list-collection li figure {
	background-size: cover;
	width: 114.5% !important;
	margin-left: -10px !important;
	margin-top: -10px;
}

#catalogue-page article .list-collection li figure {
	background-size: cover;
	width: 121%;
	margin-left: -15px;
	margin-top: 0px;
}

article .list-collection li figure {
	background-size: cover;
	width: 110%;
	margin-left: -20px;
	margin-top: -10px;
}

}

@media only screen and (min-width: 760px) and (max-width: 768px){
	
.module-product > header + *, .module-product > nav, .module-product > footer {
	clear: left !important;
	float: left !important;
	width: 50% !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.module-product > *, .module-product > header {
	clear: right !important;
	float: right !important;
	width: 50% !important;
	margin-right: 0px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
}


.owl-stage-outer.owl-height {
	height: 350px !important;
}

.owl-stage .owl-item.active .item li {
	height: 350px !important;
}

.list-product .pager img {
	display: block;
	width: 100% !important;
	height: 78.5px !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.f2gboxes {
	width: 33% !important;
}

.list-collection figure {
	height: 165px !important;
}
.f2gimgcontainer {
    padding: 0px 15px 0px 15px;
    background: #ffffff;
    border: 2px solid var(--header-colour);
}

.f2gheadingcontainer {
	padding: 0px 15px 0px 15px;
	background:  var(--header-colour);
	border-left: 2px solid var(--header-colour);
	border-right: 2px solid var(--header-colour);
	border-bottom: 2px solid var(--header-colour);
	border-top: 3px solid var(--header-colour);
}

.f2gheadingcontainer {
    margin-top: -20px;
}

.f2gheadingcontainer h3 {
    text-align: center;
    padding-top: 10px;
    background: var(--header-colour);
}

.f2glistcollection {
	width: 33% !important;
}

article .related-prod-list .list-collection li figure {
	margin-top: -10px;
}

#build-your-own-page .f2glistimgcontainer figure {
	background-size: cover;
	width: 112.5%;
}

#search-page .list-collection li {
	width: 33.3%;
}

#search-page .list-collection figure {
	height: 225px !important;
}

}

@media only screen and (min-width: 760px){
.form-product .submit {
	margin-left: -13px;
}
}
	
@media only screen and (max-width: 760px){
	

.owl-stage-outer.owl-height {
	height: 450px !important;
}

.owl-stage .owl-item.active .item li {
	height: 450px !important;
}

.f2gboxes {
	width: 50% !important;
}

#catalogue-page .list-collection figure {
	min-height: 100% !important;
}

#catalogue-page .list-collection.b .f2gboxes {
	padding: 0px;
	margin-bottom: 10px;
	left: 0 !important;
	top: 0 !important;
	position: relative !important;
}

#catalogue-page .f2gimgcontainer {
    padding: 0px;
    background: #ffffff;
    border: 2px solid var(--header-colour);
}

#catalogue-page .f2gheadingcontainer {
    margin-top: 0px;
}

.list-collection figure {
	height: 205px;
}


.f2gimgcontainer {
    padding: 0px 15px 0px 15px;
    background: #ffffff;
    border: 2px solid var(--header-colour);
}

.f2gheadingcontainer {
	padding: 0px 15px 0px 15px;
	background:  var(--header-colour);
	border-left: 2px solid var(--header-colour);
	border-right: 2px solid var(--header-colour);
	border-bottom: 2px solid var(--header-colour);
	border-top: 3px solid var(--header-colour);
}

.f2gheadingcontainer {
    margin-top: -20px;
}

.f2gheadingcontainer h3 {
    text-align: center;
    padding-top: 10px;
    background: var(--header-colour);
}

.f2glistcollection {
	width: 50% !important;
}

.f2glistimgcontainer figure {
	background-size: cover;
	width: 122.5% !important;
	margin-left: -20px;
}

article .related-prod-list .list-collection li figure {
	margin-top: -10px;
}

article .related-prod-list .list-collection li {
	padding: 10px;
	width: 33%;
}

article .related-prod-list .list-collection {
	margin-top: 20px;
}

article .related-prod-list .list-collection li figure {
	margin-top: -20px;
}

article .related-prod-list .list-collection li figure {
	background-size: cover;
	width: 117.5% !important;
	margin-left: -10px;
	margin-top: -10px;
	height: 125px !important;
}

article .related-prod-list .list-collection li h3 {
	font-size: 12px;
}

article .related-prod-list .list-collection li h3 {
	min-height: 70px !important;
}

#search-page .list-collection li {
	width: 50%;
}

#search-page .list-collection figure {
	height: 215px !important;
}

.form-product p {
	float: left;
}

.form-product .QuantityBox {
	border-left: 1px solid var(--header-colour) !important;
}

.form-product .submit {
	padding-top: 1.5px;
	padding-left: 5px;
}

.list-j > li > a {
	display: block;
	color: #ffffff;
	background: var(--header-colour);
	padding: 15px 0;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

.list-j li {
	width: 50% !important;
	float: left;
}

.checkout-a aside {
	position: fixed;
	background: #fff;
	padding: 30px 10px 30px 10px;
	width: 300px;
	bottom: 0;
	right: -100%;
	z-index: 150;
}

}

@media only screen and (min-width: 500px)and (max-width: 760px) {	

.owl-stage-outer.owl-height {
	height: 450px !important;
}

.owl-stage .owl-item.active .item li {
	height: 450px;
}

}
	
	
@media only screen and (max-width: 500px){	
	
.f2gboxes {
	width: 50% !important;
}

.list-collection figure {
	padding: 0px;
	background-size: cover !important;
	height: 215px;
	width: 100%;
	margin-left: 0px;
}

.f2glistimgcontainer figure {
	background-size: cover;
	width: 122.5% !important;
	margin-left: -20px;
}

#search.fix {
	width: 90% !important;
}

#catalogue-page .list-collection figure {
	padding: 0px;
	height: 203px;
}

.module-product header h1 {
	font-size: 20px !important;
	text-transform: uppercase;
}

.module-product .list-product {
	margin-bottom: -30px;
}

.list-product img {
	width: 100%;
	flex-shrink: 0;
	object-fit: cover;
}

.owl-stage .owl-item.active .item li {
	height: auto !important;
	margin-bottom: -500px;
}

.owl-stage-outer.owl-height {
	height: auto !important;
}

.list-product .owl-stage-outer {
	margin-bottom: 0px;
}

article .related-prod-list .list-collection li {
	padding: 10px;
	width: 50%;
}

article .related-prod-list .list-collection li figure {
	background-size: cover;
	width: 112% !important;
	margin-left: -10px;
	margin-top: -10px;
	height: 180px !important;
}


}

@media only screen and (max-width: 485px){	
	

#catalogue-page .list-collection figure {
	padding: 0px;
	height: 196px;
}


.list-collection .f2glistcollection .f2glisttitle {
	min-height: 90px;
}

.list-collection figure {
	padding: 0px;
	background-size: cover !important;
	height: 200px;
	width: 100%;
	margin-left: 0px;
}

.f2glistimgcontainer figure {
	background-size: cover;
	width: 125% !important;
	margin-left: -20px !important;
}


}

@media only screen and (max-width: 470px){	
	
.f2gboxes {
	width: 50% !important;
}

#search-page .list-collection h3 {
	min-height: 100px !important;
}

#catalogue-page .list-collection figure {
	padding: 0px;
	height: 190px;
}


}



@media only screen and (max-width: 460px){	
	
.f2gboxes {
	width: 50% !important;
}

.form-product p label {
	padding: 1px 0 0 10px;
}

#catalogue-page .list-collection figure {
	padding: 0px;
	height: 185px;
}
}


@media only screen and (max-width: 450px){	
	
.f2gboxes {
	width: 50% !important;
}

.f2gimgcontainer {
    padding: 0px 15px 0px 15px;
    background: #ffffff;
    border: 2px solid var(--header-colour);
}

.f2gheadingcontainer {
	padding: 0px 15px 0px 15px;
	background:  var(--header-colour);
	border-left: 2px solid var(--header-colour);
	border-right: 2px solid var(--header-colour);
	border-bottom: 2px solid var(--header-colour);
	border-top: 3px solid var(--header-colour);
}

.f2gheadingcontainer {
    margin-top: -20px;
}

.f2gheadingcontainer h3 {
    text-align: center;
    padding-top: 10px;
    background: var(--header-colour);
}

.f2glistcollection {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.f2glistimgcontainer figure {
	background-size: cover;
	width: 100% !important;
	margin-left: 0px !important;
}

.list-collection:not(.b) li::before, .list-box li::before {
	border-radius: 4px;
	background: #fff linear-gradient(var(--darker-colour),var(--darker-colour)) bottom no-repeat;
	background-size: 100% 20%;
}

.related-prod-list article .list-collection li {
	padding: 10px;
	width: 50% !important;
}

.related-prod-list article .list-collection li figure {
	background-size: cover;
	width: 100% !important;
	margin-left: -10px;
	margin-top: -10px;
}

#search-page .list-collection figure {
	height: 180px !important;
}

#catalogue-page .list-collection figure {
	padding: 0px;
	height: 182px;
}

article .related-prod-list .list-collection li h3 {
	min-height: 85px !important;
}

.list-collection figure {
	padding: 0px;
	background-size: cover !important;
	height: 190px;
	width: 100%;
	margin-left: 0px;
}

}

@media only screen and (min-width: 430px) and (max-width: 760px){	

.form-product p {
	width: 50% !important;
	margin: 0 0 13px;
	border-left: 13px solid rgba(0,0,0,0) !important;
}

.form-product .submit {
	padding-top: 1.5px;
	padding-left: 0px;
}

.form-product .submit a {
	padding: 17px 25px 17px 15px;
}

}

@media only screen and (max-width: 440px){

.column-right {
	padding: 5px;
}	

.f2g-title-desc h2 {
	font-size: 12px;
	line-height: 15px;
}

}

@media only screen and (max-width: 430px){	


article .related-prod-list .list-collection li figure {
	background-size: cover;
	width: 112.5% !important;
	margin-left: -10px;
	margin-top: -10px;
	height: 180px !important;
}

.owl-stage .owl-item.active .item li {
	height: auto !important;
}

.owl-stage-outer.owl-height {
	height: auto !important;
}

.form-product .submit {
	padding-top: 1.5px;
	padding-left: 0px;
}

.list-collection figure {
	padding: 0px;
	background-size: cover !important;
	height: 178.5px;
	width: 100%;
	margin-left: 0px;
}

    .loyalty-list li a {
        background: var(--main-colour);
        padding: 10px;
        color: #fff;
        border-radius: 5px;
        width: 100% !important;
    }

.voucher-list li a {
	background: var(--header-colour);
	padding: 10px;
	color: #fff;
	border-radius: 5px;
	width: 100% !important;
}

.voucher-list li a.disabled {
    background: #696969;
}

}

@media only screen and (max-width: 410px){	


article .related-prod-list .list-collection li figure {
	background-size: cover;
	width: 113% !important;
	margin-left: -10px;
	margin-top: -10px;
	height: 174px !important;
}

.list-collection figure {
	padding: 0px;
	background-size: cover !important;
	height: 171px;
	width: 100%;
	margin-left: 0px;
}

}



@media only screen and (max-width: 400px){	
	
.f2gboxes {
	width: 50% !important;
}

.f2gimgcontainer {
    padding: 0px 15px 0px 15px;
    background: #ffffff;
    border: 2px solid var(--header-colour);
}

.f2gheadingcontainer {
	padding: 0px 15px 0px 15px;
	background:  var(--header-colour);
	border-left: 2px solid var(--header-colour);
	border-right: 2px solid var(--header-colour);
	border-bottom: 2px solid var(--header-colour);
	border-top: 3px solid var(--header-colour);
}

.f2gheadingcontainer {
    margin-top: -20px;
}

.f2gheadingcontainer h3 {
    text-align: center;
    padding-top: 10px;
    background: var(--header-colour);
}

#catalogue-page .list-collection figure {
	padding: 0px;
	height: 150px;
}

#search-page .list-collection figure {
	height: 166px !important;
}

.module-product header h1 {
	font-size: 18px !important;
	text-transform: uppercase;
}

article .related-prod-list .list-collection li figure {
	background-size: cover;
	width: 113% !important;
	margin-left: -10px;
	margin-top: -10px;
	height: 168px !important;
}

.list-collection figure {
	padding: 0px;
	background-size: cover !important;
	height: 165px;
	width: 100%;
	margin-left: 0px;
}


}

@media only screen and (max-width: 360px){	
.list-collection figure {
	padding: 0px;
	background-size: cover !important;
	height: 150px;
	width: 100%;
	margin-left: 0px;
}
}

@media only screen and (max-width: 340px){	
.prod-search li input {
	width: 70%;
}

.f2gimgcontainer figure {
	height: 95px !important;
}



article .related-prod-list .list-collection li figure {
	background-size: cover;
	width: 116% !important;
	margin-left: -10px;
	margin-top: -10px;
}

#search-page .list-collection figure {
	height: 142px !important;
}

article .related-prod-list .list-collection li h3 {
	min-height: 105px !important;
}

}

.list-collection li {
	position: relative;
	z-index: 2;
	width: 25%;
	margin: 0 0 24px;
	padding: 0 20px 16px;
	border: 0 solid rgba(0,0,0,0);
	border-left-width: 16px;
	font-size: 1em;
}

.f2glistcollection h3 {
	text-align: center;
	padding: 10px 0px 10px 0px
}

.f2glistcollection {
	padding-top: 0px !important;
}

.f2gheadingcontainer h3 a {
	color: #ffffff !important;
}

#search.fix {
	position: fixed !important;
	margin-top: -65px;
	z-index: 9999999999999;
	width: 70%;
}

.f2glisttitle {
	min-height: 95px;
}

.f2glistimgcontainer figure {
	background-size: cover;
	width: 120%;
}

.f2glistimgcontainer figure {
	background-size: cover;
}



.module-product header h1 {
	color: var(--header-colour);
}

.module-product .price {
	color: var(--header-colour);
	margin-bottom: 10px;
}


article .related-prod-list .list-collection li {
	padding: 10px;
}

#build-your-own-page article .list-collection li h3 {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 50px;
}

article .related-prod-list .list-collection li h3 {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 70px;
}

.f2glistcollection li {
	padding: 10px;
}

.f2glistcollection li h3 {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 70px;
}

.related-prod-list {
	margin-top: 20px;
}

#desserts-page .f2glisttitle {
	min-height: 130px;
}

#search-page .list-collection figure {
	overflow: hidden;
	height: 244px;
	margin: 0 -0px 3px;
	border-radius: 4px 4px 0 0;
	text-align: center;
	width: 100%;
	background-size: cover;
}

#search-page  .list-collection li {
	padding: 0 0px 16px;
}

#search-page .list-collection h3 {
	min-height: 70px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

.list-social, .notification {display: none;}

/* Product Page */

.module-product header h1 {
	font-size: 30px;
	text-transform: uppercase;
}

.module-product .price {
	color: var(--header-colour);
	margin-bottom: 10px;
	font-size: 24px;
}

.module-product .info {
	color: var(--header-colour);
	font-size: 12px;
	margin-top: 15px;
    min-height: 105px;
}

.form-product {
	margin-top: 15px;
}

.tabs-a.is-tabs div .tabs-header {
	font-size: 15px;
}

.form-product p label {
	color: var(--header-colour);
}

.form-product .QuantityBox {
	border: 1px solid var(--header-colour);
}

.form-product .submit {
	padding-top: 1.5px;
	z-index: 1;
}

/* Account Page */
.loyalty-list li a {
    background: var(--main-colour);
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    width: 75%;
}

.loyalty-list li a .fa {
	float: left;
	padding-top: 8px;
	font-size: 15px;
}

.loyalty-list li {
	padding: 10px 0;
	display: flex;
	justify-content: space-around;
}

.voucher-list li a {
	background: var(--main-colour);
	padding: 10px;
	color: #fff;
	border-radius: 5px;
	width: 75%;
}
    .voucher-list li a.disabled {
        background: #696969;
    }

.voucher-list li a .fa {
	float: left;
	padding-top: 8px;
	font-size: 15px;
}

.voucher-list li {
	padding: 10px 0;
	display: flex;
	justify-content: space-around;
}

.voucher-wallet-tiles li {
	float: left;
	width: 100%;
	padding: 10px;
}

.voucher-wallet-tiles li.active a {
    border: 4px solid var(--main-colour);
}

.voucher-wallet-tiles li a {
	background: var(--header-colour);
	padding: 10px;
	color: #fff;
	border-radius: 5px;
	width: 75%;
}

.voucher-wallet-tiles li a {
	width: 100% !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	display: grid;
}

.vouchernum {
	text-align: left;
}

.vouchervalue {
	float: left;
	width: 100% !important;
	margin: 10px 0px 10px 0px;
    font-size: 35px;
}

.voucherdate {
	text-align: right;
}

.ordertypetiles {
    width: 100%;
    display: block;
    float: left;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.order-type-tiles li {
    padding: 10px 0;
    display: grid;
    width: 100px;
    float: left;
    border: 1px solid var(--header-colour);
    border-radius: 5px;
    margin: 10px;
    height: 100px;
    background: #f9f9f9;
}

    .order-type-tiles li:hover {
        background: var(--header-colour);
    }

    .order-type-tiles li a {
        z-index: 1;
    }

.ordertypetiles .order-type-tiles {
    text-align: left;
    display: inline-block;
}

.ordertypeicon {
    text-align: center;
    display: block;
    width: 100% !important;
    font-size: 30px;
}

.ordertypetitle {
    text-align: center;
    display: block;
}

.ordertype-heading {
    text-align: center;
    font-size: 20px;
}

.collapsible {
    background-color: var(--header-colour);
    color: white;
    cursor: pointer;
    padding: 15px 10px 15px 10px;
    width: 75%;
    border: none;
    border-radius: 5px;
    text-align: center;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

    .activec, .collapsible:hover {
        background-color: var(--header-colour);
        border-radius: 5px;
        padding: 15px;
        width: 75%;
    }

.content-int {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #ffffff;
}

    .content-int p {
        height: auto;
        margin-top: 5px;
        margin-bottom: 0px;
    }

.transaction-tiles li {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    background: var(--main-colour);
    color: #fff;;
    border-radius: 5px;
    width: 100% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    display: flex;
}

.transactiondate {
    float: right;
}

.transaction-tiles li .fa {
    float: left;
    width: 15%;
    padding-top: 10px;
}

.transaction-tiles li .transaction-type {
    float: left;
    width: 55%;
}

.transactiondate {
    float: right;
    width: 30%;
}
