* {
    box-sizing: border-box;
}
ul {
    list-style-type: none;
}
ul, li, h1, h2, h3, h4, p, html, body {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
input:focus {
    outline: none;
}
img {
    max-width: 100%;
    max-height: 100%;
}
:root {
    --colour-primary: #77b828;
    --colour-primary-bg: rgba(119, 184, 40, .95);
    --colour-primary-text: #e1edd3;
    
    --responsive-menu-time: .3s;
    
    --shadow-default: 0 0 10px 0 rgb(0 0 0 / 10%);
    --shadow-hover: 0 0 12px 0 rgb(0 0 0 / 20%);
}

.util-relative {
    position: relative;
}
.util-equal-height {
    display: flex;
}

.util-bg {
    background-size: cover;
    background-position: center;
}

html, body, td, th, input, textarea, select {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #666;
}

input, textarea, select {
    appearance: none;
    border-radius: 0;
}

p {
    line-height: 1.4em;
}

a {
    color: #444;
}

.center {
    text-align: center;
}
.grid-cols {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
}
.grid-cols-center {
    justify-content: center;
}
.grid-col {
    position: relative;
    flex: 0 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 30px;
}

.grid-cols-wide {
    margin-left: -2rem;
    margin-right: -2rem;
}
.grid-cols-wide > .grid-col {
    padding-left: 2rem;
    padding-right: 2rem;
}

.grid-bordered > .grid-col {
    border-right: 1px solid #ccc;
}

.grid-xl-1 { max-width: 8.333333333%; flex-basis: 8.333333333%; }
.grid-xl-2 { max-width: 16.666666666%; flex-basis: 16.666666666%; }
.grid-xl-3 { max-width: 25%; flex-basis: 25%; }
.grid-xl-4 { max-width: 33.333333333%; flex-basis: 33.333333333%; }
.grid-xl-5 { max-width: 41.666666666%; flex-basis: 41.666666666%; }
.grid-xl-6 { max-width: 50%; flex-basis: 50%; }
.grid-xl-7 { max-width: 58.333333333%; flex-basis: 58.333333333%; }
.grid-xl-8 { max-width: 66.666666666%; flex-basis: 66.666666666%; }
.grid-xl-9 { max-width: 75%; flex-basis: 75%; }
.grid-xl-10 { max-width: 83.333333333%; flex-basis: 83.333333333%; }
.grid-xl-11 { max-width: 91.666666666%; flex-basis: 91.666666666%; }
.grid-xl-12 { max-width: 100%; flex-basis: 100%; }

@media (max-width: 1536px){
    
    .grid-l-1 { max-width: 8.333333333%; flex-basis: 8.333333333%; }
    .grid-l-2 { max-width: 16.666666666%; flex-basis: 16.666666666%; }
    .grid-l-3 { max-width: 25%; flex-basis: 25%; }
    .grid-l-4 { max-width: 33.333333333%; flex-basis: 33.333333333%; }
    .grid-l-5 { max-width: 41.666666666%; flex-basis: 41.666666666%; }
    .grid-l-6 { max-width: 50%; flex-basis: 50%; }
    .grid-l-7 { max-width: 58.333333333%; flex-basis: 58.333333333%; }
    .grid-l-8 { max-width: 66.666666666%; flex-basis: 66.666666666%; }
    .grid-l-9 { max-width: 75%; flex-basis: 75%; }
    .grid-l-10 { max-width: 83.333333333%; flex-basis: 83.333333333%; }
    .grid-l-11 { max-width: 91.666666666%; flex-basis: 91.666666666%; }
    .grid-l-12 { max-width: 100%; flex-basis: 100%; }
}

@media (max-width: 1280px){
    
    .grid-xm-1 { max-width: 8.333333333%; flex-basis: 8.333333333%; }
    .grid-xm-2 { max-width: 16.666666666%; flex-basis: 16.666666666%; }
    .grid-xm-3 { max-width: 25%; flex-basis: 25%; }
    .grid-xm-4 { max-width: 33.333333333%; flex-basis: 33.333333333%; }
    .grid-xm-5 { max-width: 41.666666666%; flex-basis: 41.666666666%; }
    .grid-xm-6 { max-width: 50%; flex-basis: 50%; }
    .grid-xm-7 { max-width: 58.333333333%; flex-basis: 58.333333333%; }
    .grid-xm-8 { max-width: 66.666666666%; flex-basis: 66.666666666%; }
    .grid-xm-9 { max-width: 75%; flex-basis: 75%; }
    .grid-xm-10 { max-width: 83.333333333%; flex-basis: 83.333333333%; }
    .grid-xm-11 { max-width: 91.666666666%; flex-basis: 91.666666666%; }
    .grid-xm-12 { max-width: 100%; flex-basis: 100%; }
}

@media (max-width: 1024px){
    
    .grid-m-1 { max-width: 8.333333333%; flex-basis: 8.333333333%; }
    .grid-m-2 { max-width: 16.666666666%; flex-basis: 16.666666666%; }
    .grid-m-3 { max-width: 25%; flex-basis: 25%; }
    .grid-m-4 { max-width: 33.333333333%; flex-basis: 33.333333333%; }
    .grid-m-5 { max-width: 41.666666666%; flex-basis: 41.666666666%; }
    .grid-m-6 { max-width: 50%; flex-basis: 50%; }
    .grid-m-7 { max-width: 58.333333333%; flex-basis: 58.333333333%; }
    .grid-m-8 { max-width: 66.666666666%; flex-basis: 66.666666666%; }
    .grid-m-9 { max-width: 75%; flex-basis: 75%; }
    .grid-m-10 { max-width: 83.333333333%; flex-basis: 83.333333333%; }
    .grid-m-11 { max-width: 91.666666666%; flex-basis: 91.666666666%; }
    .grid-m-12 { max-width: 100%; flex-basis: 100%; }
}

@media (max-width: 768px){
    
    .grid-cols-wide {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .grid-cols-wide > .grid-col {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .grid-s-1 { max-width: 8.333333333%; flex-basis: 8.333333333%; }
    .grid-s-2 { max-width: 16.666666666%; flex-basis: 16.666666666%; }
    .grid-s-3 { max-width: 25%; flex-basis: 25%; }
    .grid-s-4 { max-width: 33.333333333%; flex-basis: 33.333333333%; }
    .grid-s-5 { max-width: 41.666666666%; flex-basis: 41.666666666%; }
    .grid-s-6 { max-width: 50%; flex-basis: 50%; }
    .grid-s-7 { max-width: 58.333333333%; flex-basis: 58.333333333%; }
    .grid-s-8 { max-width: 66.666666666%; flex-basis: 66.666666666%; }
    .grid-s-9 { max-width: 75%; flex-basis: 75%; }
    .grid-s-10 { max-width: 83.333333333%; flex-basis: 83.333333333%; }
    .grid-s-11 { max-width: 91.666666666%; flex-basis: 91.666666666%; }
    .grid-s-12 { max-width: 100%; flex-basis: 100%; }
    
    .grid-s-last {
        order: 10;
    }
}

@media (max-width: 512px){
    
    .grid-xs-1 { max-width: 8.333333333%; flex-basis: 8.333333333%; }
    .grid-xs-2 { max-width: 16.666666666%; flex-basis: 16.666666666%; }
    .grid-xs-3 { max-width: 25%; flex-basis: 25%; }
    .grid-xs-4 { max-width: 33.333333333%; flex-basis: 33.333333333%; }
    .grid-xs-5 { max-width: 41.666666666%; flex-basis: 41.666666666%; }
    .grid-xs-6 { max-width: 50%; flex-basis: 50%; }
    .grid-xs-7 { max-width: 58.333333333%; flex-basis: 58.333333333%; }
    .grid-xs-8 { max-width: 66.666666666%; flex-basis: 66.666666666%; }
    .grid-xs-9 { max-width: 75%; flex-basis: 75%; }
    .grid-xs-10 { max-width: 83.333333333%; flex-basis: 83.333333333%; }
    .grid-xs-11 { max-width: 91.666666666%; flex-basis: 91.666666666%; }
    .grid-xs-12 { max-width: 100%; flex-basis: 100%; }
}
.btn {
    display: inline-block;
    border-radius: 0;
    background-color: var(--colour-primary);
    padding: 15px 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    cursor: pointer;
    opacity: .9;
    border: 0;
}
.btn-icon {
    padding-left: 55px;
    position: relative;
}
.btn i {
    font-size: 25px;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
.btn:hover {
    opacity: 1;
}

.panel {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}
.panel p {
  margin-bottom: 20px;
}
.panel p:last-child {
  margin-bottom: 0;
}
.panel-form .btns {
  text-align: right;
}

.panel fieldset {
  border: none;
  padding: 0;
}
.panel fieldset label {
  font-size: 12px;
  display: block;
  margin-bottom: 3px;
  margin-top: 15px;
}
.panel fieldset input, .panel fieldset textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}

#cs-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    pointer-events: none;
    opacity: 0;
    z-index: 15;
}

#cs-header {
    background-color: rgba(250, 248, 249, .95);
    height: 88px;
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 10;
}
#cs-logo {
    display: block;
    width: 274px;
    height: 58px;
    background-image: url(../img/logo.png);
    position: absolute;
    top: 15px;
    right: 5%;
}
#cs-header > ul {
    margin-left: 45px;
    transition-duration: var(--responsive-menu-time);
    transition-property: margin;
}
#cs-header li {
    display: inline-block;
}
#cs-header li a {
    display: block;
    padding: 15px;
    text-transform: lowercase;
    color: #777;
    font-size: 16px;
    transition: color .4s;
}
#cs-header li a:hover {
    color: var(--colour-primary);
}
#cs-header li a.tel {
    color: var(--colour-primary);
}

