
#index-css::after {
    content: "index.css";
}

#index-css {
    display: inline-block;
}

#index-css::after {
    content: "index.css";
}

#body {
}

#content {
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    /*width: calc(100vw - (100vw - 100%));*/
    max-width: 1500px;
    margin: 0 auto;
    padding: 0;
    font-family: 'Raleway', Helvetica, Arial;
    font-size: 15px;
    font-feature-settings: 'lnum' 1;
    text-size-adjust: none;
    background: #EBFAE6;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

a img {
    border: none;
}

a:hover {
    text-decoration: underline;
}

a.anchor {
    display: block;
    position: relative;
    top: -134px;
    visibility: hidden;
}
.nobr {
    white-space: nowrap;
}
.center {
    text-align: center;
}
.normal {
    font-size: 15px;
}
.medium {
    font-size: 18px;
}
.large {
    font-size: 20px;
}
.left{
    float: left;
}
.right {
    float: right;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.pad {
    padding: 10px;
}
.pad-side {
    padding: 0 5px 0 5px;
}
.margin-side {
    margin: 0 4px;
}
.fit {
    display: inline-block;  
    vertical-align: top;
}
.min {
    min-width: 240px;
}
.error {
    width: calc(100% - 10px);
    background: #f1f02c;
    font-style: italic;
    padding: 5px;
}

/* =================================================================================================================== */
/* Header */
/* =================================================================================================================== */


#hdr-bar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 78px;
    /*background: #003100;*/
    /*box-shadow: 0 0 6px 6px rgba(0,49,0,0.2);*/
    background: rgb(0,49,0);
    background: linear-gradient(0deg, rgba(0,49,0,1) 0%, rgba(33,87,33,1) 100%);
    z-index: 2;
}

#hdr-wrap {
    top: 0;
    position: fixed;
    width: calc(100vw - (100vw - 100%));
    height: 78px;
    max-width: 1500px;
    z-index: 3;
}
#hdr {
    width: 100%;
    /*position: fixed;*/
    top: 0;
    left: 0;
    height: 78px;
    font-size: 12px;
    /*box-shadow: 0 0 6px 6px rgba(0,49,0,0.2);*/
}

#hdr a {
    color: #fff;
}

#hdr-logo {
    top: 3px;
    left: 12px;
    position: relative;
    width: 202px;
    height: 71px;
    background-size: 100% 100%;
    background-image: url("../Images/LogoDesktop1.png");
    cursor: pointer;
    z-index: 20;
}

#hdr-logo div {
    width: 100%;
    height: 100%;
}

#hdr-logo:hover {
}

.hdr-text {
    position: relative;
    bottom: 0;
    padding-top: 2px;
    font-size: 15px;
    font-weight: 900;
    background: none;
}
/*
#hdr-logo img {
    -ms-interpolation-mode: bicubic !important;
    image-rendering: optimizeQuality !important;
    transform: scale(1.01) rotate(0.1deg);
    width: 133px;
    height: 48px;
}
*/
#hdr-menu, #hdr-basket, #hdr-account, #hdr-search, #hdr-help, #hdr-contact {
    position: absolute;
    top: 10px;
    width: 60px;
    height: 60px;
    text-align: center;
}

#hdr .fa {
    width: 24px;
    height: 24px;
    background: #338533;
    padding: 8px;
    border: 3px solid #fff;
    border-radius: 20%;
    font-size: 24px;
}

#hdr .fa:hover {
    background: #1AB41A;
    /*border: 4px solid #B5EFA5;*/
}

#hdr-menu a:hover, #hdr-basket a:hover, #hdr-account a:hover, #hdr-search a:hover, #hdr-help a:hover, .buy a:hover, #hdr-contact a:hover {
    /*color: #B5EFA5;*/
    text-decoration: none;
}

#hdr-menu, #hdr-account-mobile {
    display: none;
}

#hdr-basket {
    right: 12px;
}

.hdr-highlight {
    position: absolute;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #f00;
    color: #fff;
    padding: 5px;
    vertical-align: middle;
    margin: 0;
    font-size: 11px;
    right: 0px;
    top: -8px;
}

#hdr-contact {
    right: 72px;
}

#hdr-account {
    right: 192px;
}

#hdr-search {
    display: none;
    right: 252px;
}

#hdr-help {
    right: 132px;
}

#body-spacer {
    height: 122px;
    width: 100%;
}

#p-l {
    top: 124px;
}
/* =================================================================================================================== */
/* Footer */
/* =================================================================================================================== */

#footer-bar {
    position: absolute;
    left: 0;
    background: #318431;
    width: 100%;
    z-index: -1;
}

#footer {
    /*width: calc(100vw - (100vw - 100%));*/
    max-width: 1500px;
    z-index: 10;
    padding: 0 10px 10px 10px;
    color: #fff;
    margin: 0 auto;
}

.trustpilot-wrapper {
    float: right;
    background: #fff;
    border-radius: 4px;
    padding: 4px 0;
    margin-top: 10px;
    margin-left: 5px;
}

.footer-wrapper {
    margin-top: 10px;
    float: left;
    color: #fff;
}

.footer-cards {
    float: left;
    font-size: 30px;
    margin-right: 10px;
}

