    body {
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 400;
        padding: 0;
        margin: 0;
        background-color: #4f6f19;
        background-image: url(/assets/images/header-bg.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100%;
    }
    
    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }
    
    a {
        color: #c7cc47;
        text-decoration: none;
        outline: none
    }
    
    a:hover,
    a:hover {
        text-decoration: none;
        outline: 0;
        cursor: pointer;
        color: #ffffff;
    }
    /** FAQs **/
    
    #accordion h3 {
        cursor: pointer;
        margin: 0;
        border-bottom: 1px solid #eee;
        display: block;
        padding: 25px 50px 25px 0;
        line-height: 24px;
        outline: none;
        cursor: pointer;
        position: relative;
        font-size: 21px;
        font-family: 'Lato', sans-serif;
    }
    
    #accordion h3:after {
        content: ' ';
        background: url(/nzscm/assets/images/right-arrow.svg) no-repeat;
        background-size: contain;
        position: absolute;
        right: 0;
        top: 28%;
        width: 30px;
        height: 30px;
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    #accordion h3:hover {
        color: #00c0f0
    }
    
    #accordion h3:hover:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    #accordion ul {}
    
    #accordion {
        margin: 0;
        display: block;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Lato', sans-serif;
        font-weight: 500;
        margin: 0;
    }
    
    h1 {
        font-size: 75px;
    }
    
    h2 {
        font-size: 72px;
    }
    
    h3 {
        font-size: 35px;
    }
    
    h4 {
        font-size: 27px;
    }
    
    h5 {
        font-size: 24px;
    }
    
    h6 {
        font-size: 21px;
    }
    
    p {
        font-size: 14px;
        font-family: 'Lato', sans-serif;
        line-height: 24px;
    }
    
    img {
        max-width: 100%;
    }
    
    .container {
        max-width: 1550px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
    
    .container-inner {
        max-width: 1160px;
        margin: 0 auto;
    }
    
    .container-inner--visible {
        overflow: visible;
        width: 1300px;
        margin-left: auto;
        margin-right: -15px;
        margin-top: 80px;
    }
    
    .container--full-width {
        max-width: none;
    }
    
    .row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    
    .clearfix {
        display: flex;
        flex-wrap: wrap;
    }
    
    .col {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    
    .col-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .col-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .col-3 {
        flex: 0 0 25%;
        max-width: 25%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .col-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .col-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .col-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .col-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .col-9 {
        flex: 0 0 75%;
        max-width: 75%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .col-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .col-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    /*Changes*/
    
    .need-ass p {
        color: #fff;
        margin: 10px 0;
    }
    
    .need-ass span {
        color: #c7cc47 !important;
    }
    
    #search_form input {
        border-radius: 5px;
    }
    
    #search_form a {
        background: #d7dce4;
        border-radius: 0 5px 5px 0;
    }
    
    .cart-left {
        margin-top: 20px;
    }
    
    .cart-left li img {
        height: 23px;
    }
    
    .logo-wrap img {
        padding-bottom: 38px;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .col-md-3 {
            flex: 0 0 25%;
            max-width: 25%;
        }
        .col-md-4 {
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }
        .col-md-5 {
            flex: 0 0 41.666667%;
            max-width: 41.666667%
        }
        .col-md-6 {
            flex: 0 0 50%;
            max-width: 50%;
        }
        .col-md-8 {
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }
        .col-md-9 {
            flex: 0 0 75%;
            max-width: 75%;
        }
        .col-md-12 {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .col-xs-12 {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
    
    .no-padding {
        padding: 0 !important;
    }
    
    .no-padding--l {
        padding-left: 0 !important;
    }
    
    .padding--r-30 {
        padding-right: 30px !important;
    }
    
    .no-margin--left {
        margin-left: 0px !important;
    }
    
    .d-flex {
        display: flex;
    }
    
    .d-flex--wrap {
        flex-wrap: wrap;
    }
    
    .d-flex--content-start {
        justify-content: flex-start;
    }
    
    .d-flex--content-end {
        justify-content: flex-end;
    }
    
    .d-flex--content-center {
        justify-content: center;
    }
    
    .d-flex--content-between {
        justify-content: space-between;
    }
    
    .d-flex--content-around {
        justify-content: space-around;
    }
    
    .pill {
        padding: 10px 15px;
        color: #fff;
        font-weight: 800;
        font-size: 14px;
        border-radius: 5px;
    }
    
    .hide-xs {
        display: block;
    }
    
    .hide-lg {
        display: none;
    }
    
    .show-lg {
        display: block;
    }
    
    .show-md {
        display: none;
    }
    
    .show-xs {
        display: none;
    }
    
    .section--ash {
        background-color: #eeeeee;
    }
    /* Navigation styles*/
    
    nav {
        display: flex;
    }
    
    nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        align-self: center;
        display: flex;
    }
    
    nav ul li {
        float: left;
        position: relative;
    }
    
    nav ul>li a {
        display: block;
        padding: 0 20px;
        text-decoration: none;
        font-size: 15px;
        color: #fff;
        position: relative;
    }
    
    nav>ul>li:first-child>ul>li a {
        padding: 10px 20px;
    }
    
    nav ul li:hover ul {
        display: block;
    }
    
    nav ul li>ul li {
        min-width: 190px;
    }
    
    nav ul li>ul li a {
        padding: 15px;
        line-height: 20px;
        color: #292E39;
    }
    
    nav ul li>ul {
        position: absolute;
        z-index: 1;
        /* Guarantees that the dropdown will display on top of any content. */
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
        display: none;
        width: 100%;
        background-color: #fff;
        border-radius: 0 0 5px 5px;
        min-width: 190px;
    }
    
    nav ul li>ul li a {
        color: #292E38;
        padding: 10px 20px;
    }
    
    .nav-mobile {
        display: none;
        position: absolute;
        top: 75px;
        right: auto;
        background: transparent;
        height: 50px;
        width: 50px;
        left: 0;
    }
    /*mobile styles*/
    
    @media only screen and (max-width: 767px) {
        .nav-mobile {
            display: block;
        }
        nav ul {
            display: none;
        }
        /*added to prevent dropdown from overlaying on lower menu items*/
        nav ul li>ul {
            position: relative;
        }
        nav ul {
            display: none;
        }
        nav ul li {
            float: none;
        }
        nav ul li a {
            padding: 15px;
            line-height: 20px;
        }
        nav ul li>ul li a {
            padding-left: 30px;
        }
    }
    
    #nav-toggle {
        position: absolute;
        left: 18px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        padding: 10px 35px 16px 0px;
    }
    
    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 5px;
        width: 35px;
        background: #fff;
        position: absolute;
        display: block;
        content: '';
        transition: all 300ms ease-in-out;
        border-radius: 3px;
    }
    
    #nav-toggle span:before {
        top: -10px;
    }
    
    #nav-toggle span:after {
        bottom: -10px;
    }
    
    #nav-toggle.active span {
        background-color: transparent;
    }
    
    #nav-toggle.active span:before,
    #nav-toggle.active span:after {
        top: 0;
    }
    
    #nav-toggle.active span:before {
        transform: rotate(45deg);
    }
    
    #nav-toggle.active span:after {
        transform: rotate(-45deg);
    }
    /*Style for checkbox*/
    /* Base for label styling */
    
    [type="checkbox"]:focus {
        outline: 0;
    }
    
    [type="checkbox"]:not(:checked),
    [type="checkbox"]:checked {
        position: absolute;
        left: -9999px;
    }
    
    [type="checkbox"]:not(:checked)+label,
    [type="checkbox"]:checked+label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
    }
    /* checkbox aspect */
    
    [type="checkbox"]:not(:checked)+label:before,
    [type="checkbox"]:checked+label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 5px;
        width: 1.25em;
        height: 1.25em;
        border: 2px solid #ccc;
        background: #fff;
        border-radius: 4px;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    }
    /* checked mark aspect */
    
    [type="checkbox"]:not(:checked)+label:after,
    [type="checkbox"]:checked+label:after {
        content: '\2713\0020';
        position: absolute;
        top: 8px;
        left: 5px;
        font-size: 15px;
        line-height: 0.8;
        color: #707b27;
        transition: all .2s;
        font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
    }
    /* checked mark aspect changes */
    
    [type="checkbox"]:not(:checked)+label:after {
        opacity: 0;
        transform: scale(0);
    }
    
    [type="checkbox"]:checked+label:after {
        opacity: 1;
        transform: scale(1);
    }
    /* disabled checkbox */
    
    [type="checkbox"]:disabled:not(:checked)+label:before,
    [type="checkbox"]:disabled:checked+label:before {
        box-shadow: none;
        border-color: #bbb;
        background-color: #ddd;
    }
    
    [type="checkbox"]:disabled:checked+label:after {
        color: #999;
    }
    
    [type="checkbox"]:disabled+label {
        color: #aaa;
    }
    /* accessibility */
    
    [type="checkbox"]:checked:focus+label:before,
    [type="checkbox"]:not(:checked):focus+label:before {
        border: 2px solid #707b27;
    }
    /* hover style just for information */
    
    label:hover:before {
        border: 2px solid #707b27!important;
    }
    /*radiobox*/
    
    [type="radio"]:checked,
    [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }
    
    [type="radio"]:checked+label,
    [type="radio"]:not(:checked)+label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }
    
    [type="radio"]:checked+label:before,
    [type="radio"]:not(:checked)+label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 2px solid #ccc;
        border-radius: 100%;
        background: #fff;
    }
    
    [type="radio"]:checked+label:after,
    [type="radio"]:not(:checked)+label:after {
        content: '';
        width: 10px;
        height: 10px;
        background: #707b27;
        position: absolute;
        top: 4px;
        left: 4px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    
    [type="radio"]:not(:checked)+label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    [type="radio"]:checked+label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    /*style for modal jquery */
    
    .blocker {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        z-index: 999;
        padding: 20px;
        box-sizing: border-box;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.75);
        text-align: center
    }
    
    .blocker:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.05em
    }
    
    .blocker.behind {
        background-color: transparent
    }
    
    .modal {
        display: none;
        vertical-align: middle;
        position: relative;
        z-index: 2;
        max-width: 500px;
        box-sizing: border-box;
        width: 90%;
        background: #fff;
        padding: 15px 30px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0 0 10px #000;
        -moz-box-shadow: 0 0 10px #000;
        -o-box-shadow: 0 0 10px #000;
        -ms-box-shadow: 0 0 10px #000;
        box-shadow: 0 0 10px #000;
        text-align: left
    }
    
    .modal a.close-modal {
        position: absolute;
        top: -12.5px;
        right: -12.5px;
        display: block;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')
    }
    
    .modal-spinner {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        padding: 12px 16px;
        border-radius: 5px;
        background-color: #111;
        height: 20px
    }
    
    .modal-spinner>div {
        border-radius: 100px;
        background-color: #fff;
        height: 20px;
        width: 2px;
        margin: 0 1px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out
    }
    
    .modal-spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s
    }
    
    .modal-spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s
    }
    
    .modal-spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s
    }
    
    @-webkit-keyframes sk-stretchdelay {
        0%,
        40%,
        100% {
            -webkit-transform: scaleY(0.5)
        }
        20% {
            -webkit-transform: scaleY(1.0)
        }
    }
    
    @keyframes sk-stretchdelay {
        0%,
        40%,
        100% {
            transform: scaleY(0.5);
            -webkit-transform: scaleY(0.5)
        }
        20% {
            transform: scaleY(1.0);
            -webkit-transform: scaleY(1.0)
        }
    }
    /* Header Styles*/
    
    .header {
        padding: 65px 0;
    }
    
    nav ul li {
        margin-right: 50px;
        align-self: center;
    }
    
    nav ul li:last-child {
        margin-right: 0;
    }
    
    nav ul li a {
        color: #fff;
        font-weight: 400;
        font-size: 18px;
    }
    
    nav ul li a:hover {
        color: #c7cc47;
    }
    
    .btn--light-green {
        position: relative;
        padding: 15px 30px;
        text-align: center;
        background-color: #c7cc47;
        transition: 0.3s ease-in;
    }
    
    .btn--light-green:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        border-bottom: 15px solid #7f823a;
        border-left: 15px solid transparent;
        width: 0;
    }
    
    .btn--light-green:hover {
        background-color: #fff;
        color: #c7cc47;
        transition: 0.3s ease-in;
    }
    /* Hero Styles*/
    
    .section--hero {
        padding-bottom: 120px;
        overflow: hidden;
    }
    
    .hero-content {
        padding-left: 240px;
        position: relative;
    }
    
    .hero-content h2 {
        font-size: 68px;
        color: #ffffff;
        line-height: 1;
        max-width: 450px;
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 900;
        margin-top: 20px;
        margin-bottom: 80px;
    }
    
    .hero-content p {
        position: relative;
        color: #fff;
        font-size: 17px;
        line-height: 25px;
        max-width: 480px;
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 500;
        padding-left: 45px;
        margin-bottom: 110px;
    }
    
    .hero-content p:after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 1px;
        height: 100%;
        background-color: #848f35;
    }
    
    .hero-content .t-vertical {
        font-size: 15px;
        color: #fff;
        position: absolute;
        left: 20px;
        bottom: 85px;
        transform: rotate(-90deg);
        padding: 0;
        margin: 0;
    }
    
    .hero-content .t-vertical:after {
        display: none;
    }
    
    .hero-content .t-vertical span {
        coloR: #c7cc47;
    }
    
    .hero-content a {
        display: flex;
        text-transform: uppercase;
    }
    
    .hero-content a span {
        margin-left: 30px;
        position: relative;
        color: #fff;
    }
    
    .hero-content a span:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        background-color: #c7cc47;
        width: 100%;
        height: 2px;
    }
    /* section features*/
    
    .section--features .container {
        background-color: #fff;
        padding-top: 95px;
    }
    
    .feature-block h6 {
        font-size: 17px;
        font-weight: 400;
        color: #a7a7a7;
        text-transform: uppercase;
        margin-bottom: 17px;
    }
    
    .feature-block p {
        color: #2b2b2b;
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        max-width: 300px;
    }
    
    .feature-healine h3 {
        font-size: 45px;
        max-width: 445px;
        margin-top: 70px;
        margin-bottom: 70px;
        line-height: 1.2;
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 900;
        color: #2b2b2b;
    }
    
    .feature-healine p {
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        max-width: 440px;
        position: relative;
        padding-left: 35px;
    }
    
    .feature-healine p:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background-color: #dfdfe2;
    }
    
    .feature-healine__img {
        line-height: 0;
        display: flex;
        justify-content: flex-end;
    }
    /*section Highlight */
    
    .section--highlight .container {
        min-height: 1000px;
        background-image: url(/assets/images/woodecutter.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    
    .highlight-headline {
        padding-left: 90px;
        padding-top: 270px;
    }
    
    .highlight-headline h3 {
        font-size: 51px;
        max-width: 445px;
        margin-bottom: 70px;
        line-height: 1.2;
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 900;
        color: #fff;
    }
    
    .highlight-headline p {
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        max-width: 365px;
        position: relative;
        padding-left: 35px;
        color: #fff;
        margin-bottom: 65px;
    }
    
    .highlight-headline p:after {
        position: absolute;
        content: '';
        top: 0;
        left: 5px;
        width: 1px;
        height: 100%;
        background-color: #dfdfe2;
    }
    
    .highlight-headline a {
        position: relative;
        overflow: hidden;
        padding: 13px 53px;
        text-align: center;
        background-color: #ffffff;
        transition: 0.3s ease-in;
        color: #454749;
        text-transform: uppercase;
        max-width: 190px;
        font-size: 14px;
    }
    
    .highlight-headline a:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        border-bottom: 15px solid #454749;
        border-left: 15px solid transparent;
        width: 0;
    }
    
    .highlight-headline a:hover {
        background-color: #fff;
        color: #c7cc47;
        transition: 0.3s ease-in;
    }
    
    .footer {
        padding: 70px 0;
    }
    
    .footer ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
    }
    
    .footer ul li {
        margin-right: 20px;
        color: #fff;
        font-weight: 400;
    }
    
    .footer ul li:last-child {
        margin-right: 0;
    }
    
    .footer ul li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
    }
    /*Login styles*/
    
    .section--login {
        background: rgba(199, 204, 71, 0.4);
        padding: 60px 0;
    }
    
    .section--forgot {
        padding: 95px 0;
    }
    
    .login-wrapper {
        background-color: #FFFFFF;
        -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        padding: 40px 30px;
        max-width: 430px;
        margin: 0 auto;
    }
    
    .login-wrapper__block {
        margin-bottom: 20px;
    }
    
    .login-wrapper__block h4 {
        text-align: center;
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 5px;
    }
    
    .login-wrapper__block h4 span {
        display: block;
        font-size: 12px;
        color: #848382;
        text-transform: capitalize;
    }
    
    .login-wrapper__form-group {
        margin-bottom: 20px;
    }
    
    .login-wrapper__form-group {
        display: flex;
        flex-direction: column;
    }
    
    .login-wrapper__form-group label {
        font-size: 16px;
        font-weight: 400;
        color: #292E39;
        margin-bottom: 5px;
        font-family: 'Lato', sans-serif;
        font-style: normal;
    }
    
    .login-wrapper__form-group label span {
        display: block;
        font-size: 12px;
        margin-bottom: 5px;
        color: #848382;
    }
    
    .login-wrapper__form-group .sign-in {
        font-size: 12px;
        color: #848382;
    }
    
    .login-wrapper__form-group .login-wrapper__input {
        height: 40px;
        padding: 15px 20px;
        color: #292E39;
        font-weight: 400;
        font-size: 14px;
        font-family: 'Lato', sans-serif;
        font-style: normal;
        border: 1px solid #cccccd;
    }
    
    .login-wrapper__form-group .login-wrapper__input:focus {
        outline: 0;
    }
    
    .login-wrapper__form-group button {
        position: relative;
        padding: 11px 45px;
        text-align: center;
        background-color: #c7cc47;
        border: 1px solid #c7cc47;
        transition: 0.3s ease-in;
        align-self: flex-start;
        font-weight: 400;
        font-size: 15px;
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-style: normal;
    }
    
    .login-wrapper__form-group button:after {
        content: '';
        position: absolute;
        bottom: -1px;
        right: -1px;
        border-bottom: 15px solid #ffffff;
        border-left: 15px solid transparent;
        width: 0;
    }
    
    .login-wrapper__form-group button:hover {
        color: #4f6f19;
    }
    
    .login-wrapper__block--forgot {
        margin-top: 35px;
    }
    
    .login-wrapper__block--forgot a {
        font-size: 14px;
        color: #4f6f19;
        font-weight: 400;
        font-family: 'Lato', sans-serif;
        font-style: normal;
    }
    
    .login-wrapper__block--forgot span {
        font-size: 14px;
        color: #454749;
        font-weight: 400;
        font-family: 'Lato', sans-serif;
        font-style: normal;
    }
    
    .login-wrapper__block--forgot span a {
        margin-left: 5px;
    }
    
    .section--dashboard-menu {}
    
    .dashboard-menu-list {
        list-style-type: none;
        padding-left: 20px;
        display: flex;
        width: 100%;
    }
    
    .logout-menu {
        list-style-type: none;
        padding-left: 0;
        display: flex;
    }
    
    .dashboard-menu-list li a,
    .logout-menu li a {
        padding: 0 15px;
        color: #2b2b2b;
        font-weight: 600;
        font-size: 16px;
    }
    
    .logout-menu li a:hover {
        color: #4f6f19;
    }
    
    .dashboard-menu-list li.active a {
        color: #4f6f19;
    }
    
    .dashboard-menu-list li:first-child a {
        padding-left: 0;
    }
    
    .section--dashboard-content .container.cata-white-bg {
        padding: 40px 0;
        box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    }
    
    .form-block__wrap {
        margin-bottom: 20px;
    }
    
    .form-block__wrap h4 {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 15px;
    }
    
    .form-block__wrap h4 span {
        display: block;
        font-size: 12px;
        color: #848382;
        text-transform: capitalize;
    }
    
    .form-block__group {
        margin-bottom: 20px;
    }
    
    .form-block__group {
        display: flex;
        flex-direction: column;
    }
    
    .form-block__group label {
        font-size: 16px;
        font-weight: 400;
        color: #292E39;
        margin-bottom: 5px;
        font-family: 'Lato', sans-serif;
        font-style: normal;
    }
    
    .form-block__group label span {
        display: block;
        font-size: 12px;
        margin-bottom: 5px;
        color: #848382;
    }
    
    .form-block__group .form-block__input {
        height: 40px;
        padding: 15px 20px;
        color: #292E39;
        font-weight: 400;
        font-size: 14px;
        font-family: 'Lato', sans-serif;
        font-style: normal;
        border: 1px solid #cccccd;
    }
    
    .form-block__group .form-block__select {
        position: relative;
        display: flex;
        width: 25em;
        height: 3em;
        line-height: 3;
        overflow: hidden;
        border-radius: .25em;
    }
    
    .form-block__group .form-block__select::after {
        content: '\25BC';
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 1em;
        cursor: pointer;
        pointer-events: none;
        -webkit-transition: .25s all ease;
        -o-transition: .25s all ease;
        transition: .25s all ease;
    }
    /* Transition */
    
    .form-block__group .form-block__select:hover::after {
        color: #f39c12;
    }
    
    .form-block__group .form-block__input:focus {
        outline: 0;
    }
    
    .form-block__group button {
        position: relative;
        padding: 11px 45px;
        text-align: center;
        background-color: #c7cc47;
        border: 1px solid #c7cc47;
        transition: 0.3s ease-in;
        align-self: flex-start;
        font-weight: 400;
        font-size: 15px;
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-style: normal;
    }
    
    .form-block__group button:after {
        content: '';
        position: absolute;
        bottom: -1px;
        right: -1px;
        border-bottom: 15px solid #ffffff;
        border-left: 15px solid transparent;
        width: 0;
    }
    
    .form-block__group button:hover {
        color: #4f6f19;
    }
    
    h4.orders_hd {
        margin-bottom: 40px;
    }
    /*responsive tables*/
    
    .table {
        width: 100%;
        margin-bottom: 1rem;
    }
    
    table {
        border-collapse: collapse;
    }
    
    .table td,
    .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
        text-align: left;
    }
    
    .table td {
        font-weight: 400;
    }
    
    .your-orders .table td:last-child {
        text-align: right;
    }
    
    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }
    
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .img-block img {
        max-width: 50px;
    }
    
    .section--dashboard-content .form-block__wrap h4 {
        margin-bottom: 30px;
    }
    
    .table td a {
        color: #c7cc47;
    }
    
    .table td a:hover {
        color: #7f823a;
    }
    
    .cart-item {
        display: flex;
        margin-bottom: 20px;
    }
    
    .cart-item__img {
        width: 60px;
        position: relative;
    }
    
    .cart-item__img img {
        width: 100%;
    }
    
    a.remove-btn {
        position: absolute;
        background: rgba(0, 0, 0, 0.8);
        padding: 5px;
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 50%;
        left: -5px;
        top: -5px;
        color: #fff;
        line-height: 1.1;
        cursor: pointer;
    }
    
    .cart-item__content {
        width: calc(100% - 60px);
        padding-left: 15px;
    }
    
    .cart-item-qty__qty .quantity {
        width: 65px !important;
        max-height: 41px;
        overflow: hidden;
    }
    
    .quantity input {
        width: 65px;
        height: 40px;
        line-height: 1.65;
        float: left;
        display: block;
        padding: 0;
        margin: 0;
        padding-left: 17px;
        border: 1px solid #cccccd;
        font: 400 11px system-ui;
    }
    
    .quantity {
        position: relative;
    }
    
    .quantity-nav {
        float: left;
        position: relative;
        height: 42px;
    }
    
    .quantity input[type=number]::-webkit-inner-spin-button,
    .quantity input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    
    .quantity-button {
        position: relative;
        cursor: pointer;
        border-left: 1px solid #cccccd;
        width: 20px;
        text-align: center;
        color: #2b2b2b;
        font-size: 14px;
        line-height: 1.7;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        outline: none;
        appearance: none;
    }
    
    .quantity-button.quantity-up {
        position: absolute;
        height: 50%;
        top: 0;
        border-bottom: 1px solid #cccccd;
    }
    
    .quantity-button.quantity-down {
        position: absolute;
        bottom: 0px;
        height: 50%;
        line-height: 19px;
    }
    
    .cart-item-details {
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }
    
    .cart-item-qty__price {
        display: flex;
    }
    
    .cart-item-qty__price p {
        font-size: 21px;
        align-self: center;
        margin: 0;
        color: #4f6f19;
    }
    
    .cart-item__content h6 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    
    .cart-item__content p {
        font-size: 14px;
        color: #454749;
        font-weight: 400;
        margin: 0;
        line-height: 1;
    }
    
    .address-block p {
        margin: 0;
        font-size: 16px;
    }
    
    .address-block {
        margin-bottom: 30px;
    }
    
    .address-block {
        margin-bottom: 30px;
    }
    
    .address-block__copy {
        margin-top: 10px;
    }
    
    .address-block__copy p {
        max-width: 200px;
        font-weight: 400;
    }
    
    .address-block__inner p {
        font-weight: 600;
    }
    
    .address-block__inner a.btn {
        color: #4f6f19;
    }
    
    .address-block__inner a.btn:hover {
        color: #c7cc47;
    }
    
    .edit-address {
        display: none;
    }
    
    .delivery-block .select2-container--default .select2-selection--single,
    .edit-address .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: 1px solid #CCCCCd;
        border-radius: 0;
        height: 40px;
    }
    
    .delivery-block .select2-container--default .select2-selection--single .select2-selection__rendered,
    .edit-address .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 40px;
        font-size: 16px;
    }
    
    .delivery-block span.select2-selection.select2-selection--single:focus,
    .edit-address span.select2-selection.select2-selection--single:focus {
        outline: 0;
    }
    
    .delivery-block .select2-container--default .select2-selection--single .select2-selection__arrow,
    .edit-address .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 35px;
    }
    
    .edit-address h5 {
        font-size: 20px;
    }
    
    .form-block__textarea {
        border: 1px solid #cccccd;
        resize: none;
        height: 40px;
        overflow-y: scroll;
        font-size: 16px;
        font-weight: 400;
    }
    
    .order-summary__item p {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px;
        margin-top: 0;
        line-height: 1;
    }
    
    .order-summary__item--total p {
        font-size: 16px;
        font-weight: 600;
        margin-top: 15px;
        color: #4f6f19;
    }
    
    .order-summary {
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
    }
    
    .order-summary {
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
    }
    
    .coupon-code__input {
        height: 40px;
        border: 1px solid #cccccd;
        padding: 10px 15px;
        font-size: 16px;
    }
    
    .coupon-code {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
    }
    
    .coupon-code__wrap {
        display: flex;
    }
    
    .apply-btn {
        position: relative;
        padding: 8px 40px;
        text-align: center;
        background-color: #c7cc47;
        transition: 0.3s ease-in;
        color: #fff;
        height: 40px;
        margin-left: 10px;
    }
    
    .apply-btn:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        border-bottom: 15px solid #fff;
        border-left: 15px solid transparent;
        width: 0;
    }
    
    .apply-btn:hover {
        background-color: #c7cc47;
        color: #4f6f19;
        transition: 0.3s ease-in;
    }
    
    .save-card {
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
    }
    
    .save-card [type="checkbox"]:not(:checked)+label:before,
    .save-card [type="checkbox"]:checked+label:before {
        top: 2px;
    }
    
    .save-card [type="checkbox"]:not(:checked)+label:after,
    .save-card [type="checkbox"]:checked+label:after {
        top: 5px;
    }
    
    .save-card label {
        margin-bottom: 0;
    }
    
    .card-details {
        position: relative;
        border-radius: 4px;
        box-shadow: 0 0 6px rgba(0, 0, 0, .1)!important;
        padding: 10px;
        margin-bottom: 15px;
    }
    
    .card-details__item-left img {
        max-width: 50px;
    }
    
    .card-details__item-right p {
        margin: 0;
        font-size: 19px;
        letter-spacing: 3px;
        font-family: 'Ubuntu', sans-serif;
    }
    
    p.card-details__name {
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: block;
        margin-top: 20px;
        font-family: 'Ubuntu', sans-serif;
    }
    
    .card-details__item-right a {
        color: #4f6f19;
        margin-top: 15px;
        display: inline-block;
    }
    
    .card-details__item-right a span {
        margin-left: 5px;
    }
    
    .payment-method {
        margin-bottom: 15px;
    }
    
    .payment-method__header {
        background: #c7cc47;
        padding: 10px 20px;
    }
    
    .payment-method__header p {
        text-align: center;
        color: #fff;
        margin: 0;
    }
    
    .payment-method__body {
        border: 1px solid #eee;
        border-top: 0;
        padding: 10px 15px;
    }
    
    .payment-method__body ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
    }
    
    .payment-method__body ul li {
        margin-right: 15px;
    }
    
    .payment-method__body ul li:last-child {
        margin-right: 0;
    }
    
    .payment-method__body .form-block__group {
        margin-bottom: 0;
    }
    
    .btn-submit {
        position: relative;
        padding: 12px 40px;
        text-align: center;
        background-color: #707b27;
        transition: 0.3s ease-in;
        color: #fff;
        width: 100%;
        display: inline-block;
    }
    
    .btn-submit:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        border-bottom: 15px solid #fff;
        border-left: 15px solid transparent;
        width: 0;
    }
    
    .btn-submit:hover {
        background-color: #c7cc47;
        color: #fff;
        transition: 0.3s ease-in;
    }
    
    .submit-block p a {
        color: #4f6f19;
    }
    
    .submit-block p a:hover {
        color: #707b27;
    }
    
    .submit-block p {
        font-size: 12px;
        font-weight: 400;
        margin: 5px 0;
    }
    
    .login-wrapper__form-group [type="checkbox"]:not(:checked)+label:before,
    .login-wrapper__form-group [type="checkbox"]:checked+label:before {
        top: 2px;
    }
    
    .login-wrapper__form-group [type="checkbox"]:not(:checked)+label:after,
    .login-wrapper__form-group [type="checkbox"]:checked+label:after {
        top: 5px;
    }
    
    .login-wrapper__form-group [type="checkbox"]:not(:checked)+label:after,
    .login-wrapper__form-group [type="checkbox"]:checked+label:after {
        left: 4px;
        font-size: 11px;
    }
    
    .login-wrapper__form-group label {
        margin-bottom: 0;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .hero-content {
            padding-left: 100px;
        }
        .btn--light-green:after {
            bottom: -1px;
            right: -1px;
        }
        .hero-content .t-vertical {
            left: -50px;
        }
        .container-inner--visible {
            width: 100%;
            margin-top: 50px;
        }
        .hero-content h2 {
            font-size: 36px;
            max-width: 320px;
            margin-bottom: 50px;
        }
        .hero-content p {
            margin-bottom: 50px;
        }
        .feature-healine h3 {
            font-size: 32px;
            margin-bottom: 50px
        }
        .highlight-headline {
            padding-left: 50px;
            padding-top: 70px;
        }
        .highlight-headline h3 {
            font-size: 32px;
            margin-bottom: 40px;
        }
        .highlight-headline p {
            font-size: 14px;
            margin-bottom: 50px;
            line-height: 25px;
        }
        .highlight-headline a:after {
            bottom: -1px;
            right: -1px;
        }
        .section--highlight .container {
            min-height: 500px;
        }
        .footer ul {
            padding: 0 15px;
        }
        .footer {
            padding: 50px 0;
        }
        .section--features {
            overflow: hidden;
        }
        .section--features .container {
            padding-top: 60px;
        }
        .show-lg {
            display: none;
        }
        .show-md {
            display: block;
        }
        .show-xs {
            display: none;
        }
        nav ul li {
            margin-right: 25px;
        }
        .section--dashboard-menu {
            padding: 0 15px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .d-flex--xs-wrap {
            flex-wrap: wrap;
        }
        .show-lg {
            display: none;
        }
        .show-md {
            display: none;
        }
        .show-xs {
            display: block;
        }
        .container-inner--visible {
            width: 100%;
            margin-right: 0;
            margin-left: 0;
            margin-top: 0;
        }
        .section--features {
            overflow: hidden;
        }
        .hero-content {
            padding-left: 50px;
        }
        .hero-content h2 {
            font-size: 32px;
            margin-bottom: 50px;
        }
        .hero-content .t-vertical {
            left: -90px;
        }
        .section--features .container {
            padding-top: 50px;
        }
        .feature-block {
            margin-bottom: 45px;
        }
        .feature-healine h3 {
            margin-top: 30px;
            font-size: 34px;
            margin-bottom: 30px;
        }
        .feature-healine__img {
            margin-top: 50px;
        }
        .no-padding--xs {
            padding: 0 !important;
        }
        .feature-healine__img img {
            width: 100%;
        }
        .highlight-headline {
            padding-left: 30px;
            padding-top: 30px;
        }
        .highlight-headline h3 {
            font-size: 36px;
            color: #fff;
            margin-bottom: 30px;
        }
        .section--highlight .container {
            min-height: 500px;
            background-size: cover;
            padding-top: 100px;
        }
        .highlight-headline a:after {
            border-bottom: 15px solid #848382;
            bottom: -1px;
            right: -1px;
        }
        .footer {
            padding: 45px 0 30px;
        }
        .footer ul {
            flex-wrap: wrap;
            padding: 0 15px;
        }
        .footer ul li {
            margin-bottom: 15px;
            width: 100%;
        }
        .nav-mobile {
            top: 25px;
            right: 15px;
            left: auto;
        }
        .header {
            padding: 30px 0 65px;
        }
        nav.navigation>ul {
            position: absolute;
            width: 100%;
            left: 0;
            background-color: #fff;
            top: 90px;
            z-index: 9;
        }
        nav>ul li a {
            color: #c7cc47;
            text-align: center;
        }
        nav ul li {
            margin-right: 0;
            border-bottom: 1px solid #848f35;
        }
        nav ul li:last-child {
            border-bottom: none;
        }
        nav>ul li .btn--light-green {
            color: #fff;
        }
        nav ul li .btn--light-green:after {
            border-bottom: 15px solid transparent;
        }
        .login-wrapper__form-group button:after {
            bottom: -2px;
            right: -2px;
        }
        .login-wrapper__block--forgot a {
            margin-bottom: 5px;
        }
        .section--dashboard-menu {
            padding: 0 15px;
        }
        .section--dashboard-content .form-block {
            margin-bottom: 50px;
        }
        .form-block__group button:after {
            bottom: -2px;
            right: -2px;
        }
    }
    
    .highlight_message {
        font-size: 12px;
        color: #F84364;
        margin-bottom: 10px;
    }
    
    .form-block__group--btn {
        display: flex;
        flex-direction: row;
    }
    
    .form-block__group--btn button {
        display: flex;
        margin-right: 20px;
    }
    
    .form-block__group select {
        width: 100% !important;
        border: 1px solid #cccccd;
        background-color: #ffffff;
        height: 40px !important;
        border-radius: 0 !important;
    }
    
    span.select2-dropdown.select2-dropdown--below {
        width: 120px !important;
    }
    
    .form-block__group--full-width .select2-container:focus {
        outline: 0;
    }
    
    .form-block__group--full-width .select2-container {
        width: 100% !important;
        height: 40px !important;
        line-height: 40px;
    }
    
    .form-block__group--full-width .select2-container .select2-selection--single .select2-selection__rendered {
        border: 1px solid #cccccd;
        background-color: #ffffff;
        height: 40px !important;
        line-height: 40px;
    }
    
    .form-block__group--full-width .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: 0;
        border-radius: 0;
    }
    
    .form-block__group--full-width .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 35px;
    }
    
    .form-block__group button:focus {
        outline: 0;
    }
    
    .ui-accordion-content.ui-accordion-content-active {
        height: auto !important;
    }