#cs-menu {
    background-color: var(--colour-primary-bg);
    position: fixed;
    top: 88px;
    left: -240px;
    width: 300px;
    height: calc(100% - 88px);
    transition-duration: var(--responsive-menu-time);
    transition-property: left;
    z-index: 20;
    overflow: hidden;
}
#cs-menu h2 {
    text-align: right;
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 10px;
}
.cs-menu-mobile {
    margin-top: 25px;
}
.cs-menu-content {
    padding: 20px 30px;
    padding-right: 60px;
    transition-duration: var(--responsive-menu-time);
    transition-property: opacity;
    height: calc(100% - 120px);
    overflow: hidden;
}
#cs-menu h2, .cs-menu-mobile {
    display: none;
}
.cs-menu-content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .1);  
}
.cs-menu-content::-webkit-scrollbar {
    width: 10px;
}
#cs-menu-nav {
    height: 60px;
    background-color: rgba(0, 0, 0, .2);
}
#cs-menu-nav a {
    display: block;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 28px;
    padding-top: 10px;
    color: var(--colour-primary-text);
    cursor: pointer;
}
#cs-menu-nav i {
    transition-duration: var(--responsive-menu-time);
    transition-property: transform;   
}
#cs-menu li a {
    display: block;
    text-align: right;
    color: var(--colour-primary-text);
    padding: 10px 0;
}
#cs-menu a:hover {
    color: #fff;
}
.cs-search {
    height: 60px;
}
.cs-search input {
    background-color: rgba(0, 0, 0, .1);    
    border: none;
    width: 100%;
    padding: 12px;
    color: #fff;
    height: 60px;
}
.cs-search input::placeholder {
    color: rgba(255, 255, 255, .5);
    font-style: italic;
}
.cs-search:hover input, .cs-search input:focus {
    background-color: rgba(0, 0, 0, .15);  
}
.cs-search button {
    appearance: none;
    background-color: transparent;
    display: inline;
    border: none;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: .8;
    width: 60px;
    height: 60px;
}
.cs-search button::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.cs-search button:hover {
    opacity: 1;
}