.footer-links {
    float: left;
    font-size: 15px;
    padding: 8px 0 4px 0;
}

.footer-links a {
    color: #fff;
}


/* =================================================================================================================== */
/* Menu */
/* =================================================================================================================== */

#menu-bar {
    width: 100%;
    position: fixed;
    background: #318431;
    left: 0;
    top: 78px;
    height: 50px;
    /*box-shadow: 0 0 6px 6px rgba(0,49,0,0.2);*/
}

#menu {
    position: fixed;
    width: calc(100vw - (100vw - 100%));
    max-width: 1500px;
    /*position: fixed;*/
    /*background: #318431;*/
    top: 78px;
    z-index: 10;
    height: 50px;
    /*box-shadow: 0 0 6px 6px rgba(0,49,0,0.2);*/
    color: #fff;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #318431;*/
}

#menu li {
    float: left;
}

#menu li a {
    font-size: 15px;
    display: block;
    color: #fff;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    font-weight: 900;
    border-right: 1px solid #B5EFA5;
    height: 18px;
    transition: ease 0.25s;
}

#menu li a:hover {
    transition: ease 0.25s;
    background-color: #1AB41A;
}

#menu-home, #menu-help {
    display: none;
}

#menu-left {
}

#menu-right {
    float: right;
}

#menu-right li a {
    float: right;
    border: 0;
    border-left: 1px solid #B5EFA5;
}
/* =================================================================================================================== */
/* Search */
/* =================================================================================================================== */

#search {
    position: absolute;
    left: 245px;
    width: calc(100vw - 540px);
    max-width: 600px;
    top: 16px;
    height: 50px;
    z-index: 9;
}

#search input[type=text] {
    position: relative;
    left: 5px;
    top: 6px;
    width: calc(100% - 30px);
    font-size: 15px;
    margin-top: 0px;
    border-radius: 6px;
    padding: 6px;
    border: 4px solid #fff;
}

#search input[type=text]:focus {
    border: 4px solid #B5EFA5;
}

#search-close {
    display: none;
}

#search-icon {
    font-size: 20px;
    position: absolute;
    right: 16px;
    top: 15px;
    color: #338533;
}

#search-icon:hover {
    color: #1AB41A;
    text-decoration: none;
}

#search-clear {
    position: absolute;
    right: 38px;
    top: 16px;
    color: #338533;
    font-size: 17px;
}

#search-clear:hover {
    color: #1AB41A;
    text-decoration: none;
}

/* =================================================================================================================== */
/* Cookie Msg */
/* =================================================================================================================== */
/*
position: fixed;
width: calc(100vw - (100vw - 100%));
display: block;
bottom: 0px;
background: #B5EFA5;
z-index: 11;
border-top: 1px solid #003100;
box-shadow: 0 0 20px 0px rgba(0,0,0,0.25);
    */
#cookie-wrap {
    padding: 8px;
    position: fixed;
    bottom: -100px;
    left: 0;
    z-index: 10;
}

#cookie-msg {
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FEFBA0;
    border-radius: 4px;
    min-height: 40px;
    padding: 10px;
    border: 1px solid #318431;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.25);
}

#cookie-close {
    padding: 0 0 0 10px;
    font-size: 24px;
}

#cookie-close a {
    color: #318431;
    text-decoration: none;
}

#cookie-close a:hover {
    color: #1AB41A;
}

#cookieframe {
    display: none;
}
/* =================================================================================================================== */
/* Debug */
/* =================================================================================================================== */
#debug-d {
    border: 10px solid #f00;
}

#debug-a, #debug-b, #debug-c {
    display: none;
}

#display-search, #display-menu {
    display: block;
}

/* =================================================================================================================== */
/* Checkbox */
/* =================================================================================================================== */

input[type=checkbox] {
    position: relative;
    cursor: pointer;
}

input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: -2px;
    left: -2px;
    border: 2px solid #a0a0a0;
    border-radius: 3px;
    background-color: white;
}

input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 4px;
}

input[type=checkbox]:focus:before {
    top: -2px;
    left: -2px;
    border: 2px solid #555555;
}

/*==================================================================*/
/* Input */
/*==================================================================*/

.passtrengthMeter > input, .input, .dropdown {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    list-style: none;
    list-style-type: none;
    box-sizing: border-box;
    margin: 0;
    font-family: inherit;
    font-size: 15px;
    height: 40px;
    line-height: 39px;
    border: 2px solid #bbb;
    text-indent: 5px;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 5px;
    background: #f6f6f6;
}
.passtrengthMeter > input:focus, .input:focus, .dropdown:focus {
    border: 2px solid #000;
    outline: none;
}
.passtrengthMeter > input.normal, .input.normal, .dropdown.noraml {
    max-width: 400px;
}

/*==================================================================*/
/* Banner */
/*==================================================================*/

.banner {
    position: relative;
    width: 100%;
    height: 20vw;
    max-height: 300px;
    background-image: url("/images/home.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-img {
    display: none;
    width: 100%;
}

.banner-logo {
    width: 22%;
    position: absolute;
    top: 10px;
    right: 10px;
}

.banner-text {
    width: 440px;
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: rgba(80,80,80,0.5);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
}

.banner-text h2 {
    font-size: 20px;
    font-weight: bold;
}