.cs-banner {
    margin-left: 60px;
    margin-top: 88px;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-image: url(../img/bg/default.jpg);
}
#cs-home-screen {
    height: 100vh;
}
.cs-banner h1 {
    float: right;
    background-color: var(--colour-primary-bg);
    margin-right: 5%;
    margin-top: 150px;
    font-weight: 300;
    font-size: 35px;
    color: var(--colour-primary-text);
    padding: 30px;
    max-width: 550px;
    text-align: center;
}
#cs-home-screen h1 {
    font-size: 46px;
    margin-top: 250px;
}

.cs-banner, .cs-body {
    transition-duration: var(--responsive-menu-time);
    transition-property: margin;
}
h2 {
    color: #888;
    font-weight: 300;
    margin-bottom: 50px;
}
h2 span {
    color: var(--colour-primary);
}
h3 {
    font-size: 20px;
    color: var(--colour-primary);
    font-weight: 300;
    margin-bottom: 20px;
}
h3 {
    margin-top: 30px;
}
h3:first-child {
    margin-top: 0;
}

.cs-category {
    display: block;
    padding: 20px;
    border: 1px solid #eee;
    box-shadow: var(--shadow-default);
    opacity: 1;
    width: 100%;
    text-align: center;
}
.cs-category:hover {
    box-shadow: var(--shadow-hover);
    opacity: .8;
}
.cs-category span {
    display: block;
    font-size: 16px;
    color: #aaa;
    margin-bottom: 30px;
    text-align: left;
}
.cs-category:hover span {
    color: #888;
}

.cs-grid-nav {
    margin-bottom: 35px;
}
.cs-grid-nav {
    display: flex;
    justify-content: flex-end;
}
.cs-grid-nav li {
    display: inline-block;
    margin-left: 5px;
}
.cs-grid-nav a, .cs-grid-nav span {
    display: block;
    padding: 10px 15px;
    background-color: #ddd;
}
.cs-grid-nav span {
    background-color: inherit;
}
.cs-grid-nav a:hover {
    background-color: #ccc;
}
.cs-grid-nav a.active {
    background-color: var(--colour-primary);
    color: #fff;
}
.cs-grid-nav-after {
    margin-bottom: 0;
    margin-top: 10px;
}

.cs-gallery {
    position: relative;
    border: 1px solid #ddd;
}
.cs-gallery > .ui-carousel > div {
/*    padding-bottom: 80%; */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ui-carousel > div > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prod-gallery {
  margin-top: 20px;
}
.prod-gallery a {
  display: block;
  aspect-ratio: 1;
  border: 1px solid #ddd;
  background-size: cover;
  cursor: pointer;
}
.prod-gallery a:hover {
  border-color: var(--colour-primary);
}

.cs-dimensions {
    display: flex;
}
.cs-dimension {
    flex-basis: 64px;
    margin-right: 8px;
    margin-bottom: 15px;
}
.cs-dimension span {
    font-size: 14px;
    display: block;
    margin-top: 2px;
}

.cs-opt {
    border: 1px solid #ddd;
    padding: 5px;
    display: inline-block;
    margin: 0 10px 15px 0;
}

.product-details h3 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    margin-bottom: 20px;
    font-size: 22px;
    color: #888;
}
.product-details h3.primary {
    color: var(--colour-primary);
}
.user-content ul, .user-content p {
    margin-bottom: 20px;
}
.user-content li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.user-content li:last-child {
    margin-bottom: 0;
}
.user-content li::before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    background-color: var(--colour-primary);
    position: absolute;
    top: 7px;
    left: 0;
}

.flex-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-blocks > div {
    margin-bottom: 25px;
}
.flex-blocks-border > div {
    border: 1px solid #ddd;
    padding: 3px;
}

.ui-carousel-nav {
    position: absolute;
    color: #444;
    opacity: .5;
    font-size: 40px;
    cursor: pointer;
    top: calc(50% - 26px);
    left: 15px;
}
.ui-carousel-nav-right {
    left: auto;
    right: 15px;
}
.ui-carousel-nav:hover {
    opacity: 1;
}

footer {
    background-color: #eee;
}
footer img {
    margin-bottom: 30px;
}
footer li {
    margin-bottom: 5px;
}
footer p, footer li, footer li a {
    color: #999;
    font-size: 14px;
}
footer .grid-col {
    border-color: var(--colour-primary) !important;
}
footer a:hover {
    color: #444;
}
footer h3 {
    margin-bottom: 25px;
}

.cs-container {
    margin-left: 60px;
    padding: 50px;
}

/* RESPONSIVE LAYOUT */
body.nav-open #cs-menu {
    left: 0;
}
body.nav-open .cs-menu-content {
    padding-right: 30px;
    overflow-y: scroll;
}
body.nav-open #cs-menu-nav i {
    transform: rotate(180deg);
}
body.nav-open #cs-cover {
    opacity: .7;
}

@media (max-width: 1650px){
    
    #cs-header .tel {
        display: none;
    }
}

@media (min-width: 800px){

    h2 + .cs-grid-nav {
        margin-top: -85px;
    }
}

@media (min-width: 1450px){
       
    #cs-menu {
        left: 0;
    }
    .cs-menu-content {
        opacity: 1;
        padding-right: 40px;
    }
    #cs-menu-nav {
        display: none;
    }
    #cs-header > ul {
        margin-left: 300px;
    }
    .cs-menu-content {
        margin-top: 0;
    }
    .cs-container, .cs-banner {
        margin-left: 300px;
    }
    
    .cs-search {
        padding: 40px;
        height: 130px;
    }
    .cs-search input {
        height: 50px;
    }
    .cs-search button {
        right: 38px;
        font-size: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .cs-menu-content {
        padding-top: 0;
        height: auto;
    }
}

@media (max-width: 1200px){
    
    #cs-header {
        height: 60px;
    }
    #cs-logo {
        width: 189px;
        height: 40px;
        top: 10px;
        right: 5%;
        background-size: contain;
    }
    #cs-header ul {
        display: none;
    }
    #cs-menu {
        top: 0;
        height: 100%;
    }
    #cs-menu h2, .cs-menu-mobile {
        display: block;
    }
    #cs-home-screen h1 {
        margin-top: 200px;
    }

    .cs-banner {
        margin-top: 60px;
    }
    
    body.nav-open {
        overflow: hidden;
    }
}

@media (min-width: 1201px){

    #cs-cover {
        display: none;
    }
}

@media (max-width: 700px){
    
    .cs-banner {
        height: 300px;
    }
    .cs-banner h1 {
        max-width: none;
        margin: 120px 30px 0 90px;
        font-size: 22px;
    }
    #cs-home-screen h1 {
        margin-top: 150px;
        font-size: 22px;
    }
    .cs-container {
        padding: 20px;
    }
    .cs-body h2 {
        font-size: 18px;
    }
}

